:root {
  --page-black: #060606;
  --page-black-soft: #0d0c0c;
  --page-ink: #161412;
  --page-ink-soft: rgba(22, 20, 18, 0.74);
  --page-ivory: #f2ede5;
  --page-ivory-strong: #fbf8f2;
  --page-sand: #cfc4b5;
  --page-line: rgba(255, 255, 255, 0.72);
  --page-accent: #e8733a;
  --hero-progress: 0;
  --hero-progress-smooth: 0;
  --pointer-x: 0.5;
  --pointer-y: 0.35;
  --shadow-dark: 0 28px 90px rgba(0, 0, 0, 0.42);
  --shadow-soft: 0 26px 60px rgba(24, 22, 20, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(
      circle at 50% -10%,
      rgba(255, 255, 255, 0.08),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #020202 0%,
      #0a0909 24%,
      #161210 38%,
      #f2ede5 58%,
      #f7f3ec 100%
    );
  color: var(--page-ink);
  font-family: "Cormorant Garamond", serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.page-grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.08;
  mix-blend-mode: soft-light;
  background-image:
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.55) 0,
      rgba(255, 255, 255, 0.55) 1px,
      transparent 1px,
      transparent 3px
    ),
    radial-gradient(circle, rgba(255, 255, 255, 0.24) 0.6px, transparent 0.8px);
  background-size: auto, 22px 22px;
}

.page-shell {
  position: relative;
  isolation: isolate;
}

.hero-shell {
  position: relative;
  height: 240svh;
}

.hero-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      circle at calc(var(--pointer-x) * 100%) 0%,
      rgba(255, 255, 255, 0.12),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #010101 0%,
      #050505 36%,
      #0f0e0d 76%,
      #161413 100%
    );
}

.hero-ambient,
.hero-layer,
.hero-interface {
  position: absolute;
  inset: 0;
}

.hero-ambient {
  pointer-events: none;
}

.hero-beam,
.hero-orbit {
  position: absolute;
  pointer-events: none;
}

.hero-beam {
  width: min(52vw, 44rem);
  aspect-ratio: 1;
  border-radius: 999px;
  filter: blur(22px);
  opacity: calc(0.2 + var(--hero-progress-smooth) * 0.08);
}

.beam-left {
  top: -16vw;
  left: calc(-8vw + (var(--pointer-x) - 0.5) * -14vw);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(255, 255, 255, 0.06) 28%,
    transparent 68%
  );
  transform: translateY(calc(var(--hero-progress-smooth) * 7vh));
}

.beam-right {
  right: calc(-10vw + (var(--pointer-x) - 0.5) * 10vw);
  bottom: -18vw;
  background: radial-gradient(
    circle,
    rgba(241, 234, 220, 0.12) 0%,
    rgba(241, 234, 220, 0.04) 28%,
    transparent 68%
  );
  transform: translateY(calc(var(--hero-progress-smooth) * -5vh));
}

