:root {
  --navy: #061b3d;
  --navy-deep: #020817;
  --navy-ink: #0a2b5d;
  --red: #d90429;
  --red-deep: #8b0018;
  --white: #fffdf5;
  --ice: #e9eef8;
  --muted: #b6c0d4;
  --silver: #aeb6c3;
  --panel: rgba(5, 18, 42, 0.86);
  --line: rgba(255, 255, 255, 0.16);
  --red-line: rgba(217, 4, 41, 0.44);
  --max: 1180px;
  --header: 78px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 84% 10%, rgba(217, 4, 41, .28), transparent 30rem),
    radial-gradient(circle at 8% 78%, rgba(31, 83, 151, .34), transparent 28rem),
    linear-gradient(135deg, var(--navy-deep), #06142e 56%, #12030b);
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; }
.skip-link {
  position: fixed; left: 1rem; top: 1rem; transform: translateY(-140%); z-index: 20;
  padding: .7rem 1rem; border: 1px solid var(--red); background: var(--navy-deep); color: var(--white);
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 10; height: var(--header);
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0 clamp(1rem, 4vw, 3rem);
  background: linear-gradient(180deg, rgba(2, 8, 23, .92), rgba(2, 8, 23, .42), transparent);
  border-bottom: 1px solid transparent; backdrop-filter: blur(10px);
}
.site-header.solid, .site-header.is-scrolled { background: rgba(2, 8, 23, .94); border-bottom-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; min-width: max-content; }
.brand img { width: 46px; height: 48px; object-fit: contain; filter: drop-shadow(0 4px 10px rgba(0,0,0,.35)); }
.brand span { display: grid; line-height: .9; text-transform: uppercase; letter-spacing: .08em; font-family: "Barlow Condensed", Inter, sans-serif; }
.brand strong { font-size: 1.15rem; font-weight: 900; }
.brand em { color: var(--red); font-style: normal; font-weight: 800; font-size: .95rem; }
nav { display: flex; align-items: center; gap: .35rem; }
.nav-link { text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; font-weight: 900; color: var(--muted); padding: .7rem .9rem; border: 1px solid transparent; }
.nav-link:hover, .nav-link:focus-visible, .nav-link.active { color: var(--white); border-color: var(--red-line); background: rgba(217,4,41,.14); }
.scene { position: relative; overflow: hidden; min-height: 100svh; padding: calc(var(--header) + 4rem) clamp(1.2rem, 5vw, 5rem) 4rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 420px); align-items: end; gap: clamp(2rem, 5vw, 5rem); background:
    linear-gradient(90deg, rgba(2,8,23,.98), rgba(6,27,61,.78) 46%, rgba(6,27,61,.45)),
    radial-gradient(circle at 76% 40%, rgba(217,4,41,.28), transparent 23rem),
    linear-gradient(135deg, #020817, #08285a 58%, #0e0210);
}
.paint-scrape { position: absolute; inset: 0; opacity: .42; background:
    linear-gradient(115deg, transparent 0 44%, rgba(255,255,255,.18) 44.15% 44.38%, transparent 44.6%),
    linear-gradient(64deg, transparent 0 58%, rgba(217,4,41,.42) 58.15% 58.48%, transparent 58.7%),
    repeating-linear-gradient(-8deg, transparent 0 42px, rgba(255,255,255,.032) 43px 45px);
  transform: skewY(-4deg) scale(1.08); }
