/* Booking London — VIP Services. Tokens: black / dark gold / white */
:root{
  --ink:#0A0A0A; --ink-2:#121212; --ink-3:#1A1A1A;
  /* Brand accent is indirected through --brand* so a theme can swap it.
     Gold is the default; red is applied via [data-theme="red"] below. */
  --brand:#C9A227; --brand-lt:#E8C56A; --brand-dk:#8A6D12;
  --gold:var(--brand); --gold-lt:var(--brand-lt); --gold-dk:var(--brand-dk);
  --white:#FFFFFF; --mute:#B9B4A8; --line:rgba(201,162,39,.22);
  --serif:'Playfair Display',Georgia,serif; --sans:'Jost','Inter',system-ui,sans-serif;
  --wrap:1180px; --pad:clamp(20px,5vw,64px);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
html{background:var(--ink)}
body{margin:0;background:transparent;color:var(--white);font-family:var(--sans);
  font-weight:300;line-height:1.65;-webkit-font-smoothing:antialiased}
img,svg{max-width:100%;height:auto}
h1,h2,h3{font-family:var(--serif);font-weight:600;line-height:1.14;margin:0}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--wrap);margin:0 auto;padding-inline:var(--pad)}
.eyebrow{font-size:.72rem;letter-spacing:.34em;text-transform:uppercase;color:var(--gold);margin:0 0 1rem}
:focus-visible{outline:2px solid var(--gold-lt);outline-offset:3px}
.skip{position:absolute;left:-9999px}
.skip:focus{left:var(--pad);top:12px;z-index:200;background:var(--gold);color:var(--ink);padding:.7rem 1.1rem;border-radius:2px}

/* Header */
.hdr{position:fixed;inset:0 0 auto;z-index:100;padding:1.1rem 0;
  background:rgba(10,10,10,.72);backdrop-filter:blur(14px);
  border-bottom:1px solid transparent;transition:border-color .3s,background .3s}
.hdr.scrolled{background:rgba(10,10,10,.95);border-bottom-color:var(--line)}
.hdr .wrap{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.hdr .logo{height:44px;width:auto}
.nav{display:flex;gap:2.1rem;align-items:center}
.nav a{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--mute);
  position:relative;padding:.35rem 0;transition:color .25s}
.nav a::after{content:'';position:absolute;left:0;bottom:0;width:0;height:1px;
  background:var(--gold);transition:width .3s}
.nav a:hover,.nav a:focus-visible{color:var(--white)}
.nav a:hover::after,.nav a:focus-visible::after{width:100%}
.btn{display:inline-block;cursor:pointer;font-family:var(--sans);font-size:.76rem;
  letter-spacing:.18em;text-transform:uppercase;padding:.95rem 2rem;border-radius:1px;
  border:1px solid var(--gold);transition:background .3s,color .3s,transform .2s}
.btn-solid{background:var(--gold);color:var(--ink);font-weight:500}
.btn-solid:hover{background:var(--gold-lt);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:var(--gold)}
.btn-ghost:hover{background:var(--gold);color:var(--ink)}
.burger{display:none;background:none;border:0;color:var(--gold);font-size:1.5rem;padding:.3rem .5rem}

/* Hero */
.hero{position:relative;min-height:100svh;display:grid;align-items:center;overflow:hidden;
  padding:9rem 0 5rem;
  background:radial-gradient(1100px 620px at 78% 42%,rgba(201,162,39,.13),transparent 62%),var(--ink)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center}
.hero h1{font-size:clamp(2.7rem,6.4vw,5rem);letter-spacing:-.5px}
.hero h1 em{font-style:italic;color:var(--gold)}
.hero p.lede{font-size:clamp(1rem,1.6vw,1.16rem);color:var(--mute);max-width:56ch;margin:1.6rem 0 2.6rem}
.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}
.hero-art{justify-self:center;filter:drop-shadow(0 22px 60px rgba(201,162,39,.28))}
.hero-art svg{height:clamp(330px,52vh,500px);width:auto}
.rule{width:74px;height:2px;background:linear-gradient(90deg,var(--gold),transparent);margin:0 0 1.4rem}

/* Sections */
section{padding:clamp(4.5rem,9vw,7.5rem) 0;border-top:1px solid var(--line)}
.head{max-width:720px;margin-bottom:3.4rem}
.head h2{font-size:clamp(1.9rem,3.7vw,2.85rem)}
.head p{color:var(--mute);margin:1rem 0 0}
.grid{display:grid;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(275px,1fr))}
.card{background:linear-gradient(160deg,var(--ink-3),var(--ink-2));border:1px solid var(--line);
  padding:2.3rem 1.9rem;border-radius:2px;transition:transform .3s,border-color .3s,box-shadow .3s}
.card:hover{transform:translateY(-5px);border-color:rgba(201,162,39,.55);
  box-shadow:0 18px 44px rgba(0,0,0,.55)}
.card .ic{color:var(--gold);margin-bottom:1.15rem;display:block}
.card h3{font-size:1.22rem;margin-bottom:.6rem}
.card p{color:var(--mute);font-size:.93rem;margin:0}

/* Stats */
.stats{background:var(--ink-2)}
.stats .grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));text-align:center}
.stat .n{font-family:var(--serif);font-size:clamp(2.2rem,4.4vw,3.1rem);color:var(--gold);display:block;line-height:1}
.stat .l{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--mute);margin-top:.7rem;display:block}

/* Enquiry */
.enq{display:grid;grid-template-columns:.95fr 1.05fr;gap:3.4rem;align-items:start}
.form{background:var(--ink-2);border:1px solid var(--line);padding:clamp(1.7rem,3.4vw,2.6rem);border-radius:2px}
.field{margin-bottom:1.15rem}
.field label{display:block;font-size:.71rem;letter-spacing:.17em;text-transform:uppercase;
  color:var(--mute);margin-bottom:.5rem}
.field input,.field select,.field textarea{width:100%;background:var(--ink);color:var(--white);
  border:1px solid rgba(255,255,255,.14);padding:.88rem .95rem;border-radius:1px;
  font-family:var(--sans);font-size:.95rem;font-weight:300;transition:border-color .25s}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold);outline:none}
.field textarea{resize:vertical;min-height:112px}
.row{display:grid;grid-template-columns:1fr 1fr;gap:1.15rem}
.form .btn-solid{width:100%;border:0}
.note{font-size:.78rem;color:var(--mute);margin:1rem 0 0;text-align:center}
.contact-list{list-style:none;padding:0;margin:2rem 0 0}
.contact-list li{padding:1.05rem 0;border-bottom:1px solid var(--line)}
.contact-list .k{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.3rem}
.msg{padding:.9rem 1rem;border-radius:1px;margin-bottom:1.2rem;font-size:.9rem;display:none}
.msg.ok{display:block;background:rgba(201,162,39,.12);border:1px solid var(--gold);color:var(--gold-lt)}
.msg.err{display:block;background:rgba(200,60,60,.1);border:1px solid #C83C3C;color:#ED8A8A}
.hp{position:absolute;left:-9999px}

/* Footer */
footer{background:var(--ink-2);border-top:1px solid var(--line);padding:3.4rem 0 2.2rem}
.f-top{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;align-items:center}
.f-bot{margin-top:2.4rem;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,.07);
  display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.8rem;color:var(--mute)}

