@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}.hero-flag[data-country=sri-lanka]{--flag-top:#76542c;--flag-middle:#53302b;--flag-bottom:#76542c;--flag-disc:#6b7450}.hero-flag[data-country=thailand]{--flag-top:#733238;--flag-middle:#263b5b;--flag-bottom:#733238;--flag-disc:#b8b4aa}@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,.central-approach h2{max-width:15ch;margin:0;font:500 clamp(2.35rem,4.25vw,4.5rem)/.9 Cinzel,serif;letter-spacing:-.05em;text-wrap:balance}.journey__heading h2{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:hover{background:#1a2a27}.journey-stop--future:hover{background:#1c2834}.journey-stop__media{position:relative;display:block;height:420px;overflow:hidden}.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__media:hover img{transform:scale(1.025);filter:grayscale(.12) saturate(.84) contrast(1.04) brightness(.98)}.journey-stop--current .journey-stop__media img{object-position:42% center}.journey-stop--next .journey-stop__media img{object-position:55% 42%}.journey-stop--future .journey-stop__media img{object-position:52% 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__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 h3 em{color:#d7a35e;font-style:normal}.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{background:#16211f}.journey-stop--next h3 em,.journey-stop--next .journey-stop__status{color:#68a99d}.journey-stop--future{background:#17202a}.journey-stop--future h3,.journey-stop--future .journey-stop__status{color:#7897bd}.button--unavailable{opacity:.58;cursor:default;border-color:#7897bd;color:#c7d2df}.central-approach{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,10vw,12rem);padding:clamp(5rem,10vw,10rem) clamp(1.2rem,9vw,9rem);background:#111;color:#eee;border-top:1px solid rgba(255,255,255,.12)}.central-approach h2{margin-top:1.1rem}.central-approach>div:last-child{padding-top:1.8rem}.central-approach p{max-width:50ch;color:#aaa69f;line-height:1.85}.central-approach p:first-child{color:#eee;font:500 clamp(1.3rem,2vw,2rem)/1.5 Cinzel,serif}.central-approach .text-link{display:inline-block;margin-top:1.5rem}@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}}@media(max-width:800px){.hero--central{grid-template-columns:1fr}.hero-visual{inset:0}.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,.journey-stop--future{grid-column:auto;grid-template-columns:1.1fr 1fr}.journey-stop__copy{min-height:0}.central-approach{grid-template-columns:1fr;gap:2rem}}@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{inset:0}.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;animation: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)}.central-approach{padding-top:5rem;padding-bottom:5rem}}.journey-stop--future .journey-stop__media img{object-position:75% center}.journey-stop--current .journey-stop__media img{object-position:0% center}.journey-stop__place{display:block;margin-top:.32rem;color:#d7a35e;font:500 .43em/1 Cinzel,serif;letter-spacing:.12em}.atlas-portal{display:grid;grid-template-columns:1.38fr 1fr;min-height:720px;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:1fr 1.72fr .78fr;min-height:720px;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:400% 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:0 center}.atlas-portal__panel--landscape{background-position:50% center}.atlas-portal__panel--market{background-position:100% center}.atlas-portal:hover .atlas-portal__panel--waterfall{transform:translateY(-6px)}.atlas-portal:hover .atlas-portal__panel--landscape{transform:translateY(5px)}.atlas-portal:hover .atlas-portal__panel--market{transform:translateY(-4px)}.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;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(3rem,8vw,7rem) 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}.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 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}.atlas-portal__footer .button:hover,.atlas-portal__footer .button:focus-visible{background:#282828;border-color:#282828}@media(max-width:800px){.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}.atlas-portal__copy h2{margin-top:4rem}}@media(max-width:600px){.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);margin-top:3.5rem}.atlas-portal__footer .button{width:100%;justify-content:center;text-align:center}.atlas-portal__footer>span{font-size:.5rem;letter-spacing:.1em}}@media(min-width:801px){.atlas-portal,.atlas-portal__visual,.atlas-portal__copy{min-height:660px}}@media(min-width:801px){.atlas-portal,.atlas-portal__visual,.atlas-portal__copy{min-height:594px}}@media(min-width:801px){.atlas-portal,.atlas-portal__visual,.atlas-portal__copy{min-height:535px}}.atlas-portal__copy h2{margin-top:clamp(1.6rem,4.5vw,4.2rem)}.atlas-portal__copy h2{margin-top:clamp(1rem,3.2vw,3.2rem)}.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__visual{grid-template-columns:30% 45% 25%}.atlas-portal__panel{background-size:auto 100%;background-repeat:no-repeat}.atlas-portal__panel--waterfall{background-position:0% center}.atlas-portal__panel--landscape{background-position:52% center}.atlas-portal__panel--market,.atlas-portal__panel--waterfall{background-position:100% center}.atlas-portal__panel--market{background-position:0% center}.atlas-portal__panel--market{background-position:calc(0% - 8px) center}.atlas-portal__copy h2{margin-top:clamp(2.2rem,5.5vw,5.2rem)}.atlas-portal__footer{margin-top:clamp(2rem,4vw,3.2rem)}.grounds-portal{display:grid;grid-template-columns:.82fr 1.18fr;min-height:720px;margin:clamp(3rem,6vw,6rem) clamp(1.2rem,5vw,5rem);border:1px solid #1c2825;background:#e8e3d9;color:#151515;overflow:hidden}.grounds-portal__copy{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(2rem,5vw,5rem) clamp(1.6rem,4.5vw,4.8rem)}.grounds-portal__eyebrow{color:#8b5d22;font-size:.62rem;letter-spacing:.16em}.grounds-portal h2{max-width:10ch;margin:clamp(3rem,8vw,7rem) 0 1.8rem;font:500 clamp(2.4rem,4vw,4.8rem)/.9 Cinzel,serif;letter-spacing:-.055em}.grounds-portal__copy>p{max-width:39ch;margin:0;color:#645e54;line-height:1.75;font-size:.9rem}.grounds-portal__footer{display:grid;gap:1.2rem;align-items:start;margin-top:3rem}.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:#8b5d22;font-size:.55rem;letter-spacing:.15em}.grounds-portal__visual{position:relative;min-width:0;min-height:720px;overflow:hidden;background:#080909}.grounds-portal__visual:before{content:"";position:absolute;inset:0;z-index:0;opacity:.045;background:repeating-radial-gradient(ellipse at 38% 54%,transparent 0 34px,rgba(204,190,158,.32) 35px 36px,transparent 37px 72px);transform:rotate(-14deg) scale(1.4);pointer-events:none}.grounds-panel{position:absolute;z-index:1;display:block;overflow:hidden;background-image:linear-gradient(180deg,#0407070f,#04070780),var(--grounds-image);background-repeat:no-repeat;background-size:300% 100%;filter:saturate(.78) contrast(1.05) brightness(.8);box-shadow:0 20px 45px #00000047;transition:transform .9s cubic-bezier(.2,.75,.25,1),filter .9s ease}.grounds-panel--laos{inset:4% 8% 25%;background-position:50% center;clip-path:polygon(13% 0,87% 0,100% 100%,0 100%)}.grounds-panel--sri{inset:59% 51% 3% 3%;background-position:0 center;clip-path:polygon(8% 0,100% 0,92% 100%,0 100%)}.grounds-panel--thailand{inset:59% 3% 3% 51%;background-position:100% center;clip-path:polygon(0 0,92% 0,100% 100%,8% 100%)}.grounds-panel__caption{position:absolute;z-index:1;right:1rem;bottom:1rem;left:1rem;display:grid;gap:.28rem;color:#f3ead7;text-shadow:0 1px 12px #000}.grounds-panel--laos .grounds-panel__caption{bottom:1.4rem;left:13%;text-align:center}.grounds-panel__caption b{font:500 clamp(.95rem,1.7vw,1.6rem)/1 Cinzel,serif;letter-spacing:.16em}.grounds-panel__caption small{color:#d7a35e;font-size:.47rem;letter-spacing:.12em}.grounds-portal__relief{position:absolute;z-index:2;inset:0;opacity:.03;background:linear-gradient(122deg,transparent 0 45%,#d7a35e 45.1% 45.2%,transparent 45.3% 100%),linear-gradient(168deg,transparent 0 61%,#d7a35e 61.1% 61.2%,transparent 61.3% 100%);pointer-events:none}.grounds-portal:hover .grounds-panel--laos{transform:translateY(-5px) scale(1.012);filter:saturate(.86) contrast(1.07) brightness(.92)}.grounds-portal:hover .grounds-panel--sri{transform:translate(-4px,4px) scale(1.018);filter:saturate(.84) contrast(1.06) brightness(.9)}.grounds-portal:hover .grounds-panel--thailand{transform:translate(4px,-3px) scale(1.018);filter:saturate(.84) contrast(1.06) brightness(.9)}@media(max-width:800px){.grounds-portal{grid-template-columns:1fr;min-height:0;margin:4rem 1.2rem}.grounds-portal__visual{order:-1;min-height:560px}.grounds-portal__copy{min-height:540px}.grounds-portal h2{margin-top:4rem}}@media(max-width:600px){.grounds-portal{margin:3rem 1rem}.grounds-portal__visual{min-height:450px}.grounds-portal__copy{min-height:500px;padding:2rem 1.5rem}.grounds-portal h2{font-size:clamp(2.3rem,11vw,3.8rem);margin-top:3.5rem}.grounds-panel--laos{inset:3% 6% 31%}.grounds-panel--sri{inset:61% 51% 3% 2%}.grounds-panel--thailand{inset:61% 2% 3% 51%}.grounds-panel__caption{right:.6rem;bottom:.65rem;left:.6rem}.grounds-panel__caption b{font-size:.8rem}.grounds-panel__caption small{font-size:.38rem}.grounds-portal__footer .button{width:100%;justify-content:center;text-align:center}.grounds-portal__footer>span{font-size:.5rem;letter-spacing:.1em}}.grounds-portal__visual{position:relative;min-width:0;min-height:720px;overflow:hidden;background:#090909}.grounds-portal__visual:before{display:none}.grounds-portal__visual img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.04) brightness(.86);transition:transform 1s cubic-bezier(.2,.75,.25,1),filter 1s ease}.grounds-portal:hover .grounds-portal__visual img{transform:scale(1.018);filter:saturate(.88) contrast(1.06) brightness(.94)}@media(max-width:800px){.grounds-portal__visual{min-height:390px}}.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;padding:1rem 0;color:#f2ede3;cursor:pointer;list-style:none;font:500 clamp(.95rem,1.4vw,1.15rem)/1.18 Cinzel,serif}.central-faq summary::-webkit-details-marker{display:none}.central-faq summary:after{display:none}.central-faq summary span{color:#b18a4e;font:500 .58rem/1 Inter,sans-serif;letter-spacing:.12em}.central-faq__plus{font:400 1.05rem/1 sans-serif!important;transition:transform .25s ease}.central-faq details[open] .central-faq__plus{transform:rotate(45deg)}.central-faq__question{color:#f2ede3!important;font:500 clamp(14px,1.7vw,22px)/1.06 Cinzel,serif!important;letter-spacing:-.015em!important}.central-faq details p{max-width:62ch;margin:-.15rem 3.2rem 1rem;color:#aaa094;font-size:.82rem;line-height:1.6}@media(max-width:800px){.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}}@media(max-width:600px){.central-faq{margin:3rem 1rem;padding:2.5rem 0}.central-faq summary{grid-template-columns:2rem 1fr;gap:.7rem;padding:1.1rem 0;font-size:.9rem}.central-faq details p{margin-left:2.7rem;font-size:.8rem}}@media(max-width:600px){.central-faq summary{grid-template-columns:2rem 1.1rem minmax(0,1fr);padding:.9rem 0}.central-faq details p{margin-left:3.1rem;margin-bottom:.8rem}}.central-faq summary{font-size:clamp(1.04rem,1.55vw,1.28rem)}@media(max-width:600px){.central-faq summary{font-size:.98rem}}.central-faq summary{font-size:clamp(14px,1.7vw,22px);line-height:1.06;letter-spacing:-.015em;padding:.78rem 0}@media(max-width:600px){.central-faq summary{font-size:14px;line-height:1.08;padding:.7rem 0}}.journey__stops{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;height:480px;background:#e8e3d91f;transition:grid-template-columns .8s cubic-bezier(.2,.75,.25,1)}.journey-stop{position:relative;display:block;min-height:480px;height:480px;overflow:hidden;background:#070707;color:#f1eee7;transition:background .8s ease}.journey-stop--current{border-top:0;border-left:1px solid #8b5d22}.journey-stop__media{position:absolute;z-index:1;inset:0 38%;display:block;height:auto;overflow:hidden;transition:inset .85s cubic-bezier(.2,.75,.25,1),filter .8s ease}.journey-stop__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000014,#000000b8);pointer-events:none}.journey-stop__media img{width:100%;height:100%;object-fit:cover;filter:grayscale(.35) saturate(.58) brightness(.42);opacity:.8;transition:transform 1s cubic-bezier(.2,.75,.25,1),filter .8s ease,opacity .8s ease}.journey-stop__badge{display:none}.journey-stop__copy{position:absolute;z-index:2;inset:0;display:flex;justify-content:flex-end;min-height:0;padding:1.5rem;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.18),transparent 38%,rgba(0,0,0,.65));transition:background .8s ease}.journey-stop__status{font-size:.55rem;letter-spacing:.15em;opacity:.65}.journey-stop__title{margin-top:auto;margin-bottom:0;min-height:0}.journey-stop__number{font-size:.55rem}.journey-stop h3{font-size:clamp(1.45rem,2.5vw,2.7rem);line-height:.92}.journey-stop__copy>p,.journey-stop dl,.journey-stop__copy .button{opacity:0;transform:translateY(10px);transition:opacity .45s ease,transform .6s ease}.journey-stop__copy>p{max-width:34ch;margin-top:1rem}.journey-stop dl{display:none}.journey-stop__copy .button{pointer-events:auto;margin-top:1.2rem}.journey-stop:after{content:"↗";position:absolute;z-index:3;right:1.5rem;top:1.35rem;color:#d7a35e;font:300 clamp(2rem,4vw,4rem)/1 Cinzel,serif;opacity:.55;transform:translate(0);transition:opacity .5s ease,transform .7s ease}.journey-stop:before{content:"ENTER";position:absolute;z-index:4;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}.journey__stops:has(.journey-stop:nth-child(1):hover){grid-template-columns:1.45fr .775fr .775fr}.journey__stops:has(.journey-stop:nth-child(2):hover){grid-template-columns:.775fr 1.45fr .775fr}.journey__stops:has(.journey-stop:nth-child(3):hover){grid-template-columns:.775fr .775fr 1.45fr}.journey-stop:hover .journey-stop__media,.journey-stop:focus-within .journey-stop__media{inset:0}.journey-stop:hover .journey-stop__media img,.journey-stop:focus-within .journey-stop__media img{filter:grayscale(.05) saturate(.85) brightness(.72);opacity:1;transform:scale(1.015)}.journey-stop:hover .journey-stop__copy,.journey-stop:focus-within .journey-stop__copy{background:linear-gradient(180deg,rgba(0,0,0,.14),transparent 28%,rgba(0,0,0,.82))}.journey-stop:hover .journey-stop__copy>p,.journey-stop:hover dl,.journey-stop:hover .journey-stop__copy .button,.journey-stop:focus-within .journey-stop__copy>p,.journey-stop:focus-within dl,.journey-stop:focus-within .journey-stop__copy .button{opacity:1;transform:none}.journey-stop:hover:before,.journey-stop:focus-within:before{opacity:1;transform:translate(-50%,-50%) scale(1)}.journey-stop:hover:after,.journey-stop:focus-within:after{opacity:1;transform:translate(5px,-5px)}@media(max-width:800px){.journey__stops{height:auto;grid-template-columns:1fr!important;gap:1px}.journey-stop,.journey-stop--future{height:180px;min-height:180px;grid-column:auto}.journey-stop__media{inset:58% 0 0;height:auto;transition:inset .7s ease}.journey-stop__copy{padding:1rem 1.2rem}.journey-stop h3{font-size:1.55rem}.journey-stop:hover .journey-stop__media,.journey-stop:focus-within .journey-stop__media,.journey-stop:active .journey-stop__media{inset:0}.journey-stop:before{width:58px;height:58px}.journey-stop:after{right:1.2rem;top:1rem}}@media(max-width:600px){.central-faq__question{font-size:14px!important;line-height:1.08!important}}.journey__stops{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,2vw,2.2rem);height:auto;background:transparent;transition:none}.journey-stop{position:relative;display:grid;grid-template-columns:1fr;min-height:0;height:auto;overflow:hidden;background:#111;color:#f1eee7;transition:background .3s ease,border-color .3s ease}.journey-stop--current{border-top:2px solid #8b5d22;border-left:0}.journey-stop__media{position:relative;inset:auto;display:block;height:420px;overflow:hidden;transition:none}.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);opacity:1;transform:none;transition:transform .8s cubic-bezier(.2,.75,.25,1),filter .8s ease}.journey-stop__badge{display:block;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{position:relative;inset:auto;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);pointer-events:auto;background:transparent}.journey-stop__copy>p,.journey-stop dl,.journey-stop__copy .button{opacity:1;transform:none}.journey-stop__status{opacity:1;font-size:.59rem;letter-spacing:.17em}.journey-stop__title{margin:1.1rem 0 .85rem;min-height:4.2rem}.journey-stop h3{font-size:clamp(1.65rem,2.55vw,2.75rem)}.journey-stop dl{display:grid;width:100%;gap:1rem;margin:auto 0 1.2rem;padding-top:1rem}.journey-stop:before,.journey-stop:after{display: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){.journey__stops{grid-template-columns:1fr}.journey-stop,.journey-stop--future{grid-column:auto;grid-template-columns:1.1fr 1fr}.journey-stop__copy{min-height:0}.journey-stop__media{height:400px}}@media(max-width:600px){.journey-stop,.journey-stop--future{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)}}.journey__stops:has(.journey-stop:nth-child(1):hover),.journey__stops:has(.journey-stop:nth-child(2):hover),.journey__stops:has(.journey-stop:nth-child(3):hover){grid-template-columns:repeat(3,minmax(0,1fr))}.journey-stop:hover .journey-stop__media,.journey-stop:focus-within .journey-stop__media{inset:auto}.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);opacity:1}@media(max-width:1100px){.journey__stops:has(.journey-stop:nth-child(1):hover),.journey__stops:has(.journey-stop:nth-child(2):hover),.journey__stops:has(.journey-stop:nth-child(3):hover){grid-template-columns:1fr 1fr}}@media(max-width:800px){.journey__stops:has(.journey-stop:nth-child(1):hover),.journey__stops:has(.journey-stop:nth-child(2):hover),.journey__stops:has(.journey-stop:nth-child(3):hover){grid-template-columns:1fr}.journey-stop:hover .journey-stop__media,.journey-stop:focus-within .journey-stop__media{inset:auto}}.three-gates{margin:clamp(4rem,8vw,8rem) clamp(1.2rem,5vw,5rem) clamp(4rem,8vw,8rem);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(.4) saturate(.55) brightness(.38);opacity:.15;transform:scale(1.02);transition:opacity .85s ease,filter .85s ease,transform 1s ease}.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}.three-gates__door:hover img,.three-gates__door:focus-visible img{opacity:.72;filter:grayscale(.08) saturate(.78) brightness(.65);transform:scale(1.015)}.three-gates__door:hover:before,.three-gates__door:focus-visible:before{opacity:1;transform:translate(-50%,-50%) scale(1)}.three-gates__door:hover .three-gates__enter,.three-gates__door:focus-visible .three-gates__enter{opacity:1;transform:none}@media(max-width:800px){.three-gates{margin:4rem 1.2rem;padding-top:3rem}.three-gates__intro{display:block}.three-gates__intro h2{margin-top:1rem}.three-gates__doors{grid-template-columns:1fr!important;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}.three-gates__door:hover img,.three-gates__door:focus-visible img{opacity:.72}}@media(max-width:600px){.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}}.three-gates{width:min(92%,1200px);margin-left:auto;margin-right:auto}@media(max-width:800px){.three-gates{width:auto;margin-left:1.2rem;margin-right:1.2rem}}@media(max-width:600px){.three-gates{margin-left:1rem;margin-right:1rem}}.three-gates__door--laos img,.three-gates__door--sri img,.three-gates__door--thailand img{object-position:50% 50%}.three-gates__door--laos img{object-position:0% center}.three-gates__door--thailand img{object-position:65% center}.three-gates__door--sri img{transform:none!important;object-fit:cover!important}.three-gates__door--sri:hover img,.three-gates__door--sri:focus-visible img{transform:none!important;object-fit:cover!important}.three-gates__door--laos img,.three-gates__door--thailand img{transform:none!important}.three-gates__door--laos:hover img,.three-gates__door--laos:focus-visible img,.three-gates__door--thailand:hover img,.three-gates__door--thailand:focus-visible img{transform:none!important}.three-gates__door--thailand img{left:50%!important;right:auto!important;width:auto!important;height:100%!important;max-width:none!important;object-fit:contain!important;transform:translate(-50%)!important}.three-gates__door--thailand:hover img,.three-gates__door--thailand:focus-visible img{transform:translate(-50%)!important}.three-gates__door img{opacity:.3;filter:grayscale(.32) saturate(.68) brightness(.5)}.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,.three-gates__door:focus-visible{box-shadow:inset 1px 0 #d7a35e9e}.three-gates__door:hover:before,.three-gates__door:focus-visible:before{border-color:#d7a35e;color:#f1c879;opacity:1;box-shadow:0 0 20px #d7a35e2e}.central-faq summary{min-height:74px;padding:.5rem 0}.central-faq__question{font-size:16px!important;line-height:1.15!important}@media(max-width:600px){.central-faq summary{min-height:68px}.central-faq__question{font-size:16px!important}}.grounds-portal__copy{justify-content:flex-start}.grounds-portal__eyebrow:after{width:clamp(5rem,11vw,12rem)}.grounds-portal h2{margin-top:clamp(2rem,4.5vw,3.8rem);margin-bottom:1.25rem}.grounds-portal__copy>p{line-height:1.6}.grounds-portal__footer{margin-top:2rem}.grounds-portal__visual img{width:92%;height:calc(100% - 140px);margin:70px 0;transform:translate(28px);outline:none;outline-offset:0}.grounds-portal__visual:before{inset:64px 8px;background:#8f6b32;opacity:.45;transform:translate(22px,6px) scale(1.01);filter:none;clip-path:polygon(50% 0,100% 100%,0 100%)}.grounds-portal__visual:after{inset:64px 8px;background:radial-gradient(ellipse at 50% 50%,rgba(182,130,48,.14),transparent 46%);transform:translate(22px,6px);filter:drop-shadow(0 12px 20px rgba(172,119,43,.12));clip-path:polygon(50% 0,100% 100%,0 100%)}.grounds-portal:hover .grounds-portal__visual img{transform:translate(28px);filter:drop-shadow(0 12px 18px rgba(172,119,43,.12))}.grounds-portal__visual img{position:relative;z-index:1;width:100%;height:calc(100% - 100px);margin:60px 0 40px;object-fit:contain;object-position:center;filter:drop-shadow(0 0 0 rgba(0,0,0,0));transform:translate(18px);box-shadow:none;animation:none;transition:filter .8s ease,transform .8s ease}.grounds-portal__visual img{outline:1px solid rgba(143,107,50,.72);outline-offset:-1px}.grounds-portal{border-color:#1c2825b8}.grounds-portal__visual{position:relative;isolation:isolate;overflow:hidden;background-color:#080909;background-image:radial-gradient(ellipse at 48% 45%,rgba(205,174,119,.028),transparent 57%),repeating-linear-gradient(112deg,rgba(255,255,255,.006) 0 1px,transparent 1px 5px);box-shadow:inset 18px 0 34px -28px #000000e6,inset 0 0 44px #00000042}@keyframes grounds-image-arrival{0%{opacity:.94}to{opacity:1}}.grounds-portal__copy{position:relative;z-index:0}.grounds-portal__visual{z-index:1;overflow:visible;background:#080909;background-image:radial-gradient(circle at 20% 24%,rgba(215,163,94,.045) 0 1px,transparent 1.5px),radial-gradient(circle at 78% 72%,rgba(255,255,255,.025) 0 1px,transparent 1.5px),repeating-linear-gradient(116deg,transparent 0 92px,rgba(215,163,94,.018) 93px,transparent 94px 184px);background-size:21px 21px,31px 31px,100% 100%}.grounds-portal__visual:before{display:block;content:"";position:absolute;z-index:0;inset:7% 3% 5% 0;opacity:.028;background:repeating-radial-gradient(ellipse at 42% 54%,transparent 0 34px,rgba(204,190,158,.7) 35px 36px,transparent 37px 72px);transform:rotate(-14deg) scale(1.35);pointer-events:none}.grounds-portal__visual:after{content:"";position:absolute;z-index:0;inset:4% 5% 3% 0;background:radial-gradient(ellipse at 42% 48%,rgba(0,0,0,.8),transparent 68%);filter:blur(20px);opacity:.7;pointer-events:none}.grounds-portal__visual img{position:relative;z-index:1;width:calc(100% + 28px);height:calc(100% + 12px);margin:-6px 0 0 -28px;object-fit:cover;clip-path:polygon(0 100%,50% 0,100% 100%);filter:saturate(.82) contrast(1.04) brightness(.86);animation:grounds-visual-drift 28s ease-in-out infinite alternate;transition:transform 1s cubic-bezier(.2,.75,.25,1),filter 1s ease}.grounds-portal:hover .grounds-portal__visual img{transform:translateY(-2px) scale(1.006);filter:saturate(.88) contrast(1.06) brightness(.94)}@keyframes grounds-visual-drift{0%{transform:translateY(0)}to{transform:translateY(-1px)}}@media(prefers-reduced-motion:reduce){.grounds-portal__visual img{animation:none}}@media(max-width:800px){.grounds-portal__visual{overflow:hidden}.grounds-portal__visual img{width:100%;height:100%;margin:0;clip-path:polygon(0 100%,50% 0,100% 100%)}}.grounds-portal__visual{position:relative;min-width:0;min-height:720px;overflow:visible;background:#080909;background-image:radial-gradient(circle at 20% 24%,rgba(215,163,94,.04) 0 1px,transparent 1.5px),radial-gradient(circle at 78% 72%,rgba(255,255,255,.022) 0 1px,transparent 1.5px),repeating-linear-gradient(116deg,transparent 0 92px,rgba(215,163,94,.016) 93px,transparent 94px 184px);background-size:21px 21px,31px 31px,100% 100%}.grounds-portal__visual:before{display:block;content:"";position:absolute;z-index:0;inset:5% 0 4%;opacity:.026;background:repeating-radial-gradient(ellipse at 42% 54%,transparent 0 36px,rgba(204,190,158,.75) 37px 38px,transparent 39px 76px);transform:rotate(-14deg) scale(1.4);pointer-events:none}.grounds-portal__visual:after{content:"";position:absolute;z-index:0;inset:8% 3% 6%;background:radial-gradient(ellipse at 48% 48%,rgba(0,0,0,.82),transparent 70%);filter:blur(24px);opacity:.7;pointer-events:none}.grounds-panel{position:absolute;z-index:1;display:block;overflow:hidden;background-image:linear-gradient(180deg,#0407070a,#0407076b),var(--grounds-image);background-repeat:no-repeat;background-size:300% 100%;border:1px solid rgba(226,216,193,.22);box-shadow:0 24px 50px #00000057;filter:saturate(.78) contrast(1.05) brightness(.82);transition:transform .9s cubic-bezier(.2,.75,.25,1),filter .9s ease}.grounds-panel--laos{inset:8% 15% 29% 14%;background-position:50% center}.grounds-panel--sri{inset:53% 59% 9% 5%;background-position:0 center;transform:rotate(-1.2deg)}.grounds-panel--thailand{inset:57% 5% 5% 59%;background-position:100% center;transform:rotate(1.1deg)}.grounds-panel__caption{position:absolute;right:1rem;bottom:1rem;left:1rem;display:grid;gap:.3rem;color:#f3ead7;text-shadow:0 1px 14px #000}.grounds-panel--laos .grounds-panel__caption{left:1.5rem}.grounds-panel__caption b{font:500 clamp(.9rem,1.45vw,1.35rem)/1 Cinzel,serif;letter-spacing:.16em}.grounds-panel__caption small{color:#d7a35e;font-size:.45rem;letter-spacing:.12em}.grounds-portal__relief{position:absolute;z-index:2;inset:0;opacity:.025;background:linear-gradient(117deg,transparent 0 42%,#d7a35e 42.1% 42.2%,transparent 42.3% 100%),linear-gradient(168deg,transparent 0 63%,#d7a35e 63.1% 63.2%,transparent 63.3% 100%);pointer-events:none}.grounds-portal:hover .grounds-panel--laos{transform:translateY(-3px) scale(1.006);filter:saturate(.86) contrast(1.07) brightness(.92)}.grounds-portal:hover .grounds-panel--sri{transform:translate(-3px,3px) rotate(-1.2deg) scale(1.012);filter:saturate(.84) contrast(1.06) brightness(.9)}.grounds-portal:hover .grounds-panel--thailand{transform:translate(3px,-2px) rotate(1.1deg) scale(1.012);filter:saturate(.84) contrast(1.06) brightness(.9)}@media(max-width:800px){.grounds-portal__visual{min-height:560px;overflow:hidden}.grounds-panel--laos{inset:7% 12% 32%}.grounds-panel--sri{inset:59% 55% 6% 3%}.grounds-panel--thailand{inset:62% 3% 4% 55%}.grounds-panel__caption{right:.55rem;bottom:.65rem;left:.55rem}.grounds-panel__caption b{font-size:.72rem}.grounds-panel__caption small{font-size:.36rem}}@media(max-width:600px){.grounds-portal__visual{min-height:450px}.grounds-panel--laos{inset:6% 8% 34%}.grounds-panel--sri{inset:61% 54% 5% 2%}.grounds-panel--thailand{inset:64% 2% 3% 54%}.grounds-panel__caption b{font-size:.62rem}.grounds-panel__caption small{font-size:.3rem}}@media(prefers-reduced-motion:reduce){.grounds-portal:hover .grounds-panel--laos,.grounds-portal:hover .grounds-panel--sri,.grounds-portal:hover .grounds-panel--thailand{transform:none}}.grounds-portal__visual img{position:relative;z-index:1;display:block;width:100%;height:100%;margin:0;object-fit:contain;object-position:center;clip-path:none;filter:none;animation:grounds-image-arrival .9s ease both;transform:none;box-shadow:0 18px 38px -30px #000000e6}.grounds-portal__visual{position:relative;isolation:isolate;overflow:hidden;background:#080909;background-image:radial-gradient(ellipse at 48% 45%,rgba(205,174,119,.028),transparent 57%),repeating-linear-gradient(112deg,rgba(255,255,255,.006) 0 1px,transparent 1px 5px);box-shadow:inset 18px 0 34px -28px #000000e6,inset 0 0 44px #00000042}.grounds-portal__visual:before{display:block;content:"";position:absolute;z-index:0;inset:0;background:radial-gradient(ellipse at 42% 48%,transparent 42%,rgba(0,0,0,.18) 100%);pointer-events:none}.grounds-portal__visual:after{display:block;content:"";position:absolute;z-index:0;top:0;bottom:0;left:0;width:34px;background:linear-gradient(90deg,rgba(8,9,9,.3),transparent);pointer-events:none}.grounds-portal__visual img{position:relative;z-index:1;display:block;width:100%;height:100%;margin:0;object-fit:contain;object-position:center;clip-path:none;filter:none;animation:none;transform:none;border:0;box-shadow:0 18px 38px -30px #000000e6}.grounds-portal:hover .grounds-portal__visual img{transform:none;filter:none}@media(max-width:800px){.grounds-portal__visual{overflow:hidden;min-height:390px}.grounds-portal__visual img{width:100%;height:100%;margin:0;clip-path:none}}@media(max-width:600px){.grounds-portal__visual{min-height:300px}}.grounds-portal{grid-template-columns:38% 62%;min-height:640px;background:#e8e3d9;border-color:#1c28259e;overflow:visible}.grounds-portal__copy{position:relative;z-index:2;padding-top:clamp(2rem,4vw,4rem);padding-bottom:clamp(2rem,4vw,4rem)}.grounds-portal h2{margin-top:clamp(2.5rem,6vw,5rem)}.grounds-portal__visual{z-index:1;min-height:640px;margin-left:-54px;overflow:visible;background:transparent;background-image:none;box-shadow:none}.grounds-portal__visual:before,.grounds-portal__visual:after{display:none}.grounds-portal__visual img{width:100%;height:100%;object-fit:contain;object-position:center;filter:none;transform:none;box-shadow:none;animation:none;transition:filter .8s ease}.grounds-portal:hover .grounds-portal__visual img{transform:none;filter:drop-shadow(0 20px 25px rgba(23,20,15,.14))}@media(max-width:800px){.grounds-portal{grid-template-columns:1fr;min-height:0;overflow:hidden}.grounds-portal__visual{order:-1;min-height:520px;margin-left:0}.grounds-portal__copy{min-height:0}.grounds-portal h2{margin-top:3rem}}.grounds-portal__copy{justify-content:flex-start!important}.grounds-portal__eyebrow:after{width:clamp(5rem,11vw,12rem)!important}.grounds-portal h2{margin-top:clamp(2rem,4.5vw,3.8rem)!important;margin-bottom:1.25rem!important}.grounds-portal__copy>p{line-height:1.6!important}.grounds-portal__footer{margin-top:2rem!important}.grounds-portal{position:relative;isolation:isolate;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)!important;border:1px solid rgba(224,211,184,.07)!important;box-shadow:0 40px 90px #000000b8,0 12px 30px #0000007a,inset 0 1px #ffffff06!important}.grounds-portal:before{content:"";position:absolute;inset:10px -10px -10px 10px;background:#030303;z-index:-1;opacity:.75;pointer-events:none}.grounds-portal:after{display:none!important}.grounds-portal__copy,.grounds-portal__visual{background:transparent!important}.grounds-portal__visual:before,.grounds-portal__visual:after{display:none!important}.grounds-portal__visual img{width:87%!important;height:calc(100% - 150px)!important;margin:75px 0!important;transform:translate(32px)!important;outline:none!important;outline-offset:0!important;filter:drop-shadow(0 0 1px rgba(214,203,181,.44)) drop-shadow(0 22px 35px rgba(0,0,0,.45))!important}.grounds-portal:hover .grounds-portal__visual img{transform:translate(32px)!important;filter:drop-shadow(0 0 1px rgba(214,203,181,.44)) drop-shadow(0 22px 35px rgba(0,0,0,.45))!important}@media(max-width:800px){.grounds-portal__visual img{width:92%;height:calc(100% - 116px);margin:58px 0;transform:translate(12px)}.grounds-portal__visual:before,.grounds-portal__visual:after{inset:52px 8px;transform:translate(10px,5px)}.grounds-portal:hover .grounds-portal__visual img{transform:translate(12px)}}@media(max-width:600px){.grounds-portal__visual img{height:calc(100% - 88px);margin:44px 0;transform:translate(8px)}.grounds-portal__visual:before,.grounds-portal__visual:after{inset:40px 5px;transform:translate(7px,4px)}.grounds-portal:hover .grounds-portal__visual img{transform:translate(8px)}}.grounds-portal{grid-template-columns:38% 62%;min-height:640px;background:#090909;border-color:#171717;color:#f2ede3;overflow:visible}.grounds-portal__copy{position:relative;z-index:3;padding-top:clamp(2rem,4vw,4rem);padding-bottom:clamp(2rem,4vw,4rem)}.grounds-portal__eyebrow{display:flex;align-items:center;gap:1rem;color:#b18a4e}.grounds-portal__eyebrow:after{content:"";display:block;width:clamp(3rem,7vw,7rem);height:1px;background:#8f6b32;opacity:.72}.grounds-portal h2{color:#f2ede3;margin-top:clamp(2.5rem,6vw,5rem)}.grounds-portal__copy>p{color:#b5aa99}.grounds-portal__footer>span{color:#b18a4e}.grounds-portal__visual{position:relative;z-index:1;min-height:640px;margin-left:-54px;overflow:visible;background:#090909;box-shadow:none}.grounds-portal__visual:before{display:block;content:"";position:absolute;z-index:0;inset:60px 18px 40px;background:#352e25;clip-path:polygon(50% 0,100% 100%,0 100%);transform:translate(16px,14px) scale(.985);opacity:.82;filter:drop-shadow(0 0 16px rgba(157,115,49,.08));pointer-events:none}.grounds-portal__visual:after{display:block;content:"";position:absolute;z-index:0;inset:60px 18px 40px;background:radial-gradient(ellipse at 50% 48%,rgba(180,129,50,.16),transparent 45%);clip-path:polygon(50% 0,100% 100%,0 100%);pointer-events:none}.grounds-portal__visual img{position:relative;z-index:1;width:100%;height:calc(100% - 100px);margin:60px 0 40px;object-fit:contain;object-position:center;filter:none;transform:translate(18px);box-shadow:none;animation:none;transition:filter .8s ease,transform .8s ease;outline:1px solid rgba(143,107,50,.72);outline-offset:-1px}.grounds-portal:hover .grounds-portal__visual img{transform:translate(18px);filter:drop-shadow(0 14px 18px rgba(0,0,0,.26))}@media(max-width:800px){.grounds-portal{grid-template-columns:1fr;min-height:0;overflow:hidden}.grounds-portal__visual{order:-1;min-height:520px;margin-left:0}.grounds-portal__visual:before,.grounds-portal__visual:after{inset:34px 12px 24px}.grounds-portal__visual img{height:calc(100% - 58px);margin:34px 0 24px;transform:none}.grounds-portal:hover .grounds-portal__visual img{transform:none}}@media(max-width:600px){.grounds-portal__visual{min-height:360px}.grounds-portal__copy{padding-top:2rem;padding-bottom:2rem}}.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}}
