:root {
  --ink: #0b0b0c;
  --paper: #f2f0eb;
  --white: #fff;
  --red: #e1001a;
  --red-dark: #b60015;
  --muted: #77736d;
  --line: #d4d0c8;
  --signal: #d6ff2f;
  --max: 1240px;
  --pad: clamp(1rem, 3.2vw, 3rem);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --sans: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  --mono: "Courier New", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  z-index: 999;
  left: 1rem;
  top: 1rem;
  padding: .75rem 1rem;
  background: var(--signal);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
a:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11,11,12,.96);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.nav-shell, .hero-shell, .section-shell, .watch-shell, .footer-shell {
  width: min(100%, var(--max));
  margin-inline: auto;
  padding-inline: var(--pad);
}
.nav-shell { min-height: 58px; display: flex; align-items: center; gap: 2rem; }
.wordmark { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; font-size: .78rem; }
.wordmark-mark { display: grid; place-items: center; width: 27px; height: 27px; background: var(--red); color: white; font-family: var(--display); font-size: 1.15rem; transform: skew(-8deg); }
.nav-links { display: flex; gap: 1.7rem; margin-left: auto; }
.nav-links a { color: #bbb; text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.nav-links a:hover { color: white; }
.nav-state { display: flex; align-items: center; gap: .5rem; border-left: 1px solid #3a3a3a; padding-left: 1.4rem; font-family: var(--mono); font-size: .7rem; }
.pulse { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(225,0,26,.7); animation: pulse 1.8s infinite; }

.hero { position: relative; min-height: calc(100svh - 58px); background: var(--ink); color: white; overflow: hidden; display: flex; }
.hero::after { content: "26"; position: absolute; right: -2vw; bottom: -15vh; color: rgba(255,255,255,.025); font: 72vw/.65 var(--display); pointer-events: none; }
.pitch-lines { position: absolute; inset: 0; opacity: .13; background: linear-gradient(116deg, transparent 0 36%, var(--red) 36% 36.6%, transparent 36.6% 100%); }
.pitch-lines::before { content: ""; position: absolute; width: 48vw; aspect-ratio: 1; border: 1px solid white; border-radius: 50%; top: 18%; left: 47%; }
.pitch-lines::after { content: ""; position: absolute; inset: 10% -5% auto 46%; height: 70%; border: 1px solid rgba(255,255,255,.7); transform: skew(-18deg); }
.hero-shell { position: relative; z-index: 1; padding-top: clamp(1.4rem, 4vh, 3.5rem); padding-bottom: clamp(1.4rem, 4vh, 3rem); display: flex; flex-direction: column; justify-content: space-between; }
.signal-row { display: flex; align-items: center; gap: 1rem; }
.status { display: inline-flex; align-items: center; gap: .5rem; width: fit-content; padding: .48rem .65rem; font: 700 .66rem/1 var(--mono); letter-spacing: .08em; }
.status-confirmed { background: var(--red); color: white; }
.status-unavailable { background: #d9d6cf; color: #47433f; }
.status .pulse { background: white; width: 6px; height: 6px; }
.eyebrow, .issue { font: .68rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; color: #aaa; }
.issue { margin-left: auto; }
.fixture-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: end; gap: clamp(2rem, 8vw, 8rem); margin-block: clamp(1rem, 4vh, 3.5rem); }
.kicker { margin: 0 0 .5rem; color: var(--red); font: 800 clamp(.7rem, 1.3vw, .9rem)/1 var(--mono); text-transform: uppercase; letter-spacing: .12em; }
h1 { margin: 0; text-transform: uppercase; font: 400 clamp(4rem, 9.8vw, 8.8rem)/.77 var(--display); letter-spacing: -.035em; }
h1 span { display: block; }
h1 .versus { display: inline-block; margin: .25em .1em .15em 9%; font: italic 400 clamp(1rem, 2.2vw, 1.8rem)/1 Georgia, serif; text-transform: lowercase; color: #777; letter-spacing: 0; transform: rotate(-7deg); }
h1 .opponent { color: transparent; -webkit-text-stroke: 1.5px white; font-size: .78em; margin-left: 9%; }
.match-clock { align-self: center; border-top: 5px solid var(--red); padding-top: 1.1rem; }
.clock-label { margin: 0; font: 700 .66rem var(--mono); color: #999; text-transform: uppercase; letter-spacing: .14em; }
.match-clock time { display: block; font: 400 clamp(4.5rem, 7vw, 6.5rem)/1 var(--display); letter-spacing: -.04em; white-space: nowrap; }
.match-clock time small { font: 700 .7rem var(--mono); letter-spacing: .05em; color: #999; }
.countdown { margin: .3rem 0 1.4rem; min-height: 1rem; color: var(--signal); font: 700 .78rem var(--mono); letter-spacing: .08em; }
.venue { border-top: 1px solid #3c3c3d; padding-top: .8rem; }
.venue span, .venue strong { display: block; }
.venue span { font-size: 1.05rem; font-weight: 800; text-transform: uppercase; }
.venue strong { margin-top: .25rem; color: #888; font-size: .69rem; line-height: 1.4; font-weight: 500; }
.hero-actions { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 2rem; padding: .8rem 1.1rem; text-decoration: none; text-transform: uppercase; font-weight: 900; font-size: .75rem; letter-spacing: .05em; }
.button-primary { background: var(--red); color: white; min-width: 220px; }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { border: 1px solid #555; color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.verification-note { display: flex; align-items: center; gap: .6rem; margin: 0 0 0 auto; max-width: 290px; color: #888; font-size: .7rem; line-height: 1.35; }
.diamond { width: 7px; height: 7px; background: var(--signal); transform: rotate(45deg); flex: 0 0 auto; }

.ticker { background: var(--red); color: white; overflow: hidden; transform: rotate(-1deg) scale(1.01); transform-origin: center; position: relative; z-index: 2; }
.ticker-track { display: flex; align-items: center; justify-content: center; gap: 2rem; min-width: max-content; padding: .75rem 1rem; font: 800 .72rem var(--mono); letter-spacing: .1em; }
.ticker i { font-style: normal; font-size: .45rem; }

.lineup-section { padding: clamp(5rem, 10vw, 9rem) 0; }
.section-heading { margin-bottom: 3.5rem; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-index { margin: 0 0 1rem; color: var(--red); font: 700 .67rem var(--mono); letter-spacing: .13em; }
.section-heading h2, .watch-section h2, .sources-section h2 { margin: 0; text-transform: uppercase; font: 400 clamp(3rem, 6.5vw, 6rem)/.85 var(--display); letter-spacing: -.025em; }
h2 em { color: var(--red); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.source-stamp { max-width: 320px; text-align: right; }
.source-stamp .status { margin-left: auto; }
.source-stamp p { font-size: .73rem; color: var(--muted); line-height: 1.5; }
.lineup-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(290px, .75fr); gap: clamp(1rem, 3vw, 2.5rem); }
.formation { background: #222; color: white; padding: clamp(.8rem, 2vw, 1.5rem); }
.formation-meta { display: flex; justify-content: space-between; align-items: center; padding-bottom: .8rem; font: 700 .65rem var(--mono); color: #aaa; }
.formation-meta strong { color: white; font-size: .8rem; }
.pitch { position: relative; min-height: 690px; overflow: hidden; background: #131515; border: 1px solid #444; background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0 12.5%, transparent 12.5% 25%); }
.pitch::before { content: ""; position: absolute; inset: 3%; border: 1px solid #565958; }
.pitch::after { content: ""; position: absolute; width: 34%; height: 12%; border: 1px solid #565958; bottom: 3%; left: 33%; border-bottom: 0; }
.pitch-center { position: absolute; width: 130px; height: 130px; left: calc(50% - 65px); top: calc(50% - 65px); border: 1px solid #565958; border-radius: 50%; }
.pitch-center::after { content: ""; position: absolute; left: -300%; right: -300%; top: 50%; border-top: 1px solid #565958; }
.player { position: absolute; z-index: 2; width: 118px; text-align: center; transform: translate(-50%, -50%); }
.player span { display: grid; place-items: center; width: 32px; height: 32px; margin: 0 auto .35rem; background: var(--red); border: 2px solid #ff4b5f; border-radius: 50%; font: 700 .63rem var(--mono); box-shadow: 0 3px 15px #000; }
.player strong, .player small { display: block; }
.player strong { font-size: .78rem; text-transform: uppercase; }
.player small { color: #999; font-size: .62rem; margin-top: .15rem; }
.p-st { top: 12%; } .p-am { top: 32%; } .p-dm { top: 52%; } .p-def { top: 72%; } .p-gk { top: 89%; left: 50%; }
.p-left { left: 34%; } .p-right { left: 66%; } .p-wide-left { left: 14%; } .p-wide-right { left: 86%; }
.squad-sheet { background: white; border-top: 5px solid var(--ink); padding: 1rem 1.2rem; }
.sheet-head, .squad-list li { display: grid; grid-template-columns: 2.6rem 1fr auto; align-items: center; }
.sheet-head { grid-template-columns: 1fr auto; padding: .35rem 0 .8rem; border-bottom: 1px solid var(--ink); font: 700 .62rem var(--mono); text-transform: uppercase; color: var(--muted); }
.squad-list { margin: 0; padding: 0; list-style: none; }
.squad-list li { min-height: 45px; border-bottom: 1px solid #e5e2dc; }
.squad-list strong { font-size: .83rem; text-transform: uppercase; }
.squad-list small { color: var(--muted); font: .57rem var(--mono); text-transform: uppercase; }
.squad-no { color: var(--red); font: 700 .65rem var(--mono); }
.coach { display: flex; justify-content: space-between; margin: 1rem 0 0; font-size: .75rem; text-transform: uppercase; }
.coach span { color: var(--muted); font: .6rem var(--mono); }
.unavailable { margin-top: 1.2rem; padding: 1.2rem; border: 1px solid var(--line); display: grid; grid-template-columns: 52px minmax(190px, .8fr) minmax(260px, 1.4fr) auto; align-items: center; gap: 1.3rem; background: #e9e6df; }
.unavailable-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px dashed #999; color: #888; font-size: 1.4rem; }
.unavailable .section-index { margin-bottom: .3rem; color: var(--muted); }
.unavailable h3 { margin: 0; text-transform: uppercase; font: 1.25rem var(--display); }
.unavailable > p { margin: 0; color: #68645f; font-size: .75rem; line-height: 1.5; }

.briefing-section { background: white; padding: clamp(5rem, 10vw, 9rem) 0; }
.briefing-grid { display: grid; grid-template-columns: 1.25fr .75fr; border-top: 1px solid var(--ink); }
.briefing-grid article { position: relative; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 240px; }
.briefing-grid .lead-story { grid-row: span 2; min-height: 480px; display: flex; align-items: end; background: var(--ink); color: white; overflow: hidden; }
.lead-story::before { content: ""; position: absolute; width: 75%; aspect-ratio: 1; border: 1px solid #444; border-radius: 50%; top: -20%; right: -20%; }
.briefing-grid h3 { position: relative; margin: .5rem 0 .7rem; max-width: 520px; font: 400 clamp(1.7rem, 3vw, 2.8rem)/.95 var(--display); text-transform: uppercase; }
.briefing-grid p { position: relative; max-width: 540px; color: var(--muted); line-height: 1.55; font-size: .85rem; }
.lead-story p { color: #aaa; }
.story-number { position: absolute; top: 1.5rem; right: 1.5rem; font: 700 .65rem var(--mono); color: var(--red); }
.status-label { margin: 0 !important; color: var(--red) !important; font: 700 .62rem var(--mono) !important; letter-spacing: .1em; }
.status-secondary { color: #9b6500 !important; }

.watch-section { background: var(--red); color: white; }
.watch-shell { min-height: 430px; padding-top: clamp(4rem, 8vw, 7rem); padding-bottom: clamp(4rem, 8vw, 7rem); display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.section-index.light { color: white; opacity: .7; }
.watch-section h2 em { color: var(--ink); }
.watch-links { border-top: 1px solid rgba(255,255,255,.6); }
.watch-links a { display: flex; justify-content: space-between; align-items: center; min-height: 105px; padding: 1rem; border-bottom: 1px solid rgba(255,255,255,.6); text-decoration: none; }
.watch-links a:hover { background: white; color: var(--red); }
.watch-links small, .watch-links strong { display: block; }
.watch-links small { font: .6rem var(--mono); margin-bottom: .4rem; }
.watch-links strong { font: 400 1.7rem var(--display); text-transform: uppercase; }
.watch-links b { font-size: 1.8rem; }

.sources-section { padding: clamp(5rem, 10vw, 9rem) 0; }
.sources-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
.sources-intro { max-width: 410px; margin-top: 2rem; color: var(--muted); line-height: 1.55; font-size: .8rem; }
.source-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.source-list li { display: grid; grid-template-columns: 2rem 1fr auto; align-items: center; min-height: 74px; border-bottom: 1px solid var(--line); gap: .8rem; }
.source-list span, .source-list small { font: .6rem var(--mono); color: var(--muted); }
.source-list a { text-decoration: none; font-weight: 800; font-size: .82rem; text-transform: uppercase; }
.source-list a:hover { color: var(--red); }
.source-list b { color: var(--red); }

footer { background: var(--ink); color: white; }
.footer-shell { min-height: 150px; display: grid; grid-template-columns: 1fr 2fr auto; align-items: center; gap: 2rem; }
.footer-shell > p:not(.wordmark) { color: #777; font-size: .68rem; line-height: 1.5; max-width: 520px; }
.footer-shell > a { font: 700 .65rem var(--mono); text-transform: uppercase; }

@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(225,0,26,0); } 100% { box-shadow: 0 0 0 0 rgba(225,0,26,0); } }

@media (max-width: 900px) {
  .fixture-grid { grid-template-columns: 1fr 240px; gap: 2rem; }
  .lineup-layout { grid-template-columns: 1fr; }
  .squad-sheet { display: none; }
  .unavailable { grid-template-columns: 48px 1fr auto; }
  .unavailable > p { grid-column: 2 / -1; }
  .sources-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .nav-shell { gap: .8rem; }
  .nav-links { display: none; }
  .nav-state { margin-left: auto; }
  .hero { min-height: calc(100svh - 58px); }
  .hero-shell { justify-content: flex-start; }
  .signal-row .eyebrow { display: none; }
  .fixture-grid { grid-template-columns: 1fr; gap: 1.2rem; margin-block: 1.1rem; }
  h1 { font-size: clamp(3.45rem, 18vw, 5rem); }
  h1 .versus, h1 .opponent { margin-left: 0; }
  .match-clock { display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; align-items: center; align-self: stretch; padding-top: .55rem; }
  .match-clock time { font-size: 3.1rem; grid-row: 1 / 3; }
  .clock-label { grid-column: 2; }
  .countdown { grid-column: 2; margin: 0; }
  .venue { grid-column: 1 / -1; margin-top: .65rem; }
  .hero-actions { margin-top: auto; }
  .button-primary { flex: 1; }
  .button-ghost, .verification-note { display: none; }
  .ticker-track { justify-content: flex-start; }
  .ticker-track span:nth-of-type(n+3), .ticker-track i:nth-of-type(n+2) { display: none; }
  .split-heading { display: block; }
  .source-stamp { text-align: left; margin-top: 1.5rem; }
  .source-stamp .status { margin-left: 0; }
  .pitch { min-height: 610px; }
  .player { width: 96px; }
  .player strong { font-size: .67rem; }
  .unavailable { grid-template-columns: 44px 1fr; }
  .unavailable .status { grid-column: 1 / -1; }
  .unavailable > p { grid-column: 1 / -1; }
  .briefing-grid { grid-template-columns: 1fr; }
  .briefing-grid .lead-story { grid-row: auto; min-height: 340px; }
  .watch-shell { grid-template-columns: 1fr; }
  .footer-shell { grid-template-columns: 1fr; padding-block: 2.5rem; gap: .7rem; }
}

@media (max-width: 390px) {
  :root { --pad: .9rem; }
  .wordmark { font-size: .68rem; }
  .issue { font-size: .58rem; }
  h1 { font-size: 16.5vw; }
  .match-clock time { font-size: 2.75rem; }
  .pitch { min-height: 560px; }
  .player { width: 82px; }
  .player strong { font-size: .61rem; }
  .player small { font-size: .55rem; }
  .p-wide-left { left: 15%; } .p-wide-right { left: 85%; }
  .source-list li { grid-template-columns: 1.5rem 1fr; padding-block: .7rem; }
  .source-list small { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
