:root {
  color-scheme: dark;
  --bg-0: #070509;
  --bg-1: #120b12;
  --bg-2: #1d1019;
  --text: #f8f3ea;
  --muted: #c9b8c7;
  --line: rgba(255, 255, 255, 0.1);
  --accent: #ff4d6d;
  --accent-soft: #f4d35e;
  --accent-cool: #7b2cbf;
  --glow: rgba(255, 77, 109, 0.28);
  --content-width: min(1120px, calc(100vw - 48px));
  --copy-width: 34rem;
  font-family: Georgia, "Times New Roman", serif;
  background:
    radial-gradient(circle at top, rgba(134, 27, 64, 0.46), transparent 28%),
    radial-gradient(circle at 80% 22%, rgba(123, 44, 191, 0.22), transparent 18%),
    linear-gradient(180deg, #0d0712 0%, #070509 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  background:
    radial-gradient(circle at top, rgba(134, 27, 64, 0.46), transparent 28%),
    radial-gradient(circle at 80% 22%, rgba(123, 44, 191, 0.22), transparent 18%),
    linear-gradient(180deg, #0d0712 0%, #070509 100%);
  color: var(--text);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-shell {
  position: relative;
  overflow: clip;
}

.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.85));
  opacity: 0.34;
}

.site-header,
.site-footer,
.section,
.legal-page {
  width: var(--content-width);
  margin: 0 auto;
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand__ring {
  width: 28px;
  height: 28px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  box-shadow:
    0 0 0 6px rgba(255, 77, 109, 0.08),
    0 0 24px rgba(255, 77, 109, 0.26);
}

.brand__wordmark,
h1,
h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand__wordmark {
  font-size: 1rem;
}

.site-nav,
.site-footer nav,
.cta-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a,
.site-footer a,
.cta-links a {
  position: relative;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 77, 109, 0.12);
  color: var(--text);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a::after,
.site-footer a::after,
.cta-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
  transform: scaleX(0.2);
  transform-origin: left;
  opacity: 0;
  transition:
    transform 180ms ease,
    opacity 180ms ease,
    color 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.site-footer a:hover,
.cta-links a:hover {
  color: var(--text);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after,
.site-footer a:hover::after,
.cta-links a:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 100px 0 54px;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__halo {
  position: absolute;
  left: 50%;
  top: 52%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hero__halo--outer {
  width: min(92vw, 1180px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 22px rgba(255, 77, 109, 0.05),
    0 0 140px rgba(255, 77, 109, 0.12),
    inset 0 0 120px rgba(255, 107, 107, 0.08);
}

.hero__halo--inner {
  width: min(50vw, 620px);
  aspect-ratio: 1;
  border: 18px solid rgba(255, 77, 109, 0.9);
  box-shadow:
    0 0 40px rgba(255, 77, 109, 0.35),
    0 0 120px rgba(255, 77, 109, 0.18);
  opacity: 0.85;
}

.hero__grid {
  position: absolute;
  inset: 12% 0 0;
  background:
    radial-gradient(circle at center, transparent 0 20%, rgba(0, 0, 0, 0.52) 62%, rgba(0, 0, 0, 0.92) 100%),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  transform: perspective(1200px) rotateX(78deg) translateY(28%);
  transform-origin: center top;
  opacity: 0.6;
}

.hero__noise {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(244, 211, 94, 0.08), transparent 12%),
    radial-gradient(circle at 75% 28%, rgba(123, 44, 191, 0.14), transparent 16%),
    radial-gradient(circle at 50% 50%, rgba(255, 77, 109, 0.08), transparent 32%);
  filter: blur(18px);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: var(--content-width);
  margin: 0 auto;
  padding-bottom: 4vh;
}

.hero__content > * {
  width: min(var(--copy-width), 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-soft);
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(4.6rem, 15vw, 10rem);
  line-height: 0.9;
}

.hero__lede {
  margin: 18px 0 0;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.55;
  color: var(--muted);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(135deg, var(--accent), #ff7b54);
  border-color: transparent;
  box-shadow: 0 12px 32px rgba(255, 77, 109, 0.28);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.03);
}

.section {
  position: relative;
  z-index: 1;
  padding: 88px 0;
}

.section h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 0.96;
  max-width: 12ch;
}

.section p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 38rem;
}

.section--support {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: end;
}

.signal-list {
  display: grid;
  gap: 22px;
}

.signal-list div {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.signal-list span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent-soft);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
}

.arena-panel {
  position: relative;
  padding: 56px 0;
}

.arena-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 72% 50%, rgba(255, 77, 109, 0.1), transparent 22%),
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.03) 48%, transparent 100%);
}

.arena-panel > * {
  position: relative;
}

.section--cta {
  padding-bottom: 110px;
}

.section--cta .cta-links {
  margin-top: 26px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 34px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-shell--legal .site-header {
  position: relative;
  left: auto;
  transform: none;
}

.site-shell--legal {
  padding-top: 8px;
}

.legal-page {
  padding: 42px 0 90px;
}

.legal-page h1 {
  font-size: clamp(2.8rem, 8vw, 5.2rem);
  line-height: 0.95;
  margin-bottom: 12px;
}

.legal-page__updated {
  margin: 0 0 34px;
  color: var(--muted);
}

.legal-page__action {
  margin: 0 0 34px;
}

.legal-page section {
  padding: 22px 0;
  border-top: 1px solid var(--line);
  max-width: 46rem;
}

.legal-page h2 {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  line-height: 1.05;
}

.legal-page p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.legal-page a {
  color: var(--text);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal,
  .site-nav a::after,
  .site-footer a::after,
  .cta-links a::after,
  .button {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 820px) {
  :root {
    --content-width: min(100vw - 32px, 1120px);
  }

  .site-header,
  .site-footer,
  .section--support {
    display: block;
  }

  .site-header {
    padding-top: 20px;
  }

  .site-nav,
  .site-footer nav,
  .cta-links,
  .hero__actions {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .site-nav {
    margin-top: 18px;
  }

  .hero {
    min-height: auto;
    padding-top: 120px;
  }

  .hero__halo--outer {
    width: 120vw;
  }

  .hero__halo--inner {
    width: 72vw;
    border-width: 12px;
  }

  .section {
    padding: 68px 0;
  }

  .signal-list {
    margin-top: 28px;
  }

  .site-footer {
    padding-bottom: 28px;
  }

  .site-footer nav {
    margin-top: 12px;
  }
}
