/* ==========================================================================
   THE ROYALS — An Eminent Indian Lounge, Al Barsha, Dubai
   Core stylesheet. Black & Gold design system.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Design tokens
   -------------------------------------------------------------------------- */
:root {
  /* Surfaces */
  --black:        #040405;
  --ink:          #08080a;
  --ink-2:        #0d0d10;
  --panel:        #111114;
  --panel-2:      #17171b;
  --elevate:      #1d1d22;

  /* Gold ramp */
  --gold:         #d4af37;
  --gold-bright:  #f6e27a;
  --gold-pale:    #fbf3d5;
  --gold-deep:    #9a7722;
  --gold-shadow:  #6b5015;
  --gold-grad:    linear-gradient(135deg, #9a7722 0%, #d4af37 22%, #f6e27a 48%, #d4af37 72%, #8d6b1d 100%);
  --gold-grad-soft: linear-gradient(120deg, rgba(212,175,55,.18), rgba(246,226,122,.06));

  /* Text */
  --text:         #ece9e2;
  --text-soft:    #a8a49b;
  --text-mute:    #6f6c66;

  /* Lines & glass */
  --line:         rgba(212, 175, 55, .16);
  --line-soft:    rgba(255, 255, 255, .07);
  --glass:        rgba(255, 255, 255, .025);
  --glass-strong: rgba(255, 255, 255, .05);

  /* Type */
  --font-display: "Cinzel", "Times New Roman", serif;
  --font-serif:   "Cormorant Garamond", Georgia, serif;
  --font-body:    "Jost", "Segoe UI", system-ui, -apple-system, sans-serif;

  /* Rhythm */
  --section-y:    clamp(4.5rem, 9vw, 9rem);
  --gutter:       clamp(1.15rem, 4vw, 4.5rem);
  --maxw:         1280px;
  --radius:       2px;
  --radius-lg:    4px;

  /* Motion */
  --ease:         cubic-bezier(.22, .61, .36, 1);
  --ease-out:     cubic-bezier(.16, 1, .3, 1);
  --ease-in-out:  cubic-bezier(.65, .05, .36, 1);
  --dur:          .55s;

  /* Shadow */
  --shadow-soft:  0 18px 60px rgba(0, 0, 0, .55);
  --shadow-gold:  0 0 0 1px rgba(212,175,55,.2), 0 20px 60px -20px rgba(212,175,55,.35);

  --nav-h:        84px;
}

/* --------------------------------------------------------------------------
   2. Reset & base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

* { margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  background: var(--black);
  color: var(--text);
  font-family: var(--font-body);
  font-size: clamp(.95rem, .35vw + .88rem, 1.02rem);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: .012em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.is-locked { overflow: hidden; }

img, svg, video, canvas { display: block; max-width: 100%; height: auto; }

a { color: inherit; text-decoration: none; }

button, input, select, textarea { font: inherit; color: inherit; background: none; border: none; }

button { cursor: pointer; }

ul, ol { list-style: none; }

::selection { background: var(--gold); color: #000; }

/* Scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--gold-deep), var(--gold));
  border: 3px solid var(--black);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover { background: var(--gold-bright); }

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

/* --------------------------------------------------------------------------
   3. Typography
   -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: .015em;
  text-wrap: balance;
}

h1 { font-size: clamp(2.3rem, 6.2vw, 5.4rem); }
h2 { font-size: clamp(1.85rem, 4.2vw, 3.5rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); }
h4 { font-size: clamp(1.05rem, 1.4vw, 1.25rem); }

p { text-wrap: pretty; }

.gold-text {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.script {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.lead {
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  color: var(--text-soft);
  font-weight: 300;
  line-height: 1.85;
}

.muted { color: var(--text-soft); }
.small { font-size: .82rem; }

/* Eyebrow / section kicker */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  font-family: var(--font-body);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.eyebrow::before {
  content: "";
  width: clamp(24px, 4vw, 46px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.eyebrow.is-centered::after {
  content: "";
  width: clamp(24px, 4vw, 46px);
  height: 1px;
  background: linear-gradient(270deg, transparent, var(--gold));
}

/* --------------------------------------------------------------------------
   4. Layout primitives
   -------------------------------------------------------------------------- */
.shell {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section {
  position: relative;
  padding-block: var(--section-y);
}

.section--tight { padding-block: clamp(3rem, 6vw, 5.5rem); }

.section-head { max-width: 62ch; margin-bottom: clamp(2.25rem, 4vw, 3.75rem); }
.section-head.is-centered { margin-inline: auto; text-align: center; }

.grid { display: grid; gap: clamp(1.1rem, 2.2vw, 2rem); }
.g-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.stack { display: flex; flex-direction: column; }
.row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.center { text-align: center; }

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  border: 0;
}

/* Ornamental crown separator */
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--gold);
  margin-block: clamp(1.25rem, 3vw, 2rem);
}
.ornament::before,
.ornament::after {
  content: "";
  height: 1px;
  width: clamp(40px, 12vw, 130px);
  background: linear-gradient(90deg, transparent, var(--gold-deep), transparent);
}
.ornament svg { width: 22px; height: 22px; opacity: .85; }

/* --------------------------------------------------------------------------
   5. Ambient background layers
   -------------------------------------------------------------------------- */
.bg-fx {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  /* The glows are deliberately larger than the screen and sit partly off it.
     Clipping them here keeps the document's scroll width honest — body already
     hides the overflow, but without this the page still measures wider than the
     viewport, which is a trap for anything that reads scrollWidth. */
  overflow: hidden;
}

.bg-fx::before {
  /* fine film grain */
  content: "";
  position: absolute;
  inset: -50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  opacity: .045;
  animation: grain 7s steps(6) infinite;
}

@keyframes grain {
  0%, 100% { transform: translate(0, 0); }
  20% { transform: translate(-3%, 2%); }
  40% { transform: translate(2%, -3%); }
  60% { transform: translate(-2%, -2%); }
  80% { transform: translate(3%, 3%); }
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .5;
}
.glow--a { top: -12%; left: -6%; width: 46vw; height: 46vw; background: radial-gradient(circle, rgba(212,175,55,.2), transparent 68%); }
.glow--b { bottom: -18%; right: -10%; width: 52vw; height: 52vw; background: radial-gradient(circle, rgba(154,119,34,.16), transparent 70%); }

#dust { position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .55; }

/* --------------------------------------------------------------------------
   6. Buttons
   -------------------------------------------------------------------------- */
.btn {
  --btn-pad-y: .95rem;
  --btn-pad-x: 2.2rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  font-family: var(--font-body);
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: color .4s var(--ease), background .4s var(--ease),
              border-color .4s var(--ease), transform .35s var(--ease-out),
              box-shadow .4s var(--ease);
  overflow: hidden;
  isolation: isolate;
  white-space: nowrap;
}

.btn:active { transform: translateY(1px) scale(.99); }

.btn svg { width: 15px; height: 15px; flex: none; }

/* Primary — solid gold */
.btn--gold {
  background: var(--gold-grad);
  color: #0a0800;
  font-weight: 600;
  box-shadow: 0 10px 34px -14px rgba(212,175,55,.7);
}
.btn--gold::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.55) 48%, transparent 76%);
  transform: translateX(-120%);
  transition: transform .8s var(--ease-out);
}
.btn--gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 46px -14px rgba(212,175,55,.8);
}
.btn--gold:hover::before { transform: translateX(120%); }

/* Outline */
.btn--ghost {
  border: 1px solid var(--line);
  color: var(--text);
  background: var(--glass);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.btn--ghost::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--gold-grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--ease-out);
}
.btn--ghost:hover { color: #0a0800; border-color: transparent; transform: translateY(-3px); }
.btn--ghost:hover::before { transform: scaleX(1); }

/* Text link with underline sweep */
.btn--link {
  padding: .3rem 0;
  color: var(--gold);
  letter-spacing: .2em;
  background: none;
}
.btn--link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .45s var(--ease-out);
}
.btn--link:hover::after { transform: scaleX(1); transform-origin: left; }
.btn--link:hover svg { transform: translateX(4px); }
.btn--link svg { transition: transform .35s var(--ease-out); }

.btn--sm { --btn-pad-y: .68rem; --btn-pad-x: 1.4rem; font-size: .66rem; }
.btn--lg { --btn-pad-y: 1.15rem; --btn-pad-x: 2.9rem; font-size: .78rem; }
.btn--block { width: 100%; }

.btn[disabled], .btn.is-busy { opacity: .55; pointer-events: none; }

/* --------------------------------------------------------------------------
   7. Preloader
   -------------------------------------------------------------------------- */
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  background: var(--black);
  transition: opacity .7s var(--ease), visibility .7s;
}
.preloader.is-done { opacity: 0; visibility: hidden; }

.preloader__inner { display: grid; justify-items: center; gap: 1.6rem; }

