@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600&family=Poppins:wght@300;400;500;600&display=swap";:root{--bg:#101010;--surface:#181818;--text:#f0f0f0;--muted:#a5a29b;--gold:#c9974d;--line:rgba(240,240,240,.16);font-family:Poppins,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}.site-header{min-height:76px;padding:0 clamp(1.2rem,5vw,5rem);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font:600 .9rem Cinzel,serif;letter-spacing:.18em}.site-header nav{display:flex;align-items:center;gap:1.5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.site-header nav a:hover,.site-header nav a:focus{color:var(--gold)}.nav-cta,.button{border:1px solid var(--gold);padding:.75rem 1rem;color:var(--text);transition:.2s}.button{display:inline-block;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em}.button:hover,.button:focus{background:var(--gold);color:var(--bg)}.hero{min-height:76vh;padding:clamp(4rem,10vw,9rem) clamp(1.2rem,9vw,9rem);display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,35%);align-items:center;background:radial-gradient(circle at 80% 45%,rgba(201,151,77,.18),transparent 32%),linear-gradient(125deg,#101010,#151515 65%,#202020)}.hero h1,.country-hero h1,.generic h1{font:500 clamp(3.2rem,8vw,7.5rem)/.96 Cinzel,serif;letter-spacing:-.04em;margin:1rem 0 1.5rem}.hero h1 em,.country-hero h1 em{color:var(--gold);font-style:normal}.lede{max-width:45ch;color:var(--muted);font-weight:300;line-height:1.8;margin:0 0 2rem}.label{display:block;color:var(--gold);font-size:.68rem;letter-spacing:.24em;text-transform:uppercase}.hero-mark{justify-self:end;width:min(28vw,330px);aspect-ratio:1;display:grid;place-items:center;border:1px solid var(--gold);color:var(--gold);font:500 clamp(3rem,8vw,7rem) Cinzel,serif;transform:rotate(45deg)}.hero-mark:first-letter{transform:rotate(-45deg)}.section{padding:clamp(4rem,8vw,8rem) clamp(1.2rem,9vw,9rem);border-top:1px solid var(--line)}.intro{max-width:900px}.section h2{font:500 clamp(2rem,4vw,4rem)/1.1 Cinzel,serif;max-width:16ch;margin:1rem 0}.intro p,.philosophy blockquote,.placeholder p{max-width:60ch;color:var(--muted);line-height:1.9}.section-heading{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:2rem}.section-index{color:var(--muted);font-size:.7rem;letter-spacing:.2em}.country-grid,.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.country-card{min-height:280px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;background:var(--surface);border-top:2px solid var(--accent)}.country-card h3,.service-card h3{font:500 2rem Cinzel,serif;margin:.7rem 0}.country-card p,.service-card p{color:var(--muted);line-height:1.7}.country-card.is-disabled{opacity:.52}.text-link{color:var(--gold);font-size:.75rem;text-transform:uppercase;letter-spacing:.16em}.text-link span{font-size:1rem}.philosophy,.service-overview{background:#161616}.philosophy blockquote{font:500 clamp(1.8rem,4vw,3.5rem)/1.2 Cinzel,serif;color:var(--text);max-width:24ch;margin:1.3rem 0 2rem}.service-overview h2{max-width:20ch}.service-grid{grid-template-columns:repeat(4,1fr);margin-top:3rem}.service-card{padding:1.5rem;border:1px solid var(--line);min-height:230px;transition:border-color .2s,transform .2s}.service-card:hover,.service-card:focus{border-color:var(--gold);transform:translateY(-4px)}.service-card>span{color:var(--gold);font-size:.7rem;letter-spacing:.16em}.site-footer{padding:1.5rem clamp(1.2rem,5vw,5rem);display:flex;justify-content:space-between;color:var(--muted);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase}.country-hero{padding:clamp(5rem,11vw,10rem) clamp(1.2rem,9vw,9rem);background:radial-gradient(circle at 90% 20%,color-mix(in srgb,var(--accent),transparent 75%),transparent 35%)}.country-facts{display:flex;gap:2rem;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:1.5rem;max-width:900px}.country-facts span{display:grid;gap:.35rem;color:var(--muted);font-size:.8rem}.country-facts b{color:var(--text);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase}.service-tabs{display:flex;gap:1.5rem;border-bottom:1px solid var(--line);padding-bottom:1rem}.service-tabs a{text-transform:uppercase;font-size:.7rem;letter-spacing:.16em;color:var(--muted)}.service-tabs a.is-current,.service-tabs a:hover{color:var(--gold)}.placeholder{padding:5rem 0}.placeholder h2{max-width:18ch}.generic{min-height:70vh}@media(max-width:900px){.service-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.site-header{align-items:flex-start;padding-top:1.2rem;padding-bottom:1.2rem;gap:1rem}.site-header nav{gap:.7rem;flex-wrap:wrap;justify-content:flex-end}.site-header nav a:nth-child(-n+3){display:none}.hero{grid-template-columns:1fr;gap:4rem;padding-top:5rem}.hero-mark{justify-self:start;width:130px}.country-grid,.service-grid{grid-template-columns:1fr}.section-heading{display:block}.section-index{display:block;margin-top:1rem}.site-footer{gap:1rem;flex-direction:column}.country-hero h1{font-size:clamp(2.8rem,13vw,5rem)}.service-tabs{overflow:auto;white-space:nowrap}}.hero--central{--hero-pad:clamp(1.25rem,5vw,5rem);position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(240px,.55fr);align-content:center;min-height:calc(92svh - 76px);padding:clamp(4.75rem,7vw,7rem) var(--hero-pad) clamp(6rem,8vw,7.5rem);overflow:hidden;background:#0c0c0c}.hero--central:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#080808fa,#080808e6 38%,#08080875 70%,#080808b3),linear-gradient(0deg,#0c0c0c 0%,transparent 35%)}.hero-visual{position:absolute;z-index:-2;inset:0;overflow:hidden}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0c0c0c 0%,transparent 48%),linear-gradient(0deg,#0c0c0c 0%,transparent 28%)}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(.72) contrast(1.07) brightness(1.1);opacity:.8}.hero-visual__word{position:absolute;right:-.03em;bottom:-.17em;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.15);font:600 clamp(8rem,22vw,24rem)/1 Cinzel,serif;letter-spacing:-.08em;white-space:nowrap}.hero-flag{--flag-top:#a9373e;--flag-middle:#304e78;--flag-bottom:#a9373e;--flag-disc:#e1ded5;position:absolute;z-index:0;left:-1.5rem;top:-2%;width:min(370px,28vw);aspect-ratio:5/3;overflow:visible;opacity:.12;pointer-events:none;transform:rotate(-2deg);transform-origin:7% 48%;mix-blend-mode:screen;filter:saturate(.48) brightness(1.08)}.hero-flag:before{content:"";position:absolute;z-index:-1;left:.7rem;top:-1.2rem;width:2px;height:calc(100% + 2.4rem);background:linear-gradient(180deg,#e6cfa7ad,#74583a61);box-shadow:0 0 7px #d7a35e1f;transform:rotate(-1deg);transform-origin:top}.hero-flag__svg{display:block;width:100%;height:100%;overflow:visible;animation:hero-flag-wave 16s cubic-bezier(.45,.05,.55,.95) infinite;transform-origin:2% 50%;will-change:transform}.hero-flag__svg>g{transform-box:fill-box;transform-origin:left center;animation:hero-flag-cloth 12s cubic-bezier(.45,.05,.55,.95) infinite alternate;will-change:transform}.hero-flag__field--top{fill:var(--flag-top)}.hero-flag__field--middle{fill:var(--flag-middle)}.hero-flag__field--bottom{fill:var(--flag-bottom)}.hero-flag__disc{fill:var(--flag-disc)}.hero-flag__fold{fill:none;stroke:#000000ad;stroke-width:28;opacity:.34;transform-box:fill-box;transform-origin:center;will-change:transform,opacity}.hero-flag__fold--one{animation:hero-flag-fold-one 11s ease-in-out infinite alternate}.hero-flag__fold--two{stroke-width:34;opacity:.28;animation:hero-flag-fold-two 13s ease-in-out -4s infinite alternate}@keyframes hero-flag-wave{0%,to{transform:translate3d(0,.2%,0) skewY(-.22deg) scaleX(1)}25%{transform:translate3d(0,-.35%,0) skewY(.32deg) scaleX(1.004)}55%{transform:translate3d(0,.3%,0) skewY(-.28deg) scaleX(.997)}78%{transform:translate3d(0,-.18%,0) skewY(.2deg) scaleX(1.003)}}@keyframes hero-flag-cloth{0%{transform:translateZ(0) skewY(-.18deg) scaleX(.998)}45%{transform:translate3d(.35%,-.25%,0) skewY(.26deg) scaleX(1.006)}to{transform:translate3d(.7%,.22%,0) skewY(-.12deg) scaleX(1.002)}}@keyframes hero-flag-fold-one{0%{opacity:.24;transform:translate3d(-7px,0,0) scaleX(.96)}52%{opacity:.41;transform:translate3d(4px,0,0) scaleX(1.04)}to{opacity:.29;transform:translate3d(9px,0,0) scaleX(.98)}}@keyframes hero-flag-fold-two{0%{opacity:.2;transform:translate3d(8px,0,0) scaleX(1.03)}48%{opacity:.35;transform:translate3d(-5px,0,0) scaleX(.96)}to{opacity:.24;transform:translate3d(-9px,0,0) scaleX(1.02)}}.hero-map-dust{position:absolute;z-index:1;inset:0 52% 0 0;overflow:hidden;pointer-events:none;opacity:1;mask-image:radial-gradient(ellipse at 54% 46%,#000 0%,rgba(0,0,0,.88) 48%,transparent 92%);-webkit-mask-image:radial-gradient(ellipse at 54% 46%,#000 0%,rgba(0,0,0,.88) 48%,transparent 92%)}.hero-map-dust svg{display:block;width:100%;height:115%;transform:translateY(-7%)}.hero-map-dust__field{fill:#f6d9a6;stroke:#f6d9a6;stroke-width:.55}.hero-map-dust__field--slow{opacity:.14;animation:dust-rise-slow 24s linear infinite}.hero-map-dust__field--drift{opacity:.18;animation:dust-rise-drift 31s linear infinite}@keyframes dust-rise-slow{0%{transform:translate3d(0,7%,0)}50%{transform:translate3d(1.2%,-2%,0)}to{transform:translate3d(-.5%,-11%,0)}}@keyframes dust-rise-drift{0%{transform:translate3d(0,11%,0)}50%{transform:translate3d(-1.4%,0,0)}to{transform:translate3d(.8%,-13%,0)}}.hero--central .hero-copy{position:relative;z-index:2;max-width:760px}.hero-kicker{margin:3rem 0 1rem;color:#d7a35e;font-size:.67rem;letter-spacing:.24em;text-transform:uppercase}.hero--central h1{max-width:none;margin:.6rem 0 1.6rem;font-size:clamp(4.2rem,8.6vw,9rem);line-height:.84;letter-spacing:-.065em;text-wrap:balance}.hero--central h1 em{display:inline-block;color:#d7a35e;font-size:.94em;white-space:nowrap}.hero--central .lede{max-width:43ch;margin-bottom:2.3rem;color:#ece9e2;font-size:clamp(.95rem,1.2vw,1.1rem)}.live-location{display:inline-flex;align-items:center;gap:.8rem;padding:.65rem .85rem;border:1px solid rgba(255,255,255,.18);background:#08080880;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;transition:border-color .2s,background .2s}.live-location:hover,.live-location:focus-visible{border-color:#d7a35eb8;background:#120f0aad;outline:none}.live-location>span:last-child{display:flex;gap:.45rem}.live-location b{color:#d7a35e;font-weight:500}.live-location__pulse{width:8px;height:8px;border-radius:50%;background:#81c784;box-shadow:0 0 #81c7848c;animation:location-pulse 2.2s infinite}@keyframes location-pulse{70%{box-shadow:0 0 0 8px #81c78400}to{box-shadow:0 0 #81c78400}}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1.6rem}.button--solid{position:relative;overflow:hidden;background:linear-gradient(135deg,#d7a35e,#c88c3f);color:#0b0b0b;border-color:#e2b66f;box-shadow:0 8px 24px #d7a35e1f,inset 0 1px #ffffff42}.button--solid:after{content:"";position:absolute;top:-70%;bottom:-70%;left:-45%;width:24%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);transform:skew(-20deg);animation:button-sheen 9s ease-in-out 2s infinite}.button--solid:hover,.button--solid:focus{background:linear-gradient(135deg,#ebbd73,#d69b4b);border-color:#f0c47e;box-shadow:0 10px 28px #d7a35e2e,inset 0 1px #ffffff52}.hero-actions .button span{margin-left:.7rem}@keyframes button-sheen{0%,72%{left:-45%;opacity:0}76%{opacity:1}88%{left:125%;opacity:1}89%,to{left:125%;opacity:0}}.hero-action-cluster{position:relative;display:flex;width:max-content;max-width:100%;flex-direction:column;align-items:center;transform:translateY(8px)}.hero-explore-action{position:relative;isolation:isolate;display:grid;min-height:44px;place-items:center}.hero-explore-action .text-link{position:relative;z-index:3;text-shadow:0 1px 8px rgba(0,0,0,.95)}.hero-fight-ornament{position:absolute;z-index:1;left:calc(var(--hero-pad) + 400px);top:1rem;width:220px;aspect-ratio:5/4;margin:0;overflow:hidden;pointer-events:none;opacity:.72;transform:translate(-50%)}.hero-fight-ornament img{display:block;width:100%;height:100%;object-fit:contain;object-position:center top;filter:saturate(1) brightness(1.12);transform-origin:center top;animation:fight-ornament-breathe 28s ease-in-out infinite;will-change:transform}@keyframes fight-ornament-breathe{0%,8%{transform:scale(1)}43%,52%{transform:scale(1.005) translateY(-1px)}92%,to{transform:scale(1)}}.next-stop{position:absolute;right:var(--hero-pad);bottom:2.2rem;display:grid;grid-template-columns:auto minmax(35px,90px) auto auto;align-items:center;gap:1rem;padding:1rem 0;color:#f6f2e9;border-top:1px solid rgba(255,255,255,.48);min-width:min(540px,50vw);background:#08080847;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.next-stop__index,.next-stop>div>span{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:#d0ccc3}.next-stop__line{height:1px;background:#d7a35e;transform-origin:left;animation:next-line-breathe 5s ease-in-out infinite}.next-stop>div{display:grid;gap:.2rem}.next-stop strong{font:500 1.2rem Cinzel,serif}.next-stop time{font-size:.65rem;color:#e0ab62;letter-spacing:.09em;text-transform:uppercase}.next-stop>a{font-size:.64rem;letter-spacing:.14em;text-transform:uppercase}.next-stop>a:hover,.next-stop>a:focus{color:#d7a35e}@keyframes next-line-breathe{0%,to{opacity:.52;transform:scaleX(.72)}50%{opacity:1;transform:scaleX(1)}}.journey{position:relative;isolation:isolate;padding:clamp(3.5rem,6.2vw,6.2rem) clamp(1.2rem,7vw,7rem) clamp(5rem,7vw,7rem);border-top:1px solid rgba(196,145,75,.78);background:#e8e3d9;color:#151515;overflow:hidden}.journey:before{content:"2026";position:absolute;z-index:-1;right:-.04em;top:clamp(2.5rem,5vw,5rem);color:#5d492d06;font:500 clamp(12rem,29vw,34rem)/.78 Cinzel,serif;letter-spacing:-.1em;pointer-events:none}.journey .label{color:#8b5d22}.journey__heading{display:grid;grid-template-columns:.32fr 1.42fr .66fr;align-items:start;gap:clamp(1.5rem,4vw,5rem);margin-bottom:clamp(2.8rem,4.5vw,4.5rem)}.journey__heading h2{max-width:15ch;margin:0;font:500 clamp(2.35rem,4.25vw,4.5rem)/.9 Cinzel,serif;letter-spacing:-.05em;text-wrap:balance;animation:journey-copy-in .9s cubic-bezier(.22,.61,.36,1) both}.journey__heading p{margin:.15rem 0 0;max-width:31ch;color:#68625a;line-height:1.65;animation:journey-copy-in .9s cubic-bezier(.22,.61,.36,1) .2s both}.journey__route{margin:0 0 clamp(2.2rem,3.5vw,3.5rem)}.journey__route-line{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,2vw,2.2rem);height:1px}.journey__route-line:before{content:"";position:absolute;z-index:-1;left:16.666%;right:16.666%;top:0;height:1px;background:#15151540;transform-origin:left;animation:journey-route-draw 2.6s cubic-bezier(.22,.61,.36,1) .8s both}.journey__route-line:after{content:"";position:absolute;z-index:0;left:16.666%;top:0;width:33.333%;height:1px;background:#8b5d226b;transform-origin:left;animation:journey-route-draw 2.6s cubic-bezier(.22,.61,.36,1) .8s both}.journey__route-line span{position:relative;height:1px}.journey__route-line span:before{content:"";position:absolute;z-index:1;left:50%;top:50%;width:8px;height:8px;border-radius:50%;background:#e8e3d9;border:1px solid #151515;transform:translate(-50%,-50%)}.journey__route-line .is-active:before{background:#8b5d22;border-color:#8b5d22;box-shadow:0 0 0 5px #8b5d2221}.journey__route-stops{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,2vw,2.2rem);margin:1.35rem 0 0;padding:0;list-style:none}.journey__route-stops li{display:flex;justify-content:center;align-items:baseline;gap:.55rem;color:#625d54;font-size:.58rem;letter-spacing:.15em;text-transform:uppercase}.journey__route-stops li.is-active{color:#8b5d22}.journey__route-index{font-size:.54rem;letter-spacing:.12em}@keyframes journey-route-draw{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes journey-copy-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.journey__stops{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,2vw,2.2rem)}.journey-stop{display:grid;grid-template-columns:1fr;min-height:0;background:#111;color:#f1eee7;overflow:hidden;transition:background .3s ease,border-color .3s ease}.journey-stop--current{border-top:2px solid #8b5d22}.journey-stop--current:hover{border-top-color:#c29554}.journey-stop--next{background:#16211f}.journey-stop--next:hover{background:#1a2a27}.journey-stop--future{background:#17202a}.journey-stop--future:hover{background:#1c2834}.journey-stop__media{position:relative;display:block;height:420px;overflow:hidden}.journey-stop__media:after{content:"";position:absolute;inset:80% 0 0;background:linear-gradient(0deg,rgba(12,12,12,.34),rgba(12,12,12,.08),transparent);pointer-events:none}.journey-stop__media img{width:100%;height:100%;object-fit:cover;filter:grayscale(.18) saturate(.78) contrast(1.02) brightness(.92);transition:transform .8s cubic-bezier(.2,.75,.25,1),filter .8s ease}.journey-stop:hover .journey-stop__media img,.journey-stop:focus-within .journey-stop__media img{transform:scale(1.025);filter:grayscale(.12) saturate(.84) contrast(1.04) brightness(.98)}.journey-stop--current .journey-stop__media img{object-position:0% center}.journey-stop--next .journey-stop__media img{object-position:55% 42%}.journey-stop--future .journey-stop__media img{object-position:75% center}.journey-stop__badge{position:absolute;z-index:1;left:1.25rem;bottom:1.25rem;padding:.65rem .8rem;background:#e8e3d9eb;color:#151515;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}.journey-stop--current .journey-stop__badge{background:#8b5d22;color:#f7f1e7}.journey-stop__copy{display:flex;flex-direction:column;align-items:flex-start;min-height:450px;padding:clamp(1.5rem,2.5vw,2.2rem) clamp(1.5rem,2.5vw,2.4rem) clamp(1.25rem,2vw,1.8rem)}.journey-stop__status{color:#d7a35e;font-size:.59rem;letter-spacing:.17em;text-transform:uppercase}.journey-stop__title{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.75rem;width:100%;min-height:4.2rem;margin:1.1rem 0 .85rem}.journey-stop__number{padding-top:.35rem;color:#8e8a83;font-size:.6rem;letter-spacing:.12em}.journey-stop h3{margin:0;white-space:nowrap;font:500 clamp(1.65rem,2.55vw,2.75rem)/.95 Cinzel,serif;letter-spacing:-.045em}.journey-stop__place{display:block;margin-top:.32rem;color:#d7a35e;font:500 .43em/1 Cinzel,serif;letter-spacing:.12em}.journey-stop__copy>p{margin:0;color:#aaa69e;line-height:1.55;font-size:.84rem}.journey-stop dl{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:1rem;margin:auto 0 1.2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.14)}.journey-stop dl div{display:grid;gap:.25rem}.journey-stop dt{color:#77736d;font-size:.55rem;letter-spacing:.14em;text-transform:uppercase}.journey-stop dd{margin:0;font-size:.68rem}.journey-stop .button{font-size:.6rem;transition:background .2s ease,border-color .2s ease,color .2s ease}.journey-stop .button span{display:inline-block;transition:transform .2s ease}.journey-stop .button:hover span,.journey-stop .button:focus-visible span{transform:translate(3px)}.journey-stop--current .button{background:#d7a35e;border-color:#d7a35e;color:#0b0b0b}.journey-stop--next .journey-stop__status{color:#68a99d}.journey-stop--future h3,.journey-stop--future .journey-stop__status{color:#7897bd}.button--unavailable{opacity:.58;cursor:default;border-color:#7897bd;color:#c7d2df}.atlas-portal{display:grid;grid-template-columns:1.38fr 1fr;min-height:535px;margin:clamp(3rem,6vw,6rem) clamp(1.2rem,5vw,5rem);border:1px solid #1c2825;background:#e8e3d9;color:#151515;overflow:hidden}.atlas-portal__visual{display:grid;grid-template-columns:30% 45% 25%;min-height:535px;overflow:hidden;background:#161c19}.atlas-portal__panel{position:relative;display:block;min-width:0;background-image:linear-gradient(180deg,#1418140a,#14181447),var(--atlas-image);background-repeat:no-repeat;background-size:auto 100%;filter:saturate(.82) sepia(.08) contrast(1.02) brightness(.9);transition:transform .9s cubic-bezier(.2,.75,.25,1),filter .9s ease}.atlas-portal__panel--waterfall{background-position:100% center}.atlas-portal__panel--landscape{background-position:52% center}.atlas-portal__panel--market{background-position:calc(0% - 8px) center}.atlas-portal:hover .atlas-portal__panel--waterfall{transform:translateY(-6px) scale(1.015)}.atlas-portal:hover .atlas-portal__panel--landscape{transform:translateY(5px) scale(1.015)}.atlas-portal:hover .atlas-portal__panel--market{transform:translateY(-4px) scale(1.015)}.atlas-portal:hover .atlas-portal__panel{filter:saturate(.88) sepia(.08) contrast(1.03) brightness(.96)}.atlas-portal__copy{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-width:0;min-height:535px;padding:clamp(2rem,4.5vw,4.8rem) clamp(1.6rem,4vw,4.2rem);background:#e8e3d9;transition:background .8s ease}.atlas-portal:hover .atlas-portal__copy{background:#e3d6bd}.atlas-portal__eyebrow{position:relative;z-index:1;color:#8b5d22;font-size:.62rem;letter-spacing:.16em}.atlas-portal__eyebrow span{font-size:.9rem}.atlas-portal__copy h2{position:relative;z-index:1;margin:clamp(2.2rem,5.5vw,5.2rem) 0 1.8rem;max-width:8ch;font:500 clamp(2.6rem,4.5vw,5.1rem)/.88 Cinzel,serif;letter-spacing:-.055em}.atlas-portal__copy>p{position:relative;z-index:1;max-width:34ch;margin:0;color:#645e54;line-height:1.75;font-size:.9rem}.atlas-portal__footer{position:relative;z-index:1;display:grid;gap:1.2rem;align-items:start;margin-top:clamp(2rem,4vw,3.2rem)}.atlas-portal__footer .button{justify-self:start;background:#151515;border-color:#151515;color:#f4eee3;font-size:.6rem}.atlas-portal__footer .button span{display:inline-block;transition:transform .2s ease}.atlas-portal__footer .button:hover,.atlas-portal__footer .button:focus-visible{background:#282828;border-color:#282828}.atlas-portal__footer .button:hover span,.atlas-portal__footer .button:focus-visible span{transform:translate(3px)}.atlas-portal__footer>span{color:#8b5d22;font-size:.55rem;letter-spacing:.15em}.atlas-portal__topography{position:absolute;inset:15% -10% 10% 0;opacity:.035;background:repeating-radial-gradient(ellipse at 68% 48%,transparent 0 24px,#151515 25px 26px,transparent 27px 50px);transform:rotate(-18deg);pointer-events:none}.grounds-portal{position:relative;isolation:isolate;display:grid;grid-template-columns:38% 62%;min-height:640px;margin:clamp(3rem,6vw,6rem) clamp(1.2rem,5vw,5rem);border:1px solid rgba(224,211,184,.07);background:radial-gradient(ellipse at 72% 50%,rgba(75,52,27,.13) 0%,rgba(24,18,12,.08) 42%,transparent 68%),linear-gradient(145deg,#0d0c0b,#090909 48%,#0b0907);color:#f2ede3;overflow:visible;box-shadow:0 40px 90px #000000b8,0 12px 30px #0000007a,inset 0 1px #ffffff06}.grounds-portal:before{content:"";position:absolute;inset:10px -10px -10px 10px;background:#030303;z-index:-1;opacity:.75;pointer-events:none}.grounds-portal__copy{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:flex-start;padding:clamp(2rem,4vw,4rem) clamp(1.6rem,4.5vw,4.8rem)}.grounds-portal__eyebrow{display:flex;align-items:center;gap:1rem;color:#b18a4e;font-size:.62rem;letter-spacing:.16em}.grounds-portal__eyebrow:after{content:"";display:block;width:clamp(5rem,11vw,12rem);height:1px;background:#8f6b32;opacity:.72}.grounds-portal h2{max-width:10ch;margin:clamp(2rem,4.5vw,3.8rem) 0 1.25rem;color:#f2ede3;font:500 clamp(2.4rem,4vw,4.8rem)/.9 Cinzel,serif;letter-spacing:-.055em}.grounds-portal__copy>p{max-width:39ch;margin:0;color:#b5aa99;line-height:1.6;font-size:.9rem}.grounds-portal__footer{display:grid;gap:1.2rem;align-items:start;margin-top:2rem}.grounds-portal__footer .button{justify-self:start;background:#151515;border-color:#151515;color:#f4eee3;font-size:.6rem}.grounds-portal__footer .button span{display:inline-block;transition:transform .2s ease}.grounds-portal__footer .button:hover span,.grounds-portal__footer .button:focus-visible span{transform:translate(3px)}.grounds-portal__footer>span{color:#b18a4e;font-size:.55rem;letter-spacing:.15em}.grounds-portal__visual{position:relative;z-index:1;isolation:isolate;min-width:0;min-height:640px;margin-left:-54px;overflow:visible}.grounds-portal__visual img{position:relative;z-index:1;display:block;width:87%;height:calc(100% - 150px);margin:75px 0;object-fit:contain;filter:drop-shadow(0 0 1px rgba(214,203,181,.44)) drop-shadow(0 22px 35px rgba(0,0,0,.45));transform:translate(32px)}.central-faq{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);gap:clamp(3rem,8vw,8rem);margin:clamp(4rem,8vw,8rem) clamp(1.2rem,5vw,5rem) clamp(3.5rem,7vw,7rem);padding:clamp(2.5rem,4.2vw,4.2rem) 0;border-top:1px solid rgba(224,211,184,.1);border-bottom:1px solid rgba(224,211,184,.1);background:#0b0a09;color:#f2ede3}.central-faq__intro{padding-left:clamp(1.2rem,3vw,3rem)}.central-faq__eyebrow{display:block;color:#b18a4e;font-size:.62rem;letter-spacing:.18em}.central-faq h2{max-width:10ch;margin:2rem 0 1.4rem;font:500 clamp(2rem,3.4vw,3.8rem)/.94 Cinzel,serif;letter-spacing:-.045em}.central-faq__intro>p{max-width:28ch;color:#b5aa99;font-size:.86rem;line-height:1.65}.central-faq__list{padding-right:clamp(1.2rem,3vw,3rem)}.central-faq details{border-top:1px solid rgba(224,211,184,.14)}.central-faq details:last-child{border-bottom:1px solid rgba(224,211,184,.14)}.central-faq summary{display:grid;grid-template-columns:2.5rem 1.2rem minmax(0,1fr);gap:.7rem;align-items:center;min-height:74px;padding:.5rem 0;color:#f2ede3;cursor:pointer;list-style:none;font:500 clamp(14px,1.7vw,22px)/1.06 Cinzel,serif;letter-spacing:-.015em}.central-faq summary::-webkit-details-marker{display:none}.central-faq__number{color:#b18a4e;font:500 .58rem/1 Inter,sans-serif;letter-spacing:.12em}.central-faq__plus{color:#b18a4e;font:400 1.05rem/1 sans-serif;letter-spacing:.12em;transition:transform .25s ease}.central-faq details[open] .central-faq__plus{transform:rotate(45deg)}.central-faq__question{color:#f2ede3;font:500 16px/1.15 Cinzel,serif;letter-spacing:-.015em}.central-faq details p{max-width:62ch;margin:-.15rem 3.2rem 1rem;color:#aaa094;font-size:.82rem;line-height:1.6}.three-gates{width:min(92%,1200px);margin:clamp(4rem,8vw,8rem) auto;padding-top:clamp(3rem,5vw,5rem);border-top:1px solid rgba(224,211,184,.1);background:#050505;color:#f2ede3}.three-gates__intro{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}.three-gates__intro .label{color:#b18a4e}.three-gates__intro h2{margin:0;max-width:12ch;font:500 clamp(1.7rem,3vw,3rem)/.95 Cinzel,serif;letter-spacing:-.04em}.three-gates__doors{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));height:480px;gap:1px;background:#e8e3d91f;transition:grid-template-columns .8s cubic-bezier(.2,.75,.25,1)}.three-gates__door{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-width:0;overflow:hidden;padding:1.5rem;color:#f2ede3;background:#070707;text-decoration:none;transition:background .8s ease}.three-gates__door:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000002e,#000c);pointer-events:none}.three-gates__door img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(.32) saturate(.68) brightness(.5);opacity:.3;transition:opacity .85s ease,filter .85s ease}.three-gates__door--laos img{object-position:0% center}.three-gates__door--thailand img{left:50%;right:auto;width:auto;height:100%;max-width:none;object-fit:contain;object-position:65% center;transform:translate(-50%)}.three-gates__country,.three-gates__meta,.three-gates__enter{position:relative;z-index:1}.three-gates__country{font:500 clamp(1.2rem,2.3vw,2.5rem)/1 Cinzel,serif;letter-spacing:-.03em}.three-gates__meta{margin-top:.45rem;color:#aaa094;font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;opacity:.65}.three-gates__enter{position:absolute;top:1.4rem;right:1.4rem;color:#d7a35e;font-size:.52rem;letter-spacing:.16em;opacity:0;transform:translate(-8px);transition:opacity .5s ease,transform .6s ease}.three-gates__enter b{font:300 2rem/1 Cinzel,serif;margin-left:.35rem}.three-gates__door:before{content:"ENTER";position:absolute;z-index:2;top:50%;left:50%;display:grid;width:74px;height:74px;place-items:center;border:1px solid rgba(215,163,94,.7);border-radius:50%;color:#d7a35e;font-size:.48rem;letter-spacing:.14em;opacity:0;transform:translate(-50%,-50%) scale(.9);transition:opacity .5s ease,transform .7s ease}.three-gates__doors:has(.three-gates__door:nth-child(1):hover){grid-template-columns:1.45fr .775fr .775fr}.three-gates__doors:has(.three-gates__door:nth-child(2):hover){grid-template-columns:.775fr 1.45fr .775fr}.three-gates__doors:has(.three-gates__door:nth-child(3):hover){grid-template-columns:.775fr .775fr 1.45fr}.three-gates__door:hover,.three-gates__door:focus-visible{background:#10100f;box-shadow:inset 1px 0 #d7a35e9e}.three-gates__door:hover img,.three-gates__door:focus-visible img{opacity:.92;filter:grayscale(.05) saturate(.88) brightness(.78)}.three-gates__doors:has(.three-gates__door:hover) .three-gates__door:not(:hover) img,.three-gates__doors:has(.three-gates__door:focus-visible) .three-gates__door:not(:focus-visible) img{opacity:.06;filter:grayscale(.8) saturate(.25) brightness(.22)}.three-gates__door:hover:before,.three-gates__door:focus-visible:before{border-color:#d7a35e;color:#f1c879;opacity:1;transform:translate(-50%,-50%) scale(1);box-shadow:0 0 20px #d7a35e2e}.three-gates__door:hover .three-gates__enter,.three-gates__door:focus-visible .three-gates__enter{opacity:1;transform:none}@media(max-width:1100px){.journey__stops{grid-template-columns:1fr 1fr}.journey-stop__media{height:400px}.journey-stop__copy{min-height:430px}.journey-stop--future{grid-column:1/-1}}@media(max-width:800px){.hero--central{grid-template-columns:1fr}.hero-visual img{object-position:62% center}.next-stop{left:var(--hero-pad);right:var(--hero-pad);min-width:0}.journey__heading{grid-template-columns:1fr 1.5fr}.journey__heading>p{grid-column:2}.journey__stops{grid-template-columns:1fr}.journey-stop{grid-column:auto;grid-template-columns:1.1fr 1fr}.journey-stop__copy{min-height:0}.atlas-portal{grid-template-columns:1fr;min-height:0;margin:4rem 1.2rem}.atlas-portal__visual{min-height:390px}.atlas-portal__copy{min-height:560px}.grounds-portal{grid-template-columns:1fr;min-height:0;margin:4rem 1.2rem;overflow:hidden}.grounds-portal__visual{order:-1;min-height:520px;margin-left:0;overflow:hidden}.grounds-portal__copy{min-height:0}.central-faq{grid-template-columns:1fr;gap:2.5rem;margin:4rem 1.2rem;padding:3rem 0}.central-faq__intro,.central-faq__list{padding:0 1.2rem}.central-faq h2{max-width:14ch;margin-top:1.5rem}.three-gates{width:auto;margin:4rem 1.2rem;padding-top:3rem}.three-gates__intro{display:block}.three-gates__intro h2{margin-top:1rem}.three-gates__doors,.three-gates__doors:has(.three-gates__door:nth-child(1):hover),.three-gates__doors:has(.three-gates__door:nth-child(2):hover),.three-gates__doors:has(.three-gates__door:nth-child(3):hover){grid-template-columns:1fr;height:auto}.three-gates__door{height:150px}.three-gates__door:before{width:58px;height:58px}.three-gates__doors:has(.three-gates__door:hover) .three-gates__door{height:150px}.three-gates__door:hover,.three-gates__door:focus-visible{height:210px}}@media(max-width:600px){.hero--central{display:block;min-height:calc(92svh - 124px);padding-top:3rem;padding-bottom:8.5rem}.hero--central:before{background:linear-gradient(90deg,#080808f0,#0808088a),linear-gradient(0deg,#0c0c0c 0%,transparent 50%)}.hero-visual img{object-position:68% center;opacity:.62}.hero-flag{left:-1rem;top:0;width:43%;height:auto;opacity:.1;transform:rotate(-1deg);mix-blend-mode:screen;filter:saturate(.45) brightness(1.04)}.hero-flag:before{left:.45rem;top:-.5rem;height:calc(100% + 1rem);opacity:.5}.hero-flag__svg,.hero-flag__svg>g{animation:none;transform:none}.hero-flag__fold{display:none}.hero-map-dust{inset:0 32% 0 0;opacity:.95}.hero-map-dust__field{animation:none}.hero-map-dust__field--slow{opacity:.09}.hero-map-dust__field--drift{display:none}.hero-kicker{margin-top:1.5rem}.hero--central h1{font-size:clamp(3.2rem,15vw,4.8rem)}.hero-action-cluster{width:100%;align-items:center;transform:translateY(10px)}.hero-explore-action{min-height:42px}.hero-fight-ornament{display:none}.live-location>span:last-child{display:grid;gap:.15rem}.next-stop{grid-template-columns:auto 1fr auto;bottom:1rem}.next-stop__line{display:none}.next-stop>div{order:2}.next-stop>a{order:3}.journey:before{top:5rem;right:-.2em;font-size:13rem}.journey__heading{grid-template-columns:1fr}.journey__heading>p{grid-column:auto}.journey__heading h2{max-width:none}.journey__route{display:none}.journey-stop{grid-template-columns:1fr}.journey-stop__media{height:300px}.journey-stop__copy{min-height:430px}.journey-stop h3{font-size:clamp(1.45rem,7vw,2.1rem)}.atlas-portal{margin:3rem 1rem}.atlas-portal__visual{min-height:300px}.atlas-portal__copy{min-height:500px;padding:2rem 1.5rem}.atlas-portal__copy h2{font-size:clamp(2.5rem,12vw,4rem)}.atlas-portal__footer .button{width:100%;justify-content:center;text-align:center}.atlas-portal__footer>span{font-size:.5rem;letter-spacing:.1em}.grounds-portal{margin:3rem 1rem}.grounds-portal__visual{min-height:360px}.grounds-portal__copy{padding-top:2rem;padding-bottom:2rem}.grounds-portal__footer .button{width:100%;justify-content:center;text-align:center}.grounds-portal__footer>span{font-size:.5rem;letter-spacing:.1em}.central-faq{margin:3rem 1rem;padding:2.5rem 0}.central-faq summary{grid-template-columns:2rem 1.1rem minmax(0,1fr);min-height:68px;font-size:14px;line-height:1.08}.central-faq details p{margin-left:3.1rem;margin-bottom:.8rem;font-size:.8rem}.three-gates{margin:3rem 1rem;padding-top:2.5rem}.three-gates__door{height:140px;padding:1.1rem}.three-gates__door:hover,.three-gates__door:focus-visible{height:195px}.three-gates__country{font-size:1.35rem}}@media(prefers-reduced-motion:reduce){.live-location__pulse,.hero-flag__svg,.hero-flag__svg>g,.hero-flag__fold,.hero-map-dust__field,.hero-fight-ornament img,.button--solid:after,.next-stop__line,.journey__route-line:before,.journey__route-line:after{animation:none}.hero-flag__svg,.hero-flag__svg>g,.hero-flag__fold{transform:none}.journey-stop__media img{transition:none}}.central-header{position:relative;z-index:20;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;min-height:76px;padding:0 clamp(1.2rem,4vw,4rem);border-bottom:1px solid var(--line);background:#0c0c0c}.central-header__left,.central-header__right{display:flex;align-items:center}.central-header__left{justify-self:start;gap:clamp(1rem,2.5vw,2.6rem)}.central-header__right{justify-self:end;gap:clamp(1rem,2vw,2rem)}.language-switcher{display:flex;align-items:center;gap:.45rem}.language-switcher button{display:grid;place-items:center;width:28px;height:28px;padding:0;border:1px solid transparent;border-radius:50%;background:transparent;cursor:pointer;filter:grayscale(.65);opacity:.55;transition:border-color .2s,filter .2s,opacity .2s,transform .2s}.language-switcher button:hover,.language-switcher button:focus-visible,.language-switcher button.is-current{border-color:#d7a35ea6;filter:none;opacity:1;transform:translateY(-1px)}.language-flag{display:block;width:17px;height:11px;box-shadow:0 0 0 1px #ffffff38}.language-flag--fr{background:linear-gradient(90deg,#18358b 0 33.333%,#fff 33.333% 66.666%,#e33a45 66.666%)}.language-flag--gb{background:linear-gradient(33deg,transparent 43%,#fff 43% 47%,#c8102e 47% 53%,#fff 53% 57%,transparent 57%),linear-gradient(-33deg,transparent 43%,#fff 43% 47%,#c8102e 47% 53%,#fff 53% 57%,transparent 57%),linear-gradient(90deg,transparent 38%,#fff 38% 43%,#c8102e 43% 57%,#fff 57% 62%,transparent 62%),linear-gradient(0deg,transparent 32%,#fff 32% 40%,#c8102e 40% 60%,#fff 60% 68%,transparent 68%),#163b73}.central-country-nav{display:flex;align-items:center;justify-content:center;gap:clamp(1.1rem,2.5vw,2.8rem);font-size:.67rem;letter-spacing:.17em;text-transform:uppercase;color:#aaa69e}.central-country-nav a,.central-academy-link{transition:color .2s}.central-country-nav a:hover,.central-country-nav a:focus,.central-academy-link:hover,.central-academy-link:focus{color:#d7a35e}.central-country-nav .is-disabled{opacity:.48}.central-academy-link{font-size:.67rem;letter-spacing:.17em;text-transform:uppercase;color:#d8d4cc}.central-menu{position:relative}.central-menu-button{display:grid;align-content:center;gap:4px;width:42px;height:42px;padding:0 11px;border:1px solid rgba(255,255,255,.25);background:transparent;color:#eee;cursor:pointer;transition:border-color .2s,background .2s}.central-menu-button:hover,.central-menu-button:focus-visible,.central-menu-button[aria-expanded=true]{border-color:#d7a35e;background:#d7a35e14}.central-menu-button span{display:block;width:100%;height:1px;background:currentColor;transition:transform .2s,width .2s}.central-menu-button span:nth-child(2){width:70%;justify-self:end}.central-menu-button[aria-expanded=true] span:first-child{transform:translateY(5px) rotate(45deg)}.central-menu-button[aria-expanded=true] span:nth-child(2){width:0}.central-menu-button[aria-expanded=true] span:last-child{transform:translateY(-5px) rotate(-45deg)}.central-menu-panel{position:absolute;top:calc(100% + .9rem);right:0;z-index:30;width:min(310px,calc(100vw - 2rem));padding:1rem;background:#121212;border:1px solid rgba(255,255,255,.16);box-shadow:0 20px 50px #00000073}.central-menu-panel[hidden]{display:none}.central-menu-panel__label{display:block;padding:.2rem .4rem .8rem;color:#77736d;font-size:.55rem;letter-spacing:.18em;text-transform:uppercase}.central-menu-panel a{display:grid;grid-template-columns:1fr auto;gap:.25rem 1rem;padding:1rem;border-top:1px solid rgba(255,255,255,.12);transition:background .2s,color .2s}.central-menu-panel a:hover,.central-menu-panel a:focus{background:#d7a35e17;color:#d7a35e}.central-menu-panel a span{font:500 .95rem Cinzel,serif;letter-spacing:.08em;text-transform:uppercase}.central-menu-panel a small{grid-column:1;color:#8f8b84;font-size:.62rem;letter-spacing:.06em}.central-menu-panel a b{grid-column:2;grid-row:1/3;align-self:center;color:#d7a35e;font-weight:400}.central-header+main .hero--central{min-height:calc(92svh - 76px)}.central-header+main+.site-footer{background:#0b0b0b;border-top:1px solid rgba(255,255,255,.14)}.site-header:not(.is-localized){position:relative;z-index:20;background:#0c0c0c}.site-header:not(.is-localized) .global-country-nav .is-disabled{display:inline;opacity:.45}.site-header:not(.is-localized) .nav-cta{background:#d7a35e;border-color:#d7a35e;color:#0b0b0b}.site-header:not(.is-localized) .nav-cta:hover,.site-header:not(.is-localized) .nav-cta:focus{background:#f0c47e;color:#0b0b0b}.site-header:not(.is-localized)+main+.site-footer{background:#0b0b0b;border-top:1px solid rgba(255,255,255,.14)}@media(max-width:950px){.central-header{grid-template-columns:1fr auto;gap:.8rem;padding-top:.9rem;padding-bottom:.8rem}.central-country-nav{grid-column:1/-1;grid-row:2}.central-header__left{grid-column:1;grid-row:1}.central-header__right{grid-column:2;grid-row:1}.central-header+main .hero--central{min-height:calc(92svh - 120px)}}@media(max-width:700px){.site-header:not(.is-localized) nav>a:not(.nav-cta){display:none}.site-header:not(.is-localized) .global-country-nav{padding-top:.8rem;border-top:1px solid rgba(255,255,255,.12)}.site-header:not(.is-localized) nav .nav-cta{display:inline-block;padding:.65rem .75rem;font-size:.62rem}}@media(max-width:560px){.central-header{padding-left:1rem;padding-right:1rem}.central-header__left{gap:.8rem}.central-header .brand{font-size:.72rem;letter-spacing:.13em}.central-header__right{gap:.7rem}.central-academy-link{font-size:.58rem;letter-spacing:.12em}.central-menu-button{width:38px;height:38px}.language-switcher{gap:.15rem}.language-switcher button{width:25px;height:25px}.central-country-nav{width:100%;justify-content:space-between;gap:.5rem;padding-top:.7rem;border-top:1px solid rgba(255,255,255,.1);font-size:.58rem}.central-header+main .hero--central{min-height:calc(92svh - 119px)}}.site-header.is-localized{position:relative;flex-wrap:wrap}.site-header.is-localized nav{gap:.9rem}.nav-country{color:var(--gold);font:500 .75rem Cinzel,serif;letter-spacing:.12em;text-transform:uppercase}.site-header nav a.is-current{color:var(--gold)}.country-switcher{width:100%;display:flex;gap:1rem;justify-content:flex-end;padding:0 0 .8rem;color:var(--muted);font-size:.65rem;text-transform:uppercase;letter-spacing:.14em}.country-switcher a.is-current{color:var(--gold)}.country-home-hero{min-height:72vh;padding:clamp(5rem,11vw,10rem) clamp(1.2rem,9vw,9rem);display:flex;align-items:end;background:linear-gradient(90deg,#101010f2,#10101073),var(--hero-image) center/cover,radial-gradient(circle at 80% 30%,rgba(201,151,77,.22),transparent 35%)}.country-home-copy{max-width:760px}.country-home-hero h1,.localized-hero h1{font:500 clamp(3rem,8vw,7rem)/.98 Cinzel,serif;letter-spacing:-.04em;margin:1rem 0 1.5rem}.localized-hero{padding:clamp(4rem,9vw,8rem) clamp(1.2rem,9vw,9rem);background:radial-gradient(circle at 90% 20%,color-mix(in srgb,var(--accent),transparent 72%),transparent 38%)}.local-overview{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:end}.local-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;border-top:1px solid var(--line);padding-top:1.5rem}.local-facts span{display:grid;gap:.35rem;color:var(--muted);font-size:.8rem}.local-facts b{color:var(--text);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase}.local-navigation h2,.local-story h2{max-width:20ch}.local-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.local-card{min-height:170px;padding:1.3rem;background:var(--surface);border:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.local-card:hover,.local-card:focus{border-color:var(--gold);transform:translateY(-3px)}.local-card span{color:var(--gold);font-size:.65rem;letter-spacing:.18em;text-transform:uppercase}.local-card strong{font:500 1.3rem/1.2 Cinzel,serif;max-width:16ch}.local-card b{align-self:end;color:var(--gold)}.story-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:2rem 0}.story-columns p,.localized-intro,.localized-content p{color:var(--muted);line-height:1.85}.localized-content{min-height:55vh}.localized-intro{max-width:70ch;font-size:1.1rem;margin-bottom:3rem}.plans-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.plan-card,.product-card,.gym-info>div,.contact-grid>div{padding:1.4rem;background:var(--surface);border-top:2px solid var(--gold)}.plan-card strong,.gym-info strong,.product-card strong{display:block;font:500 2rem Cinzel,serif;margin:.8rem 0 .2rem}.plan-kip{color:var(--muted);font-size:.8rem}.plan-card ul{padding:1rem 0;margin:0;list-style:none;border-top:1px solid var(--line);color:var(--muted);font-size:.8rem;line-height:1.8}.plan-card li:before{content:"· ";color:var(--gold)}.plan-card .button{margin-top:1rem}.gym-info{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:850px}.gym-info>.button{align-self:end;justify-self:start}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.product-card{min-height:220px;display:flex;flex-direction:column;justify-content:space-between}.product-card h3{font:500 1.25rem/1.25 Cinzel,serif}.source-note{margin-top:2rem;font-size:.75rem}.faq-list{max-width:850px}.faq-list details{border-top:1px solid var(--line);padding:1.2rem 0}.faq-list summary{cursor:pointer;font:500 1.2rem Cinzel,serif}.faq-list p{max-width:65ch;margin:.8rem 0 0}.terms-list{display:grid;gap:1rem;max-width:900px}.terms-list article{padding:1.5rem;background:var(--surface)}.terms-list h2{font-size:1.5rem;max-width:none}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:900px}.contact-grid h2{max-width:none}.contact-grid .button{margin-top:1rem}.contact-grid .text-link{display:inline-block;margin-top:1rem}@media(max-width:900px){.plans-grid,.local-card-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.local-overview,.story-columns,.contact-grid{grid-template-columns:1fr}}@media(max-width:700px){.site-header.is-localized nav{width:100%;order:2;overflow:auto;white-space:nowrap;padding-bottom:.3rem}.country-switcher{order:3;justify-content:flex-start;overflow:auto;white-space:nowrap}.country-home-hero{min-height:66vh}.local-facts,.gym-info,.plans-grid,.local-card-grid,.product-grid{grid-template-columns:1fr}.localized-hero h1,.country-home-hero h1{font-size:clamp(2.7rem,13vw,5rem)}}.site-header:not(.is-localized){position:relative}.global-country-nav{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:1.35rem;color:var(--muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.16em}.global-country-nav a{transition:color .2s}.global-country-nav a:hover,.global-country-nav a:focus{color:var(--gold)}.global-country-nav a.is-disabled{opacity:.45}@media(max-width:900px){.global-country-nav{position:static;order:3;width:100%;transform:none;justify-content:center;padding-top:.4rem}.site-header:not(.is-localized){flex-wrap:wrap}.site-header:not(.is-localized) nav{margin-left:auto}}@media(max-width:700px){.global-country-nav{justify-content:flex-start;overflow:auto;white-space:nowrap;order:3}.site-header:not(.is-localized) nav{order:2}}