/* Reveal */
.rv{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.rv.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .rv{opacity:1;transform:none;transition:none}
  *{animation-duration:.01ms!important;transition-duration:.01ms!important}
}

@media(max-width:900px){
  .hero-grid,.enq{grid-template-columns:1fr}
  .hero-art{display:none}
  /* Anchor to the right edge only. `inset:0 0 0 auto` pins BOTH left and right,
     so the panel spanned the full viewport and its background blacked out the page. */
  .nav{position:fixed;top:0;right:0;bottom:0;left:auto;
    width:min(84vw,360px);max-width:360px;background:var(--ink-2);
    flex-direction:column;justify-content:center;gap:2rem;transform:translateX(100%);
    transition:transform .34s ease;border-left:1px solid var(--line)}
  .nav.open{transform:none}
  .nav a{font-size:.95rem}
  .burger{display:block;z-index:120}
}
@media(max-width:560px){.row{grid-template-columns:1fr}.hero-cta .btn{width:100%;text-align:center}}

/* ============ MASKED VIDEO HERO ============ */
.vhero{position:relative;min-height:100svh;display:grid;place-items:center;
  padding:8rem 0 4.5rem;background:var(--ink);overflow:hidden;text-align:center}
.vhero__inner{position:relative;z-index:3;width:100%}
/* Stacked wordmark — video shows through the glyphs */
.mask{display:block;width:100%;max-width:940px;margin:0 auto;height:auto}
.mask text{font-family:var(--serif);font-weight:700;text-anchor:middle;
  letter-spacing:2px;text-transform:uppercase}
.mask .fill{fill:url(#vidfill)}
.mask .lockup{fill:none;stroke:var(--gold);stroke-width:.6;opacity:.34}
/* Fallback: animated gold sheen if video absent/blocked */
.mask .sheen{fill:url(#goldsheen)}
.vhero__sub{margin:2.2rem auto 0;max-width:60ch;color:var(--mute);
  font-size:clamp(1rem,1.6vw,1.14rem)}
.vhero__cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2.6rem}
.vhero__scrim{position:absolute;inset:0;z-index:2;pointer-events:none;
  background:radial-gradient(72% 60% at 50% 44%,transparent,rgba(10,10,10,.55) 78%,var(--ink))}
.vhero__glow{position:absolute;left:50%;top:44%;translate:-50% -50%;z-index:1;
  width:min(92vw,1000px);aspect-ratio:2/1;pointer-events:none;
  background:radial-gradient(closest-side,rgba(201,162,39,.16),transparent 70%);filter:blur(28px)}
.scrollcue{position:absolute;left:50%;bottom:2rem;translate:-50% 0;z-index:3;
  color:var(--gold);font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;opacity:.75}
.scrollcue::after{content:'';display:block;width:1px;height:34px;margin:.7rem auto 0;
  background:linear-gradient(var(--gold),transparent);animation:cue 2.1s ease-in-out infinite}
@keyframes cue{0%,100%{opacity:.25;transform:scaleY(.55)}50%{opacity:1;transform:scaleY(1)}}
@media (prefers-reduced-motion:reduce){.scrollcue::after{animation:none;opacity:.6}}
@media(max-width:640px){.vhero__cta .btn{width:100%;max-width:320px}}

/* ============ DEPTH, GLEAM & NAV REFINEMENT ============ */

/* --- Nav: breathing room around items --- */
.nav a{padding:.62rem 1.05rem;border-radius:2px;transition:color .25s,background .25s}
.nav a::after{left:1.05rem;width:0}
.nav a:hover,.nav a:focus-visible{background:rgba(201,162,39,.07)}
.nav a:hover::after,.nav a:focus-visible::after{width:calc(100% - 2.1rem)}
.nav a.btn,.nav a.btn-ghost{padding:.85rem 1.9rem}
.nav a.btn::after{display:none}
.hdr .wrap{gap:2rem}

/* --- Ambient depth: subtle vignette + grain over the whole page --- */
/* Page vignette. Sits BEHIND content (z-index:-1) — at z-index:0 it was a fixed
   full-viewport darkening layer over the hero CTAs, which no in-hero z-index
   could escape because it lives outside the hero's stacking context. */
body::before{content:'';position:fixed;inset:0;z-index:-1;pointer-events:none;
  background:radial-gradient(120% 90% at 50% 0%,transparent 48%,rgba(0,0,0,.42) 100%)}
body::after{content:'';position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.028;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E")}
/* .hdr excluded — it must stay position:fixed (this rule previously broke it) */
main,footer{position:relative;z-index:1}
.hdr{z-index:100}

/* --- Section depth: each band lifted off the one before --- */
section{position:relative;isolation:isolate}
section::before{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.014),transparent 38%)}
section > .wrap{position:relative;z-index:1}

/* --- Travelling gleam across section tops --- */
.gleam{position:absolute;top:-1px;left:0;right:0;height:1px;overflow:hidden;z-index:2;pointer-events:none}
.gleam::after{content:'';position:absolute;top:0;left:-45%;width:45%;height:100%;
  background:linear-gradient(90deg,transparent,var(--gold-lt),transparent);
  animation:sweep 7s cubic-bezier(.4,0,.2,1) infinite}
.gleam.d2::after{animation-delay:2.3s}
.gleam.d3::after{animation-delay:4.6s}
@keyframes sweep{0%{left:-45%}55%,100%{left:100%}}

/* --- Cards: real depth, and a sheen that crosses on hover --- */
.card{position:relative;overflow:hidden;
  box-shadow:0 1px 0 rgba(255,255,255,.05) inset,0 10px 30px rgba(0,0,0,.4)}
.card::before{content:'';position:absolute;top:0;left:-70%;width:55%;height:100%;
  background:linear-gradient(105deg,transparent,rgba(232,197,106,.13),transparent);
  transition:left .85s cubic-bezier(.4,0,.2,1);pointer-events:none}
.card:hover::before,.card:focus-within::before{left:130%}
.card:hover{box-shadow:0 1px 0 rgba(232,197,106,.16) inset,0 22px 52px rgba(0,0,0,.62)}
.card .ic{position:relative;z-index:1}

/* --- Hero: slow ambient gold drift behind the wordmark --- */
.vhero__glow{animation:drift 13s ease-in-out infinite alternate}
@keyframes drift{
  0%{transform:translate(-4%,-2%) scale(1);opacity:.85}
  100%{transform:translate(4%,2%) scale(1.1);opacity:1}
}
/* Sheen sweeping through the masked letterforms */
.mask .sheen{animation:shine 8s ease-in-out infinite}
@keyframes shine{0%,100%{opacity:.86}50%{opacity:1}}

/* --- Buttons: gleam on hover --- */
.btn{position:relative;overflow:hidden}
.btn::after{content:'';position:absolute;top:0;left:-80%;width:45%;height:100%;
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.28),transparent);
  transition:left .7s cubic-bezier(.4,0,.2,1)}
.btn:hover::after{left:130%}

