:root {
  --ink: #071a33;
  --ink-2: #0d284d;
  --blue: #1769e8;
  --blue-bright: #2f83ff;
  --paper: #f4f6f8;
  --white: #ffffff;
  --muted: #5e6b7c;
  --rule: #d8dee7;
  --red: #eb3d4f;
  --serif: "Source Serif 4", Georgia, serif;
  --condensed: "Barlow Condensed", "Arial Narrow", sans-serif;
  --sans: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; background: white; padding: .75rem 1rem; transform: translateY(-200%); }
.skip-link:focus { transform: none; }

.preview-note { background: var(--ink); color: #c9d6e8; text-align: center; padding: 6px 20px; font-size: .75rem; letter-spacing: .04em; }
.preview-note span { color: white; font-weight: 800; margin-right: 10px; letter-spacing: .12em; }
.site-header { background: white; border-bottom: 1px solid var(--rule); }
.masthead { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark { width: 96px; height: 68px; display: block; flex: none; object-fit: contain; }
.brand-type { display: flex; flex-direction: column; line-height: .9; text-transform: uppercase; }
.brand-type strong { font-family: var(--serif); font-size: clamp(1.7rem, 3.5vw, 2.65rem); letter-spacing: -.045em; }
.brand-type span { margin-top: 9px; color: var(--blue); font-family: var(--condensed); font-weight: 800; font-size: 1.05rem; letter-spacing: .22em; }
.edition { margin: 0; padding-left: 24px; border-left: 1px solid var(--rule); text-align: right; font-family: var(--condensed); font-weight: 800; font-size: .8rem; line-height: 1.25; letter-spacing: .12em; }
.edition span { color: var(--muted); font-weight: 600; }
.main-nav { border-top: 1px solid var(--rule); }
.nav-inner { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); height: 48px; overflow-x: auto; scrollbar-width: none; }
.nav-inner a { position: relative; flex: none; font-family: var(--condensed); font-size: .92rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nav-inner a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -14px; height: 3px; background: var(--blue); transition: right .2s ease; }
.nav-inner a:hover::after, .nav-inner a.active::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.score-ribbon { background: var(--ink); color: white; border-bottom: 4px solid var(--blue); }
.score-layout { display: grid; grid-template-columns: 155px 1fr; align-items: stretch; }
.score-label { display: flex; align-items: center; gap: 11px; padding-right: 20px; border-right: 1px solid #28425f; }
.score-label small, .score-label strong { display: block; font-family: var(--condensed); line-height: 1; }
.score-label small { color: #96aac3; font-size: .7rem; letter-spacing: .16em; }
.score-label strong { margin-top: 5px; font-size: .95rem; letter-spacing: .08em; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(235,61,79,.16); }
.score-scroll { display: flex; overflow-x: auto; scrollbar-width: thin; }
.score { flex: 0 0 220px; margin: 0; padding: 13px 20px; border-right: 1px solid #28425f; }
.score div { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 5px; color: #9fb0c5; font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.score div b { color: #6fa3ff; }
.score p { display: flex; justify-content: space-between; margin: 0; font-family: var(--condensed); font-size: .92rem; line-height: 1.28; }
.score p strong { color: white; }
.score p span { color: #aab8c9; }
.score p em { font-style: normal; font-weight: 800; }

.lead-grid { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(285px, .75fr); gap: 32px; padding-block: 34px 52px; }
.lead-story { position: relative; min-height: 585px; overflow: hidden; background: var(--ink); color: white; }
.lead-story img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.lead-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,16,35,.97) 0%, rgba(3,19,41,.81) 35%, rgba(3,19,41,.22) 68%, rgba(3,19,41,.08)); }
.lead-story::after { content: ""; position: absolute; left: 0; top: 0; width: 7px; height: 100%; background: var(--blue-bright); }
.lead-copy { position: absolute; z-index: 1; left: clamp(30px, 5vw, 64px); top: 50%; width: min(470px, calc(100% - 60px)); transform: translateY(-50%); }
.kicker { display: inline-block; font-family: var(--condensed); font-weight: 800; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.lead-copy .kicker { padding: 6px 9px; background: var(--blue); }
.lead-copy h1 { margin: 18px 0 14px; font-family: var(--condensed); font-size: clamp(3.4rem, 7vw, 5.6rem); line-height: .82; letter-spacing: -.035em; text-transform: uppercase; }
.lead-copy h1 em { color: #5ea0ff; font-style: normal; }
.lead-copy p { max-width: 440px; color: #dbe5f1; font-size: 1.02rem; line-height: 1.6; }
.story-link { display: inline-flex; gap: 18px; align-items: center; margin-top: 12px; padding-bottom: 6px; border-bottom: 2px solid var(--blue-bright); font-family: var(--condensed); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.story-link span, .community a span, .calendar-intro a span { transition: transform .2s ease; }
.story-link:hover span, .community a:hover span, .calendar-intro a:hover span { transform: translateX(5px); }
.top-rail { padding: 2px 0; }
.section-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; font-family: var(--condensed); text-transform: uppercase; }
.section-heading span { font-size: clamp(1.65rem, 3vw, 2.35rem); font-weight: 900; letter-spacing: -.02em; }
.section-heading i { flex: 1; height: 4px; background: linear-gradient(90deg, var(--blue) 0 56px, var(--ink) 56px); }
.section-heading small { color: var(--muted); font-weight: 700; letter-spacing: .1em; }
.section-heading.compact { margin-bottom: 4px; }
.section-heading.compact span { font-size: 1.35rem; }
.section-heading.compact i { height: 3px; }
.rail-story { padding: 24px 0; border-bottom: 1px solid var(--rule); }
.rail-story:last-child { border-bottom: 0; }
.rail-story h2, .rail-story h3 { margin: 8px 0; font-family: var(--serif); line-height: 1.12; letter-spacing: -.025em; }
.rail-story h2 { font-size: 1.65rem; }
.rail-story h3 { font-size: 1.25rem; }
.rail-story p { margin: 11px 0; color: var(--muted); font-size: .92rem; }
.kicker.blue { color: var(--blue); }
.byline { margin-top: 16px; color: #798596; font-family: var(--condensed); font-size: .7rem; font-weight: 800; letter-spacing: .09em; }

.latest-section { padding-block: 54px 72px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; }
.filter { border: 1px solid #bcc7d5; border-radius: 999px; background: white; color: var(--ink); padding: 8px 15px; cursor: pointer; font-family: var(--condensed); font-weight: 800; letter-spacing: .04em; }
.filter:hover, .filter:focus-visible { border-color: var(--blue); color: var(--blue); }
.filter.active { border-color: var(--blue); background: var(--blue); color: white; }
.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.news-card { display: grid; grid-template-columns: 165px 1fr; min-height: 255px; background: white; border: 1px solid var(--rule); transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(6,26,54,.09); }
.news-card[hidden] { display: none; }
.news-card.priority { grid-column: 1 / -1; grid-template-columns: minmax(260px, .72fr) 1.28fr; }
.card-art { position: relative; overflow: hidden; min-height: 100%; padding: 24px; color: white; background: var(--ink-2); isolation: isolate; }
.card-art::before, .card-art::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.card-art::before { width: 190px; height: 190px; right: -92px; bottom: -68px; box-shadow: 0 0 0 32px rgba(255,255,255,.035), 0 0 0 64px rgba(255,255,255,.025); }
.card-art::after { width: 34px; height: 34px; left: 24px; bottom: 24px; }
.card-art span { display: block; color: rgba(255,255,255,.55); font-family: var(--condensed); font-size: .75rem; font-weight: 800; letter-spacing: .15em; }
.card-art b { position: absolute; left: 24px; bottom: 24px; font-family: var(--condensed); font-size: 2rem; line-height: .84; letter-spacing: -.02em; }
.card-art::after { display: none; }
.card-art.navy { background: linear-gradient(145deg, #102d55, #1769e8); }
.card-art.pitch { background: linear-gradient(145deg, #075c4a, #159876); }
.card-art.clay { background: linear-gradient(145deg, #8a3524, #d1633d); }
.card-art.hardwood { background: linear-gradient(145deg, #8b4b16, #e09537); }
.card-art.pool { background: linear-gradient(145deg, #075788, #24a4c8); }
.card-art.lacrosse { background: linear-gradient(145deg, #34286d, #735fd3); }
.card-copy { padding: 26px; display: flex; flex-direction: column; align-items: flex-start; }
.card-copy h2, .card-copy h3 { margin: 10px 0; font-family: var(--serif); line-height: 1.12; letter-spacing: -.025em; }
.card-copy h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.card-copy h3 { font-size: 1.42rem; }
.card-copy p { margin: 4px 0 0; color: var(--muted); font-size: .91rem; }
.card-copy .byline { margin-top: auto; padding-top: 20px; }
.empty-state { padding: 32px; background: white; border: 1px dashed #b9c4d2; text-align: center; color: var(--muted); }

.calendar-band { padding: 68px 0; background: var(--ink); color: white; }
.calendar-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.eyebrow { color: #6fa3ff; font-family: var(--condensed); font-size: .78rem; font-weight: 800; letter-spacing: .14em; }
.calendar-intro h2 { margin: 7px 0; font-family: var(--condensed); font-size: clamp(3rem, 6vw, 5rem); line-height: .9; text-transform: uppercase; }
.calendar-intro p { color: #aebdd0; }
.calendar-intro a { display: inline-flex; gap: 16px; align-items: center; margin-top: 18px; color: #8bb7ff; font-family: var(--condensed); font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.event-list { border-top: 1px solid #2a4566; }
.event { display: grid; grid-template-columns: 72px 1fr auto; gap: 20px; align-items: center; padding: 19px 0; border-bottom: 1px solid #2a4566; }
.event time { display: grid; place-items: center; align-content: center; width: 64px; height: 64px; background: var(--blue); line-height: 1; }
.event time strong { font-family: var(--condensed); font-size: 1.8rem; }
.event time span { margin-top: 2px; font-family: var(--condensed); font-size: .65rem; font-weight: 800; letter-spacing: .15em; }
.event div > span, .event p { color: #91a5bf; font-size: .76rem; }
.event h3 { margin: 2px 0; font-family: var(--serif); font-size: 1.25rem; }
.event p { margin: 0; }
.event > b { padding: 6px 9px; border: 1px solid #3a5677; color: #93b9f5; font-family: var(--condensed); font-size: .65rem; letter-spacing: .1em; }

.sports-section { padding-block: 72px; }
.sport-links { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--rule); border-top: 1px solid var(--rule); }
.sport-links button { display: grid; grid-template-columns: 52px 1fr; grid-template-rows: auto auto; column-gap: 14px; text-align: left; border: 0; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: white; padding: 22px; color: var(--ink); cursor: pointer; }
.sport-links button:hover, .sport-links button:focus-visible { background: var(--ink); color: white; }
.sport-links button > span { grid-row: 1 / 3; width: 48px; height: 48px; display: grid; place-items: center; background: var(--blue); color: white; font-family: var(--condensed); font-weight: 900; }
.sport-links strong { align-self: end; font-family: var(--condensed); font-size: 1.15rem; text-transform: uppercase; }
.sport-links small { color: #788597; }
.sport-links button:hover small { color: #aebdd0; }

.community { background: var(--blue); color: white; }
.community-inner { display: grid; grid-template-columns: .8fr 1fr auto; gap: 40px; align-items: center; padding-block: 50px; }
.community .eyebrow { color: #c7dcff; }
.community h2 { margin: 3px 0 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); line-height: 1; }
.community p { margin: 0; color: #e5efff; }
.community p .contact-email { display: inline; padding: 0; background: transparent; color: white; font-family: inherit; font-weight: 700; letter-spacing: 0; text-decoration: underline; text-transform: none; white-space: normal; }
.community a { display: inline-flex; align-items: center; gap: 15px; padding: 13px 18px; background: white; color: var(--ink); font-family: var(--condensed); font-weight: 900; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }

.site-footer { background: #041326; color: white; padding: 50px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1fr .8fr .7fr; gap: 55px; align-items: center; }
.footer-brand .brand-mark { width: 52px; height: 58px; font-size: 1rem; }
.footer-brand .brand-type strong { font-size: 1.45rem; color: white; }
.footer-brand .brand-type span { font-size: .72rem; }
.footer-grid > p { color: #95a7bd; font-size: .86rem; }
.footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; font-family: var(--condensed); font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.footer-grid nav a:hover { color: #77a9f7; }
.legal { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 18px; border-top: 1px solid #1d324d; color: #71849c; font-size: .72rem; }

@media (max-width: 900px) {
  .lead-grid { grid-template-columns: 1fr; }
  .top-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .top-rail .section-heading { grid-column: 1 / -1; }
  .rail-story { border-bottom: 0; border-top: 1px solid var(--rule); }
  .story-grid { grid-template-columns: 1fr; }
  .news-card.priority { grid-column: auto; }
  .calendar-grid { grid-template-columns: 1fr; }
  .sport-links { grid-template-columns: repeat(2, 1fr); }
  .community-inner { grid-template-columns: 1fr 1fr; }
  .community-inner > a { grid-column: 1 / -1; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid nav { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .preview-note { text-align: left; font-size: .68rem; }
  .masthead { min-height: 88px; }
  .brand-mark { width: 49px; height: 54px; font-size: .95rem; }
  .brand-type strong { font-size: 1.38rem; }
  .brand-type span { margin-top: 7px; font-size: .68rem; letter-spacing: .14em; }
  .edition { display: none; }
  .menu-button { display: block; }
  .main-nav { display: none; }
  .main-nav.open { display: block; }
  .nav-inner { height: auto; flex-direction: column; align-items: stretch; gap: 0; padding-block: 8px; }
  .nav-inner a { padding: 10px 0; }
  .nav-inner a::after { display: none; }
  .score-layout { grid-template-columns: 1fr; }
  .score-label { padding: 12px 0; border-right: 0; border-bottom: 1px solid #28425f; }
  .score-scroll { margin-right: -14px; }
  .score { flex-basis: 190px; padding-inline: 14px; }
  .lead-grid { padding-block: 20px 38px; gap: 24px; }
  .lead-story { min-height: 510px; }
  .lead-story img { object-position: 64% center; }
  .lead-shade { background: linear-gradient(90deg, rgba(2,16,35,.96), rgba(3,19,41,.72) 72%, rgba(3,19,41,.25)); }
  .lead-copy { left: 28px; width: calc(100% - 56px); }
  .lead-copy h1 { font-size: 3.35rem; }
  .lead-copy p { font-size: .92rem; }
  .top-rail { display: block; }
  .rail-story { border-top: 0; border-bottom: 1px solid var(--rule); }
  .section-heading { align-items: flex-end; flex-wrap: wrap; }
  .section-heading small { width: 100%; }
  .latest-section, .sports-section { padding-block: 44px; }
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; margin-right: -14px; }
  .filter { flex: none; }
  .news-card, .news-card.priority { grid-template-columns: 1fr; }
  .card-art { min-height: 175px; }
  .card-copy h2 { font-size: 1.55rem; }
  .event { grid-template-columns: 60px 1fr; gap: 13px; }
  .event time { width: 56px; height: 56px; }
  .event > b { display: none; }
  .sport-links { grid-template-columns: 1fr; }
  .community-inner { grid-template-columns: 1fr; gap: 20px; padding-block: 40px; }
  .community-inner > a { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-grid nav { grid-column: auto; }
  .legal { flex-direction: column; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Community game coverage */
.game-lead .lead-copy { top:auto; bottom:36px; transform:none; }
.game-lead .lead-copy h1 {font-size:clamp(2.5rem,5vw,4rem);line-height:1;}
.game-lead .lead-shade {background:linear-gradient(0deg,rgba(2,16,35,.98),rgba(2,16,35,.75) 42%,transparent 85%);}
.game-lead img {object-position:center;}
.story-photo {display:block;overflow:hidden;max-height:340px;}
.story-photo img {height:100%;object-fit:cover;object-position:center 45%;}
.article-page {padding-block:30px 64px;}
.back-link {display:inline-block;color:var(--blue);margin-bottom:30px;}
.article-header {max-width:860px;margin:0 auto 32px;}
.article-header h1 {font-family:var(--serif);font-size:clamp(2.2rem,5vw,4rem);line-height:1.08;letter-spacing:-.035em;margin:15px 0;}
.article-deck {font-size:1.2rem;color:var(--muted);}
.article-source {font-size:.875rem;color:var(--muted);}
.matchup-card { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; margin-top: 28px; padding: 22px; background: var(--ink); border-top: 5px solid var(--blue-bright); color: white; text-align: center; }
.matchup-card span { display: grid; gap: 5px; }
.matchup-card small { color: #8eb8ff; font-family: var(--condensed); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.matchup-card strong { font-family: var(--condensed); font-size: 1.2rem; text-transform: uppercase; }
.matchup-card em { color: #c7d7ed; font-style: normal; font-weight: 700; }
.matchup-card > b { color: var(--blue-bright); font-family: var(--condensed); font-size: .9rem; letter-spacing: .1em; line-height: 1.1; }
.matchup-card > p { grid-column: 1 / -1; margin: 0; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.18); color: #c7d7ed; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.final-score {display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px;background:var(--ink);color:white;margin-top:28px;}
.final-score span {display:flex;flex-direction:column;font-weight:600;}
.final-score strong {font-family:var(--condensed);font-size:2.7rem;line-height:1.2;}
.final-score b {font-size:.875rem;color:#8bb7ff;}
.article-page figure {margin:0;}
.game-figure {background:var(--ink);}
.game-figure figcaption {color:#dae4f1;padding:12px 20px;}
.midgame-hero {max-width:980px;margin:0 auto 36px !important;}
.midgame-hero img {width:100%;max-height:560px;object-fit:cover;}
.midgame-inline {max-width:760px;margin:38px auto 0 !important;}
.midgame-inline img {width:100%;max-height:520px;object-fit:cover;}
.scoreboard-figure {max-width:560px;margin:38px auto !important;}
.scoreboard-figure img {display:block;width:100%;height:auto;}
.article-body-continued {margin-top:38px;}
.article-page figcaption {font-size:.875rem;line-height:1.5;margin-top:8px;}
.article-body {max-width:740px;margin:40px auto;font-family:Georgia,serif;font-size:1.125rem;line-height:1.85;}
.article-body p {margin-bottom:24px;}
.article-gallery {display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:860px;margin:40px auto;}
.article-gallery img {height:560px;object-fit:contain;background:#071a33;}
.original-link {max-width:740px;margin:32px auto;color:var(--blue);text-decoration:underline;}
a:focus-visible,button:focus-visible {outline:3px solid var(--blue-bright);outline-offset:4px;}
@media(max-width:680px){.article-gallery{grid-template-columns:1fr;}.article-gallery img{height:auto;max-height:600px;}.final-score{font-size:.875rem;gap:12px;padding:16px;}.matchup-card{grid-template-columns:1fr;gap:14px;}.matchup-card>p{grid-column:1;}.game-lead .lead-copy{bottom:28px;}.story-photo{height:260px;}}

/* Cumberland Sideline coverage directory */
.coverage-ribbon { background: var(--ink); color: white; border-bottom: 4px solid var(--blue); }
.ribbon-inner { min-height: 58px; display: flex; align-items: center; gap: 24px; }
.ribbon-inner strong { font-family: var(--condensed); letter-spacing: .1em; }
.ribbon-inner span { color: #aebdd0; font-size: .88rem; }
.coverage-section { padding-block: 72px; scroll-margin-top: 54px; }
.section-intro { max-width: 720px; margin: -26px 0 32px; color: var(--muted); }
.program-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.program-card { position: relative; overflow: hidden; min-height: 360px; padding: 32px; background: white; border: 1px solid var(--rule); }
.program-card.unified { grid-column: 1 / -1; min-height: 0; }
.program-number { position: absolute; right: 24px; top: 8px; color: #e8edf3; font-family: var(--condensed); font-size: 5rem; font-weight: 900; line-height: 1; }
.program-card h2 { position: relative; margin: 7px 0 22px; font-family: var(--serif); font-size: 2rem; }
.sport-list { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 20px; margin: 0; padding: 0; list-style: none; }
.sport-list li { padding-bottom: 8px; border-bottom: 1px solid var(--rule); font-family: var(--condensed); font-weight: 700; }
.sport-list li, .inline-sports li { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.stat-trigger { flex: none; border: 1px solid #9eb7da; background: transparent; color: var(--blue); padding: 3px 7px; cursor: pointer; font-family: var(--condensed); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.stat-trigger:hover, .stat-trigger:focus-visible { border-color: var(--blue); background: var(--blue); color: white; }
.rundown-trigger { flex: none; border: 1px solid var(--blue); background: var(--blue); color: white; padding: 4px 8px; cursor: pointer; font-family: var(--condensed); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rundown-trigger:hover, .rundown-trigger:focus-visible { background: var(--ink-2); border-color: var(--ink-2); }
.compact-list { grid-template-columns: repeat(3, 1fr); }
.card-note { margin: 26px 0 0; color: var(--muted); }
.dark-section { padding-block: 72px; background: var(--ink); color: white; scroll-margin-top: 54px; }
.section-heading.light span, .section-heading.light small { color: white; }
.section-heading.light i { background: #294766; }
.light-copy { color: #9db0c8; }
.middle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.school-card { display: grid; grid-template-columns: 82px 1fr; gap: 24px; min-height: 330px; padding: 32px; background: #0d284d; border: 1px solid #294766; }
.school-initials { width: 72px; height: 72px; display: grid; place-items: center; background: var(--blue); font-family: var(--condensed); font-weight: 900; font-size: 1.6rem; }
.school-card h2 { margin: 8px 0 22px; font-family: var(--serif); font-size: 2rem; line-height: 1.05; }
.inline-sports { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.inline-sports li { padding: 6px 10px; border: 1px solid #3b5878; color: #d2deed; font-size: .82rem; }
.inline-sports .stat-trigger { border-color: #55769a; color: #9fc3ff; }
.inline-sports .rundown-trigger:hover, .inline-sports .rundown-trigger:focus-visible { background: white; border-color: white; color: var(--ink); }
.league-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.league-card { display: grid; grid-template-columns: 92px 1fr; gap: 24px; min-height: 270px; padding: 30px; background: white; border: 1px solid var(--rule); }
.league-code { width: 76px; height: 76px; display: grid; place-items: center; background: var(--ink); color: white; font-family: var(--condensed); font-size: 1.35rem; font-weight: 900; }
.soccer-card .league-code { background: #087054; }
.hockey-card .league-code { background: #0a6b9a; }
.baseball-card .league-code { background: #a94327; }
.league-card h2 { margin: 7px 0 12px; font-family: var(--serif); font-size: 2rem; line-height: 1.05; }
.league-card p { color: var(--muted); }
.league-card a { color: var(--blue); font-family: var(--condensed); font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.league-stat-trigger { margin-top: 12px; padding: 8px 12px; }
.league-actions { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.league-actions .league-stat-trigger { margin-top: 0; }
.league-rundown-trigger { padding: 9px 12px; }
.stats-center { padding-block: 72px; background: var(--ink); color: white; scroll-margin-top: 54px; }
.stats-intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(36px, 8vw, 110px); align-items: end; }
.stats-intro-grid h2 { margin: 8px 0 0; font-family: var(--condensed); font-size: clamp(3rem, 6vw, 5.2rem); line-height: .84; letter-spacing: -.025em; text-transform: uppercase; }
.stats-intro-grid p { margin: 0 0 7px; color: #b9c9db; font-size: 1.02rem; }
.stats-preview { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border-top: 1px solid #2b4869; border-left: 1px solid #2b4869; }
.stats-preview article { display: grid; gap: 4px; padding: 26px; border-right: 1px solid #2b4869; border-bottom: 1px solid #2b4869; }
.stats-preview span { color: #6fa3ff; font-family: var(--condensed); font-weight: 900; }
.stats-preview strong { font-family: var(--serif); font-size: 1.25rem; }
.stats-preview small { color: #91a6bf; }
.stats-dialog { width: min(760px, calc(100% - 28px)); max-height: 90vh; border: 0; padding: 0; color: var(--ink); box-shadow: 0 28px 90px rgba(0,0,0,.45); }
.stats-dialog::backdrop { background: rgba(2, 14, 30, .78); }
.stats-dialog-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; padding: 28px 30px 22px; border-bottom: 4px solid var(--blue); }
.stats-dialog-head h2 { margin: 4px 0 0; font-family: var(--serif); font-size: clamp(2rem, 5vw, 3rem); line-height: 1; }
.stats-close { width: 42px; height: 42px; border: 1px solid var(--rule); background: white; color: var(--ink); cursor: pointer; font-size: 1.8rem; line-height: 1; }
.stats-status { margin: 0; padding: 20px 30px 0; color: var(--muted); }
.stat-panels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 22px 30px; }
.stat-panels section { min-height: 145px; padding: 18px; background: #eef2f7; border-top: 3px solid var(--blue); }
.stat-panels span { color: var(--blue); font-family: var(--condensed); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.stat-panels h3 { margin: 8px 0 22px; font-family: var(--serif); font-size: 1.1rem; }
.stat-panels strong { color: var(--muted); font-size: .82rem; }
.stats-results { margin: 0 30px 22px; padding: 18px 20px; background: #f3f6fa; border-left: 4px solid var(--blue); }
.stats-results[hidden] { display: none; }
.stats-results > span { color: var(--blue); font-family: var(--condensed); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.stats-results h3 { margin: 4px 0 10px; font-family: var(--serif); font-size: 1.3rem; }
.stats-results ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.stats-results li { padding-bottom: 7px; border-bottom: 1px solid var(--rule); font-size: .92rem; font-weight: 700; }
.stats-results li:last-child { padding-bottom: 0; border-bottom: 0; }
.stats-verification { margin: -4px 30px 22px; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.football-roster { margin: 0 30px 24px; border-top: 4px solid var(--blue); }
.football-roster-head { padding: 20px 0 14px; }
.football-roster-head span { color: var(--blue); font-family: var(--condensed); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.football-roster-head h3 { margin: 5px 0 0; font-family: var(--serif); font-size: 1.45rem; }
.football-roster-head a { display: inline-block; margin-top: 8px; color: var(--blue); font-size: .78rem; font-weight: 800; }
.football-roster-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.roster-empty { grid-column: 1 / -1; margin: 0; padding: 18px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); color: var(--muted); font-size: .9rem; line-height: 1.5; }
.football-player { display: grid; grid-template-columns: 46px 1fr; gap: 12px; align-items: center; min-width: 0; padding: 12px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.football-player > strong { display: grid; place-items: center; width: 40px; height: 40px; background: var(--blue); color: white; font-family: var(--condensed); font-size: 1rem; }
.football-player span { display: grid; min-width: 0; gap: 2px; }
.football-player b { overflow-wrap: anywhere; font-family: var(--condensed); font-size: .92rem; line-height: 1.1; }
.football-player small { color: var(--muted); font-size: .74rem; text-transform: uppercase; }
.stats-submit { display: flex; justify-content: space-between; align-items: center; margin: 0 30px 30px; padding: 14px 17px; background: var(--blue); color: white; font-family: var(--condensed); font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.rundown-list { display: grid; padding: 22px 30px 30px; }
.rundown-item { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; border-top: 1px solid var(--rule); }
.rundown-item:first-child { border-top: 3px solid var(--blue); }
.rundown-item span { display: grid; gap: 3px; }
.rundown-item small { color: var(--blue); font-family: var(--condensed); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rundown-item strong { font-family: var(--serif); font-size: 1.25rem; line-height: 1.2; }
.rundown-item em { color: var(--muted); font-size: .8rem; font-style: normal; text-transform: uppercase; }
.rundown-item b { color: var(--blue); font-size: 1.5rem; }
.rundown-empty { margin: 0; padding: 28px; border: 1px dashed #aebdce; background: #eef2f7; color: var(--muted); text-align: center; }
.division-list { margin: 18px 0 0; padding: 0; list-style: none; }
.division-list li { display: grid; gap: 2px; padding: 9px 0; border-top: 1px solid var(--rule); }
.division-list span { color: var(--muted); font-size: .82rem; }
.heroes-section { padding-block: 80px; color: white; background: linear-gradient(125deg, #0d284d 0%, #071a33 62%, #123e72 100%); scroll-margin-top: 54px; }
.heroes-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.heroes-copy h2 { margin: 8px 0 22px; font-family: var(--condensed); font-size: clamp(3.5rem, 7vw, 6rem); line-height: .82; text-transform: uppercase; letter-spacing: -.025em; }
.heroes-copy > p { color: #c4d2e4; font-size: 1.05rem; }
.elementary-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.elementary-list span { padding: 6px 10px; border: 1px solid #416183; color: #dbe7f5; font-size: .78rem; }
.hero-form { padding: 34px; background: white; color: var(--ink); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.hero-form h3 { margin: 0; font-family: var(--serif); font-size: 2rem; }
.hero-form > p { margin: 5px 0 22px; color: var(--muted); }
.hero-form label { display: grid; gap: 6px; margin-top: 15px; font-family: var(--condensed); font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.hero-form input, .hero-form select, .hero-form textarea { width: 100%; min-height: 46px; border: 1px solid #b8c4d2; border-radius: 0; background: white; color: var(--ink); padding: 10px 12px; font: 400 1rem/1.4 var(--sans); text-transform: none; letter-spacing: 0; }
.hero-form textarea { resize: vertical; }
.hero-form button { width: 100%; margin-top: 20px; padding: 14px 18px; border: 0; background: var(--blue); color: white; cursor: pointer; font-family: var(--condensed); font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hero-form button:hover { background: var(--ink); }
.hero-form small { display: block; margin-top: 13px; color: var(--muted); line-height: 1.45; }

.article-share { display: inline-flex; align-items: center; gap: .5rem; margin: .25rem 0 1.25rem; padding: .7rem 1rem; border: 1px solid var(--blue); border-radius: 999px; background: #fff; color: var(--blue-dark, #0b3b79); font: 700 .9rem/1 var(--sans, Inter, sans-serif); cursor: pointer; transition: background .15s ease, color .15s ease, transform .15s ease; }
.article-share:hover, .article-share:focus-visible { background: var(--ink); color: #fff; transform: translateY(-1px); }
.article-share span { font-size: 1.1rem; }

@media (max-width: 900px) {
  .program-grid, .middle-grid, .league-grid, .heroes-grid, .stats-intro-grid { grid-template-columns: 1fr; }
  .program-card.unified { grid-column: auto; }
  .heroes-copy { max-width: 680px; }
}

@media (max-width: 680px) {
  .ribbon-inner { min-height: 68px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 1px; padding-block: 10px; }
  .coverage-section, .dark-section, .heroes-section { padding-block: 48px; }
  .section-intro { margin-top: -18px; }
  .program-card { padding: 26px 22px; }
  .sport-list, .compact-list { grid-template-columns: 1fr 1fr; }
  .school-card, .league-card { grid-template-columns: 1fr; min-height: 0; padding: 24px 22px; }
  .school-initials, .league-code { width: 62px; height: 62px; }
  .heroes-copy h2 { font-size: 3.65rem; }
  .hero-form { padding: 25px 20px; }
  .stats-preview, .stat-panels { grid-template-columns: 1fr; }
  .stats-dialog-head { padding: 22px 20px 18px; }
  .stats-status { padding: 18px 20px 0; }
  .football-roster { margin: 0 20px 20px; }
  .football-roster-list { grid-template-columns: 1fr; }
  .stat-panels { padding: 18px 20px; }
  .stats-results { margin-inline: 20px; }
  .stats-verification { margin-inline: 20px; }
  .rundown-list { padding: 18px 20px 22px; }
  .stat-panels section { min-height: 0; }
  .stats-submit { margin: 0 20px 22px; }
}
