:root{
  --black:#050505;
  --black-2:#0c0b0b;
  --black-3:#151211;
  --ivory:#f1ede5;
  --paper:#e7e0d6;
  --gold:#e21b2d;
  --gold-light:#ff4a59;
  --red:#cf111f;
  --muted:#756f68;
  --line-dark:rgba(20,17,15,.18);
  --line-light:rgba(255,255,255,.15);
  --pad:clamp(20px,5.2vw,82px);
  --max:1480px;
  --header:82px;
  color-scheme:dark light;
  font-synthesis:none;
  text-rendering:optimizeLegibility;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--black)}
body{margin:0;background:var(--ivory);color:#111;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.locked{overflow:hidden}
img{display:block;width:100%;height:100%;object-fit:cover}
button,input,select,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{color:inherit}
a{color:inherit}
.skip-link{position:fixed;z-index:999;left:18px;top:-70px;padding:12px 18px;border-radius:999px;background:#fff;color:#000;transition:top .2s ease}.skip-link:focus{top:18px}

.site-header{position:fixed;z-index:100;inset:0 0 auto;height:var(--header);padding:0 var(--pad);display:flex;align-items:center;gap:34px;color:#fff;border-bottom:1px solid transparent;transition:height .3s ease,background .3s ease,border-color .3s ease,backdrop-filter .3s ease}
.site-header.is-scrolled{height:68px;background:rgba(5,5,5,.88);border-color:rgba(255,255,255,.1);backdrop-filter:blur(18px)}
.brand{display:flex;flex-direction:column;text-decoration:none;line-height:1;flex:0 0 auto}.brand-word{font-size:28px;font-weight:900;letter-spacing:-.07em}.brand-word span{color:var(--gold);display:inline-block;transform:skewX(-7deg)}.brand-sub{margin-top:6px;color:rgba(255,255,255,.58);font-size:7px;letter-spacing:.22em;text-transform:uppercase}
.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:clamp(17px,2.2vw,34px)}.desktop-nav a{color:rgba(255,255,255,.74);text-decoration:none;font-size:12px;transition:color .2s ease}.desktop-nav a:hover{color:#fff}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:rgba(255,255,255,.06);align-items:center;justify-content:center;flex-direction:column;gap:7px;cursor:pointer}.menu-toggle span{display:block;width:18px;height:1px;background:#fff;transition:transform .2s ease}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}
.mobile-menu{position:fixed;z-index:90;inset:0;padding:110px var(--pad) 34px;background:rgba(5,5,5,.985);color:#fff;transform:translateY(-100%);visibility:hidden;transition:transform .36s cubic-bezier(.2,.7,.2,1),visibility .36s}.mobile-menu.open{transform:translateY(0);visibility:visible}.mobile-menu nav{display:grid}.mobile-menu nav a{padding:15px 0;border-bottom:1px solid var(--line-light);text-decoration:none;font-weight:750;font-size:clamp(30px,8vw,44px);letter-spacing:-.05em}.mobile-menu .pill{margin-top:28px}

.pill{appearance:none;min-height:50px;padding:0 24px;border:1px solid transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.01em;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.pill:hover{transform:translateY(-2px)}.pill:active{transform:translateY(0)}.pill-gold{background:var(--gold);color:#0a0907}.pill-gold:hover{background:var(--gold-light)}.pill-glass{background:rgba(5,5,5,.18);border-color:rgba(255,255,255,.3);color:#fff;backdrop-filter:blur(9px)}.pill-glass:hover{background:rgba(255,255,255,.1)}.pill-ivory{background:var(--ivory);color:#0b0908}.pill-ivory:hover{background:#fff}.pill-dark{background:var(--black);color:#fff}.pill-dark:hover{background:#282220}.pill-outline-dark{background:transparent;border-color:rgba(0,0,0,.3);color:#111}.pill-outline-dark:hover{background:rgba(0,0,0,.05)}.pill-wide{width:100%}

.hero{position:relative;min-height:100svh;background:var(--black);color:#fff;overflow:hidden;display:grid;align-items:center}.hero-background{position:absolute;inset:0}.hero-background img{object-position:58% 50%;filter:saturate(.84) contrast(1.05) brightness(.78);transform:scale(1.015)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,3,3,.94) 0%,rgba(3,3,3,.74) 43%,rgba(3,3,3,.2) 76%,rgba(3,3,3,.4) 100%),linear-gradient(0deg,rgba(3,3,3,.8) 0%,transparent 50%,rgba(3,3,3,.35) 100%)}.hero-line{position:absolute;left:64%;top:-12%;width:2px;height:130%;background:linear-gradient(0deg,transparent,var(--gold),transparent);transform:rotate(-19deg);opacity:.6;box-shadow:0 0 22px rgba(223,189,88,.22)}
.hero-inner{position:relative;z-index:2;width:100%;max-width:var(--max);margin:auto;padding:calc(var(--header) + 54px) var(--pad) 120px;display:grid;grid-template-columns:minmax(0,1fr) clamp(270px,27vw,410px);gap:clamp(42px,8vw,140px);align-items:center}.hero-copy{max-width:850px}.eyebrow{margin:0 0 20px;color:rgba(255,255,255,.56);font-size:10px;line-height:1.45;letter-spacing:.22em;text-transform:uppercase;font-weight:800}.eyebrow.gold{color:var(--gold)}.eyebrow.dark{color:var(--muted)}.hero h1{margin:0;font-size:clamp(68px,9.4vw,154px);line-height:.8;letter-spacing:-.08em;font-weight:820}.hero h1 span{color:#fff}.lead{max-width:650px;margin:34px 0 0;color:rgba(255,255,255,.72);font-size:clamp(16px,1.45vw,21px);line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.hero-meta{display:flex;gap:28px;margin-top:20px}.hero-meta a{color:rgba(255,255,255,.64);text-underline-offset:5px;font-size:12px}
.hero-lounge-card{position:relative;margin:0;height:min(72vh,720px);min-height:500px;overflow:hidden;border:1px solid rgba(255,255,255,.16);box-shadow:0 35px 90px rgba(0,0,0,.45)}.hero-lounge-card::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(0deg,rgba(2,2,2,.76),transparent 48%)}.hero-lounge-card img{object-position:center 48%;filter:saturate(.9) contrast(1.04)}.hero-lounge-card figcaption{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;display:flex;flex-direction:column}.hero-lounge-card strong{font-size:28px;letter-spacing:-.04em}.hero-lounge-card span{margin-top:7px;color:rgba(255,255,255,.6);font-size:9px;text-transform:uppercase;letter-spacing:.17em}.hero-bottom{position:absolute;z-index:3;left:var(--pad);right:var(--pad);bottom:30px;display:flex;justify-content:space-between;color:rgba(255,255,255,.48);font-size:9px;letter-spacing:.15em;text-transform:uppercase}

.light-section{background:var(--ivory);color:#111}.dark-section{background:var(--black);color:#fff}.section-pad{padding:clamp(94px,11vw,165px) var(--pad)}.section-heading{max-width:850px;margin-bottom:68px}.section-heading h2,.worlds-heading h2{margin:0;font-size:clamp(52px,7vw,112px);line-height:.87;letter-spacing:-.073em}.section-heading>p:last-child{max-width:600px;margin:28px 0 0;color:var(--muted);font-size:17px;line-height:1.65}.section-heading-light>p:last-child{color:rgba(255,255,255,.55)}

.booking-section{position:relative}.booking-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line-dark);border-left:1px solid var(--line-dark)}.booking-card{position:relative;min-height:310px;padding:28px;border:0;border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);background:transparent;text-align:left;cursor:pointer;display:flex;flex-direction:column;transition:background .25s ease,color .25s ease}.booking-card:hover{background:var(--black);color:#fff}.booking-no{color:var(--muted);font-size:9px;letter-spacing:.16em}.booking-name{margin-top:auto;font-weight:750;font-size:clamp(27px,2.3vw,40px);letter-spacing:-.05em}.booking-desc{max-width:215px;margin-top:12px;color:var(--muted);line-height:1.55}.booking-card:hover .booking-desc,.booking-card:hover .booking-no{color:rgba(255,255,255,.5)}.arrow{position:absolute;right:22px;top:20px;font-size:20px}

.worlds-heading{padding-bottom:64px}.world-panel{min-height:82vh;display:grid;grid-template-columns:58% 42%;overflow:hidden}.world-panel.world-club{grid-template-columns:42% 58%}.world-media{min-height:680px;overflow:hidden}.world-media img{transition:transform 1s cubic-bezier(.2,.7,.2,1)}.world-panel:hover .world-media img{transform:scale(1.035)}.world-copy{min-height:680px;padding:clamp(42px,6vw,100px);display:flex;flex-direction:column;background:#171615}.world-lounge .world-copy{background:#e7e0d6;color:#111}.world-club .world-copy{background:#160708}.chapter{color:rgba(255,255,255,.43);font-size:9px;letter-spacing:.18em;text-transform:uppercase}.world-lounge .chapter{color:var(--muted)}.world-copy>div{margin-top:auto}.world-copy h3{margin:0;font-size:clamp(54px,6.4vw,104px);line-height:.86;letter-spacing:-.07em}.world-copy>div>p:not(.eyebrow){max-width:550px;color:rgba(255,255,255,.62);font-size:17px;line-height:1.68}.world-lounge .world-copy>div>p:not(.eyebrow){color:var(--muted)}.text-actions{display:flex;flex-wrap:wrap;align-items:center;gap:26px;margin-top:24px}.underlink{appearance:none;border:0;border-bottom:1px solid currentColor;padding:0 0 5px;background:transparent;text-decoration:none;font-size:12px;font-weight:800;cursor:pointer}.underlink span{margin-left:7px}.underlink.light{color:#fff}.underlink.muted{color:var(--muted)}.underlink.muted-light{color:rgba(255,255,255,.5)}

.architecture{position:relative;padding-top:130px}.feature-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-auto-rows:400px;gap:14px}.feature-card{position:relative;overflow:hidden}.feature-card.feature-large{grid-row:span 2}.feature-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,2,2,.84),transparent 55%)}.feature-card img{transition:transform .8s cubic-bezier(.2,.7,.2,1);filter:saturate(.84)}.feature-card:hover img{transform:scale(1.03)}.feature-card>div{position:absolute;z-index:2;left:26px;right:26px;bottom:24px}.feature-card span{color:var(--gold);font-size:9px;letter-spacing:.16em}.feature-card h3{margin:8px 0 6px;font-size:clamp(28px,3vw,48px);letter-spacing:-.05em}.feature-card p{max-width:450px;margin:0;color:rgba(255,255,255,.58);line-height:1.5}

.programme-list{border-top:1px solid var(--line-dark)}.programme-row{display:grid;grid-template-columns:170px minmax(0,1fr) 64px;gap:34px;align-items:center;min-height:210px;padding:28px 0;border-bottom:1px solid var(--line-dark)}.programme-day{display:flex;flex-direction:column;gap:8px}.programme-day span{color:var(--gold);font-size:10px;font-weight:800;letter-spacing:.18em}.programme-day strong{font-size:22px;letter-spacing:-.04em}.programme-label{margin:0 0 8px;color:var(--muted);font-size:9px;letter-spacing:.16em;text-transform:uppercase;font-weight:800}.programme-row h3{margin:0;font-size:clamp(31px,3vw,48px);letter-spacing:-.05em}.programme-row>div:nth-child(2)>p:last-child{margin:9px 0 0;color:var(--muted)}.round-action{width:56px;height:56px;border:1px solid rgba(0,0,0,.25);border-radius:50%;background:transparent;font-size:20px;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.round-action:hover{background:var(--black);color:#fff;transform:rotate(8deg)}

.menu-section{background:#120f0e;color:#fff}.menu-intro{max-width:900px;margin-bottom:70px}.menu-intro h2{margin:0;font-size:clamp(54px,7.2vw,116px);line-height:.85;letter-spacing:-.075em}.menu-intro>p:last-child{max-width:600px;color:rgba(255,255,255,.55);font-size:17px;line-height:1.65}.menu-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:14px}.platter-card{min-height:650px;padding:clamp(28px,4vw,60px);background:var(--red);display:flex;flex-direction:column}.platter-meta{display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.64);font-size:9px;text-transform:uppercase;letter-spacing:.16em}.platter-body{margin:auto 0 36px;display:flex;align-items:flex-end;justify-content:space-between;gap:34px}.platter-body h3{margin:0;font-size:clamp(58px,6.2vw,102px);line-height:.82;letter-spacing:-.075em}.platter-body p{max-width:500px;color:rgba(255,255,255,.67);line-height:1.65}.platter-body strong{white-space:nowrap;font-size:clamp(34px,3.8vw,58px);letter-spacing:-.055em}.menu-detail{border-top:1px solid var(--line-light)}.menu-detail article{min-height:162px;padding:24px 0;border-bottom:1px solid var(--line-light);display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:center}.menu-index{color:var(--gold);font-size:9px;letter-spacing:.16em}.menu-detail h3{margin:0;font-size:27px;letter-spacing:-.04em}.menu-detail p{margin:8px 0 0;color:rgba(255,255,255,.52);line-height:1.6}

.vip-section{padding:0}.vip-hero{position:relative;height:min(82vh,900px);min-height:650px;overflow:hidden}.vip-hero img{filter:saturate(.86) contrast(1.04)}.vip-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,5,5,.9),transparent 68%),linear-gradient(90deg,rgba(5,5,5,.5),transparent)}.vip-title{position:absolute;z-index:2;left:var(--pad);bottom:70px}.vip-title h2{margin:0;font-size:clamp(66px,9vw,148px);line-height:.8;letter-spacing:-.08em}.vip-options{padding-top:84px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line-light)}.vip-option{min-height:360px;padding:30px;border-right:1px solid var(--line-light);display:flex;flex-direction:column}.vip-option:last-child{border-right:0}.vip-option>span{color:rgba(255,255,255,.38);font-size:9px;letter-spacing:.16em}.vip-option h3{margin:auto 0 12px;font-size:clamp(34px,3.3vw,54px);letter-spacing:-.055em}.vip-option p{min-height:58px;margin:0 0 26px;color:rgba(255,255,255,.55);line-height:1.6}

.gallery{padding-top:90px}.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:210px;gap:14px}.gallery-item{position:relative;grid-column:span 4;grid-row:span 2;border:0;padding:0;overflow:hidden;background:#151211;cursor:zoom-in}.gallery-item.gallery-wide{grid-column:span 8}.gallery-item.gallery-portrait{grid-row:span 3}.gallery-item::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent 45%)}.gallery-item img{transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .3s ease}.gallery-item:hover img{transform:scale(1.035);filter:brightness(.82)}.gallery-item>span{position:absolute;z-index:2;left:20px;bottom:18px;color:#fff;font-size:9px;letter-spacing:.16em;text-transform:uppercase}

.visit{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(42px,8vw,120px);align-items:center}.visit-photo{min-height:680px;overflow:hidden}.visit-photo img{filter:saturate(.86) contrast(1.04)}.visit-copy h2{margin:0;font-size:clamp(54px,6.8vw,108px);line-height:.86;letter-spacing:-.07em}.visit-copy dl{margin:48px 0}.visit-copy dl div{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:16px 0;border-bottom:1px solid var(--line-dark)}.visit-copy dt{color:var(--muted);font-size:9px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}.visit-copy dd{margin:0;font-weight:650}.visit-actions{display:flex;flex-wrap:wrap;gap:12px}.visit-note{max-width:520px;margin:20px 0 0;color:var(--muted);font-size:12px;line-height:1.6}

.closing{position:relative;min-height:90vh;display:grid;place-items:center;overflow:hidden}.closing-bg{position:absolute;inset:0}.closing-bg img{filter:saturate(.82) brightness(.72);transform:scale(1.02)}.closing-shade{position:absolute;inset:0;background:radial-gradient(circle at 65% 40%,rgba(213,20,30,.15),transparent 40%),linear-gradient(90deg,rgba(5,5,5,.9),rgba(5,5,5,.42)),linear-gradient(0deg,rgba(5,5,5,.78),transparent 55%)}.closing-copy{position:relative;z-index:2;width:100%;padding:120px var(--pad);text-align:left}.official-logo{width:min(420px,65vw);height:auto;object-fit:contain;object-position:left;margin-bottom:44px}.closing-copy h2{margin:0;font-size:clamp(78px,10vw,160px);line-height:.78;letter-spacing:-.08em}.closing-copy h2 span{color:var(--gold)}.closing-copy>p:not(.eyebrow){max-width:550px;color:rgba(255,255,255,.63);font-size:18px;line-height:1.6;margin:32px 0}

.footer{padding:62px var(--pad) 92px;background:var(--black);color:#fff;border-top:1px solid var(--line-light);display:grid;grid-template-columns:1fr auto;gap:46px;align-items:end}.footer-brand{display:flex;flex-direction:column;gap:10px}.footer-brand>span:last-child{color:rgba(255,255,255,.42);font-size:8px;letter-spacing:.17em;text-transform:uppercase}.footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:24px}.footer nav a{color:rgba(255,255,255,.58);text-decoration:none;font-size:11px}.footer-bottom{grid-column:1/-1;padding-top:26px;border-top:1px solid var(--line-light);display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.34);font-size:8px;text-transform:uppercase;letter-spacing:.14em}
.mobile-actions{display:none}

.lightbox{position:fixed;z-index:250;inset:0;display:grid;place-items:center;padding:30px;background:rgba(0,0,0,.95);visibility:hidden;opacity:0;transition:opacity .25s ease,visibility .25s}.lightbox.open{visibility:visible;opacity:1}.lightbox figure{margin:0;width:min(1240px,100%);height:min(82vh,900px)}.lightbox img{object-fit:contain}.lightbox figcaption{margin-top:13px;text-align:center;color:rgba(255,255,255,.55);font-size:9px;letter-spacing:.16em;text-transform:uppercase}.lightbox-close{position:absolute;right:22px;top:18px;width:46px;height:46px;border:1px solid rgba(255,255,255,.27);border-radius:50%;background:transparent;color:#fff;font-size:28px;cursor:pointer}
.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.7,.2,1)}.js .reveal.visible{opacity:1;transform:none}
:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.footer-bottom a{color:inherit;text-underline-offset:3px}

@media(max-width:1050px){.desktop-nav,.desktop-cta{display:none}.menu-toggle{display:flex;margin-left:auto}.hero-inner{grid-template-columns:1fr minmax(260px,33vw);gap:44px}.booking-grid{grid-template-columns:1fr 1fr}.world-panel,.world-panel.world-club{grid-template-columns:1fr 1fr}.menu-layout{grid-template-columns:1fr}.menu-detail{display:grid;grid-template-columns:1fr 1fr}.visit{grid-template-columns:1fr}.visit-photo{min-height:520px}}

@media(max-width:760px){:root{--header:68px;--pad:20px}body{padding-bottom:calc(70px + env(safe-area-inset-bottom))}.site-header{height:68px}.site-header.is-scrolled{height:60px}.brand-word{font-size:24px}.brand-sub{font-size:6px}.hero{min-height:900px;align-items:end}.hero-background{inset:45% 0 0}.hero-background img{object-position:55% 50%;filter:saturate(.82) contrast(1.04) brightness(.66)}.hero-overlay{background:linear-gradient(0deg,rgba(3,3,3,.94),rgba(3,3,3,.25) 55%,rgba(3,3,3,.1)),linear-gradient(90deg,rgba(3,3,3,.48),transparent)}.hero-line{left:82%;height:120%;opacity:.4}.hero-inner{display:flex;flex-direction:column-reverse;align-items:stretch;padding:94px var(--pad) 150px;gap:30px}.hero-lounge-card{height:300px;min-height:0;width:76%;margin-left:auto;border-color:rgba(255,255,255,.22)}.hero-lounge-card figcaption{left:16px;right:16px;bottom:15px}.hero-lounge-card strong{font-size:23px}.hero h1{font-size:clamp(62px,17vw,86px)}.lead{font-size:15px}.hero-actions .pill{width:100%}.hero-meta{justify-content:space-between}.hero-bottom{bottom:88px;flex-direction:column;gap:7px}.section-pad{padding-top:100px;padding-bottom:100px}.section-heading{margin-bottom:46px}.section-heading h2,.worlds-heading h2{font-size:clamp(54px,15vw,80px)}.booking-grid{grid-template-columns:1fr}.booking-card{min-height:210px}.worlds-heading{padding-bottom:48px}.world-panel,.world-panel.world-club{display:flex;flex-direction:column;min-height:0}.world-club .world-copy{order:2}.world-club .world-media{order:1}.world-media{min-height:520px}.world-copy{min-height:500px;padding:34px var(--pad) 48px}.world-copy h3{font-size:clamp(61px,18vw,92px)}.feature-grid{grid-template-columns:1fr;grid-auto-rows:390px}.feature-card.feature-large{grid-row:span 1}.programme-row{grid-template-columns:78px 1fr;gap:16px;min-height:200px}.programme-day strong{font-size:16px}.programme-row .round-action{grid-column:2;width:48px;height:48px}.menu-intro h2{font-size:clamp(56px,16vw,84px)}.platter-card{min-height:600px}.platter-body{display:block}.platter-body strong{display:block;margin-top:28px}.menu-detail{display:block}.vip-hero{height:70vh;min-height:580px}.vip-title{bottom:42px}.vip-title h2{font-size:clamp(70px,20vw,102px)}.vip-options{grid-template-columns:1fr}.vip-option{min-height:300px;border-right:0;border-bottom:1px solid var(--line-light)}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:175px}.gallery-item,.gallery-item.gallery-wide{grid-column:span 1}.gallery-item.gallery-portrait{grid-row:span 2}.gallery-item:nth-child(2),.gallery-item:nth-child(4){grid-column:span 2}.visit{gap:54px}.visit-photo{min-height:430px}.visit-copy dl div{grid-template-columns:105px 1fr}.visit-actions .pill{width:100%}.closing{min-height:800px}.official-logo{width:78%;margin-bottom:38px}.closing-copy h2{font-size:clamp(80px,23vw,112px)}.footer{grid-template-columns:1fr;padding-bottom:42px}.footer nav{justify-content:flex-start}.footer-bottom{grid-column:auto;flex-direction:column}.mobile-actions{position:fixed;z-index:85;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));height:61px;padding:6px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(12,11,11,.93);backdrop-filter:blur(18px);box-shadow:0 14px 48px rgba(0,0,0,.35);transform:translateY(100px);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease}.mobile-actions.visible{transform:none;opacity:1;pointer-events:auto}.mobile-actions button,.mobile-actions a{border:0;border-right:1px solid rgba(255,255,255,.1);background:transparent;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:7px;font-size:10px;font-weight:800}.mobile-actions>*:last-child{border-right:0}.mobile-actions span{color:var(--gold);font-size:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}

