/* =========================================================
   Inclusionary Film Studios - Premium Redesign
   Tokens
   ========================================================= */
:root {
  --ink: #050505;
  --ink-2: #0d0d0d;
  --ink-3: #141414;
  --ink-4: #1c1c1c;
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.16);
  --paper: #f4eddb;
  --paper-soft: #e8e0c8;
  --gold: #d9b65a;
  --gold-bright: #f1cf76;
  --gold-deep: #a07d2a;
  --text: #ece6d6;
  --text-mute: #a7a195;
  --text-faint: #6c6a62;
  --rad: 2px;
  --maxw: 1320px;
  --pad: clamp(1.25rem, 4vw, 3rem);

  --f-display: "Cormorant Garamond", "Playfair Display", "Times New Roman", serif;
  --f-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-2: cubic-bezier(0.65, 0, 0.35, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--f-sans);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, picture { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }

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

/* =========================================================
   Scroll progress bar (fixed at top)
   ========================================================= */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0;
  height: 2px;
  background: transparent;
  z-index: 60;
  pointer-events: none;
}
.scroll-progress::after {
  content: "";
  display: block;
  width: var(--p, 0%);
  height: 100%;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold), var(--gold-bright));
  transition: width 0.1s linear;
  box-shadow: 0 0 12px rgba(217, 182, 90, 0.55);
}

/* =========================================================
   Film grain texture (subtle)
   ========================================================= */
.grain {
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 55;
  mix-blend-mode: overlay;
  opacity: 0.06;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='1'/></svg>");
  background-size: 200px 200px;
  animation: grainShift 8s steps(8) infinite;
}
@keyframes grainShift {
  0%, 100% { transform: translate(0, 0); }
  10% { transform: translate(-5%, -10%); }
  20% { transform: translate(-15%, 5%); }
  30% { transform: translate(7%, -25%); }
  40% { transform: translate(-5%, 25%); }
  50% { transform: translate(-15%, 10%); }
  60% { transform: translate(15%, 0%); }
  70% { transform: translate(0%, 15%); }
  80% { transform: translate(3%, 25%); }
  90% { transform: translate(-10%, 10%); }
}
@media (prefers-reduced-motion: reduce) {
  .grain { animation: none; }
}

/* =========================================================
   Cinematic Academy Leader Splash
   ========================================================= */
.splash {
  position: fixed; inset: 0; z-index: 200;
  background: #050505;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  transition: opacity 0.6s var(--ease), visibility 0.6s var(--ease);
}
.splash.gone { opacity: 0; visibility: hidden; }

/* Vignette + cinematic darkening */
.splash::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.7) 90%);
  z-index: 5; pointer-events: none;
}

/* Letterbox bars */
.splash-bar {
  position: absolute; left: 0; right: 0;
  height: 0; background: #000;
  z-index: 6;
  animation: letterboxIn 0.5s var(--ease) forwards;
}
.splash-bar.top { top: 0; }
.splash-bar.bot { bottom: 0; }
@keyframes letterboxIn {
  to { height: 9vh; }
}

/* Academy projection circle */
.splash-circle {
  position: relative;
  width: clamp(220px, 32vw, 380px);
  aspect-ratio: 1;
  z-index: 2;
  animation: filmFlicker 0.18s steps(2) infinite,
             splashFadeOut 0.4s 4.4s ease-in forwards;
}

@keyframes filmFlicker {
  0%, 100% { filter: brightness(1) contrast(1.04); }
  50% { filter: brightness(0.92) contrast(1.08); }
}
@keyframes splashFadeOut {
  to { opacity: 0; transform: scale(1.04); }
}

.splash-ring {
  position: absolute; inset: 0;
  border: 2px solid rgba(255,255,255,0.85);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(217, 182, 90, 0.2),
              inset 0 0 0 1px rgba(217, 182, 90, 0.12);
}
.splash-ring.outer { animation: ringPulse 1s ease-out forwards; }
.splash-ring.inner {
  inset: 16%;
  border-width: 1px;
  border-color: rgba(255,255,255,0.5);
  animation: ringPulse 1s 0.15s ease-out forwards;
  opacity: 0;
}
@keyframes ringPulse {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

/* Crosshair */
.splash-cross {
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0;
  animation: crossIn 0.4s 0.3s ease-out forwards;
}
.splash-cross::before, .splash-cross::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,0.4);
}
.splash-cross::before {
  top: 50%; left: 0; right: 0;
  height: 1px;
  transform: translateY(-0.5px);
}
.splash-cross::after {
  left: 50%; top: 0; bottom: 0;
  width: 1px;
  transform: translateX(-0.5px);
}
@keyframes crossIn { to { opacity: 1; } }

/* Sweeping arm, rotates clockwise once per second per number */
.splash-arm {
  position: absolute;
  top: 50%; left: 50%;
  width: 50%; height: 1.5px;
  background: linear-gradient(90deg, transparent 0%, rgba(217, 182, 90, 0.9) 30%, var(--gold) 100%);
  transform-origin: left center;
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0;
  z-index: 3;
  animation: armSweep 3s 0.5s linear forwards;
}
.splash-arm::after {
  content: "";
  position: absolute; right: -4px; top: 50%;
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 12px var(--gold);
}
@keyframes armSweep {
  0%   { opacity: 1; transform: translateY(-50%) rotate(-90deg); }
  33%  { transform: translateY(-50%) rotate(270deg); }
  33.5%{ transform: translateY(-50%) rotate(-90deg); }
  66%  { transform: translateY(-50%) rotate(270deg); }
  66.5%{ transform: translateY(-50%) rotate(-90deg); }
  100% { opacity: 1; transform: translateY(-50%) rotate(270deg); }
}

/* Countdown numbers */
.splash-num {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 4;
  font-family: var(--f-display);
  font-size: clamp(8rem, 18vw, 14rem);
  font-weight: 500;
  color: var(--paper);
  line-height: 1;
  text-shadow: 0 0 40px rgba(217, 182, 90, 0.3);
  opacity: 0;
}
.splash-num.three { animation: numIn 1s 0.5s var(--ease) forwards; }
.splash-num.two   { animation: numIn 1s 1.5s var(--ease) forwards; }
.splash-num.one   { animation: numIn 1s 2.5s var(--ease) forwards; }
@keyframes numIn {
  0% { opacity: 0; transform: scale(1.4); filter: blur(8px); }
  20% { opacity: 1; transform: scale(1); filter: blur(0); }
  85% { opacity: 1; transform: scale(1); filter: blur(0); }
  100% { opacity: 0; transform: scale(0.92); filter: blur(2px); }
}

/* Cue dots, small flashing markers at corners (like real film leader) */
.splash-cue {
  position: absolute;
  width: 14px; height: 14px;
  background: var(--gold);
  border-radius: 50%;
  z-index: 4;
  opacity: 0;
  box-shadow: 0 0 18px var(--gold);
}
.splash-cue.tl { top: 12%; left: 14%; animation: cueBlink 1s 0.6s ease-out 3; }
.splash-cue.tr { top: 12%; right: 14%; animation: cueBlink 1s 0.6s ease-out 3; }
@keyframes cueBlink {
  0%, 100% { opacity: 0; }
  10%, 30% { opacity: 1; }
}

/* White flash before logo reveal */
.splash-flash {
  position: absolute; inset: 0;
  background: #fff;
  z-index: 7;
  opacity: 0;
  pointer-events: none;
  animation: flashWhite 0.4s 3.5s ease-out forwards;
}
@keyframes flashWhite {
  0% { opacity: 0; }
  20% { opacity: 0.9; }
  100% { opacity: 0; }
}

