:root {
  --ink: #0a090a;
  --ink-soft: #1c1519;
  --field: #c0266f;
  --field-deep: #6e123d;
  --gold: #d9a441;
  --red: #e14a86;
  --paper: #f6f1e7;
  --paper-2: #ebe2d2;
  --white: #fffdf8;
  --muted: #6c6266;
  --line: rgba(10, 9, 10, 0.16);
  --shadow: 0 18px 50px rgba(10, 9, 10, 0.18);
  --shadow-soft: 0 10px 28px rgba(10, 9, 10, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.glass-filter {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: rgba(10, 9, 10, 0.52);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 253, 248, 0.18);
  width: 100%;
}

.site-header.scrolled {
  background: rgba(10, 9, 10, 0.94);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-mark-img {
  display: block;
  width: 50px;
  height: auto;
}

.brand-logo-img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(217, 164, 65, 0.56);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.32),
    0 0 24px rgba(192, 38, 111, 0.2);
}

.brand-text {
  display: grid;
  gap: 1px;
  color: var(--white);
  line-height: 1;
}

.brand-text strong {
  font-size: 1rem;
  font-weight: 950;
}

.brand-text small {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 26px);
  font-size: 0.9rem;
}

.nav-links a {
  color: rgba(255, 253, 248, 0.86);
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--white);
}

.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--gold);
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.liquid-button {
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.28), rgba(255, 253, 248, 0.04)),
    rgba(192, 38, 111, 0.48);
  border-color: rgba(255, 253, 248, 0.36);
  backdrop-filter: blur(18px) saturate(1.35);
  box-shadow:
    inset 0 1px 1px rgba(255, 253, 248, 0.55),
    inset 0 -18px 36px rgba(0, 0, 0, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.2);
}

.liquid-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 26% 12%, rgba(255, 255, 255, 0.7), transparent 24%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 42%, rgba(255, 255, 255, 0.12));
  filter: url("#liquid-glass");
  opacity: 0.72;
}

.liquid-button::after {
  content: "";
  position: absolute;
  inset: auto 12% 8px;
  height: 1px;
  background: rgba(255, 253, 248, 0.62);
  box-shadow: 0 -18px 28px rgba(255, 253, 248, 0.18);
  opacity: 0.7;
}

.liquid-gold {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.54), rgba(255, 253, 248, 0.08)),
    rgba(217, 164, 65, 0.82);
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.button-small {
  min-height: 38px;
  padding: 8px 14px;
}

.button-secondary {
  color: var(--white);
  background: var(--field);
}

.button-ghost {
  color: var(--white);
  background: rgba(255, 253, 248, 0.13);
}

.hero {
  position: relative;
  min-height: 78svh;
  max-height: 960px;
  padding: 150px clamp(20px, 5vw, 74px) 110px;
  color: var(--white);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 9, 10, 0.88), rgba(10, 9, 10, 0.56), rgba(10, 9, 10, 0.18)),
    linear-gradient(0deg, rgba(10, 9, 10, 0.44), rgba(10, 9, 10, 0.12)),
    url("./assets/hero-football-pool.png") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 24%, rgba(192, 38, 111, 0.26), transparent 24%),
    radial-gradient(circle at 86% 72%, rgba(217, 164, 65, 0.18), transparent 28%),
    linear-gradient(180deg, transparent 64%, rgba(10, 9, 10, 0.76));
  pointer-events: none;
}

.hero-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.62;
  pointer-events: none;
  mix-blend-mode: screen;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 0.78fr);
  align-items: end;
  gap: clamp(34px, 7vw, 104px);
  width: min(1180px, 100%);
}

.hero-copy {
  width: min(760px, 100%);
  max-width: 100%;
}

.hero-logo-stage {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  justify-self: center;
  display: grid;
  place-items: center;
  width: min(530px, 41vw);
  min-width: 340px;
  aspect-ratio: 1;
  transform:
    perspective(900px)
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 180ms ease;
  animation: logoFloat 5.8s ease-in-out infinite;
}

.hero-logo-stage::before {
  content: "";
  position: absolute;
  inset: -3%;
  border-radius: 28px;
  background: conic-gradient(from 150deg, rgba(217, 164, 65, 0.5), rgba(192, 38, 111, 0.2), rgba(255, 253, 248, 0.22), rgba(217, 164, 65, 0.5));
  filter: blur(18px);
  opacity: 0.58;
  transform: translateZ(-42px);
}

.hero-logo-stage::after {
  content: "";
  position: absolute;
  inset: 18% 18% auto auto;
  z-index: 4;
  width: 30%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 253, 248, 0.42), transparent 62%);
  filter: blur(2px);
  transform: translateZ(82px);
  pointer-events: none;
}

