/* ============================================================
   TREASURE ISLAND DUBAI — Design System
   Brand: navy #004368 · gold #FFBA1A · white
   Author: built for Treasure Island, Galeries Lafayette, Dubai Mall
   ============================================================ */

/* ---------- 1. TOKENS ---------- */
:root{
  /* brand */
  --navy:#004368;
  --navy-900:#00304a;
  --navy-700:#0a5580;
  --navy-500:#1a7bb0;
  --gold:#FFBA1A;
  --gold-600:#F5A50A;
  --gold-200:#ffe9b3;
  --gold-50:#fff8e6;

  /* playful accents (from the venue's floor + props) */
  --coral:#FF6B4A;
  --aqua:#12B5C9;
  --leaf:#46B87A;
  --grape:#8B5CF6;
  --sun:#FFD166;

  /* neutrals */
  --white:#ffffff;
  --paper:#F7FAFC;
  --paper-2:#EEF4F8;
  --ink:#0E2231;
  --ink-70:rgba(14,34,49,.72);
  --ink-55:rgba(14,34,49,.56);
  --ink-35:rgba(14,34,49,.34);
  --line:rgba(0,67,104,.12);
  --line-2:rgba(0,67,104,.07);

  /* type */
  --display:'Fredoka','Baloo 2',-apple-system,'Segoe UI',system-ui,sans-serif;
  --body:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;

  /* fluid scale */
  --fs-hero:clamp(2.4rem,4.7vw,4.3rem);
  --fs-h1:clamp(2.2rem,4.3vw,3.9rem);
  --fs-h2:clamp(1.85rem,3.4vw,3.05rem);
  --fs-h3:clamp(1.35rem,2.2vw,1.95rem);
  --fs-h4:clamp(1.12rem,1.5vw,1.35rem);
  --fs-lead:clamp(1.03rem,1.35vw,1.28rem);
  --fs-body:clamp(.97rem,1.05vw,1.06rem);
  --fs-small:clamp(.82rem,.9vw,.9rem);

  /* space */
  --gut:clamp(1.15rem,4vw,2.5rem);
  --shell:min(1280px,100% - (var(--gut) * 2));
  --shell-wide:min(1560px,100% - (var(--gut) * 2));
  --sec-y:clamp(3.1rem,6vw,6.1rem);

  /* radius + depth */
  --r-sm:14px;
  --r:22px;
  --r-lg:32px;
  --r-xl:44px;
  --r-pill:999px;
  --sh-1:0 2px 6px rgba(0,48,74,.05),0 10px 24px -12px rgba(0,48,74,.14);
  --sh-2:0 4px 12px rgba(0,48,74,.07),0 24px 48px -20px rgba(0,48,74,.24);
  --sh-3:0 8px 22px rgba(0,48,74,.09),0 44px 80px -32px rgba(0,48,74,.34);
  --sh-gold:0 18px 44px -18px rgba(245,165,10,.65);

  /* motion */
  --e-out:cubic-bezier(.22,1,.36,1);
  --e-soft:cubic-bezier(.35,.85,.35,1);
  --e-back:cubic-bezier(.34,1.56,.64,1);
  --t:.55s var(--e-out);

  --nav-h:74px;
}

/* ---------- 2. RESET ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body,h1,h2,h3,h4,h5,p,figure,blockquote,dl,dd,ul,ol{margin:0;padding:0}
ul[class],ol[class]{list-style:none}
img,picture,svg,video{display:block;max-width:100%}
button,input,select,textarea{font:inherit;color:inherit}
button{background:none;border:0;cursor:pointer}
a{color:inherit;text-decoration:none}
:focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:6px}

body{
  font-family:var(--body);
  font-size:var(--fs-body);
  line-height:1.68;
  color:var(--ink);
  background:var(--white);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.is-locked{overflow:hidden}

h1,h2,h3,h4,.display{
  font-family:var(--display);
  font-weight:600;
  line-height:1.03;
  letter-spacing:-.022em;
  color:var(--navy);
}
h1{font-size:var(--fs-h1)}
h2{font-size:var(--fs-h2)}
h3{font-size:var(--fs-h3)}
h4{font-size:var(--fs-h4);line-height:1.25}
p{text-wrap:pretty}
::selection{background:var(--gold);color:var(--navy-900)}

/* ---------- 3. LAYOUT ---------- */
.shell{width:var(--shell);margin-inline:auto}
.shell-wide{width:var(--shell-wide);margin-inline:auto}
.section{position:relative;padding-block:var(--sec-y)}
.section--tight{padding-block:clamp(3rem,6vw,5.5rem)}
.section--paper{background:var(--paper)}
.section--navy{background:var(--navy);color:#fff}
.section--navy h2,.section--navy h3,.section--navy h4{color:#fff}

.stack>*+*{margin-top:var(--s,1rem)}
.grid{display:grid;gap:clamp(1.1rem,2.2vw,2rem)}
.g-2{grid-template-columns:repeat(2,1fr)}
.g-3{grid-template-columns:repeat(3,1fr)}
.g-4{grid-template-columns:repeat(4,1fr)}
@media(max-width:980px){.g-3,.g-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.g-2,.g-3,.g-4{grid-template-columns:1fr}}

/* ---------- 4. TEXT BITS ---------- */
/* a small pill rather than a rule-then-text: the old 26px bar hung off the
   left of the label, which read as off-centre wherever the head is centred */
.eyebrow{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.44rem .84rem;border-radius:var(--r-pill);
  background:var(--gold-50);box-shadow:inset 0 0 0 1px rgba(255,186,26,.34);
  font-family:var(--body);font-weight:800;line-height:1;
  font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;
  color:var(--navy);
}
.eyebrow::before{
  content:"";width:5px;height:5px;border-radius:50%;
  background:var(--gold-600);flex:none;
}
.eyebrow--center{justify-content:center}
.eyebrow--light{
  background:rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px rgba(255,186,26,.32);
  color:#fff;
}
.eyebrow--light::before{background:var(--gold)}
.lead{font-size:var(--fs-lead);color:var(--ink-70);line-height:1.62;max-width:62ch}
.section--navy .lead{color:rgba(255,255,255,.78)}
.muted{color:var(--ink-55)}
.gold-text{color:var(--gold-600)}
.sec-head{max-width:66ch}
.sec-head--center{margin-inline:auto;text-align:center}
.sec-head .eyebrow{margin-bottom:1.1rem}
.sec-head .lead{margin-top:1.15rem}
.sec-head--center .lead{margin-inline:auto}

/* handwritten-ish underline swash */
.swash{position:relative;display:inline-block;white-space:nowrap}
.swash svg{
  position:absolute;left:-2%;bottom:-.34em;width:104%;height:.42em;
  overflow:visible;pointer-events:none;
}
.swash svg path{
  fill:none;stroke:var(--gold);stroke-width:9;stroke-linecap:round;
  stroke-dasharray:1000;stroke-dashoffset:1000;
  transition:stroke-dashoffset 1.15s var(--e-out) .25s;
}
.is-in .swash svg path,.swash.is-in svg path{stroke-dashoffset:0}

/* ---------- 5. BUTTONS ---------- */
.btn{
  position:relative;display:inline-flex;align-items:center;justify-content:center;
  gap:.6rem;padding:1.02em 1.85em;border-radius:var(--r-pill);
  font-family:var(--display);font-weight:600;font-size:1rem;letter-spacing:.005em;
  line-height:1.05;white-space:nowrap;isolation:isolate;overflow:hidden;
  transition:transform .4s var(--e-back),box-shadow .4s var(--e-out),color .3s,background-color .3s;
  will-change:transform;
}
.btn svg{width:1.05em;height:1.05em;flex:none;transition:transform .4s var(--e-back)}
.btn:hover{transform:translateY(-3px)}
.btn:active{transform:translateY(-1px) scale(.985)}
.btn::after{ /* sheen */
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.42) 50%,transparent 70%);
  transform:translateX(-120%);transition:transform .85s var(--e-out);
}
.btn:hover::after{transform:translateX(120%)}