/* Logo reveal */
.splash-logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 1.2rem;
  z-index: 8;
  opacity: 0;
  pointer-events: none;
  animation: logoIn 0.9s 3.7s var(--ease) forwards,
             logoOut 0.6s 4.4s ease-in forwards;
}
@keyframes logoIn {
  from { opacity: 0; transform: scale(0.92); filter: blur(6px); }
  to   { opacity: 1; transform: scale(1); filter: blur(0); }
}
@keyframes logoOut {
  to { opacity: 0; transform: scale(1.05); }
}
.splash-logo-inner {
  display: grid;
  place-items: center;
  gap: 1.4rem;
}
.splash-logo img {
  width: clamp(120px, 16vw, 180px);
  height: auto;
  filter: drop-shadow(0 0 30px rgba(217, 182, 90, 0.4));
}
.splash-name {
  font-family: var(--f-display);
  font-style: italic;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 500;
  color: var(--paper);
  line-height: 1;
  letter-spacing: -0.005em;
  white-space: nowrap;
}
.splash-name em {
  color: var(--gold);
  font-style: italic;
}
.splash-tag {
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.splash-line {
  width: 80px;
  height: 1px;
  background: var(--gold);
  opacity: 0.8;
}

/* Film grain overlay specific to splash */
.splash-grain {
  position: absolute; inset: 0;
  z-index: 9;
  pointer-events: none;
  mix-blend-mode: overlay;
  opacity: 0.18;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='1'/></svg>");
  background-size: 220px;
  animation: grainShift 0.5s steps(6) infinite;
}

/* Skip button */
.splash-skip {
  position: absolute;
  bottom: 4vh; right: 4vw;
  z-index: 10;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 500;
  padding: 0.7rem 1rem;
  border: 1px solid var(--line-2);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
  animation: skipIn 0.4s 0.8s ease-out forwards;
}
.splash-skip:hover { color: var(--gold); border-color: var(--gold); }
@keyframes skipIn { to { opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  .splash-arm, .splash-grain, .splash-circle { animation: none; }
}

/* =========================================================
   Hero word reveal
   ========================================================= */
.word-reveal { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: 0.05em; }
.word-reveal > span {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
  transition: transform 1s var(--ease), opacity 0.8s var(--ease);
}
.word-reveal.in > span { transform: translateY(0); opacity: 1; }

/* =========================================================
   Type
   ========================================================= */
.kicker {
  font-family: var(--f-sans);
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}
.kicker .num {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
  color: var(--gold);
  position: relative;
  padding-right: 0.85rem;
}
.kicker .num::after {
  content: "-";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  background: transparent;
  opacity: 1;
  font-family: var(--f-sans);
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1;
  color: var(--gold);
}

.display {
  font-family: var(--f-display);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.01em;
  color: var(--paper);
}

.display em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}

h1.display { font-size: clamp(2.5rem, 7.2vw, 6.5rem); }
h2.display { font-size: clamp(2rem, 5.4vw, 4.6rem); }
h3.display { font-size: clamp(1.5rem, 3vw, 2.4rem); }

p.lead {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.55;
  color: var(--text-mute);
  max-width: 60ch;
}

/* =========================================================
   Layout
   ========================================================= */
.container { width: 100%; max-width: var(--maxw); padding-inline: var(--pad); margin-inline: auto; }
section { padding-block: clamp(2.2rem, 5vw, 5rem); }

.section-head {
  display: grid;
  gap: 1.1rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
  max-width: 980px;
}
.section-head .kicker { justify-self: start; }

/* =========================================================
   Header / Nav
   ========================================================= */
.skip { position: absolute; left: -9999px; top: -9999px; }
.skip:focus {
  left: 1rem; top: 1rem; z-index: 9999;
  background: var(--gold); color: var(--ink);
  padding: 0.6rem 1rem; border-radius: var(--rad);
}

header.site {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 10000;
  padding: 2.3rem 0 1.6rem;
  transition: background 0.5s var(--ease), padding 0.4s var(--ease), border-color 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}
header.site.scrolled {
  background: rgba(5, 5, 5, 0.82);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  padding-block: 1.2rem;
  border-bottom-color: var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: flex; align-items: center; gap: 0.75rem;
  flex-shrink: 0;
}
/* =========================================================
   Intro overlay (1.5s cinematic reveal)
   ========================================================= */
.intro {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  pointer-events: none;
  animation: intro-fadeout 0.3s 0.775s var(--ease) forwards;
}
.intro.gone { display: none; }
.intro-mark {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 2vw, 1.4rem);
  opacity: 0;
  transform: translateY(8px) scale(0.985);
  animation: intro-rise 0.425s 0.075s var(--ease) forwards;
}
.intro-if {
  display: block;
  width: clamp(54px, 6vw, 76px);
  height: clamp(54px, 6vw, 76px);
  flex-shrink: 0;
  background-color: var(--gold);
  -webkit-mask-image: url("img/if-logo.png");
          mask-image: url("img/if-logo.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-mode: luminance;
          mask-mode: luminance;
}
.intro-words {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.intro-name {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1;
  color: var(--paper);
  letter-spacing: -0.005em;
}
.intro-sub {
  font-family: var(--f-sans);
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0;
  letter-spacing: 0.18em;
  animation: intro-spread 0.35s 0.35s var(--ease) forwards;
}
.intro-line {
  display: block;
  width: clamp(160px, 24vw, 280px);
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0.85;
  animation: intro-line-draw 0.4s 0.425s var(--ease) forwards;
}
@keyframes intro-rise {
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes intro-spread {
  from { opacity: 0; letter-spacing: 0.12em; }
  to   { opacity: 1; letter-spacing: 0.42em; }
}
@keyframes intro-line-draw {
  to { transform: scaleX(1); }
}
@keyframes intro-fadeout {
  from { opacity: 1; }
  to   { opacity: 0; visibility: hidden; }
}
@media (prefers-reduced-motion: reduce) {
  .intro { animation: intro-fadeout 0.2s 0.1s forwards; }
  .intro-mark, .intro-sub, .intro-line { animation: none; opacity: 1; transform: none; }
  .intro-line { transform: scaleX(1); }
}
/* Lock body scroll while intro is up */
body.intro-locked { overflow: hidden; }

/* Logo: use the white-on-black source as a luminance mask so the black
   square drops out completely; fill the visible IF shape with the gold
   accent. Works in all modern browsers (Safari 15.4+, Chrome 120+, FF 53+). */
.brand .brand-mark {
  display: block;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  background-color: var(--gold);
  -webkit-mask-image: url("img/dt-paw.png");
          mask-image: url("img/dt-paw.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-mode: luminance;
          mask-mode: luminance;
  transition: background-color 0.3s var(--ease);
}
.brand:hover .brand-mark { background-color: var(--gold-bright); }
.brand-text {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  color: var(--paper);
  line-height: 1;
}
.brand-text span { display: block; font-size: 0.65rem; letter-spacing: 0.4em; font-style: normal; text-transform: uppercase; color: var(--gold); margin-top: 4px; font-family: var(--f-sans); font-weight: 500; }

.nav-links {
  display: flex; align-items: center; gap: 2.25rem;
  list-style: none;
}
.nav-links a {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
  font-weight: 500;
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.3s;
}
.nav-links a::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width 0.4s var(--ease);
}
.nav-links a:hover { color: var(--gold); }
.nav-links a:hover::after { width: 100%; }

.nav-cta {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.85rem 1.4rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.72rem; letter-spacing: 0.25em;
  text-transform: uppercase; font-weight: 600;
  transition: all 0.4s var(--ease);
  white-space: nowrap;
}
.nav-cta:hover { background: var(--gold); color: var(--ink); }
.nav-cta svg { width: 12px; height: 12px; transition: transform 0.4s; }
.nav-cta:hover svg { transform: translateX(3px); }

.nav-right {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.nav-book-mobile {
  display: none;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--f-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}
.nav-book-mobile svg { width: 11px; height: 11px; }
.nav-book-mobile:hover { background: var(--gold); color: var(--ink); }

.menu-btn {
  display: none;
  width: 40px; height: 40px;
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.menu-btn::before, .menu-btn::after, .menu-btn > span {
  content: ""; position: absolute; left: 8px; right: 8px;
  height: 1.5px; background: var(--paper);
  transition: transform 0.4s var(--ease), top 0.3s var(--ease), opacity 0.25s var(--ease);
}
.menu-btn::before { top: 12px; }
.menu-btn > span { top: 19px; }
.menu-btn::after { top: 26px; }
.menu-btn.open::before { top: 19px; transform: rotate(45deg); }
.menu-btn.open > span { opacity: 0; }
.menu-btn.open::after { top: 19px; transform: rotate(-45deg); }

@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .menu-btn { display: block; }
  .nav-book-mobile { display: inline-flex; }
}

.mobile-drawer {
  position: fixed; inset: 0;
  background: rgba(5, 5, 5, 0.97);
  backdrop-filter: blur(20px);
  z-index: 40;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.5rem;
  opacity: 0; pointer-events: none;
  transition: opacity 0.5s var(--ease);
  padding: 4rem 2rem;
}
.mobile-drawer.open { opacity: 1; pointer-events: all; }
.mobile-drawer a {
  font-family: var(--f-display);
  font-size: clamp(1.6rem, 7vw, 2.4rem);
  color: var(--paper);
  font-weight: 500;
  padding: 0.4rem 0;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s var(--ease);
}
.mobile-drawer.open a { transform: translateY(0); opacity: 1; }
.mobile-drawer a em { color: var(--gold); font-style: italic; }
.mobile-drawer a:nth-child(1) { transition-delay: 0.1s; }
.mobile-drawer a:nth-child(2) { transition-delay: 0.15s; }
.mobile-drawer a:nth-child(3) { transition-delay: 0.2s; }
.mobile-drawer a:nth-child(4) { transition-delay: 0.25s; }
.mobile-drawer a:nth-child(5) { transition-delay: 0.3s; }
.mobile-drawer .nav-cta {
  margin-top: 1.5rem;
  font-size: 0.78rem;
  padding: 1rem 1.6rem;
}
.mobile-drawer .drawer-ig {
  margin-top: 0.5rem;
  border-color: var(--line-2);
  color: var(--paper);
}
.mobile-drawer .drawer-ig svg { width: 14px; height: 14px; }
.mobile-drawer .drawer-ig:hover { border-color: var(--gold); color: var(--gold); }

/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: clamp(3rem, 8vw, 6rem);
  padding-top: 11rem;
  isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  overflow: hidden;
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0.40);
  z-index: 3;
  pointer-events: none;
}
.hero-bg video,
.hero-bg picture,
.hero-bg img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.92) brightness(1.02);
}
.hero-bg picture {
  z-index: 1;
  display: block;
  transition: opacity 1.4s var(--ease);
}
.hero-bg picture img {
  width: 100%; height: 100%;
  transform: scale(1.06);
  animation: heroPan 18s ease-in-out infinite alternate;
  filter: none;
}
.hero-bg video {
  z-index: 2;
  opacity: 0;
  transition: opacity 1.6s var(--ease);
}
.hero-bg.video-ready video { opacity: 1; }
.hero-bg.video-ready picture { opacity: 0; }
.hero::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(217, 182, 90, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.55) 0%, rgba(5, 5, 5, 0.30) 30%, rgba(5, 5, 5, 0.82) 80%, var(--ink) 100%);
  pointer-events: none;
}
@keyframes heroPan {
  from { transform: scale(1.02); }
  to   { transform: scale(1.15); }
}

/* Watch Tour pill (sound on) */
.hero-tour {
  display: inline-flex; align-items: center; gap: 0.85rem;
  padding: 0.85rem 1.4rem 0.85rem 0.85rem;
  border: 1px solid var(--line-2);
  background: rgba(5, 5, 5, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--paper);
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.4s var(--ease);
  cursor: pointer;
}
.hero-tour:hover { border-color: var(--gold); color: var(--gold); }
.hero-tour .ico {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  background: var(--gold);
  color: var(--ink);
  border-radius: 50%;
  flex-shrink: 0;
  transition: transform 0.4s var(--ease);
}
.hero-tour:hover .ico { transform: scale(1.08); }
.hero-tour .ico svg { width: 12px; height: 12px; margin-left: 2px; }

