.atlas-ta{padding-top:var(--padding-top, 0);padding-bottom:var(--padding-bottom, 0);color:rgb(var(--color-foreground-secondary))}.atlas-ta--empty{display:flex;align-items:center;justify-content:center;min-height:50vh;text-align:center}.atlas-ta__empty{max-width:40rem;padding:2rem}.atlas-ta__empty-message{margin-top:1.5rem;color:rgb(var(--color-foreground-secondary))}.atlas-ta__empty-message code{padding:.1em .4em;background:rgb(var(--color-background-secondary));border-radius:2px;font-size:.9em}.atlas-ta__header{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:end;padding:0 2.5rem 2.5rem;border-bottom:1px solid rgb(var(--color-border));margin-bottom:3rem}.atlas-ta__eyebrow{display:inline-flex;align-items:center;gap:.85rem;margin:0 0 1.25rem;color:rgb(var(--color-button));font-size:.65rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase}.atlas-ta__eyebrow:before{content:"";display:block;width:1.75rem;height:1px;background:rgb(var(--color-button))}.atlas-ta__title{margin:0 0 1rem;color:rgb(var(--color-heading));font-size:clamp(2.75rem,5.5vw,4.5rem);font-weight:300;line-height:1.02;letter-spacing:-.015em}.atlas-ta__title em{color:rgb(var(--color-button));font-style:italic;font-weight:300}.atlas-ta__lede{max-width:46ch;font-size:.92rem;line-height:1.75}.atlas-ta__lede p{margin:0}.atlas-ta__mode-toggle{display:inline-flex;align-items:center;gap:1.5rem}.atlas-ta__mode-toggle-label{color:rgb(var(--color-foreground-secondary));font-size:.6rem;letter-spacing:.22em;text-transform:uppercase}.atlas-ta__mode-toggle-buttons{display:inline-flex;border:1px solid rgb(var(--color-border))}.atlas-ta__mode-toggle-btn{padding:.75rem 1.4rem;background:transparent;color:rgb(var(--color-foreground-secondary));border:0;font-family:inherit;font-size:.68rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;cursor:pointer;transition:background .18s ease,color .18s ease}.atlas-ta__mode-toggle-btn+.atlas-ta__mode-toggle-btn{border-left:1px solid rgb(var(--color-border))}.atlas-ta__mode-toggle-btn:hover{color:rgb(var(--color-heading));background:rgb(var(--color-background-secondary))}.atlas-ta__mode-toggle-btn[aria-selected=true]{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.atlas-ta__stage{padding:0 2.5rem}.atlas-ta__view{display:none}.atlas-ta[data-mode=map] .atlas-ta__view--map,.atlas-ta[data-mode=list] .atlas-ta__view--list{display:block}.atlas-ta__detail,.atlas-ta[data-detail-open] .atlas-ta__index{display:none}.atlas-ta[data-detail-open] .atlas-ta__detail{display:grid;grid-template-columns:minmax(220px,1fr) minmax(0,2fr);gap:2rem;align-items:start}.atlas-ta__back{grid-column:1 / -1;justify-self:start;display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem .5rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-border));font-family:inherit;font-size:.6rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.atlas-ta__back:hover,.atlas-ta__back:focus-visible{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button));outline:none}.atlas-ta__back-arrow{font-size:.85rem;line-height:1;letter-spacing:0;transform:translateY(-1px)}.atlas-ta__detail-card{position:sticky;top:calc(var(--header-height, 61px) + 1rem)}.atlas-ta__detail-card .atlas-ta__country-card{border:1px solid rgb(var(--color-border))}@keyframes atlas-ta-detail-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.atlas-ta[data-detail-open] .atlas-ta__detail-card .atlas-ta__country-card{animation:atlas-ta-detail-in .32s cubic-bezier(.22,1,.36,1) both}.atlas-ta__detail-panel{background:rgb(var(--color-background-secondary));border:1px solid rgb(var(--color-border));padding:2rem}@keyframes atlas-ta-detail-fade{0%{opacity:0}to{opacity:1}}.atlas-ta[data-detail-open] .atlas-ta__detail-panel{animation:atlas-ta-detail-fade .32s ease both}@media(prefers-reduced-motion:reduce){.atlas-ta[data-detail-open] .atlas-ta__detail-card .atlas-ta__country-card,.atlas-ta[data-detail-open] .atlas-ta__detail-panel{animation:none}}.atlas-ta__panels[hidden],.atlas-ta__cards[hidden]{display:none}.atlas-ta__map{position:relative;background:rgb(var(--color-background-secondary));border:1px solid rgb(var(--color-border));aspect-ratio:23 / 10;overflow:hidden}.atlas-ta__map-tooltip{position:absolute;z-index:5;padding:.35rem .65rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:.6rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;transform:translate(.75rem,-50%);opacity:0;pointer-events:none;transition:opacity .12s ease}.atlas-ta__map-tooltip.is-visible{opacity:1}.atlas-ta__map-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground-secondary));font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;opacity:.6}.atlas-ta__map svg{display:block;width:100%;height:100%}.atlas-ta__map svg path{fill:rgb(var(--color-foreground-secondary));fill-opacity:.18;stroke:rgb(var(--color-border));stroke-width:.5;transition:fill .18s ease,fill-opacity .18s ease,stroke .18s ease}.atlas-ta__map svg g.has-teas,.atlas-ta__map svg path.has-teas{cursor:pointer;outline:none}.atlas-ta__map svg g.has-teas path,.atlas-ta__map svg path.has-teas{fill:rgb(var(--color-button));fill-opacity:.55}.atlas-ta__map svg g.has-teas:hover path,.atlas-ta__map svg g.has-teas:focus path,.atlas-ta__map svg g.has-teas:focus-visible path,.atlas-ta__map svg path.has-teas:hover,.atlas-ta__map svg path.has-teas:focus,.atlas-ta__map svg path.has-teas:focus-visible{fill-opacity:.85}.atlas-ta__map svg g.has-teas.is-active path,.atlas-ta__map svg path.has-teas.is-active{fill-opacity:1;stroke:rgb(var(--color-heading));stroke-width:1}.atlas-ta__map-dots{pointer-events:none}.atlas-ta__map-dot-core{fill:rgb(var(--color-button));fill-opacity:1;stroke:rgb(var(--color-background));stroke-width:.5;vector-effect:non-scaling-stroke}.atlas-ta__map-dot-ping{fill:rgb(var(--color-button));fill-opacity:.5;stroke:none;transform-box:fill-box;transform-origin:center;animation:atlas-ta-dot-ping 4.8s cubic-bezier(0,0,.2,1) infinite}@keyframes atlas-ta-dot-ping{0%{transform:scale(.4);fill-opacity:.5}75%{transform:scale(1.9);fill-opacity:0}to{transform:scale(1.9);fill-opacity:0}}@media(prefers-reduced-motion:reduce){.atlas-ta__map-dot-ping{animation:none;fill-opacity:.35}}.atlas-ta__panel-header{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid rgb(var(--color-border))}.atlas-ta__panel-eyebrow{margin:0 0 .4rem;color:rgb(var(--color-button));font-size:2rem;font-weight:400;letter-spacing:.05em;font-family:var(--font-stack-header)}.atlas-ta__panel-count{margin:0;color:rgb(var(--color-foreground-secondary));font-size:.62rem;letter-spacing:.18em;text-transform:uppercase}.atlas-ta__panel-intro{margin:0 0 1.5rem;font-size:.9rem;line-height:1.6;color:rgb(var(--color-foreground-secondary))}.atlas-ta__panel-body{display:flex;flex-direction:column}.atlas-ta__region{display:flex;flex-direction:column;gap:1.25rem}.atlas-ta__region+.atlas-ta__region{margin-top:2rem;padding-top:2rem;border-top:1px solid rgb(var(--color-border))}.atlas-ta__region-header{display:grid;grid-template-columns:1fr 2fr;gap:1.25rem;align-items:start}.atlas-ta__region-header:not(:has(.atlas-ta__region-image)){grid-template-columns:1fr}.atlas-ta__region-image{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border:1px solid rgb(var(--color-border))}.atlas-ta__region-header-text{min-width:0;display:flex;flex-direction:column;gap:.85rem}.atlas-ta__region-title{margin:0;color:rgb(var(--color-heading));font-size:1.3rem;font-weight:400;line-height:1.2;letter-spacing:-.005em}.atlas-ta__region-title p{margin:0}.atlas-ta__region-summary{font-size:.82rem;line-height:1.65;color:rgb(var(--color-foreground-secondary))}.atlas-ta__region-summary p{margin:0 0 .5rem}.atlas-ta__region-summary p:last-child{margin-bottom:0}.atlas-ta__region--also .atlas-ta__region-title{font-size:1rem;color:rgb(var(--color-foreground-secondary));letter-spacing:.01em}.atlas-ta__region-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1px;margin:0;background:rgb(var(--color-border));border:1px solid rgb(var(--color-border))}.atlas-ta__region-stat{padding:.65rem .85rem;background:rgb(var(--color-background-secondary))}.atlas-ta__region-stat-label{margin:0 0 .25rem;color:rgb(var(--color-foreground-secondary));font-size:.5rem;letter-spacing:.22em;text-transform:uppercase}.atlas-ta__region-stat-value{margin:0;color:rgb(var(--color-heading));font-size:.82rem}.atlas-ta__region-stat-icon{display:inline-block;margin-right:.25em;font-size:.75em;color:rgb(var(--color-foreground-secondary));vertical-align:.05em}.atlas-ta__region-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.atlas-ta__list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1px;background:rgb(var(--color-border));border:1px solid rgb(var(--color-border))}.atlas-ta__country-card{display:flex;flex-direction:column;background:rgb(var(--color-background));color:inherit;min-height:210px;position:relative;text-align:left}.atlas-ta__country-card--grid{width:100%;margin:0;padding:0;border:0;font:inherit;cursor:pointer;-webkit-appearance:none;appearance:none}.atlas-ta__country-card--grid:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:-2px}.atlas-ta__country-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:rgb(var(--color-button));z-index:1}.atlas-ta__country-card-image{display:block;position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:rgb(var(--color-background-secondary))}.atlas-ta__country-card-svg{display:block;width:100%;height:100%}.atlas-ta__country-card-base{fill:rgb(var(--color-foreground-secondary));fill-opacity:.22;stroke:rgb(var(--color-border));stroke-width:.5;vector-effect:non-scaling-stroke}.atlas-ta__country-card-feature{fill:rgb(var(--color-button));fill-opacity:1;stroke:rgb(var(--color-heading));stroke-width:.6;vector-effect:non-scaling-stroke}.atlas-ta__country-card-body{display:flex;flex-direction:column;flex:1;gap:.4rem;padding:1.5rem 1.5rem 1.25rem;border-top:1px solid rgb(var(--color-border))}.atlas-ta__country-card-name{display:block;margin:0;color:rgb(var(--color-heading));font-family:var(--font-stack-header);font-size:2rem;font-weight:400;line-height:1.1;letter-spacing:-.005em;transition:color .18s ease}.atlas-ta__country-card--grid:hover .atlas-ta__country-card-name{color:rgb(var(--color-button))}.atlas-ta__country-card-count{display:block;margin:0;color:rgb(var(--color-foreground-secondary));font-size:.62rem;letter-spacing:.22em;text-transform:uppercase}.atlas-ta__country-card-desc{display:block;margin:.2rem 0 0;color:rgb(var(--color-foreground-secondary));font-size:.82rem;line-height:1.5}.atlas-ta__country-card-cue{margin:auto 0 0;padding-top:1rem;display:flex;align-items:center;gap:.5rem;color:rgb(var(--color-button));font-size:.62rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase}.atlas-ta__country-card-cue-arrow{font-size:.95rem;line-height:1;letter-spacing:0;transform:translateY(-1px);transition:transform .18s ease}.atlas-ta__country-card--grid:hover .atlas-ta__country-card-cue-arrow{transform:translate(.25rem,-1px)}.atlas-ta__sprite-host{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.atlas-ta__sprite-host svg{width:0;height:0}@media(max-width:1024px){.atlas-ta__header{grid-template-columns:1fr;gap:1.5rem;padding:0 1.5rem 2rem}.atlas-ta__mode-toggle{display:none}.atlas-ta__stage{padding:0 1.5rem}.atlas-ta__list-grid{grid-template-columns:1fr}.atlas-ta[data-detail-open] .atlas-ta__detail{grid-template-columns:1fr;gap:1.25rem}.atlas-ta__detail-card{display:none}.atlas-ta__detail-panel{padding:1.5rem}}@media(min-width:1025px){.atlas-ta__panel-header{display:none}}@media(max-width:640px){.atlas-ta__header{padding:0 1.25rem 1.75rem}.atlas-ta__stage{padding:0 1.25rem}.atlas-ta__map{aspect-ratio:1 / 1}.atlas-ta__region-header{grid-template-columns:1fr}.atlas-ta__region-image{width:100%;height:auto}.atlas-ta__region-products{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/atlas-tea-atlas.css.map */
