:root {
  --ink: #25212b;
  --paper: #fbfaf6;
  --white: #fff;
  --cream: #fff2bd;
  --yellow: #f6cf52;
  --purple: #8d79ad;
  --purple-light: #ded4ee;
  --purple-pale: #f3eef9;
  --muted: #6e6874;
  --line: #d9d4ce;
  --green: #376956;
  --max: 1440px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.5; overflow-x: hidden; }
body:has(dialog[open]) { overflow: hidden; }
button, input, select { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, select { cursor: pointer; }
:focus-visible { outline: 3px solid var(--purple); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; transform: translateY(-200%); padding: .7rem 1rem; background: var(--white); border: 2px solid var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; height: 4.75rem; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); color: var(--white); transition: background .25s ease, color .25s ease, border-color .25s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(251,250,246,.96); color: var(--ink); border-color: var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; font-weight: 900; }
.brand-mark { width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); font-family: Georgia, serif; font-size: .85rem; }
.site-nav { display: flex; gap: clamp(1rem, 3vw, 2.75rem); font-size: .77rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.site-nav a { text-decoration: none; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -.35rem; width: 100%; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; color: inherit; background: none; border: 0; font-weight: 800; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; padding: 8rem var(--pad) 4rem; color: var(--white); background: #211e27; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(27,24,32,.99) 0%, rgba(27,24,32,.94) 50%, rgba(27,24,32,.48) 100%), url("/assets/brackets/T09_2026_winners_and_finals.jpeg") center right / cover no-repeat; filter: saturate(.3) contrast(1.1); transform: scale(1.03); animation: hero-drift 10s ease-out both; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(0deg, rgba(27,24,32,.7), transparent 55%), radial-gradient(circle at 75% 40%, transparent 0 14%, rgba(246,207,82,.08) 14.2% 15%, transparent 15.2%); }
.hero-art { position: absolute; right: 8vw; top: 17%; z-index: -1; width: clamp(16rem, 31vw, 32rem); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 2rem rgba(141,121,173,.08), 0 0 0 5rem rgba(246,207,82,.05); }
.hero-lines { position: absolute; inset: 0; z-index: -1; opacity: .55; background: linear-gradient(90deg, transparent 71%, var(--purple) 71% 71.1%, transparent 71.1%), linear-gradient(0deg, transparent 28%, var(--purple) 28% 28.1%, transparent 28.1%); clip-path: polygon(62% 0,100% 0,100% 100%,75% 100%); }
.hero-cup { position: absolute; right: clamp(1rem,4vw,4rem); bottom: -2rem; z-index: -1; width: clamp(24rem,35vw,34rem); height: auto; max-height: 88%; object-fit: contain; pointer-events: none; filter: drop-shadow(0 2rem 2.5rem rgba(0,0,0,.42)); animation: cup-rise .9s cubic-bezier(.2,.75,.2,1) both; }
.hero-copy { position: relative; z-index: 1; max-width: min(64vw,52rem); }
.eyebrow { margin: 0 0 1rem; color: var(--purple); font-size: .74rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow { color: var(--yellow); }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(5.2rem, 13vw, 12.5rem); line-height: .72; letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }
.hero h1 span { display: block; margin: 0 0 .28em .08em; font-family: var(--body); font-size: .12em; letter-spacing: .28em; }
.hero-deck { max-width: 38rem; margin: 2rem 0 0; font-size: clamp(1rem, 1.6vw, 1.35rem); color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem 2rem; margin-top: 2.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: .85rem 1.3rem; border: 2px solid currentColor; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; font-size: .74rem; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translate(-3px,-3px); box-shadow: 4px 4px 0 currentColor; }
.button-primary { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.text-link { font-weight: 800; text-underline-offset: .3rem; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translate(.2rem,.2rem); }
.champion-lockup { position: absolute; top: 22%; right: var(--pad); display: grid; justify-items: end; text-align: right; text-transform: uppercase; }
.champion-lockup p { margin: 0; color: var(--yellow); font-size: .69rem; font-weight: 900; letter-spacing: .18em; }
.champion-lockup strong { position: relative; font-family: var(--display); font-size: clamp(4.5rem, 8vw, 8rem); line-height: .9; }
.champion-lockup span { margin-top: .4rem; font-weight: 800; letter-spacing: .16em; }
.review-mark { display: inline-grid; place-items: center; width: 1.25em; height: 1.25em; margin-left: .08em; border-radius: 50%; background: var(--yellow); color: var(--ink); font: 900 clamp(.72rem,.28em,2.25rem)/1 var(--body); vertical-align: top; transform: translateY(-.04em); box-shadow: 0 0 0 2px rgba(37,33,43,.28); }
.champion-lockup .review-mark { position: absolute; top: -.08em; right: -.72em; }
.champion-lockup .review-mark, .final-score .review-mark { color: var(--ink); }
.hero-stamp { position: absolute; right: -2rem; bottom: 1rem; transform: rotate(-6deg); color: rgba(255,255,255,.17); font-family: var(--display); font-size: clamp(2rem, 5vw, 5rem); letter-spacing: .03em; }

.scoreboard { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); display: grid; grid-template-columns: repeat(4,1fr); background: var(--yellow); }
.scoreboard div { padding: 2rem clamp(1rem,2vw,2rem); border-right: 1px solid rgba(37,33,43,.25); }
.scoreboard div:last-child { border: 0; }
.scoreboard strong { display: block; font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5.25rem); line-height: .9; }
.scoreboard span { display: block; margin-top: .6rem; font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.section-pad { width: min(100%, var(--max)); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) var(--pad); }
.intro { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(2rem, 7vw, 8rem); align-items: end; }
.intro h2, .section-heading h2, .season-head h2, .closing h2 { margin: 0; font-family: var(--display); font-size: clamp(3.3rem, 7vw, 7.5rem); line-height: .92; letter-spacing: -.02em; text-transform: uppercase; }
.intro-copy { max-width: 37rem; font-size: 1.06rem; }
.data-note { padding: 1rem 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
.data-note span { color: var(--purple); font-weight: 900; }

.season { background: var(--white); }
.section-kicker { display: flex; align-items: center; gap: 1rem; margin-bottom: 2.2rem; }
.section-kicker::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.section-kicker span { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: var(--ink); color: var(--yellow); font-weight: 900; font-size: .72rem; }
.section-kicker p { margin: 0; color: var(--muted); font-size: .69rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.season-head, .section-heading { display: grid; grid-template-columns: 1.45fr .7fr; gap: clamp(2rem,6vw,7rem); align-items: end; }
.season-head > p, .section-heading > p { margin: 0 0 .5rem; max-width: 29rem; color: var(--muted); }
.final-score { margin: clamp(3rem,6vw,6rem) 0 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: clamp(1.5rem,4vw,4rem); background: var(--ink); color: var(--white); overflow: hidden; position: relative; }
.final-score::before { content: "2026"; position: absolute; right: -1rem; bottom: -3rem; color: rgba(255,255,255,.055); font-family: var(--display); font-size: 14rem; line-height: 1; }
.final-score > div { display: grid; position: relative; z-index: 1; }
.final-score span { color: var(--yellow); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.final-score strong { font-family: var(--display); font-size: clamp(4rem,8vw,8rem); line-height: 1; text-transform: uppercase; }
.final-score b { font-size: 1rem; letter-spacing: .12em; }
.runner-up { text-align: right; }
.versus { color: var(--purple-light) !important; padding: 1rem; }
.review-note { margin: .9rem 0 clamp(3rem,6vw,6rem); padding: .8rem 1rem; border-left: 4px solid var(--purple); background: var(--purple-pale); color: var(--muted); font-size: .82rem; line-height: 1.5; }
.review-note > span { color: var(--purple); font-weight: 900; }
.player-review-note { margin: 1rem 0 1.5rem; }
.season-grid { display: grid; grid-template-columns: 1.6fr .7fr; gap: clamp(2rem,5vw,6rem); }
.subhead { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.subhead h3 { margin: 0; font-size: 1.2rem; }
.subhead > span, .subhead label { color: var(--muted); font-size: .76rem; font-weight: 700; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; }
th { color: var(--muted); font-size: .67rem; letter-spacing: .12em; text-align: left; text-transform: uppercase; }
th, td { padding: .85rem .65rem; border-bottom: 1px solid var(--line); white-space: nowrap; }
tbody tr { transition: background .16s ease; }
tbody tr:hover { background: var(--purple-pale); }
.finish-table td:first-child { width: 3rem; font-family: var(--display); font-size: 1.45rem; }
.player-button { appearance: none; border: 0; padding: 0; background: none; color: inherit; font-weight: 900; text-decoration: underline; text-decoration-color: var(--purple-light); text-underline-offset: .2rem; }
.season-aside { align-self: start; padding: 1.75rem 0; border-top: 6px solid var(--yellow); border-bottom: 1px solid var(--line); }
.big-number { display: block; color: var(--purple); font-family: var(--display); font-size: clamp(4rem,7vw,7rem); line-height: .9; }
.season-aside h3 { margin: .8rem 0; font-size: 1.45rem; }
.season-aside p { color: var(--muted); }
.bracket-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: clamp(4rem,7vw,7rem); }
.bracket-figure { margin: 0; min-width: 0; }
.bracket-figure figcaption { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .8rem; }
.bracket-figure figcaption span { color: var(--purple); font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.bracket-figure figcaption strong { font-size: .85rem; }
.bracket-button { position: relative; display: block; width: 100%; height: clamp(18rem,36vw,34rem); padding: 0; overflow: hidden; border: 1px solid var(--line); background: var(--cream); }
.bracket-button img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.bracket-button span { position: absolute; right: 1rem; bottom: 1rem; padding: .55rem .75rem; background: var(--ink); color: var(--white); font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bracket-button:hover img { transform: scale(1.025); }

.records { background: var(--cream); }
.records-controls { display: flex; justify-content: flex-end; gap: 1rem; margin: 3rem 0 1rem; }
.records-controls label { display: grid; gap: .35rem; color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
input, select { min-height: 2.8rem; padding: .65rem .75rem; border: 1px solid var(--ink); border-radius: 0; background: var(--white); color: var(--ink); }
input { min-width: min(19rem, 45vw); }
.records-table-wrap { background: var(--white); border-top: 4px solid var(--ink); }
.records-table th, .records-table td { padding: 1rem clamp(.7rem,2vw,1.5rem); }
.records-table td:first-child { font-size: 1.05rem; }
.records-table td:nth-child(n+2), .records-table th:nth-child(n+2) { text-align: right; }
.table-footnote { margin: 1rem 0 0; color: var(--muted); font-size: .78rem; }
.chart-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 5rem; }
.chart-pair figure { margin: 0; padding: 1rem; background: var(--white); border: 1px solid rgba(37,33,43,.15); }
.chart-pair figcaption { display: flex; justify-content: space-between; gap: 1rem; padding: .3rem .25rem 1rem; font-weight: 900; }
.chart-pair small { color: var(--muted); font-weight: 700; }
.chart-pair img { width: 100%; }

.head-to-head { background: var(--ink); color: var(--white); }
.head-to-head .section-kicker::after { background: rgba(255,255,255,.18); }
.head-to-head .section-kicker span { background: var(--yellow); color: var(--ink); }
.head-to-head .eyebrow { color: var(--yellow); }
.head-to-head .section-heading > p { color: rgba(255,255,255,.6); }
.matchup-picker { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 1.5rem; margin-top: 4rem; }
.matchup-picker label { display: grid; gap: .55rem; }
.matchup-picker label span { color: var(--purple-light); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.matchup-picker select { width: 100%; min-height: 4.5rem; border: 0; border-bottom: 3px solid var(--yellow); background: transparent; color: var(--white); font-family: var(--display); font-size: clamp(2.2rem,5vw,5rem); text-transform: uppercase; }
.matchup-picker select option { background: var(--ink); font-family: var(--body); font-size: 1rem; }
.matchup-vs { padding-bottom: 1.1rem; color: var(--purple-light); font-family: Georgia, serif; font-style: italic; }
.matchup-result { min-height: 13rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 2.5rem clamp(1rem,4vw,4rem); border-bottom: 1px solid rgba(255,255,255,.18); }
.matchup-result .player-score { display: grid; }
.matchup-result .player-score:last-child { text-align: right; }
.matchup-result strong { font-family: var(--display); font-size: clamp(5rem,11vw,11rem); line-height: .8; color: var(--yellow); }
.matchup-result b { font-size: clamp(1.1rem,2vw,1.5rem); }
.matchup-result .total { color: rgba(255,255,255,.6); font-size: .8rem; font-weight: 800; text-align: center; }
.opponent-browser { margin-top: 5rem; }
.opponent-browser select { min-height: 2.35rem; margin-left: .5rem; }
.opponent-table th, .opponent-table td { border-color: rgba(255,255,255,.16); }
.opponent-table th:nth-child(n+2), .opponent-table td:nth-child(n+2) { text-align: right; }
.opponent-table tbody tr:hover { background: rgba(255,255,255,.06); }
.outcome-win { color: #a6dfbd; }
.outcome-loss { color: #ffadad; }
.outcome-even { color: var(--yellow); }
.matrix-wrap { margin-top: 4rem; border-top: 1px solid rgba(255,255,255,.18); }
.matrix-wrap summary { display: flex; justify-content: space-between; padding: 1.4rem 0; font-weight: 900; cursor: pointer; }
.matrix-wrap summary::-webkit-details-marker { display: none; }
.matrix-wrap[open] summary span { transform: rotate(45deg); }
.matrix-wrap > p { color: rgba(255,255,255,.6); font-size: .8rem; }
.matrix-scroll { max-height: 70vh; overflow: auto; }
.h2h-matrix { min-width: 1100px; font-size: .68rem; }
.h2h-matrix th, .h2h-matrix td { padding: .55rem; border: 1px solid rgba(255,255,255,.13); text-align: center; }
.h2h-matrix thead th { position: sticky; top: 0; z-index: 2; background: var(--ink); writing-mode: vertical-rl; transform: rotate(180deg); height: 5rem; }
.h2h-matrix tbody th { position: sticky; left: 0; z-index: 1; background: var(--ink); text-align: left; }
.h2h-matrix .self { color: rgba(255,255,255,.2); }

.history { background: var(--paper); }
.timeline { list-style: none; margin: 5rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ink); }
.timeline li { min-height: 14rem; padding: 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.timeline li:nth-child(4n) { border-right: 0; }
.timeline .year { display: block; font-family: var(--display); font-size: 2rem; }
.timeline .champion { display: block; margin-top: 2.5rem; font-size: 1.25rem; font-weight: 900; }
.timeline .runner { display: block; color: var(--muted); font-size: .76rem; }
.timeline .status { position: absolute; right: .9rem; top: .9rem; color: var(--purple); font-size: .6rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.timeline .cancelled { background: repeating-linear-gradient(-45deg, var(--purple-pale), var(--purple-pale) 10px, var(--paper) 10px, var(--paper) 20px); }
.archive-head { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; margin: 7rem 0 2rem; }
.archive-head h3 { margin: 0; font-family: var(--display); font-size: clamp(2.8rem,5vw,5rem); text-transform: uppercase; }
.archive-head > p { color: var(--muted); max-width: 32rem; }
.archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.archive-card { min-width: 0; padding: 1rem; background: var(--white); border: 1px solid var(--line); }
.archive-card header { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.archive-card h4 { margin: 0; font-size: 1rem; }
.archive-card header span { color: var(--purple); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.archive-images { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.archive-images button { height: 12rem; padding: 0; border: 0; background: var(--cream); overflow: hidden; }
.archive-images img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.archive-images button:hover img { transform: scale(1.04); }
.archive-card p { margin-bottom: 0; color: var(--muted); font-size: .7rem; }

.closing { text-align: center; background: var(--yellow); }
.closing .eyebrow { color: var(--ink); }
.closing h2 { font-size: clamp(4rem,9vw,9rem); }
.closing .button { margin-top: 2.5rem; background: var(--ink); color: var(--white); border-color: var(--ink); }
.closing-note { margin: 2rem 0 0; font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.site-footer { display: grid; grid-template-columns: 1fr 2fr auto; gap: 2rem; align-items: center; padding: 2rem var(--pad); background: var(--ink); color: rgba(255,255,255,.65); font-size: .72rem; }
.site-footer span { color: var(--white); font-weight: 900; text-transform: uppercase; }
.site-footer p { margin: 0; text-align: center; }
.site-footer a { color: var(--yellow); }

dialog { width: min(94vw, 1200px); max-height: 92vh; padding: 3.5rem 1rem 1rem; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 1rem 5rem rgba(0,0,0,.45); }
dialog::backdrop { background: rgba(20,17,24,.82); backdrop-filter: blur(6px); }
.dialog-close { position: absolute; top: .8rem; right: .8rem; border: 0; background: var(--ink); color: var(--white); padding: .55rem .75rem; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.lightbox img { width: 100%; max-height: calc(92vh - 5rem); object-fit: contain; }
.player-dialog { width: min(92vw, 760px); padding: clamp(2rem,5vw,4rem); }
.player-dialog .eyebrow { color: var(--purple); }
.player-dialog h2 { margin: 0; font-family: var(--display); font-size: clamp(4rem,8vw,7rem); line-height: .9; text-transform: uppercase; }
.player-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 2rem 0; background: var(--line); border: 1px solid var(--line); }
.player-summary div { padding: 1rem; background: var(--white); }
.player-summary strong { display: block; font-family: var(--display); font-size: 2.4rem; }
.player-summary span { color: var(--muted); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.player-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.player-columns h3 { border-bottom: 2px solid var(--yellow); padding-bottom: .5rem; }
.player-columns ul { margin: 0; padding: 0; list-style: none; }
.player-columns li { display: flex; justify-content: space-between; padding: .45rem 0; border-bottom: 1px solid var(--line); font-size: .85rem; }
.noscript { position: fixed; z-index: 50; bottom: 0; width: 100%; margin: 0; padding: 1rem; background: #b72929; color: white; text-align: center; }

.reveal { opacity: 0; transform: translateY(1.5rem); transition: opacity .65s ease, transform .65s ease; }
.reveal[data-delay="1"] { transition-delay: .15s; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes hero-drift { from { transform: scale(1.1); } to { transform: scale(1.03); } }
@keyframes cup-rise { from { opacity: 0; transform: translateY(2rem) rotate(1deg); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .scoreboard { grid-template-columns: repeat(2,1fr); }
  .scoreboard div:nth-child(2) { border-right: 0; }
  .scoreboard div:nth-child(-n+2) { border-bottom: 1px solid rgba(37,33,43,.25); }
  .intro, .season-head, .section-heading, .season-grid, .archive-head { grid-template-columns: 1fr; }
  .bracket-gallery, .chart-pair { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: repeat(2,1fr); }
  .timeline li:nth-child(4n) { border-right: 1px solid var(--line); }
  .timeline li:nth-child(2n) { border-right: 0; }
  .archive-grid { grid-template-columns: repeat(2,1fr); }
  .champion-lockup { top: 18%; }
  .hero-cup { right: -3rem; width: clamp(18rem,38vw,22rem); }
  .hero-copy { max-width: 68vw; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
}

@media (max-width: 680px) {
  .site-header { height: 4rem; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 4rem; left: 0; width: 100%; display: none; flex-direction: column; gap: 0; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 1rem var(--pad); border-top: 1px solid var(--line); }
  .hero { min-height: 52rem; align-items: end; padding-top: 23rem; }
  .hero::before { background: radial-gradient(circle at 74% 20%, rgba(141,121,173,.2), transparent 30%), linear-gradient(160deg, #211e27 0%, #17141c 100%); filter: none; }
  .hero h1 { font-size: clamp(4.3rem,24vw,7rem); }
  .hero-deck { font-size: 1rem; }
  .champion-lockup { display: grid; top: 5.25rem; right: auto; left: var(--pad); z-index: 1; width: 8.5rem; justify-items: start; text-align: left; text-shadow: 0 2px 12px rgba(0,0,0,.78); }
  .champion-lockup p { max-width: 7rem; font-size: .6rem; line-height: 1.35; }
  .champion-lockup strong { font-size: 3.15rem; }
  .champion-lockup span { font-size: .65rem; }
  .hero-art { top: 5rem; right: -4rem; width: 18rem; }
  .hero-cup { top: 3.75rem; right: -.75rem; bottom: auto; width: min(19rem,80vw); max-height: none; }
  .hero-copy { max-width: none; }
  .scoreboard { margin: 0; padding: 0; }
  .scoreboard div { padding: 1.35rem 1rem; }
  .scoreboard strong { font-size: 2.7rem; }
  .intro h2, .section-heading h2, .season-head h2 { font-size: clamp(3rem,16vw,5rem); }
  .final-score { grid-template-columns: 1fr; gap: .8rem; }
  .final-score .versus { padding: 0; }
  .final-score .runner-up { text-align: left; }
  .final-score strong { font-size: 4.5rem; }
  .records-controls { justify-content: stretch; flex-direction: column; }
  input { min-width: 100%; }
  .matchup-picker { grid-template-columns: 1fr; gap: .6rem; }
  .matchup-vs { padding: 0; }
  .matchup-picker select { min-height: 3.5rem; font-size: 2.8rem; }
  .matchup-result { min-height: 10rem; padding-inline: 0; }
  .matchup-result strong { font-size: 5rem; }
  .subhead { align-items: start; flex-direction: column; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .timeline li { min-height: 12rem; padding: .8rem; }
  .timeline .champion { margin-top: 1.8rem; }
  .archive-grid { grid-template-columns: 1fr; }
  .archive-images button { height: 10rem; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .player-summary { grid-template-columns: 1fr 1fr 1fr; }
  .player-columns { grid-template-columns: 1fr; }
}

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