.hero-inner { position: relative; width: 100%; display: flex; flex-direction: column; align-items: flex-start; }
.hero-meta {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.hero-meta::before, .hero-meta::after { display: none; }

.hero h1 {
  max-width: 16ch;
  margin-bottom: 1.5rem;
}
.hero p {
  max-width: 52ch;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: var(--text-mute);
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.hero-ctas {
  display: flex; flex-wrap: wrap; gap: 1rem;
  align-items: center;
}

.btn {
  display: inline-flex; align-items: center; gap: 0.7rem;
  padding: 1.1rem 2rem;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.4s var(--ease);
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.btn svg { width: 14px; height: 14px; transition: transform 0.4s var(--ease); }
.btn:hover svg { transform: translateX(4px); }

.btn-primary {
  background: var(--gold);
  color: var(--ink);
}
.form-submit {
  justify-self: center;
  padding: 1.25rem 4.2rem;
  min-width: clamp(280px, 60%, 460px);
  justify-content: center;
}
@media (max-width: 600px) {
  .form-submit { width: 100%; min-width: 0; padding: 1.2rem 1.6rem; }
}
.btn-primary:hover {
  background: var(--gold-bright);
}
.btn-ghost {
  background: transparent;
  color: var(--paper);
  border-color: var(--line-2);
}
.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.hero-scroll {
  position: absolute;
  bottom: 1.5rem;
  right: var(--pad);
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.65rem; letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 500;
}
.hero-scroll-line {
  width: 1px; height: 60px; background: var(--gold);
  position: relative; overflow: hidden;
}
.hero-scroll-line::after {
  content: ""; position: absolute; inset: 0;
  background: var(--ink);
  animation: scrollCue 2.4s ease-in-out infinite;
}
@keyframes scrollCue {
  0% { transform: translateY(-100%); }
  60% { transform: translateY(100%); }
  100% { transform: translateY(100%); }
}
@media (max-width: 768px) { .hero-scroll { display: none; } }

/* =========================================================
   Marquee Stat Strip
   ========================================================= */
.stat-strip {
  background: var(--ink-2);
  border-block: 1px solid var(--line);
  padding-block: 0;
  overflow: hidden;
}
.stat-track {
  display: flex; align-items: center;
  gap: 4rem;
  padding-block: 1.6rem;
  animation: marquee 54s linear infinite;
  width: max-content;
}
.stat-track > div {
  display: flex; align-items: center; gap: 1rem;
  flex-shrink: 0;
  font-size: 0.78rem; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--text);
  font-weight: 500;
}
.stat-track > div span:first-child {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 1.15rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--gold);
}
.stat-track > div::after {
  content: "";
  width: 4px; height: 4px; background: var(--gold);
  border-radius: 50%;
  margin-left: 4rem;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* =========================================================
   Standing Sets
   ========================================================= */
.sets-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  border-top: 1px solid var(--line);
}
.sets-list .item {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  padding: 0.7rem 0.9rem;
  display: flex; align-items: baseline; gap: 0.6rem;
  position: relative;
  cursor: pointer;
  transition: background 0.4s var(--ease);
}
.sets-list .item:hover,
.sets-list .item:focus-visible { background: var(--ink-3); outline: none; }
.sets-list .item:hover .name,
.sets-list .item:focus-visible .name { color: var(--gold); }
.sets-list .num {
  font-family: var(--f-display);
  font-size: 0.7rem;
  font-style: italic;
  color: var(--text-faint);
  letter-spacing: 0;
}
.sets-list .name {
  font-family: var(--f-display);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--paper);
  letter-spacing: 0.005em;
  transition: color 0.4s var(--ease);
}

/* =========================================================
   Slideshow - Cinematic Single-Frame Showcase
   ========================================================= */
.slideshow {
  margin-top: clamp(2rem, 4vw, 3.5rem);
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.slide-stage {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--ink-3);
  overflow: hidden;
  border: 1px solid var(--line);
  isolation: isolate;
}
@media (max-width: 700px) { .slide-stage { aspect-ratio: 4 / 3; } }

.slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1.1s var(--ease);
  pointer-events: none;
}
.slide.active { opacity: 1; pointer-events: auto; }
.slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 8s linear;
}
.slide.active img {
  transform: scale(1.05);
}
.slide::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(5,5,5,0.55) 0%, transparent 30%, transparent 60%, rgba(5,5,5,0.85) 100%),
    linear-gradient(90deg, rgba(5,5,5,0.55) 0%, transparent 40%);
  z-index: 1;
  pointer-events: none;
}

.slide-caption {
  position: absolute;
  left: clamp(1.2rem, 3vw, 2.5rem);
  bottom: clamp(1.2rem, 3vw, 2.5rem);
  right: clamp(1.2rem, 3vw, 2.5rem);
  z-index: 2;
  display: grid;
  gap: 0.5rem;
  color: var(--paper);
  pointer-events: none;
}
.slide-num {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--gold);
  letter-spacing: 0.05em;
}
.slide-name {
  font-family: var(--f-display);
  font-size: clamp(1.6rem, 3.6vw, 3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.005em;
}
.slide-desc {
  font-family: var(--f-sans);
  font-size: 0.82rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 500;
  margin-top: 0.2rem;
}

.slide-top {
  position: absolute;
  top: clamp(1.2rem, 3vw, 2rem);
  left: clamp(1.2rem, 3vw, 2.5rem);
  right: clamp(1.2rem, 3vw, 2.5rem);
  z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  pointer-events: none;
}
.slide-counter {
  font-size: 0.68rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--paper);
  font-weight: 500;
  background: rgba(5,5,5,0.55);
  backdrop-filter: blur(8px);
  padding: 0.5rem 0.85rem;
  border: 1px solid var(--line-2);
}
.slide-counter span { color: var(--gold); }

.slide-progress {
  flex: 1;
  max-width: 220px;
  height: 1px;
  background: rgba(255,255,255,0.18);
  position: relative;
  overflow: hidden;
}
.slide-progress::after {
  content: "";
  position: absolute; inset: 0;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
}
.slide-progress.run::after {
  animation: slideProgress 6s linear forwards;
}
@keyframes slideProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* Nav arrows */
.slide-nav {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 3;
  width: 52px; height: 52px;
  display: grid; place-items: center;
  background: rgba(5,5,5,0.6);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line-2);
  color: var(--paper);
  cursor: pointer;
  transition: all 0.4s var(--ease);
}
.slide-nav:hover { border-color: var(--gold); color: var(--gold); background: rgba(5,5,5,0.8); }
.slide-nav.prev { left: clamp(0.6rem, 2vw, 1.4rem); }
.slide-nav.next { right: clamp(0.6rem, 2vw, 1.4rem); }
.slide-nav svg { width: 22px; height: 22px; }
@media (max-width: 600px) {
  .slide-nav { width: 44px; height: 44px; }
}

/* Expand to lightbox */
.slide-expand {
  position: absolute;
  top: clamp(1.2rem, 3vw, 2rem);
  right: clamp(1.2rem, 3vw, 2.5rem);
  z-index: 4;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  background: rgba(5,5,5,0.55);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line-2);
  color: var(--paper);
  cursor: pointer;
  transition: all 0.3s;
  pointer-events: auto;
}
.slide-expand:hover { border-color: var(--gold); color: var(--gold); }
.slide-expand svg { width: 14px; height: 14px; }
@media (max-width: 600px) { .slide-expand { display: none; } }

/* Thumbnail strip */
.slide-thumbs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) var(--ink-3);
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.slide-thumbs::-webkit-scrollbar { height: 6px; }
.slide-thumbs::-webkit-scrollbar-track { background: var(--ink-3); }
.slide-thumbs::-webkit-scrollbar-thumb { background: var(--gold-deep); }

.thumb {
  flex: 0 0 auto;
  width: clamp(80px, 9vw, 120px);
  aspect-ratio: 16 / 10;
  background: var(--ink-3);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.4s var(--ease);
  scroll-snap-align: start;
}
.thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.6) saturate(0.7);
  transition: filter 0.4s;
}
.thumb:hover img { filter: brightness(0.85) saturate(0.9); }
.thumb.active {
  border-color: var(--gold);
}
.thumb.active img { filter: brightness(1) saturate(1); }
.thumb.active::after {
  content: "";
  position: absolute; inset: 0;
  box-shadow: inset 0 0 0 2px var(--ink);
}

/* Filter dropdown */
.slide-filter-label {
  font-family: var(--f-sans);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 0.55rem;
}
.slide-filters {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}
.slide-filter-chips {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.slide-filter-select {
  width: auto;
  background-color: transparent;
  color: var(--text);
  border: 1px solid var(--line-2);
  padding: 0.5rem 2rem 0.5rem 0.9rem;
  font-family: var(--f-sans);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(-45deg, transparent 50%, var(--gold) 50%);
  background-position: calc(100% - 14px) center, calc(100% - 9px) center;
  background-size: 5px 5px;
  background-repeat: no-repeat;
  transition: border-color 0.2s, color 0.2s;
  -webkit-text-fill-color: var(--text);
  color-scheme: dark;
}
.slide-filter-select:focus,
.slide-filter-select:hover { outline: none; border-color: var(--gold); }
.slide-filter-select option {
  background-color: #0a0a0a;
  color: var(--paper);
}

/* Clickable filter chips alongside the dropdown */
.slide-filter-chips {
  display: contents;
}
.slide-filter-chip {
  background: transparent;
  border: 1px solid var(--line-2);
  color: var(--text);
  font-family: var(--f-sans);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.5rem 0.9rem;
  cursor: pointer;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease), color 0.3s var(--ease);
  white-space: nowrap;
  border-radius: 0;
}
.slide-filter-chip:hover { border-color: var(--gold); color: var(--gold); }
.slide-filter-chip.is-active { background: var(--gold); border-color: var(--gold); color: var(--ink); }
@media (max-width: 600px) {
  .slide-filter-chip { font-size: 0.6rem; padding: 0.4rem 0.7rem; letter-spacing: 0.14em; }
  .slide-filter-chips { gap: 0.35rem; }
}
.chip {
  padding: 0.55rem 1rem;
  border: 1px solid var(--line-2);
  background: transparent;
  color: var(--text-mute);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s var(--ease);
}
.chip:hover { color: var(--paper); border-color: var(--gold); }
.chip.active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  font-weight: 600;
}
.chip .count {
  margin-left: 0.4rem;
  opacity: 0.55;
  font-size: 0.62rem;
}

.slide-meta {
  display: flex; flex-wrap: wrap;
  align-items: baseline; justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.2rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid var(--line);
}
.slide-meta .label {
  font-size: 0.68rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.slide-meta .hint {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--text-faint);
  font-size: 0.95rem;
}
.slide-meta .hint span { color: var(--gold); }

/* =========================================================
   Features
   ========================================================= */
.features {
  background: var(--ink-2);
  border-block: 1px solid var(--line);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (max-width: 600px) {
  .features-grid { grid-template-columns: 1fr; }
}
.feature {
  background: var(--ink-2);
  padding: clamp(2rem, 3vw, 2.8rem);
  display: grid;
  gap: 1rem;
  align-content: start;
  position: relative;
  transition: background 0.5s var(--ease);
}
.feature:hover { background: var(--ink-3); }
.feature .icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  margin-bottom: 0.6rem;
}
.feature .icon svg { width: 22px; height: 22px; }
.feature h3 {
  font-family: var(--f-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--paper);
  line-height: 1.2;
}
.feature ul { list-style: none; display: grid; gap: 0.5rem; }
.feature li {
  font-size: 0.92rem;
  color: var(--text-mute);
  line-height: 1.55;
  padding-left: 1.1rem;
  position: relative;
}
.feature li::before {
  content: ""; position: absolute; left: 0; top: 0.65em;
  width: 8px; height: 1px; background: var(--gold);
}