.preloader__crown {
  width: 68px;
  color: var(--gold);
  animation: crownPulse 1.9s var(--ease-in-out) infinite;
}
@keyframes crownPulse {
  0%, 100% { opacity: .35; transform: translateY(4px) scale(.96); }
  50% { opacity: 1; transform: translateY(-4px) scale(1); }
}

.preloader__word {
  font-family: var(--font-display);
  font-size: .82rem;
  letter-spacing: .58em;
  text-indent: .58em;
  color: var(--gold);
  text-transform: uppercase;
}

.preloader__bar {
  width: min(220px, 52vw);
  height: 1px;
  background: rgba(212,175,55,.18);
  overflow: hidden;
}
.preloader__bar span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--gold-grad);
  transition: width .3s linear;
}

/* --------------------------------------------------------------------------
   8. Custom cursor (pointer devices only)
   -------------------------------------------------------------------------- */
.cursor, .cursor-dot {
  position: fixed;
  top: 0; left: 0;
  z-index: 9998;
  pointer-events: none;
  border-radius: 50%;
  mix-blend-mode: difference;
  opacity: 0;
  transition: opacity .3s;
}
.cursor {
  width: 34px; height: 34px;
  border: 1px solid var(--gold);
  transition: width .3s var(--ease-out), height .3s var(--ease-out),
              background .3s, opacity .3s, border-color .3s;
}
.cursor-dot { width: 5px; height: 5px; background: var(--gold); }

.cursor.is-active { opacity: 1; }
.cursor-dot.is-active { opacity: 1; }
.cursor.is-hover { width: 62px; height: 62px; background: rgba(212,175,55,.14); border-color: transparent; }

@media (hover: none), (pointer: coarse) {
  .cursor, .cursor-dot { display: none; }
}

/* --------------------------------------------------------------------------
   9. Scroll progress + header
   -------------------------------------------------------------------------- */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0;
  background: var(--gold-grad);
  z-index: 1002;
  box-shadow: 0 0 12px rgba(212,175,55,.8);
}

.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: padding .4s var(--ease);
  /* No border and no shadow: the bar has to melt into the page, not sit on it. */
}

/* The scrim. Two layers, both taller than the bar so the fade has somewhere to
   finish, and both anchored to the top so the nav sits on the densest part.
   ::before is the tint, ::after the blur — the blur needs its own layer because
   backdrop-filter cannot fade on its own and would otherwise cut off in a hard
   line exactly where the tint has gone transparent. */
.header::before,
.header::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0;
  bottom: -38px;          /* the fade runs on past the bar itself */
  z-index: -1;
  pointer-events: none;
}

.header::before {
  background: linear-gradient(180deg,
    rgba(4, 4, 5, .80) 0%,
    rgba(4, 4, 5, .66) 30%,
    rgba(4, 4, 5, .40) 58%,
    rgba(4, 4, 5, .14) 80%,
    rgba(4, 4, 5, 0)  100%);
  opacity: .82;
  transition: opacity .5s var(--ease);
}

.header::after {
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  /* feather the blur out on the same curve as the tint */
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 34%, rgba(0,0,0,.45) 68%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 34%, rgba(0,0,0,.45) 68%, transparent 100%);
  opacity: 0;
  transition: opacity .5s var(--ease);
}

/* keep the logo and nav above both scrim layers */
.header__inner { position: relative; z-index: 1; }
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: var(--nav-h);
  transition: height .4s var(--ease);
}
/* Once scrolled, the tint firms up and the feathered blur fades in. The shape
   of the gradient never changes, so the bar deepens rather than gaining an edge. */
.header.is-stuck::before { opacity: 1; }
.header.is-stuck::after  { opacity: 1; }

/* Where the blur is unavailable the tint is carrying the whole job, so lean on
   it harder — still a fade to nothing, just a denser start. */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .header::before {
    background: linear-gradient(180deg,
      rgba(4, 4, 5, .94) 0%,
      rgba(4, 4, 5, .82) 30%,
      rgba(4, 4, 5, .52) 58%,
      rgba(4, 4, 5, .20) 80%,
      rgba(4, 4, 5, 0)  100%);
  }
}
.header.is-stuck .header__inner { height: 68px; }

/* Brand */
.brand { display: inline-flex; align-items: center; gap: .8rem; flex: none; }
.brand__mark { width: 38px; color: var(--gold); transition: transform .5s var(--ease-out); }
.brand:hover .brand__mark { transform: rotate(-6deg) scale(1.08); }
.brand__type { display: grid; line-height: 1; }
.brand__name {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: .2em;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.brand__sub {
  font-size: .5rem;
  letter-spacing: .38em;
  color: var(--text-mute);
  text-transform: uppercase;
  margin-top: .34rem;
}

/* Desktop nav */
.nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.4rem); }
.nav__link {
  position: relative;
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-soft);
  padding: .4rem 0;
  transition: color .35s var(--ease);
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--gold-grad);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .45s var(--ease-out);
}
.nav__link:hover, .nav__link.is-current { color: var(--gold); }
.nav__link:hover::after, .nav__link.is-current::after { transform: scaleX(1); transform-origin: left; }

.header__actions { display: flex; align-items: center; gap: .9rem; flex: none; }

/* Live open/closed pill */
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .42rem .85rem;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: .6rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-soft);
  background: var(--glass);
  white-space: nowrap;
}
.status-pill__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--text-mute);
  flex: none;
}
.status-pill.is-open { color: #9fe6b0; border-color: rgba(120, 230, 150, .3); }
.status-pill.is-open .status-pill__dot {
  background: #5ddc85;
  box-shadow: 0 0 0 0 rgba(93, 220, 133, .6);
  animation: livePing 2s infinite;
}
.status-pill.is-closed { color: var(--text-soft); }
@keyframes livePing {
  0% { box-shadow: 0 0 0 0 rgba(93,220,133,.55); }
  70% { box-shadow: 0 0 0 9px rgba(93,220,133,0); }
  100% { box-shadow: 0 0 0 0 rgba(93,220,133,0); }
}

/* Burger */
.burger {
  display: none;
  position: relative;
  width: 46px; height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  flex: none;
}
.burger span {
  position: absolute;
  left: 50%;
  width: 20px; height: 1.5px;
  background: var(--gold);
  transform: translateX(-50%);
  transition: transform .4s var(--ease-out), opacity .25s, width .3s;
}
.burger span:nth-child(1) { top: 17px; }
.burger span:nth-child(2) { top: 22.5px; width: 13px; }
.burger span:nth-child(3) { top: 28px; }
.burger.is-open span:nth-child(1) { transform: translateX(-50%) translateY(5.5px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; width: 0; }
.burger.is-open span:nth-child(3) { transform: translateX(-50%) translateY(-5.5px) rotate(-45deg); }

/* Mobile drawer */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: linear-gradient(160deg, #060607 0%, #0d0b06 55%, #050505 100%);
  display: grid;
  grid-template-rows: var(--nav-h) 1fr auto;
  clip-path: circle(0% at calc(100% - 46px) 42px);
  transition: clip-path .75s var(--ease-in-out);
  visibility: hidden;
  overflow-y: auto;
}
.drawer.is-open { clip-path: circle(150% at calc(100% - 46px) 42px); visibility: visible; }

.drawer__body {
  display: grid;
  align-content: center;
  gap: .25rem;
  padding: 2rem var(--gutter);
}
.drawer__link {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: .55rem 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 8vw, 2.7rem);
  letter-spacing: .02em;
  color: var(--text);
  opacity: 0;
  transform: translateY(26px);
  transition: color .35s var(--ease);
}
.drawer.is-open .drawer__link { animation: drawerIn .6s var(--ease-out) forwards; }
.drawer__link:nth-child(1) { animation-delay: .16s; }
.drawer__link:nth-child(2) { animation-delay: .22s; }
.drawer__link:nth-child(3) { animation-delay: .28s; }
.drawer__link:nth-child(4) { animation-delay: .34s; }
.drawer__link:nth-child(5) { animation-delay: .40s; }
.drawer__link:nth-child(6) { animation-delay: .46s; }
.drawer__link:nth-child(7) { animation-delay: .52s; }
.drawer__link span {
  font-family: var(--font-body);
  font-size: .62rem;
  letter-spacing: .3em;
  color: var(--gold-deep);
}
.drawer__link:hover, .drawer__link.is-current { color: var(--gold); }
@keyframes drawerIn { to { opacity: 1; transform: none; } }

.drawer__foot {
  display: grid;
  gap: 1.1rem;
  padding: 1.75rem var(--gutter) 2.5rem;
  border-top: 1px solid var(--line);
}

/* --------------------------------------------------------------------------
   10. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-top: calc(var(--nav-h) + 2rem);
  padding-bottom: clamp(5rem, 10vh, 8rem);
  overflow: hidden;
  isolation: isolate;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero__media img,
.hero__media video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(.34) contrast(1.16) brightness(.44);
  transform: scale(1.08);
  animation: kenburns 26s var(--ease-in-out) infinite alternate;
}
@keyframes kenburns {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to   { transform: scale(1.18) translate3d(-1.5%, -1.5%, 0); }
}

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(120% 78% at 50% 8%, rgba(212,175,55,.16), transparent 58%),
    linear-gradient(180deg, rgba(4,4,5,.86) 0%, rgba(4,4,5,.52) 34%, rgba(4,4,5,.9) 82%, var(--black) 100%);
}

/* moving spotlight beams */
.hero__beams { position: absolute; inset: 0; z-index: -1; overflow: hidden; opacity: .5; }
.beam {
  position: absolute;
  top: -30%;
  width: 20vw;
  height: 150%;
  background: linear-gradient(180deg, rgba(246,226,122,.22), transparent 72%);
  filter: blur(28px);
  transform-origin: top center;
}
.beam--1 { left: 12%; animation: sweep 11s var(--ease-in-out) infinite alternate; }
.beam--2 { left: 46%; animation: sweep 14s var(--ease-in-out) -3s infinite alternate-reverse; opacity: .7; }
.beam--3 { left: 76%; animation: sweep 9s var(--ease-in-out) -5s infinite alternate; opacity: .55; }
@keyframes sweep {
  from { transform: rotate(-16deg) scaleY(.9); }
  to   { transform: rotate(15deg) scaleY(1.1); }
}

.hero__inner { position: relative; z-index: 2; max-width: 880px; }

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: .5rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: rgba(10,10,12,.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: .62rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.6rem;
}
.hero__badge svg { width: 13px; height: 13px; }

.hero__title { margin-bottom: 1.5rem; }
.hero__title .line { display: block; overflow: hidden; }
.hero__title .line > span { display: block; }

.hero__title .script {
  display: block;
  font-size: clamp(1.6rem, 4.4vw, 3.1rem);
  color: var(--gold);
  margin-bottom: .1em;
}

.hero__copy { max-width: 56ch; margin-bottom: 2.4rem; }

.hero__cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 3rem; }

