.atlas-map{position:fixed;inset:0;width:100vw;height:100vh;z-index:0;pointer-events:none}.atlas-map svg{width:100%;height:100%;display:block}.atlas-country{fill:var(--paper-edge);stroke:none;vector-effect:non-scaling-stroke}.atlas-map{animation:atlas-map-fade .5s ease-out both}@keyframes atlas-map-fade{0%{opacity:0}to{opacity:1}}.atlas-route{fill:none;stroke:var(--ink-soft);stroke-width:1;stroke-linecap:round;vector-effect:non-scaling-stroke;stroke-dasharray:var(--route-length,1500);stroke-dashoffset:var(--route-length,1500);opacity:0;animation:atlas-route-draw .6s cubic-bezier(.22,.61,.36,1) both}@keyframes atlas-route-draw{0%{stroke-dashoffset:var(--route-length,1500);opacity:0}to{stroke-dashoffset:0;opacity:.5}}.atlas-routes-group.is-filtered .atlas-route{opacity:.08}.atlas-routes-group.is-filtered .atlas-route.is-active{opacity:.85;stroke:var(--ink-text)}.atlas-country-highlight-group{pointer-events:none}.atlas-country-highlight{fill:var(--paper-bright);stroke:var(--lamp-soft);stroke-width:1.2;vector-effect:non-scaling-stroke;pointer-events:none;filter:drop-shadow(0 .4px .8px rgba(20,18,14,.45)) drop-shadow(0 1px 3px rgba(20,18,14,.22)) drop-shadow(0 2px 6px rgba(20,18,14,.1));transition:opacity .18s linear}@media (prefers-reduced-motion:reduce){.atlas-country-highlight{transition:none}}.atlas-pin-hit{fill:transparent;pointer-events:auto;cursor:pointer}.atlas-pin{pointer-events:none;fill:var(--ink-faint);transition:fill .28s ease-out,r .28s ease-out}.atlas-pin.curated{fill:var(--lamp)}.atlas-pin.curated.is-active{animation:atlas-pin-pulse 2.4s ease-in-out infinite}@keyframes atlas-pin-pulse{0%,to{opacity:.7}50%{opacity:1}}.atlas-pin.home{fill:var(--lamp)}.atlas-pin-home-ring{fill:none;stroke:var(--lamp);stroke-width:.6;vector-effect:non-scaling-stroke;opacity:.5}.atlas-placard{position:fixed;z-index:5;display:inline-flex;flex-direction:column;gap:4px;padding:12px 14px 10px;background:var(--paper-bright);border:1px solid rgba(20,18,14,.18);border-radius:6px;box-shadow:0 1px 2px rgba(20,18,14,.18),0 12px 30px -8px rgba(20,18,14,.35);font-family:var(--font-mono);font-size:11px;letter-spacing:.02em;color:var(--ink-text);max-width:260px;pointer-events:none;opacity:0;transform:translate(-50%,calc(-100% - 14px));transition:opacity .2s ease-out,transform .24s cubic-bezier(.2,.7,.2,1)}.atlas-placard.is-visible{opacity:1;transform:translate(-50%,calc(-100% - 18px))}.atlas-placard-name{text-transform:uppercase;letter-spacing:.14em;font-size:10px;color:var(--ink-deep);font-weight:500}.atlas-placard-thought{font-style:italic;color:var(--ink-text);line-height:1.45}.atlas-map[data-focus=on] .atlas-continents-group{filter:saturate(.4) brightness(.85);transition:filter .6s ease-out}.atlas-lead-zone{height:60vh}.atlas-lead-zone-short{height:40vh}.atlas-heading-stick{height:80vh;position:relative;pointer-events:none}.atlas-heading-stick-short{height:55vh;position:relative;pointer-events:none}.atlas-place-heading{position:sticky;top:calc(100vh - 11rem);z-index:3;display:block;text-align:center;margin:0 auto;max-width:1100px;padding:0 1rem}.atlas-place-heading-num{display:block;font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-soft);line-height:1;margin-bottom:.6rem}.atlas-place-heading-name{display:block;font-family:var(--font-sans);font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:500;letter-spacing:-.025em;color:var(--ink-deep);line-height:1;text-shadow:0 1px 0 rgba(252,245,230,.6),0 0 16px rgba(252,245,230,.5)}.atlas-place-heading-sub{display:block;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-soft);line-height:1.2;margin-top:.85rem}@media (max-width:640px){.atlas-place-heading{top:calc(100vh - 9rem)}.atlas-place-heading-num{font-size:11px;letter-spacing:.18em;margin-bottom:.4rem}.atlas-place-heading-name{font-size:2rem}.atlas-place-heading-sub{font-size:10px;letter-spacing:.16em;margin-top:.6rem}}.atlas-section{position:relative;z-index:1}.atlas-card{background:var(--card);border-radius:18px;padding:clamp(2rem,4vw,3.5rem);box-shadow:0 1px 2px var(--card-warm-shadow),0 24px 60px -28px rgba(20,18,14,.5),0 0 0 1px rgba(20,18,14,.06)}@media (prefers-reduced-motion:reduce){.atlas-map{animation:none!important;opacity:1!important}.atlas-continent,.atlas-route{stroke-dasharray:none!important;stroke-dashoffset:0!important;opacity:.5!important;animation:none!important;transition:none!important}.atlas-pin.curated.is-active{animation:none!important}.atlas-placard{transition:opacity .1s!important}}