/* =========================================================
   About
   ========================================================= */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}
.about-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}
.about-photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.1) contrast(1.05);
  transition: transform 1.5s var(--ease);
}
.about-photo:hover img { transform: scale(1.04); }
.about-photo::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(5,5,5,0.4));
  z-index: 1; pointer-events: none;
}
.about-frame {
  position: absolute;
  inset: 1.2rem;
  border: 1px solid rgba(217, 182, 90, 0.4);
  z-index: 2; pointer-events: none;
}
.about-body { display: grid; gap: 1.4rem; }
.about-body p { color: var(--text-mute); font-size: 1.02rem; line-height: 1.7; }
.about-body strong { color: var(--paper); font-weight: 500; }

@media (max-width: 900px) {
  .about { grid-template-columns: 1fr; }
  .about-photo { aspect-ratio: 16 / 12; }
}

/* =========================================================
   Testimonials
   ========================================================= */
.testimonials {
  background: var(--ink-2);
  border-block: 1px solid var(--line);
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}
.testi {
  border: 1px solid var(--line);
  padding: clamp(2rem, 3vw, 3rem);
  display: grid; gap: 1.5rem;
  position: relative;
  background: var(--ink);
}
.testi::before {
  content: "";
  position: absolute; top: 0.5rem; left: 1.5rem;
  font-family: var(--f-display);
  font-size: 6rem;
  color: var(--gold);
  line-height: 1;
  font-style: italic;
}
.testi blockquote {
  font-family: var(--f-display);
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.55;
  color: var(--paper);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.005em;
  padding-top: 2.5rem;
}
.testi cite {
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  display: block;
}
.testi cite span {
  display: block;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-faint);
  font-size: 0.85rem;
  font-weight: 400;
  margin-top: 0.4rem;
  font-style: italic;
  font-family: var(--f-display);
}

/* =========================================================
   Contact
   ========================================================= */
.contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  max-width: 760px;
  margin-inline: auto;
}

.contact-info { display: grid; gap: 2rem; align-content: start; }
.info-block {
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
  display: grid; gap: 0.4rem;
}
.info-block:first-of-type { border-top: 0; padding-top: 0; }
.info-block .label {
  font-size: 0.7rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--gold);
  font-weight: 500;
}
.info-block .value {
  font-family: var(--f-display);
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  color: var(--paper);
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.3;
}
.info-block a.value:hover { color: var(--gold); transition: color 0.3s; }

.contact-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-top: 0.6rem;
  width: 100%;
}
.contact-buttons .cbtn {
  display: flex; align-items: center; gap: 1.1rem;
  padding: 1.5rem 1.6rem;
  border: 1px solid var(--line-2);
  background: transparent;
  color: var(--paper);
  font-size: 0.9rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.4s var(--ease);
  cursor: pointer;
  width: 100%;
}
.contact-buttons .cbtn:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(217, 182, 90, 0.06);
}
.contact-buttons .cbtn .ico {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid var(--line-2);
  color: var(--gold);
  flex-shrink: 0;
  transition: all 0.3s;
}
.contact-buttons .cbtn:hover .ico {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}
.contact-buttons .cbtn svg { width: 18px; height: 18px; }
.contact-buttons .cbtn .lbl { display: grid; gap: 4px; line-height: 1.1; }
.contact-buttons .cbtn .lbl .small {
  font-family: var(--f-display);
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  color: var(--text-mute);
  font-size: 0.95rem;
  font-weight: 400;
  margin-top: 4px;
}
.contact-buttons .cbtn:hover .lbl .small { color: var(--gold); }

.form {
  display: grid; gap: 1.2rem;
  border: 1px solid var(--line);
  padding: clamp(1.6rem, 3vw, 2.4rem);
  background: var(--ink-2);
}
.form-kicker {
  font-family: var(--f-sans);
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 0.4rem;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }

.field { position: relative; }
.field input, .field select, .field textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-2);
  padding: 1.4rem 0 0.6rem;
  color: var(--paper);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.3s;
  border-radius: 0;
}
.field textarea {
  min-height: 132px;
  resize: none;
  overflow: hidden;
  padding-top: 1.6rem;
  line-height: 1.5;
  field-sizing: content;
}
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(-45deg, transparent 50%, var(--gold) 50%); background-position: calc(100% - 12px) calc(1.4em + 2px), calc(100% - 6px) calc(1.4em + 2px); background-size: 6px 6px; background-repeat: no-repeat; padding-right: 24px; }
.field select option { background: var(--ink-2); color: var(--paper); }

.field label {
  position: absolute; top: 1.2rem; left: 0;
  font-size: 0.92rem;
  color: var(--text-mute);
  pointer-events: none;
  transition: all 0.3s var(--ease);
  letter-spacing: 0.02em;
}
.field input:focus,
.field select:focus,
.field textarea:focus { border-bottom-color: var(--gold); }
.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field select:focus + label,
.field select.has-value + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label {
  top: 0;
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.form-msg {
  min-height: 24px;
  font-size: 0.82rem;
  color: var(--gold);
  font-style: italic;
  font-family: var(--f-display);
}

/* Date range trigger + popover */
.field-daterange { position: relative; }
.field-daterange > label {
  position: absolute; top: 0; left: 0;
  font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
  pointer-events: none;
}
.date-trigger {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-2);
  padding: 1.4rem 0 0.6rem;
  color: var(--paper);
  font-size: 0.95rem;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.75rem;
  transition: border-color 0.3s;
}
.date-trigger:hover, .date-trigger:focus { border-bottom-color: var(--gold); outline: none; }
.date-trigger svg { color: var(--gold); flex-shrink: 0; }
.date-trigger-label { color: var(--text-mute); }
.date-trigger.has-value .date-trigger-label { color: var(--paper); }

.date-popover {
  position: fixed; inset: 0; z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem;
  padding-top: max(1.5rem, env(safe-area-inset-top, 1.5rem));
  padding-bottom: max(1.5rem, env(safe-area-inset-bottom, 1.5rem));
}
.date-popover[hidden] { display: none; }
.dp-backdrop {
  position: fixed; inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 0;
}
.dp-panel {
  position: relative;
  z-index: 1;
  background: #0e0e0e;
  border: 1px solid var(--line-2);
  padding: 1.6rem;
  width: min(460px, 100%);
  margin: auto 0;
  box-shadow: 0 30px 80px rgba(0,0,0,0.85);
  display: flex; flex-direction: column; gap: 1.1rem;
}
.dp-header { display: flex; align-items: center; justify-content: space-between; }
.dp-title {
  font-family: var(--f-display);
  font-size: 1.25rem;
  color: var(--paper);
  font-style: italic;
}
.dp-close {
  background: transparent; border: 0;
  color: var(--text-mute);
  font-size: 1.6rem; line-height: 1;
  cursor: pointer; padding: 0.25rem 0.5rem;
  transition: color 0.2s;
}
.dp-close:hover { color: var(--gold); }
.dp-section { display: flex; flex-direction: column; gap: 0.55rem; }
.dp-section-title {
  font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--paper); font-weight: 600;
}
.dp-row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 0.65rem; }
@media (max-width: 420px) { .dp-row { grid-template-columns: 1fr; } }
.dp-row > input,
.dp-row > select {
  background: transparent;
  border: 1px solid var(--line-2);
  color: var(--paper);
  padding: 0.85rem 0.85rem;
  font-family: inherit; font-size: 0.92rem;
  color-scheme: dark;
  width: 100%;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}
.dp-row > select {
  background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(-45deg, transparent 50%, var(--gold) 50%);
  background-position: calc(100% - 14px) center, calc(100% - 8px) center;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  padding-right: 28px;
  cursor: pointer;
}
.dp-row > select option { background: #0e0e0e; color: var(--paper); }
.dp-row > input::-webkit-calendar-picker-indicator { filter: invert(1) opacity(0.55); cursor: pointer; }
.dp-row > input:focus,
.dp-row > select:focus { outline: none; border-color: var(--gold); }
.date-hint { font-size: 0.78rem; color: var(--text-mute); letter-spacing: 0.04em; }
.date-error { font-size: 0.82rem; color: #ff8080; min-height: 1em; }
.date-actions { display: flex; justify-content: flex-end; gap: 0.6rem; margin-top: 0.25rem; }
.date-actions button {
  padding: 0.75rem 1.4rem;
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 600; cursor: pointer; border: 1px solid var(--line-2);
  background: transparent; color: var(--paper);
  transition: all 0.25s var(--ease);
}
.date-cancel:hover { border-color: var(--paper); }
.date-apply { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.date-apply:hover { background: var(--gold-bright); }
.date-apply:disabled { opacity: 0.5; cursor: not-allowed; }

/* =========================================================
   Footer
   ========================================================= */
footer.site {
  background: var(--ink-2);
  border-top: 1px solid var(--line);
  padding-block: 4rem 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; gap: 2rem; } }

.footer-brand p {
  color: var(--text-mute);
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 44ch;
  margin-top: 1rem;
}

.footer-col h4 {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.footer-col .footer-rates {
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
}
.footer-col ul { list-style: none; display: grid; gap: 0.6rem; }
.footer-col li {
  font-size: 0.92rem;
  color: var(--text-mute);
  line-height: 1.5;
}
.footer-col a {
  font-size: 0.92rem;
  color: var(--text-mute);
  transition: color 0.3s;
}
.footer-col a:hover { color: var(--gold); }

.socials {
  display: flex; gap: 0.8rem;
  margin-top: 0;
}
.socials a {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border: 1px solid var(--line-2);
  color: var(--text-mute);
  transition: all 0.3s;
}
.socials a:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}
.socials svg { width: 16px; height: 16px; }

.copy {
  border-top: 1px solid var(--line);
  padding-top: 1.6rem;
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  font-size: 0.78rem;
  color: var(--text-faint);
}

/* =========================================================
   Map embed
   ========================================================= */
.map-wrap {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  position: relative;
  border: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
}
.map-wrap iframe {
  display: block;
  width: 100%;
  height: clamp(320px, 42vw, 460px);
  border: 0;
  filter: invert(0.92) hue-rotate(180deg) saturate(0.6) contrast(0.92);
}
.map-wrap::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(217, 182, 90, 0.18);
}
.map-pin {
  position: absolute;
  top: 1.2rem; left: 1.2rem;
  z-index: 2;
  background: rgba(5,5,5,0.86);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line-2);
  padding: 0.9rem 1.1rem;
  display: grid; gap: 0.25rem;
  max-width: 280px;
  pointer-events: none;
}
.map-pin .label {
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.map-pin .addr {
  font-family: var(--f-display);
  font-size: 1.05rem;
  color: var(--paper);
  line-height: 1.3;
  font-weight: 500;
}
.map-directions {
  position: absolute;
  bottom: 1.2rem; right: 1.2rem;
  z-index: 2;
  background: var(--gold);
  color: var(--ink);
  padding: 0.85rem 1.2rem;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex; align-items: center; gap: 0.6rem;
  transition: background 0.3s;
}
.map-directions:hover { background: var(--gold-bright); }
.map-directions svg { width: 14px; height: 14px; }
.map-brand { display: inline-flex; align-items: center; }
.map-brand .brand-apple { display: none; }
.map-directions.is-ios .brand-google { display: none; }
.map-directions.is-ios .brand-apple { display: inline-block; }

/* Header Instagram button */
.ig-btn {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 42px; height: 42px;
  border: 1px solid var(--line-2);
  color: var(--paper);
  transition: all 0.4s var(--ease);
  flex-shrink: 0;
}
.ig-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(217, 182, 90, 0.08);
}
.ig-btn svg { width: 18px; height: 18px; }
@media (max-width: 900px) { .ig-btn { display: none; } }

