/* =========================================================================
   Duke's Table — premium one-page styles
   ========================================================================= */

:root {
  /* Palette */
  --burgundy-900: #2a0a0f;
  --burgundy-800: #3d0d14;
  --burgundy-700: #5a1620;
  --burgundy-600: #7a1f2b;
  --teal-900: #0a2a26;
  --teal-700: #10403a;
  --teal-500: #1c6b5a;
  --gold-300: #e3c889;
  --gold: #c9a24b;
  --gold-600: #a07e34;
  --coral: #c75b53;
  --ink-900: #0c0708;
  --ink-800: #140b0d;
  --ink-700: #1d1113;
  --cream: #f3e9dc;
  --cream-dim: #cdbfb2;
  --muted: #9c8d83;

  --ff-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --ff-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --maxw: 1320px;
  --pad: clamp(1.25rem, 4vw, 5rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --reveal-dur: 1.1s;
}

/* ---- Reset / base --------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink-900);
  color: var(--cream);
  font-family: var(--ff-sans);
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; height: 100vh; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
canvas { display: block; }
h1, h2, h3 { margin: 0; font-weight: 500; }
::selection { background: var(--gold); color: var(--ink-900); }

.display { font-family: var(--ff-display); font-weight: 500; letter-spacing: 0.005em; }
.gold-text {
  background: linear-gradient(100deg, var(--gold-300), var(--gold) 45%, var(--gold-600));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}

/* ---- Decorative diamonds / argyle ---------------------------------------- */
.diamond {
  display: inline-block;
  width: 6px; height: 6px;
  margin: 0 0.7em;
  background: var(--gold);
  transform: rotate(45deg);
  vertical-align: middle;
  opacity: 0.85;
}
.argyle {
  position: absolute;
  inset: auto 0 0 auto;
  width: 120px; height: 120px;
  background-image:
    linear-gradient(135deg, transparent 46%, var(--coral) 46%, var(--coral) 54%, transparent 54%),
    linear-gradient(45deg, transparent 46%, var(--teal-500) 46%, var(--teal-500) 54%, transparent 54%);
  background-size: 28px 28px;
  opacity: 0.35;
  pointer-events: none;
}
.argyle--corner { top: 1.5rem; right: 1.5rem; bottom: auto; }

/* =========================================================================
   Topbar
   ========================================================================= */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: clamp(1rem, 2.5vw, 1.8rem) var(--pad);
  transition: background 0.5s var(--ease), padding 0.5s var(--ease);
  pointer-events: none;
}
.topbar.is-scrolled {
  background: linear-gradient(to bottom, rgba(12,7,8,0.92), rgba(12,7,8,0));
  padding-top: 0.8rem; padding-bottom: 1.4rem;
}
.topbar a { pointer-events: auto; }
.topbar__brand { display: flex; align-items: center; }
.topbar__the { font-size: 0.62rem; letter-spacing: 0.45em; color: var(--gold); text-transform: uppercase; }
.topbar__name { font-family: var(--ff-display); font-size: 1.4rem; letter-spacing: 0.04em; }
.topbar__logo { height: clamp(34px, 4.4vw, 46px); width: auto; display: block; }
.topbar__lang {
  display: inline-flex; align-items: center; gap: 0.4em;
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 0.55em 1em; border: 1px solid rgba(201,162,75,0.4); border-radius: 999px;
  transition: border-color 0.4s var(--ease), background 0.4s var(--ease);
}
.topbar__lang:hover { border-color: var(--gold); background: rgba(201,162,75,0.1); }
.topbar__lang-current { color: var(--gold); }
.topbar__lang-sep { color: var(--muted); }
.topbar__lang-other { color: var(--cream-dim); }

/* ---- Scroll progress ------------------------------------------------------ */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 70; background: rgba(255,255,255,0.05); }
.progress__bar { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--burgundy-600), var(--gold)); transition: width 0.1s linear; }

/* =========================================================================
   Buttons / kicker / lead
   ========================================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.95em 2.2em; border-radius: 999px;
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase;
  border: 1px solid transparent; background: transparent; color: var(--cream);
  cursor: pointer; transition: all 0.4s var(--ease);
}
.btn--gold { background: linear-gradient(110deg, var(--gold-300), var(--gold)); color: var(--ink-900); font-weight: 500; }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -12px rgba(201,162,75,0.65); }
.btn--ghost { border-color: rgba(243,233,220,0.35); color: var(--cream); }
.btn--ghost:hover { border-color: var(--cream); background: rgba(243,233,220,0.06); }

.kicker {
  display: inline-flex; align-items: center;
  margin: 0 0 1.4rem; font-size: 0.7rem; letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--gold-300);
}
.kicker__rule { display: inline-block; width: 38px; height: 1px; margin-right: 1rem; background: var(--gold); opacity: 0.7; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: var(--cream-dim); max-width: 42ch; }

/* =========================================================================
   Stage & panels (desktop = continuous vertical scroll)
   ========================================================================= */