.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.2rem, 4vw, 3.2rem);
  padding-top: 1.75rem;
  border-top: 1px solid var(--line-soft);
}
.hero__fact { display: grid; gap: .3rem; }
.hero__fact dt {
  font-size: .58rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.hero__fact dd {
  font-family: var(--font-display);
  font-size: clamp(.95rem, 1.5vw, 1.12rem);
  color: var(--gold-pale);
  letter-spacing: .04em;
}

/* scroll cue */
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: clamp(1.5rem, 4vh, 2.75rem);
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: .7rem;
  z-index: 3;
  font-size: .56rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.scroll-cue__track {
  width: 1px; height: 52px;
  background: rgba(255,255,255,.14);
  overflow: hidden;
  position: relative;
}
.scroll-cue__track::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold);
  animation: cueDrop 2.1s var(--ease-in-out) infinite;
}
@keyframes cueDrop {
  0% { transform: translateY(-100%); }
  55%, 100% { transform: translateY(100%); }
}

/* --------------------------------------------------------------------------
   11. Page hero (inner pages)
   -------------------------------------------------------------------------- */
.page-hero {
  position: relative;
  padding-top: calc(var(--nav-h) + clamp(3.5rem, 9vw, 7rem));
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
  overflow: hidden;
  isolation: isolate;
  text-align: center;
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  filter: grayscale(.4) brightness(.32) contrast(1.1);
  transform: scale(1.06);
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(90% 70% at 50% 0%, rgba(212,175,55,.14), transparent 60%),
    linear-gradient(180deg, rgba(4,4,5,.78), rgba(4,4,5,.94) 72%, var(--black));
}
.page-hero h1 { margin-bottom: 1rem; }
.page-hero .lead { max-width: 60ch; margin-inline: auto; }

.crumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .6rem;
  margin-top: 1.75rem;
  font-size: .64rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.crumbs a:hover { color: var(--gold); }
.crumbs span { color: var(--gold-deep); }

/* --------------------------------------------------------------------------
   12. Marquee ticker
   -------------------------------------------------------------------------- */
.ticker {
  position: relative;
  padding: 1.05rem 0;
  border-block: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(212,175,55,.06), rgba(212,175,55,.02));
  overflow: hidden;
  z-index: 2;
}
.ticker__track {
  display: flex;
  width: max-content;
  animation: marquee 38s linear infinite;
}
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__group { display: flex; align-items: center; }
.ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  padding-inline: 1.4rem;
  font-family: var(--font-display);
  font-size: clamp(.8rem, 1.3vw, 1rem);
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--text-soft);
  white-space: nowrap;
}
.ticker__item::after {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex: none;
}
.ticker__item em { font-style: normal; color: var(--gold); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* --------------------------------------------------------------------------
   13. Cards & panels
   -------------------------------------------------------------------------- */
.panel {
  position: relative;
  background: linear-gradient(160deg, var(--panel) 0%, var(--ink) 100%);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 2.6vw, 2.4rem);
  transition: border-color .45s var(--ease), transform .5s var(--ease-out), box-shadow .5s var(--ease);
  overflow: hidden;
}
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 60% at 50% 0%, rgba(212,175,55,.09), transparent 62%);
  opacity: 0;
  transition: opacity .5s var(--ease);
  pointer-events: none;
}
.panel:hover { border-color: var(--line); transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.panel:hover::before { opacity: 1; }

/* Feature card */
.feature {
  display: grid;
  gap: 1.1rem;
  align-content: start;
}
.feature__icon {
  display: grid;
  place-items: center;
  width: 58px; height: 58px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  background: var(--gold-grad-soft);
  transition: transform .5s var(--ease-out), background .5s var(--ease), color .4s;
}
.feature__icon svg { width: 25px; height: 25px; }
.panel:hover .feature__icon { transform: rotate(8deg) scale(1.06); }
.feature h3 { font-size: 1.18rem; }
.feature p { color: var(--text-soft); font-size: .93rem; }

.feature__num {
  position: absolute;
  top: .6rem; right: 1.1rem;
  font-family: var(--font-display);
  font-size: 3.4rem;
  line-height: 1;
  color: rgba(212,175,55,.08);
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   14. Split / about section
   -------------------------------------------------------------------------- */
.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.split--reverse .split__media { order: 2; }

.split__copy > * + * { margin-top: 1.15rem; }
.split__copy ul { display: grid; gap: .75rem; margin-top: 1.6rem; }
.split__copy li {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  color: var(--text-soft);
  font-size: .94rem;
}
.split__copy li svg { width: 17px; height: 17px; color: var(--gold); flex: none; margin-top: .34em; }

/* Layered image frame */
.frame {
  position: relative;
  border-radius: var(--radius-lg);
}
.frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-lg);
  filter: grayscale(.2) contrast(1.06) brightness(.85);
  transition: filter .6s var(--ease), transform .8s var(--ease-out);
}
.frame:hover img { filter: grayscale(0) contrast(1.05) brightness(.95); transform: scale(1.015); }
.frame::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(212,175,55,.35);
  border-radius: var(--radius-lg);
  pointer-events: none;
  transition: inset .55s var(--ease-out);
}
.frame:hover::after { inset: 20px; }

.frame__tag {
  position: absolute;
  left: -1px; bottom: 26px;
  display: grid;
  gap: .2rem;
  padding: 1rem 1.6rem;
  background: rgba(6,6,8,.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-left: 2px solid var(--gold);
}
.frame__tag strong {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--gold);
  line-height: 1;
}
.frame__tag span {
  font-size: .58rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--text-mute);
}

/* --------------------------------------------------------------------------
   15. Stats
   -------------------------------------------------------------------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(212,175,55,.05), transparent);
  overflow: hidden;
}
.stat {
  padding: clamp(1.6rem, 3vw, 2.5rem) 1.2rem;
  text-align: center;
  border-right: 1px solid var(--line-soft);
  transition: background .45s var(--ease);
}
.stat:last-child { border-right: 0; }
.stat:hover { background: rgba(212,175,55,.045); }
.stat__num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.stat__label {
  margin-top: .7rem;
  font-size: .6rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--text-mute);
}

/* --------------------------------------------------------------------------
   16. Experience / offering tiles with image reveal
   -------------------------------------------------------------------------- */
.tile {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(310px, 40vw, 440px);
  padding: clamp(1.4rem, 2.6vw, 2.2rem);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  isolation: isolate;
  transition: border-color .5s var(--ease), transform .55s var(--ease-out);
}
.tile img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(.55) brightness(.42);
  transform: scale(1.03);
  transition: transform .9s var(--ease-out), filter .7s var(--ease);
}
.tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(4,4,5,.15) 0%, rgba(4,4,5,.78) 62%, rgba(4,4,5,.95) 100%);
  transition: background .6s var(--ease);
}
.tile:hover { border-color: var(--line); transform: translateY(-6px); }
.tile:hover img { transform: scale(1.12); filter: grayscale(.1) brightness(.55); }
.tile:hover::after { background: linear-gradient(180deg, rgba(4,4,5,.1) 0%, rgba(20,14,2,.72) 60%, rgba(4,4,5,.94) 100%); }