/* Hero IG (in-flow under buttons) */
.hero-ig {
  position: relative;
  z-index: 2;
  display: inline-flex; align-items: center; gap: 0.95rem;
  margin-top: 2rem;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--paper);
  font-weight: 700;
  text-shadow: 0 1px 12px rgba(0,0,0,0.55);
  transition: color 0.35s var(--ease), transform 0.35s var(--ease), border-color 0.35s var(--ease);
  align-self: flex-start;
  padding: 0.55rem 1.05rem 0.55rem 0.55rem;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.55);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-ig:hover {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 45%, #6228d7 100%);
  border-color: rgba(255,255,255,0.22);
  transform: translateY(-1px);
}
.hero-ig .ig-circle {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(255,255,255,0.04);
  color: var(--paper);
  transition: all 0.45s var(--ease);
}
.hero-ig:hover .ig-circle {
  border-color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  box-shadow: 0 6px 28px -8px rgba(238, 42, 123, 0.55);
}
.hero-ig svg { width: 16px; height: 16px; stroke-width: 2; }
.hero-ig > span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  .hero-ig { font-size: 0.6rem; letter-spacing: 0.22em; }
  .hero-ig .ig-circle { width: 34px; height: 34px; }
}

/* =========================================================
   Video Tour Modal
   ========================================================= */
.tour-modal {
  position: fixed; inset: 0;
  background: rgba(5, 5, 5, 0.96);
  backdrop-filter: blur(10px);
  z-index: 110;
  display: none;
  align-items: center; justify-content: center;
  padding: 2rem;
}
.tour-modal.open { display: flex; animation: fadeIn 0.4s var(--ease); }
.tour-modal-inner {
  width: 100%;
  max-width: 1280px;
  aspect-ratio: 16 / 9;
  position: relative;
  background: #000;
  box-shadow: 0 30px 80px rgba(0,0,0,0.7);
  animation: zoomIn 0.5s var(--ease);
}
.tour-modal video {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
}
.tour-close {
  position: absolute;
  top: -50px; right: 0;
  width: 42px; height: 42px;
  border: 1px solid var(--line-2);
  color: var(--paper);
  background: rgba(5,5,5,0.6);
  display: grid; place-items: center;
  font-family: var(--f-display);
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s;
}
.tour-close:hover { border-color: var(--gold); color: var(--gold); }

/* =========================================================
   Lightbox
   ========================================================= */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(5, 5, 5, 0.96);
  backdrop-filter: blur(8px);
  z-index: 100;
  display: none;
  align-items: center; justify-content: center;
  padding: 2rem;
}
.lightbox.open { display: flex; animation: fadeIn 0.4s var(--ease); }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.lightbox img {
  max-width: min(96vw, 1500px);
  max-height: 88vh;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  animation: zoomIn 0.5s var(--ease);
}
@keyframes zoomIn { from { transform: scale(0.94); opacity: 0; } to { transform: scale(1); opacity: 1; } }

.lb-close, .lb-prev, .lb-next {
  position: absolute;
  width: 52px; height: 52px;
  border: 1px solid var(--line-2);
  color: var(--paper);
  display: grid; place-items: center;
  font-family: var(--f-display);
  background: rgba(5,5,5,0.4);
  transition: all 0.3s;
  cursor: pointer;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.lb-close { top: 1.2rem; right: 1.2rem; font-size: 1.4rem; }
.lb-prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1.2rem; top: 50%; transform: translateY(-50%); }
.lb-prev svg, .lb-next svg { width: 20px; height: 20px; }
.lb-counter {
  position: absolute;
  bottom: 1.2rem; left: 50%;
  transform: translateX(-50%);
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--paper);
  background: rgba(5,5,5,0.55);
  backdrop-filter: blur(8px);
  padding: 0.6rem 1.1rem;
  border: 1px solid var(--line-2);
  white-space: nowrap;
  max-width: calc(100vw - 4rem);
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 600px) {
  .lb-prev { left: 0.6rem; }
  .lb-next { right: 0.6rem; }
}

/* =========================================================
   Reveal
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 1.6s var(--ease), transform 1.6s var(--ease);
}
.reveal.in {
  opacity: 1; transform: translateY(0);
}
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s var(--ease), transform 1.4s var(--ease);
}
.reveal-stagger.in > *:nth-child(1) { transition-delay: 0.08s; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: 0.16s; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: 0.24s; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: 0.32s; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: 0.4s; }
.reveal-stagger.in > *:nth-child(6) { transition-delay: 0.48s; }
.reveal-stagger.in > *:nth-child(7) { transition-delay: 0.56s; }
.reveal-stagger.in > *:nth-child(8) { transition-delay: 0.64s; }
.reveal-stagger.in > *:nth-child(9) { transition-delay: 0.72s; }
.reveal-stagger.in > *:nth-child(10) { transition-delay: 0.8s; }
.reveal-stagger.in > * { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .hero::before { animation: none; }
  .stat-track { animation: none; }
}

/* Slow the stat-strip marquee on mobile to 60% speed (40% slower) */
@media (max-width: 900px) {
  .stat-track { animation-duration: 90s; }
}

/* =========================================================
   Mobile refinements
   ========================================================= */
@media (max-width: 600px) {
  .nav { gap: 1rem; }
  .brand-text { font-size: 1.05rem; }
  .brand-text span { font-size: 0.55rem; }
  .hero { padding-top: 7rem; }
  .hero-meta::before { flex: 0 0 24px; }
  .hero-ctas { width: 100%; flex-wrap: nowrap; gap: 0.55rem; }
  .btn {
    flex: 1 1 0; min-width: 0;
    justify-content: center;
    padding: 0.95rem 0.6rem;
    white-space: nowrap;
    letter-spacing: 0.14em;
    font-size: 0.66rem;
    gap: 0.5rem;
  }
  .btn svg { width: 12px; height: 12px; }
  .hero-tour {
    flex: 1 1 0; min-width: 0;
    justify-content: center;
    padding: 0.65rem 0.9rem 0.65rem 0.6rem;
    gap: 0.6rem;
    white-space: nowrap;
    letter-spacing: 0.14em;
    font-size: 0.66rem;
  }
  .hero-tour .ico { width: 30px; height: 30px; }
  .hero-tour .ico svg { width: 10px; height: 10px; }
  .stat-track { gap: 2.5rem; padding-block: 1.2rem; }
  .stat-track > div::after { margin-left: 2.5rem; }
  .stat-track > div { font-size: 0.7rem; }
  .stat-track > div span:first-child { font-size: 1rem; }
  .gallery { columns: 2 0; column-gap: 0.5rem; }
  .gallery-item { margin-bottom: 0.5rem; }
  .sets-list { grid-template-columns: 1fr 1fr; }
  .sets-list .item { padding: 0.55rem 0.7rem; gap: 0.5rem; }
  .sets-list .name { font-size: 0.82rem; }
  .sets-list .num { font-size: 0.62rem; }
}

/* =====================================================
   DTS · Premium Set Cards (under slideshow)
   ===================================================== */
.set-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.8rem, 1.6vw, 1.2rem);
  margin-top: clamp(2rem, 3vw, 2.5rem);
  max-width: 1080px;
  margin-inline: auto;
}
.set-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--ink-2);
  border: 1px solid rgba(217, 182, 90, 0.18);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.45s var(--ease), border-color 0.3s var(--ease), box-shadow 0.45s var(--ease);
}
.set-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(217, 182, 90, 0.35);
}
.set-card-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ink);
}
.set-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.set-card:hover .set-card-img img { transform: scale(1.04); }
.set-card-body {
  padding: 1.25rem 1.25rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
}
.set-card-name {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 700;
  font-size: 1.65rem;
  letter-spacing: 0.005em;
  color: var(--gold);
  line-height: 1.15;
}
.set-card-desc {
  font-family: var(--f-sans);
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--paper-2, #cfcfcf);
  flex: 1;
}
.set-card-price {
  font-family: var(--f-sans);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--gold);
  margin-top: 0.35rem;
  border-top: 1px solid rgba(217, 182, 90, 0.18);
  padding-top: 0.85rem;
}
.set-card-price span {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.66rem;
  color: var(--paper-2, #cfcfcf);
  margin-right: 0.4rem;
}
@media (max-width: 1100px) {
  .set-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .set-cards { grid-template-columns: 1fr; }
}

/* =====================================================
   DTS · Trusted-by name grid
   ===================================================== */
.trust-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1.4rem, 2.8vw, 2.5rem) clamp(2rem, 4vw, 3.5rem);
  padding: clamp(1.5rem, 3vw, 2.5rem) 0;
  border-top: 1px solid rgba(217, 182, 90, 0.18);
  border-bottom: 1px solid rgba(217, 182, 90, 0.18);
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}
.trust-name {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  letter-spacing: 0.01em;
  color: var(--paper);
  opacity: 0.78;
  transition: opacity 0.3s var(--ease), color 0.3s var(--ease);
}
.trust-name:hover { opacity: 1; color: var(--gold); }
.trust-name.trust-more {
  font-style: normal;
  font-family: var(--f-sans);
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.85;
  align-self: center;
}