.stage { position: relative; }
.panel { position: relative; }

.section {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: center;
  padding: clamp(6rem, 12vh, 10rem) var(--pad);
  overflow: hidden;
}
.section__inner { position: relative; z-index: 3; width: 100%; max-width: var(--maxw); margin: 0 auto; }

/* Media / scrims */
.section__media { position: absolute; inset: 0; z-index: 0; }
.section__img { width: 100%; height: 100%; object-fit: cover; }
.section__scrim { position: absolute; inset: 0; background: linear-gradient(to right, rgba(12,7,8,0.92) 0%, rgba(12,7,8,0.55) 55%, rgba(12,7,8,0.3) 100%); }
.section__scrim--hero { background: radial-gradient(120% 90% at 50% 35%, rgba(12,7,8,0.35), rgba(12,7,8,0.85) 75%), linear-gradient(to top, var(--ink-900), rgba(12,7,8,0.25) 45%); }
.section__scrim--feature { background: linear-gradient(to bottom, rgba(12,7,8,0.7), rgba(42,10,15,0.55) 50%, rgba(12,7,8,0.92)); }
.section__scrim--contact { background: radial-gradient(120% 100% at 50% 30%, rgba(90,22,32,0.45), rgba(12,7,8,0.9) 70%); }

/* Hero */
.section--hero { text-align: center; align-items: center; justify-content: center; }
.hero__inner { max-width: 60ch; margin-inline: auto; }
.hero__the { margin: 0 0 0.2rem; font-size: 0.8rem; letter-spacing: 0.6em; color: var(--gold); text-transform: uppercase; }
.hero__title { font-size: clamp(3.4rem, 11vw, 9rem); line-height: 0.95; margin-bottom: 1.2rem; text-shadow: 0 20px 60px rgba(0,0,0,0.6); }
.hero__logo-wrap { margin: 0 0 1.4rem; line-height: 0; }
.hero__logo { width: min(640px, 84vw); height: auto; margin: 0 auto; filter: drop-shadow(0 22px 60px rgba(0,0,0,0.55)); }
.hero__tagline { font-family: var(--ff-display); font-style: italic; font-size: clamp(1.3rem, 3vw, 2.2rem); margin-bottom: 1.6rem; }
.hero__lead { margin: 0 auto; }
.section--hero .kicker { justify-content: center; }

.scroll-hint { position: absolute; bottom: 2.2rem; left: 0; right: 0; z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 0.7rem; font-size: 0.62rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--cream-dim); }
.scroll-hint__text { padding-left: 0.34em; }
.scroll-hint__line { width: 1px; height: 46px; background: linear-gradient(to bottom, var(--gold), transparent); position: relative; overflow: hidden; }
.scroll-hint__line::after { content: ""; position: absolute; top: -50%; left: 0; width: 100%; height: 50%; background: var(--cream); animation: scrollDot 2.2s var(--ease) infinite; }
@keyframes scrollDot { 0% { transform: translateY(-100%);} 60%,100% { transform: translateY(300%);} }

/* Split sections */
.section--split { background: var(--ink-900); }
.section__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.section__media--side {
  position: relative; z-index: 2; margin: 0; height: min(68vh, 600px);
  border-radius: 4px; overflow: hidden;
  box-shadow: 0 40px 90px -40px rgba(0,0,0,0.9); border: 1px solid rgba(201,162,75,0.18);
}
.section__media--side .section__img { position: absolute; inset: 0; transition: transform 1.6s var(--ease); }
.section__media--side.in-view .section__img { transform: scale(1.04); }
.section__media-glow { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, rgba(42,10,15,0.28), transparent 55%), linear-gradient(to top, rgba(12,7,8,0.5), transparent 40%); }
.section__col { max-width: 54ch; }
/* Reverse: image on the right, copy on the left */
.section--reverse .section__media--side { order: 2; }
.section--reverse .section__col { order: 1; }