/* --- Form fields: inset depth --- */
.field input,.field select,.field textarea{
  box-shadow:0 1px 3px rgba(0,0,0,.45) inset;background:#0D0D0D}
.form{box-shadow:0 1px 0 rgba(255,255,255,.05) inset,0 26px 64px rgba(0,0,0,.5)}
.stats{box-shadow:0 1px 0 rgba(255,255,255,.04) inset}

/* --- Parallax depth on reveal --- */
.rv{will-change:opacity,transform}

@media (prefers-reduced-motion:reduce){
  .gleam::after,.vhero__glow,.mask .sheen{animation:none}
  .card::before,.btn::after{transition:none;display:none}
}

/* ============ FLOATING CARDS + AMBIENT BACKGROUND GLEAMS ============ */

/* Cards float higher, with a softer settle */
.card{transition:transform .55s cubic-bezier(.22,1,.36,1),
                border-color .35s ease,
                box-shadow .55s cubic-bezier(.22,1,.36,1)}
.card:hover,.card:focus-within{transform:translateY(-12px) scale(1.014)}
.card:hover{box-shadow:0 1px 0 rgba(232,197,106,.18) inset,
                       0 34px 68px rgba(0,0,0,.66),
                       0 0 0 1px rgba(201,162,39,.16)}
.stat{transition:transform .55s cubic-bezier(.22,1,.36,1)}
.stat:hover{transform:translateY(-6px)}

/* Ambient gleams drifting across whole background bands */
.amb{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}
.amb::before,.amb::after{content:'';position:absolute;top:-60%;width:38%;height:220%;
  background:linear-gradient(100deg,transparent,rgba(232,197,106,.055) 42%,
             rgba(232,197,106,.085) 50%,rgba(232,197,106,.055) 58%,transparent);
  filter:blur(22px);transform:rotate(11deg)}
.amb::before{left:-45%;animation:ambdrift 19s ease-in-out infinite}
.amb::after{left:-45%;animation:ambdrift 19s ease-in-out infinite;animation-delay:9.5s;opacity:.75}
@keyframes ambdrift{
  0%{left:-45%;opacity:0}
  12%{opacity:1}
  78%{opacity:1}
  100%{left:118%;opacity:0}
}
/* stagger per section so they never sweep in unison */
#services .amb::before{animation-duration:22s}
#about   .amb::before{animation-duration:17s;animation-delay:5s}
#about   .amb::after {animation-delay:13s}
#enquire .amb::before{animation-duration:25s;animation-delay:2.5s}
#enquire .amb::after {animation-delay:15s}
section > .wrap,.stats > .wrap{position:relative;z-index:1}

@media (prefers-reduced-motion:reduce){
  .amb::before,.amb::after{animation:none;opacity:0}
  .card:hover,.card:focus-within,.stat:hover{transform:none}
}

/* ============ HERO LAYOUT FIX: scroll cue can never overlap CTAs ============ */
/* Was absolutely positioned at bottom:2rem — on shorter/laptop viewports (e.g. 16")
   it landed on top of the buttons. Now it is a flow item with real spacing. */
.vhero{display:flex;flex-direction:column;justify-content:center;align-items:center;
  gap:clamp(1.5rem,4vh,3rem);padding-block:clamp(7rem,12vh,9rem) clamp(2rem,5vh,3.5rem)}
.vhero__inner{flex:0 1 auto}
.scrollcue{position:static;translate:none;margin-top:auto;padding-top:clamp(1rem,3vh,2rem);
  display:flex;flex-direction:column;align-items:center;flex:0 0 auto}
.scrollcue::after{margin-top:.6rem}
/* Below ~820px tall the cue is noise — reclaim the space for content */
@media (max-height:820px){
  .scrollcue{display:none}
  .vhero{gap:clamp(1.2rem,3vh,2rem)}
}


/* (masked-wordmark styles removed — hero now uses a solid gold title over video) */

/* ============ HERO v2: gold wordmark over darkened video ============ */
.vhero__bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.vhero__video{width:100%;height:100%;object-fit:cover;object-position:center;
  opacity:0;transition:opacity 1.4s ease;filter:grayscale(.18) contrast(1.05) brightness(1.06)}
.vhero__video.ready{opacity:1}
/* Heavy black veil — video reads as texture, never competes with the type */
.vhero__veil{position:absolute;inset:0;
  background:
    radial-gradient(76% 60% at 50% 46%,rgba(10,10,10,.50),rgba(10,10,10,.80) 66%,var(--ink) 100%),
    linear-gradient(180deg,rgba(10,10,10,.86),rgba(10,10,10,.60) 40%,rgba(10,10,10,.94));
  backdrop-filter:saturate(.85)}

/* Stacked gold wordmark */
.vhero__title{position:relative;z-index:3;margin:0;
  font-family:var(--serif);font-weight:700;line-height:.92;
  font-size:clamp(3.2rem,12.2vw,9.2rem);letter-spacing:.01em;text-transform:uppercase;
  display:flex;flex-direction:column;align-items:center;text-wrap:balance}
.vhero__title span{display:block;
  background:linear-gradient(112deg,#F0D488 0%,#C9A227 34%,#8A6D12 58%,#E8C56A 82%,#C9A227 100%);
  background-size:230% 100%;
  -webkit-background-clip:text;background-clip:text;color:transparent;
  animation:goldpan 11s ease-in-out infinite;
  filter:drop-shadow(0 6px 26px rgba(0,0,0,.75))}
.vhero__title span:last-child{animation-delay:-5.5s}
@keyframes goldpan{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
@media (prefers-reduced-motion:reduce){.vhero__title span{animation:none}}

/* the old glow sits behind the type, softened now the video carries the texture */
.vhero__glow{z-index:1;opacity:.55}
.vhero__scrim{z-index:2}

/* ============ EXPANDED SERVICE DETAIL ============ */
.detail{padding-bottom:clamp(2rem,5vw,3.5rem)}
.detail .head{margin-bottom:clamp(2.5rem,5vw,4rem)}

.band{padding:clamp(2.2rem,5vw,3.6rem) 0;border:0}
.band__grid{display:grid;grid-template-columns:1.02fr .98fr;
  gap:clamp(1.8rem,4.5vw,4rem);align-items:center}
.band--flip .band__media{order:2}

/* Media */
.band__media{position:relative;margin:0;border-radius:2px;overflow:hidden;
  border:1px solid var(--line);
  box-shadow:0 1px 0 rgba(255,255,255,.05) inset,0 26px 60px rgba(0,0,0,.55)}
.band__media img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;
  filter:grayscale(.42) contrast(1.06) brightness(.86);
  transform:scale(1.02);
  transition:filter .7s ease,transform .9s cubic-bezier(.22,1,.36,1)}
.band__media:hover img{filter:grayscale(0) contrast(1.04) brightness(.97);transform:scale(1.055)}
/* gold wash keeps the photography on-brand */
.band__media::after{content:'';position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(150deg,rgba(201,162,39,.16),transparent 46%,rgba(10,10,10,.55));
  mix-blend-mode:multiply;transition:opacity .7s ease}
.band__media:hover::after{opacity:.45}
.band__media figcaption{position:absolute;left:0;right:0;bottom:0;z-index:2;
  padding:1.5rem 1.4rem .95rem;
  background:linear-gradient(transparent,rgba(10,10,10,.9));
  font-size:.71rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-lt)}

/* Body */
.band__num{font-family:var(--serif);font-size:.9rem;letter-spacing:.24em;
  color:var(--gold);margin:0 0 1rem;opacity:.72}
.band__body h3{font-size:clamp(1.6rem,3.1vw,2.35rem);margin-bottom:1rem}
.band__lede{color:var(--mute);margin:0 0 1.6rem;max-width:52ch}
.band__list{list-style:none;padding:0;margin:0 0 1.9rem;display:grid;gap:.72rem}
.band__list li{position:relative;padding-left:1.6rem;color:var(--white);
  font-size:.92rem;font-weight:300;opacity:.9}
.band__list li::before{content:'';position:absolute;left:0;top:.62em;
  width:7px;height:7px;border:1px solid var(--gold);transform:rotate(45deg)}
.band__cta{display:inline-flex;align-items:center;gap:.55rem;
  font-size:.74rem;letter-spacing:.19em;text-transform:uppercase;color:var(--gold);
  padding-bottom:.35rem;border-bottom:1px solid rgba(201,162,39,.32);
  transition:color .25s,border-color .25s,gap .25s}
.band__cta:hover,.band__cta:focus-visible{color:var(--gold-lt);
  border-color:var(--gold-lt);gap:.95rem}

@media(max-width:900px){
  .band__grid{grid-template-columns:1fr;gap:1.6rem}
  .band--flip .band__media{order:0}
  .band{padding:clamp(1.8rem,5vw,2.6rem) 0}
}
@media (prefers-reduced-motion:reduce){
  .band__media img{transition:none}
  .band__media:hover img{transform:scale(1.02)}
}

/* ============ LEGAL PAGES ============ */
.legal{padding:clamp(7.5rem,14vh,10rem) 0 clamp(3.5rem,7vw,5.5rem)}
.legal__wrap{max-width:760px}
.legal h1{font-size:clamp(2.1rem,4.6vw,3.2rem);margin-bottom:.6rem}
.legal__meta{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--mute);margin:0 0 2rem}
.legal__tabs{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:2.6rem;
  padding-bottom:1.6rem;border-bottom:1px solid var(--line)}