.tile__kicker {
  font-size: .58rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .7rem;
}
.tile h3 { margin-bottom: .6rem; }
.tile p {
  color: var(--text-soft);
  font-size: .9rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .6s var(--ease-out), opacity .45s var(--ease), margin .5s;
}
.tile:hover p, .tile:focus-within p { max-height: 8rem; opacity: 1; margin-top: .3rem; }

/* --------------------------------------------------------------------------
   17. Line-up / schedule
   -------------------------------------------------------------------------- */
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.tab {
  padding: .68rem 1.35rem;
  border: 1px solid var(--line-soft);
  border-radius: 100px;
  font-size: .66rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-soft);
  background: var(--glass);
  transition: all .4s var(--ease);
}
.tab:hover { color: var(--gold); border-color: var(--line); }
.tab.is-active {
  background: var(--gold-grad);
  color: #0a0800;
  border-color: transparent;
  font-weight: 600;
}
.tab .dot {
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: currentColor;
  margin-left: .45rem;
  vertical-align: middle;
}

.lineup { display: grid; gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: var(--radius-lg); overflow: hidden; }
.lineup__row {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: clamp(1rem, 3vw, 2.4rem);
  align-items: center;
  padding: clamp(1.2rem, 2.4vw, 1.9rem) clamp(1.1rem, 2.4vw, 2rem);
  background: var(--ink);
  transition: background .4s var(--ease), padding-left .4s var(--ease-out);
  position: relative;
}
.lineup__row::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: var(--gold-grad);
  transform: scaleY(0);
  transition: transform .45s var(--ease-out);
}
.lineup__row:hover { background: var(--panel); padding-left: calc(clamp(1.1rem, 2.4vw, 2rem) + 10px); }
.lineup__row:hover::before { transform: scaleY(1); }

.lineup__time {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--gold);
  letter-spacing: .05em;
}
.lineup__time small { display: block; font-family: var(--font-body); font-size: .58rem; letter-spacing: .22em; color: var(--text-mute); margin-top: .3rem; }
.lineup__name { font-family: var(--font-display); font-size: clamp(1.05rem, 1.8vw, 1.32rem); margin-bottom: .3rem; }
.lineup__desc { color: var(--text-soft); font-size: .88rem; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .36rem .8rem;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: .58rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(212,175,55,.07);
  white-space: nowrap;
}
.chip--muted { color: var(--text-soft); border-color: var(--line-soft); background: var(--glass); }

/* --------------------------------------------------------------------------
   18. Table packages
   -------------------------------------------------------------------------- */
.package {
  display: grid;
  gap: 1.2rem;
  align-content: start;
  padding: clamp(1.7rem, 3vw, 2.6rem);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: linear-gradient(170deg, var(--panel), var(--ink));
  position: relative;
  transition: transform .5s var(--ease-out), border-color .45s, box-shadow .5s;
}
.package:hover { transform: translateY(-6px); border-color: var(--line); box-shadow: var(--shadow-soft); }
.package.is-featured {
  border-color: rgba(212,175,55,.4);
  background: linear-gradient(170deg, rgba(31,25,8,.9), var(--ink));
  box-shadow: var(--shadow-gold);
}
.package__flag {
  position: absolute;
  top: 0; right: clamp(1.2rem, 3vw, 2rem);
  transform: translateY(-50%);
  padding: .4rem .9rem;
  background: var(--gold-grad);
  color: #0a0800;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  border-radius: 100px;
}
.package__name { font-family: var(--font-display); font-size: 1.45rem; color: var(--gold-pale); }
.package__price { display: flex; align-items: baseline; gap: .5rem; }
.package__price b {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.6vw, 2.7rem);
  font-weight: 600;
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  line-height: 1;
}
.package__price span { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--text-mute); }
.package ul { display: grid; gap: .7rem; }
.package li { display: flex; gap: .7rem; font-size: .89rem; color: var(--text-soft); }
.package li svg { width: 15px; height: 15px; color: var(--gold); flex: none; margin-top: .36em; }

/* --------------------------------------------------------------------------
   19. Gallery
   -------------------------------------------------------------------------- */
.filters { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem); }

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
  grid-auto-rows: 210px;
  gap: 12px;
}
.gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  cursor: pointer;
  background: var(--panel);
  transition: opacity .45s var(--ease), transform .45s var(--ease-out), border-color .4s;
}
.gallery__item.is-tall { grid-row: span 2; }
.gallery__item.is-wide { grid-column: span 2; }
.gallery__item.is-hidden { display: none; }
.gallery__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(.5) brightness(.6);
  transition: transform .9s var(--ease-out), filter .6s var(--ease);
}
.gallery__item:hover { border-color: var(--line); }
.gallery__item:hover img { transform: scale(1.09); filter: grayscale(0) brightness(.82); }
.gallery__cap {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.15rem 1.1rem;
  background: linear-gradient(180deg, transparent, rgba(4,4,5,.93));
  transform: translateY(12px);
  opacity: 0;
  transition: transform .5s var(--ease-out), opacity .4s var(--ease);
}
.gallery__item:hover .gallery__cap { transform: none; opacity: 1; }
.gallery__cap h4 { font-size: .96rem; margin-bottom: .2rem; }
.gallery__cap p { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.gallery__zoom {
  display: grid; place-items: center;
  width: 34px; height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  flex: none;
}
.gallery__zoom svg { width: 15px; height: 15px; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(3,3,4,.96);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s var(--ease), visibility .45s;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__stage {
  position: relative;
  max-width: min(1120px, 100%);
  max-height: 84vh;
  transform: scale(.94);
  transition: transform .5s var(--ease-out);
}
.lightbox.is-open .lightbox__stage { transform: none; }
.lightbox__stage img {
  max-height: 76vh;
  width: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.lightbox__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-soft);
  flex-wrap: wrap;
}
.lightbox__meta b { color: var(--gold); font-weight: 500; }
.lb-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid; place-items: center;
  width: 52px; height: 52px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(10,10,12,.72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--gold);
  transition: background .35s, transform .35s var(--ease-out);
  z-index: 2;
}
.lb-btn:hover { background: var(--gold); color: #0a0800; }
.lb-btn svg { width: 19px; height: 19px; }
.lb-prev { left: clamp(-60px, -4vw, -12px); }
.lb-next { right: clamp(-60px, -4vw, -12px); }
.lb-close {
  position: fixed;
  top: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(10,10,12,.72);
  transition: background .35s, transform .4s var(--ease-out), color .3s;
  z-index: 3;
}
.lb-close:hover { background: var(--gold); color: #0a0800; transform: rotate(90deg); }
.lb-close svg { width: 18px; height: 18px; }

/* --------------------------------------------------------------------------
   20. Testimonials
   -------------------------------------------------------------------------- */
.quotes { position: relative; overflow: hidden; }
.quotes__viewport { overflow: hidden; }
.quotes__track { display: flex; transition: transform .75s var(--ease-out); }
.quotes__slide { flex: 0 0 100%; padding-inline: clamp(.5rem, 3vw, 3rem); }

.quote { text-align: center; max-width: 780px; margin-inline: auto; }
.quote__stars { display: inline-flex; gap: .3rem; color: var(--gold); margin-bottom: 1.5rem; }
.quote__stars svg { width: 17px; height: 17px; }
.quote__text {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.5vw, 1.72rem);
  font-style: italic;
  line-height: 1.6;
  color: var(--gold-pale);
  margin-bottom: 1.75rem;
}
.quote__who { font-size: .72rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.quote__meta { font-size: .64rem; letter-spacing: .18em; color: var(--text-mute); margin-top: .45rem; text-transform: uppercase; }

.quotes__nav { display: flex; align-items: center; justify-content: center; gap: 1.25rem; margin-top: 2.5rem; }
.dots { display: flex; gap: .55rem; }
.dots button {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(212,175,55,.26);
  transition: all .4s var(--ease);
}
.dots button.is-active { width: 26px; border-radius: 100px; background: var(--gold); }
.arrow-btn {
  display: grid; place-items: center;
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  transition: all .35s var(--ease);
}
.arrow-btn:hover { background: var(--gold); color: #0a0800; }
.arrow-btn svg { width: 16px; height: 16px; }

/* --------------------------------------------------------------------------
   21. Forms
   -------------------------------------------------------------------------- */
.form { display: grid; gap: 1.15rem; }
.form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }

.field { position: relative; display: grid; gap: .5rem; }
.field label {
  font-size: .6rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.field label .req { color: var(--gold); }

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: .95rem 1.1rem;
  background: rgba(255,255,255,.028);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  color: var(--text);
  font-size: .94rem;
  font-weight: 300;
  transition: border-color .35s var(--ease), background .35s var(--ease), box-shadow .35s;
  appearance: none;
}
.field textarea { min-height: 128px; resize: vertical; line-height: 1.7; }

.field input::placeholder,
.field textarea::placeholder { color: var(--text-mute); opacity: .75; }

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(212,175,55,.55);
  background: rgba(212,175,55,.04);
  box-shadow: 0 0 0 3px rgba(212,175,55,.08);
}

.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px;
  padding-right: 2.8rem;
  cursor: pointer;
}
.field select option { background: var(--panel); color: var(--text); }

