:root {
  --black: #070707;
  --ink: #111111;
  --paper: #f3f1ec;
  --white: #ffffff;
  --red: #e21b2d;
  --chrome: #b8bcc2;
  --blue: #0d3f8a;
  --muted: #a5a5a5;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); }
img, video { display: block; width: 100%; }
a { color: inherit; }

.reading-progress { position: fixed; z-index: 100; left: 0; top: 0; width: 100%; height: 3px; background: transparent; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--red); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 24px 4vw; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.25); }
.wordmark { text-decoration: none; display: inline-flex; flex-direction: column; line-height: 1; }
.wordmark-main { font-family: var(--display); font-size: clamp(1.4rem, 2.3vw, 2rem); font-style: italic; letter-spacing: .025em; }
.wordmark-main::after { content: ""; display: inline-block; width: 10px; height: 10px; margin-left: 8px; background: var(--red); transform: skew(-16deg); }
.wordmark-tag { margin-top: 5px; font-size: .58rem; letter-spacing: .2em; color: #d6d6d6; }
.site-header nav { display: flex; gap: 28px; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.site-header nav a { text-decoration: none; border-bottom: 2px solid transparent; padding-bottom: 4px; }
.site-header nav a:hover, .site-header nav a:focus-visible { border-color: var(--red); }

.hero { position: relative; min-height: 92svh; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: #030303; }
.hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.48) 52%, rgba(0,0,0,.14) 100%), linear-gradient(0deg, #070707 0%, transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(1040px, 92vw); padding: 170px 0 72px 5vw; }
.eyebrow { display: flex; align-items: center; gap: 16px; color: #e5e5e5; text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; font-weight: 800; }
.eyebrow span:first-child { padding: 7px 10px; color: var(--white); background: var(--red); transform: skew(-7deg); }
.hero h1 { max-width: 980px; margin: 20px 0 18px; font-family: var(--display); font-size: clamp(4.4rem, 10.5vw, 10rem); line-height: .82; letter-spacing: -.025em; text-transform: uppercase; font-style: italic; text-wrap: balance; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.5px var(--white); }
.dek { max-width: 800px; margin: 0 0 22px; color: #e7e7e7; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.45; }
.byline { display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center; color: #c7c7c7; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.byline strong { color: var(--white); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-actions a { min-width: 160px; padding: 13px 20px; text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 900; }
.primary-action { background: var(--red); color: var(--white); }
.secondary-action { border: 1px solid rgba(255,255,255,.65); }
.video-toggle { position: absolute; z-index: 3; right: 3vw; bottom: 28px; padding: 9px 12px; color: #d7d7d7; background: rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.35); font: 700 .7rem var(--body); text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }

.scoreboard { position: relative; z-index: 4; width: min(1100px, 92vw); margin: -1px auto 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--white); background: var(--black); border-top: 5px solid var(--red); box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.score-team { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 5px 20px; padding: 24px 34px; }
.score-team:last-child { grid-template-columns: auto 1fr; text-align: right; }
.score-team strong { grid-row: 1 / span 2; font: italic 4.4rem/.8 var(--display); }
.team-location { font: italic clamp(1.25rem, 2.5vw, 2rem)/1 var(--display); text-transform: uppercase; letter-spacing: .03em; }
.record { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.score-winner .team-location { color: #fff; }
.score-status { align-self: stretch; display: flex; min-width: 118px; flex-direction: column; justify-content: center; align-items: center; gap: 5px; padding: 10px 18px; border-left: 1px solid #333; border-right: 1px solid #333; text-align: center; text-transform: uppercase; }
.score-status span { color: var(--red); font: italic 1.4rem var(--display); }
.score-status b { color: #aaa; font-size: .58rem; letter-spacing: .11em; }

.story { display: grid; grid-template-columns: minmax(180px, 260px) minmax(0, 720px); gap: clamp(40px, 8vw, 110px); width: min(1080px, 90vw); margin: 110px auto; }
.story-rail { align-self: start; padding-top: 14px; border-top: 4px solid var(--ink); }
.story-rail span { font-size: .7rem; font-weight: 900; letter-spacing: .16em; }
.story-rail p { font-family: var(--serif); font-size: 1.15rem; line-height: 1.5; }
.story-rail.accent { border-color: var(--red); }
.story-copy { font-family: var(--serif); font-size: clamp(1.1rem, 1.7vw, 1.28rem); line-height: 1.78; }
.story-copy p { margin: 0 0 1.4em; }
.story-copy .lead { font-size: clamp(1.35rem, 2.2vw, 1.8rem); line-height: 1.55; }
.story-copy .lead::first-letter { float: left; margin: .09em .1em 0 0; color: var(--red); font: 6.5rem/.72 var(--display); }
.story-copy h2 { margin: 0 0 25px; font: italic clamp(3rem, 6vw, 5rem)/.95 var(--display); text-transform: uppercase; }
blockquote { margin: 52px -80px 52px 0; padding: 28px 32px; color: var(--white); background: var(--ink); border-left: 8px solid var(--red); font: italic clamp(1.35rem, 2.2vw, 1.75rem)/1.4 var(--serif); }
blockquote span { display: block; margin-bottom: 8px; color: var(--red); font: 800 .67rem var(--body); text-transform: uppercase; letter-spacing: .16em; }

.full-photo { margin: 0; background: var(--black); }
.full-photo img { width: 100%; max-height: 82svh; object-fit: cover; }
.full-photo figcaption { display: flex; flex-wrap: wrap; gap: 10px; padding: 14px 4vw 24px; color: #bdbdbd; font-size: .78rem; line-height: 1.5; }
.full-photo figcaption span { color: var(--white); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }

.numbers { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0 4vw; color: var(--white); background: var(--blue); }
.numbers div { padding: 34px 18px; border-right: 1px solid rgba(255,255,255,.24); text-align: center; }
.numbers div:last-child { border: 0; }
.numbers strong { display: block; font: italic clamp(2.7rem, 5vw, 5rem)/1 var(--display); }
.numbers span { font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.film-section { padding: 100px 5vw; color: var(--white); background: var(--black); }
.section-heading { width: min(1100px, 100%); margin: 0 auto 48px; }
.section-heading > span, .kicker { color: var(--red); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.section-heading h2 { margin: 8px 0; font: italic clamp(3.5rem, 7vw, 7rem)/.92 var(--display); text-transform: uppercase; }
.section-heading p { max-width: 600px; color: #aaa; }
.film-grid { width: min(1060px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(280px, 480px) 1fr; gap: clamp(38px, 7vw, 90px); align-items: center; }
.film-frame { padding: 12px; background: #151515; border: 1px solid #2d2d2d; box-shadow: 24px 24px 0 var(--red); }
.film-frame video { max-height: 76svh; background: #000; object-fit: contain; }
.film-label { display: inline-block; margin-bottom: 14px; padding-bottom: 6px; border-bottom: 3px solid var(--red); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.film-note h3 { margin: 0 0 18px; font: italic clamp(2.6rem, 5vw, 5.2rem)/.92 var(--display); text-transform: uppercase; }
.film-note p { color: #c6c6c6; font-family: var(--serif); font-size: 1.08rem; line-height: 1.7; }

.gallery { padding: 100px 4vw; background: #dedbd4; }
.section-heading.compact { width: min(1180px, 100%); }
.section-heading.compact h2 { color: var(--ink); font-size: clamp(3rem, 6vw, 5.7rem); }
.gallery-motion { width: min(1180px, 100%); margin: 0 auto 18px; background: var(--black); }
.gallery-motion video { max-height: 72svh; object-fit: cover; }
.gallery-motion figcaption { padding: 10px 14px 14px; color: #bdbdbd; font-size: .72rem; }
.gallery-grid { width: min(1180px, 100%); margin: auto; display: grid; grid-template-columns: 1.5fr 1fr; gap: 18px; }
.gallery-grid figure { margin: 0; background: var(--black); }
.gallery-grid .gallery-wide { grid-row: span 2; }
.gallery-grid img { height: 100%; min-height: 340px; object-fit: cover; }
.gallery-grid figure:not(.gallery-wide) img { height: 300px; }
.gallery-grid figcaption { padding: 10px 14px 14px; color: #bdbdbd; font-size: .72rem; }

.postgame { display: grid; grid-template-columns: 1fr minmax(300px, 520px); gap: clamp(45px, 8vw, 110px); align-items: center; padding: 100px max(5vw, calc((100vw - 1180px) / 2)); color: var(--white); background: linear-gradient(135deg, #102f66, #07162f 65%); }
.postgame-copy h2 { margin: 10px 0 20px; font: italic clamp(3rem, 6vw, 6rem)/.9 var(--display); text-transform: uppercase; }
.postgame-copy > p { color: #c9d5e7; font-family: var(--serif); font-size: 1.08rem; line-height: 1.65; }
.player-line { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.25); font-size: .82rem; }
.player-line span { color: #bac5d7; }
.press-video { padding: 10px; background: rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.25); }
.press-video video { max-height: 76svh; background: #000; object-fit: contain; }

.closing { padding: 110px 5vw; text-align: center; background: var(--red); color: var(--white); }
.closing-label { font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
.closing h2 { max-width: 1000px; margin: 14px auto 28px; font: italic clamp(3.5rem, 8vw, 8rem)/.86 var(--display); text-transform: uppercase; }
.closing p { max-width: 760px; margin: 0 auto 16px; font-family: var(--serif); font-size: 1.15rem; line-height: 1.7; }

.source-note { display: flex; justify-content: space-between; gap: 30px; padding: 24px 4vw; color: #999; background: var(--black); border-bottom: 1px solid #252525; font-size: .72rem; }
.source-note p { margin: 0; }
.source-note a { color: var(--white); font-weight: 800; }
footer { padding: 70px 5vw; color: var(--white); background: var(--black); text-align: center; }
.footer-mark { font: italic clamp(2.7rem, 7vw, 6rem)/1 var(--display); }
footer > p { color: #aaa; }
.copyright { margin-top: 44px; font-size: .7rem; }

@media (max-width: 820px) {
  .site-header nav { display: none; }
  .site-header { padding: 18px 5vw; }
  .hero { min-height: 88svh; }
  .hero-content { padding: 135px 5vw 78px; }
  .hero h1 { font-size: clamp(4rem, 18vw, 7.4rem); }
  .video-toggle { bottom: 18px; }
  .scoreboard { width: 100%; grid-template-columns: 1fr 72px 1fr; }
  .score-team { display: flex; flex-direction: column; gap: 6px; padding: 20px 16px; }
  .score-team:last-child { flex-direction: column; text-align: right; align-items: flex-end; }
  .score-team strong { order: 2; font-size: 3.4rem; }
  .score-team .record { order: 3; }
  .score-status { min-width: auto; padding: 8px; }
  .score-status b { display: none; }
  .story { grid-template-columns: 1fr; gap: 35px; margin: 75px auto; }
  .story-rail { max-width: 370px; }
  blockquote { margin: 40px 0; }
  .numbers { grid-template-columns: repeat(2, 1fr); }
  .numbers div { border-bottom: 1px solid rgba(255,255,255,.24); }
  .numbers div:last-child { grid-column: 1 / -1; }
  .film-grid, .postgame { grid-template-columns: 1fr; }
  .film-note { order: -1; }
  .film-frame { box-shadow: 12px 12px 0 var(--red); }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid .gallery-wide { grid-row: auto; }
  .gallery-grid img, .gallery-grid figure:not(.gallery-wide) img { height: auto; min-height: 0; }
  .source-note { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video { display: none; }
  .hero { background: url("assets/stadium-aerial-main.jpeg") center/cover no-repeat; }
}
