:root {
  color-scheme: dark;
  --bg: #050507;
  --panel: rgba(17, 18, 22, 0.84);
  --panel-solid: #111216;
  --text: #f6f7fb;
  --muted: #c6c9d4;
  --soft: #8e94a5;
  --red: #d30019;
  --red-2: #ff2538;
  --gold: #ffb72b;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 12%, rgba(211, 0, 25, 0.22), transparent 32rem),
    radial-gradient(circle at 86% 8%, rgba(255, 183, 43, 0.10), transparent 30rem),
    linear-gradient(180deg, #030304 0%, #090a0e 48%, #050507 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img, video { max-width: 100%; display: block; }
.backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.skip-link {
  position: absolute;
  left: 1rem;
  top: -10rem;
  background: var(--red);
  color: #fff;
  padding: .8rem 1rem;
  border-radius: 999px;
  z-index: 1000;
}
.skip-link:focus { top: 1rem; }
.site-header {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(7, 7, 9, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
  position: sticky;
  top: 14px;
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 250px;
}
.brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(211,0,25,.7));
}
.brand strong {
  display: block;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  letter-spacing: .05em;
}
.brand small { display: block; color: var(--muted); font-size: .78rem; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.site-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 800;
  padding: .72rem .9rem;
  border-radius: 999px;
  border: 1px solid transparent;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(211, 0, 25, .18);
  border-color: rgba(255,255,255,.12);
}
.nav-toggle { display: none; }
main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.section-bleed,
.section,
.page-hero { margin-top: 28px; }
.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(211,0,25,.20), rgba(9,10,14,.88) 42%, rgba(9,10,14,.72)),
    radial-gradient(circle at 80% 18%, rgba(255,183,43,.12), transparent 24rem);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.eyebrow {
  margin: 0 0 .85rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 900;
  font-size: .78rem;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(2.6rem, 7vw, 6.2rem);
  line-height: .95;
  letter-spacing: -.075em;
  margin-bottom: 1.25rem;
}
h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  margin-bottom: 1rem;
}
h3 { font-size: 1.18rem; margin-bottom: .45rem; }
.lead {
  font-size: clamp(1.1rem, 2vw, 1.38rem);
  color: var(--muted);
  max-width: 68ch;
}
.hero-copy .lead { font-size: clamp(1.16rem, 2vw, 1.56rem); }
.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .9rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid var(--line);
  box-shadow: 0 16px 34px rgba(0,0,0,.26);
  word-break: break-word;
}
.button.primary { background: linear-gradient(135deg, var(--red), #8d0011); color: white; border-color: rgba(255,255,255,.18); }
.button.ghost { background: rgba(255,255,255,.07); color: #fff; }
.button:hover { transform: translateY(-1px); }
.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 430px;
}
.hero-art > img {
  width: min(460px, 88%);
  filter: drop-shadow(0 28px 52px rgba(0,0,0,.55)) drop-shadow(0 0 28px rgba(211,0,25,.55));
}
.rank-card {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: min(370px, 92%);
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(6,6,8,.82);
  backdrop-filter: blur(16px);
}
.rank-card strong { display: block; font-size: 1.15rem; color: #fff; }
.rank-card span { color: var(--muted); }
.section, .page-hero {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.page-hero {
  padding-top: clamp(44px, 8vw, 92px);
  padding-bottom: clamp(44px, 8vw, 92px);
  background: linear-gradient(135deg, rgba(211,0,25,.18), rgba(13,14,18,.86));
}
.page-hero h1 { max-width: 980px; }
.section-heading { text-align: center; max-width: 820px; margin: 0 auto 26px; }
.section-heading.left { text-align: left; margin-left: 0; }
.media-feature { background: rgba(10, 11, 15, .92); }
.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.video-card {
  padding: 14px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  border: 1px solid var(--line);
}
.video-card h3 { margin: 14px 6px 4px; }
.video-card p { color: var(--muted); margin: 0 6px 6px; }
.main-video {
  width: 100%;
  border-radius: 20px;
  background: #000;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.main-video.vertical {
  aspect-ratio: 9 / 16;
  max-height: 720px;
  object-fit: contain;
  margin: 0 auto;
}
.audio-player { width: 100%; margin-top: 12px; }
.cards { display: grid; gap: 20px; }
.cards.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards.compact { align-items: stretch; }
.card {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
}
.card.hot { background: linear-gradient(180deg, rgba(211,0,25,.12), rgba(255,255,255,.045)); }
.card.accent { border-color: rgba(211,0,25,.45); }
.card-icon { font-size: 2.2rem; display: block; margin-bottom: .7rem; }
.card p, .card li, .facts dd, .facts dt { color: var(--muted); }
.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 26px;
  align-items: center;
}
.split.reversed { grid-template-columns: minmax(300px, .75fr) minmax(0, 1fr); }
.quote-card { background: linear-gradient(135deg, rgba(211,0,25,.18), rgba(255,255,255,.05)); }
.clean-list, .check-list, .rules, .footer-links { padding-left: 1.1rem; margin-bottom: 0; }
.clean-list li, .check-list li, .rules li { margin: .45rem 0; }
.facts { display: grid; gap: 10px; margin: 0; }
.facts div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.07);
}
.facts dt { font-weight: 900; color: #fff; }
.server-badge {
  display: grid;
  place-items: center;
  padding: 22px;
  border-radius: 28px;
  background: radial-gradient(circle, rgba(211,0,25,.16), rgba(0,0,0,.28));
  border: 1px solid var(--line);
}
.server-badge img { width: min(320px, 100%); filter: drop-shadow(0 0 28px rgba(211,0,25,.45)); }
.media-stage {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 24px;
  align-items: center;
}
.media-stage.single .wide-video { max-width: 760px; justify-self: center; width: 100%; }
.media-copy p { color: var(--muted); }
.route-strip h2 { text-align: center; }
.pill-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.pill-row span {
  padding: .7rem 1rem;
  border-radius: 999px;
  background: rgba(211,0,25,.14);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-weight: 800;
}
.timeline { display: grid; gap: 16px; }
.timeline-item {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line);
}
.timeline-item span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.gallery figure { margin: 0; padding: 12px; border-radius: 22px; background: rgba(255,255,255,.05); border: 1px solid var(--line); }
.gallery img { width: 100%; border-radius: 16px; object-fit: contain; background: #060608; max-height: 260px; }
.gallery figcaption { color: var(--muted); font-size: .92rem; margin-top: 10px; }
.compact-gallery img { max-height: 220px; }
.clip-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.clip-grid.compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.clip-card {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(211,0,25,.12), rgba(255,255,255,.045));
  min-width: 0;
}
.clip-card span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: .38rem .62rem;
  border-radius: 999px;
  background: rgba(255,183,43,.14);
  color: var(--gold);
  border: 1px solid rgba(255,183,43,.24);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .68rem;
}
.clip-card h3 { margin-bottom: .55rem; }
.clip-card p { color: var(--muted); }
.clip-card a {
  color: #fff;
  text-decoration-color: rgba(255,255,255,.35);
  overflow-wrap: anywhere;
  word-break: break-word;
  font-weight: 800;
}
.clip-card a:hover { color: var(--gold); }
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 22px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: rgba(5,5,7,.86);
}
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr .8fr; gap: 22px; }
.footer-links a { overflow-wrap: anywhere; }
.fineprint { color: var(--soft); font-size: .9rem; margin: 22px 0 0; }
@media (max-width: 960px) {
  .site-header { align-items: flex-start; }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.08);
    color: #fff;
    border-radius: 999px;
    padding: .72rem .95rem;
    font-weight: 900;
  }
  .site-nav {
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 10px);
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(7,7,9,.96);
    flex-direction: column;
    align-items: stretch;
  }
  .site-nav.is-open { display: flex; }
  .hero, .media-grid, .cards.three, .cards.two, .split, .split.reversed, .media-stage, .footer-grid, .gallery, .clip-grid, .clip-grid.compact { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-art { min-height: 300px; }
  .rank-card { position: relative; left: auto; bottom: auto; margin-top: 16px; }
}
@media (max-width: 560px) {
  .site-header, main, .site-footer { width: min(100% - 18px, 1180px); }
  .brand { min-width: 0; }
  .brand img { width: 52px; height: 52px; }
  .brand small { max-width: 180px; }
  h1 { font-size: 2.25rem; }
  .button { width: 100%; }
  .main-video.vertical { max-height: 74vh; }
}

.video-clip-card video {
  width: 100%;
  border-radius: 18px;
  background: #000;
  margin: 0 0 14px;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.11);
}
.video-clip-card video.clip-video-wide { aspect-ratio: 16 / 9; }
.source-link { display: block; margin-top: 12px; }


.map-hero { background: linear-gradient(135deg, rgba(211,0,25,.22), rgba(13,14,18,.88)), radial-gradient(circle at 82% 10%, rgba(255,183,43,.12), transparent 24rem); }
.fact-card dd { overflow-wrap: anywhere; }
.video-card .main-video { box-shadow: 0 18px 40px rgba(0,0,0,.28); }
.clip-card video { box-shadow: 0 14px 30px rgba(0,0,0,.32); }
.clip-card h3 { font-size: 1.3rem; }
.quote-card a { overflow-wrap: anywhere; }
.media-copy .button { margin-top: 8px; }
