/* ═══════════════════════════════════════════════════════════════════
   GTA6 Love Island — gtali.space
   Vice City neon. Cinematic scroll. Pro Max design bar.
   ═══════════════════════════════════════════════════════════════════ */

:root {
  --neon-magenta: #FF1B8D;
  --neon-pink:    #FF69C7;
  --neon-purple:  #A855F7;
  --neon-violet:  #7C3AED;
  --deep-purple:  #4A0F5C;
  --midnight:     #0A0410;
  --midnight-2:   #150720;
  --ivory:        #FFF4F8;
  --ivory-dim:    #F0D7E5;
  --gold:         #FFB947;
  --neon-blue:    #2ECBFF;

  --gradient-hero: linear-gradient(135deg, #FF3D9A 0%, #A855F7 46%, #4A0F5C 100%);
  --gradient-cta:  linear-gradient(135deg, #FF1B8D 0%, #FF69C7 55%, #FFB947 100%);
  --gradient-nav:  linear-gradient(180deg, rgba(10,4,16,0.92) 0%, rgba(10,4,16,0.55) 100%);

  --shadow-neon:      0 0 20px rgba(255,27,141,0.45), 0 0 60px rgba(168,85,247,0.35);
  --shadow-neon-soft: 0 0 12px rgba(255,105,199,0.35);
  --shadow-card:      0 20px 60px -20px rgba(0,0,0,0.6);

  --font-display: "Anton", "Bebas Neue", "Impact", sans-serif;
  --font-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius-sm: 8px;
  --radius:    16px;
  --radius-lg: 28px;

  --w-max: 1240px;
  --w-narrow: 880px;
}

/* ═══════════════════ reset / base ═══════════════════ */
* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--font-body);
  color: var(--ivory);
  background: var(--midnight);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  min-height: 100dvh;
}
img, svg, picture, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; transition: color .18s ease, opacity .18s ease; cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--neon-pink);
  outline-offset: 3px;
  border-radius: 4px;
}
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0; padding: 0; margin: -1px;
}
.skip-link {
  position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
  background: var(--neon-magenta); color: var(--ivory);
  padding: 10px 18px; border-radius: 999px; font-weight: 700; z-index: 999;
}
.skip-link:focus { top: 12px; }

em { font-style: italic; color: var(--neon-pink); }