.hero-orbit {
  top: 10%;
  left: 50%;
  width: min(62vw, 56rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  opacity: calc(0.22 - var(--hero-progress) * 0.08);
  transform: translateX(-50%) scale(calc(1 + var(--hero-progress-smooth) * 0.08));
}

.hero-layer {
  padding: clamp(1rem, 3vw, 2rem);
}

.hero-layer-dark {
  color: var(--page-ivory);
}

.hero-layer-light {
  color: var(--page-ink);
  background:
    radial-gradient(
      circle at calc(var(--pointer-x) * 100%) 0%,
      rgba(0, 0, 0, 0.06),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #f8f4eb 0%,
      #efe8dd 52%,
      #faf7f2 100%
    );
  clip-path: inset(0 0 calc((1 - var(--hero-progress-smooth)) * 100%) 0);
}

.hero-scene {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: end;
  gap: clamp(3rem, 6vw, 8rem);
  height: 100%;
  padding: clamp(5rem, 10vh, 7rem) 0 clamp(3.5rem, 7vh, 5rem);
}

.hero-copy {
  max-width: 32rem;
}

.section-tag,
.eyebrow,
.plate-label,
.meta-chip,
.hero-prompt-label,
.hero-progress span,
.manifesto-index,
.note-label,
.spotlight-route {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow,
.section-tag {
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
}

.hero-copy h2,
.section-header h2,
.spotlight-primary h3,
.finale-card h2,
.hero-summary-card h1 {
  margin: 0;
  font-family: "Bodoni Moda", serif;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.hero-copy h2 {
  font-size: clamp(2.5rem, 5.5vw, 5.5rem);
  margin-top: 0.5rem;
}

.hero-copy p:last-child,
.section-header > p:last-child,
.manifesto-card p:last-child,
.spotlight-primary > p,
.spotlight-note p:last-child,
.finale-card > p:last-of-type,
.hero-summary-text,
.logo-card figcaption {
  font-size: clamp(1.15rem, 1.85vw, 1.42rem);
  line-height: 1.6;
}

.hero-copy-dark {
  opacity: calc(1 - var(--hero-progress) * 0.92);
  transform: translate3d(0, calc(var(--hero-progress-smooth) * -10vh), 0);
}

.hero-copy-dark p:last-child {
  color: rgba(247, 244, 239, 0.8);
}

.hero-copy-light {
  opacity: calc(0.12 + var(--hero-progress) * 0.92);
  transform: translate3d(0, calc((1 - var(--hero-progress-smooth)) * 10vh), 0);
}

.hero-copy-light p:last-child {
  color: var(--page-ink-soft);
}

.hero-plate {
  justify-self: end;
  width: min(46vw, 38rem);
  padding: clamp(0.9rem, 1.8vw, 1.25rem);
  border-radius: 2rem;
  box-shadow: var(--shadow-dark);
  transform-origin: center;
}

.hero-plate-dark {
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.72), rgba(0, 0, 0, 0.34));
  border: 1px solid rgba(255, 255, 255, 0.06);
  opacity: calc(1 - var(--hero-progress) * 0.92);
  transform:
    translate3d(0, calc(var(--hero-progress-smooth) * 4vh), 0)
    rotate(calc(var(--hero-progress) * -3deg));
}

.hero-plate-light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 237, 229, 0.72));
  border: 1px solid rgba(20, 18, 16, 0.08);
  box-shadow: var(--shadow-soft);
  opacity: calc(0.08 + var(--hero-progress) * 0.96);
  transform:
    translate3d(0, calc((1 - var(--hero-progress-smooth)) * 5vh), 0)
    rotate(calc((1 - var(--hero-progress)) * 2deg));
}

.plate-label {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: inherit;
  opacity: 0.72;
}

.hero-plate-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(62svh, 42rem);
  padding: clamp(0.8rem, 1.5vw, 1.2rem);
  border-radius: 1.45rem;
}

.hero-plate-dark .hero-plate-image {
  background: rgba(0, 0, 0, 0.52);
}

.hero-plate-light .hero-plate-image {
  background: rgba(255, 255, 255, 0.72);
}

.hero-plate img {
  width: 100%;
  max-height: min(58svh, 39rem);
  object-fit: contain;
}

.hero-interface {
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: space-between;
  padding: clamp(1rem, 3vw, 2rem);
  pointer-events: none;
}

.hero-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  max-width: 58rem;
  align-self: start;
}

.meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.6rem 0.95rem 0.48rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--page-ivory);
  background: rgba(8, 8, 8, 0.36);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.hero-prompt {
  justify-self: center;
  align-self: start;
  margin-top: clamp(2rem, 5vh, 3.75rem);
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  color: var(--page-ivory);
  opacity: calc(0.82 - var(--hero-progress) * 0.4);
}

.hero-prompt-line {
  display: block;
  width: clamp(4.5rem, 8vw, 6.5rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--page-line), transparent);
}