/* 2026-08 definitive visual refinement */
picture{display:block;width:100%;height:100%}
.hero{min-height:100svh;isolation:isolate;align-items:center}
.hero-background{z-index:-4;overflow:hidden}
.hero-background picture,.hero-background img{width:100%;height:100%}
.hero-background img{object-position:54% 47%;filter:saturate(.78) contrast(1.08) brightness(.63);transform:scale(1.025);animation:heroDrift 18s ease-in-out infinite alternate}
.hero-background-secondary{z-index:-3;opacity:0;animation:heroCrossfade 16s ease-in-out infinite}
.hero-background-secondary img{object-position:center 48%;filter:saturate(.76) contrast(1.12) brightness(.56)}
.hero-overlay{z-index:-2;background:
  radial-gradient(circle at 48% 44%,rgba(213,20,30,.10),transparent 36%),
  linear-gradient(90deg,rgba(2,2,2,.96) 0%,rgba(2,2,2,.86) 34%,rgba(2,2,2,.56) 59%,rgba(2,2,2,.24) 72%,rgba(2,2,2,.28) 100%),
  linear-gradient(0deg,rgba(2,2,2,.86) 0%,transparent 48%,rgba(2,2,2,.52) 100%)}
.hero-line{z-index:1;left:auto;right:34vw;top:-7%;height:116%;width:1px;transform:rotate(7deg);opacity:.78;background:linear-gradient(0deg,transparent 3%,var(--gold) 24%,var(--gold-light) 50%,var(--gold) 76%,transparent 97%);box-shadow:0 0 28px rgba(223,189,88,.32)}
.hero-line::after{content:"";position:absolute;left:-4px;top:50%;width:9px;height:9px;border:1px solid var(--gold-light);border-radius:50%;background:var(--black);box-shadow:0 0 18px rgba(223,189,88,.5)}
.hero-inner{position:static;z-index:2;max-width:none;margin:0;padding:calc(var(--header) + 64px) var(--pad) 124px;display:block}
.hero-copy{position:relative;z-index:3;width:min(61vw,900px);max-width:none}
.hero h1{font-size:clamp(72px,9.15vw,150px);line-height:.79;letter-spacing:-.084em;text-wrap:balance}
.hero h1 span{white-space:nowrap}.hero-dot{color:var(--gold)}
.hero .lead{max-width:610px;color:rgba(255,255,255,.72);font-size:clamp(16px,1.35vw,20px)}
.hero-lounge-card{position:absolute;z-index:0;top:0;right:0;width:34vw;height:100%;min-height:0;margin:0;border:0;box-shadow:-42px 0 100px rgba(0,0,0,.38);clip-path:polygon(12% 0,100% 0,100% 100%,0 100%)}
.hero-lounge-card::before{z-index:1;background:linear-gradient(0deg,rgba(2,2,2,.88) 0%,rgba(2,2,2,.12) 47%,rgba(2,2,2,.20) 100%),linear-gradient(90deg,rgba(2,2,2,.32),transparent 30%)}
.hero-lounge-card picture,.hero-lounge-card img{width:100%;height:100%}
.hero-lounge-card img{object-position:center 48%;filter:saturate(.82) contrast(1.08) brightness(.82);transform:scale(1.018);animation:loungeDrift 16s ease-in-out infinite alternate}
.hero-lounge-card figcaption{left:18%;right:42px;bottom:54px}
.hero-lounge-card strong{font-size:clamp(28px,2.45vw,42px);line-height:.95;letter-spacing:-.055em}
.hero-lounge-card span{font-size:9px;letter-spacing:.18em}
.hero-lounge-card .scene-number{margin:0 0 12px;color:var(--gold);font-weight:800}
.hero-bottom{z-index:4;bottom:31px;right:calc(34vw + 38px)}
.hero-bottom span:last-child{color:rgba(255,255,255,.58)}