.section__title { font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1; margin-bottom: 1rem; }
.section__title--xl { font-size: clamp(3rem, 8vw, 6.5rem); }
.section__sub { font-family: var(--ff-display); font-style: italic; font-size: clamp(1.2rem, 2.4vw, 1.8rem); margin: 0 0 1.4rem; }
.section__text { color: var(--cream-dim); margin: 0 0 1.1rem; max-width: 52ch; }
.section__text--center { margin-inline: auto; }

/* Centered feature/services/contact */
.section--feature, .section--services, .section--contact { text-align: center; justify-content: center; }
.section__inner--center { max-width: 70ch; margin-inline: auto; display: flex; flex-direction: column; align-items: center; }
.section--feature .kicker, .section--services .kicker, .section--contact .kicker { justify-content: center; }

/* Stats */
.stat { display: inline-flex; flex-direction: column; gap: 0.2rem; margin-top: 1.4rem; padding-top: 1.4rem; border-top: 1px solid rgba(201,162,75,0.25); }
.stat--center { align-items: center; }
.stat__num { font-size: clamp(2.6rem, 6vw, 4rem); line-height: 1; color: var(--gold-300); }
.stat__label { font-size: 0.72rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted); }

/* Services list */
.svc-list { list-style: none; margin: 2.2rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem 2.4rem; text-align: left; width: 100%; max-width: 760px; }
.svc-list__item { display: flex; align-items: flex-start; gap: 0.9rem; padding: 0.9rem 0; border-bottom: 1px solid rgba(243,233,220,0.08); color: var(--cream); }
.svc-list__mark { flex: none; width: 8px; height: 8px; margin-top: 0.6rem; background: var(--gold); transform: rotate(45deg); }
.svc-list__text { font-size: 0.98rem; color: var(--cream-dim); }
.svc-note { margin-top: 2.2rem; font-style: italic; font-family: var(--ff-display); font-size: 1.15rem; color: var(--muted); max-width: 56ch; }

/* Contact section */
.section--contact { background: var(--ink-900); padding-top: clamp(5rem, 9vh, 7rem); padding-bottom: clamp(3rem, 6vh, 5rem); }
.contact__inner { max-width: 760px; margin-inline: auto; display: flex; flex-direction: column; align-items: center; text-align: center; }
.section--contact .kicker { justify-content: center; }
.contact__title { font-family: var(--ff-display); font-weight: 500; font-size: clamp(2.2rem, 4.6vw, 4rem); line-height: 1.05; margin: 0 0 1.2rem; max-width: 18ch; }
.contact__text { color: var(--cream-dim); margin: 0 auto 2rem; max-width: 50ch; }

.contact-card { padding: clamp(1.8rem,3.5vw,2.6rem) clamp(2rem,5vw,3.6rem); border: 1px solid rgba(201,162,75,0.28); border-radius: 6px; background: rgba(20,11,13,0.6); backdrop-filter: blur(6px); display: flex; flex-direction: column; align-items: center; gap: 0.5rem; box-shadow: 0 40px 90px -50px rgba(0,0,0,0.9); }
.contact-card__label { font-size: 0.66rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--muted); margin: 0; }
.contact-card__email { font-family: var(--ff-display); font-size: clamp(1.6rem, 4vw, 2.5rem); line-height: 1.1; }
.contact-card__email:hover { text-decoration: underline; text-underline-offset: 6px; }
.contact-card__address { font-style: normal; font-family: var(--ff-display); font-size: clamp(1.05rem, 2.4vw, 1.35rem); line-height: 1.35; color: var(--cream); margin: 0.15rem 0 0; }
.contact-card__divider { display: flex; align-items: center; justify-content: center; width: 100%; margin: 0.9rem 0; }
.contact-card__divider::before, .contact-card__divider::after { content: ""; height: 1px; flex: 1; background: linear-gradient(to right, transparent, rgba(201,162,75,0.4), transparent); }
.contact-card__social { display: inline-flex; align-items: center; gap: 0.9rem; }
.contact-card__social-label { font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); }
.contact-card__social a { font-size: 0.85rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream); border-bottom: 1px solid var(--gold); padding-bottom: 2px; transition: color 0.3s var(--ease); }
.contact-card__social a:hover { color: var(--gold-300); }

/* Footer (inside contact) */
.footer { margin-top: clamp(2rem, 5vh, 3.4rem); display: flex; flex-direction: column; align-items: center; gap: 0.5rem; color: var(--muted); }
.footer__logo { width: 200px; max-width: 60vw; height: auto; opacity: 0.92; }
.footer__tagline { font-style: italic; font-family: var(--ff-display); font-size: 1.05rem; color: var(--cream-dim); }
.footer__rights { font-size: 0.68rem; letter-spacing: 0.1em; }