.hero-summary-card {
  position: relative;
  align-self: end;
  width: min(100%, 32rem);
  padding: clamp(1.8rem, 3.5vw, 2.4rem);
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 11, 11, 0.52), rgba(11, 11, 11, 0.82));
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(24px);
  overflow: hidden;
  pointer-events: auto;
  transform:
    translate3d(0, calc(var(--hero-progress-smooth) * -2rem), 0)
    scale(calc(1 - var(--hero-progress) * 0.05));
}

.hero-summary-card::after {
  content: "";
  position: absolute;
  inset: 12% -8% -12% 34%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.16),
    transparent 60%
  );
  opacity: calc(0.45 - var(--hero-progress) * 0.16);
  filter: blur(24px);
  pointer-events: none;
}

.hero-summary-card .section-tag {
  color: rgba(247, 244, 239, 0.66);
}

.hero-summary-card h1 {
  position: relative;
  z-index: 1;
  margin-top: 0.3rem;
  color: var(--page-ivory);
  font-size: clamp(2.8rem, 7vw, 5.5rem);
}

.hero-summary-text {
  position: relative;
  z-index: 1;
  margin: 1.2rem 0 0;
  color: rgba(247, 244, 239, 0.9);
  max-width: 28rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.cta-support {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.55;
}

.hero-summary-card .cta-support,
.join-callout .cta-support,
.spotlight-primary .cta-support,
.finale-card .cta-support {
  color: rgba(247, 244, 239, 0.72);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.9rem 1.35rem 0.78rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button-solid {
  background: var(--page-ivory-strong);
  color: var(--page-black);
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.12);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--page-ivory);
  background: rgba(255, 255, 255, 0.02);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
}

.hero-progress {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  justify-self: end;
  display: grid;
  justify-items: center;
  gap: 0.85rem;
  color: rgba(247, 244, 239, 0.78);
}

.hero-progress-track {
  position: relative;
  width: 2px;
  height: min(40vh, 15rem);
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.hero-progress-fill {
  position: absolute;
  inset: auto 0 0;
  height: calc(var(--hero-progress-smooth) * 100%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.9)
  );
}

.swipe-line {
  position: absolute;
  top: calc(var(--hero-progress-smooth) * 100%);
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.86) 20%,
    transparent 80%
  );
  box-shadow:
    0 0 24px rgba(255, 255, 255, 0.54),
    0 -22px 70px rgba(255, 255, 255, 0.16);
}

/* ── Credibility Section ── */