.world-media picture,.feature-card picture,.vip-hero picture,.gallery-item picture,.visit-photo picture{display:block;width:100%;height:100%}
.world-lounge .world-media img{object-position:center 52%}
.world-club .world-media img{object-position:center 47%}
.feature-card img,.vip-hero img,.gallery-item img,.visit-photo img{width:100%;height:100%}
.vip-hero img{object-position:center 58%}
.visit-photo img{object-position:center 52%}

@keyframes heroCrossfade{0%,36%{opacity:0}46%,78%{opacity:1}88%,100%{opacity:0}}
@keyframes heroDrift{from{transform:scale(1.025) translate3d(0,0,0)}to{transform:scale(1.07) translate3d(-1.2%,.8%,0)}}
@keyframes loungeDrift{from{transform:scale(1.018) translate3d(0,0,0)}to{transform:scale(1.065) translate3d(0,-.8%,0)}}

@media(max-width:1050px) and (min-width:761px){
  .hero-copy{width:58vw}
  .hero-lounge-card{width:38vw}
  .hero-line{right:38vw}
  .hero-bottom{right:calc(38vw + 30px)}
  .hero h1{font-size:clamp(72px,9.3vw,116px)}
}

@media(max-width:760px){
  .hero{min-height:960px;display:block}
  .hero-background{inset:36% 0 0;z-index:-4}
  .hero-background img{object-position:55% 48%;filter:saturate(.76) contrast(1.09) brightness(.54);animation:none}
  .hero-background-secondary{animation:heroCrossfade 16s ease-in-out infinite}
  .hero-overlay{z-index:-1;background:
    linear-gradient(0deg,rgba(2,2,2,.96) 0%,rgba(2,2,2,.62) 47%,rgba(2,2,2,.08) 68%,rgba(2,2,2,.18) 100%),
    linear-gradient(90deg,rgba(2,2,2,.48),transparent)}
  .hero-line{z-index:2;left:-8%;right:auto;top:39.5%;width:116%;height:1px;transform:rotate(-5deg);background:linear-gradient(90deg,transparent,var(--gold),var(--gold-light),var(--gold),transparent);opacity:.82}
  .hero-line::after{left:77%;top:-4px}
  .hero-inner{position:relative;z-index:2;min-height:960px;padding:0 var(--pad) 150px;display:flex;align-items:flex-end}
  .hero-copy{width:100%;padding-top:430px}
  .hero-copy::before{content:"";position:absolute;z-index:-1;left:-20px;right:-20px;top:390px;height:420px;background:linear-gradient(0deg,rgba(5,5,5,.94),rgba(5,5,5,.62) 62%,transparent);pointer-events:none}
  .hero-lounge-card{z-index:0;top:0;left:0;right:0;width:100%;height:43%;clip-path:none;box-shadow:none}
  .hero-lounge-card::before{background:linear-gradient(0deg,rgba(2,2,2,.58),transparent 55%,rgba(2,2,2,.18))}
  .hero-lounge-card img{object-position:center 49%;animation:none}
  .hero-lounge-card figcaption{left:20px;right:20px;bottom:26px}
  .hero-lounge-card strong{font-size:27px}
  .hero h1{font-size:clamp(64px,18.2vw,82px);line-height:.8;letter-spacing:-.078em}
  .hero .lead{margin-top:25px;font-size:15px;line-height:1.58}
  .hero-actions{margin-top:26px}.hero-actions .pill{min-height:54px}
  .hero-meta{margin-top:18px}
  .hero-bottom{left:var(--pad);right:var(--pad);bottom:88px;display:flex;flex-direction:row;align-items:flex-end;gap:18px}
  .hero-bottom span{max-width:48%;line-height:1.45}.hero-bottom span:last-child{text-align:right}
  .world-lounge .world-media img{object-position:center 53%}
  .world-club .world-media img{object-position:center 45%}
  .vip-hero img{object-position:center 58%}
}

