@font-face {
  font-family: "Antonio";
  src: url("assets/fonts/antonio-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Antonio";
  src: url("assets/fonts/antonio-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-800.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --bg: #070910;
  --bg-deep: #090b16;
  --panel: rgba(13, 18, 34, 0.72);
  --panel-strong: rgba(17, 23, 43, 0.92);
  --line: rgba(136, 203, 255, 0.18);
  --line-strong: rgba(136, 203, 255, 0.42);
  --text: #f4f8ff;
  --muted: #a9bbd7;
  --cyan: #69d5ff;
  --pink: #ff4ea6;
  --gold: #ffbe58;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius-lg: 28px;
  --radius-md: 20px;
  --content-width: min(1160px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(18, 183, 255, 0.2), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(255, 78, 166, 0.17), transparent 26%),
    linear-gradient(180deg, #0a0c15 0%, #070910 24%, #05060a 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.045) 0, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.03) 55%, rgba(255, 255, 255, 0) 72%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.012) 0, rgba(255, 255, 255, 0.012) 1px, transparent 1px, transparent 72px);
  mix-blend-mode: screen;
}

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 20;
  padding: 12px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: #05060a;
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 16px;
}

.page-shell {
  position: relative;
  width: 100%;
  overflow: clip;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 0 18px;
  backdrop-filter: blur(24px);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 10px -18px auto;
  height: calc(100% - 10px);
  border: 1px solid rgba(133, 205, 255, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(7, 9, 16, 0.72), rgba(7, 9, 16, 0.48));
  z-index: -1;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-header.is-scrolled::after {
  border-color: rgba(133, 205, 255, 0.16);
  background: linear-gradient(180deg, rgba(8, 11, 21, 0.94), rgba(8, 11, 21, 0.78));
  transform: translateY(-4px);
}

.brand {
  max-width: 240px;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.site-nav a {
  padding: 12px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.95rem;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  background: rgba(108, 213, 255, 0.12);
  color: var(--text);
  transform: translateY(-1px);
}

.section {
  padding: 56px 0;
  scroll-margin-top: 112px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
  padding-top: 46px;
}

.eyebrow,
.card-kicker,
.stage-label,
.timeline-date {
  margin: 0 0 14px;
  color: #d0e6ff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Antonio", Impact, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(4.3rem, 10vw, 7.8rem);
  line-height: 0.94;
  max-width: 9ch;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 3.7rem);
  line-height: 0.95;
  margin-bottom: 14px;
  max-width: 12ch;
}

h3 {
  font-size: clamp(1.38rem, 2.5vw, 2rem);
  line-height: 1;
  margin-bottom: 14px;
}

p,
li {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-dek {
  max-width: 62ch;
  font-size: 1.06rem;
}

.hero-note {
  max-width: 58ch;
  padding-left: 18px;
  border-left: 3px solid rgba(105, 213, 255, 0.44);
}

.hero-update {
  max-width: 58ch;
  color: rgba(230, 242, 255, 0.82);
  font-size: 0.95rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: #09101d;
  background: linear-gradient(90deg, #6dd6ff 0%, #ffe091 100%);
  box-shadow: 0 18px 38px rgba(109, 214, 255, 0.24);
}

.button-secondary {
  border: 1px solid rgba(150, 207, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.hero-visual {
  display: flex;
  justify-content: flex-end;
}

.visual-stage {
  position: relative;
  width: min(100%, 450px);
  aspect-ratio: 0.92;
  border: 1px solid rgba(138, 223, 255, 0.16);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(15, 19, 34, 0.96) 0%, rgba(10, 12, 20, 0.98) 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.visual-stage::after {
  content: "";
  position: absolute;
  inset: auto 4% 3%;
  height: 32%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 30%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 44px);
  clip-path: polygon(13% 0, 87% 0, 100% 100%, 0 100%);
  opacity: 0.65;
}

.beam {
  position: absolute;
  top: -6%;
  width: 30%;
  height: 92%;
  filter: blur(12px);
  opacity: 0.72;
  transform-origin: top center;
}

.beam-cyan {
  left: 10%;
  background: linear-gradient(180deg, rgba(105, 213, 255, 0.78), transparent 82%);
  clip-path: polygon(28% 0, 72% 0, 98% 100%, 2% 100%);
  transform: rotate(-10deg);
}

.beam-pink {
  left: 35%;
  background: linear-gradient(180deg, rgba(255, 78, 166, 0.7), transparent 84%);
  clip-path: polygon(22% 0, 78% 0, 92% 100%, 8% 100%);
  transform: rotate(2deg);
}

.beam-gold {
  left: 58%;
  background: linear-gradient(180deg, rgba(255, 190, 88, 0.6), transparent 82%);
  clip-path: polygon(20% 0, 68% 0, 88% 100%, 6% 100%);
  transform: rotate(10deg);
}

.ring {
  position: absolute;
  border: 3px solid rgba(137, 226, 255, 0.26);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(24deg);
}

.ring-one {
  inset: 20% 12% auto auto;
  width: 128px;
  height: 98px;
}

.ring-two {
  inset: 14% 6% auto auto;
  width: 186px;
  height: 140px;
  opacity: 0.72;
}

.ring-three {
  inset: 7% 0 auto auto;
  width: 246px;
  height: 184px;
  opacity: 0.42;
}

.stage-card {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 9%;
  padding: 22px 22px 24px;
  border: 1px solid rgba(144, 214, 255, 0.16);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(11, 16, 31, 0.86), rgba(7, 10, 19, 0.94));
  backdrop-filter: blur(22px);
}

.stage-title {
  margin: 0 0 8px;
  color: var(--text);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1;
}

.stage-meta {
  color: #cbe6ff;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 30px;
}

.card-grid,
.watch-grid,
.intent-grid,
.timeline-grid {
  display: grid;
  gap: 18px;
}

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

.watch-grid,
.intent-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.season-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) repeat(2, minmax(0, 0.94fr));
  gap: 18px;
}

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

.info-card,
.detail-card,
.watch-card,
.intent-card,
.faq-item,
.sources-card,
.timeline-card {
  position: relative;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(15, 20, 36, 0.9), rgba(9, 12, 21, 0.86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.feature-card {
  background:
    radial-gradient(circle at top left, rgba(105, 213, 255, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(16, 24, 44, 0.96), rgba(9, 14, 28, 0.92));
}

.timeline-block,
.sources-card {
  margin-top: 28px;
}

.timeline-heading {
  margin-bottom: 16px;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.source-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.source-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #dcf0ff;
  text-decoration: none;
}

.source-list a::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--cyan), var(--pink));
  flex: 0 0 auto;
}

.source-list a:hover,
.source-list a:focus-visible {
  color: #ffffff;
}

.site-footer {
  padding: 42px 0 60px;
}

.site-footer p {
  max-width: 74ch;
  padding-top: 22px;
  border-top: 1px solid rgba(138, 223, 255, 0.14);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 540ms ease, transform 540ms ease;
}

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

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .hero,
  .season-columns,
  .card-grid,
  .timeline-grid,
  .watch-grid,
  .intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .season-columns > :first-child,
  .watch-grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 780px) {
  .site-header {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24px;
  }

  .site-header::after {
    inset: 0;
    height: 100%;
  }

  .brand {
    max-width: 210px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero,
  .card-grid,
  .season-columns,
  .watch-grid,
  .intent-grid,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 42px 0;
  }

  h1 {
    font-size: clamp(3.3rem, 20vw, 5rem);
  }

  h2 {
    max-width: 11ch;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .visual-stage {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1;
  }
}