.credibility-section {
  position: relative;
  z-index: 2;
  padding: clamp(3.5rem, 7vw, 5rem) clamp(1rem, 4vw, 3rem);
  color: var(--page-ivory);
  background:
    radial-gradient(circle at 10% 0%, rgba(232, 115, 58, 0.08), transparent 28%),
    linear-gradient(180deg, #0a0808 0%, #14100e 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.credibility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.credibility-card {
  padding: 1.55rem 1.35rem 1.4rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 40px rgba(0, 0, 0, 0.18);
}

.credibility-label {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(247, 244, 239, 0.58);
}

.credibility-card h3 {
  margin: 0.55rem 0 0;
  font-family: "Bodoni Moda", serif;
  font-size: clamp(1.75rem, 2.6vw, 2.45rem);
  line-height: 1;
  color: var(--page-ivory-strong);
  overflow-wrap: anywhere;
}

.credibility-card p:last-child {
  margin: 0.9rem 0 0;
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
  line-height: 1.45;
  color: rgba(247, 244, 239, 0.8);
}

/* ── Shared Section Padding ── */

.manifesto-section,
.spotlight-section,
.finale-section,
.pillars-section,
.gameday-section {
  position: relative;
  padding: clamp(4.5rem, 9vw, 7.5rem) clamp(1.25rem, 4vw, 3.5rem);
}

.manifesto-section {
  color: var(--page-ivory);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(180deg, #090909 0%, #15110f 54%, #241d18 100%);
}

.section-header {
  max-width: 56rem;
}

.section-header h2 {
  font-size: clamp(2.6rem, 5.5vw, 5.7rem);
  margin-top: 0.4rem;
}

.section-header > p:last-child {
  max-width: 40rem;
  margin: 1.2rem 0 0;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 3.5rem;
}

.manifesto-card,
.spotlight-primary,
.spotlight-note,
.logo-card,
.finale-card {
  position: relative;
  overflow: hidden;
}

.manifesto-card {
  padding: 2.2rem 2rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.6rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.manifesto-index {
  color: rgba(247, 244, 239, 0.54);
  font-size: 0.98rem;
}

.manifesto-card h3 {
  margin: 0.55rem 0 0;
  font-family: "Bodoni Moda", serif;
  font-size: clamp(1.85rem, 2.6vw, 2.6rem);
  line-height: 1;
}

.manifesto-card p:last-child {
  margin: 0.9rem 0 0;
  color: rgba(247, 244, 239, 0.82);
}

.manifesto-band {
  margin-top: 2.2rem;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.manifesto-band-track {
  display: flex;
  gap: 1.2rem;
  min-width: max-content;
  padding: 0.9rem 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247, 244, 239, 0.58);
  animation: marquee 28s linear infinite;
}

.manifesto-band-track span::after {
  content: " /";
  margin-left: 1.2rem;
}

/* ── Pillars Section ── */

.pillars-section {
  color: var(--page-ivory);
  background:
    radial-gradient(circle at 25% 20%, rgba(232, 115, 58, 0.06), transparent 40%),
    radial-gradient(circle at 75% 80%, rgba(255, 255, 255, 0.04), transparent 35%),
    linear-gradient(180deg, #1a1510 0%, #0e0c0a 100%);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 3.5rem;
}

.pillar-card {
  position: relative;
  padding: 2.2rem 2rem 2rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: border-color 300ms ease, transform 300ms ease;
}

.pillar-card:hover {
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-4px);
}

.pillar-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(232, 115, 58, 0.5), transparent);
  opacity: 0;
  transition: opacity 300ms ease;
}

.pillar-card:hover::before {
  opacity: 1;
}

.pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.18em;
  color: rgba(247, 244, 239, 0.72);
  background: rgba(255, 255, 255, 0.04);
}

.pillar-card h3 {
  margin: 0;
  font-family: "Bodoni Moda", serif;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  line-height: 1;
  color: var(--page-ivory-strong);
}

.pillar-card p {
  margin: 1rem 0 0;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  color: rgba(247, 244, 239, 0.76);
}

/* ── Game Day Section ── */

.gameday-section {
  color: var(--page-ivory);
  overflow: hidden;
}

.gameday-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at 50% 0%,
      rgba(232, 115, 58, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 90%,
      rgba(255, 255, 255, 0.04),
      transparent 30%
    ),
    linear-gradient(180deg, #0c0a08 0%, #161210 50%, #0a0808 100%);
  pointer-events: none;
}

.gameday-content {
  position: relative;
  z-index: 1;
}

.gameday-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 3.5rem;
}

.join-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: start;
  margin-top: 3rem;
}

.join-callout {
  padding: clamp(1.8rem, 3vw, 2.4rem);
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(15, 14, 13, 0.92), rgba(8, 8, 8, 0.96));
  box-shadow: var(--shadow-dark);
}

.join-callout h3 {
  margin: 0.7rem 0 0;
  font-family: "Bodoni Moda", serif;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 0.96;
  color: var(--page-ivory);
  overflow-wrap: anywhere;
}

.join-callout-copy {
  max-width: 34rem;
  margin: 1rem 0 0;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  line-height: 1.55;
  color: rgba(247, 244, 239, 0.82);
}

.join-steps {
  display: grid;
  gap: 1.5rem;
}

.gameday-card {
  position: relative;
  padding: 2.2rem 2rem 2rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 48px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.gameday-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(232, 115, 58, 0.4), transparent);
}

.gameday-card-icon {
  display: block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.18em;
  margin-bottom: 0.6rem;
  color: rgba(247, 244, 239, 0.54);
}

.gameday-card h3 {
  margin: 0;
  font-family: "Bodoni Moda", serif;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  line-height: 1;
  color: var(--page-ivory-strong);
}