@media(prefers-reduced-motion:reduce){.hero-background img,.hero-background-secondary,.hero-lounge-card img{animation:none!important}.hero-background-secondary{display:none}}
[hidden]{display:none!important}
.world-media{height:680px;min-height:0}
.world-media picture{height:100%}
@media(max-width:760px){
  .world-media{height:520px;min-height:0}
  .vip-options{padding-top:58px}
  .vip-option{min-height:260px;padding:26px 30px}
}

/* 2026-08 final delivery cleanup */
.brand{gap:8px;align-items:flex-start}
.brand-logo{display:block;width:clamp(150px,14vw,230px);height:auto;object-fit:contain}
.brand-sub{margin-top:0;color:rgba(255,255,255,.62);font-size:8px;letter-spacing:.20em;text-transform:uppercase}
.footer-brand{gap:14px}
.footer-logo{display:block;width:min(230px,52vw);height:auto;object-fit:contain}
.menu-detail article{grid-template-columns:1fr;gap:0}
.menu-detail article>div{max-width:620px}
.vip-option h3{margin:0 0 12px}
.vip-option p{min-height:auto}
.hero-bottom span:last-child{color:rgba(255,255,255,.62)}
.official-logo{width:min(500px,72vw)}

@media(max-width:760px){
  .brand-logo{width:132px}
  .brand-sub{font-size:6px;letter-spacing:.18em}
  .footer-logo{width:180px}
}