/* =========================================================================
   The Bar + realistic whisky pour
   ========================================================================= */
.section--bar { background: var(--ink-900); }
.section__scrim--bar { background: linear-gradient(to right, rgba(12,7,8,0.95) 0%, rgba(12,7,8,0.72) 48%, rgba(12,7,8,0.55) 100%); }
.bar__inner { display: grid; grid-template-columns: 1fr 0.82fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }

.glass-wrap { position: relative; justify-self: center; display: flex; flex-direction: column; align-items: center; gap: 1.6rem; --pour: 0; }
.glass-figure { position: relative; width: clamp(200px, 22vw, 300px); aspect-ratio: 1536 / 1024; animation: glassFloat 7s ease-in-out infinite; }

/* Single empty crystal glass photo sits in front; the whisky is a layer behind it. */
.glass__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; z-index: 3; pointer-events: none; filter: drop-shadow(0 30px 40px rgba(0,0,0,0.6)); }

/* Whisky liquid — rises from the bottom of the bowl as --pour goes 0 -> 1. */
.glass__liquid {
  position: absolute; left: 27.5%; right: 27.5%; bottom: 11%;
  z-index: 2; pointer-events: none;
  height: calc(var(--pour) * 37%);
  /* Colours sampled directly from the whisky photo, kept translucent for a
     consistent, glassy amber that reads the same at any fill level. */
  background: linear-gradient(to top,
    rgba(202,126,38,0.80) 0%,    /* lit base glow */
    rgba(172,78,16,0.74) 32%,    /* lower body */
    rgba(154,50,10,0.68) 64%,    /* deep reddish amber core */
    rgba(182,112,50,0.76) 100%   /* lit just beneath the surface */
  );
  border-radius: 4px 4px 14% 14% / 4px 4px 24px 24px;
  box-shadow: inset 0 -12px 20px rgba(255,193,98,0.34), inset 0 14px 20px rgba(38,11,2,0.38);
  transition: height 0.12s linear;
}
/* Bright amber surface line that stays visible at every fill level. */
.glass__surface {
  position: absolute; top: -6px; left: -3%; right: -3%; height: 12px;
  background: radial-gradient(62% 130% at 50% 28%, rgba(255,216,142,0.95), rgba(214,150,54,0.6) 58%, rgba(214,150,54,0) 100%);
  border-radius: 50%;
  filter: blur(0.4px);
  opacity: clamp(0, calc(var(--pour) * 9), 1);
}
.glass__halo { position: absolute; left: 50%; bottom: 6%; transform: translateX(-50%); width: 78%; height: 40%; z-index: 1; background: radial-gradient(50% 60% at 50% 60%, rgba(201,138,45,0.5), rgba(201,138,45,0.12) 55%, transparent 75%); filter: blur(14px); pointer-events: none; opacity: calc(0.2 + var(--pour) * 0.8); }
@keyframes glassFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.glass__label {
  margin: 0; font-family: var(--ff-display); font-style: italic; font-size: 1.25rem;
  color: var(--gold-300); letter-spacing: 0.02em;
  opacity: clamp(0, calc((var(--pour) - 0.85) * 6.67), 1);
  transform: translateY(calc((1 - var(--pour)) * 6px));
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* =========================================================================
   Scroll-scrubbed video background (Whisky & Cigar)
   ========================================================================= */
.section--video { background: var(--ink-900); }
.section__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  transform: scale(1.06);
  filter: blur(3px) brightness(0.62) saturate(1.06);
}
.section__scrim--video {
  background:
    radial-gradient(120% 95% at 50% 42%, rgba(12,7,8,0.42), rgba(12,7,8,0.84) 78%),
    linear-gradient(to bottom, rgba(12,7,8,0.62), rgba(42,10,15,0.32) 50%, rgba(12,7,8,0.86));
}

/* =========================================================================
   Age gate
   ========================================================================= */