/* ═══════════════════ nav ═══════════════════ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 20px;
  background: transparent;
  transition: padding .25s ease, background .25s ease, backdrop-filter .25s ease, border-color .25s ease, transform .28s cubic-bezier(.22,.9,.32,1);
  border-bottom: 1px solid transparent;
  will-change: transform;
}
/* Auto-hide the top bar on scroll-down; scroll-up slides it back in. */
body.nav-hidden .nav { transform: translateY(-110%); }
.nav.scrolled {
  padding: 8px 20px;
  background: rgba(10,4,16,0.72);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: rgba(255,105,199,0.16);
}
.nav-brand {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--ivory); font-weight: 700;
}
.brand-mark {
  display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center;
  background: var(--gradient-cta);
  border-radius: 12px;
  color: white;
  box-shadow: var(--shadow-neon-soft);
}
.brand-text { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-lead {
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.brand-lead.pink { color: var(--neon-pink); font-size: 12px; letter-spacing: 4px; }

.nav-links { display: none; }
.nav-links a {
  font-weight: 500; font-size: 14px; letter-spacing: .04em; color: var(--ivory-dim);
}
.nav-links a:hover { color: var(--ivory); }

.nav-toggle {
  display: flex; position: relative; z-index: 102;
  width: 40px; height: 40px; padding: 0;
  align-items: center; justify-content: center;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  cursor: pointer;
}
.nav-toggle span {
  position: absolute; left: 10px; width: 20px; height: 2px;
  background: var(--ivory); border-radius: 2px;
  transition: transform .22s ease, opacity .18s ease, top .22s ease;
}
.nav-toggle span:nth-child(1) { top: 14px; }
.nav-toggle span:nth-child(2) { top: 19px; }
.nav-toggle span:nth-child(3) { top: 24px; }
.nav-toggle.is-open span:nth-child(1) { top: 19px; transform: rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { top: 19px; transform: rotate(-45deg); }

/* Drawer + scrim are HIDDEN BY DEFAULT. Only the `.is-open` class shows them.
   Inline critical CSS in <head> enforces the same rule so nothing about
   external-CSS loading, [hidden] cascade ties, or stale browser cache can
   defeat this. `hidden` attribute is intentionally NOT part of the contract. */
.mobile-scrim,
.mobile-menu { display: none !important; }
.mobile-menu.is-open { display: flex !important; }
.mobile-scrim.is-open { display: block !important; }

.mobile-scrim {
  position: fixed; inset: 0; z-index: 98;
  background: rgba(4,2,10,0.65);
  backdrop-filter: blur(4px);
  animation: fadein .22s ease-out;
}
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }

.mobile-menu {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(320px, 84vw); z-index: 99;
  padding: 88px 20px 28px;
  background: rgba(10,4,16,0.98);
  backdrop-filter: blur(20px);
  border-left: 1px solid rgba(255,105,199,0.18);
  flex-direction: column; gap: 10px;
  overflow-y: auto;
  animation: slidein .26s cubic-bezier(.22,.9,.32,1);
}
@keyframes slidein { from { transform: translateX(100%); } to { transform: none; } }
.mobile-menu a {
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 500;
  color: var(--ivory-dim);
  background: rgba(255,255,255,0.03);
}
.mobile-menu a.cta { margin-top: 4px; }

/* ═══════════════════ cta ═══════════════════ */
.cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700; font-size: 14px; letter-spacing: .02em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
  cursor: pointer;
}
.cta-primary {
  background: var(--gradient-cta);
  color: var(--midnight);
  box-shadow: var(--shadow-neon-soft);
}
.cta-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-neon); }
.cta-outline {
  border: 1.5px solid rgba(255,105,199,0.6);
  color: var(--ivory);
  background: rgba(255,105,199,0.06);
}
.cta-outline:hover { background: rgba(255,105,199,0.14); border-color: var(--neon-pink); }
.cta-ghost {
  color: var(--ivory);
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
}
.cta-ghost:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.3); }
.cta-lg { padding: 16px 28px; font-size: 15px; }

/* ═══════════════════ hero ═══════════════════ */
.hero {
  position: relative;
  min-height: 100dvh;
  display: flex; align-items: center; justify-content: center;
  padding: 120px 24px 80px;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(135deg, rgba(74,15,92,0.35) 0%, rgba(10,4,16,0.55) 100%),
    url("/images/hero-gta6-love-island-collage.webp") center/cover no-repeat;
  animation: hero-drift 24s ease-in-out infinite alternate;
  transform-origin: center;
  will-change: transform;
}
@keyframes hero-drift {
  from { transform: scale(1.05) translateY(0); }
  to   { transform: scale(1.12) translateY(-2%); }
}
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse at center, rgba(10,4,16,0.15) 0%, rgba(10,4,16,0.75) 65%, rgba(10,4,16,0.95) 100%),
    linear-gradient(180deg, rgba(10,4,16,0) 0%, rgba(10,4,16,0) 55%, rgba(10,4,16,0.9) 100%);
}
.hero-inner {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 900px; margin: 0 auto;
  padding: 24px;
  animation: fadeup 1s cubic-bezier(.2,.7,.2,1) both;
}
@keyframes fadeup { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

.hero-eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 13px; letter-spacing: .35em;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--neon-pink);
  background: rgba(255,27,141,0.10);
  border: 1px solid rgba(255,105,199,0.35);
  margin-bottom: 28px;
  text-shadow: 0 0 20px rgba(255,105,199,0.5);
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(64px, 14vw, 176px);
  line-height: 0.86;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--ivory);
  text-shadow:
    0 2px 30px rgba(0,0,0,0.5),
    0 0 40px rgba(255,105,199,0.4);
}
.hero-title-a {
  display: block;
}
.hero-title-b {
  display: block;
  font-family: "Bebas Neue", var(--font-display);
  color: var(--neon-pink);
  letter-spacing: .01em;
  text-shadow:
    0 0 20px rgba(255,27,141,0.55),
    0 0 60px rgba(255,27,141,0.35),
    0 2px 20px rgba(0,0,0,0.6);
}