.field input[type="date"],
.field input[type="time"] { cursor: pointer; }
.field input[type="date"]::-webkit-calendar-picker-indicator,
.field input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(72%) sepia(60%) saturate(480%) hue-rotate(2deg) brightness(92%);
  cursor: pointer;
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea { border-color: rgba(233,110,110,.6); background: rgba(233,110,110,.05); }

.field__error {
  font-size: .68rem;
  color: #e98c8c;
  letter-spacing: .04em;
  min-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .3s, transform .3s;
}
.field.has-error .field__error { opacity: 1; transform: none; }

.field__hint { font-size: .68rem; color: var(--text-mute); letter-spacing: .05em; }

/* Segmented control (guest count / table type) */
.seg { display: flex; flex-wrap: wrap; gap: .5rem; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg label {
  padding: .6rem 1.1rem;
  border: 1px solid var(--line-soft);
  border-radius: 100px;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-soft);
  cursor: pointer;
  transition: all .35s var(--ease);
  background: var(--glass);
}
.seg label:hover { border-color: var(--line); color: var(--gold); }
.seg input:checked + label {
  background: var(--gold-grad);
  color: #0a0800;
  border-color: transparent;
  font-weight: 600;
}
.seg input:focus-visible + label { outline: 2px solid var(--gold); outline-offset: 2px; }

/* Checkbox */
.check { display: flex; align-items: flex-start; gap: .75rem; cursor: pointer; }
.check input { position: absolute; opacity: 0; pointer-events: none; }
.check__box {
  display: grid; place-items: center;
  width: 19px; height: 19px;
  border: 1px solid var(--line);
  border-radius: 2px;
  flex: none;
  margin-top: .18em;
  transition: all .3s var(--ease);
}
.check__box svg { width: 11px; height: 11px; color: #0a0800; opacity: 0; transform: scale(.4); transition: all .3s var(--ease-out); }
.check input:checked + .check__box { background: var(--gold-grad); border-color: transparent; }
.check input:checked + .check__box svg { opacity: 1; transform: none; }
.check span { font-size: .82rem; color: var(--text-soft); line-height: 1.6; }
.check a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }

/* Multi-step */
.steps { display: flex; align-items: center; gap: .5rem; margin-bottom: 2rem; flex-wrap: wrap; }
.step {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .62rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-mute);
  transition: color .4s;
}
.step__num {
  display: grid; place-items: center;
  width: 30px; height: 30px;
  border: 1px solid var(--line-soft);
  border-radius: 50%;
  font-size: .68rem;
  transition: all .4s var(--ease);
}
.step.is-active { color: var(--gold); }
.step.is-active .step__num { border-color: var(--gold); background: rgba(212,175,55,.12); color: var(--gold); }
.step.is-done .step__num { background: var(--gold-grad); border-color: transparent; color: #0a0800; }
.step__sep { flex: 1; min-width: 18px; height: 1px; background: var(--line-soft); }

.fieldset { display: none; }
.fieldset.is-active { display: grid; gap: 1.15rem; animation: fadeUp .5s var(--ease-out); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.form__actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: .5rem; }

/* Review summary */
.review-list { display: grid; gap: .1rem; border: 1px solid var(--line-soft); border-radius: var(--radius-lg); overflow: hidden; }
.review-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1.15rem;
  background: var(--ink);
  font-size: .86rem;
}
.review-list dt { color: var(--text-mute); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; align-self: center; }
.review-list dd { color: var(--gold-pale); text-align: right; }