.logo-depth-ring {
  position: absolute;
  inset: 2%;
  border-radius: 28px;
  background:
    radial-gradient(circle at 31% 23%, rgba(255, 253, 248, 0.38), transparent 18%),
    linear-gradient(145deg, rgba(217, 164, 65, 0.32), rgba(110, 18, 61, 0.62)),
    rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(217, 164, 65, 0.38);
  box-shadow:
    inset 0 2px 0 rgba(255, 253, 248, 0.38),
    inset 0 -32px 50px rgba(0, 0, 0, 0.26),
    0 34px 76px rgba(0, 0, 0, 0.36),
    0 0 0 10px rgba(255, 253, 248, 0.035);
  backdrop-filter: blur(18px);
  transform: translateZ(-18px);
}

.hero-logo-3d {
  position: relative;
  z-index: 2;
  width: 94%;
  max-width: 500px;
  height: auto;
  border-radius: 24px;
  filter:
    drop-shadow(0 28px 26px rgba(0, 0, 0, 0.36))
    drop-shadow(0 0 18px rgba(217, 164, 65, 0.26))
    drop-shadow(0 0 26px rgba(192, 38, 111, 0.24));
  transform: translateZ(42px);
}

.logo-scorebar {
  display: none;
}

.logo-scorebar span {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
}

.logo-scorebar strong {
  display: block;
  font-size: 0.98rem;
}

.hero-ticker {
  position: absolute;
  inset: auto clamp(20px, 5vw, 74px) 28px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.hero-ticker span {
  min-height: 44px;
  padding: 11px 12px;
  color: rgba(255, 253, 248, 0.84);
  background: rgba(255, 253, 248, 0.09);
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 8px;
  backdrop-filter: blur(14px);
  font-size: 0.82rem;
  font-weight: 850;
  text-align: center;
}

@keyframes logoFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo-stage {
    animation: none;
  }
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.9rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-wordmark {
  display: grid;
  width: min(720px, 100%);
  max-width: 100%;
  gap: 0;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
  line-height: 0.86;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.34));
}

.hero-wordmark-kicker {
  justify-self: start;
  margin: 0 0 6px 4px;
  padding: 4px 12px 2px;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fffdfa 0%, #d9d1c5 46%, #7d756e 100%);
  border: 1px solid rgba(217, 164, 65, 0.55);
  border-radius: 4px;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.7),
    0 8px 20px rgba(0, 0, 0, 0.24);
  font-size: clamp(1.4rem, 2.6vw, 2.3rem);
}

.hero-wordmark-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.08em;
  color: transparent;
  background:
    linear-gradient(180deg, #ffffff 4%, #d8d2ca 38%, #7e756d 70%, #fff8ed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px rgba(10, 9, 10, 0.78);
  font-size: clamp(3.35rem, 8vw, 7.1rem);
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.18),
    0 8px 0 rgba(0, 0, 0, 0.22),
    0 16px 24px rgba(0, 0, 0, 0.32);
}

.hero-wordmark-accent {
  background:
    linear-gradient(180deg, #ff67ab 0%, #d92377 48%, #7e123f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px rgba(55, 5, 27, 0.86);
}

.hero-wordmark-banner {
  justify-self: start;
  margin-top: 10px;
  padding: 8px 18px 7px;
  color: #130a0e;
  background:
    linear-gradient(180deg, #f24c95 0%, #c0266f 48%, #8a164c 100%);
  border: 1px solid rgba(217, 164, 65, 0.68);
  border-radius: 5px;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.28),
    0 10px 0 rgba(0, 0, 0, 0.22),
    0 18px 26px rgba(0, 0, 0, 0.28);
  font-size: clamp(1.25rem, 3vw, 2.75rem);
  line-height: 1;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 4.15rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 14px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-subhead {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 253, 248, 0.88);
  font-size: clamp(1.04rem, 1.8vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 0;
}

.hero-note {
  margin: 18px 0 0;
  color: rgba(255, 253, 248, 0.72);
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.proof-band div {
  min-height: 116px;
  padding: 24px clamp(18px, 3vw, 40px);
  background: var(--white);
}

.proof-band strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
}

.proof-band span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.proof-band div:first-child {
  border-top: 4px solid var(--field);
}

.proof-band div:nth-child(2) {
  border-top: 4px solid var(--gold);
}

.proof-band div:nth-child(3) {
  border-top: 4px solid var(--red);
}

.proof-band div:nth-child(4) {
  border-top: 4px solid var(--field-deep);
}

.section-scoreboard {
  position: relative;
  padding-block: clamp(58px, 8vw, 96px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(110, 18, 61, 0.94), rgba(10, 9, 10, 0.98)),
    var(--ink);
  overflow: hidden;
}

.section-scoreboard::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background:
    linear-gradient(rgba(255, 253, 248, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 253, 248, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.scoreboard-shell {
  position: relative;
  padding: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.12), rgba(255, 253, 248, 0.045)),
    rgba(255, 253, 248, 0.055);
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 248, 0.22),
    0 30px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.scoreboard-header {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: start;
  margin-bottom: 18px;
}

.scoreboard-header h2 {
  max-width: 820px;
}

.scoreboard-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.score-tile,
.countdown-card,
.next-step-card {
  min-height: 162px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 253, 248, 0.16);
}

.score-tile-primary {
  background:
    linear-gradient(135deg, rgba(217, 164, 65, 0.24), rgba(255, 253, 248, 0.08)),
    rgba(255, 253, 248, 0.09);
}

.score-tile span,
.countdown-card span,
.next-step-card span {
  display: block;
  color: rgba(255, 253, 248, 0.66);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.score-tile strong {
  display: block;
  margin-top: 14px;
  color: var(--white);
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.92;
  overflow-wrap: normal;
}

.score-tile-status strong {
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 0.96;
}

.score-tile small,
.countdown-card small,
.next-step-card small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 253, 248, 0.62);
  font-weight: 750;
}