.hero-tagline {
  font-size: clamp(16px, 2vw, 22px);
  color: var(--ivory);
  margin: 24px auto 8px;
  letter-spacing: .05em;
  font-weight: 500;
}
.hero-story { color: var(--ivory-dim); }

.hero-ctas {
  display: flex; justify-content: center; align-items: center; gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.hero-ctas.center { justify-content: center; }

.hero-meta {
  margin-top: 40px;
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ivory-dim);
  opacity: 0.9;
}
.hero-meta .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--neon-pink);
  box-shadow: 0 0 10px var(--neon-pink);
  animation: pulse 1.6s ease-in-out infinite;
}
.hero-meta-sep { opacity: 0.5; }
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%     { opacity: .5; transform: scale(.85); }
}

/* ═══════════════════ marquee ═══════════════════ */
.marquee {
  position: relative;
  overflow: hidden;
  padding: 22px 0;
  background: linear-gradient(90deg, var(--neon-magenta), var(--neon-purple), var(--neon-magenta));
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(0,0,0,0.35);
}
.marquee-track {
  display: inline-flex; gap: 36px;
  white-space: nowrap;
  animation: marquee 42s linear infinite;
  will-change: transform;
}
.marquee-track span {
  font-family: var(--font-display);
  font-size: 22px; letter-spacing: .18em;
  color: var(--ivory);
}
.marquee-track .pip {
  color: var(--midnight);
  font-family: var(--font-body);
  font-size: 18px;
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ═══════════════════ sections ═══════════════════ */
.section {
  position: relative;
  padding: 120px 24px;
  isolation: isolate;
}
.section-inner {
  max-width: var(--w-max);
  margin: 0 auto;
}
.section-inner-narrow { max-width: var(--w-narrow); }
.section-inner.center { text-align: center; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 12px; letter-spacing: .35em; text-transform: uppercase;
  padding: 6px 12px;
  color: var(--neon-magenta);
  background: rgba(255,27,141,0.08);
  border: 1px solid rgba(255,27,141,0.28);
  border-radius: 999px;
  margin-bottom: 24px;
}
.eyebrow.light { color: var(--ivory); background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); }

.display {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(38px, 6vw, 72px);
  line-height: .96;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: var(--ivory);
  margin-bottom: 20px;
  max-width: 20ch;
}
.display.light { color: var(--ivory); }
.display.xl { font-size: clamp(56px, 10vw, 140px); }
.center .display { margin-left: auto; margin-right: auto; }

.lede {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.6;
  color: var(--ivory-dim);
  max-width: 60ch;
  margin-bottom: 32px;
}
.center .lede { margin-left: auto; margin-right: auto; }

/* ═══════════════════ WHAT / bento ═══════════════════ */
.section-what { background: linear-gradient(180deg, var(--midnight) 0%, var(--midnight-2) 100%); }

.bento {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 40px;
}
.bento-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.015) 100%);
  border: 1px solid rgba(255,105,199,0.16);
  border-radius: var(--radius);
  padding: 32px;
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-card);
  transition: transform .3s cubic-bezier(.2,.7,.2,1), border-color .25s ease, box-shadow .3s ease;
}
.bento-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,105,199,0.45);
  box-shadow: 0 20px 60px -20px rgba(255,27,141,0.35);
}
.bento-a { grid-column: span 6; }
.bento-b { grid-column: span 6; }
.bento-c { grid-column: span 6; }
.bento-d { grid-column: span 6; }
.bento-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--gradient-cta);
  color: var(--midnight);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  box-shadow: var(--shadow-neon-soft);
}
.bento-card h3 {
  font-family: var(--font-display);
  font-size: 22px; letter-spacing: .05em; text-transform: uppercase;
  color: var(--ivory); margin-bottom: 10px;
}
.bento-card p { color: var(--ivory-dim); font-size: 15px; }

/* ═══════════════════ MATCHMAKING ═══════════════════ */
.section-match {
  background:
    radial-gradient(ellipse at 20% 20%, rgba(255,27,141,0.14) 0%, transparent 60%),
    linear-gradient(180deg, var(--midnight-2) 0%, var(--midnight) 100%);
}
.match-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: var(--w-max); margin: 0 auto;
}
.match-copy h2 { max-width: 15ch; }