/* Form feedback */
.form-note {
  display: none;
  gap: .85rem;
  align-items: flex-start;
  padding: 1.15rem 1.3rem;
  border-radius: var(--radius-lg);
  font-size: .88rem;
  line-height: 1.65;
}
.form-note.is-shown { display: flex; animation: fadeUp .45s var(--ease-out); }
.form-note svg { width: 19px; height: 19px; flex: none; margin-top: .2em; }
.form-note--ok { background: rgba(93,220,133,.08); border: 1px solid rgba(93,220,133,.3); color: #b7f0c8; }
.form-note--ok svg { color: #5ddc85; }
.form-note--err { background: rgba(233,110,110,.08); border: 1px solid rgba(233,110,110,.3); color: #f3c0c0; }
.form-note--err svg { color: #e98c8c; }

/* --------------------------------------------------------------------------
   22. Contact blocks & map
   -------------------------------------------------------------------------- */
.contact-card {
  display: grid;
  gap: .9rem;
  padding: clamp(1.4rem, 2.6vw, 2rem);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, var(--panel), var(--ink));
  transition: border-color .4s, transform .5s var(--ease-out);
}
.contact-card:hover { border-color: var(--line); transform: translateY(-4px); }
.contact-card__icon {
  display: grid; place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--gold);
  background: var(--gold-grad-soft);
}
.contact-card__icon svg { width: 20px; height: 20px; }
.contact-card h4 { font-size: .68rem; letter-spacing: .26em; text-transform: uppercase; color: var(--text-mute); font-family: var(--font-body); font-weight: 400; }
.contact-card p, .contact-card a { font-size: .96rem; color: var(--text); line-height: 1.7; }
.contact-card a:hover { color: var(--gold); }

.map {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 420px;
  background: var(--panel);
}
.map iframe { flex: 1; width: 100%; min-height: 380px; border: 0; filter: grayscale(1) invert(.92) contrast(.88) hue-rotate(180deg); }

/* A header strip rather than an overlay — Google's own place card sits at the
   map's top-left, so an absolutely positioned badge would be buried under it. */
.map__badge {
  flex: none;
  display: grid;
  gap: .35rem;
  padding: 1rem clamp(1rem, 2vw, 1.3rem);
  background: linear-gradient(180deg, rgba(20,17,8,.96), rgba(6,6,8,.96));
  border-bottom: 1px solid var(--line);
}
.map__badge strong { font-family: var(--font-display); color: var(--gold); font-size: 1rem; }
.map__badge span { font-size: .78rem; color: var(--text-soft); line-height: 1.55; }

/* --------------------------------------------------------------------------
   23. CTA band
   -------------------------------------------------------------------------- */
.cta-band {
  position: relative;
  padding-block: clamp(3.5rem, 8vw, 6.5rem);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  border-block: 1px solid var(--line);
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(70% 120% at 50% 100%, rgba(212,175,55,.2), transparent 62%),
    linear-gradient(180deg, var(--black), #0b0904 55%, var(--black));
}
.cta-band h2 { margin-bottom: 1.1rem; }
.cta-band .lead { max-width: 58ch; margin-inline: auto; margin-bottom: 2.25rem; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; }

/* Giant watermark word */
.watermark {
  position: absolute;
  left: 50%;
  bottom: -.22em;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: clamp(5rem, 20vw, 17rem);
  font-weight: 700;
  line-height: .8;
  letter-spacing: .06em;
  color: rgba(212,175,55,.045);
  white-space: nowrap;
  pointer-events: none;
  z-index: -1;
  user-select: none;
}

/* --------------------------------------------------------------------------
   24. Footer
   -------------------------------------------------------------------------- */
.footer {
  position: relative;
  background: linear-gradient(180deg, var(--black), #07070a);
  border-top: 1px solid var(--line);
  padding-top: clamp(3rem, 6vw, 5rem);
  z-index: 2;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
.footer__col h4 {
  font-family: var(--font-body);
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.4rem;
}
.footer__col p { color: var(--text-soft); font-size: .9rem; }
.footer__links { display: grid; gap: .8rem; }
.footer__links a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-size: .89rem;
  color: var(--text-soft);
  transition: color .35s var(--ease), gap .35s var(--ease-out);
}
.footer__links a::before {
  content: "";
  width: 0; height: 1px;
  background: var(--gold);
  transition: width .35s var(--ease-out);
}
.footer__links a:hover { color: var(--gold); }
.footer__links a:hover::before { width: 14px; }

.footer .brand { margin-bottom: 1.35rem; }

.socials { display: flex; gap: .6rem; margin-top: 1.5rem; }
.socials a {
  display: grid; place-items: center;
  width: 40px; height: 40px;
  border: 1px solid var(--line-soft);
  border-radius: 50%;
  color: var(--text-soft);
  transition: all .4s var(--ease);
}
.socials a:hover { color: #0a0800; background: var(--gold-grad); border-color: transparent; transform: translateY(-3px); }
.socials svg { width: 16px; height: 16px; }

.hours-list { display: grid; gap: .55rem; }
.hours-list div { display: flex; justify-content: space-between; gap: 1rem; font-size: .86rem; color: var(--text-soft); }
.hours-list b { color: var(--gold-pale); font-weight: 400; }
.hours-list div.is-today { color: var(--gold); }
.hours-list div.is-today b { color: var(--gold); }

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding-block: 1.6rem;
  border-top: 1px solid var(--line-soft);
  font-size: .76rem;
  color: var(--text-mute);
}
.footer__bottom a:hover { color: var(--gold); }
.footer__legal { display: flex; gap: 1.5rem; flex-wrap: wrap; }

/* --------------------------------------------------------------------------
   25. Floating actions
   -------------------------------------------------------------------------- */
.float-stack {
  position: fixed;
  right: clamp(.9rem, 2.2vw, 1.7rem);
  bottom: clamp(.9rem, 2.2vw, 1.7rem);
  z-index: 900;
  display: grid;
  gap: .65rem;
  justify-items: center;
}
.fab {
  display: grid; place-items: center;
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(10,10,12,.85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--gold);
  box-shadow: var(--shadow-soft);
  transition: transform .4s var(--ease-out), background .35s, color .35s, opacity .4s, visibility .4s;
}
.fab:hover { transform: translateY(-4px) scale(1.06); background: var(--gold); color: #0a0800; }
.fab svg { width: 21px; height: 21px; }
.fab--wa { background: #1faa54; border-color: #1faa54; color: #fff; }
.fab--wa:hover { background: #25d366; border-color: #25d366; color: #063; }
.fab--top { opacity: 0; visibility: hidden; }
.fab--top.is-shown { opacity: 1; visibility: visible; }

.fab__tip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  padding: .45rem .8rem;
  background: rgba(10,10,12,.95);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: .6rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s, transform .3s var(--ease-out);
}
.fab:hover .fab__tip { opacity: 1; transform: translateY(-50%); }

/* --------------------------------------------------------------------------
   27. Countdown
   -------------------------------------------------------------------------- */
.countdown {
  display: flex;
  gap: clamp(.6rem, 1.6vw, 1.1rem);
  flex-wrap: wrap;
}
.countdown__unit {
  display: grid;
  gap: .4rem;
  justify-items: center;
  min-width: 68px;
  padding: .9rem .7rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: var(--glass);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.countdown__val {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.9rem);
  line-height: 1;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}
.countdown__lab { font-size: .52rem; letter-spacing: .24em; text-transform: uppercase; color: var(--text-mute); }

/* --------------------------------------------------------------------------
   28. Scroll reveal
   -------------------------------------------------------------------------- */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .85s var(--ease-out), transform .85s var(--ease-out);
  will-change: opacity, transform;
}
.js [data-reveal="left"]  { transform: translateX(-38px); }
.js [data-reveal="right"] { transform: translateX(38px); }
.js [data-reveal="zoom"]  { transform: scale(.93); }
.js [data-reveal="fade"]  { transform: none; }
.js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1 !important; transform: none !important; }
  .js .reveal-line > span { transform: none !important; }
}

/* Split-text hero lines */
.reveal-line { display: block; overflow: hidden; }
.js .reveal-line > span {
  display: block;
  transform: translateY(110%);
  transition: transform 1.05s var(--ease-out);
}
.js .is-loaded .reveal-line > span { transform: none; }
.js .reveal-line:nth-of-type(2) > span { transition-delay: .1s; }
.js .reveal-line:nth-of-type(3) > span { transition-delay: .2s; }

/* --------------------------------------------------------------------------
   29. Utilities
   -------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  top: -100px; left: 1rem;
  z-index: 10000;
  padding: .8rem 1.4rem;
  background: var(--gold);
  color: #000;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  transition: top .3s var(--ease);
}
.skip-link:focus { top: 1rem; }

.relative { position: relative; z-index: 2; }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: .75rem; }
.mt-2 { margin-top: 1.5rem; }
.mt-3 { margin-top: 2.25rem; }
.mt-4 { margin-top: 3rem; }
.mb-2 { margin-bottom: 1.5rem; }

main { position: relative; z-index: 2; }

/* --------------------------------------------------------------------------
   30. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .g-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  :root { --nav-h: 74px; }
  .nav { display: none; }
  .burger { display: block; }
  .header__actions .btn--gold { display: none; }
  .status-pill { display: none; }

  .split { grid-template-columns: 1fr; gap: 2.25rem; }
  .split--reverse .split__media { order: 0; }
  .frame img { aspect-ratio: 16 / 11; }

  .g-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid var(--line-soft); }

  .lineup__row { grid-template-columns: 96px 1fr; row-gap: .85rem; }
  .lineup__row .chip { grid-column: 2; justify-self: start; }

  .lb-prev { left: .5rem; }
  .lb-next { right: .5rem; }
}

@media (max-width: 760px) {
  .g-2, .g-3, .g-4 { grid-template-columns: 1fr; }
  .form__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 2.25rem; }
  .footer__bottom { flex-direction: column; text-align: center; gap: .9rem; }

  .hero { min-height: auto; padding-top: calc(var(--nav-h) + 3.5rem); padding-bottom: 5.5rem; }
  .hero__cta .btn { flex: 1 1 100%; }
  .hero__facts { gap: 1.4rem 2rem; }
  .scroll-cue { display: none; }

  .gallery { grid-auto-rows: 180px; }
  .gallery__item.is-wide { grid-column: span 1; }
  .gallery__item.is-tall { grid-row: span 1; }
  .gallery__cap { transform: none; opacity: 1; }

  .stats { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .stat:last-child { border-bottom: 0; }

  .float-stack { gap: .5rem; }
  .fab { width: 47px; height: 47px; }
  .fab svg { width: 19px; height: 19px; }

  .lightbox__meta { justify-content: center; text-align: center; }
  .map { min-height: 0; }
  .map iframe { min-height: 320px; }
}

@media (max-width: 480px) {
  .lineup__row { grid-template-columns: 1fr; }
  .lineup__row .chip { grid-column: 1; }
  .btn { --btn-pad-x: 1.6rem; font-size: .68rem; }
  .brand__mark { width: 32px; }
  .brand__name { font-size: .9rem; }
  .steps { gap: .3rem; }
  .step span:not(.step__num) { display: none; }
  .quote__text { font-size: 1.08rem; }
}

@media (min-width: 1500px) {
  :root { --maxw: 1360px; }
}

/* Print */
@media print {
  .header, .drawer, .float-stack, .preloader, .cursor, .cursor-dot,
  .bg-fx, #dust, .scroll-progress, .hero__beams { display: none !important; }
  body { background: #fff; color: #000; }
  .panel, .tile, .package { border-color: #ccc; }
}

/* --------------------------------------------------------------------------
   31. Layout variants (replace inline grid styles so media queries can win)
   -------------------------------------------------------------------------- */
.split--wide { grid-template-columns: 1.5fr 1fr; }
.split--top  { align-items: start; }

.sticky-aside {
  display: grid;
  gap: 1.25rem;
  position: sticky;
  top: calc(var(--nav-h) + 26px);
}

/* Countdown / status band */
.panel--band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.75rem;
  align-items: center;
}
.panel--band h3 { margin-bottom: .6rem; }
.panel--band p { margin: 0; }

/* --------------------------------------------------------------------------
   32. FAQ accordion
   -------------------------------------------------------------------------- */
.faq { display: grid; gap: .7rem; }

.faq__item {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, var(--panel), var(--ink));
  overflow: hidden;
  transition: border-color .4s var(--ease), background .4s var(--ease);
}
.faq__item[open] { border-color: var(--line); background: linear-gradient(165deg, var(--panel-2), var(--ink)); }
.faq__item:hover { border-color: var(--line); }

.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.15rem clamp(1.1rem, 2.4vw, 1.5rem);
  font-family: var(--font-display);
  font-size: clamp(.96rem, 1.5vw, 1.1rem);
  line-height: 1.45;
  color: var(--text);
  cursor: pointer;
  list-style: none;
  transition: color .35s var(--ease);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::marker { content: ""; }
.faq__item summary:hover { color: var(--gold); }
.faq__item[open] summary { color: var(--gold); }

.faq__item summary::after {
  content: "";
  flex: none;
  width: 10px; height: 10px;
  border-right: 1.6px solid var(--gold);
  border-bottom: 1.6px solid var(--gold);
  transform: rotate(45deg) translateY(-3px);
  transition: transform .42s var(--ease-out);
}
.faq__item[open] summary::after { transform: rotate(-135deg) translateY(-3px); }

.faq__body {
  padding: 0 clamp(1.1rem, 2.4vw, 1.5rem) 1.35rem;
  animation: faqIn .45s var(--ease-out);
}
.faq__body p { color: var(--text-soft); font-size: .93rem; margin: 0; }
.faq__body a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* --------------------------------------------------------------------------
   33. Responsive overrides for the variants above
   -------------------------------------------------------------------------- */
@media (max-width: 980px) {
  .split--wide { grid-template-columns: 1fr; }
  .sticky-aside { position: static; top: auto; }
}

@media (max-width: 760px) {
  .panel--band { grid-template-columns: 1fr; gap: 1.4rem; }
  .panel--band .countdown { justify-content: flex-start; }
  .countdown__unit { flex: 1 1 0; min-width: 0; }
}

/* --------------------------------------------------------------------------
   34. Progressive enhancement
   The reveal animations and the preloader are opt-in: they apply only once
   the inline head script has set .js on <html>. With scripts blocked or
   broken, every section renders in its final, fully visible state.
   -------------------------------------------------------------------------- */
.js .preloader { display: grid; }

/* --------------------------------------------------------------------------
   35. The hidden attribute must beat component display rules
   .btn is display:inline-flex and .fieldset is display:grid, both of which
   otherwise override the user-agent [hidden] { display: none } rule — which
   left the reservation form showing Back, Continue and Confirm all at once.
   -------------------------------------------------------------------------- */
[hidden] { display: none !important; }

/* --------------------------------------------------------------------------
   36. Hero video
   The Ken Burns drift belongs to the still image only — real footage already
   moves, so a second motion layer just makes it seasick.
   -------------------------------------------------------------------------- */
.hero__media video {
  animation: none;
  transform: scale(1.02);
}

/* --------------------------------------------------------------------------
   37. Reels — vertical clips from the venue's own stage
   -------------------------------------------------------------------------- */
.reels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.9rem, 2vw, 1.5rem);
}

.reel {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: var(--panel);
  transition: border-color .45s var(--ease), transform .5s var(--ease-out), box-shadow .5s var(--ease);
}
.reel:hover { border-color: var(--line); transform: translateY(-5px); box-shadow: var(--shadow-soft); }

.reel__video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: var(--ink);
  filter: saturate(1.05) contrast(1.04) brightness(.86);
  transition: filter .6s var(--ease), transform .9s var(--ease-out);
}
.reel:hover .reel__video { filter: saturate(1.1) contrast(1.05) brightness(1); transform: scale(1.03); }