.legal__tabs a{font-size:.74rem;letter-spacing:.17em;text-transform:uppercase;
  color:var(--mute);padding:.7rem 1.25rem;border:1px solid var(--line);border-radius:2px;
  transition:color .25s,border-color .25s,background .25s}
.legal__tabs a:hover{color:var(--white);border-color:rgba(201,162,39,.5)}
.legal__tabs a.on{color:var(--ink);background:var(--gold);border-color:var(--gold);font-weight:500}
.legal__lede{font-size:1.06rem;color:var(--mute);margin:0 0 2.4rem;
  padding-left:1.2rem;border-left:2px solid var(--gold)}
.legal h2{font-family:var(--serif);font-size:1.32rem;color:var(--white);
  margin:2.6rem 0 .85rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.07)}
.legal h2:first-of-type{border-top:0;padding-top:0}
.legal p{color:var(--mute);margin:0 0 1rem;max-width:68ch}
.legal p strong{color:var(--white);font-weight:500}
.legal a:not(.btn):not(.band__cta):not(.legal__tabs a){color:var(--gold);border-bottom:1px solid rgba(201,162,39,.35);
  transition:color .2s,border-color .2s}
.legal a:not(.btn):not(.band__cta):not(.legal__tabs a):hover{color:var(--gold-lt);border-color:var(--gold-lt)}
.legal ul{margin:0 0 1.4rem;padding-left:0;list-style:none;display:grid;gap:.6rem}
.legal ul li{position:relative;padding-left:1.5rem;color:var(--mute);max-width:66ch}
.legal ul li::before{content:'';position:absolute;left:0;top:.6em;width:6px;height:6px;
  border:1px solid var(--gold);transform:rotate(45deg)}
.legal__table{overflow-x:auto;margin:0 0 1.4rem;border:1px solid var(--line);border-radius:2px}
.legal__table table{width:100%;border-collapse:collapse;font-size:.88rem;min-width:520px}
.legal__table th{text-align:left;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;
  color:var(--gold);padding:.95rem 1rem;background:var(--ink-3);font-weight:500}
.legal__table td{padding:1rem;color:var(--mute);border-top:1px solid rgba(255,255,255,.07);
  vertical-align:top}
.legal__table code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size:.86em;color:var(--gold-lt)}
.legal__back{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--line)}
.legal-page footer{margin-top:0}
.f-legal{display:flex;gap:1.4rem;flex-wrap:wrap}
.f-legal a{color:var(--mute);font-size:.8rem;transition:color .25s}
.f-legal a:hover{color:var(--gold)}

/* ============ COOKIE NOTICE ============ */
.cnote{position:fixed;left:0;right:0;bottom:0;z-index:400;
  background:rgba(12,12,12,.96);backdrop-filter:blur(14px);
  border-top:1px solid var(--line);
  transform:translateY(100%);transition:transform .55s cubic-bezier(.22,1,.36,1)}
.cnote.up{transform:none}
.cnote__in{max-width:var(--wrap);margin:0 auto;padding:1.1rem var(--pad);
  display:flex;align-items:center;justify-content:space-between;gap:1.6rem}
.cnote__txt{margin:0;font-size:.85rem;color:var(--mute);max-width:74ch;line-height:1.6}
.cnote__txt strong{color:var(--white);font-weight:500}
.cnote__txt a{color:var(--gold);border-bottom:1px solid rgba(201,162,39,.4);
  transition:color .2s,border-color .2s}
.cnote__txt a:hover{color:var(--gold-lt);border-color:var(--gold-lt)}
.cnote__btn{flex:0 0 auto;cursor:pointer;font-family:var(--sans);
  font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;
  padding:.8rem 1.7rem;border-radius:1px;border:1px solid var(--gold);
  background:var(--gold);color:var(--ink);
  transition:background .3s,transform .2s}
.cnote__btn:hover{background:var(--gold-lt);transform:translateY(-2px)}
@media(max-width:720px){
  .cnote__in{flex-direction:column;align-items:flex-start;gap:1rem;padding-block:1.2rem}
  .cnote__btn{width:100%}
}
@media (prefers-reduced-motion:reduce){.cnote{transition:none}}

/* ============ MOBILE + iOS HARDENING ============ */

/* 1. Kill any horizontal overflow at the root. Decorative layers that sit
      outside the viewport (gleams, ambient bands) can otherwise widen the page. */
html{overflow-x:hidden;-webkit-text-size-adjust:100%}
/* overflow-x on <body> makes it a scroll container, which stops Lenis/window
   scrolling from moving the page. Clip on <html> instead. */
html{overflow-x:clip}
body{max-width:100vw}

/* 2. iOS Safari: -webkit- prefixes are still required for backdrop-filter. */
.hdr{-webkit-backdrop-filter:blur(14px)}
.vhero__veil{-webkit-backdrop-filter:saturate(.85)}
.cnote{-webkit-backdrop-filter:blur(14px)}

/* 3. Respect the notch / home indicator on iPhone. */
.hdr .wrap{padding-left:max(var(--pad),env(safe-area-inset-left));
           padding-right:max(var(--pad),env(safe-area-inset-right))}
.cnote__in{padding-left:max(var(--pad),env(safe-area-inset-left));
           padding-right:max(var(--pad),env(safe-area-inset-right));
           padding-bottom:max(1.1rem,env(safe-area-inset-bottom))}