.check-list {
  list-style: none; padding: 0; margin: 24px 0 32px;
  display: flex; flex-direction: column; gap: 12px;
}
.check-list li {
  display: flex; align-items: baseline; gap: 12px;
  color: var(--ivory);
  font-size: 15px;
}
.check-list li span {
  color: var(--neon-pink);
  font-size: 12px;
}

.match-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255,105,199,0.16);
}
.match-visual img { width: 100%; height: 100%; object-fit: cover; }

.match-vibe-card {
  position: absolute;
  left: 20px; right: 20px; bottom: 20px;
  padding: 18px;
  background: rgba(10,4,16,0.72);
  backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255,105,199,0.35);
  border-radius: var(--radius);
  box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}
.vibe-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 6px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.vibe-row:last-child { border-bottom: 0; }
.vibe-k { color: var(--ivory-dim); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
.vibe-v { color: var(--ivory); font-weight: 600; }
.vibe-v.pink { color: var(--neon-pink); }

/* ═══════════════════ ROLEPLAY ═══════════════════ */
.section-roleplay {
  position: relative;
  padding: 140px 24px;
  color: var(--ivory);
}
.roleplay-bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.roleplay-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.roleplay-bg-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(10,4,16,0.85) 0%, rgba(10,4,16,0.7) 60%, rgba(10,4,16,0.9) 100%),
    linear-gradient(90deg, rgba(74,15,92,0.55), rgba(10,4,16,0.35));
  z-index: -1;
}
.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.feature {
  padding: 24px;
  background: rgba(10,4,16,0.55);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
}
.feature-num {
  font-family: var(--font-display);
  font-size: 14px; letter-spacing: .15em;
  color: var(--neon-pink);
  margin-bottom: 12px;
}
.feature h4 {
  font-family: var(--font-display);
  font-size: 18px; letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.feature p { font-size: 14px; color: var(--ivory-dim); }

/* ═══════════════════ two-col sections ═══════════════════ */
.section-two-col {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.section-two-col.reverse { grid-template-columns: 1fr 1fr; }
.section-two-col.reverse .two-col-visual { order: 1; }
.section-two-col.reverse .two-col-copy { order: 2; }
.two-col-visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255,105,199,0.16);
  box-shadow: var(--shadow-card);
  aspect-ratio: 4/5;
}
.two-col-visual img { width: 100%; height: 100%; object-fit: cover; }

.section-penthouse {
  background:
    radial-gradient(ellipse at 80% 40%, rgba(168,85,247,0.15) 0%, transparent 60%),
    linear-gradient(180deg, var(--midnight) 0%, var(--midnight-2) 100%);
}
.section-vice {
  background:
    radial-gradient(ellipse at 20% 40%, rgba(255,27,141,0.15) 0%, transparent 60%),
    linear-gradient(180deg, var(--midnight-2) 0%, var(--midnight) 100%);
}

.vice-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(22px, 3vw, 32px);
  color: var(--neon-pink);
  margin-top: 24px;
  padding-left: 20px;
  border-left: 3px solid var(--neon-pink);
  text-shadow: 0 0 20px rgba(255,105,199,0.35);
}

/* ═══════════════════ CINEMATIC INTERLUDE ═══════════════════ */
.section-cinematic {
  padding: 0;
  height: 70vh;
  min-height: 480px;
  position: relative;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.section-cinematic picture,
.section-cinematic img {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover;
}
.cinematic-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse at center, rgba(10,4,16,0.35) 0%, rgba(10,4,16,0.85) 80%),
    linear-gradient(180deg, rgba(10,4,16,0.6) 0%, rgba(10,4,16,0.4) 40%, rgba(10,4,16,0.8) 100%);
}
.cinematic-copy {
  position: relative;
  text-align: center;
  padding: 32px;
}
.cinematic-line {
  font-family: var(--font-display);
  font-size: clamp(48px, 8vw, 96px);
  letter-spacing: .05em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--ivory);
  text-shadow: 0 0 40px rgba(255,105,199,0.5), 0 4px 30px rgba(0,0,0,0.6);
}
.cinematic-line.pink { color: var(--neon-pink); }

