:root {
  color-scheme: dark;
  --page: #07111f;
  --surface: #0c1b2e;
  --surface-2: #10253d;
  --text: #f6f8fb;
  --muted: #9eb0c6;
  --line: rgba(168, 204, 238, .18);
  --accent: #2e8cff;
  --accent-2: #ffd52e;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; background: var(--page); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
.skip { position: fixed; z-index: 1000; top: -80px; left: 16px; padding: 12px 18px; background: var(--accent); color: #fff; }
.skip:focus { top: 16px; }
.section { width: min(100% - 48px, var(--max)); margin: 0 auto; padding: 108px 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 840px; margin-bottom: 45px; }
.section-heading > span { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2 { margin: 16px 0 0; font-size: clamp(40px, 6.5vw, 82px); line-height: .92; letter-spacing: -.065em; text-transform: uppercase; }
.section-heading p { max-width: 690px; margin: 23px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid var(--line); background: var(--accent); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.button:hover { filter: brightness(1.12); }
.button-live { background: transparent; border-color: var(--accent); }
.text-link { display: inline-block; margin-top: 30px; color: var(--accent); font-weight: 850; }

/* Shared delayed player */
.player-section { border-top-color: color-mix(in srgb, var(--accent) 50%, transparent); }
.player-frame { position: relative; padding: 10px; border: 1px solid color-mix(in srgb, var(--accent) 65%, transparent); background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 15%, transparent), rgba(0, 0, 0, .4)); box-shadow: 0 30px 90px color-mix(in srgb, var(--accent) 12%, transparent); }
.frame-corners::before, .frame-corners::after { content: ""; position: absolute; z-index: 3; width: 45px; height: 45px; pointer-events: none; }
.frame-corners::before { top: -1px; left: -1px; border-top: 3px solid var(--accent); border-left: 3px solid var(--accent); }
.frame-corners::after { right: -1px; bottom: -1px; border-right: 3px solid var(--accent); border-bottom: 3px solid var(--accent); }
.video-wrapper { position: relative; min-height: 430px; aspect-ratio: 16 / 9; overflow: hidden; background: #03060b; }
.dreams-player { --plyr-color-main: var(--accent); --plyr-video-control-background-hover: var(--accent); --plyr-range-fill-background: var(--accent); width: 100%; height: 100%; min-height: inherit; display: flex; align-items: center; justify-content: center; color: var(--muted); }
.dreams-player .plyr__control--overlaid { background: var(--accent) !important; }
.dreams-player iframe, .dreams-player video { position: absolute; inset: 0; width: 100% !important; height: 100% !important; border: 0; }

/* Main, dark split-screen page */
.site-main { --page: #06101d; --surface: #0b1b2e; --surface-2: #10283f; --accent: #2789ff; --accent-2: #ffd229; }
.topbar { position: absolute; z-index: 20; top: 0; left: 50%; width: min(100% - 48px, var(--max)); height: 78px; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: baseline; gap: 7px; font-weight: 950; letter-spacing: -.07em; }
.brand b { font-size: 23px; }
.brand span { color: var(--accent-2); font-size: 14px; }
.topbar nav { display: flex; gap: 32px; color: #b2c1d3; font-size: 12px; font-weight: 750; }
.topbar nav a:hover { color: var(--accent-2); }
.independent { color: #8093aa; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-split { position: relative; width: min(100% - 48px, var(--max)); min-height: 820px; margin: 0 auto; padding: 120px 0 55px; display: grid; grid-template-columns: 1.18fr .82fr; gap: 70px; align-items: center; overflow: hidden; }
.hero-split::before { content: ""; position: fixed; z-index: -2; inset: 0; background: radial-gradient(circle at 85% 10%, rgba(255, 210, 41, .08), transparent 30%), radial-gradient(circle at 12% 28%, rgba(39, 137, 255, .15), transparent 34%), var(--page); }
.hero-grid { position: absolute; z-index: -1; inset: 0; opacity: .23; background-image: linear-gradient(rgba(72, 157, 232, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(72, 157, 232, .12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 92%); }
.eyebrow { margin: 0 0 28px; color: #a9b8ca; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; margin-right: 13px; padding: 9px 12px; background: var(--accent); color: #fff; }
.hero-split h1 { margin: 0; font-size: clamp(65px, 8.5vw, 126px); line-height: .79; letter-spacing: -.08em; text-transform: uppercase; }
.hero-split h1 span, .hero-split h1 em { display: block; font-style: normal; }
.hero-split h1 small { display: block; margin: .48em 0 .42em .1em; color: var(--accent-2); font-size: .12em; letter-spacing: .26em; }
.hero-split h1 em { color: transparent; -webkit-text-stroke: 1.5px rgba(230, 239, 249, .78); }
.hero-split .lead { max-width: 650px; margin: 32px 0 0; color: #b2c0d1; font-size: 18px; line-height: 1.7; }
.hero-facts { display: flex; margin: 46px 0 0; }
.hero-facts div { min-width: 165px; padding: 17px 20px; border: 1px solid var(--line); background: rgba(11, 27, 46, .65); }
.hero-facts dt { color: #71869f; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.hero-facts dd { margin: 7px 0 0; font-size: 13px; font-weight: 800; }
.versus-card { position: relative; min-height: 550px; padding: 55px 42px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(39, 137, 255, .12), rgba(255, 210, 41, .06)); }
.pitch-lines { position: absolute; inset: 20px; z-index: 0; opacity: .24; border: 1px solid #dce9f5; }
.pitch-lines::before { content: ""; position: absolute; top: 50%; left: 0; right: 0; border-top: 1px solid #dce9f5; }
.pitch-lines::after { content: ""; position: absolute; top: 50%; left: 50%; width: 120px; height: 120px; border: 1px solid #dce9f5; border-radius: 50%; transform: translate(-50%, -50%); }
.team, .versus { position: relative; z-index: 1; }
.team { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 17px; }
.team span { width: 75px; height: 75px; display: grid; place-items: center; border-radius: 50%; font-size: 17px; font-weight: 950; }
.team-fr span { background: linear-gradient(90deg, #133e90 0 33%, #fff 33% 66%, #ed2939 66%); color: #06101d; }
.team-es span { background: linear-gradient(#c60b1e 0 27%, #ffc400 27% 73%, #c60b1e 73%); color: #601019; }
.team strong { font-size: 24px; text-transform: uppercase; }
.team i { color: var(--muted); font-size: 12px; font-style: normal; }
.versus { align-self: center; padding: 12px; border: 1px solid var(--line); background: var(--page); color: var(--accent-2); font-size: 13px; }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.fact-grid article { min-height: 230px; padding: 28px; background: var(--surface); }
.fact-grid span { color: var(--accent); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.fact-grid strong { display: block; margin-top: 35px; font-size: 24px; letter-spacing: -.04em; }
.fact-grid p { color: var(--muted); line-height: 1.65; }
.squad-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.squad-columns article { min-height: 330px; padding: 35px; background: var(--surface); }
.squad-columns header { display: flex; justify-content: space-between; align-items: center; }
.squad-columns header span { font-size: 32px; font-weight: 950; text-transform: uppercase; }
.squad-columns header b { color: var(--accent-2); }
.squad-columns p { margin: 60px 0 20px; font-size: 20px; line-height: 1.65; }
.squad-columns small { color: var(--muted); line-height: 1.6; }
.route-table { border: 1px solid var(--line); }
.route-table > div { display: grid; grid-template-columns: 1fr 120px 1fr; min-height: 78px; align-items: center; border-top: 1px solid var(--line); }
.route-table > div:first-child { border-top: 0; }
.route-table span { padding: 20px 27px; font-size: 17px; }
.route-table span:last-child { text-align: right; }
.route-table b { align-self: stretch; display: grid; place-items: center; border-right: 1px solid var(--line); border-left: 1px solid var(--line); color: var(--accent-2); font-size: 11px; }
.route-head { background: var(--surface-2); font-weight: 900; text-transform: uppercase; }
.faq details { max-width: 920px; margin-left: auto; border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 24px 52px 24px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; color: var(--accent); font-size: 24px; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 700px; margin: -3px 0 28px; color: var(--muted); line-height: 1.7; }
.footer { width: min(100% - 48px, var(--max)); min-height: 145px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.footer p { text-align: center; line-height: 1.6; }
.footer > a:last-child { justify-self: end; }

/* Football editorial page */
.site-football { color-scheme: light; --page: #f2eedf; --surface: #faf7ec; --surface-2: #e4dfce; --text: #142019; --muted: #58645b; --line: rgba(20, 45, 29, .2); --accent: #0e6b3b; --accent-2: #e44737; background: var(--page); color: var(--text); }
.editorial-header { width: min(100% - 48px, var(--max)); height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--text); }
.editorial-logo { font-family: Georgia, serif; font-size: 24px; font-weight: 950; letter-spacing: -.06em; }
.editorial-logo span { color: var(--accent); }
.editorial-header nav { display: flex; gap: 32px; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.editorial-header time { font-family: ui-monospace, monospace; font-size: 12px; }
.editorial-hero { position: relative; width: min(100% - 48px, var(--max)); min-height: 730px; margin: 0 auto; padding: 85px 0 70px; display: grid; grid-template-columns: 1.45fr .55fr; gap: 65px; align-items: end; border-bottom: 1px solid var(--line); }
.editorial-hero::before { content: ""; position: absolute; right: 8%; top: 70px; width: 360px; height: 530px; opacity: .17; border: 2px solid var(--accent); background: repeating-linear-gradient(90deg, transparent 0 59px, var(--accent) 59px 60px), repeating-linear-gradient(0deg, transparent 0 59px, var(--accent) 59px 60px); transform: rotate(4deg); }
.issue { position: absolute; top: 35px; left: 0; color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.editorial-title { position: relative; z-index: 1; }
.editorial-title > p { margin: 0 0 20px; font-family: Georgia, serif; font-size: 20px; font-style: italic; }
.editorial-title h1 { max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 9vw, 125px); font-weight: 500; line-height: .84; letter-spacing: -.07em; }
.status-badge { display: inline-block; margin-top: 30px; padding: 9px 13px; border: 1px solid var(--accent); color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.kickoff-card { position: relative; z-index: 1; padding: 35px; border-top: 8px solid var(--accent-2); background: var(--text); color: var(--page); }
.kickoff-card span { font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.kickoff-card strong { display: block; margin-top: 25px; font-family: Georgia, serif; font-size: 75px; line-height: .8; }
.kickoff-card p { margin: 22px 0 45px; }
.kickoff-card i { color: #bbc7bd; font-size: 12px; }
.editorial-hero .actions { grid-column: 1 / -1; margin-top: 0; }
.site-football .button { background: var(--accent); }
.site-football .button-live { background: transparent; color: var(--accent); }
.site-football .player-frame { background: var(--text); }
.editorial-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; }
.dropcap { margin: 0; font-family: Georgia, serif; font-size: 28px; line-height: 1.55; }
.dropcap::first-letter { float: left; margin: .08em .12em 0 0; color: var(--accent); font-size: 4.3em; line-height: .75; }
.availability { align-self: center; padding: 28px; border-left: 5px solid var(--accent-2); background: var(--surface); }
.availability span { color: var(--accent-2); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.availability p { line-height: 1.7; }
.lineup-sheet > header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 45px; }
.lineup-sheet > header div { display: flex; align-items: baseline; gap: 18px; }
.lineup-sheet > header span { color: var(--accent); font-weight: 950; }
.lineup-sheet h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(55px, 8vw, 100px); font-weight: 500; letter-spacing: -.06em; }
.lineup-sheet > header b { padding: 10px 13px; border: 1px solid var(--text); }
.formation { position: relative; min-height: 610px; padding: 50px 40px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 2px solid rgba(255, 255, 255, .55); background: #176c3e; color: #fff; }
.formation::before { content: ""; position: absolute; inset: 7%; border: 1px solid rgba(255, 255, 255, .6); background: linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, .55) 50%, transparent 50.1%); }
.formation::after { content: ""; position: absolute; top: 50%; left: 50%; width: 130px; height: 130px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 50%; transform: translate(-50%, -50%); }
.formation-row { position: relative; z-index: 1; display: grid; gap: 17px; justify-content: space-around; }
.formation-row.one { grid-template-columns: minmax(100px, 190px); }
.formation-row.two { grid-template-columns: repeat(2, minmax(100px, 190px)); }
.formation-row.three { grid-template-columns: repeat(3, minmax(90px, 170px)); }
.formation-row.four { grid-template-columns: repeat(4, minmax(80px, 150px)); }
.formation-row span { padding: 10px 13px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 20px; background: rgba(9, 39, 23, .78); text-align: center; font-size: 13px; font-weight: 800; }
.lineup-spain .formation { background: #a91929; }
.lineup-spain .formation-row span { background: rgba(85, 8, 18, .82); }
.lineup-note { max-width: 760px; margin: 45px 0 0 auto; padding: 28px; border-left: 5px solid var(--accent); background: var(--surface); }
.lineup-note h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.lineup-note p { color: var(--muted); line-height: 1.75; }
.tactical-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.tactical-grid article { min-height: 300px; padding: 38px; background: var(--surface); }
.tactical-grid span { color: var(--accent); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.tactical-grid h3 { margin: 45px 0 18px; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.tactical-grid p { color: var(--muted); line-height: 1.7; }
.editorial-footer { color: var(--muted); }

/* HD / broadcast page */
.site-hd { --page: #050509; --surface: #0d0d14; --surface-2: #151522; --text: #f8f7ff; --muted: #9d9aac; --line: rgba(234, 230, 255, .16); --accent: #ef2d78; --accent-2: #4ce5dc; background: var(--page); }
.broadcast-header { position: absolute; z-index: 20; top: 0; left: 50%; width: min(100% - 48px, var(--max)); height: 78px; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.hd-logo { display: inline-flex; align-items: center; gap: 7px; font-style: italic; font-weight: 950; }
.hd-logo span { padding: 5px 7px; background: var(--accent); font-size: 10px; }
.hd-logo b { font-size: 22px; }
.broadcast-header nav { display: flex; gap: 34px; color: #b9b5c8; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.signal { display: flex; align-items: center; gap: 9px; font-family: ui-monospace, monospace; font-size: 10px; }
.signal i, .on-air i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px var(--accent); }
.broadcast-hero { position: relative; min-height: 850px; padding: 145px max(24px, calc((100vw - var(--max)) / 2)) 70px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; isolation: isolate; }
.broadcast-hero::before { content: ""; position: absolute; z-index: -3; inset: 0; background: radial-gradient(circle at 72% 38%, rgba(76, 229, 220, .17), transparent 25%), radial-gradient(circle at 20% 55%, rgba(239, 45, 120, .2), transparent 32%), linear-gradient(120deg, #050509, #0c0c15 58%, #050509); }
.broadcast-hero::after { content: "101"; position: absolute; z-index: -2; right: 3vw; top: 110px; color: transparent; -webkit-text-stroke: 1px rgba(76, 229, 220, .19); font-size: min(38vw, 520px); font-weight: 950; line-height: .8; letter-spacing: -.11em; }
.broadcast-noise { position: absolute; z-index: -1; inset: 0; opacity: .35; background: repeating-linear-gradient(0deg, transparent 0 4px, rgba(255, 255, 255, .014) 4px 5px); }
.on-air { display: flex; align-items: center; gap: 10px; margin: 0 0 30px; color: var(--accent-2); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.broadcast-hero h1 { max-width: 1150px; margin: 0; font-size: clamp(66px, 11vw, 155px); line-height: .78; letter-spacing: -.085em; text-transform: uppercase; }
.broadcast-hero h1 span { color: var(--accent); }
.broadcast-meta { display: flex; align-items: center; gap: 25px; margin-top: 42px; }
.broadcast-meta > strong { color: var(--accent-2); font-family: ui-monospace, monospace; font-size: clamp(65px, 9vw, 110px); line-height: .8; letter-spacing: -.08em; }
.broadcast-meta div { padding-left: 25px; border-left: 1px solid var(--line); }
.broadcast-meta span, .broadcast-meta b { display: block; }
.broadcast-meta span { color: var(--muted); font-size: 12px; }
.broadcast-meta b { margin-top: 8px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.broadcast-lead { max-width: 650px; margin: 30px 0 0; color: #b1aebe; font-size: 17px; line-height: 1.7; }
.score-preview { position: absolute; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 70px; display: flex; align-items: center; border: 1px solid var(--line); }
.score-preview span, .score-preview b { padding: 17px 20px; }
.score-preview b { border-right: 1px solid var(--line); border-left: 1px solid var(--line); color: var(--accent-2); }
.online-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.online-grid article { min-height: 250px; padding: 30px; background: var(--surface); }
.online-grid span { color: var(--accent-2); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.online-grid strong { display: block; margin-top: 38px; font-size: 32px; text-transform: uppercase; }
.online-grid p { color: var(--muted); line-height: 1.65; }
.results-board { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.results-team { border: 1px solid var(--line); background: var(--surface); }
.results-team header { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 14px; padding: 25px; border-bottom: 1px solid var(--line); }
.results-team header span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent-2); font-weight: 950; }
.results-team header strong { font-size: 28px; }
.results-team header b { color: var(--accent); font-family: ui-monospace, monospace; }
.results-team > p { margin: 0; padding: 16px 25px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.results-team > p:last-child { border-bottom: 0; }
.results-team > p span { color: var(--muted); }
.history-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.history-line article { min-height: 330px; padding: 35px; background: var(--surface); }
.history-line time { color: var(--accent-2); font-family: ui-monospace, monospace; }
.history-line b { display: block; margin: 50px 0 25px; color: transparent; -webkit-text-stroke: 1px var(--accent); font-size: 70px; letter-spacing: -.07em; }
.history-line p { color: var(--muted); line-height: 1.7; }

@media (max-width: 980px) {
  .topbar nav, .broadcast-header nav, .editorial-header nav { display: none; }
  .hero-split { grid-template-columns: 1fr; padding-top: 145px; }
  .versus-card { min-height: 420px; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .editorial-hero { grid-template-columns: 1fr; }
  .editorial-hero::before { right: 0; }
  .kickoff-card { max-width: 420px; }
  .editorial-intro { grid-template-columns: 1fr; gap: 40px; }
  .formation-row.four { grid-template-columns: repeat(2, minmax(100px, 190px)); row-gap: 12px; }
  .results-board { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .section, .topbar, .hero-split, .footer, .editorial-header, .editorial-hero, .broadcast-header { width: min(100% - 32px, var(--max)); }
  .section { padding: 78px 0; }
  .section-heading h2 { font-size: clamp(38px, 13vw, 62px); }
  .section-heading p { font-size: 15px; }
  .independent, .editorial-header time, .signal { display: none; }
  .hero-split { min-height: 0; padding: 135px 0 65px; gap: 50px; }
  .hero-split h1 { font-size: clamp(56px, 19vw, 86px); }
  .hero-split .lead { font-size: 15px; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-facts div { min-width: 0; padding: 14px; }
  .hero-facts div:last-child { grid-column: 1 / -1; }
  .versus-card { min-height: 360px; padding: 40px 25px; }
  .team { grid-template-columns: 58px 1fr; }
  .team span { width: 55px; height: 55px; font-size: 13px; }
  .team strong { font-size: 19px; }
  .team i { display: none; }
  .fact-grid, .squad-columns, .tactical-grid, .online-grid, .history-line { grid-template-columns: 1fr; }
  .fact-grid article { min-height: 190px; }
  .squad-columns article { min-height: 280px; padding: 25px; }
  .squad-columns p { margin-top: 40px; font-size: 17px; }
  .route-table > div { grid-template-columns: 1fr 55px 1fr; }
  .route-table span { padding: 15px 9px; font-size: 12px; }
  .video-wrapper, .dreams-player { min-height: 0; }
  .player-frame { padding: 5px; }
  .footer { grid-template-columns: 1fr; padding: 35px 0; text-align: center; }
  .footer > a, .footer > a:last-child { justify-self: center; }
  .footer p { margin: 0; }
  .editorial-hero { min-height: 0; padding-top: 85px; }
  .editorial-title h1 { font-size: clamp(50px, 17vw, 80px); }
  .editorial-hero::before { width: 240px; height: 380px; }
  .dropcap { font-size: 21px; }
  .lineup-sheet > header { align-items: center; }
  .lineup-sheet > header div { display: block; }
  .lineup-sheet h2 { font-size: 52px; }
  .formation { min-height: 560px; padding: 35px 12px; }
  .formation-row.two, .formation-row.three, .formation-row.four { gap: 7px; }
  .formation-row.three { grid-template-columns: repeat(3, 1fr); }
  .formation-row.two, .formation-row.four { grid-template-columns: repeat(2, 1fr); }
  .formation-row span { padding: 8px 4px; font-size: 10px; }
  .broadcast-hero { min-height: 780px; padding: 130px 16px 110px; }
  .broadcast-hero h1 { font-size: clamp(58px, 20vw, 92px); }
  .broadcast-meta { align-items: flex-start; }
  .broadcast-meta > strong { font-size: 58px; }
  .score-preview { right: 16px; bottom: 45px; }
  .results-team header { grid-template-columns: 55px 1fr auto; padding: 18px; }
  .results-team header span { width: 48px; height: 48px; }
  .results-team header strong { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