/* Final interaction and readability pass */
html{scroll-padding-top:82px}
section[id]{scroll-margin-top:82px}
.pill-gold{color:#fff}
.success-mark{color:#fff}

@media(max-width:760px){
  html{scroll-padding-top:68px}
  section[id]{scroll-margin-top:68px}
  .hero-bottom{display:none}
  .hero-inner{padding-bottom:92px}
}

/* Mobile-first conversion pass */
[data-phone-link]{color:inherit;text-underline-offset:4px}

@media(max-width:760px){
  .site-header{height:66px;padding:0 18px;background:linear-gradient(180deg,rgba(5,5,5,.78),rgba(5,5,5,.12));border-bottom-color:rgba(255,255,255,.08);backdrop-filter:blur(8px)}
  .site-header.is-scrolled{height:60px;background:rgba(5,5,5,.92)}
  .brand{gap:0}
  .brand-logo{width:118px}
  .brand-sub{display:none}
  .menu-toggle{width:40px;height:40px;background:rgba(5,5,5,.42)}

  .hero{min-height:900px}
  .hero-inner{min-height:900px;padding:0 20px 86px}
  .hero-lounge-card{height:40%}
  .hero-lounge-card figcaption{bottom:20px}
  .hero-lounge-card strong{font-size:24px}
  .hero-copy{padding-top:392px}
  .hero-copy::before{top:350px;height:460px}
  .hero h1{font-size:clamp(62px,17.2vw,78px);line-height:.82}
  .hero .lead{max-width:360px;font-size:15px;line-height:1.55}
  .hero-actions{gap:10px}
  .hero-actions .pill{min-height:52px}
  .hero-meta a{font-size:11px}

  .section-pad{padding-top:84px;padding-bottom:84px}
  .section-heading{margin-bottom:38px}
  .section-heading h2,.worlds-heading h2{font-size:clamp(48px,13.8vw,68px);line-height:.89}
  .section-heading>p:last-child{margin-top:20px;font-size:15px;line-height:1.58}

  .booking-grid{grid-template-columns:1fr 1fr}
  .booking-card{min-height:190px;padding:18px}
  .booking-name{font-size:25px;line-height:.95}
  .booking-desc{font-size:12px;line-height:1.45}
  .arrow{right:16px;top:14px;font-size:17px}

  .worlds-heading{padding-top:84px;padding-bottom:42px}
  .world-media{height:440px}
  .world-copy{min-height:430px;padding:30px 20px 42px}
  .world-copy h3{font-size:clamp(54px,15.5vw,72px);line-height:.87}
  .world-copy>div>p:not(.eyebrow){font-size:15px;line-height:1.58}
  .text-actions{gap:20px}

  .architecture{padding-top:90px}
  .feature-grid{grid-auto-rows:330px}
  .feature-card h3{font-size:34px}
  .feature-card p{font-size:13px}

  .programme-row{grid-template-columns:68px 1fr;min-height:185px;gap:14px}
  .programme-row h3{font-size:31px;line-height:1}
  .programme-row>div:nth-child(2)>p:last-child{font-size:13px;line-height:1.5}

  .menu-intro{margin-bottom:48px}
  .menu-intro h2{font-size:clamp(52px,14.5vw,72px)}
  .platter-card{min-height:540px;padding:28px 24px}
  .platter-body h3{font-size:58px}
  .menu-detail article{min-height:136px;padding:22px 0}
  .menu-detail h3{font-size:24px}

  .vip-hero{height:62vh;min-height:520px}
  .vip-title h2{font-size:clamp(62px,17vw,86px)}
  .vip-option{min-height:230px;padding:26px 20px}
  .vip-option h3{font-size:42px}

  .gallery-grid{gap:8px}
  .visit-photo{min-height:390px}
  .visit-copy dl{margin:36px 0}
  .visit-copy dl div{grid-template-columns:92px 1fr;gap:14px}
  .visit-copy dd{font-size:14px;line-height:1.45}

  .closing{min-height:720px}
  .closing-copy{padding:100px 20px}
  .official-logo{width:78%;margin-bottom:34px}
  .closing-copy h2{font-size:clamp(72px,21vw,100px)}
}

@media(max-width:380px){
  .booking-grid{grid-template-columns:1fr}
  .booking-card{min-height:165px}
}

/* Final mobile-first art direction and conversion pass */
.booking-card::before{
  content:"WHATSAPP";
  position:absolute;
  left:22px;
  top:20px;
  color:var(--red);
  font-size:8px;
  font-weight:900;
  letter-spacing:.18em;
}
.booking-action{
  margin-top:18px;
  color:var(--red);
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.booking-card:hover .booking-action{color:#fff}
.booking-card:active{transform:scale(.99)}
.feature-card>div{max-width:650px}
.feature-card h3{margin-top:0}
.footer-logo{filter:drop-shadow(0 8px 24px rgba(0,0,0,.35))}

@media(max-width:760px){
  :root{--pad:18px}
  body{font-size:15px}

  .hero{min-height:860px}
  .hero-inner{min-height:860px;padding:0 18px 82px}
  .hero-lounge-card{height:38%}
  .hero-lounge-card figcaption{left:18px;bottom:18px}
  .hero-lounge-card strong{font-size:23px}
  .hero-lounge-card span{font-size:8px;letter-spacing:.14em}
  .hero-copy{padding-top:360px}
  .hero-copy::before{top:320px;height:450px}
  .hero h1{font-size:clamp(61px,16.8vw,76px);line-height:.83;letter-spacing:-.075em}
  .hero .eyebrow{margin-bottom:14px}
  .hero .lead{margin-top:22px;max-width:370px;font-size:15.5px;line-height:1.55;color:rgba(255,255,255,.76)}
  .hero-actions{margin-top:24px}
  .hero-actions .pill{min-height:52px;font-size:12px}
  .hero-meta{margin-top:17px;gap:20px}
  .hero-meta a{font-size:11px;color:rgba(255,255,255,.7)}

  .section-pad{padding-top:78px;padding-bottom:78px}
  .section-heading{margin-bottom:34px}
  .section-heading h2,.worlds-heading h2{font-size:clamp(47px,13vw,62px);line-height:.91;letter-spacing:-.065em}
  .section-heading>p:last-child{max-width:360px;margin-top:18px;font-size:15px;line-height:1.55}
  .eyebrow{margin-bottom:14px;font-size:8px;letter-spacing:.19em}

  .booking-grid{grid-template-columns:1fr 1fr;border-top-color:rgba(20,17,15,.15);border-left-color:rgba(20,17,15,.15)}
  .booking-card{min-height:178px;padding:18px;justify-content:flex-end}
  .booking-card::before{left:18px;top:17px;font-size:7px}
  .booking-name{margin-top:0;font-size:23px;line-height:.98;letter-spacing:-.04em}
  .booking-desc{margin-top:9px;font-size:12px;line-height:1.42}
  .booking-action{margin-top:14px;font-size:7px}
  .arrow{right:15px;top:14px;color:var(--red)}

  .worlds-heading{padding-top:78px;padding-bottom:36px}
  .world-media{height:400px}
  .world-copy{min-height:370px;padding:29px 18px 38px}
  .world-copy h3{font-size:clamp(50px,14.5vw,64px);line-height:.9;letter-spacing:-.064em}
  .world-copy>div>p:not(.eyebrow){max-width:370px;margin-top:18px;font-size:15px;line-height:1.56}
  .text-actions{margin-top:22px;gap:18px}
  .underlink{font-size:10px}
  .world-lounge .world-media img{object-position:center 48%}

  .architecture{padding-top:78px}
  .feature-grid{grid-auto-rows:300px;gap:9px}
  .feature-card>div{left:20px;right:20px;bottom:18px}
  .feature-card h3{font-size:32px;line-height:1}
  .feature-card p{max-width:330px;margin-top:5px;font-size:13px;line-height:1.42;color:rgba(255,255,255,.68)}
  .feature-card::after{background:linear-gradient(0deg,rgba(2,2,2,.9),transparent 62%)}

  .programme-row{grid-template-columns:62px minmax(0,1fr);min-height:168px;padding:24px 0;gap:13px}
  .programme-day{gap:5px}
  .programme-day span{font-size:8px}
  .programme-day strong{font-size:14px;line-height:1.1}
  .programme-label{font-size:7px}
  .programme-row h3{font-size:29px;line-height:1.02}
  .programme-row>div:nth-child(2)>p:last-child{font-size:13px;line-height:1.45}
  .programme-row .round-action{grid-column:2;width:auto;height:auto;margin-top:2px;border:0;border-radius:0;justify-self:start;color:var(--red);font-size:17px}

  .menu-intro{margin-bottom:42px}
  .menu-intro h2{font-size:clamp(49px,13.7vw,66px);line-height:.9}
  .menu-intro>p:last-child{font-size:15px;line-height:1.55}
  .platter-card{min-height:500px;padding:25px 21px}
  .platter-meta{font-size:7px;letter-spacing:.13em}
  .platter-body{margin-bottom:30px}
  .platter-body h3{font-size:53px;line-height:.86}
  .platter-body p{font-size:14px;line-height:1.5}
  .platter-body strong{font-size:38px}
  .menu-detail article{min-height:126px;padding:21px 0}
  .menu-detail h3{font-size:23px}
  .menu-detail p{font-size:13px;line-height:1.48}

  .vip-hero{height:58vh;min-height:480px}
  .vip-title{left:18px;bottom:34px}
  .vip-title h2{font-size:clamp(57px,15.8vw,76px);line-height:.87}
  .vip-options{padding-top:40px}
  .vip-option{min-height:215px;padding:24px 18px}
  .vip-option h3{font-size:38px;line-height:1}
  .vip-option p{max-width:360px;font-size:14px;line-height:1.5}

  .gallery{padding-top:72px}
  .gallery-grid{grid-auto-rows:160px;gap:7px}
  .gallery-item>span{left:13px;bottom:12px;font-size:7px}

  .visit{gap:44px}
  .visit-photo{min-height:360px}
  .visit-copy h2{font-size:clamp(50px,14vw,68px);line-height:.9}
  .visit-copy dl{margin:30px 0}
  .visit-copy dl div{grid-template-columns:84px 1fr;gap:12px;padding:14px 0}
  .visit-copy dt{font-size:7px}
  .visit-copy dd{font-size:13px;line-height:1.45}
  .visit-note{font-size:11px}

  .closing{min-height:650px}
  .closing-copy{padding:82px 18px 96px}
  .official-logo{width:82%;max-width:330px;margin-bottom:30px}
  .closing-copy h2{font-size:clamp(67px,19vw,88px);line-height:.82}
  .closing-copy>p:not(.eyebrow){margin:24px 0;font-size:15px;line-height:1.55}

  .footer{padding:48px 18px 30px;gap:34px}
  .footer-logo{width:170px}
  .footer nav{gap:17px}
  .footer-bottom{padding-top:22px;gap:12px;font-size:7px;line-height:1.5}

  .mobile-actions{height:60px;left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));border-radius:16px}
  .mobile-actions button,.mobile-actions a{font-size:9px}
}

@media(max-width:370px){
  .booking-grid{grid-template-columns:1fr}
  .booking-card{min-height:150px}
  .hero h1{font-size:58px}
}

/* Final owner presentation pass */
.booking-card::before{content:none}
.booking-card{justify-content:flex-end}
.booking-action{display:inline-flex;align-items:center;margin-top:20px;color:var(--red);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.booking-card:hover .booking-action{color:#fff}

@media(max-width:760px){
  .site-header{background:rgba(5,5,5,.46);border-bottom-color:rgba(255,255,255,.10);backdrop-filter:blur(12px)}
  .site-header.is-scrolled{background:rgba(5,5,5,.94)}
  .brand-logo{width:122px}

  .hero{min-height:850px;background:#050505}
  .hero-background{display:none}
  .hero-line{display:none}
  .hero-overlay{z-index:0;background:linear-gradient(0deg,#050505 0%,#050505 59%,rgba(5,5,5,.78) 67%,transparent 78%)}
  .hero-inner{min-height:850px;padding:0 18px 78px}
  .hero-lounge-card{height:40%}
  .hero-lounge-card::before{background:linear-gradient(0deg,rgba(5,5,5,.72),transparent 48%,rgba(2,2,2,.18))}
  .hero-lounge-card img{object-position:center 51%;filter:saturate(.9) contrast(1.06) brightness(.9)}
  .hero-copy{padding-top:370px}
  .hero-copy::before{top:324px;height:470px;background:linear-gradient(0deg,#050505 0%,rgba(5,5,5,.99) 66%,transparent 100%)}
  .hero h1{font-size:clamp(60px,16.5vw,75px);line-height:.84}
  .hero .lead{max-width:350px}

  .booking-card{min-height:166px;padding:18px}
  .booking-name{font-size:22px}
  .booking-action{margin-top:15px;font-size:7px;letter-spacing:.10em}

  .world-media{height:410px}
  .world-lounge .world-media img{object-position:53% 50%}
  .world-club .world-media img{object-position:center 46%}

  .feature-card h3{font-size:31px}
  .programme-row h3{font-size:28px}
}

@media(max-width:370px){
  .booking-grid{grid-template-columns:1fr 1fr}
  .booking-card{min-height:160px;padding:16px}
  .booking-name{font-size:20px}
  .booking-desc{font-size:11px}
  .hero h1{font-size:58px}
}