.reel__cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2.6rem 1.15rem 1.15rem;
  background: linear-gradient(180deg, transparent, rgba(4, 4, 5, .9) 62%);
  pointer-events: none;
}
.reel__cap h3 {
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  margin-bottom: .25rem;
}
.reel__cap p {
  margin: 0;
  font-size: .6rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold);
}

/* A gold hairline that fills as the clip runs, so the loop reads as deliberate */
.reel::after {
  content: "";
  position: absolute;
  left: 0; top: 0;
  height: 2px;
  width: 100%;
  background: var(--gold-grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--ease-out);
}
.reel.is-playing::after { transform: scaleX(1); transition: transform 12s linear; }

@media (max-width: 900px) {
  /* A row of tall portrait clips eats the page on a phone, so it becomes a
     swipeable rail instead of a stack. */
  .reels {
    display: flex;
    gap: .75rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* bleed to the screen edges, then pad back in */
    margin-inline: calc(var(--gutter) * -1);
    padding-inline: var(--gutter);
    padding-bottom: .5rem;
  }
  .reels::-webkit-scrollbar { display: none; }
  .reel {
    flex: 0 0 min(72vw, 300px);
    scroll-snap-align: center;
  }
}

/* --------------------------------------------------------------------------
   38. Form polish
   Hints sit under some fields and not others, which was stretching the
   shorter column and leaving the grid looking lopsided. Aligning to the
   start fixes it, and a reserved hint line keeps the baseline steady.
   -------------------------------------------------------------------------- */
.form__grid { align-items: start; }

.fieldset { gap: 1.05rem; }

.fieldset > h3 { margin-bottom: .35rem; }

.fieldset__intro {
  margin: 0 0 .35rem;
  font-size: .9rem;
  color: var(--text-soft);
  max-width: 54ch;
}

/* "optional" marker, so the asterisks are not doing all the work */
.opt {
  margin-left: .5rem;
  padding: .12rem .45rem;
  border: 1px solid var(--line-soft);
  border-radius: 100px;
  font-size: .52rem;
  letter-spacing: .16em;
  color: var(--text-mute);
  text-transform: uppercase;
}

.field__hint { line-height: 1.5; }

/* --------------------------------------------------------------------------
   39. Venue chooser inside the booking form
   -------------------------------------------------------------------------- */
.locfield {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr));
  gap: .65rem;
}
.locfield input { position: absolute; opacity: 0; pointer-events: none; }

.locfield__card {
  display: grid;
  gap: .3rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: var(--glass);
  cursor: pointer;
  transition: border-color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease-out);
}
.locfield__card:hover { border-color: var(--line); transform: translateY(-2px); }

.locfield__name {
  font-family: var(--font-display);
  font-size: 1.02rem;
  color: var(--text);
}
.locfield__venue { font-size: .84rem; color: var(--text-soft); }
.locfield__meta {
  font-size: .6rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-mute);
}

.locfield input:checked + .locfield__card {
  border-color: rgba(212, 175, 55, .55);
  background: linear-gradient(160deg, rgba(212, 175, 55, .12), rgba(212, 175, 55, .03));
}
.locfield input:checked + .locfield__card .locfield__name { color: var(--gold); }
.locfield input:checked + .locfield__card .locfield__meta { color: var(--gold-deep); }
.locfield input:focus-visible + .locfield__card { outline: 2px solid var(--gold); outline-offset: 3px; }

/* --------------------------------------------------------------------------
   40. Venue context strip — reminds the guest which door this booking is for
   -------------------------------------------------------------------------- */
.venue-strip {
  display: flex;
  align-items: center;
  gap: clamp(.9rem, 2vw, 1.4rem);
  flex-wrap: wrap;
  margin-top: .6rem;
  padding: 1.1rem clamp(1rem, 2vw, 1.35rem);
  border: 1px solid var(--line-soft);
  border-left: 2px solid var(--gold);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(212, 175, 55, .05), transparent 70%);
}
.venue-strip__icon {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  flex: none;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
}
.venue-strip__icon svg { width: 17px; height: 17px; }

.venue-strip__where { display: grid; gap: .18rem; min-width: 0; flex: 1 1 200px; }
.venue-strip__where strong {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--gold-pale);
  font-weight: 600;
}
.venue-strip__where span { font-size: .84rem; color: var(--text-soft); }

.venue-strip__facts {
  display: flex;
  gap: clamp(1rem, 2.4vw, 2rem);
  flex-wrap: wrap;
  margin: 0;
}
.venue-strip__facts div { display: grid; gap: .2rem; }
.venue-strip__facts dt {
  font-size: .54rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--text-mute);
}
.venue-strip__facts dd {
  margin: 0;
  font-size: .85rem;
  color: var(--gold-pale);
  white-space: nowrap;
}

@media (max-width: 620px) {
  .venue-strip__facts { gap: 1rem 1.5rem; }
  .venue-strip__facts dd { white-space: normal; }
}

/* --------------------------------------------------------------------------
   41. Venue picker in the header, drawer and contact page
   Hidden by JS whenever only one venue is configured.
   -------------------------------------------------------------------------- */
.locpick { display: flex; gap: .4rem; flex-wrap: wrap; }

.locpick__btn {
  display: grid;
  gap: .12rem;
  padding: .5rem .9rem;
  border: 1px solid var(--line-soft);
  border-radius: 100px;
  background: var(--glass);
  text-align: left;
  transition: all .35s var(--ease);
}
.locpick__btn:hover { border-color: var(--line); }
.locpick__name {
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--text-soft);
}
.locpick__meta { font-size: .56rem; color: var(--text-mute); }