/* ═══════════════════ WAITLIST ═══════════════════ */
.section-waitlist {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255,27,141,0.28) 0%, transparent 60%),
    linear-gradient(180deg, var(--midnight-2) 0%, var(--deep-purple) 100%);
  text-align: center;
}
.section-waitlist .display,
.section-waitlist .lede { margin-left: auto; margin-right: auto; }

.waitlist-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  max-width: 720px;
  margin: 32px auto 12px;
  padding: 12px;
  background: rgba(10,4,16,0.6);
  border: 1px solid rgba(255,105,199,0.35);
  border-radius: 999px;
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-card);
}
.waitlist-form input,
.waitlist-form select {
  background: transparent;
  border: 0;
  color: var(--ivory);
  padding: 14px 20px;
  font-size: 15px;
  font-family: var(--font-body);
  outline: none;
  cursor: pointer;
}
.waitlist-form input::placeholder { color: rgba(240,215,229,0.55); }
.waitlist-form select { -webkit-appearance: none; appearance: none; background-image: none; }
.waitlist-form select option { background: var(--midnight); color: var(--ivory); }
.waitlist-msg {
  min-height: 24px;
  font-size: 14px;
  color: var(--neon-pink);
}
.waitlist-msg.ok { color: var(--gold); }
.tiny { font-size: 12px; color: var(--ivory-dim); opacity: 0.75; }

/* ═══════════════════ final CTA ═══════════════════ */
.section-final {
  background: var(--midnight);
  text-align: center;
  padding: 140px 24px 160px;
}

/* ═══════════════════ footer ═══════════════════ */
.footer {
  background: var(--midnight);
  border-top: 1px solid rgba(255,105,199,0.12);
  padding: 60px 24px 32px;
  color: var(--ivory-dim);
}
.footer-inner {
  max-width: var(--w-max); margin: 0 auto;
  display: flex; flex-direction: column; gap: 40px;
}
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-title { font-family: var(--font-display); font-size: 20px; letter-spacing: .1em; text-transform: uppercase; color: var(--ivory); }
.footer-sub { font-size: 13px; color: var(--ivory-dim); }
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.footer-cols h5 {
  font-family: var(--font-display);
  font-size: 13px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ivory);
  margin-bottom: 14px;
}
.footer-cols a {
  display: block; margin-bottom: 6px;
  font-size: 14px;
  color: var(--ivory-dim);
}
.footer-cols a:hover { color: var(--neon-pink); }
.footer-legal {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
}
.footer-legal a { color: var(--neon-pink); }
.footer-legal a:hover { color: var(--ivory); }

/* ═══════════════════ scroll reveal ═══════════════════ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ═══════════════════ responsive ═══════════════════ */
@media (max-width: 960px) {
  .nav { padding: 14px 20px; }
  .nav.scrolled { padding: 10px 20px; }
  .section { padding: 90px 20px; }
  .bento-a, .bento-b, .bento-c, .bento-d { grid-column: span 12; }
  .match-grid { grid-template-columns: 1fr; gap: 40px; }
  .match-visual { aspect-ratio: 4/5; max-height: 640px; }
  .section-two-col, .section-two-col.reverse { grid-template-columns: 1fr; gap: 32px; }
  .section-two-col.reverse .two-col-visual,
  .section-two-col.reverse .two-col-copy { order: initial; }
  .two-col-visual { aspect-ratio: 4/5; max-height: 560px; }
  .feature-row { grid-template-columns: 1fr; }
  .waitlist-form {
    grid-template-columns: 1fr;
    border-radius: var(--radius);
    padding: 16px;
    gap: 8px;
  }
  .waitlist-form input,
  .waitlist-form select {
    background: rgba(255,255,255,0.04);
    border-radius: 999px;
    padding: 14px 20px;
  }
  .waitlist-form .cta { width: 100%; }
  .footer-cols { grid-template-columns: 1fr; gap: 32px; }
  .footer-legal { flex-direction: column; }
  .hero-title { font-size: clamp(56px, 16vw, 120px); }
  .cinematic-line { font-size: clamp(40px, 10vw, 72px); }
}

/* ═══════════════════ motion / a11y ═══════════════════ */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .hero-bg { animation: none; }
  .marquee-track { animation: none; }
  .reveal { opacity: 1; transform: none; }
}

/* ═══════════════════ selection ═══════════════════ */
::selection { background: var(--neon-magenta); color: var(--ivory); }