.gameday-card p {
  margin: 1rem 0 0;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  color: rgba(247, 244, 239, 0.78);
}

/* ── Spotlight Section ── */

.spotlight-section {
  background:
    radial-gradient(circle at top left, rgba(21, 18, 16, 0.08), transparent 24%),
    linear-gradient(180deg, #f2ede5 0%, #f7f4ed 100%);
}

.spotlight-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 2rem;
  align-items: start;
  margin-top: 3.5rem;
}

.spotlight-primary {
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: 2rem;
  color: var(--page-ivory);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(180deg, #0a0a0a 0%, #11100f 100%);
  box-shadow: var(--shadow-dark);
}

.spotlight-primary-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
}

.spotlight-route {
  color: rgba(247, 244, 239, 0.6);
  font-size: 0.94rem;
}

.spotlight-primary h3 {
  margin-top: 0.8rem;
  max-width: 100%;
  font-size: clamp(2.7rem, 4.8vw, 4.5rem);
  color: var(--page-ivory);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.spotlight-primary > p {
  max-width: 34rem;
  margin: 1rem 0 0;
  color: rgba(247, 244, 239, 0.82);
}

.spotlight-stack {
  display: grid;
  gap: 1.5rem;
}

.spotlight-note {
  padding: 1.8rem 1.6rem 1.6rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(18, 16, 14, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(244, 238, 229, 0.92));
  box-shadow: var(--shadow-soft);
}

.note-label {
  color: rgba(22, 20, 18, 0.56);
  font-size: 0.96rem;
}

.spotlight-note p:last-child {
  margin: 0.55rem 0 0;
  color: var(--page-ink);
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.logo-card {
  border-radius: 1.85rem;
  box-shadow: var(--shadow-soft);
}

.logo-card-media {
  padding: 1rem;
}

.logo-card-media img {
  width: 100%;
  height: clamp(18rem, 34vw, 28rem);
  object-fit: contain;
  border-radius: 1.3rem;
}

.logo-card figcaption {
  padding: 0.6rem 1.25rem 1.35rem;
}

.logo-card-dark {
  background: #0a0a0a;
  color: var(--page-ivory);
}

.logo-card-dark .logo-card-media {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.logo-card-light {
  background: #fbf8f2;
  color: var(--page-ink);
  border: 1px solid rgba(18, 16, 14, 0.08);
}

.logo-card-light .logo-card-media {
  background: linear-gradient(180deg, rgba(20, 18, 16, 0.03), transparent);
}

/* ── Finale ── */

.finale-section {
  color: var(--page-ivory);
  background:
    radial-gradient(
      circle at calc(var(--pointer-x) * 100%) 0%,
      rgba(255, 255, 255, 0.08),
      transparent 28%
    ),
    linear-gradient(180deg, #090909 0%, #050505 100%);
}

.finale-aura {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.08) 0%,
      transparent 34%
    ),
    radial-gradient(
      circle at calc(var(--pointer-x) * 100%) 25%,
      rgba(255, 255, 255, 0.08) 0%,
      transparent 26%
    );
}

.finale-card {
  max-width: 54rem;
  padding: clamp(1.8rem, 4vw, 2.6rem);
  border-radius: 2.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(16px);
}

.finale-card h2 {
  margin-top: 0.55rem;
  font-size: clamp(2.6rem, 5.5vw, 5.9rem);
  color: var(--page-ivory);
}

.finale-copy {
  max-width: 38rem;
  margin: 1.1rem 0 0;
  color: rgba(247, 244, 239, 0.84);
}

/* ── Footer ── */

.site-footer {
  padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 5vw, 4rem);
  text-align: center;
  color: rgba(247, 244, 239, 0.5);
  background: #030303;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-inner {
  max-width: 40rem;
  margin: 0 auto;
}

.footer-brand {
  margin: 0;
  font-family: "Bodoni Moda", serif;
  font-weight: 600;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  color: rgba(247, 244, 239, 0.72);
  line-height: 1.2;
}

.footer-sub {
  margin: 0.3rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.2rem;
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links a {
  text-decoration: none;
  color: rgba(247, 244, 239, 0.6);
  transition: color 200ms ease;
}

.footer-links a:hover {
  color: var(--page-ivory);
}

.footer-dot {
  color: rgba(247, 244, 239, 0.25);
}

.footer-copy {
  margin: 1.2rem 0 0;
  font-size: 0.88rem;
  color: rgba(247, 244, 239, 0.3);
}

/* ── Reveal Panels ── */

.reveal-panel {
  opacity: 0;
  transform: translate3d(0, 2.5rem, 0) scale(0.985);
  transition:
    opacity 900ms cubic-bezier(0.2, 1, 0.22, 1),
    transform 900ms cubic-bezier(0.2, 1, 0.22, 1);
  transition-delay: calc(var(--stagger, 0) * 90ms);
}

.reveal-panel.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ── Responsive: Tablet ── */

@media (max-width: 1080px) {
  .hero-shell {
    height: 215svh;
  }

  .hero-scene,
  .spotlight-grid,
  .logo-wall,
  .credibility-grid,
  .join-grid {
    grid-template-columns: 1fr;
  }

  .hero-plate {
    justify-self: stretch;
    width: min(100%, 34rem);
  }

  .hero-progress {
    display: none;
  }

  .hero-interface {
    grid-template-columns: 1fr;
  }

  .hero-summary-card {
    width: min(100%, 30rem);
  }

  .manifesto-grid {
    grid-template-columns: 1fr;
  }

  .pillars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gameday-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Responsive: Mobile ── */

@media (max-width: 700px) {
  .hero-shell {
    height: 175svh;
  }

  .credibility-section {
    padding: 3rem 1.25rem;
  }

  .hero-layer,
  .hero-interface,
  .manifesto-section,
  .spotlight-section,
  .finale-section,
  .pillars-section,
  .gameday-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .hero-scene {
    align-content: start;
    gap: 0.8rem;
    padding-top: 6.5rem;
    padding-bottom: 9rem;
  }

  .hero-copy {
    display: block;
  }

  .hero-copy h2 {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
  }

  .hero-copy p:last-child {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0.5rem;
  }

  .hero-plate {
    order: 1;
    width: 100%;
  }

  .hero-plate-image {
    min-height: 14rem;
  }

  .hero-summary-card {
    width: 100%;
    padding: 0.95rem 0.95rem 1.05rem;
  }

  .hero-summary-card h1 {
    font-size: clamp(2.8rem, 15vw, 4rem);
  }

  .hero-summary-text {
    font-size: 1.08rem;
  }

  .hero-strip {
    max-width: 100%;
    gap: 0.5rem;
  }

  .hero-prompt {
    display: none;
  }

  .meta-chip {
    min-height: 2.2rem;
    padding: 0.55rem 0.8rem 0.45rem;
    font-size: 0.86rem;
  }

  .hero-progress {
    display: none;
  }

  .button {
    width: 100%;
  }

  .spotlight-primary-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .spotlight-primary h3 {
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .join-callout h3 {
    font-size: clamp(2.2rem, 10vw, 3.6rem);
  }

  .pillars-grid {
    grid-template-columns: 1fr;
  }

}

/* ── Reduced Motion ── */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-shell {
    height: auto;
  }

  .hero-stage {
    position: relative;
    height: auto;
  }

  .hero-layer,
  .hero-interface {
    position: relative;
  }

  .hero-layer-light {
    clip-path: none;
  }

  .hero-layer-dark,
  .hero-layer-light {
    min-height: 100svh;
  }

  .hero-ambient,
  .swipe-line,
  .hero-progress {
    display: none;
  }

  .hero-copy-dark,
  .hero-copy-light,
  .hero-plate-dark,
  .hero-plate-light,
  .hero-summary-card {
    opacity: 1;
    transform: none;
  }

  .manifesto-band-track {
    animation: none;
  }

  .reveal-panel {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .pillar-card,
  .gameday-card {
    transition: none;
  }

  .pillar-card:hover {
    transform: none;
  }
}
