:root {
  --bg: #0b0b0c;
  --paper: #f4f4f1;
  --text: #f4f4f1;
  --muted: #b7b7b1;
  --red: #c8102e;
  --red-dark: #790616;
  --blue: #2d5f8b;
  --line: rgba(255,255,255,.14);
  --panel: #141416;
  --panel-2: #1b1b1e;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 46px);
  background: rgba(10,10,11,.94);
  border-bottom: 3px solid var(--red);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand img {
  width: 42px;
  height: 42px;
  border-radius: 2px;
  object-fit: cover;
  background: #000;
}
.brand span { font-size: 13px; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-nav a { border-bottom: 2px solid transparent; padding-bottom: 3px; }
.site-nav a:hover { color: #fff; border-bottom-color: var(--red); }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #050505;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/mx5-hero-banner.jpg");
  background-size: cover;
  background-position: center;
  opacity: .78;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.78) 42%, rgba(0,0,0,.28) 68%, rgba(0,0,0,.82) 100%),
    linear-gradient(0deg, rgba(0,0,0,.85), rgba(0,0,0,.18) 45%, rgba(0,0,0,.50));
}
.hero-content {
  position: relative;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 116px 0 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--muted);
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
}
.eyebrow.red { color: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 860px;
  margin: 0 0 20px;
  font-size: clamp(50px, 9vw, 112px);
  line-height: .88;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
h2 {
  font-size: clamp(32px, 5vw, 60px);
  line-height: .98;
  letter-spacing: -.04em;
  margin-bottom: 18px;
  text-transform: uppercase;
}
h3 {
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: -.01em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.lead {
  max-width: 720px;
  font-size: clamp(18px, 2.1vw, 24px);
  color: #e8e8e3;
  margin-bottom: 30px;
  border-left: 5px solid var(--red);
  padding-left: 18px;
}
.micro { color: var(--muted); font-size: 13px; margin-top: 18px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.cta-row.left { justify-content: flex-start; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 2px;
  background: rgba(20,20,22,.88);
  color: #fff;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
}
.btn:hover { background: #202024; border-color: rgba(255,255,255,.42); }
.btn.primary { background: var(--red); border-color: var(--red); }
.btn.primary:hover { background: #e11135; }
.btn.discord { background: var(--blue); border-color: var(--blue); }
.btn.support { background: #222; border-color: var(--red); }
.btn.support:hover { background: var(--red); border-color: var(--red); }
.btn.ghost { background: transparent; }

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 26px;
  border-left: 1px solid var(--line);
}
.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-left: 0;
  background: rgba(0,0,0,.48);
  color: #f5f5f0;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.status-strip {
  background: #101012;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.status-inner {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.status-inner div { padding: 16px 18px; border-left: 1px solid var(--line); }
.status-inner div:last-child { border-right: 1px solid var(--line); }
.status-inner strong {
  display: block;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
}
.status-inner span { color: #fff; font-weight: 800; }

.mission-band {
  background: #0f0f11;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.mission-inner {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(46px, 6vw, 74px) 0;
  border-left: 5px solid var(--red);
  padding-left: clamp(18px, 3vw, 34px);
}
.mission-inner h2 {
  max-width: 980px;
  font-size: clamp(29px, 4.3vw, 54px);
  margin-bottom: 18px;
}
.mission-inner p:last-child {
  max-width: 920px;
  color: var(--muted);
  font-size: 18px;
}


.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(68px, 8vw, 105px) 0;
}
.section.dark {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100% - var(--max)) / 2));
  padding-right: max(18px, calc((100% - var(--max)) / 2));
  background: #111113;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(24px, 5vw, 66px);
  align-items: center;
}
.split.reverse { grid-template-columns: .9fr 1.1fr; }
.card, .format-card, .schedule-card, .sponsor-card, .feature-tile {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 2px;
}
.card { padding: clamp(24px, 4vw, 42px); }
.disclaimer { border-top: 5px solid var(--red); }
.disclaimer p, .broadcast-card li, .sponsor-card p, .section p { color: var(--muted); }
.section-heading { max-width: 820px; margin-bottom: 34px; }

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding-top: 0;
}
.feature-tile {
  min-height: 140px;
  padding: 24px;
  border-top: 4px solid var(--red);
}
.feature-tile.hot { border-top-color: var(--blue); }
.feature-tile span { color: var(--red); font-weight: 900; letter-spacing: .18em; font-size: 12px; }
.feature-tile strong { display: block; margin: 12px 0 6px; font-size: 22px; line-height: 1; text-transform: uppercase; }
.feature-tile em { color: var(--muted); font-style: normal; }

.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.format-card { padding: 28px; min-height: 260px; border-top: 4px solid var(--red); }
.number { display: inline-block; color: var(--red); font-weight: 900; font-size: 13px; letter-spacing: .18em; margin-bottom: 22px; }
ul, ol { margin: 0; padding-left: 20px; color: var(--muted); }
li + li { margin-top: 6px; }
.example-box { margin-top: 20px; padding: 18px 22px; border-left: 5px solid var(--red); background: #18181b; color: #f4f4f4; }

.roster-card { padding: 0; overflow: hidden; background: #000; }
.roster-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.schedule-grid, .sponsor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.schedule-card, .sponsor-card { padding: 22px; border-top: 4px solid #2f2f36; }
.schedule-card span { display: block; color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; margin-bottom: 8px; }
.schedule-card strong { display: block; font-size: 22px; text-transform: uppercase; }
.schedule-card em { display: block; color: var(--muted); font-style: normal; }
.schedule-grid-expanded .schedule-card:first-child { border-top-color: var(--red); }
.blocked-week { border-top-color: #777; opacity: .85; }
.blocked-week strong { color: #d8d8d3; }
.banner-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #000; }
.banner-section img { width: 100%; height: min(34vw, 390px); min-height: 210px; object-fit: cover; object-position: center; }
.broadcast-stack { display: grid; gap: 14px; }
.broadcast-logo-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #08080a;
}
.broadcast-logo-card img {
  width: 100%;
  aspect-ratio: 1280 / 269;
  object-fit: cover;
  object-position: center;
}
.broadcast-card { padding: 34px; border-top: 5px solid var(--red); }
.sponsor-card .price { color: #fff; font-weight: 900; font-size: 27px; margin-bottom: 10px; }
.premium-card { grid-column: span 3; border-top-color: var(--red); background: #171719; }

.sponsor-flyer-wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  padding: 24px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  background: #101012;
}
.sponsor-flyer-copy h3 { font-size: clamp(28px, 4vw, 42px); margin-bottom: 12px; }
.sponsor-flyer-card { display: block; overflow: hidden; border: 1px solid var(--line); background: #000; }
.sponsor-flyer-card img { width: 100%; max-height: 690px; object-fit: contain; background: #050505; }

.support-section {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.support-card {
  padding: 30px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
}
.support-card strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--red);
  font-size: 12px;
  margin-bottom: 10px;
}
.support-card span {
  display: block;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  letter-spacing: -.04em;
  margin-bottom: 22px;
}


.contact { text-align: center; max-width: 860px; border-top: 5px solid var(--red); background: var(--panel); padding-left: 32px; padding-right: 32px; }
.contact .cta-row { justify-content: center; }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 28px clamp(18px, 4vw, 44px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.site-footer a { color: #fff; font-weight: 800; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 2px; border: 1px solid var(--line); background: rgba(255,255,255,.08); color: #fff; font-size: 22px; }
  .site-nav { position: absolute; top: 72px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: flex-start; padding: 18px; background: rgba(12,12,14,.98); border: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .split, .split.reverse, .format-grid, .schedule-grid, .sponsor-grid, .feature-row, .status-inner, .sponsor-flyer-wrap, .support-section { grid-template-columns: 1fr; }
  .premium-card { grid-column: auto; }
  .hero { min-height: 620px; }
  .brand span { font-size: 12px; }
  .status-inner div { border-right: 1px solid var(--line); }
}

@media (max-width: 520px) {
  .hero-content { padding-top: 84px; }
  .btn { width: 100%; }
  .cta-row { width: 100%; }
  .site-footer { flex-direction: column; align-items: flex-start; }
}