.scoreboard-bottom {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.countdown-card,
.next-step-card {
  min-height: 132px;
}

.countdown-card strong {
  display: block;
  margin-top: 6px;
  color: var(--gold);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.9;
}

.next-step-card strong {
  display: block;
  max-width: 780px;
  margin-top: 12px;
  color: var(--white);
  font-size: clamp(1.45rem, 3vw, 2.55rem);
  line-height: 1;
}

.section {
  padding: clamp(62px, 9vw, 118px) clamp(20px, 5vw, 74px);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-light {
  background: var(--paper);
}

.section-warm {
  background: var(--paper-2);
}

.section-ink {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(110, 18, 61, 0.72), rgba(10, 9, 10, 0.98)),
    var(--ink);
}

.section p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-ink p {
  color: rgba(255, 253, 248, 0.78);
}

.two-column,
.split-metrics,
.sponsor-layout,
.support-strip,
.referral-band,
.privacy-layout,
.command-center {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.command-section {
  position: relative;
  overflow: hidden;
}

.command-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 253, 248, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 253, 248, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.command-section .section-inner {
  position: relative;
}

.command-panel {
  display: grid;
  gap: 10px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.1);
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 8px;
  box-shadow: none;
}

.command-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 62px;
  padding: 14px 16px;
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(255, 253, 248, 0.1);
  border-radius: 8px;
}

.command-row span {
  color: rgba(255, 253, 248, 0.72);
  font-weight: 800;
}

.command-row strong {
  color: var(--gold);
  font-size: 1.2rem;
}

.steps-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps-list li {
  position: relative;
  min-height: 58px;
  padding: 15px 18px 15px 58px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(10, 9, 10, 0.06);
  font-weight: 750;
}

.steps-list li::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  top: 13px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--white);
  background: var(--field);
  border-radius: 50%;
  font-size: 0.85rem;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.metric-grid article,
.status-card,
.sponsor-card,
.plain-panel,
.privacy-list article,
.recap-card,
details {
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid rgba(10, 9, 10, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.section-ink .metric-grid article,
.section-ink .sponsor-card {
  background: rgba(255, 253, 248, 0.1);
  border-color: rgba(255, 253, 248, 0.16);
  box-shadow: none;
}

.metric-grid article {
  min-height: 148px;
  padding: 24px;
}

.metric-grid strong {
  display: block;
  color: var(--gold);
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.9;
}

.metric-grid span {
  display: block;
  margin-top: 12px;
  color: inherit;
  font-weight: 800;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.status-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 22px;
}

.status-card,
.recap-card,
.plain-panel,
.privacy-list article {
  box-shadow: var(--shadow-soft);
}

.status-card h3 {
  margin-bottom: 10px;
}

.status-card p {
  margin: 0;
  font-size: 0.98rem;
}

.status-card a {
  margin-top: auto;
  padding-top: 18px;
  color: var(--field);
  font-weight: 900;
  text-decoration: none;
}

.status-kicker {
  width: fit-content;
  margin-bottom: 18px;
  padding: 5px 9px;
  color: var(--white);
  background: var(--field);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 28px;
}

.section-heading > p {
  max-width: 520px;
}

.archive-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.filter-button {
  min-width: 74px;
  min-height: 38px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.filter-button.active {
  color: var(--white);
  background: var(--field);
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.privacy-list {
  display: grid;
  gap: 12px;
}

.privacy-list article {
  display: grid;
  gap: 6px;
  min-height: 104px;
  padding: 20px;
}

.privacy-list strong {
  color: var(--field-deep);
  font-size: 1.1rem;
}

.privacy-list span {
  color: var(--muted);
  font-weight: 700;
}

.recap-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 20px;
}

.recap-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  color: var(--field-deep);
  background: rgba(192, 38, 111, 0.1);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
}

.recap-card h3 {
  margin-bottom: 10px;
}

.recap-card p {
  margin: 0 0 14px;
  font-size: 0.98rem;
}

.winner-list {
  display: grid;
  gap: 7px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.winner-list li {
  padding: 8px 10px;
  background: rgba(192, 38, 111, 0.07);
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 750;
}

.source-link {
  margin-top: auto;
  padding-top: 16px;
  color: var(--field);
  font-weight: 850;
  text-decoration: none;
}

.plain-panel,
.sponsor-card {
  padding: 26px;
}

.plain-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.plain-panel li {
  font-weight: 700;
}

.support-strip,
.referral-band {
  align-items: center;
}

.support-strip .button {
  justify-self: end;
}

.sponsor-card p {
  color: rgba(255, 253, 248, 0.86);
}

.sponsor-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 253, 248, 0.16);
}

.sponsor-price span {
  color: rgba(255, 253, 248, 0.78);
  font-weight: 800;
}

.sponsor-price strong {
  color: var(--gold);
  font-size: 1.55rem;
}

.sponsor-includes {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: rgba(255, 253, 248, 0.86);
  font-weight: 700;
}

.fine-print {
  font-size: 0.92rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

details {
  padding: 20px;
  box-shadow: none;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin-bottom: 0;
}

.footer {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
  padding: 32px clamp(20px, 5vw, 74px);
  color: var(--white);
  background: var(--ink);
}

.footer span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 253, 248, 0.62);
}