/* =====================================================
   Brand handoff: IF → DogTown cross-fade (intro + header)
   ===================================================== */

/* Intro splash: stack the two brand cards and cross-fade between them */
.intro-stack {
  position: relative;
  display: grid;
  place-items: center;
}
.intro-stack > .intro-mark {
  grid-area: 1 / 1;
}
.intro-mark-from {
  opacity: 1;
  animation: introHandoffOut 1.4s var(--ease) 0.55s forwards;
}
.intro-mark-to {
  opacity: 0;
  animation: introHandoffIn 1.4s var(--ease) 0.7s forwards;
}
@keyframes introHandoffOut {
  to { opacity: 0; transform: translateY(-6px); }
}
@keyframes introHandoffIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Per-mark variants share the .intro-if base styling but override mask source */
.intro-if--inc {
  -webkit-mask-image: url("img/if-logo.png");
          mask-image: url("img/if-logo.png");
}
.intro-if--dt {
  -webkit-mask-image: url("img/dt-paw.png");
          mask-image: url("img/dt-paw.png");
}

/* Header brand-mark: stack two layers, cross-fade on page load */
.brand-mark-stack {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
.brand-mark-stack .brand-mark {
  position: absolute;
  inset: 0;
  width: 38px;
  height: 38px;
}
.brand-mark--inc {
  -webkit-mask-image: url("img/if-logo.png");
          mask-image: url("img/if-logo.png");
  opacity: 1;
  animation: brandHandoffOut 1.2s var(--ease) 0.6s forwards;
}
.brand-mark--dt {
  -webkit-mask-image: url("img/dt-paw.png");
          mask-image: url("img/dt-paw.png");
  opacity: 0;
  animation: brandHandoffIn 1.2s var(--ease) 0.75s forwards;
}
@keyframes brandHandoffOut {
  to { opacity: 0; }
}
@keyframes brandHandoffIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .intro-mark-from, .brand-mark--inc { display: none; }
  .intro-mark-to, .brand-mark--dt { opacity: 1; animation: none; }
}

/* Reciprocal "Inclusionary" link (with IF mark icon) in dogtown nav */
.nav-if-mark {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: var(--gold);
  -webkit-mask-image: url("img/if-logo.png");
          mask-image: url("img/if-logo.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-mode: luminance;
          mask-mode: luminance;
  transition: background-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.nav-dt {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-dt:hover .nav-if-mark {
  background-color: var(--gold-bright);
  transform: scale(1.08);
}
.mobile-drawer .nav-dt { gap: 0.7rem; }
.mobile-drawer .nav-if-mark { width: 22px; height: 22px; }

/* =====================================================
   VERTICAL WORLD STUDIOS - overrides for the VWS vertical
   ===================================================== */

/* Use the V-of-film mark for the intro and the header brand. */
.intro-if,
.brand .brand-mark {
  -webkit-mask-image: url("img/vws-mark.svg");
          mask-image: url("img/vws-mark.svg");
}

/* DT cross-link mark: VWS shows links back to both Inclusionary and DogTown,
   so it needs its own .nav-dt-mark next to the existing .nav-if-mark. */
.nav-dt-mark {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: var(--gold);
  -webkit-mask-image: url("img/dt-paw.png");
          mask-image: url("img/dt-paw.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-mode: luminance;
          mask-mode: luminance;
  transition: background-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.nav-dt:hover .nav-dt-mark {
  background-color: var(--gold-bright);
  transform: scale(1.08);
}
.mobile-drawer .nav-dt-mark { width: 22px; height: 22px; }

/* Slim the nav so two cross-links fit alongside the primary links. */
.nav-links { gap: clamp(1rem, 1.6vw, 1.5rem); }

/* Oval Office "Photos updating" placeholder card. */
.set-card--soon { position: relative; }
.set-card-img--placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.85rem;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(212, 175, 113, 0.18), transparent 60%),
    linear-gradient(160deg, #1a1612 0%, #0d0a08 60%, #050505 100%);
  border: 1px solid rgba(212, 175, 113, 0.18);
}
.placeholder-mark {
  display: block;
  width: 56px;
  height: 56px;
  background-color: var(--gold);
  -webkit-mask-image: url("img/vws-mark.svg");
          mask-image: url("img/vws-mark.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-mode: luminance;
          mask-mode: luminance;
  opacity: 0.85;
}
.placeholder-label {
  font-family: var(--f-sans);
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: var(--gold);
  opacity: 0.9;
}
.set-card--soon .set-card-name::after {
  content: "Available";
  display: inline-block;
  margin-left: 0.6rem;
  padding: 0.18rem 0.55rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--gold);
  border-radius: 999px;
  vertical-align: middle;
}

/* =====================================================
   Top-bar v2: 3-logo picker + hover-reveal label + menu row
   ===================================================== */
.header-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
  width: 100%;
}
section[id] { scroll-margin-top: 180px; }
main { scroll-margin-top: 180px; }

/* Desktop: IG + Book at the top right of the header */
@media (min-width: 901px) {
  .header-stack .nav-right {
    position: absolute;
    top: 0;
    right: 0;
    height: clamp(40px, 4.2vw, 52px);
    display: flex;
    align-items: center;
    gap: 0.85rem;
    z-index: 3;
  }
}

.logo-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.6rem, 4vw, 3rem);
  padding: 0;
}
.menu-row { align-self: stretch; width: 100%; }
.logo-pick {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.5rem;
  border: 0;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.logo-pick:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 4px;
}
.logo-mark {
  display: block;
  width: clamp(28px, 3vw, 36px);
  height: clamp(28px, 3vw, 36px);
  flex-shrink: 0;
  background-color: var(--gold);
  opacity: 0.5;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-mode: luminance;
          mask-mode: luminance;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), background-color 0.3s var(--ease);
}
.logo-mark--if { -webkit-mask-image: url("img/if-logo.png"); mask-image: url("img/if-logo.png"); }
.logo-mark--dt { -webkit-mask-image: url("img/dt-paw.png"); mask-image: url("img/dt-paw.png"); }
.logo-mark--vw { -webkit-mask-image: url("img/vws-mark.svg"); mask-image: url("img/vws-mark.svg"); }

.logo-pick {
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
}
.logo-pick.is-active .logo-mark { opacity: 1; }
.logo-pick.is-active { transform: scale(1.35); }
.logo-pick:hover .logo-mark,
.logo-pick:focus-visible .logo-mark {
  opacity: 1;
  background-color: var(--gold-bright);
  filter: drop-shadow(0 0 32px rgba(217, 182, 90, 0.95)) drop-shadow(0 0 14px rgba(217, 182, 90, 0.7)) drop-shadow(0 0 6px rgba(217, 182, 90, 0.5));
}
.logo-pick.is-active .logo-mark {
  filter: drop-shadow(0 0 24px rgba(217, 182, 90, 0.7)) drop-shadow(0 0 10px rgba(217, 182, 90, 0.45));
}

.logo-mark--if { transform: scale(1.2); transform-origin: center; }
.logo-mark--dt { transform: scale(1.5); transform-origin: center; }

@media (hover: hover) {
  .logo-pick:hover { transform: scale(1.5); }
}

.logo-pick.is-selecting {
  z-index: 9999;
  transform-origin: center !important;
  pointer-events: none;
  will-change: transform;
  transform: scale(1.45) !important;
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1) !important;
}
.logo-pick.is-selecting .logo-mark {
  opacity: 1 !important;
  background-color: var(--gold-bright) !important;
  filter: drop-shadow(0 0 22px rgba(217, 182, 90, 0.9)) drop-shadow(0 0 8px rgba(217, 182, 90, 0.6)) !important;
  transition: filter 0.25s cubic-bezier(0.32, 0.72, 0, 1), background-color 0.25s cubic-bezier(0.32, 0.72, 0, 1) !important;
}

.page-fade {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  background: rgba(12, 12, 16, 0);
  -webkit-backdrop-filter: blur(0px) saturate(100%);
          backdrop-filter: blur(0px) saturate(100%);
  transition:
    background 0.55s cubic-bezier(0.32, 0.72, 0, 1),
    -webkit-backdrop-filter 0.55s cubic-bezier(0.32, 0.72, 0, 1),
    backdrop-filter 0.55s cubic-bezier(0.32, 0.72, 0, 1);
  will-change: backdrop-filter, background;
}
.page-fade.show {
  pointer-events: all;
  background: rgba(12, 12, 16, 0.28);
  -webkit-backdrop-filter: blur(10px) saturate(115%);
          backdrop-filter: blur(10px) saturate(115%);
}

body.is-leaving main,
body.is-leaving footer.site {
  opacity: 0.75;
  transition: opacity 0.5s cubic-bezier(0.32, 0.72, 0, 1);
}
body.is-leaving .menu-row .nav-links,
body.is-leaving .menu-row .nav-right,
body.is-leaving .logo-label {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.32, 0.72, 0, 1);
}
main,
footer.site {
  transition:
    filter 0.55s cubic-bezier(0.32, 0.72, 0, 1),
    opacity 0.55s cubic-bezier(0.32, 0.72, 0, 1);
}

main {
  animation: pageReveal 0.45s cubic-bezier(0.32, 0.72, 0, 1) backwards;
}
@keyframes pageReveal {
  0%   { opacity: 0; filter: blur(8px); }
  100% { opacity: 1; filter: blur(0); }
}
.menu-row .nav-links,
.menu-row .nav-right {
  animation: menuFadeIn 0.3s cubic-bezier(0.32, 0.72, 0, 1) 0.05s backwards;
}
@keyframes menuFadeIn {
  from { opacity: 0; transform: translateY(-2px); }
  to   { opacity: 1; transform: translateY(0); }
}

.logo-label {
  font-family: var(--f-sans);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  min-height: 1.15em;
  line-height: 1.1;
  opacity: 0;
  transform: translateY(-3px);
  transition: opacity 0.32s var(--ease), transform 0.32s var(--ease);
  pointer-events: none;
}
.logo-label.show {
  opacity: 1;
  transform: translateY(0);
}