/* 4. Hero height: svh is right, but older iOS needs a vh fallback first. */
.vhero,.hero{min-height:100vh;min-height:100svh}

/* 5. Mobile drawer: scrollable, clears the header, and never taller than the screen. */
@media(max-width:900px){
  .nav{padding:6rem 1.6rem 2.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch;
       height:100dvh;justify-content:flex-start;gap:.4rem;align-items:stretch}
  .nav a{padding:1rem 1.1rem;font-size:1rem;text-align:left}
  .nav a.btn,.nav a.btn-ghost{margin-top:1rem;text-align:center}
  /* Stop the page scrolling behind the open drawer */
  body.navopen{touch-action:none}
  html.navlock{overflow:hidden}
}

/* 6. Footer nav: real class instead of inline patches (was inheriting the drawer). */
.fnav{display:flex;flex-direction:row;gap:1.6rem;align-items:center;flex-wrap:wrap;
  position:static;transform:none;width:auto;background:none;border:0;padding:0;height:auto}
.fnav a{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--mute);
  padding:.4rem 0;transition:color .25s}
.fnav a:hover,.fnav a:focus-visible{color:var(--gold)}

/* 7. Touch targets and tap highlight. */
a,button{-webkit-tap-highlight-color:rgba(201,162,39,.18)}
.burger{min-width:44px;min-height:44px;display:none;place-items:center}
@media(max-width:900px){.burger{display:grid}}

/* 8. iOS zooms any input whose font-size is under 16px on focus. */
@media(max-width:900px){
  .field input,.field select,.field textarea{font-size:16px}
}

/* 9. Long unbroken strings (emails, addresses) must not push the layout wide. */
.contact-list li,.legal p,.legal li,.band__lede,.cnote__txt{overflow-wrap:break-word}
.contact-list a{overflow-wrap:anywhere}

/* 10. Ambient/gleam layers must never create scrollable overflow. */
.amb,.gleam{max-width:100%}
section{overflow:hidden}

/* 11. Footer stacks cleanly on small screens. */
@media(max-width:640px){
  .f-top{flex-direction:column;align-items:flex-start;gap:1.4rem}
  .f-bot{flex-direction:column;align-items:flex-start;gap:.7rem}
  .f-legal{gap:1.1rem}
}

/* 12. Hero type must not overflow narrow screens. */
@media(max-width:480px){
  .vhero__title{font-size:clamp(2.6rem,15vw,4.2rem);line-height:.95}
  .vhero__sub{font-size:.98rem}
}

/* ============ HERO: lighter veil on small screens ============ */
/* The desktop veil is tuned for a wide crop; on a narrow viewport the same
   opacities read as near-black, so ease them back and lift the footage. */
@media(max-width:900px){
  .vhero__veil{
    background:
      radial-gradient(90% 58% at 50% 44%,rgba(10,10,10,.30),rgba(10,10,10,.62) 68%,rgba(10,10,10,.88) 100%),
      linear-gradient(180deg,rgba(10,10,10,.72),rgba(10,10,10,.38) 42%,rgba(10,10,10,.88))}
  .vhero__video{filter:grayscale(.08) contrast(1.04) brightness(1.16)}
  .vhero__glow{opacity:.4}
}
@media(max-width:560px){
  .vhero__veil{
    background:
      radial-gradient(100% 56% at 50% 42%,rgba(10,10,10,.22),rgba(10,10,10,.55) 70%,rgba(10,10,10,.86) 100%),
      linear-gradient(180deg,rgba(10,10,10,.66),rgba(10,10,10,.30) 44%,rgba(10,10,10,.86))}
  .vhero__video{filter:grayscale(0) contrast(1.03) brightness(1.22)}
}

/* ============ BRAND SCROLLBAR ============ */
/* Firefox */
html{scrollbar-color:var(--gold) var(--ink-2);scrollbar-width:thin}
/* WebKit / Blink — desktop and mobile */
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-track{background:var(--ink-2)}
::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,var(--gold-lt),var(--gold) 45%,var(--gold-dk));
  border-radius:10px;border:2px solid var(--ink-2)}
::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg,#F2DA96,var(--gold-lt) 45%,var(--gold))}
::-webkit-scrollbar-corner{background:var(--ink-2)}
/* Scrollable panels inside the page inherit the same treatment */
.nav::-webkit-scrollbar,.legal__table::-webkit-scrollbar{width:6px;height:6px}
.nav::-webkit-scrollbar-thumb,.legal__table::-webkit-scrollbar-thumb{
  background:var(--gold);border:0;border-radius:6px}

/* ============ HAMBURGER: thin, elegant, morphs to a matching X ============ */
.burger{position:relative;z-index:130;background:none;border:0;padding:0;
  width:48px;height:48px;display:none;place-items:center;cursor:pointer;
  color:var(--gold);-webkit-tap-highlight-color:transparent}
.burger__box{position:relative;display:block;width:30px;height:18px}
.burger__line{position:absolute;left:0;width:100%;height:1px;background:currentColor;
  border-radius:1px;
  transition:transform .5s cubic-bezier(.22,1,.36,1),
             opacity .28s ease,
             width .5s cubic-bezier(.22,1,.36,1),
             background .3s ease}
.burger__line:nth-child(1){top:0}
.burger__line:nth-child(2){top:50%;transform:translateY(-50%);width:70%}
.burger__line:nth-child(3){bottom:0}
.burger:hover .burger__line{background:var(--gold-lt)}
.burger:hover .burger__line:nth-child(2){width:100%}
/* Open state: the two outer rules cross, the middle fades out.
   Both strokes stay 1px so the X matches the weight of the bars. */
.burger.is-open .burger__line:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}
.burger.is-open .burger__line:nth-child(2){opacity:0;width:0}
.burger.is-open .burger__line:nth-child(3){bottom:auto;top:50%;transform:translateY(-50%) rotate(-45deg)}
.burger.is-open .burger__line{width:100%}
@media(max-width:900px){.burger{display:grid}}
@media (prefers-reduced-motion:reduce){.burger__line{transition:none}}

