:root {
  --ink: #05080d;
  --panel: #0a1019;
  --panel-2: #0e1724;
  --blue: #168ae6;
  --blue-hot: #32aaff;
  --silver: #cbd5e1;
  --muted: #8b9aab;
  --white: #f7fbff;
  --line: rgba(157, 185, 211, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.track-lines {
  position: fixed; inset: 0; pointer-events: none; z-index: -1; opacity: .22;
  background: linear-gradient(105deg, transparent 0 61%, rgba(22,138,230,.2) 61.1% 61.22%, transparent 61.3% 100%);
}
.site-header {
  height: 86px; padding: 0 clamp(24px, 5vw, 82px); display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); background: rgba(5,8,13,.88); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 10;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display:block; width:210px; height:auto; }
nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); }
nav a { color: var(--silver); font-size: .9rem; font-weight: 600; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; }
nav a:hover { color: var(--blue-hot); }
.menu-button { display: none; }

.hero {
  min-height: 670px; max-width: 1500px; margin: auto; padding: clamp(72px, 10vw, 146px) clamp(24px, 5vw, 82px) 100px;
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(350px, .75fr); gap: clamp(50px, 9vw, 150px); align-items: center;
  position: relative;
}
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: 3%; top: -16%; background: radial-gradient(circle, rgba(22,138,230,.18), transparent 64%); z-index: -1; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--blue-hot); font: 700 .78rem/1 Inter,sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: currentColor; }
h1, h2 { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; line-height: .94; margin: 0; }
h1 { max-width: 800px; font-size: clamp(4rem, 7.4vw, 8rem); letter-spacing: -.045em; }
h1 em { color: transparent; -webkit-text-stroke: 1.5px var(--blue-hot); font-style: normal; }
.hero-intro { max-width: 620px; margin: 30px 0 0; color: var(--silver); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 38px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; font-weight: 800; transition: .2s ease; }
.button.primary { background: var(--blue); }
.button.primary:hover { background: var(--blue-hot); transform: translateY(-2px); }
.button.secondary { border-color: var(--line); background: rgba(255,255,255,.03); }
.button.secondary:hover { border-color: var(--blue); }
.on-air-card { background: linear-gradient(145deg, rgba(19,32,49,.94), rgba(6,11,18,.98)); border: 1px solid rgba(50,170,255,.35); border-top: 4px solid var(--blue); padding: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.38); position: relative; }
.on-air-card::after { content:""; width: 70px; height: 3px; background: var(--blue); position:absolute; right:-18px; bottom:22px; transform:skew(-35deg); }
.on-air-top { display:flex; align-items:center; gap:10px; color:var(--silver); font-size:.73rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.live-dot { width:9px; height:9px; border-radius:50%; background:#36d27e; box-shadow:0 0 0 5px rgba(54,210,126,.12); }
.broadcast-date { margin-top: 34px; color:var(--blue-hot); font-size:.83rem; font-weight:700; text-transform:uppercase; letter-spacing:.12em; }
.broadcast-league { margin-top:10px; font:700 clamp(1.8rem,3vw,2.7rem)/1 "Barlow Condensed",sans-serif; text-transform:uppercase; }
.broadcast-event { margin-top:8px; color:var(--silver); }
.countdown { margin-top:30px; padding-top:20px; border-top:1px solid var(--line); color:var(--muted); font-size:.8rem; letter-spacing:.08em; text-transform:uppercase; }

.schedule-section { max-width:1500px; margin:auto; padding:100px clamp(24px,5vw,82px); }
.section-heading { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:38px; }
.section-heading h2, .story-copy h2, .contact-section h2 { font-size:clamp(2.8rem,5vw,5.4rem); letter-spacing:-.025em; }
.section-heading > p { color:var(--muted); margin:0 0 8px; font-size:.86rem; }
.schedule-list { border-top:1px solid var(--line); }
.schedule-row { display:grid; grid-template-columns: 150px minmax(260px,1.1fr) minmax(200px,.9fr) 130px; gap:28px; align-items:center; padding:25px 8px; border-bottom:1px solid var(--line); transition:.2s ease; }
.schedule-row:hover { background:linear-gradient(90deg, rgba(22,138,230,.09), transparent); padding-left:18px; }
.date-day { display:block; font:700 1.55rem/1 "Barlow Condensed",sans-serif; text-transform:uppercase; }
.date-time, .schedule-platform, .schedule-class { color:var(--muted); font-size:.78rem; text-transform:uppercase; letter-spacing:.1em; }
.schedule-league-wrap { min-width:0; display:grid; grid-template-columns:96px minmax(0,1fr); gap:18px; align-items:center; }
.schedule-logo { width:96px; height:62px; object-fit:contain; object-position:center; filter:drop-shadow(0 5px 12px rgba(0,0,0,.45)); }
.schedule-league { font:700 clamp(1.3rem,2vw,1.8rem)/1.1 "Barlow Condensed",sans-serif; text-transform:uppercase; }
.schedule-event { color:var(--silver); }
.schedule-meta { display:flex; flex-wrap:wrap; gap:6px 18px; margin-top:5px; }
.schedule-class { color:var(--blue-hot); font-weight:700; }
.schedule-platform { position:relative; }
.schedule-platform::before { content:"·"; position:absolute; left:-11px; color:var(--muted); }
.watch-link { justify-self:end; color:var(--blue-hot); text-decoration:none; text-transform:uppercase; letter-spacing:.1em; font-size:.78rem; font-weight:800; }
.schedule-loading, .empty-state { color:var(--muted); padding:38px 8px; border-bottom:1px solid var(--line); }
.schedule-actions { display:flex; justify-content:center; padding-top:30px; }
.schedule-toggle { min-height:50px; padding:0 25px; border:1px solid rgba(50,170,255,.45); background:rgba(22,138,230,.08); color:var(--white); font:800 .78rem/1 Inter,sans-serif; letter-spacing:.1em; text-transform:uppercase; cursor:pointer; transition:.2s ease; }
.schedule-toggle:hover,.schedule-toggle:focus-visible { background:var(--blue); border-color:var(--blue); outline:none; transform:translateY(-2px); }
.schedule-toggle[hidden] { display:none; }

.story-section { margin-top:60px; min-height:490px; display:grid; grid-template-columns:.8fr 1.2fr; align-items:center; background:linear-gradient(120deg,#0b1420,#07101a); border-block:1px solid var(--line); overflow:hidden; }
.story-number { justify-self:center; font:800 clamp(7rem,15vw,15rem)/1 "Barlow Condensed",sans-serif; color:transparent; -webkit-text-stroke:1px rgba(50,170,255,.65); letter-spacing:-.06em; }
.story-number span { color:var(--blue); -webkit-text-stroke:0; }
.story-copy { max-width:680px; padding:80px clamp(24px,7vw,110px) 80px 30px; }
.story-copy p:last-child { max-width:600px; color:var(--silver); font-size:1.05rem; }
.rates-section { max-width:1500px; margin:auto; padding:120px clamp(24px,5vw,82px) 70px; }
.rates-heading { margin-bottom:45px; }
.rate-layout { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr); gap:22px; align-items:start; }
.rate-card { background:linear-gradient(145deg,rgba(16,28,43,.98),rgba(6,11,18,.98)); border:1px solid var(--line); border-top:3px solid var(--blue); padding:30px; box-shadow:0 25px 70px rgba(0,0,0,.22); }
.rate-card-head { display:flex; justify-content:space-between; align-items:start; gap:30px; padding-bottom:26px; border-bottom:1px solid var(--line); }
.rate-label { display:block; color:var(--blue-hot); font-size:.76rem; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.rate-card h3 { margin:7px 0 0; font:700 clamp(2rem,3vw,3.2rem)/1 "Barlow Condensed",sans-serif; text-transform:uppercase; }
.price { min-width:170px; text-align:right; display:grid; }
.price strong { color:var(--white); font:800 3.2rem/.85 "Barlow Condensed",sans-serif; }
.price span { color:var(--blue-hot); font-size:.72rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.price small { margin-top:8px; color:var(--muted); font-size:.7rem; }
.coverage-list { list-style:none; margin:18px 0 0; padding:0; display:grid; grid-template-columns:1fr 1fr; column-gap:32px; }
.coverage-list li { position:relative; padding:16px 0 16px 28px; border-bottom:1px solid var(--line); }
.coverage-list li::before { content:"✓"; position:absolute; left:0; top:16px; color:#55d991; font-weight:800; }
.coverage-list strong,.upgrade-row strong { display:block; font-size:.95rem; }
.coverage-list span,.upgrade-row div span { display:block; margin-top:3px; color:var(--muted); font-size:.76rem; }
.rate-extras { display:grid; gap:22px; }
.upgrade-row { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:20px 0; border-bottom:1px solid var(--line); }
.upgrade-row:last-child { border-bottom:0; padding-bottom:0; }
.upgrade-row b { flex:none; color:var(--white); font:800 1.75rem/1 "Barlow Condensed",sans-serif; text-transform:uppercase; }
.upgrade-row b span { color:var(--blue-hot); font-size:.8rem; }
.rate-label.gold { color:#eac96c; }
.add-ons { border-top-color:#caa542; }
.upgrade-row .quote { max-width:95px; color:#eac96c; font-size:1rem; text-align:right; }
.rate-note { margin:20px 0 0; color:var(--muted); font-size:.76rem; text-align:right; }
.contact-section { max-width:1500px; margin:auto; padding:130px clamp(24px,5vw,82px); text-align:center; display:flex; flex-direction:column; align-items:center; }
.contact-section .eyebrow { justify-content:center; }
.contact-section h2 { max-width:950px; }
.button.light { margin-top:36px; background:var(--white); color:var(--ink); }
.button.light:hover { background:var(--blue-hot); color:#fff; }
.social-links { display:flex; flex-wrap:wrap; justify-content:center; gap:10px 26px; margin-top:28px; }
.social-links a { color:var(--silver); font-size:.8rem; font-weight:700; letter-spacing:.12em; text-decoration:none; text-transform:uppercase; border-bottom:1px solid transparent; }
.social-links a:hover { color:var(--blue-hot); border-bottom-color:var(--blue-hot); }
footer { padding:34px clamp(24px,5vw,82px); border-top:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; gap:30px; color:var(--muted); font-size:.74rem; }
.brand.small img { width:155px; }

@media (max-width: 850px) {
  .site-header { height:72px; }
  .brand img { width:160px; }
  .menu-button { display:block; color:var(--white); background:transparent; border:1px solid var(--line); padding:9px 12px; text-transform:uppercase; letter-spacing:.1em; }
  nav { display:none; position:absolute; top:72px; left:0; right:0; flex-direction:column; align-items:stretch; background:#080d14; padding:22px 24px; border-bottom:1px solid var(--line); }
  nav.open { display:flex; }
  nav a { padding:10px 0; }
  .hero { grid-template-columns:1fr; padding-top:78px; }
  .hero::before { width:400px; height:400px; }
  .on-air-card { max-width:520px; }
  .schedule-row { grid-template-columns:105px 1fr auto; gap:18px; }
  .schedule-league-wrap { grid-template-columns:78px minmax(0,1fr); }
  .schedule-logo { width:78px; height:52px; }
  .schedule-details { grid-column:2; }
  .schedule-platform { display:none; }
  .schedule-platform::before { display:none; }
  .watch-link { grid-column:3; grid-row:1 / span 2; }
  .story-section { grid-template-columns:1fr; padding-top:70px; }
  .story-copy { padding:30px 24px 80px; text-align:center; margin:auto; }
  .story-copy .eyebrow { justify-content:center; }
  .rate-layout { grid-template-columns:1fr; }
  footer { flex-direction:column; text-align:center; }
}
@media (max-width: 540px) {
  h1 { font-size:3.7rem; }
  .hero { min-height:auto; gap:45px; padding-bottom:70px; }
  .on-air-card { padding:24px; }
  .section-heading { align-items:start; flex-direction:column; }
  .schedule-row { grid-template-columns:1fr auto; padding:22px 4px; }
  .schedule-date { grid-column:1; }
  .schedule-league-wrap { grid-column:1 / -1; grid-template-columns:72px minmax(0,1fr); }
  .schedule-logo { width:72px; height:48px; }
  .schedule-details { grid-column:1 / -1; }
  .watch-link { grid-column:2; grid-row:1; }
  .story-number { font-size:8rem; }
  .rate-card { padding:23px; }
  .rate-card-head { flex-direction:column; }
  .price { text-align:left; }
  .coverage-list { grid-template-columns:1fr; }
  .rate-note { text-align:left; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } * { transition:none !important; } }