.btn--gold{background:var(--gold);color:var(--navy-900);box-shadow:var(--sh-gold)}
.btn--gold:hover{background:#ffc63f;box-shadow:0 24px 54px -18px rgba(245,165,10,.8)}
.btn--navy{background:var(--navy);color:#fff;box-shadow:0 16px 40px -18px rgba(0,48,74,.7)}
.btn--navy:hover{background:var(--navy-700)}
.btn--ghost{background:transparent;color:var(--navy);box-shadow:inset 0 0 0 2px var(--line)}
.btn--ghost:hover{box-shadow:inset 0 0 0 2px var(--navy);background:rgba(0,67,104,.04)}
.btn--white{background:#fff;color:var(--navy);box-shadow:var(--sh-2)}
.btn--light{background:rgba(255,255,255,.12);color:#fff;box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.32);backdrop-filter:blur(6px)}
.btn--light:hover{background:rgba(255,255,255,.2)}
.btn--wa{background:#25D366;color:#06331a;box-shadow:0 16px 38px -16px rgba(37,211,102,.75)}
.btn--wa:hover{background:#33e074}
.btn--sm{padding:.82em 1.35em;font-size:.92rem}
.btn--lg{padding:1.18em 2.2em;font-size:1.08rem}
.btn:hover svg.i-arrow{transform:translateX(4px)}

.btn-row{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}
.btn-row--center{justify-content:center}

/* text link with sliding underline */
.tlink{
  position:relative;display:inline-flex;align-items:center;gap:.45rem;
  font-weight:700;color:var(--navy);padding-bottom:2px;
}
.tlink::after{
  content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;
  background:var(--gold);transform:scaleX(0);transform-origin:right;
  transition:transform .45s var(--e-out);
}
.tlink:hover::after{transform:scaleX(1);transform-origin:left}
.tlink svg{width:.95em;height:.95em;transition:transform .4s var(--e-back)}
.tlink:hover svg{transform:translateX(4px)}

/* ---------- 6. PRELOADER ---------- */
#preloader{
  position:fixed;inset:0;z-index:9999;display:grid;place-items:center;
  background:var(--navy);color:#fff;
  transition:opacity .6s ease,visibility .6s;
}
#preloader.done{opacity:0;visibility:hidden}
.pl-inner{display:grid;justify-items:center;gap:1.4rem;text-align:center}
.pl-anchor{width:96px;height:96px;overflow:visible}
.pl-anchor path,.pl-anchor circle{
  fill:none;stroke:var(--gold);stroke-width:5;stroke-linecap:round;stroke-linejoin:round;
  stroke-dasharray:420;stroke-dashoffset:420;
  animation:draw 1.5s var(--e-out) forwards;
}
@keyframes draw{to{stroke-dashoffset:0}}
.pl-word{
  font-family:var(--display);font-size:.85rem;letter-spacing:.42em;
  text-transform:uppercase;color:rgba(255,255,255,.62);
  opacity:0;animation:fadeUp .7s var(--e-out) .55s forwards;
}
@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.pl-bar{width:170px;height:3px;border-radius:3px;background:rgba(255,255,255,.16);overflow:hidden}
.pl-bar i{display:block;height:100%;width:0;background:var(--gold);border-radius:3px;
  animation:load 1.5s var(--e-soft) forwards}
@keyframes load{to{width:100%}}

/* ---------- 7. NAV ---------- */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:900;
  height:var(--nav-h);display:flex;align-items:center;
  transition:background-color .45s var(--e-out),box-shadow .45s,backdrop-filter .45s,transform .5s var(--e-out);
}
.nav::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:rgba(255,255,255,.86);backdrop-filter:blur(16px) saturate(150%);
  -webkit-backdrop-filter:blur(16px) saturate(150%);
  border-bottom:1px solid var(--line-2);
  opacity:0;transition:opacity .45s var(--e-out);
}
.nav.scrolled::before{opacity:1}
.nav.hidden{transform:translateY(-102%)}
.nav-in{width:var(--shell-wide);margin-inline:auto;display:flex;align-items:center;gap:1.5rem}

.brand{display:flex;align-items:center;gap:.6rem;margin-right:auto;position:relative;z-index:2}
.brand img{width:auto;height:46px;transition:transform .5s var(--e-back)}
.brand:hover img{transform:scale(1.07) rotate(-3deg)}
.brand-txt{display:grid;line-height:1.02}
.brand-txt b{font-family:var(--display);font-weight:600;font-size:1.02rem;color:var(--navy);letter-spacing:-.01em}
.brand-txt span{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-35);font-weight:700}

.nav-links{display:flex;align-items:center;gap:.15rem}
.nav-links a{
  position:relative;padding:.62rem .88rem;border-radius:var(--r-pill);
  font-weight:600;font-size:.94rem;color:var(--navy);
  transition:color .3s,background-color .3s;
}
.nav-links a::after{
  content:"";position:absolute;left:50%;bottom:.34rem;width:5px;height:5px;
  border-radius:50%;background:var(--gold);
  transform:translate(-50%,6px) scale(0);transition:transform .4s var(--e-back);
}
.nav-links a:hover{background:rgba(0,67,104,.055)}
.nav-links a:hover::after,.nav-links a.active::after{transform:translate(-50%,0) scale(1)}
.nav-links a.active{color:var(--navy)}
.nav-cta{display:flex;align-items:center;gap:.55rem}

/* nav sits above the open drawer, so it must always read as light there */
.nav.nav--drawer::before{opacity:0}
.nav.nav--drawer .nav-links a,.nav.nav--drawer .brand-txt b{color:#fff}
.nav.nav--drawer .brand-txt span{color:rgba(255,255,255,.62)}
.nav.nav--drawer .burger{background:rgba(255,255,255,.16);box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.34)}
/* white chip keeps the navy anchor legible on photos and on the drawer */
.nav--light .brand img,.nav--drawer .brand img{
  background:rgba(255,255,255,.94);border-radius:13px;padding:3px 6px;
  box-shadow:0 4px 14px rgba(0,26,42,.18);
}
.nav--light.scrolled:not(.nav--drawer) .brand img{background:none;padding:0;box-shadow:none}

/* light nav — used on pages that open with a dark page header */
.nav--light .nav-links a,.nav--light .brand-txt b{color:#fff}
.nav--light .brand-txt span{color:rgba(255,255,255,.6)}
.nav--light .nav-links a:hover{background:rgba(255,255,255,.14)}
.nav--light .burger{background:rgba(255,255,255,.16);box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.34);backdrop-filter:blur(8px)}
.nav--light.scrolled .nav-links a,.nav--light.scrolled .brand-txt b{color:var(--navy)}
.nav--light.scrolled .brand-txt span{color:var(--ink-35)}
.nav--light.scrolled .nav-links a:hover{background:rgba(0,67,104,.055)}
.nav--light.scrolled .burger{background:var(--navy);box-shadow:none}

.burger{
  display:none;width:46px;height:46px;border-radius:50%;
  align-items:center;justify-content:center;position:relative;z-index:2;
  background:var(--navy);color:#fff;transition:transform .4s var(--e-back),background-color .3s;
}
.burger:hover{transform:scale(1.06)}
.burger i{
  position:absolute;width:17px;height:2px;border-radius:2px;background:currentColor;
  transition:transform .45s var(--e-back),opacity .25s;
}
.burger i:nth-child(1){transform:translateY(-5px)}
.burger i:nth-child(3){transform:translateY(5px)}
.burger.open i:nth-child(1){transform:rotate(45deg)}
.burger.open i:nth-child(2){opacity:0;transform:scaleX(.4)}
.burger.open i:nth-child(3){transform:rotate(-45deg)}

/* mobile drawer */
.drawer{
  position:fixed;inset:0;z-index:880;background:var(--navy);color:#fff;
  display:grid;grid-template-rows:var(--nav-h) 1fr auto;
  clip-path:circle(0% at calc(100% - 46px) 37px);
  transition:clip-path .72s var(--e-out);
  pointer-events:none;overflow-y:auto;
}
.drawer.open{clip-path:circle(150% at calc(100% - 46px) 37px);pointer-events:auto}
.drawer-links{
  display:grid;align-content:center;gap:.15rem;
  padding:1rem var(--gut);
}
.drawer-links a{
  font-family:var(--display);font-weight:600;
  font-size:clamp(1.75rem,7.4vw,2.6rem);color:#fff;padding:.28em 0;
  display:flex;align-items:center;gap:.7rem;
  opacity:0;transform:translateY(26px);
  transition:opacity .5s var(--e-out),transform .6s var(--e-out),color .3s;
}
.drawer.open .drawer-links a{opacity:1;transform:none}
.drawer-links a em{
  font-style:normal;font-family:var(--body);font-size:.72rem;font-weight:800;
  letter-spacing:.14em;color:rgba(255,255,255,.34);
}
.drawer-links a:hover{color:var(--gold)}
.drawer-foot{
  padding:1.5rem var(--gut) calc(1.6rem + env(safe-area-inset-bottom));
  border-top:1px solid rgba(255,255,255,.14);
  display:grid;gap:1rem;
}
.drawer-foot .btn-row{gap:.6rem}
.drawer-meta{font-size:.86rem;color:rgba(255,255,255,.62);display:grid;gap:.3rem}
.drawer-meta a:hover{color:var(--gold)}

/* scroll progress rope */
.progress{
  position:fixed;top:0;left:0;height:3px;z-index:950;width:100%;
  transform:scaleX(0);transform-origin:0 50%;
  background:linear-gradient(90deg,var(--gold),var(--coral),var(--aqua));
}

/* ---------- 8. HERO ---------- */
.hero{
  position:relative;min-height:100svh;display:flex;align-items:center;
  padding-top:calc(var(--nav-h) + clamp(1.6rem,3.4vw,3rem));
  padding-bottom:clamp(5rem,9vw,8rem);
  overflow:hidden;background:var(--white);
}
.hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.hero-blob{
  position:absolute;border-radius:50%;filter:blur(70px);opacity:.5;
  will-change:transform;
}
.hero-blob.b1{width:46vw;height:46vw;background:var(--gold-200);top:-14vw;right:-8vw}
.hero-blob.b2{width:38vw;height:38vw;background:#cfe9f7;bottom:-14vw;left:-10vw;opacity:.75}
.hero-blob.b3{width:24vw;height:24vw;background:#ffd9cf;top:38%;left:44%;opacity:.42}
.hero-grid-dots{
  position:absolute;inset:0;opacity:.4;
  background-image:radial-gradient(circle,rgba(0,67,104,.16) 1px,transparent 1px);
  background-size:34px 34px;
  -webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,#000,transparent 75%);
  mask-image:radial-gradient(ellipse 70% 60% at 50% 40%,#000,transparent 75%);
}
.hero-in{
  position:relative;z-index:2;width:var(--shell-wide);margin-inline:auto;
  display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(2rem,4.5vw,4.5rem);
  align-items:center;
}
.hero-copy{max-width:43ch}
.hero-badge{
  display:inline-flex;align-items:center;gap:.55rem;padding:.5rem .95rem .5rem .55rem;
  border-radius:var(--r-pill);background:#fff;box-shadow:var(--sh-1);
  border:1px solid var(--line-2);
  font-size:.8rem;font-weight:700;color:var(--navy);margin-bottom:1.3rem;
}
.hero-badge b{
  display:inline-flex;align-items:center;gap:.3rem;
  background:var(--gold);color:var(--navy-900);padding:.28rem .6rem;
  border-radius:var(--r-pill);font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;
}
.hero h1{font-size:var(--fs-hero);letter-spacing:-.035em}
.hero h1 .ln{display:block;overflow:hidden}
.hero h1 .ln>span{display:block}
.hero h1 em{
  font-style:normal;position:relative;
  background:linear-gradient(100deg,var(--gold-600),var(--gold) 40%,var(--coral));
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero .lead{margin-top:1.4rem;max-width:44ch}
.hero .btn-row{margin-top:2rem}

.hero-stats{
  display:flex;gap:clamp(1.2rem,3vw,2.6rem);margin-top:2.6rem;flex-wrap:wrap;
  padding-top:1.7rem;border-top:1px solid var(--line);
}
.hero-stats div b{
  display:block;font-family:var(--display);font-weight:600;
  font-size:clamp(1.5rem,2.6vw,2.1rem);color:var(--navy);line-height:1;
}
.hero-stats div>span{font-size:.78rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--ink-35)}
.hero-stats div b span{font-size:inherit;color:inherit;letter-spacing:inherit;text-transform:none}
.hero-stats div b .u{font-size:.5em;letter-spacing:.02em;margin-left:.08em}

/* hero visual */
.hero-visual{position:relative;aspect-ratio:1/1.02;max-height:min(72svh,620px);margin-left:auto;width:100%}
.hv-main{
  position:absolute;inset:0;border-radius:var(--r-xl);overflow:hidden;
  box-shadow:var(--sh-3);transform:rotate(1.4deg);
  clip-path:inset(0 0 100% 0);
  animation:hvReveal 1.25s var(--e-out) .35s forwards;
}
@keyframes hvReveal{to{clip-path:inset(0 0 0 0)}}
.hv-main img{width:100%;height:100%;object-fit:cover;will-change:transform}
.hv-main::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,48,74,.4),transparent 46%);
}
.hv-card{
  position:absolute;z-index:3;background:#fff;border-radius:var(--r);
  box-shadow:var(--sh-2);padding:.85rem 1.1rem;display:flex;align-items:center;gap:.7rem;
  will-change:transform;
}
.hv-card b{font-family:var(--display);font-weight:600;color:var(--navy);font-size:.98rem;display:block;line-height:1.2}
.hv-card span{font-size:.74rem;color:var(--ink-55);font-weight:600}
.hv-card i{
  width:38px;height:38px;border-radius:12px;display:grid;place-items:center;flex:none;
  background:var(--gold-50);color:var(--gold-600);
}
.hv-card i svg{width:20px;height:20px}
.hv-card--1{left:-4%;top:12%;animation:float1 6s ease-in-out infinite}
.hv-card--2{right:-5%;bottom:22%;animation:float2 7s ease-in-out infinite}
@keyframes float1{0%,100%{transform:translateY(0)}50%{transform:translateY(-13px)}}
@keyframes float2{0%,100%{transform:translateY(0)}50%{transform:translateY(11px)}}

.hv-logo{
  position:absolute;right:-3%;top:-4%;width:clamp(84px,11vw,132px);z-index:4;
  filter:drop-shadow(0 14px 28px rgba(0,48,74,.28));
  animation:bob 5.5s ease-in-out infinite;
}
@keyframes bob{0%,100%{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-14px) rotate(4deg)}}

.hero-scroll{
  position:absolute;left:50%;bottom:clamp(1.4rem,3vw,2.4rem);transform:translateX(-50%);
  z-index:3;display:grid;justify-items:center;gap:.55rem;
  font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;font-weight:800;color:var(--ink-35);
}
.hero-scroll .track{width:2px;height:44px;background:var(--line);border-radius:2px;overflow:hidden}
.hero-scroll .track i{display:block;width:100%;height:40%;background:var(--navy);border-radius:2px;animation:scrollDot 1.9s var(--e-soft) infinite}
@keyframes scrollDot{0%{transform:translateY(-100%)}60%,100%{transform:translateY(250%)}}

/* wave separator */
.wave{position:absolute;left:0;right:0;line-height:0;z-index:2;pointer-events:none}
.wave--bottom{bottom:-1px}
.wave--top{top:-1px;transform:scaleY(-1)}
.wave svg{width:100%;height:clamp(48px,7vw,110px);display:block}

/* ---------- 9. MARQUEE ---------- */
.marquee{
  background:var(--navy);color:#fff;padding:1.05rem 0;overflow:hidden;
  position:relative;z-index:3;
}
.marquee--gold{background:var(--gold);color:var(--navy-900)}
.mq-track{display:flex;width:max-content;animation:mq 34s linear infinite;will-change:transform}
.marquee:hover .mq-track{animation-play-state:paused}
.mq-track>span{
  display:inline-flex;align-items:center;gap:1.7rem;padding-inline:.85rem;
  font-family:var(--display);font-weight:600;font-size:clamp(1rem,1.7vw,1.4rem);
  letter-spacing:.02em;white-space:nowrap;
}
.mq-track>span::after{
  content:"";width:9px;height:9px;border-radius:50%;background:var(--gold);flex:none;
}
.marquee--gold .mq-track>span::after{background:var(--navy)}
@keyframes mq{to{transform:translateX(-50%)}}

/* ---------- 10. REVEALS ---------- */
[data-reveal]{
  opacity:0;
  transform:translateY(30px);
  transition:opacity .85s var(--e-out),transform .95s var(--e-out);
  transition-delay:var(--d,0ms);
  will-change:opacity,transform;
}
[data-reveal="left"]{transform:translateX(-38px)}
[data-reveal="right"]{transform:translateX(38px)}
[data-reveal="scale"]{transform:scale(.93)}
[data-reveal="mask"]{opacity:1;clip-path:inset(0 0 100% 0);transform:none;
  transition:clip-path 1.1s var(--e-out)}
[data-reveal="blur"]{filter:blur(12px)}
.is-in[data-reveal]{opacity:1;transform:none;filter:none;clip-path:inset(0 0 0 0)}

/* hero entrance — released by the preloader */
[data-reveal-hero]{
  opacity:0;transform:translateY(34px);
  transition:opacity .9s var(--e-out),transform 1s var(--e-out);
}
[data-reveal-hero].is-in{opacity:1;transform:none}

/* split text */
.split .w{display:inline-block;overflow:hidden;vertical-align:top}
.split .w>span{
  display:inline-block;transform:translateY(105%) rotate(4deg);
  transition:transform .95s var(--e-out);transition-delay:var(--wd,0ms);
}
.split.is-in .w>span{transform:none}

/* ---------- 11. CARDS ---------- */
.card{
  position:relative;background:#fff;border-radius:var(--r-lg);
  box-shadow:var(--sh-1);border:1px solid var(--line-2);
  overflow:hidden;transition:box-shadow .5s var(--e-out),transform .5s var(--e-out),border-color .4s;
}
.card:hover{box-shadow:var(--sh-3);border-color:transparent}

/* tilt wrapper */
.tilt{transform-style:preserve-3d;transition:transform .5s var(--e-out);will-change:transform}
.tilt-in{transform:translateZ(34px)}

/* zone card */
.zone{
  position:relative;border-radius:var(--r-lg);overflow:hidden;isolation:isolate;
  min-height:clamp(340px,44vw,470px);display:flex;align-items:flex-end;
  color:#fff;box-shadow:var(--sh-2);
}
.zone img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;
  transition:transform 1.1s var(--e-out),filter .6s;
}
.zone::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(to top,rgba(0,40,62,.92) 4%,rgba(0,40,62,.5) 42%,rgba(0,40,62,.06) 78%);
  transition:opacity .5s;
}
.zone:hover img{transform:scale(1.075)}
.zone-body{padding:clamp(1.3rem,2.4vw,2rem);width:100%}
.zone-tag{
  display:inline-flex;align-items:center;gap:.4rem;padding:.34rem .78rem;
  border-radius:var(--r-pill);font-size:.68rem;font-weight:800;
  letter-spacing:.14em;text-transform:uppercase;margin-bottom:.85rem;
  background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.26);
  backdrop-filter:blur(8px);
}
.zone h3{color:#fff;font-size:clamp(1.5rem,2.5vw,2.1rem);margin-bottom:.5rem}
.zone p{color:rgba(255,255,255,.82);font-size:.95rem;max-width:40ch;
  max-height:0;opacity:0;overflow:hidden;
  transition:max-height .6s var(--e-out),opacity .45s var(--e-out),margin .6s var(--e-out)}
.zone:hover p,.zone:focus-within p{max-height:9rem;opacity:1;margin-top:.2rem}
.zone-num{
  position:absolute;top:clamp(1rem,2vw,1.6rem);right:clamp(1rem,2vw,1.6rem);
  font-family:var(--display);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:600;
  color:rgba(255,255,255,.24);line-height:1;
}

/* feature card */
.feat{padding:clamp(1.5rem,2.6vw,2.1rem);border-radius:var(--r-lg);background:#fff;
  border:1px solid var(--line-2);box-shadow:var(--sh-1);position:relative;overflow:hidden;
  transition:transform .5s var(--e-out),box-shadow .5s var(--e-out)}
.feat::before{
  content:"";position:absolute;top:0;left:0;right:0;height:4px;
  background:linear-gradient(90deg,var(--gold),var(--coral));
  transform:scaleX(0);transform-origin:left;transition:transform .6s var(--e-out);
}
.feat:hover{transform:translateY(-7px);box-shadow:var(--sh-2)}
.feat:hover::before{transform:scaleX(1)}
.feat-ico{
  width:56px;height:56px;border-radius:18px;display:grid;place-items:center;
  margin-bottom:1.15rem;background:var(--gold-50);color:var(--gold-600);
  transition:transform .5s var(--e-back),background-color .4s,color .4s;
}
.feat-ico svg{width:27px;height:27px}
.feat:hover .feat-ico{transform:rotate(-8deg) scale(1.09);background:var(--gold);color:var(--navy-900)}
.feat h3{font-size:1.22rem;margin-bottom:.55rem}
.feat p{color:var(--ink-55);font-size:.95rem}
.feat--c1 .feat-ico{background:#e6f6f9;color:var(--aqua)}
.feat--c1:hover .feat-ico{background:var(--aqua);color:#fff}
.feat--c2 .feat-ico{background:#ffeee9;color:var(--coral)}
.feat--c2:hover .feat-ico{background:var(--coral);color:#fff}
.feat--c3 .feat-ico{background:#e8f7ef;color:var(--leaf)}
.feat--c3:hover .feat-ico{background:var(--leaf);color:#fff}
.feat--c4 .feat-ico{background:#eef1ff;color:var(--grape)}
.feat--c4:hover .feat-ico{background:var(--grape);color:#fff}

/* ---------- 12. HORIZONTAL PINNED SECTION ---------- */
.pin{position:relative}
.pin-sticky{
  position:sticky;top:0;height:100svh;display:flex;flex-direction:column;
  justify-content:center;overflow:hidden;
}
.pin-head{width:var(--shell-wide);margin:0 auto clamp(1.3rem,2.6vw,2.2rem);
  display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.pin-track{display:flex;gap:clamp(1rem,1.8vw,1.6rem);padding-inline:var(--gut);will-change:transform}
.pin-panel{flex:0 0 clamp(270px,29vw,400px)}
.pin-hint{display:flex;align-items:center;gap:.6rem;font-size:.74rem;font-weight:800;
  letter-spacing:.15em;text-transform:uppercase;color:var(--ink-35)}
.pin-hint svg{width:20px;height:20px;animation:nudge 1.8s var(--e-soft) infinite}
.pin-hint .hint-sm{display:none}
@media(max-width:900px){
  .pin-hint .hint-lg{display:none}
  .pin-hint .hint-sm{display:inline}
}
@keyframes nudge{0%,100%{transform:translateX(0)}50%{transform:translateX(7px)}}
@media(max-width:900px){
  .pin{height:auto!important}
  .pin-sticky{position:static;height:auto;padding-block:var(--sec-y)}
  .pin-track{
    transform:none!important;overflow-x:auto;scroll-snap-type:x mandatory;
    padding-bottom:1.2rem;-webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .pin-track::-webkit-scrollbar{display:none}
  .pin-panel{flex:0 0 min(78vw,340px);scroll-snap-align:center}
  .pin-head{width:var(--shell)}
}

/* ---------- 13. SPLIT / COLLAGE ---------- */
.split-sec{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}
.split-sec--rev .split-media{order:2}
@media(max-width:900px){
  .split-sec{grid-template-columns:1fr}
  .split-sec--rev .split-media{order:0}
  /* stop tall portrait figures eating a whole screen once stacked */
  .split-media>figure{max-height:64svh}
}

.collage{position:relative;aspect-ratio:1/1.05}
.collage figure{position:absolute;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-2);will-change:transform}
.collage figure img{width:100%;height:100%;object-fit:cover}
.collage .c1{width:66%;height:64%;top:0;left:0;z-index:2}
.collage .c2{width:52%;height:46%;bottom:0;right:0;z-index:3}
.collage .c3{width:38%;height:34%;top:26%;right:2%;z-index:1}
.collage-badge{
  position:absolute;z-index:5;bottom:8%;left:2%;
  background:var(--navy);color:#fff;border-radius:var(--r);
  padding:1rem 1.25rem;box-shadow:var(--sh-3);display:grid;gap:.15rem;
}
.collage-badge b{font-family:var(--display);font-weight:600;font-size:1.6rem;line-height:1;color:var(--gold)}
.collage-badge span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:rgba(255,255,255,.7)}

/* checklist */
.checks{display:grid;gap:.85rem;margin-top:1.7rem}
.checks li{display:flex;gap:.78rem;align-items:flex-start;font-weight:500}
.checks li svg{
  width:23px;height:23px;flex:none;margin-top:.16rem;
  color:var(--leaf);
}
.section--navy .checks li{color:rgba(255,255,255,.85)}
.section--navy .checks li svg{color:var(--gold)}

/* ---------- 14. STATS ---------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;
  background:var(--line);border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line)}
.stats div{background:#fff;padding:clamp(1.4rem,2.6vw,2.2rem) 1.2rem;text-align:center;
  transition:background-color .4s}
.stats div:hover{background:var(--gold-50)}
.stats b{display:block;font-family:var(--display);font-weight:600;color:var(--navy);
  font-size:clamp(1.9rem,3.6vw,3rem);line-height:1;letter-spacing:-.03em}
.stats span{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-35);margin-top:.5rem;display:block}
@media(max-width:700px){.stats{grid-template-columns:repeat(2,1fr)}}

/* ---------- 15. PACKAGE / PRICE CARDS ---------- */
.pack{
  display:flex;flex-direction:column;padding:clamp(1.6rem,2.8vw,2.3rem);
  border-radius:var(--r-lg);background:#fff;border:1px solid var(--line);
  box-shadow:var(--sh-1);position:relative;overflow:hidden;
  transition:transform .55s var(--e-out),box-shadow .55s var(--e-out);
}
.pack:hover{transform:translateY(-9px);box-shadow:var(--sh-3)}
.pack--hero{background:var(--navy);border-color:transparent;color:#fff}
.pack--hero h3,.pack--hero .pack-price b{color:#fff}
.pack--hero .pack-price b{color:var(--gold)}
.pack-flag{
  position:absolute;top:1.15rem;right:1.15rem;background:var(--gold);color:var(--navy-900);
  font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
  padding:.36rem .7rem;border-radius:var(--r-pill);
}
.pack h3{font-size:1.5rem;margin-bottom:.35rem}
.pack-sub{font-size:.88rem;color:var(--ink-55);margin-bottom:1.3rem}
.pack--hero .pack-sub{color:rgba(255,255,255,.65)}
.pack-price{display:flex;align-items:baseline;gap:.4rem;padding-bottom:1.3rem;margin-bottom:1.3rem;
  border-bottom:1px dashed var(--line)}
.pack--hero .pack-price{border-color:rgba(255,255,255,.2)}
.pack-price b{font-family:var(--display);font-weight:600;font-size:2.3rem;line-height:1;color:var(--navy)}
.pack-price span{font-size:.82rem;color:var(--ink-35);font-weight:700}
.pack--hero .pack-price span{color:rgba(255,255,255,.55)}
.pack ul{display:grid;gap:.72rem;margin-bottom:1.7rem;flex:1}
.pack ul li{display:flex;gap:.66rem;font-size:.93rem;align-items:flex-start}
.pack ul li svg{width:19px;height:19px;flex:none;margin-top:.2rem;color:var(--gold-600)}
.pack--hero ul li{color:rgba(255,255,255,.86)}
.pack--hero ul li svg{color:var(--gold)}

/* ---------- 16. GALLERY ---------- */
.gal-filter{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2.2rem}
.gal-filter button{
  padding:.6rem 1.15rem;border-radius:var(--r-pill);font-weight:700;font-size:.88rem;
  color:var(--navy);background:#fff;border:1px solid var(--line);
  transition:all .35s var(--e-out);
}
.gal-filter button:hover{border-color:var(--navy);transform:translateY(-2px)}
.gal-filter button.active{background:var(--navy);color:#fff;border-color:var(--navy)}

/* Uniform tile grid — every photo is cropped to the same shape so the
   grid reads as one clean block regardless of portrait/landscape sources. */
.masonry{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:clamp(.7rem,1.4vw,1.1rem);
}
@media(max-width:900px){.masonry{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.masonry{grid-template-columns:1fr}}
.masonry figure{
  aspect-ratio:4/3;
  border-radius:var(--r);overflow:hidden;position:relative;cursor:pointer;
  box-shadow:var(--sh-1);transition:box-shadow .5s,transform .5s var(--e-out),opacity .4s;
  background:var(--paper-2);
}
.masonry figure:hover{box-shadow:var(--sh-3);transform:translateY(-5px);z-index:2}
.masonry figure img{
  width:100%;height:100%;object-fit:cover;object-position:center;
  transition:transform .9s var(--e-out);
}
.masonry figure:hover img{transform:scale(1.06)}
.masonry figure::after{
  content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,48,74,.55),transparent 55%);
  opacity:0;transition:opacity .45s;
}
.masonry figure:hover::after{opacity:1}
.masonry figcaption{
  position:absolute;left:0;right:0;bottom:0;padding:1rem 1.15rem;z-index:2;
  color:#fff;font-weight:700;font-size:.92rem;
  transform:translateY(12px);opacity:0;transition:all .45s var(--e-out);
}
.masonry figure:hover figcaption{transform:none;opacity:1}
.masonry figure.hide{display:none}

/* lightbox */
.lb{
  position:fixed;inset:0;z-index:1000;background:rgba(2,26,40,.94);
  display:grid;place-items:center;padding:clamp(1rem,4vw,3rem);
  opacity:0;visibility:hidden;transition:opacity .45s,visibility .45s;
  backdrop-filter:blur(6px);
}
.lb.open{opacity:1;visibility:visible}
.lb img{max-width:100%;max-height:82vh;border-radius:var(--r);box-shadow:var(--sh-3);
  transform:scale(.94);transition:transform .5s var(--e-out)}
.lb.open img{transform:none}
.lb-cap{position:absolute;bottom:clamp(1rem,3vw,2rem);left:0;right:0;text-align:center;
  color:rgba(255,255,255,.75);font-size:.9rem;font-weight:600}
.lb-btn{
  position:absolute;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;
  background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2);
  transition:background-color .3s,transform .3s var(--e-back);
}
.lb-btn:hover{background:rgba(255,255,255,.22);transform:scale(1.08)}
.lb-btn svg{width:22px;height:22px}
.lb-close{top:clamp(1rem,3vw,2rem);right:clamp(1rem,3vw,2rem)}
.lb-prev{left:clamp(.6rem,2.4vw,2rem);top:50%;margin-top:-26px}
.lb-next{right:clamp(.6rem,2.4vw,2rem);top:50%;margin-top:-26px}

/* ---------- 17. TESTIMONIALS ---------- */
.quotes{display:flex;gap:clamp(1rem,2vw,1.6rem);overflow-x:auto;padding-bottom:1.4rem;
  scroll-snap-type:x mandatory;cursor:grab;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.quotes::-webkit-scrollbar{display:none}
.quotes.dragging{cursor:grabbing;scroll-snap-type:none}
.quote{
  flex:0 0 min(88vw,410px);scroll-snap-align:start;
  background:#fff;border-radius:var(--r-lg);padding:clamp(1.5rem,2.6vw,2rem);
  border:1px solid var(--line-2);box-shadow:var(--sh-1);
  display:flex;flex-direction:column;gap:1.1rem;user-select:none;
  transition:box-shadow .5s,transform .5s var(--e-out);
}
.quote:hover{box-shadow:var(--sh-2);transform:translateY(-5px)}
.quote-stars{display:flex;gap:.18rem;color:var(--gold)}
.quote-stars svg{width:17px;height:17px}
.quote p{font-size:1.02rem;line-height:1.6;color:var(--ink-70);flex:1}
.quote-by{display:flex;align-items:center;gap:.75rem}
.quote-av{
  width:42px;height:42px;border-radius:50%;display:grid;place-items:center;flex:none;
  background:var(--navy);color:var(--gold);font-family:var(--display);font-weight:600;font-size:1.05rem;
}
.quote-by b{display:block;font-size:.94rem;color:var(--navy)}
.quote-by span{font-size:.79rem;color:var(--ink-35);font-weight:600}

/* ---------- 18. ACCORDION ---------- */
.acc{border-top:1px solid var(--line)}
.acc-item{border-bottom:1px solid var(--line)}
.acc-q{
  width:100%;display:flex;align-items:center;gap:1.2rem;justify-content:space-between;
  padding:1.3rem 0;text-align:left;font-family:var(--display);font-weight:600;
  font-size:clamp(1.02rem,1.5vw,1.22rem);color:var(--navy);
  transition:color .3s;
}
.acc-q:hover{color:var(--gold-600)}
.acc-ico{
  width:34px;height:34px;border-radius:50%;flex:none;display:grid;place-items:center;
  background:var(--paper-2);color:var(--navy);position:relative;
  transition:background-color .4s,color .4s,transform .5s var(--e-back);
}
.acc-ico::before,.acc-ico::after{
  content:"";position:absolute;background:currentColor;border-radius:2px;
  transition:transform .45s var(--e-back),opacity .3s;
}
.acc-ico::before{width:13px;height:2px}
.acc-ico::after{width:2px;height:13px}
.acc-item.open .acc-ico{background:var(--gold);color:var(--navy-900);transform:rotate(180deg)}
.acc-item.open .acc-ico::after{transform:scaleY(0);opacity:0}
.acc-a{max-height:0;overflow:hidden;transition:max-height .55s var(--e-out)}
.acc-a p{padding-bottom:1.4rem;color:var(--ink-55);max-width:72ch}

/* ---------- 19. CTA BAND ---------- */
.cta-band{
  position:relative;overflow:hidden;background:var(--gold);color:var(--navy-900);
  padding-block:clamp(3.4rem,7vw,6rem);text-align:center;
}
.cta-band::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(ellipse 60% 80% at 50% 0%,rgba(255,255,255,.5),transparent 70%);
}
.cta-band .shell{position:relative;z-index:2}
.cta-band h2{color:var(--navy-900);font-size:var(--fs-h1)}
.cta-band .lead{color:rgba(0,48,74,.72);margin:1.1rem auto 0}
.cta-band .btn-row{margin-top:2.1rem}
.cta-anchor{
  position:absolute;opacity:.11;color:var(--navy-900);pointer-events:none;
}
.cta-anchor.a1{width:190px;left:-40px;top:-30px;transform:rotate(-18deg)}
.cta-anchor.a2{width:230px;right:-50px;bottom:-60px;transform:rotate(14deg)}

/* ---------- 20. CONTACT / FORM ---------- */
.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.6rem,3.5vw,3.5rem)}
@media(max-width:900px){.contact-grid{grid-template-columns:1fr}}
.form{display:grid;gap:1rem}
.field{display:grid;gap:.42rem}
.field label{font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-55)}
.field input,.field select,.field textarea{
  width:100%;padding:.92rem 1.1rem;border-radius:var(--r-sm);
  background:#fff;border:1.5px solid var(--line);
  font-size:.98rem;transition:border-color .35s,box-shadow .35s,transform .35s;
  font-family:var(--body);
}
.field textarea{min-height:118px;resize:vertical}
.field select{appearance:none;cursor:pointer;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E2231' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 1rem center;background-size:17px;padding-right:2.6rem}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-color:var(--gold);box-shadow:0 0 0 4px rgba(255,186,26,.18)}
.field-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(max-width:560px){.field-2{grid-template-columns:1fr}}
.form-note{font-size:.8rem;color:var(--ink-35)}

.info-card{
  background:#fff;border-radius:var(--r-lg);border:1px solid var(--line-2);
  box-shadow:var(--sh-1);padding:clamp(1.4rem,2.4vw,2rem);display:grid;gap:1.25rem;
}
.info-row{display:flex;gap:1rem;align-items:flex-start}
.info-row i{
  width:44px;height:44px;border-radius:14px;flex:none;display:grid;place-items:center;
  background:var(--navy);color:var(--gold);transition:transform .45s var(--e-back);
}
.info-row:hover i{transform:rotate(-8deg) scale(1.07)}
.info-row i svg{width:21px;height:21px}
.info-row b{display:block;font-family:var(--display);font-weight:600;color:var(--navy);font-size:1.02rem}
.info-row span,.info-row a{font-size:.93rem;color:var(--ink-55);display:block}
.info-row a:hover{color:var(--gold-600)}

.map-wrap{border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-2);border:1px solid var(--line-2);
  position:relative;background:var(--paper-2)}
.map-wrap iframe{width:100%;height:clamp(300px,42vw,470px);border:0;display:block;filter:saturate(1.06)}

/* ---------- 21. FLOATING ACTIONS ---------- */
.floaties{
  position:fixed;right:clamp(.9rem,2.2vw,1.7rem);
  bottom:calc(clamp(.9rem,2.2vw,1.7rem) + env(safe-area-inset-bottom));
  z-index:860;display:grid;gap:.65rem;justify-items:center;
}
.fab{
  width:56px;height:56px;border-radius:50%;display:grid;place-items:center;
  box-shadow:var(--sh-2);transition:transform .45s var(--e-back),box-shadow .4s,opacity .4s,visibility .4s;
  position:relative;
}
.fab:hover{transform:scale(1.09)}
.fab svg{width:27px;height:27px}
.fab--wa{background:#25D366;color:#fff}
.fab--wa::before{
  content:"";position:absolute;inset:0;border-radius:50%;background:#25D366;z-index:-1;
  animation:pulse 2.4s var(--e-soft) infinite;
}
@keyframes pulse{0%{transform:scale(1);opacity:.55}70%,100%{transform:scale(1.7);opacity:0}}
.fab--top{background:var(--navy);color:#fff;width:46px;height:46px;
  opacity:0;visibility:hidden;pointer-events:none}
.fab--top.show{opacity:1;visibility:visible;pointer-events:auto}
.fab--top svg{width:20px;height:20px}
.fab-tip{
  position:absolute;right:calc(100% + .65rem);top:50%;transform:translateY(-50%) translateX(8px);
  background:var(--navy);color:#fff;font-size:.78rem;font-weight:700;white-space:nowrap;
  padding:.44rem .78rem;border-radius:var(--r-pill);opacity:0;pointer-events:none;
  transition:opacity .35s,transform .35s var(--e-out);
}
.fab:hover .fab-tip{opacity:1;transform:translateY(-50%) translateX(0)}
@media(max-width:640px){.fab-tip{display:none}}

/* ---------- 22. CUSTOM CURSOR ---------- */
.cursor,.cursor-dot{
  position:fixed;top:0;left:0;z-index:9998;pointer-events:none;border-radius:50%;
  mix-blend-mode:normal;will-change:transform;
}
.cursor{width:38px;height:38px;border:2px solid rgba(0,67,104,.4);
  transition:width .35s var(--e-out),height .35s var(--e-out),background-color .35s,border-color .35s,opacity .3s}
.cursor-dot{width:6px;height:6px;background:var(--navy)}
.cursor.grow{width:66px;height:66px;background:rgba(255,186,26,.22);border-color:var(--gold)}
.cursor.hide,.cursor-dot.hide{opacity:0}
@media(hover:none),(max-width:1024px){.cursor,.cursor-dot{display:none!important}}

/* ---------- 23. PAGE HEADER (inner pages) ---------- */
.phead{
  position:relative;padding-top:calc(var(--nav-h) + clamp(3.4rem,7vw,6.2rem));
  padding-bottom:clamp(4.2rem,8vw,7rem);overflow:hidden;background:var(--navy);color:#fff;
}
.phead-img{
  position:absolute;inset:0;object-fit:cover;width:100%;height:100%;
  opacity:.34;z-index:0;will-change:transform;transform:scale(1.06);
}
/* dark scrim so headline + nav stay legible over any photo */
.phead::before{
  content:"";position:absolute;inset:0;z-index:1;
  background:
    linear-gradient(180deg,rgba(0,44,68,.92) 0%,rgba(0,48,74,.68) 42%,rgba(0,48,74,.9) 100%),
    radial-gradient(ellipse 70% 90% at 18% 0%,rgba(255,186,26,.2),transparent 62%),
    radial-gradient(ellipse 60% 80% at 92% 100%,rgba(18,181,201,.2),transparent 62%);
}
.phead .shell{position:relative;z-index:3}
.phead h1{color:#fff;max-width:24ch;text-shadow:0 2px 22px rgba(0,26,42,.4)}
.phead .lead{color:rgba(255,255,255,.76);margin-top:1.1rem}
.crumbs{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;
  color:rgba(255,255,255,.5);margin-bottom:1.15rem}
.crumbs a:hover{color:var(--gold)}
.crumbs svg{width:14px;height:14px;opacity:.55}

/* ---------- 24. FOOTER ---------- */
.footer{background:var(--navy-900);color:rgba(255,255,255,.72);position:relative;overflow:hidden}
.footer::before{
  content:"";position:absolute;top:0;left:0;right:0;height:1px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}
.foot-grid{
  display:grid;grid-template-columns:1.5fr 1fr 1fr 1.35fr;
  gap:clamp(1.8rem,3.5vw,3.5rem);padding-block:clamp(3rem,6vw,5rem);
}
@media(max-width:900px){.foot-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.foot-grid{grid-template-columns:1fr}}
.foot-brand img{height:64px;width:auto;margin-bottom:1.1rem}
.foot-brand p{font-size:.93rem;max-width:34ch;line-height:1.65}
.foot h4{color:#fff;font-size:1.02rem;margin-bottom:1.1rem;font-family:var(--display)}
.foot ul{display:grid;gap:.62rem}
.foot a{font-size:.93rem;transition:color .3s,transform .3s var(--e-out);display:inline-block}
.foot a:hover{color:var(--gold);transform:translateX(3px)}
.socials{display:flex;gap:.55rem;margin-top:1.3rem}
.socials a{
  width:42px;height:42px;border-radius:13px;display:grid;place-items:center;
  background:rgba(255,255,255,.08);color:#fff;
  transition:background-color .35s,transform .4s var(--e-back),color .35s;
}
.socials a:hover{background:var(--gold);color:var(--navy-900);transform:translateY(-4px) rotate(-6deg)}
.socials svg{width:19px;height:19px}
.foot-bottom{
  border-top:1px solid rgba(255,255,255,.1);padding-block:1.5rem;
  display:flex;flex-wrap:wrap;gap:.8rem 1.6rem;align-items:center;justify-content:space-between;
  font-size:.83rem;color:rgba(255,255,255,.45);
}
.foot-bottom a:hover{color:var(--gold)}
.foot-hours{
  background:rgba(255,255,255,.06);border-radius:var(--r);padding:1.1rem 1.25rem;
  border:1px solid rgba(255,255,255,.1);margin-top:1.1rem;
}
.foot-hours b{color:var(--gold);font-family:var(--display);font-weight:600;display:block;font-size:1rem}
.foot-hours span{font-size:.88rem}

/* ---------- 25. IMG LOADING (blur-up) ---------- */
.imgbox{position:relative;overflow:hidden;background:var(--paper-2)}
.imgbox img{width:100%;height:100%;object-fit:cover}
/* A lazy image is NEVER hidden. Before it arrives it shows a soft brand-tinted
   placeholder, so slow network = "still loading", not a blank hole in the page.
   The fade-in is a pure enhancement: if the load event is missed, or JS is
   blocked entirely, the photo still appears the moment its bytes land. */
img.lazy{
  background-color:var(--paper-2);
  background-image:linear-gradient(120deg,rgba(0,67,104,.05),rgba(0,67,104,.11) 46%,rgba(0,67,104,.04));
}
img.lazy.loaded{
  background-image:none;
  animation:imgIn .55s var(--e-out) both;
}
@keyframes imgIn{from{opacity:.25}to{opacity:1}}

/* parallax helper */
.px{will-change:transform}

/* ---------- 26. TICKET / EVENT CARD ---------- */
.ev{
  display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:center;
  padding:clamp(1.1rem,2vw,1.5rem);border-radius:var(--r-lg);background:#fff;
  border:1px solid var(--line-2);box-shadow:var(--sh-1);
  transition:transform .5s var(--e-out),box-shadow .5s;
}
.ev:hover{transform:translateX(6px);box-shadow:var(--sh-2)}
.ev-date{
  width:74px;height:74px;border-radius:20px;display:grid;place-content:center;text-align:center;
  background:var(--navy);color:#fff;flex:none;
}
.ev-date b{font-family:var(--display);font-weight:600;font-size:1.7rem;line-height:1;color:var(--gold)}
.ev-date span{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;opacity:.75}
.ev h4{margin-bottom:.25rem}
.ev p{font-size:.9rem;color:var(--ink-55)}
.ev-tag{
  display:inline-block;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  padding:.24rem .6rem;border-radius:var(--r-pill);background:var(--gold-50);color:var(--gold-600);margin-top:.5rem;
}

/* ---------- 27. STEPS / TIMELINE ---------- */
.steps{position:relative;display:grid;gap:clamp(1.4rem,3vw,2.4rem)}
.steps::before{
  content:"";position:absolute;left:27px;top:14px;bottom:14px;width:2px;
  background:repeating-linear-gradient(to bottom,var(--gold) 0 7px,transparent 7px 15px);
  opacity:.55;
}
@media(max-width:620px){.steps::before{left:22px}}
.step{display:grid;grid-template-columns:auto 1fr;gap:1.3rem;align-items:flex-start;position:relative}
.step-n{
  width:56px;height:56px;border-radius:50%;display:grid;place-items:center;flex:none;
  background:#fff;border:2px solid var(--gold);color:var(--navy);
  font-family:var(--display);font-weight:600;font-size:1.25rem;z-index:2;
  box-shadow:0 0 0 7px var(--white);
  transition:transform .5s var(--e-back),background-color .4s,color .4s;
}
.section--paper .step-n{box-shadow:0 0 0 7px var(--paper)}
.step:hover .step-n{background:var(--gold);transform:scale(1.09)}
@media(max-width:620px){.step-n{width:46px;height:46px;font-size:1.05rem}}
.step h4{margin-bottom:.3rem}
.step p{color:var(--ink-55);font-size:.95rem;max-width:60ch}

/* ---------- 28. RIBBON / NOTE ---------- */
.note{
  display:flex;gap:.9rem;align-items:flex-start;padding:1.1rem 1.3rem;border-radius:var(--r);
  background:var(--gold-50);border:1px solid rgba(255,186,26,.4);font-size:.92rem;color:#6b4c00;
}
.note svg{width:21px;height:21px;flex:none;color:var(--gold-600);margin-top:.12rem}

/* ---------- 29. MISC ---------- */
.divider-dots{display:flex;justify-content:center;gap:.5rem;padding-block:1rem}
.divider-dots i{width:8px;height:8px;border-radius:50%;background:var(--line);display:block}
.divider-dots i:nth-child(2){background:var(--gold)}

.skip{
  position:absolute;left:-9999px;top:0;z-index:10000;padding:.9rem 1.3rem;
  background:var(--navy);color:#fff;border-radius:0 0 var(--r-sm) 0;font-weight:700;
}
.skip:focus{left:0}

.badge-pill{
  display:inline-flex;align-items:center;gap:.45rem;padding:.42rem .85rem;border-radius:var(--r-pill);
  background:var(--paper-2);color:var(--navy);font-size:.8rem;font-weight:700;
}
.badge-pill svg{width:15px;height:15px;color:var(--gold-600)}

.tag-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.2rem}

/* confetti canvas */
#confetti{position:fixed;inset:0;pointer-events:none;z-index:9997}

/* ---------- 30. RESPONSIVE ---------- */
@media(max-width:1080px){
  .nav-links{display:none}
  .burger{display:flex}
  .nav-cta .btn{display:none}
}
@media(max-width:900px){
  .hero-in{grid-template-columns:1fr;gap:2.6rem}
  .hero-copy{max-width:100%}
  .hero{min-height:auto;padding-bottom:clamp(5rem,14vw,8rem)}
  .hero-visual{aspect-ratio:4/3.4;max-height:none;margin-top:.5rem}
  .hero-scroll{display:none}
  .hv-card--1{left:-2%;top:8%}
  .hv-card--2{right:-2%;bottom:8%}
  .collage{aspect-ratio:1/.95}
}
@media(max-width:640px){
  :root{--nav-h:66px}
  .brand img{height:38px}
  .hv-card{padding:.7rem .85rem;gap:.55rem}
  .hv-card i{width:32px;height:32px}
  .hv-card i svg{width:17px;height:17px}
  .hv-card b{font-size:.86rem}
  .hv-card span{font-size:.68rem}
  .btn{padding:.95em 1.5em;font-size:.95rem}
  .btn-row .btn{flex:1 1 auto;justify-content:center}
  .collage .c3{display:none}
  .collage .c1{width:72%;height:66%}
  .collage .c2{width:56%;height:48%}
}

/* ---------- 31. REDUCED MOTION ---------- */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms!important;animation-iteration-count:1!important;
    transition-duration:.01ms!important;scroll-behavior:auto!important;
  }
  [data-reveal]{opacity:1!important;transform:none!important;clip-path:none!important;filter:none!important}
  .split .w>span{transform:none!important}
  .pin-sticky{position:static;height:auto;padding-block:var(--sec-y)}
  .pin-track{transform:none!important;overflow-x:auto}
  .pin{height:auto!important}
  .cursor,.cursor-dot{display:none}
  .hv-main{clip-path:none;animation:none}
}

/* ---------- 32. PRINT ---------- */
@media print{
  .nav,.floaties,.drawer,#preloader,.progress,.cursor,.cursor-dot,.hero-scroll{display:none!important}
  body{color:#000}
  .section{padding-block:1.4rem}
}

/* ---------- 33. ROYAL BIRTHDAY ---------- */
.royal{
  position:relative;isolation:isolate;overflow:hidden;
  background:
    radial-gradient(90% 120% at 88% 0%,rgba(255,186,26,.20),transparent 58%),
    radial-gradient(80% 110% at 0% 100%,rgba(18,181,201,.14),transparent 60%),
    linear-gradient(168deg,#00304a 0%,#012234 60%,#00304a 100%);
  color:#fff;
  padding-block:clamp(3.4rem,6vw,6rem);
  border-block:1px solid rgba(255,186,26,.28);
}
.royal::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background-image:radial-gradient(rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:26px 26px;
  -webkit-mask-image:radial-gradient(70% 60% at 30% 40%,#000,transparent 75%);
  mask-image:radial-gradient(70% 60% at 30% 40%,#000,transparent 75%);
}
.royal .shell-wide{position:relative;z-index:2}
.royal-grid{
  display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:clamp(1.8rem,3.4vw,3.6rem);align-items:center;
}
.royal-eyebrow{
  display:inline-flex;align-items:center;gap:.6rem;
  font-size:.7rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;
  color:var(--gold);margin-bottom:1rem;
}
.royal-eyebrow::before{content:"";width:34px;height:1px;background:var(--gold);opacity:.8}
.royal h2{
  color:#fff;font-size:clamp(2.1rem,3.6vw,3.35rem);line-height:1.02;
  letter-spacing:-.03em;margin-bottom:.9rem;
}
.royal h2 em{font-style:normal;color:var(--gold)}
.royal .lead{color:rgba(255,255,255,.78);max-width:46ch;margin-bottom:1.4rem}
.royal-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.7rem}
.royal-chips span{
  display:inline-flex;align-items:center;gap:.45rem;
  padding:.46rem .9rem;border-radius:var(--r-pill);
  background:rgba(255,255,255,.07);border:1px solid rgba(255,186,26,.24);
  font-size:.82rem;font-weight:600;color:rgba(255,255,255,.9);
}
.royal-chips svg{width:15px;height:15px;color:var(--gold);flex:none}
.royal-bento{
  display:grid;grid-template-columns:repeat(6,minmax(0,1fr));
  grid-auto-rows:clamp(96px,9.2vw,132px);gap:clamp(.5rem,.85vw,.85rem);
}
.royal-bento figure{
  position:relative;margin:0;overflow:hidden;border-radius:var(--r);
  background:rgba(255,255,255,.05);box-shadow:0 18px 40px -22px rgba(0,0,0,.7);
}
.royal-bento img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--e-out)}
.royal-bento figure:hover img{transform:scale(1.06)}
.royal-bento .rb-1{grid-column:1/4;grid-row:1/4}
.royal-bento .rb-2{grid-column:4/7;grid-row:1/3}
.royal-bento .rb-3{grid-column:4/6;grid-row:3/5}
.royal-bento .rb-4{grid-column:6/7;grid-row:3/5}
.royal-bento .rb-5{grid-column:1/4;grid-row:4/5}
.royal-note{
  display:flex;align-items:center;gap:.6rem;margin-top:1.1rem;
  font-size:.85rem;color:rgba(255,255,255,.6);
}
.royal-note svg{width:16px;height:16px;color:var(--gold);flex:none}
@media(max-width:940px){
  .royal-grid{grid-template-columns:1fr;gap:1.8rem}
  .royal-bento{grid-auto-rows:clamp(84px,15vw,120px)}
}

/* royal detail wall (birthdays page)
   Three columns, four rows, twelve cells, nine photographs — the three
   portrait shots each take two rows so every cell is filled and no gaps
   are left anywhere in the grid:
     row1  [tall][ L ][tall]
     row2  [tall][ L ][tall]
     row3  [ L  ][tall][ L ]
     row4  [ L  ][tall][ L ]                                             */
.royal-wall{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  grid-template-rows:repeat(4,1fr);
  aspect-ratio:1/1;          /* 3 cols x 4 equal rows lands each small tile on 4:3 */
  gap:clamp(.55rem,1vw,.9rem);
}
.royal-wall figure{
  position:relative;margin:0;overflow:hidden;border-radius:var(--r);
  height:100%;background:var(--paper-2);box-shadow:var(--sh-1);
}
.royal-wall figure.tall{grid-row:span 2}
.royal-wall img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--e-out)}
.royal-wall figure:hover img{transform:scale(1.06)}
.royal-wall figcaption{
  position:absolute;left:0;right:0;bottom:0;padding:1.5rem .85rem .7rem;
  background:linear-gradient(transparent,rgba(0,40,62,.9));
  color:#fff;font-size:.79rem;font-weight:600;line-height:1.3;
}
/* explicit placement — this is what removes the ragged gaps */
.royal-wall > *:nth-child(1){grid-column:1;grid-row:1/3}
.royal-wall > *:nth-child(2){grid-column:2;grid-row:1}
.royal-wall > *:nth-child(3){grid-column:3;grid-row:1/3}
.royal-wall > *:nth-child(4){grid-column:2;grid-row:2}
.royal-wall > *:nth-child(5){grid-column:1;grid-row:3}
.royal-wall > *:nth-child(6){grid-column:2;grid-row:3/5}
.royal-wall > *:nth-child(7){grid-column:3;grid-row:3}
.royal-wall > *:nth-child(8){grid-column:1;grid-row:4}
.royal-wall > *:nth-child(9){grid-column:3;grid-row:4}

@media(max-width:820px){
  .royal-wall{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;aspect-ratio:auto}
  .royal-wall figure{aspect-ratio:4/3;height:auto}
  .royal-wall > *{grid-column:auto !important;grid-row:auto !important}
  .royal-wall figure.tall{aspect-ratio:4/3}
  .royal-wall > *:last-child{grid-column:span 2 !important}   /* fills the final cell */
}
@media(max-width:520px){
  .royal-wall{grid-template-columns:1fr}
  .royal-wall > *:last-child{grid-column:auto !important}
}

/* ---------- 34. COMPACT ZONE GRID ---------- */
.zgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.6rem,1vw,1rem)}
.zgrid .zone{min-height:clamp(186px,17.5vw,228px)}
.zgrid .zone h3{font-size:clamp(1.15rem,1.7vw,1.5rem);margin-bottom:.3rem}
.zgrid .zone-tag{margin-bottom:.55rem;font-size:.62rem;padding:.28rem .62rem}
.zgrid .zone p{
  max-height:none;opacity:1;overflow:visible;margin-top:.15rem;
  font-size:.85rem;line-height:1.5;color:rgba(255,255,255,.78);
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.zgrid .zone-num{font-size:clamp(1.5rem,2.4vw,2.1rem);top:.9rem;right:1rem}
.zgrid .zone-body{padding:clamp(.95rem,1.6vw,1.3rem)}
@media(max-width:900px){.zgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.zgrid{grid-template-columns:1fr}}

/* royal "what's included" list */
.royal-included{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.9rem,1.8vw,1.6rem)}
.royal-included li{display:flex;gap:.75rem;align-items:flex-start}
.royal-included svg{width:20px;height:20px;flex:none;margin-top:.2rem;color:var(--gold)}
.royal-included b{display:block;color:#fff;font-size:.98rem;line-height:1.3;margin-bottom:.15rem}
.royal-included span{display:block;color:rgba(255,255,255,.62);font-size:.85rem;line-height:1.5}
@media(max-width:900px){.royal-included{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.royal-included{grid-template-columns:1fr}}

/* royal intro: heading left, copy right — fills the band instead of trailing off */
.royal-intro{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:clamp(1.4rem,3vw,3.4rem);align-items:start}
.royal-intro-copy .lead + .lead{margin-top:.9rem}
@media(max-width:900px){.royal-intro{grid-template-columns:1fr;gap:1rem}}

/* ---------- 35. ROYAL — CREST, FOIL, FILM ---------- */
.royal{
  background:
    radial-gradient(80% 110% at 84% -10%,rgba(255,186,26,.22),transparent 56%),
    radial-gradient(70% 100% at -6% 108%,rgba(18,181,201,.16),transparent 60%),
    linear-gradient(165deg,#02283e 0%,#01202f 46%,#032b42 100%);
}
/* faint gold weave so the dark band has texture instead of flat navy */
.royal::before{
  background-image:
    radial-gradient(rgba(255,214,140,.10) 1px,transparent 1px),
    radial-gradient(rgba(255,214,140,.06) 1px,transparent 1px);
  background-size:28px 28px,28px 28px;
  background-position:0 0,14px 14px;
  -webkit-mask-image:radial-gradient(75% 65% at 28% 38%,#000,transparent 78%);
  mask-image:radial-gradient(75% 65% at 28% 38%,#000,transparent 78%);
}
/* gold hairline top and bottom, with a small diamond at the centre */
.royal::after{
  content:"";position:absolute;left:0;right:0;top:0;height:1px;z-index:3;
  background:linear-gradient(90deg,transparent,rgba(255,186,26,.55),transparent);
}

.royal-crest{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}
.royal-crest svg{width:34px;height:34px;color:var(--gold);flex:none;
  filter:drop-shadow(0 4px 12px rgba(255,186,26,.35))}
.royal-crest span{
  font-size:.68rem;font-weight:800;letter-spacing:.26em;text-transform:uppercase;
  color:rgba(255,222,150,.9);
}

/* gold-foil heading */
.royal h2.foil{
  background:linear-gradient(100deg,#F6C551 0%,#FFE9A8 18%,#FFBA1A 34%,#FFF6D8 48%,#E8A200 62%,#FFD98A 80%,#F6C551 100%);
  background-size:220% 100%;
  -webkit-background-clip:text;background-clip:text;
  color:transparent;-webkit-text-fill-color:transparent;
  animation:foilShift 9s linear infinite;
  text-shadow:none;
}
@keyframes foilShift{from{background-position:0% 0}to{background-position:200% 0}}
.royal h2.foil em{color:inherit;-webkit-text-fill-color:transparent}

.royal-rule{
  display:flex;align-items:center;gap:.8rem;margin:1.35rem 0 1.2rem;
  color:rgba(255,186,26,.45);
}
.royal-rule::before,.royal-rule::after{content:"";height:1px;flex:1;
  background:linear-gradient(90deg,transparent,rgba(255,186,26,.4),transparent)}
.royal-rule i{width:7px;height:7px;transform:rotate(45deg);background:var(--gold);flex:none;opacity:.85}

.royal-chips span{
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));
  border:1px solid rgba(255,186,26,.3);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

/* ---- media: the film beside a small grid of stills ---- */
.royal-media{
  display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);
  gap:clamp(.6rem,1.1vw,1rem);align-items:stretch;
}
.royal-stills{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;
  gap:clamp(.5rem,.9vw,.85rem)}
.royal-stills figure{position:relative;margin:0;overflow:hidden;border-radius:var(--r);
  background:rgba(255,255,255,.05);box-shadow:0 16px 36px -22px rgba(0,0,0,.75)}
.royal-stills img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--e-out)}
.royal-stills figure:hover img{transform:scale(1.06)}

/* ---- the film panel: gold frame, corner brackets, play control ---- */
.rfilm{
  position:relative;aspect-ratio:9/16;border-radius:var(--r-lg);overflow:hidden;
  background:#01161f;isolation:isolate;
  box-shadow:0 30px 70px -30px rgba(0,0,0,.85),
             0 0 0 1px rgba(255,186,26,.42),
             0 0 0 7px rgba(255,186,26,.07);
}
.rfilm video,.rfilm .rfilm-poster{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:contain;background:#01161f;   /* full frame — never cropped */
}
.rfilm .rfilm-full{opacity:0;pointer-events:none;z-index:3}
.rfilm.is-playing .rfilm-full{opacity:1;pointer-events:auto}
.rfilm.is-playing .rfilm-loop,
.rfilm.is-playing .rfilm-poster,
.rfilm.is-playing .rfilm-play,
.rfilm.is-playing .rfilm-cap{opacity:0;pointer-events:none}
.rfilm-loop,.rfilm-poster{z-index:1;transition:opacity .45s var(--e-out)}
.rfilm-loop{opacity:0}
.rfilm.loop-on .rfilm-loop{opacity:1}
.rfilm.loop-on .rfilm-poster{opacity:0}

/* corner brackets */
.rfilm i.c{position:absolute;width:26px;height:26px;z-index:4;pointer-events:none;
  border-color:rgba(255,186,26,.75);border-style:solid;border-width:0}
.rfilm i.c1{top:12px;left:12px;border-top-width:2px;border-left-width:2px;border-top-left-radius:8px}
.rfilm i.c2{top:12px;right:12px;border-top-width:2px;border-right-width:2px;border-top-right-radius:8px}
.rfilm i.c3{bottom:12px;left:12px;border-bottom-width:2px;border-left-width:2px;border-bottom-left-radius:8px}
.rfilm i.c4{bottom:12px;right:12px;border-bottom-width:2px;border-right-width:2px;border-bottom-right-radius:8px}

.rfilm-play{
  position:absolute;z-index:5;left:50%;top:50%;transform:translate(-50%,-50%);
  width:clamp(62px,7vw,80px);height:clamp(62px,7vw,80px);border-radius:50%;
  display:grid;place-items:center;cursor:pointer;
  background:linear-gradient(160deg,#FFD86E,#FFBA1A 45%,#E39B00);
  color:#00263a;box-shadow:0 14px 34px -10px rgba(255,186,26,.6);
  transition:transform .35s var(--e-back),box-shadow .35s var(--e-out),opacity .35s;
}
.rfilm-play svg{width:28%;height:28%;margin-left:8%}
.rfilm-play::after{
  content:"";position:absolute;inset:-10px;border-radius:50%;
  border:1px solid rgba(255,186,26,.5);
  animation:royalPulse 2.6s var(--e-soft) infinite;
}
@keyframes royalPulse{
  0%{transform:scale(.9);opacity:.8}
  70%{transform:scale(1.28);opacity:0}
  100%{transform:scale(1.28);opacity:0}
}
.rfilm-play:hover{transform:translate(-50%,-50%) scale(1.07)}
.rfilm-cap{
  position:absolute;z-index:5;left:0;right:0;bottom:0;padding:2.6rem 1rem .95rem;
  background:linear-gradient(transparent,rgba(0,20,31,.9));
  color:#fff;text-align:center;font-size:.8rem;font-weight:600;letter-spacing:.02em;
  transition:opacity .35s;
}
.rfilm-cap b{display:block;color:var(--gold);font-size:.66rem;letter-spacing:.2em;
  text-transform:uppercase;margin-bottom:.2rem}

@media(max-width:940px){
  .royal-media{grid-template-columns:minmax(0,.85fr) minmax(0,1fr)}
}
@media(max-width:620px){
  .royal-media{grid-template-columns:1fr}
  .rfilm{width:100%;max-width:330px;margin-inline:auto}
  .royal-stills{grid-template-rows:auto}
}

/* the film on the birthdays page sits beside the copy */
.royal-filmrow{
  display:grid;grid-template-columns:minmax(0,.62fr) minmax(0,1fr);
  gap:clamp(1.4rem,3vw,3rem);align-items:center;
}
@media(max-width:820px){.royal-filmrow{grid-template-columns:1fr}}

@media (prefers-reduced-motion: reduce){
  .royal h2.foil{animation:none}
  .rfilm-play::after{animation:none}
}

/* keep the film cinematic, not overwhelming, when it sits beside body copy */
.royal-filmrow .rfilm{width:100%;max-width:380px;justify-self:center}
@media(max-width:820px){.royal-filmrow .rfilm{max-width:320px}}


/* ---------- 36. MOBILE: SHORTER, TIGHTER, STRAIGHT TO THE POINT ---------- */
@media(max-width:640px){
  :root{--sec-y:clamp(2.2rem,7vw,3.1rem)}

  /* hero: floating cards sat outside the photo's edge — pull them in line */
  .hv-card--1{left:10px;top:6%}
  .hv-card--2{right:10px;bottom:6%;left:auto}

  /* nine zones as a compact two-up grid instead of nine full-width cards */
  .zgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}
  .zgrid .zone{min-height:152px}
  .zgrid .zone p{display:none}
  .zgrid .zone h3{font-size:1.02rem;line-height:1.15}
  .zgrid .zone-tag{margin-bottom:.4rem;font-size:.56rem;padding:.22rem .5rem}
  .zgrid .zone-body{padding:.7rem .75rem}
  .zgrid .zone-num{font-size:1.35rem;top:.55rem;right:.65rem}
  .zgrid > *:nth-child(9){grid-column:span 2}

  /* the four "what we do" cards go two-up as well */
  .g-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}
  .g-4 .feat{padding:.95rem .85rem}
  .g-4 .feat h3{font-size:1rem}
  .g-4 .feat p{font-size:.82rem;line-height:1.45}
  .g-4 .feat-ico{width:38px;height:38px}
  .g-4 .feat-ico svg{width:19px;height:19px}

  /* royal: the film carries the section on mobile — the stills repeat on the
     birthdays page, and six chips is more list than headline */
  .royal-stills{display:none}
  .royal-chips span:nth-child(n+5){display:none}
  .royal-chips{gap:.4rem}
  .rfilm{max-width:290px}
  .royal .lead{font-size:1rem}

  /* welcome: one clean image rather than a stacked collage */
  .collage{aspect-ratio:4/3}
  .collage .c2,.collage .c3{display:none}
  .collage .c1{width:100%;height:100%;top:0;left:0}
  .collage-badge{bottom:6%;left:6%}

  /* buttons stack full width and stay identical in height */
  .btn-row{gap:.6rem}
  .btn-row .btn{width:100%;flex:1 1 100%}
  .btn--lg{padding:1em 1.5em}
}
@media(max-width:400px){
  .zgrid .zone{min-height:136px}
  .zgrid .zone h3{font-size:.94rem}
}

/* mobile, round two — the page should read as a pitch, not a brochure */
@media(max-width:640px){
  :root{--sec-y:clamp(1.9rem,6vw,2.7rem)}

  /* the landing hero already states 9 zones / ages / hours, so its stats band
     is the same facts twice. Scoped by id — other pages need theirs. */
  #quickstats{display:none}

  .hero{padding-bottom:2.2rem}
  .hero .lead{font-size:.94rem;line-height:1.5}
  .hero-stats{gap:.9rem;margin-top:1.2rem;padding-top:1.2rem}

  /* location block: tighter rows, shorter map */
  .contact-grid{gap:1.2rem}
  .info-card{margin-top:1.2rem !important}
  .info-row{padding:.7rem 0}
  .info-row i{width:36px;height:36px}
  .info-row i svg{width:18px;height:18px}
  .map-wrap{aspect-ratio:16/10;max-height:none}
  .map-wrap iframe{height:100%}

  /* welcome + faq breathing room */
  .checks{gap:.55rem;margin-top:1rem}
  .checks li{font-size:.92rem}
  .acc-q{padding:.85rem .9rem;font-size:.95rem}
  .acc-a{padding-inline:.9rem}
  .sec-head .lead{margin-top:.8rem}
  .cta-band{padding-block:2.2rem}
}

/* mobile, final pass */
@media(max-width:640px){
  /* three chips read as a headline; six read as a list */
  .royal-chips span:nth-child(n+4){display:none}
  .rfilm{max-width:262px}

  /* the welcome tick-list repeats the four service cards directly below it */
  #welcome .checks{display:none}

  /* location: the Instagram handle is already in the footer and the floating
     button, so the row is a third copy of it */
  #visit .info-row:nth-child(4){display:none}
  #visit .info-row{padding:.6rem 0}
  #visit .sec-head .lead{font-size:.95rem}
}

/* ---------- 37. DESKTOP TIGHTENING ---------- */
@media(min-width:641px){
  :root{--sec-y:clamp(2.9rem,5vw,5.2rem)}
  .cta-band{padding-block:clamp(2.4rem,4vw,3.6rem)}
  /* the FAQ is a collapsed list — it does not need a full section's air */
  #faq .sec-head{margin-bottom:.4rem}
  #faq .acc{margin-top:1.2rem !important}
  .acc-q{padding-block:.95rem}
  .zgrid .zone{min-height:clamp(176px,16.5vw,212px)}
}

/* .shell-narrow was referenced but never defined — define it, and keep the FAQ
   answering column readable while its section edge matches everything else */
.shell-narrow{width:min(980px,100% - (var(--gut) * 2));margin-inline:auto}
#faq .acc{max-width:920px;margin-inline:auto}

/* the royal wall stays two-up on phones — nine full-width photos is a scroll marathon */
@media(max-width:520px){
  .royal-wall{grid-template-columns:repeat(2,minmax(0,1fr))}
  .royal-wall > *:last-child{grid-column:span 2 !important}
  .royal-wall figcaption{font-size:.7rem;padding:1.1rem .6rem .5rem}
}

/* ---------- 38. FIXES FOUND IN MOBILE REVIEW ---------- */

/* .section--navy turns every heading white, but the feature cards inside those
   sections have a WHITE card background — so all six house rules on the play
   page and all eight party add-ons were invisible white-on-white. */
.section--navy .feat h3,
.section--navy .card h3,
.section--navy .pack h3{color:var(--navy)}
.section--navy .feat p{color:var(--ink-55)}

@media(max-width:640px){
  /* footer and inline links were 23-25px tall — too small to tap reliably */
  .footer a{display:inline-block;padding-block:.42rem}
  .foot-grid a{padding-block:.5rem}
  .crumbs a{padding-block:.3rem}

  /* 11px uppercase labels are legible on a laptop, less so on a phone */
  .royal-crest span{font-size:.72rem;letter-spacing:.18em}
  .tkt-tag,.zone-tag{font-size:.66rem}

  /* house rules / add-ons two-up: six or eight stacked cards is a long scroll */
  .section--navy .grid.g-3,
  .section--navy .grid.g-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}
  .section--navy .feat{padding:.9rem .8rem}
  .section--navy .feat h3{font-size:.98rem}
  .section--navy .feat p{font-size:.8rem;line-height:1.45}
  .section--navy .feat-ico{width:36px;height:36px}
  .section--navy .feat-ico svg{width:18px;height:18px}
}

/* ---------- 39. ROYAL FEATURE (birthdays) ---------- */
.royal--feature{padding-block:clamp(3.4rem,6.5vw,6.4rem)}

/* a crown watermark, very faint, so the band has depth rather than flat navy */
.royal-watermark{
  position:absolute;z-index:0;pointer-events:none;
  right:-4vw;top:6%;width:min(46vw,560px);color:var(--gold);opacity:.045;
}
.royal-watermark svg{width:100%;height:auto}

/* film left, copy right, both bottoming out together */
.royal-stage{
  position:relative;z-index:2;
  display:grid;
  /* the film is 9:16, so a proportional column made it tower over the copy and
     left dead space above and below the text. Cap it instead. */
  grid-template-columns:clamp(224px,21vw,302px) minmax(0,1fr);
  gap:clamp(1.6rem,3.4vw,3.6rem);align-items:center;
}
.royal-film-col{margin:0;position:relative;display:flex;flex-direction:column;gap:.7rem}
.royal-film-col::before{           /* warm glow behind the frame */
  content:"";position:absolute;inset:-8% -12% 2%;z-index:0;
  background:radial-gradient(60% 50% at 50% 45%,rgba(255,186,26,.22),transparent 70%);
  filter:blur(24px);
}
.royal-film-col .rfilm{position:relative;z-index:1;width:100%}

/* a gallery plate under the film */
.royal-plate{
  position:relative;z-index:1;text-align:center;
  padding:.5rem .8rem;border:1px solid rgba(255,186,26,.3);border-radius:var(--r-sm);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
}
.royal-plate b{
  display:block;font-family:var(--display);font-weight:600;color:var(--gold);
  font-size:.88rem;letter-spacing:.04em;
}
.royal-plate span{
  display:block;margin-top:.1rem;font-size:.64rem;letter-spacing:.11em;text-transform:uppercase;
  color:rgba(255,255,255,.5);
}

.royal-copy-col .lead + .lead{margin-top:.85rem}
.royal-copy-col .btn-row{margin-top:1.6rem}

/* three gold-ruled marks: the hooks, before the full list */
.royal-marks{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(.7rem,1.5vw,1.4rem);margin-top:1.5rem;
}
.royal-marks > div{padding-top:.75rem;border-top:1px solid rgba(255,186,26,.34)}
.royal-marks b{
  display:block;font-family:var(--display);font-weight:600;color:#fff;
  font-size:1.02rem;line-height:1.2;margin-bottom:.12rem;
}
.royal-marks span{display:block;font-size:.8rem;color:rgba(255,255,255,.58);line-height:1.4}

/* ornamental divider with a title set into it */
.royal-orn{
  position:relative;z-index:2;
  display:flex;align-items:center;gap:clamp(.9rem,2vw,1.6rem);
  margin:clamp(2.4rem,4.5vw,4rem) 0 clamp(1.4rem,2.4vw,2rem);
}
.royal-orn i{height:1px;flex:1;background:linear-gradient(90deg,transparent,rgba(255,186,26,.45),transparent)}
.royal-orn b{
  font-size:.72rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;
  color:rgba(255,222,150,.92);white-space:nowrap;
}

/* the inclusion list, set like a decree: gold numerals over hairlines */
.royal-decree{
  position:relative;z-index:2;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0 clamp(1.4rem,3vw,3rem);
}
.royal-decree li{
  display:flex;gap:.85rem;align-items:flex-start;
  padding:1rem 0;border-top:1px solid rgba(255,255,255,.1);
}
.royal-decree .rn{
  font-family:var(--display);font-weight:600;color:var(--gold);
  font-size:.9rem;letter-spacing:.06em;flex:none;padding-top:.1rem;min-width:1.9rem;
}
.royal-decree b{
  display:block;color:#fff;font-size:1rem;line-height:1.25;margin-bottom:.18rem;
  font-family:var(--display);font-weight:500;letter-spacing:-.005em;
}
.royal-decree span{display:block;color:rgba(255,255,255,.6);font-size:.85rem;line-height:1.5}

.royal--feature .royal-note{position:relative;z-index:2;margin-top:clamp(1.6rem,2.6vw,2.2rem)}

@media(max-width:980px){
  .royal-stage{grid-template-columns:1fr;gap:1.8rem}
  .royal-film-col{max-width:360px;margin-inline:auto}
  .royal-decree{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .royal-watermark{width:70vw;right:-14vw;opacity:.035}
  .royal-marks{grid-template-columns:1fr;gap:.55rem}
  .royal-marks > div{padding-top:.55rem}
  .royal-decree{grid-template-columns:1fr}
  .royal-decree li{padding:.8rem 0}
  .royal-film-col{max-width:290px}
  .royal-orn b{font-size:.64rem;letter-spacing:.16em;white-space:normal;text-align:center}
}

/* ---------- 40. SERVICE BLOCKS (landing page) ----------
   Mobile first: media, then title, two lines, points, one button.
   From 900px up it becomes a two-column row that alternates side.      */
.svc-block{position:relative;padding-block:clamp(1.75rem,4vw,3.7rem)}
.svc-block--paper{background:var(--paper)}
.svc-block--dark{
  background:
    radial-gradient(80% 110% at 88% 0%,rgba(255,186,26,.14),transparent 58%),
    linear-gradient(168deg,#02283e,#01202f 60%,#032b42);
  color:#fff;
}
.svc-block--dark h2{color:#fff}
.svc-block--dark .lead{color:rgba(255,255,255,.78)}
.svc-block + .svc-block:not(.svc-block--dark):not(.svc-block--paper)::before{
  content:"";position:absolute;inset-inline:var(--gut);top:0;height:1px;background:var(--line-2);
}

.svc-inner{display:grid;gap:clamp(.9rem,2.2vw,2rem);align-items:center;
  grid-template-areas:"media" "head" "rest"}
.svc-media{grid-area:media}
.svc-head{grid-area:head}
.svc-rest{grid-area:rest}

/* On a phone a 9:16 film would push the copy a whole screen down, so the
   title sits beside it and the rest runs full width underneath. */
@media(max-width:899px){
  .svc-block--film .svc-inner{
    grid-template-columns:44% minmax(0,1fr);
    grid-template-areas:"media head" "rest rest";
    column-gap:.9rem;row-gap:.85rem;align-items:center;
  }
  .svc-block--film .svc-media--film{width:100%;margin:0}
  .svc-block--film .svc-head h2{font-size:clamp(1.35rem,6vw,1.9rem)}
}

/* ---- media ---- */
.svc-figure{
  position:relative;margin:0;border-radius:var(--r-lg);overflow:hidden;
  background:var(--paper-2);box-shadow:var(--sh-2);
}
.svc-figure img{width:100%;height:100%;object-fit:cover;display:block}
.svc-block--dark .svc-figure{box-shadow:0 24px 54px -28px rgba(0,0,0,.8)}
/* vertical films keep their full frame and stay a sensible size on a phone */
.svc-media--film{width:min(62%,240px);margin-inline:auto}
@media(min-width:560px){.svc-media--film{width:min(46%,260px)}}

/* ---- copy ---- */
.svc-eyebrow{
  display:flex;align-items:baseline;gap:.55rem;margin-bottom:.5rem;
  font-size:var(--fs-micro);font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  line-height:1.3;color:var(--gold-600);
}
/* the number sits in its own fixed column so all eight line up, and a label that
   wraps stays under the label rather than under the number */
.svc-eyebrow b{
  flex:none;font-weight:800;font-variant-numeric:tabular-nums;
  letter-spacing:.06em;opacity:.55;
}
.svc-block--dark .svc-eyebrow{color:var(--gold)}
/* on a phone the head column is narrow, so shrink the eyebrow enough that all
   eight labels stay on one line instead of breaking after a word or two */
@media(max-width:640px){
  .svc-eyebrow{font-size:.66rem;letter-spacing:.1em;gap:.42rem}
}
.svc-body h2{font-size:clamp(1.55rem,5.4vw,2.5rem);line-height:1.05;letter-spacing:-.025em;margin-bottom:.5rem}
.svc-body .lead{margin:0;font-size:clamp(.95rem,3.6vw,1.08rem);line-height:1.55;max-width:46ch}

.svc-points{display:flex;flex-wrap:wrap;gap:.4rem;margin:.95rem 0 1.1rem}
.svc-points li{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.4rem .78rem;border-radius:var(--r-pill);
  font-size:.8rem;font-weight:600;line-height:1;
  background:var(--gold-50);color:var(--navy);box-shadow:inset 0 0 0 1px rgba(255,186,26,.32);
}
.svc-block--dark .svc-points li{
  background:rgba(255,255,255,.07);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,186,26,.3);
}
.svc-points li::before{
  content:"";width:5px;height:5px;border-radius:50%;background:var(--gold-600);flex:none;
}
.svc-block--dark .svc-points li::before{background:var(--gold)}

.svc-cta{display:flex;flex-wrap:wrap;gap:.55rem}
.svc-cta .btn{flex:1 1 auto}

/* a highlighted fact (price / timing) for blocks that have one */
.svc-fact{
  display:inline-flex;align-items:baseline;gap:.45rem;margin-bottom:.85rem;
  padding:.42rem .85rem;border-radius:var(--r-pill);
  background:var(--navy);color:#fff;font-size:.84rem;font-weight:600;
}
.svc-fact b{font-family:var(--display);font-size:1.05rem;color:var(--gold);line-height:1}
.svc-block--dark .svc-fact{background:rgba(255,255,255,.1)}

@media(min-width:900px){
  .svc-inner{grid-template-columns:minmax(0,.85fr) minmax(0,1fr);
    grid-template-areas:"media head" "media rest";
    column-gap:clamp(2rem,4vw,4rem);row-gap:0;align-items:center}
  /* head and rest are separate grid rows — pull them together around the
     vertical centre instead of letting each row centre on its own */
  .svc-head{align-self:end}
  .svc-rest{align-self:start;margin-top:.55rem}
  .svc-block--rev .svc-inner{grid-template-areas:"head media" "rest media"}
  
  .svc-media--film{width:min(100%,300px)}
  .svc-cta .btn{flex:0 0 auto}
}

@media(max-width:640px){
  .svc-block{padding-block:1.75rem}
  .svc-body .lead,.svc-rest .lead{font-size:.95rem;line-height:1.5}
  .svc-points{margin:.75rem 0 .9rem}
}

@media(max-width:640px){
  /* photo blocks: a slightly wider crop keeps each block a screen-and-a-bit */
  .svc-block:not(.svc-block--film) .svc-figure{aspect-ratio:16/10 !important}
  /* location block on a phone */
  #visit .map-wrap{aspect-ratio:4/3;max-height:none}
  #visit .sec-head h2{font-size:1.5rem}
}

/* ---------- 41. CENTRED HERO + PHOTO STRIP ---------- */
.hero--center{display:block;padding-top:calc(var(--nav-h) + clamp(1.4rem,4vw,3rem));padding-bottom:0;min-height:0}
.hero-center-in{
  position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;
  gap:clamp(.8rem,2vw,1.2rem);padding-bottom:clamp(1.6rem,3.5vw,2.6rem);
}
.hero--center h1{font-size:clamp(2.1rem,7.4vw,4.2rem);line-height:1.03;letter-spacing:-.03em;max-width:16ch}
.hero--center h1 em{font-style:normal;color:var(--gold-600)}
.hero--center .lead{max-width:46ch;margin:0;color:var(--ink-55);font-size:clamp(.92rem,3.7vw,1.12rem)}
.hero--center .hero-badge{margin:0 auto}
.btn-row--center{justify-content:center}
.hero-strip{position:relative;z-index:2;padding-bottom:clamp(1.2rem,2.4vw,2rem)}
.hero-strip .strip-track{animation-duration:66s}
.hero-strip figure{
  width:clamp(150px,34vw,250px);aspect-ratio:4/3;flex:none;margin:0;
  border-radius:var(--r);overflow:hidden;position:relative;background:var(--paper-2);box-shadow:var(--sh-1);
}
.hero-strip img{width:100%;height:100%;object-fit:cover}
.hero-strip figcaption{
  position:absolute;left:0;right:0;bottom:0;z-index:2;
  padding:1.4rem .7rem .5rem;
  background:linear-gradient(transparent,rgba(0,38,57,.82));
  color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.01em;
}

/* the location block reads centred like the rest of the page */
#visit .contact-grid{text-align:center}
#visit .sec-head{max-width:none;margin-inline:auto}
#visit .sec-head .lead{margin-inline:auto}
#visit .info-card{text-align:left;max-width:520px;margin-inline:auto}
#visit .btn-row{justify-content:center}
@media(min-width:900px){
  #visit .contact-grid{grid-template-columns:1fr;gap:clamp(1.4rem,3vw,2.2rem)}
  #visit .map-wrap{max-width:900px;margin-inline:auto;width:100%}
}

/* ---------- 42. EDGE-TO-EDGE PHOTO STRIP (restored) ---------- */
.strip{
  position:relative;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
}
.strip-track{
  display:flex;gap:clamp(.5rem,1vw,.9rem);width:max-content;
  animation:stripScroll 58s linear infinite;will-change:transform;
}
.strip:hover .strip-track{animation-play-state:paused}
@keyframes stripScroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media (prefers-reduced-motion: reduce){
  .strip-track{animation:none}
  .strip{overflow-x:auto;-webkit-overflow-scrolling:touch}
}

/* ---------- 43. BRAND LOCK-UP + TWO-LINE HEADLINE ---------- */
/* "Treasure Island" over "DUBAI MALL": tighter leading, and the trailing
   letter-space of the tracked line cancelled so the two edges line up. */
.brand-txt{display:grid;gap:0;line-height:1;align-content:center}
.brand-txt b{
  font-family:var(--display);font-weight:600;font-size:1.02rem;color:var(--navy);
  letter-spacing:-.015em;line-height:1.06;
}
.brand-txt span{
  /* tracked so DUBAI MALL spans the same width as Treasure Island above it —
     the trailing letter-space is cancelled so both lines end square */
  font-size:.645rem;letter-spacing:.5em;text-transform:uppercase;
  color:var(--ink-35);font-weight:700;line-height:1.1;margin-top:2px;
  margin-right:-.5em;
}
@media(max-width:640px){
  .brand-txt b{font-size:.95rem}
  .brand-txt span{font-size:.6rem;letter-spacing:.5em;margin-right:-.5em}
}

/* The headline is exactly two lines: "Where little explorers" /
   "play, create & celebrate". Size it to the longer line so neither wraps. */
.hero--center h1{
  /* sized to fill the column: the longer line measures ~72% of the width at
     this scale, so it grows as large as it can while staying on two lines */
  font-size:clamp(1.62rem,8.4vw,4.2rem);
  max-width:none;text-wrap:nowrap;
}
.hero--center h1 .w{white-space:nowrap}
@media(min-width:900px){.hero--center h1{font-size:clamp(2.6rem,4.6vw,4.2rem)}}

/* ---------- 44. HERO SLIDESHOW ---------- */
.hero-show{
  position:relative;width:100%;max-width:620px;margin:clamp(.4rem,1.4vw,1rem) auto 0;
  aspect-ratio:4/3;border-radius:var(--r-lg);overflow:hidden;
  background:var(--paper-2);box-shadow:var(--sh-2);
}
@media(min-width:700px){.hero-show{aspect-ratio:16/10}}
.hero-show figure{
  position:absolute;inset:0;margin:0;opacity:0;
  transition:opacity .9s var(--e-out);
  pointer-events:none;
}
.hero-show figure.is-on{opacity:1;pointer-events:auto}
.hero-show img{width:100%;height:100%;object-fit:cover;display:block}
.hero-show figure::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:42%;
  background:linear-gradient(transparent,rgba(0,32,50,.72));
}
.hero-show figcaption{
  position:absolute;left:clamp(.7rem,2.6vw,1.1rem);bottom:clamp(.6rem,2.2vw,.95rem);
  z-index:2;color:#fff;font-weight:600;
  font-size:clamp(.76rem,2.9vw,.95rem);letter-spacing:.005em;
  text-shadow:0 1px 6px rgba(0,20,32,.5);
}
/* the logo hovers over the opening frame, top-left, and keeps its own
   proportions — width is set, height stays auto so it can never stretch */
.hero-show .hs-logo{
  position:absolute;z-index:2;left:clamp(.7rem,3vw,1.15rem);top:clamp(.7rem,3vw,1.15rem);
  width:clamp(64px,17%,104px);height:auto;
  filter:drop-shadow(0 6px 18px rgba(0,20,32,.55));
}
.hero-show::after{   /* progress hairline */
  content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;
  background:linear-gradient(90deg,var(--gold),transparent);
  opacity:.35;z-index:3;
}
@media (prefers-reduced-motion: reduce){
  .hero-show figure{transition:none}
}

/* ---------- 45. HERO SCROLL CUE ---------- */
/* replaces the two hero CTAs: every service block carries its own booking
   button, so the hero only needs to invite the reader downward */
.hero-cue{
  display:inline-flex;flex-direction:column;align-items:center;gap:.45rem;
  margin:clamp(1.1rem,3vw,1.9rem) auto 0;padding:.2rem .4rem;
  color:var(--ink-55);text-decoration:none;
  font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  transition:color .3s var(--e-out);
}
.hero-cue:hover,.hero-cue:focus-visible{color:var(--navy)}
.hero-cue svg{width:19px;height:19px;animation:heroNudge 2.4s var(--e-out) infinite}
@keyframes heroNudge{
  0%,58%,100%{transform:translateY(0);opacity:.55}
  76%{transform:translateY(5px);opacity:1}
}
@media(prefers-reduced-motion:reduce){.hero-cue svg{animation:none;opacity:.7}}

/* ---------- 46. LAPTOP & DESKTOP DENSITY ----------
   Everything below is gated at min-width:1024px, so phones and tablets keep
   exactly the layout they have. The page was designed mobile-first and then
   stretched, which left four separate pockets of dead space on a laptop:
   an undersized hero photo, portrait videos capped at 260px inside a 560px
   column, a location block forced into one centred column, and a full-width
   FAQ of very thin rows. Each is addressed in place.                       */
@media(min-width:1024px){

  /* -- hero: the photo was 620px inside a 1280px shell -- */
  .hero-show{max-width:860px}
  .hero--center h1{font-size:clamp(2.9rem,4.9vw,4.6rem)}
  .hero--center .lead{max-width:58ch;font-size:1.12rem}

  /* -- service blocks: give the media real size and rebalance the columns -- */
  .svc-inner{
    grid-template-columns:minmax(0,.72fr) minmax(0,1fr);
    /* column-gap only: the shorthand would reset the base row-gap:0 and open
       a 58px hole between the heading and the paragraph */
    column-gap:clamp(2rem,4vw,4rem);
    row-gap:0;
  }
  .svc-block--rev .svc-inner{grid-template-columns:minmax(0,1fr) minmax(0,.72fr)}
  .svc-media--film{width:min(100%,370px)}
  .svc-block:not(.svc-block--film) .svc-figure{aspect-ratio:5/4}
  .svc-body .lead,.svc-rest .lead{max-width:54ch}

  /* -- location: back to two columns, map fills the full height of the row -- */
  #visit .contact-grid{
    grid-template-columns:1.02fr .98fr;
    align-items:stretch;text-align:left;
    gap:clamp(2rem,4vw,3.5rem);
  }
  #visit .sec-head,#visit .sec-head .lead{margin-inline:0}
  #visit .info-card{max-width:none;margin-inline:0}
  #visit .btn-row{justify-content:flex-start}
  #visit .map-wrap{
    max-width:none;margin:0;width:100%;
    aspect-ratio:auto;height:100%;min-height:100%;
  }
  #visit .map-wrap iframe{height:100%;min-height:520px}

  /* -- FAQ: heading and its button on the left, questions filling the right,
        instead of a thin full-width stack of rows -- */
  .faq--split .shell{
    display:grid;grid-template-columns:minmax(0,.6fr) minmax(0,1fr);
    grid-template-rows:auto 1fr;
    column-gap:clamp(2.5rem,5vw,4.5rem);row-gap:0;align-items:start;
  }
  .faq--split .sec-head{grid-column:1;grid-row:1;text-align:left;margin:0;max-width:none}
  .faq--split .sec-head .eyebrow{justify-content:flex-start}
  .faq--split .sec-head .lead{margin-inline:0}
  .faq--split .acc{grid-column:2;grid-row:1 / span 2;margin-top:0 !important;border-top:0}
  .faq--split .acc-item:first-child{border-top:1px solid var(--line)}
  .faq--split .acc-q{font-size:1.02rem;padding-block:1.15rem}
  /* the button lives in a bare centred <p>, so it needs placing and unsetting */
  .faq--split .shell > p{
    grid-column:1;grid-row:2;align-self:start;
    text-align:left !important;margin:1.6rem 0 0 !important;
  }
}

/* on a large display the shell itself can afford to be wider */
@media(min-width:1600px){
  :root{--shell:min(1440px,100% - (var(--gut) * 2))}
}

/* ---------- 47. BOUTIQUE SHOP GRID ---------- */
.shop-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(.7rem,2vw,1.35rem);margin-top:clamp(1.5rem,3vw,2.4rem);
}
@media(min-width:700px){.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:1024px){.shop-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}

.shop-card{
  display:flex;flex-direction:column;background:#fff;
  border-radius:var(--r-lg);overflow:hidden;
  box-shadow:var(--sh-1);border:1px solid var(--line-2);
  transition:transform .32s var(--e-out),box-shadow .32s var(--e-out);
}
.shop-card:hover{transform:translateY(-4px);box-shadow:var(--sh-2)}
.shop-card figure{margin:0;aspect-ratio:1;background:var(--paper-2);overflow:hidden}
/* product shots are square on white - contain, never crop the item */
.shop-card img{width:100%;height:100%;object-fit:contain;display:block;padding:7%}

.shop-body{display:flex;flex-direction:column;padding:clamp(.7rem,2vw,1rem);flex:1}
.shop-name{
  font-family:var(--display);font-weight:600;line-height:1.18;color:var(--navy);
  font-size:clamp(.88rem,2.5vw,1rem);margin:0;
}
.shop-desc{
  margin:.35rem 0 0;font-size:.775rem;line-height:1.45;color:var(--ink-55);flex:1;
}
.shop-foot{display:flex;align-items:baseline;gap:.4rem;margin-top:.75rem}
.shop-price{font-weight:800;color:var(--navy);font-size:1.02rem;letter-spacing:-.01em}
.shop-price small{font-size:.66em;font-weight:700;opacity:.62;margin-left:.1em}
.shop-price--ask{font-size:.8rem;font-weight:700;color:var(--ink-55);letter-spacing:0}
.shop-order{margin-top:.6rem;width:100%;justify-content:center;font-size:.8rem;padding:.6rem .8rem}
.shop-note{
  margin-top:clamp(1.1rem,2.4vw,1.6rem);text-align:center;
  font-size:.85rem;color:var(--ink-55);
}

/* ---------- 48. BOUTIQUE RAIL (landing page) ---------- */
.rail-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem}
.rail-head .sec-head{max-width:52ch}

.rail-nav{display:none;gap:.5rem;flex:none;padding-bottom:.25rem}
@media(min-width:900px){.rail-nav{display:flex}}
.rail-btn{
  width:44px;height:44px;border-radius:50%;flex:none;
  display:grid;place-items:center;cursor:pointer;
  background:#fff;color:var(--navy);
  border:1px solid var(--line-2);box-shadow:var(--sh-1);
  transition:transform .25s var(--e-out),background .25s var(--e-out),opacity .25s var(--e-out);
}
.rail-btn svg{width:19px;height:19px}
.rail-btn:hover{background:var(--gold);transform:translateY(-2px)}
.rail-btn[disabled]{opacity:.32;pointer-events:none}

/* the rail breaks the shell so cards can run to the screen edge, but the first
   card still lines up with the heading above it */
.rail-wrap{margin-top:clamp(1.3rem,2.8vw,2rem)}
.shop-rail{
  display:flex;gap:clamp(.7rem,1.6vw,1.1rem);
  overflow-x:auto;overscroll-behavior-x:contain;
  scroll-snap-type:x proximity;scroll-behavior:smooth;
  padding:.5rem max(1.25rem,calc((100% - var(--shell)) / 2)) 1.4rem;
  /* without this the snap target is the card edge, not the padded edge, so the
     rail scrolls itself to 80px on load and the prev arrow never disables */
  scroll-padding-inline:max(1.25rem,calc((100% - var(--shell)) / 2));
  -webkit-overflow-scrolling:touch;scrollbar-width:none;
}
.shop-rail::-webkit-scrollbar{display:none}
.shop-rail:focus-visible{outline:2px solid var(--gold-600);outline-offset:-4px;border-radius:var(--r-lg)}
.shop-rail .shop-card{
  flex:0 0 clamp(158px,44vw,236px);scroll-snap-align:start;
}
@media(prefers-reduced-motion:reduce){.shop-rail{scroll-behavior:auto}}

.rail-foot{margin-top:.4rem;display:flex;justify-content:center}

/* "Ask for price" is now a link to WhatsApp, not a label */
a.shop-price--ask{
  display:inline-flex;align-items:center;gap:.32rem;
  color:var(--navy);text-decoration:none;
  border-bottom:1px dashed rgba(0,67,104,.35);
  padding-bottom:1px;transition:color .25s var(--e-out),border-color .25s var(--e-out);
}
a.shop-price--ask::after{
  content:"";width:5px;height:5px;flex:none;
  border-top:1.6px solid currentColor;border-right:1.6px solid currentColor;
  transform:rotate(45deg);opacity:.7;
}
a.shop-price--ask:hover,a.shop-price--ask:focus-visible{
  color:var(--gold-600);border-bottom-color:var(--gold-600);
}