/* v3 switcher: section nav is always visible alongside the studio switcher */
.menu-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.8vw, 2.4rem);
  row-gap: 0.7rem;
  margin-top: 0.85rem;
  flex-wrap: wrap;
}
.menu-row > nav { flex: 0 0 auto; }
.menu-row .nav-links { display: flex; justify-content: center; align-items: center; gap: clamp(1.1rem, 2.2vw, 1.8rem); font-size: 0.66rem; }
.menu-row .nav-links a { font-size: 0.66rem; letter-spacing: 0.2em; }
.menu-row .nav-right { flex: 0 0 auto; display: flex; align-items: center; gap: 0.85rem; }
.menu-row .nav-cta { padding: 0.65rem 1.15rem; font-size: 0.68rem; letter-spacing: 0.22em; }

/* logo-label persists when scrolled */

@media (max-width: 900px) {
  .header-stack { gap: 0.55rem; }
  .menu-row { gap: 0.55rem 1rem; row-gap: 0.5rem; margin-top: 0.35rem; }
  .menu-row .nav-links { display: flex !important; gap: clamp(0.7rem, 2.5vw, 1.1rem); font-size: 0.66rem; letter-spacing: 0.13em; }
  .menu-row .nav-right { display: none !important; }
  .logo-bar { gap: 1.8rem; }
  .logo-mark { width: 30px !important; height: 30px !important; }
  .logo-pick { padding: 0.3rem 0.4rem; }
  .logo-label { font-size: 0.6rem; letter-spacing: 0.22em; padding-top: 0.15rem; }
  .hero { padding-top: 10.5rem; min-height: 82vh; min-height: 82dvh; }
}

@media (max-width: 480px) {
  .menu-row .nav-links { font-size: 0.58rem; gap: 0.6rem; }
  .menu-row .nav-links a { padding: 0.3rem 0; }
  .menu-row .nav-cta { padding: 0.42rem 0.75rem; font-size: 0.55rem; letter-spacing: 0.18em; }
  .menu-row .ig-btn { width: 26px; height: 26px; }
  .menu-row .ig-btn svg { width: 13px; height: 13px; }
  .logo-mark { width: 26px !important; height: 26px !important; }
  .logo-bar { gap: 1.1rem; }
}


/* Floating BOOK NOW CTA */
.book-fab {
  position: fixed;
  bottom: clamp(1.2rem, 2.5vw, 2rem);
  right: clamp(1.2rem, 2.5vw, 2rem);
  z-index: 9000;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.95rem 1.6rem;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--f-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(217, 182, 90, 0.45);
  transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1), box-shadow 0.3s cubic-bezier(0.32, 0.72, 0, 1), background 0.3s var(--ease);
  text-decoration: none;
  will-change: transform;
}
.book-fab:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(217, 182, 90, 0.65);
  background: var(--gold-bright);
}
.book-fab svg { width: 14px; height: 14px; }
body.is-leaving .book-fab { opacity: 0; transition: opacity 0.3s var(--ease); }
@media (max-width: 600px) {
  .book-fab { padding: 0.8rem 1.2rem; font-size: 0.7rem; letter-spacing: 0.22em; }
}


/* Contact flash on nav-cta click */
@keyframes contactFlash {
  0%   { box-shadow: inset 0 0 0 2px rgba(217, 182, 90, 0); }
  20%  { box-shadow: inset 0 0 0 2px rgba(217, 182, 90, 0.8); }
  100% { box-shadow: inset 0 0 0 2px rgba(217, 182, 90, 0); }
}
#contact.is-flashing { animation: contactFlash 1.6s cubic-bezier(0.32, 0.72, 0, 1); }
.hero { padding-top: 13rem; }
@media (max-width: 900px) {
  .hero { padding-top: 12rem; }
}
@media (max-width: 720px) {
  /* taller mobile header (stacked studio pills + section nav) needs more clearance */
  .hero { padding-top: 15.5rem; }
}


/* Boosted hover glow for primary CTAs */
.nav-cta:hover,
.btn-primary:hover {
  box-shadow: 0 0 32px rgba(217, 182, 90, 0.75), 0 0 14px rgba(217, 182, 90, 0.5), 0 0 4px rgba(217, 182, 90, 0.35);
}
.nav-cta { transition: all 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.btn-primary { transition: all 0.4s var(--ease), box-shadow 0.4s var(--ease); }

.ig-btn:hover {
  box-shadow: 0 0 22px rgba(217, 182, 90, 0.55), 0 0 8px rgba(217, 182, 90, 0.35);
}


@media (min-width: 901px) {
  .header-stack .nav-right { right: clamp(1rem, 2vw, 1.6rem); }
}
@media (max-width: 900px) {
  .menu-row .nav-right { display: flex !important; }
  .menu-row .nav-cta { display: inline-flex !important; }
  .header-stack .nav-right {
    position: absolute;
    top: 50%;
    right: clamp(0.8rem, 2vw, 1.4rem);
    transform: translateY(-50%);
    height: auto;
    z-index: 3;
  }
  .menu-row .nav-cta { padding: 0.55rem 1rem; font-size: 0.62rem; letter-spacing: 0.18em; }
  .menu-row .nav-book-mobile { display: none !important; }
}
.logo-label { min-height: 1.5em; }
@media (max-width: 900px) {
  .reveal, .reveal-stagger > * {
    transition: opacity 1.1s var(--ease), transform 1.1s var(--ease) !important;
  }
}


.map-direction-buttons {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 5;
}
.map-direction-buttons .map-directions {
  position: static !important;
  margin: 0 !important;
}
@media (max-width: 900px) {
  .logo-label {
    font-size: 1.05rem !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 500 !important;
  }
  .menu-row .nav-links a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s var(--ease), text-shadow 0.3s var(--ease);
  }
  .menu-row .nav-links a:hover,
  .menu-row .nav-links a.is-current {
    color: #fff;
    text-shadow: 0 0 14px rgba(255, 255, 255, 0.55), 0 0 4px rgba(255, 255, 255, 0.4);
  }
}