.locpick__btn.is-active {
  background: var(--gold-grad);
  border-color: transparent;
}
.locpick__btn.is-active .locpick__name { color: #0a0800; font-weight: 600; }
.locpick__btn.is-active .locpick__meta { color: rgba(10, 8, 0, .72); }

/* The header only has room for the label */
.header .locpick__meta, .footer .locpick__meta { display: none; }

/* --------------------------------------------------------------------------
   42. Brand logo — the venue's own artwork
   The mark already carries the name and the tagline, so it replaces the crown
   and the two text lines entirely. Sized by height, because the header height
   is the real constraint and the mark is a fixed 5:3.
   -------------------------------------------------------------------------- */
.brand { gap: 0; }

.brand__logo {
  height: 64px;
  width: auto;
  display: block;
  transition: height .4s var(--ease), opacity .4s var(--ease), filter .5s var(--ease);
}
.brand:hover .brand__logo {
  filter: brightness(1.12) drop-shadow(0 0 14px rgba(212, 175, 55, .3));
}

/* the bar condenses on scroll, so the mark comes with it */
.header.is-stuck .brand__logo { height: 48px; }

/* the footer has room to let it breathe */
.brand--lg .brand__logo { height: 76px; }

@media (max-width: 980px) {
  .brand__logo { height: 48px; }
  .header.is-stuck .brand__logo { height: 40px; }
  .brand--lg .brand__logo { height: 62px; }
}

@media (max-width: 480px) {
  .brand__logo { height: 40px; }
  .header.is-stuck .brand__logo { height: 34px; }
  .brand--lg .brand__logo { height: 54px; }
}

/* --------------------------------------------------------------------------
   43. The mark in the preloader and the age gate
   -------------------------------------------------------------------------- */
.preloader__logo {
  width: min(280px, 62vw);
  height: auto;
  animation: markPulse 2.1s var(--ease-in-out) infinite;
}
@keyframes markPulse {
  0%, 100% { opacity: .42; transform: translateY(3px) scale(.98); }
  50%      { opacity: 1;   transform: translateY(-3px) scale(1); }
}


/* --------------------------------------------------------------------------
   44. Gallery submenu in the header
   -------------------------------------------------------------------------- */
.nav__group { position: relative; }

.nav__link--sub { display: inline-flex; align-items: center; gap: .4rem; }
.nav__caret {
  width: 10px; height: 10px;
  transform: rotate(90deg);
  transition: transform .35s var(--ease-out);
}
.nav__group:hover .nav__caret,
.nav__group:focus-within .nav__caret { transform: rotate(-90deg); }

.nav__menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 186px;
  display: grid;
  gap: .1rem;
  padding: .45rem;
  background: rgba(10, 10, 12, .96);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s var(--ease), transform .35s var(--ease-out), visibility .3s;
  z-index: 20;
}
/* a bridge across the gap, so moving the pointer down does not close it */
.nav__menu::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: -18px;
  height: 18px;
}

.nav__group:hover .nav__menu,
.nav__group:focus-within .nav__menu,
.nav__group.is-open .nav__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav__menu a {
  padding: .62rem .9rem;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-soft);
  border-radius: 2px;
  transition: background .3s var(--ease), color .3s var(--ease), padding-left .3s var(--ease-out);
}
.nav__menu a:hover,
.nav__menu a:focus-visible {
  background: rgba(212, 175, 55, .12);
  color: var(--gold);
  padding-left: 1.15rem;
}

/* --------------------------------------------------------------------------
   45. The same two entries inside the mobile drawer
   -------------------------------------------------------------------------- */
.drawer__subs {
  display: grid;
  gap: .05rem;
  padding: .1rem 0 .7rem 1.6rem;
  opacity: 0;
  transform: translateY(24px);
}
.drawer.is-open .drawer__subs { animation: drawerIn .6s var(--ease-out) .34s forwards; }

.drawer__sub {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .34rem 0;
  font-family: var(--font-body);
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text-mute);
  transition: color .3s var(--ease), gap .3s var(--ease-out);
}
.drawer__sub::before {
  content: "";
  width: 14px; height: 1px;
  background: currentColor;
  opacity: .6;
}
.drawer__sub:hover { color: var(--gold); gap: .9rem; }

/* --------------------------------------------------------------------------
   46. View-specific opening copy on the gallery
   The first paragraph keeps the .lead treatment; the ones after it step down
   so a three-paragraph opening still reads as one block rather than a wall.
   -------------------------------------------------------------------------- */
.view-copy__more {
  max-width: 62ch;
  margin: .9rem auto 0;
  font-size: clamp(.9rem, 1.1vw, .98rem);
  line-height: 1.8;
  color: var(--text-soft);
}

/* --------------------------------------------------------------------------
   47. Large eyebrow, and the follow-on paragraphs under a section heading
   -------------------------------------------------------------------------- */
.eyebrow--lg {
  font-size: clamp(.88rem, 1.6vw, 1.2rem);
  font-weight: 400;
  letter-spacing: .34em;
  margin-bottom: 1.5rem;
  color: var(--gold);
}
.eyebrow--lg::before,
.eyebrow--lg::after { width: clamp(28px, 6vw, 74px); }

/* second and third paragraphs of an intro: present, but stepped down from the lead */
.section-head__more,
.view-copy__more {
  max-width: 62ch;
  margin: .9rem auto 0;
  font-size: clamp(.9rem, 1.1vw, .98rem);
  line-height: 1.8;
  color: var(--text-soft);
}
.section-head__more em {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.12em;
  color: var(--gold-pale);
}

/* --------------------------------------------------------------------------
   48. Menu page
   -------------------------------------------------------------------------- */
.page-hero--menu { padding-bottom: clamp(2rem, 5vw, 3.5rem); }

/* language switch */
.langpick {
  display: inline-flex;
  gap: .4rem;
  margin-top: 1.75rem;
  padding: .35rem;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: rgba(10, 10, 12, .6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.langpick__btn {
  padding: .5rem 1.25rem;
  border-radius: 100px;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-soft);
  transition: all .35s var(--ease);
}
.langpick__btn:hover { color: var(--gold); }
.langpick__btn.is-active {
  background: var(--gold-grad);
  color: #0a0800;
  font-weight: 600;
}
.langpick__btn[lang="ar"] {
  font-family: "Noto Kufi Arabic", var(--font-body);
  letter-spacing: 0;
  font-size: .82rem;
}

/* the menu itself, two columns of sections on a wide screen */
.menu {
  columns: 2;
  column-gap: clamp(2rem, 5vw, 4.5rem);
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}
.menu > div { display: contents; }

.menu__group {
  break-inside: avoid;
  margin-bottom: clamp(1.9rem, 3.4vw, 2.8rem);
}

.menu__title {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  font-weight: 600;
  color: var(--gold);
  margin-bottom: .9rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid var(--line);
}

.menu__list { display: grid; gap: .1rem; }

.menu__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: .6rem;
  padding: .5rem 0;
  font-size: .94rem;
}
.menu__row--measures,
.menu__head {
  grid-template-columns: 1fr repeat(3, 3.6rem);
  gap: .5rem;
}

.menu__head {
  display: grid;
  padding-bottom: .3rem;
  font-size: .6rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-mute);
}

.menu__name { display: grid; gap: .16rem; min-width: 0; }
.menu__name > span:first-child { color: var(--text); }
.menu__sub {
  font-size: .74rem;
  color: var(--text-mute);
  letter-spacing: .02em;
}

/* the leader dots between a dish and its price */
.menu__dots {
  align-self: center;
  height: 1px;
  min-width: 1.5rem;
  background-image: radial-gradient(circle, var(--line) 1px, transparent 1px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  opacity: .75;
}

.menu__p {
  font-family: var(--font-display);
  font-size: .96rem;
  color: var(--gold-pale);
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}
.menu__row--measures .menu__p { font-size: .9rem; }

.menu__note {
  max-width: 62ch;
  margin: clamp(1.5rem, 3vw, 2.5rem) auto 0;
  text-align: center;
  font-size: .78rem;
  line-height: 1.7;
  color: var(--text-mute);
}

@media (max-width: 860px) {
  .menu { columns: 1; }
}
@media (max-width: 420px) {
  .menu__row--measures,
  .menu__head { grid-template-columns: 1fr repeat(3, 2.9rem); gap: .35rem; }
  .menu__p { font-size: .85rem; }
}

/* --------------------------------------------------------------------------
   49. Arabic — right to left, and a typeface that suits the script
   -------------------------------------------------------------------------- */
[lang="ar"] .menu__title,
[lang="ar"] .menu__name,
[lang="ar"] .menu__sub,
[lang="ar"] .menu__note,
[lang="ar"] .tab,
[lang="ar"] .eyebrow,
[lang="ar"] .lead,
[lang="ar"] .crumbs {
  font-family: "Noto Kufi Arabic", var(--font-body);
  letter-spacing: 0;
}
[lang="ar"] .menu__title { font-style: normal; }
[lang="ar"] h1 { font-family: "Noto Kufi Arabic", var(--font-display); letter-spacing: 0; }

/* mirror the row so prices sit on the left and names read from the right */
[dir="rtl"] .menu__row { grid-template-columns: auto 1fr auto; }
[dir="rtl"] .menu__p { text-align: left; }
[dir="rtl"] .menu__note,
[dir="rtl"] .page-hero .lead { text-align: center; }
[dir="rtl"] .menu__title { text-align: right; }
[dir="rtl"] .eyebrow::before { background: linear-gradient(270deg, transparent, var(--gold)); }
[dir="rtl"] .eyebrow.is-centered::after { background: linear-gradient(90deg, transparent, var(--gold)); }