/* ============ DRAWER: smoother, staggered entrance ============ */
@media(max-width:900px){
  .nav{width:min(84vw,360px);
    background:linear-gradient(200deg,#141414,#0C0C0C 62%);
    border-left:1px solid var(--line);
    box-shadow:-30px 0 70px rgba(0,0,0,.6);
    transition:transform .62s cubic-bezier(.22,1,.36,1),
               visibility 0s linear .62s;
    visibility:hidden;
    padding:7rem 1.8rem 2.5rem}
  .nav.open{transform:none;visibility:visible;transition:transform .62s cubic-bezier(.22,1,.36,1),visibility 0s}
  /* links ease in behind the panel */
  .nav a{opacity:0;transform:translateX(18px);
    transition:opacity .45s ease,transform .55s cubic-bezier(.22,1,.36,1),
               color .25s,background .25s;
    border-bottom:1px solid rgba(255,255,255,.05)}
  .nav.open a{opacity:1;transform:none}
  .nav.open a:nth-child(1){transition-delay:.14s}
  .nav.open a:nth-child(2){transition-delay:.20s}
  .nav.open a:nth-child(3){transition-delay:.26s}
  .nav.open a:nth-child(4){transition-delay:.32s}
  .nav a.btn,.nav a.btn-ghost{border-bottom:1px solid var(--gold)}
}

/* Drawer scrim — declared OUTSIDE any media query. Previously it lived inside
   max-width:900px, so on desktop it was an unstyled block element that filled
   the page the moment JS cleared its [hidden]. */
.navscrim{position:fixed;inset:0;z-index:110;background:rgba(6,6,6,.62);
  -webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .5s ease,visibility 0s linear .5s}
.navscrim.on{opacity:1;visibility:visible;pointer-events:auto;
  transition:opacity .5s ease,visibility 0s}
@media(min-width:901px){.navscrim{display:none}}
@media (prefers-reduced-motion:reduce){
  .nav,.nav a,.navscrim{transition:none!important}
}

/* ============ HERO STACKING FIX + LIGHTER MOBILE VIDEO ============ */
/* .vhero__scrim was inset:0 at z-index:2, so it sat over the CTAs and dimmed
   them. All foreground content now lives above every decorative layer. */
.vhero__inner{position:relative;z-index:5}
.vhero__title,.vhero__sub,.vhero__cta{position:relative;z-index:5}
.vhero__cta .btn{position:relative;z-index:6}
.scrollcue{position:relative;z-index:5}
.vhero__scrim{z-index:2}
.vhero__glow{z-index:1}
.vhero__bg{z-index:0}

/* Keep the scrim off the lower third, where the copy and buttons sit */
.vhero__scrim{background:radial-gradient(72% 52% at 50% 38%,transparent,rgba(10,10,10,.42) 76%,rgba(10,10,10,.72))}

@media(max-width:900px){
  /* Let considerably more of the footage through on phones */
  .vhero__veil{
    background:
      radial-gradient(96% 54% at 50% 40%,rgba(10,10,10,.16),rgba(10,10,10,.46) 70%,rgba(10,10,10,.80) 100%),
      linear-gradient(180deg,rgba(10,10,10,.60),rgba(10,10,10,.22) 44%,rgba(10,10,10,.82))}
  .vhero__video{filter:grayscale(0) contrast(1.02) brightness(1.3)}
  .vhero__scrim{background:radial-gradient(88% 46% at 50% 36%,transparent,rgba(10,10,10,.30) 78%,rgba(10,10,10,.62))}
  .vhero__glow{opacity:.3}
  /* readability without a heavy sheet of black over the buttons */
  .vhero__sub{text-shadow:0 2px 14px rgba(0,0,0,.9),0 1px 3px rgba(0,0,0,.8)}
  .vhero__title span{filter:drop-shadow(0 4px 20px rgba(0,0,0,.85))}
  .vhero__cta .btn{box-shadow:0 8px 26px rgba(0,0,0,.55)}
  .btn-ghost{background:rgba(10,10,10,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}
}
@media(max-width:560px){
  .vhero__veil{
    background:
      radial-gradient(105% 52% at 50% 38%,rgba(10,10,10,.10),rgba(10,10,10,.38) 72%,rgba(10,10,10,.78) 100%),
      linear-gradient(180deg,rgba(10,10,10,.54),rgba(10,10,10,.16) 46%,rgba(10,10,10,.80))}
  .vhero__video{filter:grayscale(0) contrast(1.02) brightness(1.38)}
}

/* ================================================================
   AUTHORITATIVE OVERRIDES — last block in the sheet.
   Earlier rules for the drawer and hero layering were scattered and
   kept re-colliding; these are the single source of truth.
   ================================================================ */

/* ---- 1. HERO: content above every decorative layer ---- */
.vhero{isolation:auto}
.vhero > .vhero__bg{z-index:0}
.vhero > .vhero__glow{z-index:1}
.vhero > .vhero__scrim{z-index:2}
.vhero > .vhero__inner,
section.vhero > .wrap.vhero__inner{position:relative;z-index:10}
.vhero__title,.vhero__sub,.vhero__cta,.vhero .scrollcue{position:relative;z-index:10}
.vhero__cta .btn{position:relative;z-index:11}
/* the scrim must never reach the lower band where the CTAs sit */
.vhero > .vhero__scrim{
  background:radial-gradient(70% 44% at 50% 30%,transparent,rgba(10,10,10,.34) 80%,rgba(10,10,10,.55));
  height:72%;bottom:auto;top:0}
/* hero is a <section>; neutralise the generic section overlay there */
section.vhero::before{display:none}

/* ---- 2. DRAWER: right-anchored panel, never full-bleed ---- */
@media(max-width:900px){
  #nav.nav{
    position:fixed!important;
    top:0!important;bottom:0!important;
    right:0!important;left:auto!important;
    width:min(84vw,360px)!important;max-width:360px!important;
    height:100dvh;
    transform:translateX(101%);
    will-change:transform}
  #nav.nav.open{transform:translateX(0)}
}
/* Desktop: plain inline list, no drawer behaviour whatsoever */
@media(min-width:901px){
  #nav.nav{position:static;transform:none;width:auto;max-width:none;height:auto;
    visibility:visible;opacity:1;background:none;border:0;box-shadow:none;
    padding:0;overflow:visible;flex-direction:row;align-items:center;gap:2.1rem}
  #nav.nav a{opacity:1;transform:none}
  #nav.nav a:not(.btn):not(.btn-ghost){border-bottom:0}
  #navscrim{display:none!important}
}
/* explicit per-selector so nothing earlier wins on grouping */
.vhero__title{position:relative;z-index:10}
.vhero__sub{position:relative;z-index:10}
.vhero__cta{position:relative;z-index:11}
.vhero .scrollcue{position:relative;z-index:10}

/* ---- Drawer stacking: panel above its own scrim ----
   The drawer had no z-index, so .navscrim (110) painted its blur over the
   panel. Order is now: header 100 < scrim 110 < drawer 120 < burger 130. */
@media(max-width:900px){
  #nav.nav{z-index:120!important}
}
.navscrim{z-index:110}
.burger{z-index:130}

/* ---- Scroll cue: keep it in flex flow, centred ----
   A later z-index rule reset it to position:relative, which reactivated the
   original left:50% and threw it against the right edge of the viewport. */
.vhero .scrollcue{
  position:static;
  left:auto;right:auto;bottom:auto;translate:none;
  margin-inline:auto;align-self:center;
  display:flex;flex-direction:column;align-items:center;
  z-index:auto}

/* ---- Desktop hero: let the footage read ----
   Veil/scrim were tuned down for mobile only; desktop stayed near-black. */
@media(min-width:901px){
  .vhero__video{filter:grayscale(.06) contrast(1.04) brightness(1.22)}
  .vhero__veil{
    background:
      radial-gradient(86% 60% at 50% 44%,rgba(10,10,10,.20),rgba(10,10,10,.52) 68%,rgba(10,10,10,.82) 100%),
      linear-gradient(180deg,rgba(10,10,10,.62),rgba(10,10,10,.26) 42%,rgba(10,10,10,.84))}
  .vhero > .vhero__scrim{
    background:radial-gradient(64% 40% at 50% 28%,transparent,rgba(10,10,10,.24) 82%,rgba(10,10,10,.42))}
  .vhero__glow{opacity:.34}
  /* readability comes from targeted shadows, not a blanket of black */
  .vhero__sub{text-shadow:0 2px 16px rgba(0,0,0,.92),0 1px 4px rgba(0,0,0,.8)}
  .vhero__title span{filter:drop-shadow(0 6px 26px rgba(0,0,0,.8))}
}