.book-form {
  margin: 2rem 0 2.5rem;
  padding: 1.6rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.005));
  border: 1px solid var(--line-2);
  border-radius: 4px;
}
.bf-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 1.2rem; margin-bottom: 1.2rem; }
.bf-field { display: flex; flex-direction: column; gap: 0.4rem; }
.bf-field span { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted, #84807a); }
.bf-field span em { color: var(--text-mute, #aaa); font-size: 0.78em; letter-spacing: 0.04em; text-transform: none; font-style: italic; opacity: 0.85; }
.bf-field input, .bf-field textarea {
  background: transparent;
  border: 1px solid var(--line-2);
  color: var(--paper);
  padding: 0.7rem 0.85rem;
  font: inherit;
  font-size: 0.92rem;
  border-radius: 3px;
  transition: border-color 0.2s;
  resize: vertical;
}
.bf-field input:focus, .bf-field textarea:focus { outline: none; border-color: var(--gold); }
.bf-full { grid-column: 1 / -1; }
.bf-sets { grid-column: 1 / -1; }
.bf-checks { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 0.45rem 0.9rem; padding: 0.6rem 0; }
.bf-checks label { display: flex; align-items: center; gap: 0.55rem; font-size: 0.85rem; color: var(--text); cursor: pointer; padding: 0.35rem 0.4rem; border-radius: 3px; transition: background 0.15s; }
.bf-checks label:hover { background: rgba(217,182,90,0.04); }
.bf-checks input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--gold); cursor: pointer; }
.bf-submit { width: 100%; margin-top: 0.4rem; }
.bf-msg { margin-top: 0.9rem; font-size: 0.9rem; color: var(--gold); min-height: 1.2em; }
.bf-msg.error { color: #f5a3a3; }
@media (max-width: 700px) {
  .bf-grid { grid-template-columns: 1fr; }
  .book-form { padding: 1.1rem; }
}


@media (max-width: 900px) {
  .menu-btn, #menuBtn, .nav-book-mobile { display: none !important; }
  .cta-now { display: none !important; }
  .header-stack .nav-right { position: absolute !important; top: 0.6rem !important; right: 0.7rem !important; transform: none !important; height: auto !important; z-index: 11; }
  .menu-row .nav-cta { padding: 0.45rem 0.85rem !important; font-size: 0.6rem !important; letter-spacing: 0.16em !important; }
  .menu-row .nav-cta svg { width: 11px; height: 11px; }
  .set-card { padding: 0; }
  .set-card-name { font-size: 1.15rem !important; line-height: 1.2; font-weight: 700; color: var(--gold); }
  .set-card-desc { font-size: 0.78rem !important; line-height: 1.4; }
  .set-card-body { padding: 0.9rem !important; }
  .set-cards { gap: 0.9rem !important; }
  .feature { padding: 1rem !important; }
  .feature h3 { font-size: 1rem !important; }
  .feature li, .feature ul li { font-size: 0.78rem !important; line-height: 1.4; }
  .feature .icon svg { width: 22px; height: 22px; }
  .features-grid { gap: 0.9rem !important; }
}
@media (min-width: 1100px) {
  section#sets .set-cards:has(.set-card:nth-child(5)) { grid-template-columns: repeat(5, 1fr); }
}
.logo-label { transition: opacity 0.55s var(--ease), transform 0.55s var(--ease) !important; }
.reveal, .reveal-stagger > * { transition: opacity 0.7s cubic-bezier(0.32, 0.72, 0, 1), transform 0.7s cubic-bezier(0.32, 0.72, 0, 1) !important; }
.set-card { transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }

/* ===== HARD KILL: no hamburger anywhere, ever ===== */
.menu-btn, #menuBtn, button.menu-btn,
.menu-drawer, .menu-panel, .nav-drawer { display: none !important; visibility: hidden !important; }

/* ===== Mobile header: Reserve button anchored top-right, text becomes "Contact" ===== */
@media (max-width: 900px) {
  .nav-cta .cta-text .cta-now { display: none !important; }
  .nav-cta .cta-text .cta-reserve { display: none !important; }
  .nav-cta .cta-text::after {
    content: "Contact";
    display: inline-block;
  }
  .header-stack .nav-right,
  .menu-row .nav-right {
    position: absolute !important;
    top: 0.55rem !important;
    right: 0.7rem !important;
    transform: none !important;
    z-index: 30 !important;
    height: auto !important;
  }
  .nav-cta {
    padding: 0.4rem 0.75rem !important;
    font-size: 0.58rem !important;
    letter-spacing: 0.16em !important;
    white-space: nowrap !important;
  }
}

/* Reserve CTA text swap: desktop = "Reserve Now", mobile = "Contact" */
.cta-desktop { display: inline-block; }
.cta-mobile { display: none; }
@media (max-width: 900px) {
  .cta-desktop { display: none !important; }
  .cta-mobile { display: inline-block !important; }
}

/* Non-active logos dimmer; active pops */
.logo-pick .logo-mark { opacity: 0.55; transition: opacity 0.4s var(--ease, ease), transform 0.4s var(--ease, ease); }
.logo-pick:hover .logo-mark,
.logo-pick:focus-visible .logo-mark { opacity: 0.85; }
.logo-pick.is-active .logo-mark { opacity: 1 !important; }

/* Condense Studio Features section (desktop + mobile) */
section.features { padding-top: clamp(2rem, 4vw, 3rem); padding-bottom: clamp(2rem, 4vw, 3rem); }
section.features .section-head { margin-bottom: clamp(1rem, 2vw, 1.5rem) !important; }
section.features .section-head .lead { max-width: 720px; margin-top: 0.5rem; }
.features-grid { gap: clamp(0.6rem, 1.2vw, 1rem) !important; margin-top: clamp(1rem, 2vw, 1.5rem) !important; }
.feature { padding: clamp(1rem, 1.6vw, 1.3rem) !important; }
.feature h3 { font-size: clamp(1rem, 1.4vw, 1.15rem) !important; margin-bottom: 0.5rem !important; }
.feature li { font-size: clamp(0.78rem, 0.95vw, 0.88rem) !important; line-height: 1.45 !important; padding: 0.18rem 0 !important; }
.feature ul { margin: 0 !important; }
.feature .ico, .feature svg { width: 22px !important; height: 22px !important; }
@media (max-width: 900px) {
  section.features { padding-top: 1.6rem; padding-bottom: 1.6rem; }
  .features-grid { grid-template-columns: 1fr 1fr !important; gap: 0.5rem !important; }
  .feature { padding: 0.7rem !important; }
  .feature h3 { font-size: 0.85rem !important; }
  .feature li { font-size: 0.72rem !important; }
}

/* Force CTA text swap with strong specificity */
.nav-cta .cta-text .cta-desktop { display: inline-block !important; }
.nav-cta .cta-text .cta-mobile  { display: none !important; }
@media (max-width: 900px) {
  .nav-cta .cta-text .cta-desktop { display: none !important; }
  .nav-cta .cta-text .cta-mobile  { display: inline-block !important; }
}


/* Studio label: Helvetica Bold, ALL CAPS, tight default spacing, 2pt larger */
.logo-label, .logo-label.show {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.15rem !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
@media (max-width: 900px) {
  .logo-label {
    font-size: 0.95rem !important;
    letter-spacing: normal !important;
    text-transform: none !important;
  }
}

/* Sequential fade: out fully then in (not cross-dissolve) */
.logo-label {
  transition: opacity 0.32s cubic-bezier(0.32, 0.72, 0, 1) !important;
}
.logo-label.fading-out { opacity: 0 !important; }
.logo-label.fading-in { opacity: 1 !important; }

/* Mobile CTA swap: hide "Reserve Now" text, render "Contact" via pseudo */
@media (max-width: 900px) {
  .nav-cta .cta-text {
    font-size: 0 !important;
    line-height: 0 !important;
  }
  .nav-cta .cta-text::after {
    content: "Contact";
    font-size: 0.6rem !important;
    line-height: 1 !important;
    letter-spacing: 0.16em !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
}

/* Anchor scroll clears the fixed header */
section[id] {
  scroll-margin-top: 120px !important;
}
@media (max-width: 900px) {
  section[id] { scroll-margin-top: 100px !important; }
}
html { scroll-padding-top: 110px !important; }


/* Pull SETS up closer to hero, less negative space */
section#sets {
  padding-top: clamp(1rem, 2.5vw, 2rem) !important;
}

/* 4-in-a-row on desktop, 2x2 on mobile for studio features */
.features-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}
@media (max-width: 900px) {
  .features-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 520px) {
  .features-grid { grid-template-columns: 1fr !important; }
}

/* Fix dash bullet overlap with text */
.feature li {
  padding: 0.18rem 0 0.18rem 1.1rem !important;
  position: relative !important;
}
.feature li::before {
  left: 0 !important;
  top: 0.85em !important;
}

/* Smaller CONTACT button so it doesn't dominate the header */
@media (min-width: 901px) {
  .header-stack .nav-right .nav-cta {
    padding: 0.5rem 0.85rem !important;
    font-size: 0.6rem !important;
    letter-spacing: 0.2em !important;
  }
  .header-stack .nav-right .nav-cta svg { width: 10px !important; height: 10px !important; }
}

/* Hero image +10% brighter on all sites */
.hero-bg img,
.hero-bg picture img,
.hero .hero-bg img {
  filter: brightness(1.25) !important;
}

/* ===== Active section highlight in top nav ===== */
.nav-links a.is-active { color: var(--gold) !important; }
.nav-links a.is-active::after {
  width: 100% !important;
  background: var(--gold);
}

/* ===== Slideshow arrows: simplified + prevent iOS double-tap zoom ===== */
.slide-nav {
  touch-action: manipulation;
  background: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  border-radius: 999px;
  width: 44px !important;
  height: 44px !important;
}
.slide-nav:hover {
  background: rgba(0, 0, 0, 0.7) !important;
  color: var(--gold) !important;
  border: none !important;
}
.slide-nav svg { width: 18px; height: 18px; stroke-width: 1.6; }
@media (max-width: 600px) {
  .slide-nav { width: 40px !important; height: 40px !important; }
  .slide-nav svg { width: 16px; height: 16px; }
}

/* ===== Slideshow stage: allow horizontal swipe ===== */
.slide-stage { touch-action: pan-y; }

/* ===== Mobile + iPad: rounded floating Contact fab; hide top-right square btn ===== */
.contact-fab { display: none !important; }
@media (max-width: 1024px) {
  .header-stack .nav-right,
  .menu-row .nav-right { display: none !important; }
  .contact-fab {
    display: inline-flex !important;
    position: fixed !important;
    bottom: clamp(1rem, 3vw, 1.75rem) !important;
    right: clamp(1rem, 3vw, 1.75rem) !important;
    z-index: 10000 !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px;
    min-height: 54px;
    max-width: 54px;
    max-height: 54px;
    padding: 0 !important;
    border-radius: 999px !important;
    background: var(--gold) !important;
    color: var(--ink) !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(217, 182, 90, 0.45) !important;
    transition: transform 0.3s var(--ease), background 0.3s var(--ease), box-shadow 0.3s var(--ease);
    touch-action: manipulation;
  }
  .contact-fab:hover {
    transform: translateY(-2px);
    background: var(--gold-bright) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(217, 182, 90, 0.7) !important;
  }
  .contact-fab svg,
  .contact-fab-icon {
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 auto;
    display: block;
  }
}

/* ===== Hero → next section seamless gradient fade ===== */
.hero { position: relative; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: clamp(120px, 18vh, 220px);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, var(--ink) 100%);
  pointer-events: none;
  z-index: 5;
}

/* =========================================================
   Studio switcher v4 — three separate pill buttons
   (logo left + studio name right, serif). Gold fill + black
   text + gold glow on hover. Scoped under .logo-bar so it
   overrides the older .logo-pick / .logo-mark rules.
   ========================================================= */
.studio-picker-row { gap: clamp(0.8rem, 1.6vw, 1.25rem); }

.logo-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(0.55rem, 1.3vw, 1rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  box-shadow: none;
  overflow: visible;
}

.logo-bar .logo-pick {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex: 0 0 auto;
  padding: 0.6rem 1.3rem;
  margin: 0;
  border: 1px solid rgba(217, 182, 90, 0.34);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.02);
  transform: none;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}

.logo-bar .logo-pick .logo-mark {
  width: clamp(22px, 2.2vw, 28px);
  height: clamp(22px, 2.2vw, 28px);
  opacity: 1;
  background-color: var(--gold);
  filter: none;
  transition: background-color 0.3s var(--ease), filter 0.3s var(--ease);
}
.logo-bar .logo-pick .logo-mark--vw { transform: scale(1.12); transform-origin: center; }

.logo-pick-name {
  font-family: var(--f-display);
  font-size: clamp(1.02rem, 1.4vw, 1.3rem);
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1;
  text-transform: none;
  color: var(--paper);
  white-space: nowrap;
  transition: color 0.3s var(--ease);
}

/* current studio: same look as the others (per the reference); just
   neutralize the old v2 scale + mark glow */
.logo-bar .logo-pick.is-active { transform: none; }
.logo-bar .logo-pick.is-active .logo-mark { filter: none; }

/* hover / focus: gold fill, black text + mark, gold glow */
@media (hover: hover) {
  .logo-bar .logo-pick:hover {
    background: var(--gold);
    border-color: var(--gold);
    box-shadow: 0 0 24px rgba(217, 182, 90, 0.55), 0 0 8px rgba(217, 182, 90, 0.45);
    transform: translateY(-1px);
  }
  .logo-bar .logo-pick:hover .logo-mark { background-color: var(--ink); filter: none; }
  .logo-bar .logo-pick:hover .logo-pick-name { color: var(--ink); }
}
.logo-bar .logo-pick:focus-visible {
  outline: none;
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 0 24px rgba(217, 182, 90, 0.55);
}
.logo-bar .logo-pick:focus-visible .logo-mark { background-color: var(--ink); }
.logo-bar .logo-pick:focus-visible .logo-pick-name { color: var(--ink); }

/* page-transition marker: fill gold (matches hover) rather than scale */
.logo-bar .logo-pick.is-selecting { transform: none; background: var(--gold); border-color: var(--gold); }
.logo-bar .logo-pick.is-selecting .logo-mark { background-color: var(--ink); }
.logo-bar .logo-pick.is-selecting .logo-pick-name { color: var(--ink); }

/* mobile: stack the three buttons full-width, a touch smaller */
@media (max-width: 720px) {
  .logo-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .logo-bar .logo-pick {
    width: 100%;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.6rem 1rem;
    border-radius: 11px;
  }
  .logo-bar .logo-pick .logo-mark { width: 20px; height: 20px; }
  .logo-pick-name { font-size: 1rem; }
}