.age-gate { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: var(--pad); }
.age-gate[hidden] { display: none; }
.age-gate__backdrop {
  position: absolute; inset: 0;
  background:
    linear-gradient(rgba(42,10,15,0.62), rgba(12,7,8,0.78)),
    url("../img/lounge.jpg") center/cover no-repeat;
  filter: blur(14px) saturate(1.1); transform: scale(1.08);
}
.age-gate__panel { position: relative; z-index: 2; text-align: center; max-width: 540px; padding: clamp(2rem,5vw,3.5rem); background: rgba(12,7,8,0.55); border: 1px solid rgba(201,162,75,0.3); border-radius: 8px; backdrop-filter: blur(4px); box-shadow: 0 50px 120px -40px rgba(0,0,0,0.9); animation: gateIn 1s var(--ease) both; }
@keyframes gateIn { from { opacity: 0; transform: translateY(24px) scale(0.98);} to { opacity: 1; transform: none;} }
.age-gate__mark { font-size: 0.7rem; letter-spacing: 0.55em; color: var(--gold); text-transform: uppercase; }
.age-gate__brand { font-family: var(--ff-display); font-size: clamp(2.4rem,7vw,3.6rem); line-height: 1; margin: 0.3rem 0 0.8rem; }
.age-gate__logo { width: min(360px, 70vw); height: auto; margin: 0 auto 1rem; display: block; filter: drop-shadow(0 14px 36px rgba(0,0,0,0.5)); }
.age-gate__kicker { display: flex; align-items: center; justify-content: center; font-size: 0.62rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--cream-dim); margin: 0 0 2rem; }
.age-gate__title { font-family: var(--ff-display); font-size: clamp(1.5rem,4vw,2.2rem); margin-bottom: 0.8rem; }
.age-gate__text { color: var(--cream-dim); margin: 0 auto 2rem; max-width: 44ch; }
.age-gate__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.age-gate.is-leaving { animation: gateOut 0.7s var(--ease) forwards; }
@keyframes gateOut { to { opacity: 0; visibility: hidden; } }

/* =========================================================================
   Reveal animations
   ========================================================================= */
.js [data-reveal] { opacity: 0; transform: translateY(38px); transition: opacity var(--reveal-dur) var(--ease), transform var(--reveal-dur) var(--ease); transition-delay: var(--reveal-delay, 0s); will-change: opacity, transform; }
.js [data-reveal][data-reveal-dir="left"] { transform: translateX(-50px); }
.js [data-reveal][data-reveal-dir="right"] { transform: translateX(50px); }
.js [data-reveal].in-view { opacity: 1; transform: none; }

/* =========================================================================
   Mobile dots
   ========================================================================= */
.dots { position: fixed; z-index: 55; display: none; }
.dots button { display: block; width: 9px; height: 9px; padding: 0; margin: 7px; border: 1px solid rgba(243,233,220,0.4); border-radius: 50%; background: transparent; transition: all 0.3s var(--ease); }
.dots button.is-active { background: var(--gold); border-color: var(--gold); transform: scale(1.3); }

/* =========================================================================
   MOBILE — horizontal swipe panels
   ========================================================================= */
@media (max-width: 820px) {
  html { scroll-behavior: auto; }
  .stage {
    display: flex; flex-direction: row; flex-wrap: nowrap;
    width: 100%; height: 100svh;
    overflow-x: auto; overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .stage::-webkit-scrollbar { display: none; }
  .panel { flex: 0 0 100%; width: 100vw; height: 100svh; scroll-snap-align: start; scroll-snap-stop: always; }
  .section { min-height: 100svh; height: 100svh; overflow-y: auto; padding: 6rem 1.5rem 4.5rem; align-items: center; }

  /* All split sections stack vertically inside their panel */
  .section__grid { grid-template-columns: 1fr; gap: 1.3rem; }
  .bar__inner { grid-template-columns: 1fr; gap: 1.4rem; }
  .section__media--side { height: 30vh; order: -1 !important; }
  .section--reverse .section__col { order: 0; }
  .glass-wrap { margin-top: 0.3rem; gap: 0.9rem; }
  .glass-figure { width: clamp(150px, 46vw, 220px); }
  .svc-list { grid-template-columns: 1fr; gap: 0.2rem 1rem; }
  .hero__logo { width: 80vw; }
  .contact__title { font-size: clamp(1.9rem, 7vw, 2.6rem); }

  .dots { display: block; bottom: 1.4rem; left: 50%; transform: translateX(-50%); }
  .dots > div { display: flex; flex-direction: row; }
  .scroll-hint { display: none; }
  .progress { display: none; }
}

@media (max-width: 820px) and (orientation: landscape) {
  .section { align-items: flex-start; }
}

/* Larger tablets keep vertical but tighten split */
@media (min-width: 821px) and (max-width: 1080px) {
  .section--split .section__inner { gap: 2.5rem; }
}

/* =========================================================================
   Reduced motion
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .js [data-reveal] { opacity: 1 !important; transform: none !important; }
  .section__video { filter: brightness(0.6) saturate(1.05); }
  .scroll-hint__line::after { display: none; }
}