/* ---- Scrim: full height, fade to nothing (no hard cut) ----
   height:72% ended the layer mid-hero, leaving a visible horizontal band where
   the darkening stopped. It now spans the hero and fades out with the gradient,
   staying light across the band where the copy and CTAs sit. */
.vhero > .vhero__scrim{
  inset:0;height:auto;top:0;bottom:0;
  background:linear-gradient(180deg,
    rgba(10,10,10,.46) 0%,
    rgba(10,10,10,.30) 26%,
    rgba(10,10,10,.12) 52%,
    rgba(10,10,10,.06) 72%,
    rgba(10,10,10,.34) 100%)}
@media(min-width:901px){
  .vhero > .vhero__scrim{
    background:linear-gradient(180deg,
      rgba(10,10,10,.40) 0%,
      rgba(10,10,10,.24) 28%,
      rgba(10,10,10,.08) 54%,
      rgba(10,10,10,.04) 74%,
      rgba(10,10,10,.30) 100%)}
}
/* Veil: make sure it also blends into the section below rather than stopping dead */
.vhero__bg,.vhero__veil{inset:0}

/* ---- Drawer is now a sibling of <header>, not a child ----
   As a child of .hdr (position:fixed; z-index:100) its own z-index was trapped
   inside that stacking context, so .navscrim (110) always covered it.
   Desktop: it must still sit inside the header bar visually. */
@media(min-width:901px){
  #nav.nav{position:fixed;top:0;right:max(var(--pad),env(safe-area-inset-right));
    height:auto;padding:1.1rem 0;z-index:101;
    display:flex;flex-direction:row;align-items:center;gap:2.1rem;
    background:none;border:0;box-shadow:none;transform:none;visibility:visible;
    width:auto;max-width:none;overflow:visible}
  #nav.nav a{opacity:1;transform:none}
}
@media(max-width:900px){
  #nav.nav{z-index:120!important}
}

/* ---- Enquire button: keep all four borders ----
   Drawer/desktop rules set border-bottom:0 to remove the link divider, which
   also stripped the button's own bottom edge. Restore it explicitly. */
.nav a.btn,.nav a.btn-ghost,
#nav.nav a.btn,#nav.nav a.btn-ghost,
.btn,.btn-ghost{border:1px solid var(--gold)}
.btn-solid{border:1px solid var(--gold)}
/* the underline pseudo must not sit on the button either */
.nav a.btn::after,.nav a.btn-ghost::after,
#nav.nav a.btn::after,#nav.nav a.btn-ghost::after{display:none}

/* ---- Burger sits outside <header> too ----
   Inside .hdr (z-index:100) its z-index was trapped, so the open drawer (120)
   covered the X. As a sibling it now genuinely sits at 130, above the panel. */
.burger{position:fixed;z-index:130;
  top:1.35rem;right:max(var(--pad),env(safe-area-inset-right))}
@media(min-width:901px){.burger{display:none!important}}
@media(max-width:900px){.burger{display:grid!important}}

/* ---- Header: lighter dark glass, desktop and mobile ---- */
.hdr{background:rgba(10,10,10,.34);
  -webkit-backdrop-filter:blur(18px) saturate(1.25);
          backdrop-filter:blur(18px) saturate(1.25)}
.hdr.scrolled{background:rgba(10,10,10,.52);
  -webkit-backdrop-filter:blur(22px) saturate(1.3);
          backdrop-filter:blur(22px) saturate(1.3);
  border-bottom-color:rgba(201,162,39,.26)}

/* ---- Native anchor scrolling ----
   Links are plain #id anchors handled by the browser. scroll-margin-top keeps
   each target clear of the fixed header; scroll-behavior gives the smoothness. */
html{scroll-behavior:smooth}
section[id],main [id]{scroll-margin-top:96px}
@media(max-width:900px){section[id],main [id]{scroll-margin-top:78px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* ============ GLEAMS ON EVERY GOLD LINE ============ */
/* section{overflow:hidden} (mobile hardening) clipped .gleam at top:-1px.
   Sit it just inside the edge instead so it is never cut off. */
.gleam{top:0;height:1px;overflow:visible}
.gleam::after{top:0;height:1px}

/* --- Header bottom border --- */
.hdr{position:fixed}
.hdr::after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:1px;
  overflow:hidden;pointer-events:none;opacity:0;transition:opacity .4s ease}
.hdr.scrolled::after{opacity:1}
.hdr.scrolled::before{content:'';position:absolute;bottom:-1px;left:-45%;
  width:45%;height:1px;pointer-events:none;z-index:1;
  background:linear-gradient(90deg,transparent,var(--gold-lt),transparent);
  animation:sweep 7s cubic-bezier(.4,0,.2,1) infinite}

/* --- Desktop nav item underlines --- */
@media(min-width:901px){
  #nav.nav a:not(.btn):not(.btn-ghost){position:relative;overflow:hidden}
  #nav.nav a:not(.btn):not(.btn-ghost)::before{
    content:'';position:absolute;left:-60%;bottom:0;width:60%;height:1px;
    background:linear-gradient(90deg,transparent,var(--gold-lt),transparent);
    animation:sweep 6s cubic-bezier(.4,0,.2,1) infinite;pointer-events:none}
  #nav.nav a:nth-of-type(2)::before{animation-delay:1.6s}
  #nav.nav a:nth-of-type(3)::before{animation-delay:3.2s}
}

/* --- Drawer link dividers (mobile) --- */
@media(max-width:900px){
  #nav.nav a:not(.btn):not(.btn-ghost){position:relative;overflow:hidden}
  #nav.nav a:not(.btn):not(.btn-ghost)::before{
    content:'';position:absolute;left:-55%;bottom:0;width:55%;height:1px;
    background:linear-gradient(90deg,transparent,var(--gold-lt),transparent);
    animation:sweep 6.5s cubic-bezier(.4,0,.2,1) infinite;pointer-events:none}
  #nav.nav a:nth-of-type(2)::before{animation-delay:1.3s}
  #nav.nav a:nth-of-type(3)::before{animation-delay:2.6s}
  #nav.nav a:nth-of-type(4)::before{animation-delay:3.9s}
}

/* --- The Enquire button's border --- */
.btn-ghost{position:relative;overflow:hidden}
.btn-ghost::before{content:'';position:absolute;left:-50%;bottom:0;width:50%;height:1px;
  background:linear-gradient(90deg,transparent,var(--gold-lt),transparent);
  animation:sweep 8s cubic-bezier(.4,0,.2,1) infinite;pointer-events:none;z-index:1}

@media (prefers-reduced-motion:reduce){
  .hdr.scrolled::before,
  #nav.nav a::before,
  .btn-ghost::before{animation:none;opacity:0}
}

/* ============ NON-SELECTABLE CONTENT ============ */
/* Only prose is locked. Form fields, contact details and the address stay
   selectable so people can type, and copy what they may actually need. */
h1,h2,h3,p,li,figcaption,.eyebrow,.stat,.band__num,.band__lede,.band__list,
.vhero__title,.vhero__sub,.head,.card,.legal__lede,.cnote__txt,.f-bot{
  -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
  cursor:default}