.footer-brand-block {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.footer-brand-block strong {
  display: block;
  font-size: 1rem;
  line-height: 1.1;
}

.footer-mark {
  display: block;
  flex: 0 0 auto;
  width: 54px;
  height: auto;
}

.footer-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.footer-action-grid a {
  min-height: 74px;
  padding: 13px 14px;
  color: var(--white);
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 8px;
  text-decoration: none;
}

.footer-action-grid a:hover {
  background: rgba(255, 253, 248, 0.13);
}

.footer-action-grid strong {
  display: block;
  font-size: 0.98rem;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .proof-band,
  .archive-grid,
  .status-grid,
  .scoreboard-grid,
  .scoreboard-bottom,
  .two-column,
  .split-metrics,
  .sponsor-layout,
  .support-strip,
  .referral-band,
  .privacy-layout,
  .command-center,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .support-strip .button {
    justify-self: start;
  }

  .section-heading {
    display: block;
  }

  .scoreboard-header {
    display: grid;
  }

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

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

  .hero-logo-stage {
    justify-self: start;
    width: min(320px, 78vw);
    min-width: 0;
  }

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

@media (max-width: 640px) {
  .site-header {
    min-height: 64px;
    gap: 12px;
    padding-inline: 16px;
  }

  .brand-mark-img {
    width: 42px;
  }

  .brand-logo-img {
    width: 42px;
    height: 42px;
    border-radius: 8px;
  }

  .brand-text {
    display: none;
  }

  .hero {
    min-height: 82svh;
    max-height: none;
    padding-top: 118px;
    padding-bottom: 128px;
    padding-inline: 24px;
    overflow: hidden;
  }

  .hero-copy,
  .hero-subhead {
    width: 100%;
    max-width: min(350px, calc(100vw - 48px));
  }

  .hero-logo-stage {
    justify-self: start;
    width: min(250px, 72vw);
    min-width: 0;
    margin-top: 12px;
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(2.65rem, 13vw, 3.3rem);
    line-height: 0.98;
  }

  .hero-wordmark {
    max-width: min(342px, 100%);
    line-height: 0.9;
  }

  .hero-wordmark-kicker {
    margin-bottom: 5px;
    padding: 3px 9px 2px;
    font-size: 1.15rem;
  }

  .hero-wordmark-main {
    display: grid;
    gap: 1px;
    font-size: clamp(3rem, 15vw, 3.55rem);
    -webkit-text-stroke-width: 0.7px;
  }

  .hero-wordmark-banner {
    margin-top: 8px;
    padding: 7px 10px 6px;
    font-size: clamp(1.18rem, 6vw, 1.45rem);
  }

  .hero-subhead {
    font-size: 1rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-ticker {
    inset-inline: 24px;
    bottom: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-ticker span {
    min-height: 38px;
    padding: 9px 8px;
    font-size: 0.72rem;
  }

  .proof-band {
    grid-template-columns: 1fr;
  }

  .proof-band div {
    min-width: 0;
    min-height: 104px;
    padding: 20px;
  }

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

  .status-card {
    min-height: auto;
  }

  .section {
    padding-block: 58px;
  }

  .footer-action-grid {
    grid-template-columns: 1fr;
  }
}