.hero-copy, .hero-card, .scorebug { position: relative; z-index: 1; }
.scorebug { text-decoration: none; }
.eyebrow { margin: 0 0 .85rem; color: #ffffff; font-family: "Barlow Condensed", Inter, sans-serif; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; font-size: clamp(.84rem, 2vw, 1rem); text-shadow: 0 0 22px rgba(217,4,41,.45); }
h1, h2, h3 { margin: 0; font-family: "Barlow Condensed", Inter, sans-serif; text-transform: uppercase; line-height: .88; letter-spacing: .015em; }
h1 { max-width: 940px; font-size: clamp(4.2rem, 11.5vw, 10rem); font-weight: 900; text-shadow: 0 8px 0 rgba(217,4,41,.42), 0 18px 34px rgba(0,0,0,.35); }
h2 { font-size: clamp(3rem, 7vw, 6rem); font-weight: 900; }
h3 { font-size: clamp(2.25rem, 5vw, 4.4rem); font-weight: 900; }
.lede { max-width: 680px; margin: 1.4rem 0 0; color: var(--ice); font-size: clamp(1rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 1rem 1.35rem; border-radius: 0; border: 2px solid var(--line); text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; font-weight: 900; transition: transform .18s ease, border-color .18s ease, background .18s ease; clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%); }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); border-color: var(--white); }
.btn-primary { background: var(--red); color: var(--white); border-color: var(--red); }
.btn-secondary { background: rgba(255,255,255,.06); color: var(--white); }
.scorebug { position: absolute; top: calc(var(--header) + 2rem); right: clamp(1.2rem, 5vw, 5rem); display: flex; align-items: center; gap: .7rem; padding: .6rem .8rem; border: 1px solid var(--red-line); background: rgba(2,8,23,.62); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.scorebug strong { color: var(--white); }
.hero-card { border: 1px solid var(--line); border-top: 5px solid var(--red); background: linear-gradient(180deg, rgba(6,27,61,.92), rgba(2,8,23,.76)); padding: 1.4rem; display: grid; grid-template-columns: 104px 1fr; gap: 1rem; box-shadow: 0 24px 80px rgba(0,0,0,.34); }
.hero-card img { width: 104px; height: 96px; object-fit: contain; }
.label, .panel-kicker { color: #ffffff; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 900; }
.hero-card strong { display: block; margin: .35rem 0; font-size: 1.1rem; }
.hero-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.section { max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 4vw, 2rem); }
.broadcast-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.section-heading { grid-column: 1 / -1; max-width: 760px; margin-bottom: 1rem; }
.feature-panel { min-height: 340px; display: flex; flex-direction: column; justify-content: flex-end; gap: .8rem; padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(2,8,23,.90)), var(--panel); position: relative; overflow: hidden; }
.feature-panel::before { content: ""; position: absolute; inset: -30% -18% auto auto; width: 18rem; height: 18rem; border: 2px solid rgba(217,4,41,.38); transform: rotate(22deg); }
.feature-panel > * { position: relative; z-index: 1; }
.feature-panel p { margin: 0; color: var(--muted); max-width: 34rem; }
.text-link { width: fit-content; color: #fff; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .82rem; text-decoration: none; border-bottom: 2px solid var(--red); }
.tournament-card { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px, 420px); align-items: center; gap: clamp(1.5rem, 5vw, 4rem); border-top: 1px solid var(--line); }
.tournament-card img { width: 100%; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.identity-strip { padding-top: 0; }
.identity-strip div { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.identity-strip span { padding: 1.2rem .9rem; text-align: center; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 900; }
.identity-strip span + span { border-left: 1px solid var(--line); }
.watch-page { padding: calc(var(--header) + 2rem) clamp(1rem, 4vw, 2rem) 3rem; max-width: var(--max); margin: 0 auto; }
.watch-hero { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; padding: clamp(2rem, 6vw, 5rem) 0 2rem; }
.watch-hero h1 { font-size: clamp(4rem, 10vw, 8rem); }
.media-shell { border: 1px solid var(--line); background: rgba(255,255,255,.04); padding: clamp(.7rem, 2vw, 1rem); }
.media-frame { position: relative; aspect-ratio: 16 / 9; background: #000; overflow: hidden; }
.media-frame iframe, .media-frame video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: contain; background: #000; }
.media-fallback { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem .2rem .2rem; color: var(--muted); }
.media-fallback strong { color: var(--white); }
.media-fallback p { margin: 0; max-width: 700px; }
.site-footer { max-width: var(--max); margin: 0 auto; padding: 2rem clamp(1.2rem, 4vw, 2rem) 3rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); border-top: 1px solid var(--line); font-size: .9rem; }
@media (max-width: 820px) {
  :root { --header: 68px; }
  .site-header { padding-inline: 1rem; }
  .brand img { width: 38px; height: 42px; }
  .brand strong { font-size: .98rem; }
  .brand em { font-size: .82rem; }
  nav { gap: 0; }
  .nav-link { font-size: .66rem; padding: .55rem .45rem; letter-spacing: .07em; }
  .hero { grid-template-columns: 1fr; align-items: end; padding-top: calc(var(--header) + 4rem); }
  .scorebug { left: 1.2rem; right: auto; top: calc(var(--header) + 1rem); }
  h1 { font-size: clamp(4rem, 18vw, 6.3rem); }
  .hero-card { grid-template-columns: 76px 1fr; }
  .hero-card img { width: 76px; height: 72px; }
  .broadcast-grid, .tournament-card { grid-template-columns: 1fr; }
  .feature-panel { min-height: 280px; }
  .identity-strip div { grid-template-columns: 1fr 1fr; }
  .identity-strip span:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .identity-strip span:nth-child(4) { border-top: 1px solid var(--line); }
  .watch-hero, .media-fallback, .site-footer { flex-direction: column; align-items: flex-start; }
  .watch-hero .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }

.bracket-page .watch-hero { align-items: center; }
.bracket-page .watch-hero .btn { max-width: 320px; text-align: center; }
.bracket-shell {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(2,8,23,.74));
  padding: clamp(.65rem, 2vw, 1.25rem);
  overflow: auto;
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}
.bracket-shell img {
  display: block;
  width: 100%;
  min-width: min(920px, 100%);
  height: auto;
  background: #fff;
}
@media (max-width: 520px) {
  .site-header { height: auto; min-height: var(--header); align-items: flex-start; padding-block: .55rem; }
  .brand { padding-top: .2rem; }
  nav { flex-wrap: wrap; justify-content: flex-end; max-width: 220px; }
  .nav-link { padding: .42rem .38rem; font-size: .61rem; }
  .watch-page { padding-top: calc(var(--header) + 2.8rem); }
  .bracket-shell { margin-inline: -0.4rem; }
}


/* Championship landing page evolution */
:root { --banner: 34px; }
.championship-banner {
  position: fixed;
  inset: 0 0 auto;
  z-index: 12;
  min-height: var(--banner);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .45rem 1rem;
  background: linear-gradient(90deg, rgba(139,0,24,.98), rgba(217,4,41,.96), rgba(139,0,24,.98));
  border-bottom: 1px solid rgba(255,255,255,.22);
  color: var(--white);
  text-align: center;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(.78rem, 2.5vw, .96rem);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(0,0,0,.28);
}
.championship-banner + .site-header { top: var(--banner); }
.championship-banner ~ main .scene { padding-top: calc(var(--header) + var(--banner) + 4rem); }
.championship-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(2,8,23,.98), rgba(6,27,61,.80) 47%, rgba(6,27,61,.50)),
    radial-gradient(circle at 78% 30%, rgba(217,4,41,.34), transparent 24rem),
    radial-gradient(circle at 16% 80%, rgba(255,255,255,.08), transparent 20rem),
    linear-gradient(135deg, #020817, #08285a 58%, #17030d);
}
.championship-hero h1 span { display: block; }
.hero-subhead {
  max-width: 780px;
  margin: 1rem 0 0;
  color: #fff;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(1.65rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}
.event-pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.6rem;
  max-width: 760px;
}
.event-pill-grid span {
  border: 1px solid var(--red-line);
  background: rgba(2,8,23,.58);
  color: #fff;
  padding: .7rem .85rem;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.championship-game-card { grid-template-columns: 92px 1fr; align-self: end; }
.championship-game-card img { width: 92px; height: 88px; }
.championship-game-card p { color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.championship-game-card dl { margin: 1rem 0; display: grid; gap: .55rem; }
.championship-game-card dl div { border-top: 1px solid var(--line); padding-top: .55rem; }
.championship-game-card dt { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.championship-game-card dd { margin: .1rem 0 0; color: #fff; font-weight: 900; }
.championship-game-card small { display: inline-block; color: #fff; border-bottom: 2px solid var(--red); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.championship-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  align-items: center;
  gap: 1rem;
  border-top: 1px solid var(--line);
}
.championship-feature .section-heading { grid-column: 1 / 2; align-self: end; margin-bottom: 0; }
.poster-callout {
  grid-row: span 2;
  align-self: center;
  margin: 0;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  padding: clamp(.65rem, 2vw, 1rem);
  box-shadow: 0 24px 80px rgba(0,0,0,.34);
}
.poster-callout img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,.12);
}
.championship-panel { min-height: 290px; }
.team-story {
  display: grid;
  grid-template-columns: minmax(280px, 470px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  border-top: 1px solid var(--line);
}
.story-copy p:not(.eyebrow):not(.lede) { color: var(--muted); max-width: 620px; font-size: 1.05rem; }
.watercolor-frame {
  margin: 0;
  position: relative;
  border: 1px solid var(--line);
  padding: clamp(.65rem, 2vw, 1rem);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(2,8,23,.72));
  box-shadow: 0 24px 80px rgba(0,0,0,.34);
}
.watercolor-frame::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-top: 5px solid var(--red);
  pointer-events: none;
}
.watercolor-frame img { display: block; width: 100%; height: auto; }
.watch-now-grid { border-top: 1px solid var(--line); }
.watch-now-grid .live-panel { background: linear-gradient(180deg, rgba(217,4,41,.20), rgba(2,8,23,.90)), var(--panel); }
@media (max-width: 820px) {
  :root { --banner: 40px; }
  .championship-banner { letter-spacing: .08em; line-height: 1.1; }
  .championship-banner ~ main .scene { padding-top: calc(var(--header) + var(--banner) + 4.5rem); }
  .championship-hero { align-items: end; }
  .event-pill-grid { display: grid; grid-template-columns: 1fr; }
  .event-pill-grid span { text-align: center; }
  .championship-game-card { grid-template-columns: 76px 1fr; }
  .championship-game-card img { width: 76px; height: 72px; }
  .championship-feature, .team-story { grid-template-columns: 1fr; }
  .championship-feature .section-heading { grid-column: auto; }
  .poster-callout { grid-row: auto; order: 2; width: 100%; max-width: 560px; justify-self: center; }
  .championship-panel { order: 3; }
  .team-story { padding-top: clamp(4rem, 8vw, 7rem); }
}
@media (max-width: 520px) {
  :root { --banner: 48px; }
  .championship-banner + .site-header { top: var(--banner); }
  .championship-banner ~ main .scene { padding-top: calc(var(--header) + var(--banner) + 5rem); }
  .championship-hero .btn { width: 100%; }
  .championship-hero h1 { font-size: clamp(3.65rem, 17vw, 5.4rem); }
  .hero-subhead { font-size: clamp(1.35rem, 8vw, 2.1rem); }
}