/* No tap flash or long-press menu anywhere */
html{-webkit-tap-highlight-color:transparent}
img,svg,video{-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none}

/* Real controls keep the pointer */
a,button,summary,label,.btn,.burger{cursor:pointer}

/* Links and copyable details stay selectable even inside locked blocks */
a,.contact-list a,.contact-list li,.legal__table code,.legal p,.legal li{
  -webkit-user-select:text;-moz-user-select:text;user-select:text}

/* Form fields fully editable */
input,textarea,select{
  -webkit-user-select:text;-moz-user-select:text;user-select:text;cursor:auto}
input,textarea{cursor:text}
select,input[type="date"]{cursor:pointer}

:focus-visible{outline:2px solid var(--gold-lt);outline-offset:3px}

/* ---- Address links to Google Maps ---- */
.contact-list a{color:inherit;transition:color .25s}
.contact-list a:hover,.contact-list a:focus-visible{color:var(--gold)}
.contact-list .ext{display:inline-block;margin-left:.4rem;font-size:.78em;
  color:var(--gold);opacity:.7;transition:transform .25s,opacity .25s}
.contact-list a:hover .ext{transform:translate(2px,-2px);opacity:1}
.f-bot a{color:inherit;border-bottom:1px solid rgba(201,162,39,.3);transition:color .25s,border-color .25s}
.f-bot a:hover,.f-bot a:focus-visible{color:var(--gold);border-color:var(--gold)}
.vh{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* ============ AMBIENT AUDIO PLAYER ============ */
.aplayer{position:fixed;left:max(var(--pad),env(safe-area-inset-left));
  bottom:max(1.2rem,env(safe-area-inset-bottom));z-index:300;
  display:flex;align-items:center;gap:.7rem;
  padding:.55rem .95rem .55rem .6rem;border-radius:2px;
  background:rgba(12,12,12,.62);border:1px solid var(--line);
  -webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);
  box-shadow:0 10px 34px rgba(0,0,0,.45);
  transition:border-color .3s,background .3s,opacity .4s ease}
.aplayer:hover{border-color:rgba(201,162,39,.5);background:rgba(12,12,12,.78)}

/* Play / pause */
.aplayer__btn{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;
  cursor:pointer;border:1px solid var(--gold);border-radius:50%;
  background:transparent;color:var(--gold);padding:0;
  transition:background .3s,color .3s,transform .2s}
.aplayer__btn:hover{background:var(--gold);color:var(--ink);transform:scale(1.06)}
.aplayer__btn .ic-pause{display:none}
.aplayer.is-playing .aplayer__btn .ic-play{display:none}
.aplayer.is-playing .aplayer__btn .ic-pause{display:block}

/* Equaliser bars — only animate while playing */
.aplayer__eq{display:flex;align-items:flex-end;gap:2px;height:15px;width:20px}
.aplayer__eq i{flex:1;background:var(--gold);height:20%;border-radius:1px;opacity:.45;
  transition:opacity .3s}
.aplayer.is-playing .aplayer__eq i{opacity:1;animation:eq 1.1s ease-in-out infinite}
.aplayer.is-playing .aplayer__eq i:nth-child(2){animation-delay:.18s}
.aplayer.is-playing .aplayer__eq i:nth-child(3){animation-delay:.36s}
.aplayer.is-playing .aplayer__eq i:nth-child(4){animation-delay:.54s}
@keyframes eq{0%,100%{height:20%}50%{height:100%}}

/* Volume slider, brand-coloured on both engines */
.aplayer__vol{display:flex;align-items:center}
.aplayer__vol input[type="range"]{-webkit-appearance:none;appearance:none;
  width:74px;height:14px;background:transparent;cursor:pointer;margin:0}
.aplayer__vol input[type="range"]::-webkit-slider-runnable-track{
  height:2px;border-radius:2px;
  background:linear-gradient(90deg,var(--gold) var(--fill,35%),rgba(255,255,255,.16) var(--fill,35%))}
.aplayer__vol input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;
  width:11px;height:11px;margin-top:-4.5px;border-radius:50%;
  background:var(--gold-lt);border:0;box-shadow:0 0 0 3px rgba(201,162,39,.18);
  transition:transform .2s,box-shadow .2s}
.aplayer__vol input[type="range"]:hover::-webkit-slider-thumb{transform:scale(1.15);
  box-shadow:0 0 0 5px rgba(201,162,39,.24)}
.aplayer__vol input[type="range"]::-moz-range-track{height:2px;border-radius:2px;
  background:rgba(255,255,255,.16)}
.aplayer__vol input[type="range"]::-moz-range-progress{height:2px;border-radius:2px;background:var(--gold)}
.aplayer__vol input[type="range"]::-moz-range-thumb{width:11px;height:11px;border-radius:50%;
  background:var(--gold-lt);border:0;box-shadow:0 0 0 3px rgba(201,162,39,.18)}
.aplayer__vol input[type="range"]:focus-visible{outline:2px solid var(--gold-lt);outline-offset:4px}

/* Keep clear of the cookie notice while that is up */
body:has(.cnote.up) .aplayer{transform:translateY(-64px);transition:transform .5s ease}

@media(max-width:560px){
  .aplayer{gap:.55rem;padding:.5rem .7rem .5rem .5rem}
  .aplayer__vol input[type="range"]{width:56px}
  .aplayer__eq{display:none}
}
@media (prefers-reduced-motion:reduce){
  .aplayer.is-playing .aplayer__eq i{animation:none;height:60%}
}

/* ---- Legal tabs: readable text on the gold pill ----
   The generic .legal a:not(...) rule out-specified the active-tab colour and
   painted it gold-on-gold. These are last in the sheet and fully specific. */
.legal .legal__tabs a{border-bottom:0;color:var(--mute)}
.legal .legal__tabs a:hover,
.legal .legal__tabs a:focus-visible{color:var(--white);border-bottom:0}
.legal .legal__tabs a.on,
.legal .legal__tabs a[aria-current="page"]{
  color:var(--ink);background:var(--gold);border-color:var(--gold);
  font-weight:500;border-bottom:0}
.legal .legal__tabs a.on:hover,
.legal .legal__tabs a[aria-current="page"]:hover{
  color:var(--ink);background:var(--gold-lt);border-color:var(--gold-lt)}

/* Logo renders inline so it can inherit brand colours. */
.logo{height:44px;width:auto;display:block}
.logo svg{height:100%;width:auto;display:block}


/* ---- Chrome is UI, not content: never selectable ----
   The narrowed prose list did not cover the header, nav, footer nav, buttons,
   the audio player or the cookie notice, so those kept a text cursor. */
.hdr,.hdr *,
#nav,#nav *,
.fnav,.fnav *,
.burger,.burger *,
.logo,.logo *,
.btn,.btn *,
.tsw,.tsw *,
.aplayer,.aplayer *,
.cnote,.cnote *,
.scrollcue,.legal__tabs,.legal__tabs *{
  -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;
  -webkit-touch-callout:none}
.hdr,.hdr a,.logo,#nav a,.fnav a,.burger,.btn,.legal__tabs a{cursor:pointer}
.logo,.logo *{cursor:pointer;pointer-events:none}
a .logo{pointer-events:auto}
/* volume slider must stay draggable */
.aplayer__vol input[type="range"]{cursor:pointer;pointer-events:auto}
