:root {
  --navy: #0a0a0b;
  --blue: #0755ee;
  --red: #d50918;
  --ink: #101114;
  --green: #0f6a44;
  --grass: #14734c;
  --paper: #f4f1e9;
  --white: #ffffff;
  --line: #c9d1d8;
  --muted: #5d6d7b;
  --yellow: #ffd84a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }
.shell { width: min(1440px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 12px; top: -80px; padding: 12px 18px; color: white; background: var(--red); }
.skip-link:focus { top: 12px; }
.eyebrow { margin: 0; font: 900 12px/1.2 "Courier New", monospace; letter-spacing: .11em; text-transform: uppercase; }

.scoreline { color: white; background: var(--red); }
.scoreline-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font: 800 11px/1.2 "Courier New", monospace; letter-spacing: .08em; text-transform: uppercase; }
.site-header { position: sticky; z-index: 30; top: 0; color: white; background: rgba(7, 26, 49, .97); border-bottom: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.wordmark { display: inline-flex; align-items: baseline; text-decoration: none; white-space: nowrap; font-size: clamp(22px, 2vw, 31px); line-height: 1; letter-spacing: -.05em; }
.wordmark span { font-weight: 950; }
.wordmark strong { margin-left: .22em; color: var(--red); font-weight: 950; }
.primary-nav { display: flex; justify-content: center; gap: clamp(16px, 2.5vw, 38px); }
.primary-nav a { padding: 30px 0 26px; border-bottom: 4px solid transparent; text-decoration: none; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.primary-nav a:hover, .primary-nav a:focus-visible { border-color: var(--red); }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.55); padding: 10px 13px; background: transparent; color: white; font-weight: 900; text-transform: uppercase; }
.mobile-nav { display: none; padding: 8px 24px 20px; border-top: 1px solid rgba(255,255,255,.15); }
.mobile-nav a { display: block; padding: 13px 0; color: white; text-decoration: none; font-weight: 800; }

.hero { overflow: hidden; color: white; background: var(--navy); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr); gap: clamp(40px, 7vw, 110px); align-items: center; padding-block: 68px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .eyebrow { color: #81b0ff; }
.hero h1 { margin: 17px 0 24px; font-size: clamp(65px, 8vw, 126px); line-height: .79; letter-spacing: -.085em; text-transform: uppercase; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-lede { max-width: 650px; margin: 0; color: #e3ebf4; font-size: clamp(20px, 2vw, 29px); line-height: 1.28; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border: 2px solid currentColor; text-decoration: none; font-size: 12px; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.button-primary { color: white; background: var(--red); border-color: var(--red); }
.button-primary:hover, .button-primary:focus-visible { color: var(--navy); background: white; border-color: white; }
.button-secondary { color: white; background: transparent; border-color: rgba(255,255,255,.55); }
.button-secondary:hover, .button-secondary:focus-visible { border-color: white; }
.hero-note { margin: 18px 0 0; color: #9fb0c1; font: 700 11px/1.4 "Courier New", monospace; text-transform: uppercase; }
.hero-board { position: relative; padding: 16px; border: 1px solid rgba(255,255,255,.27); background: #0b2548; transform: rotate(1.25deg); box-shadow: 18px 18px 0 #041225; }
.board-topline { display: flex; justify-content: space-between; padding: 2px 3px 13px; color: #9cc0ff; font: 900 11px/1 "Courier New", monospace; letter-spacing: .1em; }
.hero-pitch { position: relative; overflow: hidden; aspect-ratio: 1.55; border: 3px solid rgba(255,255,255,.87); background: repeating-linear-gradient(90deg,#166f4a 0,#166f4a 12.5%,#126441 12.5%,#126441 25%); }
.hero-pitch::before { content: ""; position: absolute; inset: 0 50% 0 auto; width: 2px; background: rgba(255,255,255,.75); }
.pitch-center { position: absolute; left: 50%; top: 50%; width: 22%; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; transform: translate(-50%,-50%); }
.pitch-box { position: absolute; top: 25%; width: 14%; height: 50%; border: 2px solid rgba(255,255,255,.75); }
.pitch-box-left { left: -2px; }
.pitch-box-right { right: -2px; }
.formation { position: absolute; inset: 0; }
.formation i, .players i { position: absolute; left: var(--x); top: var(--y); width: 15px; height: 15px; border-radius: 50%; transform: translate(-50%,-50%); }
.formation i { background: white; border: 4px solid var(--blue); box-shadow: 0 0 0 2px white; }
.hero-ball, .lesson-ball { position: absolute; border-radius: 50%; background: radial-gradient(circle at 38% 35%, white 0 32%, #101820 34% 49%, white 51% 100%); box-shadow: 0 3px 10px rgba(0,0,0,.35); }
.hero-ball { left: 64%; top: 45%; width: 25px; height: 25px; animation: ball-route 4s ease-in-out infinite; }
.route-line { position: absolute; left: 59%; top: 44%; width: 25%; height: 35%; border-top: 2px dashed rgba(255,255,255,.55); border-right: 2px dashed rgba(255,255,255,.55); border-radius: 50%; transform: rotate(-13deg); }
.board-caption { display: grid; gap: 5px; padding: 15px 4px 2px; }
.board-caption strong { font-size: 18px; }
.board-caption span { color: #aebdca; font-size: 13px; }
@keyframes ball-route { 0%,100% { transform: translate(0,0); } 50% { transform: translate(85px,38px); } }

.ticker { overflow: hidden; color: var(--navy); background: var(--yellow); border-block: 4px solid var(--navy); }
.ticker-track { width: max-content; display: flex; gap: 20px; padding: 12px 0; animation: ticker 30s linear infinite; font: 950 13px/1 "Courier New", monospace; letter-spacing: .09em; }
.ticker-track b { color: var(--red); }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .ticker-track, .hero-ball { animation: none; } }

.section { padding: clamp(65px, 8vw, 112px) 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr); gap: 40px; align-items: end; margin-bottom: 38px; padding-bottom: 22px; border-bottom: 5px solid var(--navy); }
.section-heading h2 { max-width: 960px; margin: 9px 0 0; font-size: clamp(43px, 5.8vw, 82px); line-height: .9; letter-spacing: -.07em; text-transform: uppercase; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.first-touch { background: var(--paper); }
.lesson-shell { border: 3px solid var(--navy); background: white; }
.lesson-tabs { display: grid; grid-template-columns: repeat(5, 1fr); color: white; background: var(--navy); }
.lesson-tabs button { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-right: 1px solid rgba(255,255,255,.18); background: transparent; color: inherit; cursor: pointer; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.lesson-tabs button:last-child { border-right: 0; }
.lesson-tabs button span { color: #88b7ff; font-family: "Courier New", monospace; }
.lesson-tabs button[aria-selected="true"] { color: var(--navy); background: var(--yellow); }
.lesson-tabs button[aria-selected="true"] span { color: var(--red); }
.lesson-stage { display: grid; grid-template-columns: minmax(360px,.72fr) minmax(520px,1.28fr); }
.lesson-copy { min-height: 540px; display: flex; flex-direction: column; justify-content: center; padding: clamp(30px,5vw,72px); border-right: 2px solid var(--navy); }
.lesson-number { margin: 0 0 20px; color: var(--red); font: 900 12px/1 "Courier New", monospace; letter-spacing: .1em; text-transform: uppercase; }
.lesson-copy h3 { margin: 0 0 22px; font-size: clamp(32px,4vw,56px); line-height: .98; letter-spacing: -.055em; }
.lesson-copy > p:not(.lesson-number) { margin: 0; color: #394959; font-size: 17px; line-height: 1.55; }
.lesson-callout { margin: 28px 0 22px; padding: 17px; color: white; background: var(--blue); font-size: 14px; line-height: 1.45; }
.lesson-callout strong { color: var(--yellow); }
.source-link { width: max-content; color: var(--red); font-size: 12px; font-weight: 900; text-underline-offset: 4px; }
.lesson-visual { position: relative; overflow: hidden; min-height: 540px; background: repeating-linear-gradient(90deg,#19764e 0,#19764e 12.5%,#156d47 12.5%,#156d47 25%); }
.lesson-visual::before { content: ""; position: absolute; inset: 20px; border: 3px solid rgba(255,255,255,.88); }
.field-line.halfway { position: absolute; left: 50%; top: 20px; bottom: 20px; width: 3px; background: rgba(255,255,255,.85); }
.field-circle { position: absolute; left: 50%; top: 50%; width: 24%; aspect-ratio: 1; border: 3px solid rgba(255,255,255,.85); border-radius: 50%; transform: translate(-50%,-50%); }
.field-area { position: absolute; top: 29%; width: 17%; height: 42%; border: 3px solid rgba(255,255,255,.85); }
.area-left { left: 20px; border-left: 0; }
.area-right { right: 20px; border-right: 0; }
.players { position: absolute; inset: 20px; }
.players i { width: 17px; height: 17px; box-shadow: 0 0 0 3px white; transition: opacity .35s, transform .35s; }
.blue-team i { background: var(--blue); }
.red-team i { background: var(--red); }
.lesson-ball { left: 47%; top: 48%; width: 25px; height: 25px; transition: left .45s, top .45s; }
.movement-arrow { position: absolute; width: 90px; height: 2px; opacity: .2; background: var(--yellow); transition: opacity .3s, transform .3s; }
.movement-arrow::after { content: ""; position: absolute; right: -1px; top: -5px; border-width: 6px 0 6px 10px; border-style: solid; border-color: transparent transparent transparent var(--yellow); }
.arrow-one { left: 55%; top: 35%; transform: rotate(-22deg); }
.arrow-two { left: 53%; top: 64%; transform: rotate(22deg); }
.visual-label { position: absolute; z-index: 4; left: 34px; bottom: 32px; padding: 10px 13px; color: white; background: rgba(7,26,49,.92); font: 800 11px/1.3 "Courier New", monospace; letter-spacing: .04em; text-transform: uppercase; }
.offside-line { position: absolute; z-index: 3; left: 70%; top: 20px; bottom: 20px; width: 3px; opacity: 0; background: var(--yellow); box-shadow: 0 0 0 1px rgba(0,0,0,.3); transition: opacity .3s; }
.lesson-visual[data-state="shape"] .movement-arrow,
.lesson-visual[data-state="transition"] .movement-arrow { opacity: 1; }
.lesson-visual[data-state="offside"] .offside-line { opacity: 1; }
.lesson-visual[data-state="offside"] .lesson-ball { left: 58%; top: 34%; }
.lesson-visual[data-state="transition"] .lesson-ball { left: 64%; top: 45%; }
.lesson-visual[data-state="restart"] .lesson-ball { left: 83%; top: 12%; }
.lesson-visual[data-state="restart"] .blue-team i:nth-child(-n+4),
.lesson-visual[data-state="restart"] .red-team i:nth-child(-n+4) { transform: translate(-50%,-50%) scale(.75); }
.call-it { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.8fr); gap: clamp(30px,6vw,90px); margin-top: 24px; padding: clamp(28px,5vw,62px); color: white; background: var(--navy); }
.call-it-copy .eyebrow { color: #8ebaff; }
.call-it h3 { margin: 10px 0 16px; font-size: clamp(36px,4.5vw,61px); letter-spacing: -.06em; }
.call-it-copy > p:last-child { max-width: 650px; margin: 0; color: #c4cfda; font-size: 18px; line-height: 1.5; }
.quiz-panel { align-self: center; }
.quiz-score { display: flex; justify-content: space-between; margin-bottom: 12px; color: #a9b9c9; font: 800 11px/1 "Courier New", monospace; text-transform: uppercase; }
.quiz-score strong { color: var(--yellow); }
.quiz-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quiz-actions button, .next-call { min-height: 58px; border: 2px solid white; color: white; background: transparent; cursor: pointer; font-weight: 950; text-transform: uppercase; }
.quiz-actions button:hover, .quiz-actions button:focus-visible { color: var(--navy); background: var(--yellow); border-color: var(--yellow); }
.quiz-actions button:disabled { cursor: default; opacity: .6; }
.quiz-actions button.correct { color: var(--navy); background: #72e5ab; border-color: #72e5ab; opacity: 1; }
.quiz-actions button.wrong { color: white; background: var(--red); border-color: var(--red); opacity: 1; }
.quiz-result { min-height: 47px; margin: 15px 0 0; color: #c2cfdb; font-size: 14px; line-height: 1.45; }
.next-call { width: 100%; margin-top: 10px; color: var(--navy); background: var(--yellow); border-color: var(--yellow); }

.desk { color: white; background: var(--navy); }
.light-heading { border-color: white; }
.light-heading .eyebrow { color: #85b7ff; }
.light-heading > p { color: #b8c5d1; }
.desk-filter { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; }
.desk-filter button { padding: 11px 15px; border: 1px solid #718096; color: white; background: transparent; cursor: pointer; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.desk-filter button.active { color: var(--navy); background: var(--yellow); border-color: var(--yellow); }
.desk-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.desk-card { min-height: 330px; display: flex; flex-direction: column; padding: 22px; border: 1px solid #5c7085; background: #0c2442; transition: transform .2s, opacity .2s; }
.desk-card[hidden] { display: none; }
.desk-card:hover { transform: translateY(-4px); border-color: white; }
.desk-card-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #8fb8ec; font: 800 10px/1.2 "Courier New", monospace; text-transform: uppercase; }
.follow-button { padding: 7px 8px; border: 1px solid #70849b; color: white; background: transparent; cursor: pointer; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.follow-button[aria-pressed="true"] { color: var(--navy); background: var(--yellow); border-color: var(--yellow); }
.desk-card h3 { margin: auto 0 15px; font-size: clamp(27px,2.5vw,39px); line-height: .98; letter-spacing: -.045em; }
.desk-card p { margin: 0 0 20px; color: #bdcad6; font-size: 14px; line-height: 1.5; }
.desk-card a { color: white; font-size: 12px; font-weight: 900; text-underline-offset: 4px; }
.source-pair { display: flex; gap: 15px; }
.my-touchline { min-height: 60px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin-top: 13px; padding: 14px 18px; color: var(--navy); background: var(--yellow); }
.my-touchline span { font: 900 11px/1 "Courier New", monospace; letter-spacing: .08em; text-transform: uppercase; }
.my-touchline p { margin: 0; font-size: 14px; font-weight: 800; }
.my-touchline button { border: 0; background: transparent; cursor: pointer; text-decoration: underline; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.passport-section { display: grid; grid-template-columns: minmax(260px,.55fr) minmax(0,1.45fr); gap: clamp(30px,5vw,70px); margin-top: 75px; padding-top: 40px; border-top: 1px solid #4a6077; }
.passport-intro h3 { margin: 10px 0 18px; font-size: clamp(35px,4vw,55px); line-height: .96; letter-spacing: -.055em; }
.passport-intro > p:last-child { color: #b9c6d2; line-height: 1.55; }
.passport-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.passport-grid a { min-height: 155px; display: flex; flex-direction: column; padding: 17px; border: 1px solid #607389; text-decoration: none; }
.passport-grid a:hover, .passport-grid a:focus-visible { color: var(--navy); background: white; }
.passport-grid span { color: #8ebaff; font: 800 10px/1 "Courier New", monospace; text-transform: uppercase; }
.passport-grid a:hover span, .passport-grid a:focus-visible span { color: var(--red); }
.passport-grid strong { margin: auto 0 12px; font-size: 19px; line-height: 1.1; }
.passport-grid small { font-weight: 800; }

.moments { background: white; }
.moment-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border: 3px solid var(--navy); }
.moment-card { min-height: 470px; display: flex; flex-direction: column; padding: 20px; border-right: 1px solid rgba(255,255,255,.35); color: white; background: var(--blue); }
.moment-card:last-child { border-right: 0; }
.moment-card:nth-child(2) { background: #09643c; }
.moment-card:nth-child(3) { background: #4c2c8a; }
.moment-card:nth-child(4) { color: var(--navy); background: var(--yellow); }
.moment-card:nth-child(5) { background: var(--red); }
.moment-year { margin-bottom: auto; font-size: clamp(48px,5vw,78px); font-weight: 950; line-height: .8; letter-spacing: -.08em; opacity: .95; }
.moment-card .eyebrow { margin-bottom: 10px; opacity: .78; }
.moment-card h3 { margin: 0 0 14px; font-size: clamp(25px,2.3vw,35px); line-height: .98; letter-spacing: -.045em; }
.moment-card p:not(.eyebrow) { margin: 0 0 22px; font-size: 14px; line-height: 1.5; }
.moment-card a { width: max-content; margin-top: 4px; font-size: 11px; font-weight: 900; text-underline-offset: 4px; }

.language { background: var(--paper); }
.language-grid { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: clamp(45px,8vw,130px); }
.language-intro { position: sticky; top: 125px; align-self: start; }
.language-intro h2 { margin: 10px 0 22px; font-size: clamp(52px,6vw,88px); line-height: .88; letter-spacing: -.075em; text-transform: uppercase; }
.language-intro > p:not(.eyebrow) { max-width: 600px; margin: 0 0 28px; color: var(--muted); font-size: 18px; line-height: 1.5; }
.glossary { margin: 0; border-top: 4px solid var(--navy); }
.glossary div { display: grid; grid-template-columns: 190px 1fr; gap: 30px; padding: 27px 0; border-bottom: 1px solid #aebac3; }
.glossary dt { font-size: 30px; font-weight: 950; letter-spacing: -.04em; }
.glossary dd { margin: 0; color: #3f4f5e; font-size: 16px; line-height: 1.5; }

.closing { padding: 72px 0; color: white; background: var(--red); }
.closing-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.closing h2 { max-width: 880px; margin: 10px 0 0; font-size: clamp(47px,6vw,88px); line-height: .87; letter-spacing: -.075em; text-transform: uppercase; }
.closing-grid > div:last-child { font-size: 17px; line-height: 1.5; }
.closing-grid a { font-weight: 900; text-underline-offset: 4px; }
.site-footer { padding: 35px 0; color: white; background: #030c18; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 40px; align-items: start; }
.footer-grid strong { font-size: 19px; }
.footer-grid p { margin: 7px 0 0; color: #aebbc8; font-size: 12px; line-height: 1.45; }
.footer-grid > div:last-child { display: flex; flex-direction: column; gap: 8px; font-size: 11px; font-weight: 900; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .hero-board { width: min(900px,94%); margin: 0 auto; }
  .lesson-stage { grid-template-columns: 1fr; }
  .lesson-copy { min-height: auto; border-right: 0; border-bottom: 2px solid var(--navy); }
  .lesson-visual { min-height: 520px; }
  .desk-grid { grid-template-columns: repeat(2,1fr); }
  .moment-grid { grid-template-columns: repeat(2,1fr); }
  .moment-card { min-height: 400px; border-bottom: 1px solid white; }
  .moment-card:last-child { grid-column: 1 / -1; min-height: 320px; }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 28px); }
  .scoreline-inner span:last-child { display: none; }
  .header-inner { min-height: 69px; grid-template-columns: 1fr auto; gap: 15px; }
  .primary-nav { display: none; }
  .menu-button { display: block; }
  .mobile-nav:not([hidden]) { display: block; }
  .hero-grid { min-height: auto; padding-block: 52px 65px; }
  .hero h1 { font-size: clamp(58px,18vw,92px); }
  .hero-board { width: calc(100% - 10px); padding: 10px; box-shadow: 10px 10px 0 #041225; }
  .board-caption strong { font-size: 15px; }
  .formation i { width: 10px; height: 10px; border-width: 3px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .lesson-tabs { grid-template-columns: 1fr 1fr; }
  .lesson-tabs button { min-height: 58px; }
  .lesson-tabs button:last-child { grid-column: 1 / -1; }
  .lesson-copy { padding: 30px 22px; }
  .lesson-visual { min-height: 370px; }
  .lesson-visual::before, .players { inset: 14px; }
  .field-line.halfway { top: 14px; bottom: 14px; }
  .call-it { grid-template-columns: 1fr; padding: 28px 22px; }
  .desk-grid { grid-template-columns: 1fr; }
  .desk-card { min-height: 270px; }
  .my-touchline { grid-template-columns: 1fr auto; }
  .my-touchline span { grid-column: 1 / -1; }
  .passport-section { grid-template-columns: 1fr; }
  .passport-grid { grid-template-columns: 1fr 1fr; }
  .moment-grid { display: block; }
  .moment-card { min-height: 370px; border-right: 0; }
  .language-grid, .closing-grid, .footer-grid { grid-template-columns: 1fr; }
  .language-intro { position: static; }
  .glossary div { grid-template-columns: 1fr; gap: 8px; }
  .footer-grid { gap: 20px; }
}

@media (max-width: 440px) {
  .wordmark { font-size: 21px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-pitch { aspect-ratio: 1.22; }
  .board-caption span { display: none; }
  .lesson-visual { min-height: 300px; }
  .players i { width: 12px; height: 12px; box-shadow: 0 0 0 2px white; }
  .visual-label { left: 23px; right: 23px; bottom: 23px; }
  .quiz-actions, .passport-grid { grid-template-columns: 1fr; }
}

/* Tactical-notebook identity — aligned to the approved Fútbol America mark. */
body {
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(7,85,238,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,85,238,.035) 1px, transparent 1px);
  background-size: 28px 28px;
}

.scoreline {
  background: var(--red);
  border-bottom: 3px solid var(--ink);
}

.site-header {
  color: var(--ink);
  background: rgba(244,241,233,.97);
  border-bottom: 4px solid var(--ink);
  backdrop-filter: blur(12px);
}

.header-inner { min-height: 92px; }
.wordmark { align-items: center; gap: 12px; color: var(--ink); }
.header-logo { width: 68px; height: 68px; display: block; object-fit: contain; }
.header-name { font: 950 clamp(20px,2vw,29px)/.9 Impact,"Arial Black",sans-serif; letter-spacing: -.025em; transform: rotate(-1deg); }
.header-name b { font-weight: inherit; }
.header-name strong { color: var(--red); font-weight: inherit; }
.primary-nav a { color: var(--ink); padding-block: 34px 29px; font-family: "Arial Black",Arial,sans-serif; }
.primary-nav a:hover, .primary-nav a:focus-visible { border-color: var(--blue); }
.menu-button { border: 3px solid var(--ink); color: var(--ink); background: transparent; box-shadow: 3px 3px 0 var(--red); }
.mobile-nav { color: var(--ink); background: var(--paper); border-top: 2px solid var(--ink); }
.mobile-nav a { color: var(--ink); border-bottom: 1px dashed var(--ink); }

.hero {
  position: relative;
  color: var(--ink);
  background: var(--paper);
  border-bottom: 5px solid var(--ink);
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 180px;
  height: 25px;
  border-top: 7px solid currentColor;
  border-radius: 50%;
  opacity: .85;
}
.hero::before { left: 4vw; top: 54px; color: var(--red); transform: rotate(-8deg); }
.hero::after { right: 4vw; bottom: 55px; color: var(--blue); transform: rotate(10deg); }
.hero-grid { grid-template-columns: minmax(410px,.85fr) minmax(520px,1.15fr); gap: clamp(36px,6vw,92px); padding-block: 48px 66px; }
.hero-logo { display: block; width: min(430px,88%); height: auto; margin: -15px auto -8px 0; transform: rotate(-1.5deg); }
.hero-copy .eyebrow { color: var(--blue); }
.hero h1 {
  margin: 10px 0 18px;
  font: 900 clamp(38px,4.8vw,67px)/.92 "Marker Felt","Chalkboard SE","Arial Black",sans-serif;
  letter-spacing: -.045em;
  text-transform: none;
  transform: rotate(-1deg);
}
.hero h1 span { color: var(--ink); }
.hero h1 em { color: var(--red); }
.hero-lede { max-width: 610px; color: #262b31; font-size: clamp(18px,1.7vw,24px); }
.hero-note { color: #474d54; }
.button { border-width: 3px; font-family: "Arial Black",Arial,sans-serif; box-shadow: 4px 4px 0 var(--ink); transform: rotate(-.45deg); }
.button:hover, .button:focus-visible { transform: rotate(.45deg) translate(-1px,-1px); box-shadow: 6px 6px 0 var(--ink); }
.button-primary { color: white; background: var(--red); border-color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { color: white; background: var(--blue); border-color: var(--ink); }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-secondary:hover, .button-secondary:focus-visible { color: white; background: var(--ink); border-color: var(--ink); }
.hero-board { padding: 14px; border: 4px solid var(--ink); background: #eeeae0; box-shadow: 10px 10px 0 var(--ink); transform: rotate(1.3deg); }
.board-topline { color: var(--blue); font-weight: 950; }
.hero-pitch {
  border: 4px solid var(--ink);
  background:
    linear-gradient(rgba(7,85,238,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,85,238,.055) 1px, transparent 1px),
    #f8f5ed;
  background-size: 22px 22px;
}
.hero-pitch::before { width: 3px; background: var(--ink); }
.pitch-center, .pitch-box { border-color: var(--ink); border-width: 3px; }
.formation i { background: transparent; border: 5px solid var(--blue); box-shadow: none; }
.hero-ball, .lesson-ball { border: 2px solid var(--ink); box-shadow: 2px 3px 0 rgba(0,0,0,.2); }
.route-line { border-color: var(--red); border-width: 4px; }
.board-caption strong { font-family: "Marker Felt","Chalkboard SE","Arial Black",sans-serif; font-size: 22px; }
.board-caption span { color: #383d42; }

.ticker { color: white; background: var(--ink); border-block: 5px solid var(--ink); }
.ticker-track { font-family: "Arial Black",Arial,sans-serif; }
.ticker-track span:nth-of-type(3n+1) { color: #fff; }
.ticker-track span:nth-of-type(3n+2) { color: #ff4a4f; }
.ticker-track span:nth-of-type(3n) { color: #4f82ff; }
.ticker-track b { color: white; }

.section-heading { position: relative; border-bottom: 6px solid var(--ink); }
.section-heading::after { content: ""; position: absolute; left: 0; bottom: -13px; width: min(260px,40%); border-bottom: 5px solid var(--red); transform: rotate(-1deg); }
.section-heading h2,
.language-intro h2,
.closing h2 { font-family: Impact,"Arial Black",Arial,sans-serif; font-weight: 900; letter-spacing: -.035em; }
.first-touch { background: rgba(244,241,233,.88); }
.lesson-shell { border: 4px solid var(--ink); background: #fbf8f0; box-shadow: 9px 9px 0 var(--ink); transform: rotate(-.25deg); }
.lesson-tabs { color: var(--ink); background: #fbf8f0; border-bottom: 4px solid var(--ink); }
.lesson-tabs button { border-right: 2px solid var(--ink); font-family: "Arial Black",Arial,sans-serif; }
.lesson-tabs button span { color: var(--blue); }
.lesson-tabs button[aria-selected="true"] { color: white; background: var(--red); }
.lesson-tabs button[aria-selected="true"] span { color: white; }
.lesson-copy { border-right: 4px solid var(--ink); }
.lesson-copy h3 { font-family: "Marker Felt","Chalkboard SE","Arial Black",sans-serif; letter-spacing: -.025em; }
.lesson-number { color: var(--blue); }
.lesson-callout { color: white; background: var(--blue); border: 3px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); transform: rotate(-.5deg); }
.lesson-callout strong { color: white; text-decoration: underline 4px var(--red); text-underline-offset: 4px; }
.source-link { color: var(--red); }
.lesson-visual {
  background:
    linear-gradient(rgba(7,85,238,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,85,238,.06) 1px, transparent 1px),
    #f7f3e9;
  background-size: 24px 24px;
}
.lesson-visual::before { border-color: var(--ink); border-width: 4px; transform: rotate(.35deg); }
.field-line.halfway { width: 4px; background: var(--ink); }
.field-circle, .field-area { border-color: var(--ink); border-width: 4px; }
.players i { background: transparent; box-shadow: none; }
.blue-team i { border: 5px solid var(--blue); }
.red-team i { border: 5px solid var(--red); border-radius: 0; transform: translate(-50%,-50%) rotate(45deg); }
.movement-arrow { height: 4px; background: var(--blue); }
.movement-arrow::after { border-left-color: var(--blue); }
.offside-line { width: 5px; background: var(--red); }
.visual-label { color: white; background: var(--ink); border: 3px solid var(--ink); transform: rotate(-1deg); }

.call-it { color: var(--ink); background: #fbf8f0; border: 4px solid var(--ink); box-shadow: 9px 9px 0 var(--red); transform: rotate(.2deg); }
.call-it-copy .eyebrow { color: var(--blue); }
.call-it h3 { font-family: "Marker Felt","Chalkboard SE","Arial Black",sans-serif; letter-spacing: -.025em; }
.call-it-copy > p:last-child, .quiz-result, .quiz-score { color: #343b43; }
.quiz-score strong { color: var(--blue); }
.quiz-actions button, .next-call { border: 3px solid var(--ink); color: var(--ink); background: transparent; font-family: "Arial Black",Arial,sans-serif; box-shadow: 3px 3px 0 var(--ink); }
.quiz-actions button:hover, .quiz-actions button:focus-visible { color: white; background: var(--blue); border-color: var(--ink); }
.quiz-actions button.correct { color: white; background: var(--blue); border-color: var(--ink); }
.quiz-actions button.wrong { color: white; background: var(--red); border-color: var(--ink); }
.next-call { color: white; background: var(--red); }

.desk { color: white; background: var(--ink); border-block: 6px solid var(--red); }
.light-heading { border-color: white; }
.light-heading::after { border-color: var(--blue); }
.light-heading .eyebrow { color: #6894ff; }
.desk-filter button { border: 2px solid white; font-family: "Arial Black",Arial,sans-serif; }
.desk-filter button.active { color: white; background: var(--red); border-color: white; box-shadow: 3px 3px 0 var(--blue); }
.desk-card { color: var(--ink); background: var(--paper); border: 4px solid white; box-shadow: 5px 5px 0 var(--red); }
.desk-card:nth-child(even) { box-shadow: 5px 5px 0 var(--blue); transform: rotate(.4deg); }
.desk-card:nth-child(odd) { transform: rotate(-.4deg); }
.desk-card:hover { transform: translateY(-4px) rotate(0); border-color: white; }
.desk-card-top { color: var(--blue); }
.follow-button { border: 2px solid var(--ink); color: var(--ink); }
.follow-button[aria-pressed="true"] { color: white; background: var(--red); border-color: var(--ink); }
.desk-card p { color: #40464c; }
.desk-card a { color: var(--red); }
.my-touchline { color: white; background: var(--blue); border: 4px solid white; box-shadow: 5px 5px 0 var(--red); }
.passport-intro > p:last-child { color: #c9cbd0; }
.passport-grid a { color: var(--ink); background: var(--paper); border: 3px solid white; transform: rotate(-.4deg); }
.passport-grid a:nth-child(even) { transform: rotate(.5deg); }
.passport-grid a:hover, .passport-grid a:focus-visible { color: white; background: var(--blue); }
.passport-grid span { color: var(--red); }
.passport-grid a:hover span, .passport-grid a:focus-visible span { color: white; }

.moments { background: var(--paper); }
.moment-grid { gap: 11px; border: 0; }
.moment-card,
.moment-card:nth-child(2),
.moment-card:nth-child(3),
.moment-card:nth-child(4),
.moment-card:nth-child(5) { color: var(--ink); background: #fbf8f0; border: 4px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); }
.moment-card:nth-child(odd) { transform: rotate(-.6deg); border-top-color: var(--red); border-top-width: 11px; }
.moment-card:nth-child(even) { transform: rotate(.7deg); border-top-color: var(--blue); border-top-width: 11px; }
.moment-card:last-child { border-right: 4px solid var(--ink); }
.moment-year { color: var(--ink); font-family: Impact,"Arial Black",sans-serif; }
.moment-card h3 { font-family: "Marker Felt","Chalkboard SE","Arial Black",sans-serif; letter-spacing: -.02em; }
.moment-card a { color: var(--red); }

.language { background: rgba(244,241,233,.9); }
.glossary { border-top: 6px solid var(--ink); }
.glossary div { border-bottom: 3px dashed var(--ink); }
.glossary dt { font-family: "Marker Felt","Chalkboard SE","Arial Black",sans-serif; color: var(--blue); }
.closing { color: white; background: var(--ink); border-top: 9px solid var(--red); }
.closing .eyebrow { color: #6e98ff; }
.closing h2 { max-width: 800px; color: white; font-size: clamp(42px,5.2vw,74px); line-height: 1.02; letter-spacing: -.02em; text-wrap: balance; }
.site-footer { border-top: 5px solid var(--blue); }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-logo { width: min(500px,78%); margin-inline: auto; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-lede, .hero-note { margin-inline: auto; }
  .hero-actions { justify-content: center; }
}

@media (max-width: 760px) {
  .header-inner { min-height: 74px; }
  .header-logo { width: 54px; height: 54px; }
  .header-name { font-size: 18px; }
  .hero-grid { padding-top: 30px; }
  .hero-logo { width: min(360px,96%); }
  .hero h1 { font-size: clamp(36px,12vw,55px); }
  .hero-board { box-shadow: 6px 6px 0 var(--ink); }
  .lesson-copy { border-right: 0; border-bottom: 4px solid var(--ink); }
  .lesson-shell, .call-it { box-shadow: 6px 6px 0 var(--ink); }
  .call-it { box-shadow: 6px 6px 0 var(--red); }
}

@media (max-width: 440px) {
  .header-name { display: none; }
  .wordmark { gap: 0; }
  .hero-logo { margin-bottom: -2px; }
  .hero h1 { margin-top: 6px; }
  .hero-note { max-width: 300px; }
}

/* One visual teaching language for How to Play and Word Play. */
section[id],#play-path { scroll-margin-top: 96px; }
.lesson-tabs button[aria-pressed="true"] { color: white; background: var(--red); }
.lesson-tabs button[aria-pressed="true"] span { color: white; }
.playback-panel { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(14px,2.5vw,34px); background: #f3efe5; }
.diagram-stage { border: 4px solid var(--ink); background: #f7f3e9; overflow: hidden; }
.diagram-pitch { position: relative; width: 100%; aspect-ratio: 100 / 64; overflow: hidden; background: linear-gradient(rgba(7,85,238,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(7,85,238,.055) 1px,transparent 1px),#f7f3e9; background-size: 24px 24px; }
.diagram-pitch::before { content: ""; position: absolute; inset: 6%; border: 3px solid var(--ink); pointer-events: none; }
.diagram-half { position: absolute; left: 50%; top: 6%; height: 88%; border-left: 3px solid var(--ink); }
.diagram-circle { position: absolute; width: 21%; aspect-ratio: 1; left: 50%; top: 50%; border: 3px solid var(--ink); border-radius: 50%; transform: translate(-50%,-50%); }
.diagram-box { position: absolute; top: 28%; width: 16%; height: 44%; border: 3px solid var(--ink); }
.diagram-box-left { left: 6%; border-left: 0; }
.diagram-box-right { right: 6%; border-right: 0; }
.diagram-goal { position: absolute; width: 2.5%; height: 20%; top: 40%; background: var(--ink); }
.diagram-goal-left { left: 3.5%; }
.diagram-goal-right { right: 3.5%; }
.diagram-chip { position: absolute; z-index: 7; left: 9%; top: 8%; padding: 5px 7px; color: white; background: var(--blue); font: 900 10px/1 "Courier New",monospace; letter-spacing: .04em; }
.diagram-chip.red-chip { background: var(--red); }
.diagram-player { position: absolute; z-index: 4; width: clamp(14px,1.7vw,21px); height: clamp(14px,1.7vw,21px); transform: translate(-50%,-50%); transition: left .7s ease,top .7s ease; background: #f7f3e9; }
.diagram-player.blue { border: 5px solid var(--blue); border-radius: 50%; }
.diagram-player.red { border: 5px solid var(--red); transform: translate(-50%,-50%) rotate(45deg); }
.diagram-player.has-ball { border: 3px solid var(--ink); border-radius: 50%; background: var(--yellow); transform: translate(-50%,-50%); box-shadow: 0 0 0 3px #f7f3e9; }
.diagram-ball { position: absolute; z-index: 6; width: clamp(13px,1.8vw,20px); height: clamp(13px,1.8vw,20px); border: 3px solid var(--ink); border-radius: 50%; background: white; transform: translate(-50%,-50%); transition: left .7s ease,top .7s ease,transform .7s ease; box-shadow: 2px 2px 0 var(--ink); }
.diagram-ball.with-player { transform: translate(calc(-50% + var(--ball-shift-x)),calc(-50% + var(--ball-shift-y))); }
.diagram-ball.in-flight { box-shadow: 0 0 0 4px var(--yellow); }
.diagram-offside { position: absolute; z-index: 3; top: 6%; height: 88%; border-left: 4px dashed #bf8200; }
.diagram-offside[hidden] { display: none; }
.diagram-offside::after { content: "2ND LAST DEFENDER"; position: absolute; top: 8%; left: 6px; width: 120px; padding: 3px; color: var(--ink); background: var(--yellow); font: 800 9px/1.1 "Courier New",monospace; }
.diagram-route { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.diagram-route > path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.diagram-route .coach-route { stroke: var(--red); stroke-width: 1.2; }
.diagram-route .coach-ring { stroke: var(--ink); stroke-width: .8; }
.coach-note { position: absolute; z-index: 8; right: 8%; bottom: 8%; max-width: 42%; padding: 3px 6px; background: rgba(247,243,233,.9); color: var(--ink); pointer-events: none; transform: rotate(-3deg); }
.coach-note.coach-note-left { right: auto; left: 8%; transform: rotate(3deg); }
.coach-note small { display: block; margin-bottom: 2px; color: var(--red); font: 900 8px/1.2 "Courier New",monospace; letter-spacing: .08em; }
.coach-note strong { position: relative; display: block; font: 900 clamp(19px,2.7vw,38px)/.96 "Marker Felt","Chalkboard SE","Arial Black",sans-serif; }
.coach-note strong::after { content: ""; display: block; width: 94%; margin-top: 4px; border-bottom: 4px solid var(--red); transform: rotate(-2deg); }
.coach-note.is-writing strong { animation: coach-write .7s steps(15,end) both; }
@keyframes coach-write { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
.no-transition .diagram-player,.no-transition .diagram-ball { transition: none; }
.playback-bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 84px; padding: 12px 2px 0; }
.playback-bar strong { color: var(--red); font: 900 12px/1 "Courier New",monospace; }
.playback-bar p { margin: 5px 0 0; font-size: 13px; line-height: 1.35; }
.playback-actions { display: flex; flex-shrink: 0; gap: 5px; }
.playback-actions button { min-height: 42px; padding: 8px 10px; border: 2px solid var(--ink); background: white; cursor: pointer; font: 900 11px/1 Arial,sans-serif; text-transform: uppercase; }
.playback-actions button:hover,.playback-actions button:focus-visible { color: white; background: var(--blue); }
.playback-actions button:disabled { opacity: .4; cursor: default; }
.playback-actions > button:last-child { color: white; background: var(--ink); }
.playback-actions > button:last-child:not(:disabled):hover,.playback-actions > button:last-child:not(:disabled):focus-visible { background: var(--red); }
.slide-jump { display: flex; gap: 4px; }
.slide-jump button { min-width: 32px; padding: 8px 5px; }
.slide-jump button[aria-current="step"] { color: white; background: var(--blue); }

.us-story { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; margin: -6px 0 32px; background: white; border: 3px solid white; }
.us-story span { padding: 15px; color: var(--ink); background: var(--yellow); font: 900 11px/1.3 "Courier New",monospace; text-transform: uppercase; }
.play-entry { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: end; margin: -7px 0 38px; padding: clamp(22px,3vw,36px); color: var(--ink); background: white; border-left: 11px solid var(--red); }
.play-entry .eyebrow { color: var(--blue); }
.play-entry h3 { margin: 9px 0 10px; font: 900 clamp(31px,3.5vw,50px)/.95 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.play-entry p:last-child { max-width: 680px; margin: 0; color: #40464c; font-size: 15px; line-height: 1.5; }
.play-entry a { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 17px; color: white; background: var(--blue); text-align: center; text-decoration: none; font: 900 11px/1.2 Arial,sans-serif; text-transform: uppercase; }
.play-entry a:hover,.play-entry a:focus-visible { background: var(--ink); }

.cup-lede { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(24px,6vw,90px); align-items: end; padding: clamp(26px,4vw,55px); color: white; background: var(--ink); border-left: 11px solid var(--blue); }
.cup-lede .eyebrow { color: #8eaaff; }
.cup-lede h3 { margin: 18px 0 0; font: 900 clamp(37px,4.8vw,72px)/.94 Impact,"Arial Black",sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.cup-lede > p { max-width: 470px; margin: 0; font-size: 17px; line-height: 1.55; }
.cup-lede a { color: var(--yellow); font-weight: 800; text-underline-offset: 4px; }
.host-route { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 10px; border: 3px solid var(--ink); background: white; }
.host-route > div { min-width: 0; padding: clamp(20px,2.5vw,30px); border-right: 2px solid var(--ink); }
.host-route > div:last-child { border-right: 0; }
.host-route span { color: var(--blue); font: 900 11px/1.2 "Courier New",monospace; }
.host-route strong { display: block; margin: 15px 0 9px; font: 900 clamp(26px,2.7vw,39px)/.98 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.host-route p { max-width: 340px; margin: 0; color: #3f4650; font-size: 14px; line-height: 1.45; }
.cup-home-label { margin: 30px 0 12px; color: var(--ink); font: 900 12px/1.3 "Courier New",monospace; text-transform: uppercase; }
.cup-chapters { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.cup-chapter { min-height: 320px; display: flex; flex-direction: column; overflow: hidden; border: 3px solid var(--ink); background: white; }
.cup-chapter:nth-child(2) { border-top: 11px solid var(--red); }
.cup-chapter:nth-child(3) { border-top: 11px solid var(--blue); }
.cup-photo { margin: 0; }
.cup-photo img { display: block; width: 100%; height: auto; aspect-ratio: 5 / 4; object-fit: cover; background: #d8dce1; }
.cup-chapter:first-child .cup-photo img { object-position: 50% 69%; }
.cup-photo figcaption { display: grid; gap: 5px; min-height: 63px; padding: 9px 14px; color: white; background: var(--ink); font: 800 10px/1.25 "Courier New",monospace; }
.cup-photo figcaption span:last-child { color: #cbd7e5; font-weight: 600; }
.cup-photo figcaption a { color: var(--yellow); font: inherit; text-underline-offset: 2px; }
.cup-chapter-copy { flex: 1; display: flex; flex-direction: column; padding: clamp(20px,2.5vw,32px); }
.chapter-index { color: var(--blue); font: 900 11px/1 "Courier New",monospace; letter-spacing: .05em; }
.cup-chapter strong { margin-top: 24px; color: var(--red); font: 900 13px/1.2 "Courier New",monospace; }
.cup-chapter h4 { margin: 7px 0 10px; font: 900 clamp(26px,2.4vw,36px)/1 Impact,"Arial Black",sans-serif; }
.cup-chapter p { margin: 0 0 20px; color: #3f4650; font-size: 14px; line-height: 1.5; }
.cup-chapter-copy > a { margin-top: auto; color: var(--blue); font-size: 12px; font-weight: 900; text-underline-offset: 4px; }
.cup-story { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); margin-top: 18px; border: 4px solid var(--ink); background: white; }
.cup-story-heading { grid-column: 1/-1; padding: clamp(25px,4vw,52px); color: white; background: var(--ink); border-left: 11px solid var(--blue); }
.cup-story-final .cup-story-heading { border-left-color: var(--red); }
.cup-story-heading .chapter-index { color: var(--yellow); }
.cup-story-heading h3 { max-width: 1100px; margin: 14px 0; font: 900 clamp(39px,5vw,76px)/.94 Impact,"Arial Black",sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.cup-story-heading p { max-width: 810px; margin: 0; color: #dce6ee; font-size: clamp(16px,1.6vw,21px); line-height: 1.45; }
.cup-story-media { min-width: 0; display: grid; grid-template-columns: 1.25fr .75fr; gap: 3px; background: var(--ink); }
.cup-story-media-final { grid-template-columns: 1fr 1fr; }
.cup-story-media figure { min-width: 0; display: flex; flex-direction: column; margin: 0; }
.cup-story-media img { display: block; width: 100%; height: clamp(330px,30vw,465px); object-fit: cover; }
.cup-story-media-cabo figure:first-child img { object-position: 54% 50%; }
.cup-story-media-cabo figure:last-child img { object-position: 48% 23%; }
.cup-story-media-final figure:last-child img { object-position: 47% 50%; }
.cup-story-media figcaption { flex: 1; padding: 12px 14px; color: #dce6ee; background: var(--ink); font: 700 10px/1.45 "Courier New",monospace; }
.cup-story-media figcaption a { color: var(--yellow); text-underline-offset: 2px; }
.cup-story-body { min-width: 0; padding: clamp(24px,3vw,45px); border-left: 3px solid var(--ink); }
.cup-story-body > p { margin: 0 0 20px; color: #343f48; font-size: 16px; line-height: 1.55; }
.cup-story-body .cup-story-lede { color: var(--ink); font-size: clamp(20px,1.8vw,26px); font-weight: 800; line-height: 1.32; }
.cup-story-steps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; margin: 28px 0; padding: 0; list-style: none; border-top: 3px solid var(--ink); border-left: 1px solid #bac2ca; }
.cup-story-steps li { min-width: 0; padding: 16px; border-right: 1px solid #bac2ca; border-bottom: 1px solid #bac2ca; }
.cup-story-steps span { display: block; margin-bottom: 8px; color: var(--blue); font: 900 10px/1.2 "Courier New",monospace; }
.cup-story-steps strong { display: block; color: var(--ink); font: 900 clamp(18px,1.45vw,22px)/1.1 Impact,"Arial Black",sans-serif; }
.cup-story-steps p { margin: 8px 0 0; color: #4f5a64; font-size: 13px; line-height: 1.4; }
.cup-story-body .cup-story-end { margin-bottom: 24px; padding-left: 15px; border-left: 5px solid var(--yellow); font-weight: 800; }
.cup-story-sources { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.cup-story-sources a { color: var(--blue); font-size: 12px; font-weight: 900; text-underline-offset: 4px; }
.cup-story-body-final { display: flex; flex-direction: column; justify-content: center; }
.cup-story-body-final .cup-story-sources { margin-top: 10px; }
.history-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 36px; align-items: end; margin: clamp(60px,7vw,95px) 0 28px; border-top: 5px solid var(--ink); padding-top: 27px; }
.history-intro .eyebrow { grid-column: 1/-1; color: var(--red); }
.history-intro h3 { margin: 0; font: 900 clamp(32px,4vw,56px)/.98 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.history-intro p:last-child { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.5; }
.moment-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; padding: 0 6px 6px 0; }
.moment-card { min-width: 0; min-height: 0; padding: 0; overflow: hidden; }
.moment-card:last-child { border-right: 4px solid var(--ink); }
.moment-year { margin: 0; padding: 22px 24px 16px; font-size: clamp(51px,5vw,72px); letter-spacing: -.025em; }
.moment-photo { margin: 0; }
.moment-photo img { display: block; width: 100%; height: auto; max-height: 315px; aspect-ratio: 16 / 9; object-fit: cover; background: #d8dce1; }
.moment-rose .moment-photo img { object-position: 50% 42%; }
.moment-photo figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px 12px; min-height: 43px; padding: 9px 18px; color: white; background: var(--ink); font: 700 10px/1.3 "Courier New",monospace; }
.moment-photo figcaption a { color: var(--yellow); font: inherit; }
.moment-copy { padding: 24px 24px 8px; }
.moment-card > a { width: auto; align-self: flex-start; margin: auto 24px 24px; }

.word-play-layout { display: grid; grid-template-columns: minmax(210px,.3fr) minmax(0,.7fr); gap: 14px; }
.word-list { display: grid; align-content: start; gap: 7px; }
.word-list button { min-height: 75px; display: grid; grid-template-columns: 36px 1fr auto; gap: 8px; align-items: center; padding: 10px 16px; border: 3px solid var(--ink); background: white; text-align: left; cursor: pointer; font: 900 clamp(18px,1.8vw,26px)/1 Impact,"Arial Black",sans-serif; }
.word-list button span { color: var(--blue); font: 900 11px/1 "Courier New",monospace; }
.word-list button[aria-pressed="true"] { color: white; background: var(--blue); box-shadow: 5px 5px 0 var(--ink); }
.word-list button[aria-pressed="true"] span { color: white; }
.word-list button:hover,.word-list button:focus-visible { border-color: var(--red); }
.word-stage { min-width: 0; padding: clamp(15px,2vw,28px); border: 4px solid var(--ink); background: white; }
.word-copy { display: grid; grid-template-columns: .4fr .6fr; gap: 8px 24px; margin-bottom: 20px; }
.word-copy .eyebrow { grid-column: 1/-1; color: var(--red); }
.word-copy h3 { grid-row: span 2; margin: 0; font: 900 clamp(48px,6vw,87px)/.85 Impact,"Arial Black",sans-serif; text-transform: uppercase; }
.word-copy p:not(.eyebrow) { margin: 0; line-height: 1.4; }
.word-copy .word-spot { color: var(--blue); font-size: 13px; font-weight: 800; }
.word-footnote { margin: 19px 0 0; color: var(--muted); font-size: 13px; }
.word-footnote a { color: var(--blue); font-weight: 800; }

@media (max-width: 1100px) {
  .cup-chapters { grid-template-columns: 1fr 1fr; }
  .cup-chapter:last-child { grid-column: auto; }
  .moment-grid { grid-template-columns: 1fr 1fr; }
  .moment-card:last-child { grid-column: auto; }
}
@media (max-width: 760px) {
  section[id],#play-path { scroll-margin-top: 75px; }
  .playback-panel { padding: 14px; }
  .us-story { grid-template-columns: 1fr 1fr; }
  .play-entry { grid-template-columns: 1fr; }
  .host-route { grid-template-columns: 1fr; }
  .host-route > div { border-right: 0; border-bottom: 2px solid var(--ink); }
  .host-route > div:last-child { border-bottom: 0; }
  .cup-lede,.history-intro,.word-play-layout,.cup-story { grid-template-columns: 1fr; }
  .cup-chapters { grid-template-columns: 1fr; }
  .cup-chapter,.cup-chapter:last-child { grid-column: auto; min-height: 260px; }
  .cup-story-body { border-left: 0; border-top: 3px solid var(--ink); }
  .cup-story-media img { height: clamp(260px,45vw,370px); }
  .cup-story-media-cabo { grid-template-columns: 1fr 1fr; }
  .moment-grid { grid-template-columns: 1fr; }
  .word-list { grid-template-columns: repeat(5,minmax(145px,1fr)); overflow-x: auto; padding-bottom: 8px; }
  .word-list button { min-height: 62px; grid-template-columns: 22px 1fr; }
  .word-list button span:last-child { display: none; }
  .word-copy { grid-template-columns: 1fr; }
  .word-copy h3 { grid-row: auto; }
}
@media (max-width: 440px) {
  .cup-story-media-cabo { grid-template-columns: 1fr; }
  .cup-story-media-cabo figure:last-child img { height: 280px; object-position: 50% 20%; }
  .cup-story-media-final img { height: 225px; }
  .cup-story-steps { grid-template-columns: 1fr; }
  .playback-bar { display: block; }
  .playback-actions { justify-content: space-between; margin-top: 13px; }
  .playback-actions > button { flex: 1; }
  .diagram-chip { font-size: 8px; }
  .coach-note { bottom: 7%; max-width: 48%; }
  .coach-note strong { font-size: 19px; }
  .coach-note strong::after { border-bottom-width: 3px; }
  .moment-grid { grid-template-columns: 1fr; }
  .moment-card { min-height: 310px; }
}
@media (prefers-reduced-motion: reduce) {
  .diagram-player,.diagram-ball { transition: none; }
  .coach-note.is-writing strong { animation: none; }
}
