:root {
  --paper: #f5f0e8;
  --paper-2: #ede7db;
  --paper-3: #e4ddcd;
  --ink: #14100c;
  --ink-2: #2a2318;
  --muted: #6f6557;
  --faint: #665b4d;
  --rule: #c4b8a4;
  --rule-2: #a9997f;
  --night: #0a0a0b;
  --night-2: #111114;
  --panel: #141418;
  --panel-2: #1a1a1f;
  --dark-rule: #2a2a31;
  --white: #f7f4ee;
  --dim: #a7a7b1;
  --yellow: #ffd21e;
  --red: #b3260b;
  --red-hot: #ff5a2b;
  --rust: #8b3a2a;
  --gold: #b8860b;
  --display: 'Anton', 'Arial Narrow', Impact, sans-serif;
  --cond: 'Oswald', 'Arial Narrow', sans-serif;
  --sans: 'Inter', Arial, sans-serif;
  --serif: 'Source Serif 4', Georgia, serif;
  --max: 1440px;
  --pad: clamp(18px, 4vw, 58px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
.tsp { min-height: 100vh; overflow: hidden; font-family: var(--sans); }
.tsp * { box-sizing: border-box; }
.tsp a { color: inherit; text-decoration: none; }
.tsp img { display: block; max-width: 100%; }
.tsp button, .tsp input { font: inherit; }
.tsp button { cursor: pointer; }
.tsp :is(a, button, input):focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.tsp .wrap { width: min(100%, var(--max)); margin: 0 auto; padding-inline: var(--pad); }
.skip-link { position: absolute; top: -80px; left: 18px; z-index: 200; padding: 10px 14px; background: #fff; color: #000; }
.skip-link:focus { top: 12px; }

/* Cream magazine cover */
.folio { border-bottom: 1px solid var(--rule); background: var(--paper-2); }
.folio-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.folio span { font-family: var(--cond); font-size: 10px; letter-spacing: .19em; text-transform: uppercase; color: var(--muted); }
.folio b { color: var(--ink); font-weight: 600; }

.masthead { background: var(--paper); }
.mast-inner { min-height: 144px; display: grid; grid-template-columns: 110px 1fr 150px; align-items: center; gap: 28px; border-bottom: 4px double var(--ink); }
.brand-badge { width: 96px; height: 96px; object-fit: contain; }
.nameplate { text-align: center; }
.nameplate h1 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(50px, 7.5vw, 104px); line-height: .82; letter-spacing: -.02em; text-transform: uppercase; white-space: nowrap; }
.nameplate p { margin: 12px 0 0; font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 15px; color: var(--muted); }
.nameplate .nameplate-description { max-width: 680px; margin: 6px auto 0; font-family: var(--sans); font-style: normal; font-size: 10px; line-height: 1.45; letter-spacing: .07em; }
.mast-tools { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.search { display: flex; align-items: center; gap: 8px; padding: 7px 2px; border-bottom: 1px solid var(--rule-2); }
.search svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; font-family: var(--cond); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.subscribe { padding: 10px 16px; text-align: center; background: var(--red); color: #fff; font-family: var(--cond); font-weight: 600; font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.subscribe:hover { background: var(--rust); }

.departments { background: var(--paper); border-bottom: 1px solid var(--ink); }
.nav-inner { display: flex; align-items: stretch; }
.burger { display: none; }
.nav-list { display: flex; flex: 1; overflow-x: auto; scrollbar-width: none; }
.nav-list::-webkit-scrollbar { display: none; }
.nav-list a { padding: 12px 24px; border-right: 1px solid var(--rule); font-family: var(--cond); font-weight: 500; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.nav-list a:first-child { padding-left: 0; }
.nav-list a:hover, .nav-list a.on { color: var(--red); }
.nav-list a.history-priority { color: var(--rust); font-weight: 700; box-shadow: inset 0 -3px var(--gold); }
.nav-list a.history-priority:hover { background: var(--paper-2); color: var(--red); }

/* User-editable breaking ticker */
.tick { background: #000; color: #fff; border-bottom: 1px solid var(--dark-rule); overflow: hidden; }
.tick-in { min-height: 38px; display: flex; align-items: stretch; }
.tick-tag { flex: none; display: flex; align-items: center; gap: 9px; padding: 9px 40px 9px 18px; background: var(--red); clip-path: polygon(0 0, 100% 0, calc(100% - 17px) 100%, 0 100%); font-family: var(--cond); font-weight: 600; font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.tick-tag i { width: 7px; height: 7px; border-radius: 50%; background: #fff; animation: pulse 1.4s infinite; }
.tick-mask { min-width: 0; flex: 1; overflow: hidden; }
.tick-track { display: flex; align-items: center; width: max-content; height: 100%; white-space: nowrap; animation: ticker 50s linear infinite; }
.tick:hover .tick-track, .tick:focus-within .tick-track { animation-play-state: paused; }
.tick-item { display: inline-flex; align-items: center; font-family: var(--serif); font-style: italic; font-size: 14px; color: #f3f3f5; }
.tick-item::before { content: ''; width: 5px; height: 5px; margin: 0 19px; border-radius: 50%; background: var(--red-hot); }
.tick-item:hover { color: var(--yellow); }
.tick-view { flex: none; display: flex; align-items: center; padding: 0 18px; border-left: 1px solid var(--dark-rule); background: #000; color: var(--red-hot); font-family: var(--cond); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .22; } }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Dark live newsroom */
.night { --dim: #d0d0d8; --muted: #c8c8d0; background: var(--night); color: var(--white); }
.score-deck { border-bottom: 1px solid var(--dark-rule); }
.score-inner { display: flex; min-height: 116px; padding-block: 16px; }
.score-label { width: 148px; flex: none; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding-right: 22px; border-right: 1px solid var(--dark-rule); }
.score-label strong { display: flex; align-items: center; gap: 9px; font-family: var(--cond); font-size: 12px; letter-spacing: .17em; text-transform: uppercase; }
.score-label strong i { width: 7px; height: 7px; border-radius: 50%; background: var(--red-hot); animation: pulse 1.4s infinite; }
.score-label em { color: var(--dim); font-family: var(--serif); font-size: 12px; }
.score-rail { min-width: 0; flex: 1; display: flex; overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--dark-rule) transparent; }
.loading { width: 100%; display: grid; place-items: center; padding: 24px; color: #c3c3cb; font-family: var(--cond); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.tsp-load-scores { width: 100%; min-height: 70px; display: grid; place-content: center; gap: 5px; padding: 12px 18px; border: 1px solid #34343c; background: #111115; color: #fff; text-align: left; }
.tsp-load-scores b { color: var(--yellow); font-family: var(--cond); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.tsp-load-scores span { color: #c4c4cc; font-family: var(--serif); font-size: 11px; font-style: italic; }
.tsp-load-scores:hover { border-color: var(--yellow); background: #17171c; }
.tsp-load-scores:disabled { cursor: wait; opacity: .8; }
.g { min-width: 188px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 9px 18px; border-right: 1px solid var(--dark-rule); }
.g:hover { background: var(--panel); }
.g-lg { color: var(--red-hot); font-family: var(--cond); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.g-row { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.g-row img { width: 18px; height: 18px; object-fit: contain; }
.g-tm { font-family: var(--cond); font-weight: 500; letter-spacing: .05em; }
.g-rec { color: #bcbcc5; font-size: 10px; }
.g-sc { margin-left: auto; color: #fff; font-family: var(--cond); font-weight: 700; font-size: 16px; }
.g-row.lose { color: #bcbcc5; }
.g-st { color: #c2c2ca; font-family: var(--cond); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.g-st.live { color: var(--red-hot); }

.cover { padding-block: 34px 48px; }
.cover-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 15px; color: var(--dim); font-family: var(--cond); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.cover-kicker::before { content: ''; width: 42px; height: 2px; background: var(--red); }
.cover-grid { display: grid; grid-template-columns: minmax(0, 1.62fr) 294px 364px; border-top: 1px solid var(--dark-rule); border-bottom: 1px solid var(--dark-rule); }
.lead-story { position: relative; min-height: 610px; display: flex; flex-direction: column; overflow: hidden; border-right: 1px solid var(--dark-rule); background: #0d0d11; }
.lead-story > img, .lead-story > picture { position: relative; width: 100%; height: auto; aspect-ratio: 16 / 9; flex: none; }
.lead-story > img, .lead-story > picture > img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.04) contrast(1.03) brightness(.98); transition: transform .6s ease; }
.lead-story > img { height: auto; }
.lead-story:hover > img, .lead-story:hover > picture > img { transform: scale(1.018); }
.lead-story::after { display: none; }
.lead-image-credit { position: absolute; z-index: 2; top: 14px; right: 14px; padding: 5px 7px; color: rgba(255,255,255,.86); background: rgba(0,0,0,.58); font-family: var(--sans); font-size: 8px; letter-spacing: .06em; line-height: 1.2; text-transform: uppercase; }
.lead-copy { position: relative; z-index: 2; flex: 1; padding: clamp(26px, 3vw, 40px); border-top: 1px solid var(--dark-rule); background: linear-gradient(145deg, #121217, #09090c); }
.eyebrow { display: inline-flex; align-items: center; padding: 5px 10px; background: var(--yellow); color: #111; font-family: var(--cond); font-weight: 700; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.lead-copy h2 { max-width: 740px; margin: 14px 0 11px; font-family: var(--display); font-weight: 400; font-size: clamp(38px, 4.2vw, 58px); line-height: .94; letter-spacing: -.01em; text-transform: uppercase; }
.current-news-cover > img, .current-news-cover > picture > img { object-position: center; }
.current-news-cover .lead-copy h2 { font-size: clamp(34px, 3.35vw, 50px); line-height: .97; }
.tsp-news-brief { display: inline-block; margin: 0 0 11px; color: var(--yellow); font-family: var(--cond); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.lead-copy p { max-width: 54ch; margin: 0; color: #d0d0d6; font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.5; }
.read-link { display: inline-flex; margin-top: 20px; color: var(--red-hot); font-family: var(--cond); font-weight: 600; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }

/* Editorial provenance: add only to stories produced by The Sporting Page. */
.tsp-original { display: flex; align-items: center; gap: 7px; width: max-content; max-width: 100%; margin: 7px 0 9px; color: var(--red); font-family: var(--cond); font-size: 9px; font-weight: 700; letter-spacing: .18em; line-height: 1.1; text-transform: uppercase; }
.tsp-original::before { content: ''; width: 14px; height: 3px; flex: none; background: currentColor; }
.night .tsp-original, .lead-copy .tsp-original, .league-lead-copy .tsp-original { color: var(--yellow); }
.league-page :is(.latest-card, .league-feature, .archive-panel) .tsp-original { color: var(--league); }
.history-page .tsp-original { color: var(--history); }
.watch-list a .tsp-original, .longform-list a .tsp-original { margin-bottom: 0; }
.external-source { display: block; width: max-content; max-width: 100%; margin: 6px 0 10px; color: var(--muted); font-family: var(--cond); font-size: 8px; font-weight: 700; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.night .external-source { color: #c8c8d0; }
.league-card li .external-source { margin: 4px 0 0; color: var(--accent); }

.issue-index { border-right: 1px solid var(--dark-rule); padding: 25px 25px 24px; background: var(--night-2); }
.panel-title { margin: 0; padding-bottom: 10px; border-bottom: 2px solid #f0f0f2; font-family: var(--cond); font-weight: 600; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; }
.story-list { margin: 0; padding: 0; list-style: none; }
.story-list li { display: grid; grid-template-columns: 37px 1fr; gap: 12px; padding: 19px 0; border-bottom: 1px solid var(--dark-rule); }
.story-list .number { color: var(--red-hot); font-family: var(--display); font-size: 26px; line-height: 1; }
.story-list small { display: block; margin-bottom: 5px; color: #c0c0c8; font-family: var(--cond); font-size: 9px; letter-spacing: .19em; text-transform: uppercase; }
.story-list h3 { margin: 0; font-family: var(--cond); font-weight: 600; font-size: 18px; line-height: 1.12; letter-spacing: .015em; text-transform: uppercase; }
.story-list a:hover h3 { color: var(--yellow); }
.story-list p { margin: 7px 0 0; color: #d0d0d7; font-family: var(--serif); font-size: 13px; font-style: italic; line-height: 1.4; }

.standings { min-width: 0; padding: 25px 24px; background: var(--panel); }
.standings .panel-title { margin-bottom: 8px; }
.tabs { display: flex; overflow-x: auto; border-bottom: 1px solid #3a3a42; }
.tabs button { min-width: 0; flex: 1; padding: 10px 8px 8px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #c0c0c8; font-family: var(--cond); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.tabs button:hover { color: #fff; }
.tabs button.on { border-bottom-color: var(--yellow); color: var(--yellow); }
.tabs[data-tabs] button { flex: 0 0 auto; min-width: 76px; white-space: nowrap; }
.standings [data-body] { overflow-x: auto; }
.stbl { width: 100%; min-width: 330px; border-collapse: collapse; font-family: var(--cond); font-size: 12px; }
.stbl caption { padding: 11px 0 5px; color: #c1c1c9; text-align: left; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.stbl th { padding: 6px 5px; border-bottom: 1px solid #4a4a53; color: #bdbdc6; text-align: right; font-weight: 500; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.stbl th:first-child { padding-left: 0; text-align: left; }
.stbl td { padding: 8px 5px; border-bottom: 1px solid #292930; color: #d6d6dc; text-align: right; font-variant-numeric: tabular-nums; }
.stbl td:first-child { padding-left: 0; text-align: left; }
.stbl .tm { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.stbl .tm span { width: 13px; color: #b5b5bf; }
.stbl .tm img { width: 17px; height: 17px; object-fit: contain; }
.stbl .tm b { color: #fff; font-weight: 600; }
.standings-note { display: block; margin-top: 13px; color: #c4c4cc; font-family: var(--serif); font-size: 11px; font-style: italic; }
.mlb-leaders { margin-top: 24px; padding-top: 20px; border-top: 1px solid #4a4a53; }
.mlb-leaders-head { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.mlb-leaders-head span { display: block; margin-bottom: 4px; color: var(--red-hot); font-family: var(--cond); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.mlb-leaders-head h3 { margin: 0; font-family: var(--cond); font-size: 15px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mlb-leaders-head a { color: #c4c4cc; font-family: var(--cond); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.mlb-leaders-head a:hover { color: var(--yellow); }
.mlb-leader-tabs { margin-top: 11px; }
.mlb-leader-tabs button { padding-block: 8px 7px; }
.mlb-leaders-body { min-height: 174px; }
.mlb-leader-stat { display: grid; grid-template-columns: 42px 1fr; border-bottom: 1px solid #303038; }
.mlb-leader-stat h4 { margin: 0; padding-top: 10px; color: var(--yellow); font-family: var(--cond); font-size: 10px; letter-spacing: .13em; }
.mlb-leader-stat ol { margin: 0; padding: 5px 0; list-style: none; }
.mlb-leader-stat li { display: grid; grid-template-columns: 18px minmax(0,1fr) auto; align-items: center; gap: 5px; min-height: 33px; font-family: var(--cond); }
.mlb-leader-rank { color: #b8b8c1; font-size: 10px; }
.mlb-leader-player { min-width: 0; }
.mlb-leader-player b, .mlb-leader-player small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mlb-leader-player b { color: #ededf1; font-size: 11px; font-weight: 600; }
.mlb-leader-player small { margin-top: 1px; color: #b8b8c1; font-size: 8px; letter-spacing: .04em; }
.mlb-leader-stat li > strong { color: #fff; font-size: 13px; font-variant-numeric: tabular-nums; }
.mlb-leaders-source { display: block; margin-top: 10px; color: #b8b8c1; font-family: var(--serif); font-size: 9px; font-style: italic; }

/* Cream editorial departments */
.editorial { background: var(--paper); color: var(--ink); padding-block: 42px 60px; }
.editorial, .goat-vault, .back-page { content-visibility: auto; contain-intrinsic-size: auto 900px; }
.section-head { display: flex; align-items: baseline; gap: 14px; padding-bottom: 9px; margin-bottom: 22px; border-bottom: 1px solid var(--ink); }
.section-head h2 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(26px, 3vw, 40px); line-height: 1; letter-spacing: .005em; text-transform: uppercase; }
.section-head p { flex: 1; margin: 0; color: var(--muted); font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 14px; }
.section-head a { color: var(--rust); font-family: var(--cond); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }

.league-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: stretch; }
.league-card { min-width: 0; display: flex; flex-direction: column; padding: 0 18px 18px; border-right: 1px solid var(--rule); border-top: 4px solid var(--accent); }
.league-card:first-child { padding-left: 18px; }
.league-card:last-child { padding-right: 18px; border-right-color: transparent; }
.league-card .league-name { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; font-family: var(--cond); font-weight: 700; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; }
.league-name span { color: var(--accent); }
.league-art { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-3); }
.league-art img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.02) contrast(1.04); transition: filter .25s, transform .4s; }
.league-card:hover .league-art img { filter: saturate(1.09) contrast(1.03); transform: scale(1.025); }
.league-art.placeholder { display: grid; place-items: center; background: repeating-linear-gradient(135deg, color-mix(in srgb, var(--accent) 14%, var(--paper-3)) 0 18px, var(--paper-3) 18px 36px); }
.league-art.placeholder b { color: color-mix(in srgb, var(--accent) 75%, var(--ink)); font-family: var(--display); font-size: clamp(28px, 3vw, 48px); letter-spacing: .03em; }
.league-art.epl-art { display: grid; place-items: center; padding: 18%; background: #37003c; }
.league-art.epl-art img { object-fit: contain; filter: none; }
.league-card:hover .league-art.epl-art img { filter: none; }
.league-art.comic-art img { filter: saturate(.92) contrast(1.04); object-position: center top; }
.league-card:hover .league-art.comic-art img { filter: saturate(1.05) contrast(1.02); }
.league-art.story-poster { display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; isolation: isolate; color: #fff; background: #111; }
.league-art.story-poster::before { content: ''; position: absolute; z-index: -2; inset: 0; background: repeating-linear-gradient(110deg, transparent 0 17px, rgba(255,255,255,.06) 17px 18px); }
.league-art.story-poster::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(160deg, color-mix(in srgb, var(--accent) 82%, #111), #09090b 72%); opacity: .88; }
.league-art.story-poster span { font-family: var(--display); font-size: clamp(42px, 5vw, 76px); line-height: .75; letter-spacing: .02em; text-transform: uppercase; }
.league-art.story-poster strong { margin-top: 12px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.48); font-family: var(--cond); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.league-art.cujo-poster::before { background: radial-gradient(circle at 73% 24%, rgba(255,255,255,.2) 0 3%, transparent 3.5%), repeating-linear-gradient(110deg, transparent 0 17px, rgba(255,255,255,.06) 17px 18px); }
.league-art.ali-poster::before { background: radial-gradient(circle at 77% 28%, rgba(255,255,255,.18) 0 18%, transparent 18.5%), repeating-linear-gradient(110deg, transparent 0 17px, rgba(255,255,255,.06) 17px 18px); }
.league-card > h3 { min-height: 102px; margin: 5px 0 8px; font-family: var(--cond); font-weight: 600; font-size: 18px; line-height: 1.12; text-transform: uppercase; }
.league-card h3:hover { color: var(--rust); }
.league-card > .external-source, .league-card > .tsp-original { min-height: 28px; margin-bottom: 8px; }
.league-card ul { flex: 1; margin: 0; padding: 0; list-style: none; }
.league-card li { position: relative; padding: 7px 0 7px 12px; border-top: 1px solid var(--rule); color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.35; }
.league-card li::before { content: ''; position: absolute; left: 0; top: 14px; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
.league-more { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding: 11px 0 2px; border-top: 2px solid var(--accent); color: color-mix(in srgb, var(--accent) 86%, var(--ink)); font-family: var(--cond); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.league-more:hover { color: var(--ink); }

.features { display: grid; grid-template-columns: 1.25fr .75fr; gap: 0; margin-top: 52px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.feature-main { padding: 28px 34px 32px 0; border-right: 1px solid var(--rule); }
.feature-side { padding: 28px 0 32px 34px; }
.mini-kicker { color: var(--rust); font-family: var(--cond); font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.feature-main h2, .feature-side h2 { margin: 12px 0 11px; font-family: var(--display); font-weight: 400; line-height: .97; text-transform: uppercase; }
.feature-main h2 { font-size: clamp(37px, 4.6vw, 64px); }
.feature-side h2 { font-size: clamp(28px, 3vw, 40px); }
.feature-main p, .feature-side p { color: var(--ink-2); font-family: var(--serif); font-size: 16px; line-height: 1.58; }
.feature-image { display: block; margin-top: 20px; aspect-ratio: 16 / 8.7; overflow: hidden; background: var(--paper-3); }
.feature-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.03) contrast(1.04); }
.iron-men-color img { object-position: 50% 44%; }
.iron-men-cover { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: #071a30; }
.iron-men-cover img { min-width: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.28) contrast(1.08); border-right: 1px solid rgba(255,255,255,.35); }
.iron-men-cover img:nth-child(1) { object-position: 50% 34%; }
.iron-men-cover img:nth-child(2) { object-position: 50% 22%; }
.iron-men-cover img:nth-child(3) { object-position: 50% 18%; filter: grayscale(1) contrast(1.08); }
.iron-men-cover img:nth-child(4) { object-position: 56% 48%; }
.iron-men-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,26,48,.72), transparent 46%); pointer-events: none; }
.iron-men-cover > span { position: absolute; z-index: 2; left: 18px; bottom: 14px; color: #fff; font-family: var(--cond); font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; text-shadow: 0 1px 10px rgba(0,0,0,.75); }
.iron-men-cover > span b { margin-inline: 8px; color: var(--yellow); }
.feature-image-credit { margin: 7px 0 0 !important; color: var(--muted) !important; font-family: var(--sans) !important; font-size: 9px !important; font-style: normal !important; line-height: 1.45 !important; }
.feature-side .history-row { display: grid; grid-template-columns: 76px 1fr; gap: 18px; padding: 16px 0; border-top: 1px solid var(--rule); }
.history-row strong { color: var(--rust); font-family: var(--display); font-size: 31px; line-height: 1; }
.history-row h3 { margin: 0 0 4px; font-family: 'Playfair Display', Georgia, serif; font-size: 18px; line-height: 1.15; }
.history-row p { margin: 0; font-size: 13px; }

.highlights { margin-top: 48px; }
.home-history { padding-bottom: 4px; }
.home-history-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.home-history-card { min-width: 0; display: flex; flex-direction: column; padding: 20px 22px 24px; border-right: 1px solid var(--rule); }
.home-history-card:last-child { border-right: 0; }
.home-history-art { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--paper-3); }
.home-history-art img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.96) contrast(1.04); transition: transform .4s, filter .25s; }
.home-history-card:hover .home-history-art img { transform: scale(1.022); filter: saturate(1.04) contrast(1.03); }
.home-history-art.drj-nets img { object-position: 50% 35%; }
.home-history-era { margin-top: 14px; color: var(--rust); font-family: var(--cond); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.home-history-card h3 { min-height: 72px; margin: 8px 0 9px; font-family: var(--display); font-size: clamp(25px, 2.2vw, 34px); font-weight: 400; line-height: .96; text-transform: uppercase; }
.home-history-card h3 a:hover { color: var(--rust); }
.home-history-card > .tsp-original { align-self: flex-start; margin-bottom: 10px; }
.home-history-card p { flex: 1; margin: 0; color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.48; }
.home-history-more { display: flex; align-items: center; justify-content: flex-end; margin-top: 18px; padding: 11px 0 2px; border-top: 2px solid var(--rust); color: var(--rust); font-family: var(--cond); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.home-history-more:hover { color: var(--ink); }

/* GOAT Highlights: a TSP video-store wall */
.goat-vault { position: relative; margin-top: clamp(24px, 2.6vw, 38px); padding: clamp(58px, 7vw, 88px) 0 clamp(68px, 8vw, 102px); overflow: hidden; color: #f7f0e3; background:
  radial-gradient(circle at 12% -10%, rgba(178, 32, 44, .28), transparent 31%),
  repeating-linear-gradient(0deg, transparent 0, transparent 426px, rgba(255,255,255,.045) 427px, rgba(255,255,255,.045) 429px, rgba(0,0,0,.55) 430px, rgba(0,0,0,.55) 438px),
  linear-gradient(135deg, #1a1a1b 0%, #0b0b0c 58%, #171514 100%);
  border-top: 7px solid var(--red); border-bottom: 1px solid #403b36; }
.goat-vault::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .2; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); }
.goat-vault > .wrap { position: relative; z-index: 1; }
.goat-vault-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 430px); gap: 34px; align-items: end; margin-bottom: 34px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.25); }
.goat-vault-kicker { display: block; margin-bottom: 9px; color: #ffbd55; font-family: var(--cond); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.goat-vault-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(50px, 7.4vw, 98px); font-weight: 400; letter-spacing: -.025em; line-height: .82; text-transform: uppercase; text-shadow: 3px 3px 0 rgba(178,32,44,.7); }
.goat-vault-heading p { margin: 0 0 2px; color: #cfc7bb; font-family: var(--serif); font-size: clamp(15px, 1.6vw, 19px); line-height: 1.5; }
.goat-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 22px; align-items: stretch; }
.goat-video-card { position: relative; min-width: 0; padding: 9px 9px 12px; border: 1px solid #514b45; border-radius: 4px 4px 2px 2px; background: linear-gradient(145deg, #2c2b2a 0%, #111 54%, #050505 100%); box-shadow: 0 9px 0 #050505, 0 18px 28px rgba(0,0,0,.42); transition: transform .22s ease, box-shadow .22s ease; }
.goat-video-card:hover { transform: translateY(-4px); box-shadow: 0 13px 0 #050505, 0 24px 36px rgba(0,0,0,.48); }
.goat-video-card::before { content: attr(data-shelf-index); position: absolute; z-index: 4; top: -9px; right: 14px; display: grid; place-items: center; width: 38px; height: 27px; color: #fff; background: var(--red); border: 1px solid rgba(255,255,255,.36); box-shadow: 2px 3px 0 #070707; font-family: var(--cond); font-size: 11px; font-weight: 800; letter-spacing: .08em; transform: rotate(2deg); }
.goat-video-case { display: flex; min-height: 100%; flex-direction: column; overflow: hidden; background: #eee4d4; border: 1px solid #090909; box-shadow: inset 5px 0 0 #b2202c; }
.goat-video-player { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #000; border-bottom: 4px solid #171717; }
.goat-video-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.goat-video-trigger { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; overflow: hidden; cursor: pointer; color: inherit; background: #000; border: 0; }
.goat-video-trigger[hidden] { display: none; }
.goat-video-trigger img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.08) brightness(.84); transition: transform .35s ease, filter .3s ease; }
.goat-video-trigger:hover img, .goat-video-trigger:focus-visible img { transform: scale(1.025); filter: saturate(1) contrast(1.05) brightness(.95); }
.goat-video-scan { position: absolute; inset: 0; pointer-events: none; opacity: .24; background: repeating-linear-gradient(0deg, rgba(255,255,255,.07) 0, rgba(255,255,255,.07) 1px, transparent 1px, transparent 4px); }
.goat-play { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; min-width: 88px; min-height: 74px; padding: 9px 14px; color: #fff; background: rgba(5,5,5,.78); border: 1px solid rgba(255,255,255,.72); box-shadow: 5px 5px 0 rgba(178,32,44,.9); transform: translate(-50%,-50%) rotate(-1deg); transition: transform .2s ease, background .2s ease; }
.goat-play b { font-size: 23px; line-height: 1; }
.goat-play small { margin-top: 5px; font-family: var(--cond); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.goat-video-trigger:hover .goat-play, .goat-video-trigger:focus-visible .goat-play { background: var(--red); transform: translate(-50%,-50%) rotate(0deg) scale(1.035); }
.goat-video-trigger:focus-visible { outline: 3px solid #ffbd55; outline-offset: -3px; }
.goat-video-copy { display: flex; flex: 1; flex-direction: column; padding: 17px 18px 15px 22px; color: #171515; }
.goat-video-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 9px; border-bottom: 1px dashed #9b8d7e; font-family: var(--cond); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.goat-video-meta span { color: var(--red); }
.goat-video-meta b { color: #655c54; }
.goat-video-copy h3 { min-height: 67px; margin: 13px 0 10px; overflow: hidden; font-family: var(--display); font-size: clamp(23px, 2.1vw, 31px); font-weight: 400; line-height: .96; text-transform: uppercase; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.goat-video-copy p { min-height: 63px; margin: 0; color: #5f574e; font-family: var(--serif); font-size: 13px; line-height: 1.48; }
.goat-video-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 13px; border-top: 1px solid #c7baaa; font-family: var(--cond); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.goat-video-footer span { color: #6d645b; }
.goat-video-footer a { color: var(--red); }
.goat-video-footer a:hover { color: #171515; }
.goat-archive-link { display: flex; justify-content: flex-end; margin-top: 38px; padding: 14px 0 2px; color: #ffbd55; border-top: 2px solid var(--red); font-family: var(--cond); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.goat-archive-link:hover { color: #fff; }
.watch-coming { display: grid; place-items: center; min-height: 240px; padding: 36px; border: 1px solid var(--rule); background: repeating-linear-gradient(135deg, #eee7da 0 20px, var(--paper-2) 20px 40px); text-align: center; }
.watch-coming h3 { margin: 10px 0 8px; font-family: var(--display); font-weight: 400; font-size: clamp(36px, 5vw, 64px); line-height: 1; text-transform: uppercase; }
.watch-coming p { max-width: 58ch; margin: 0; color: var(--muted); font-family: var(--serif); font-style: italic; }
.watch-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 34px; }
.watch-image { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--paper-3); }
.watch-image img { width: 100%; height: 100%; object-fit: cover; }
.play { position: absolute; left: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 20px; }
.watch-main h3 { margin: 15px 0 8px; font-family: var(--display); font-weight: 400; font-size: 32px; line-height: 1; text-transform: uppercase; }
.watch-main p { margin: 0; color: var(--muted); font-family: var(--serif); font-style: italic; }
.watch-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.watch-list li { display: grid; grid-template-columns: 32px 1fr auto; gap: 12px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--rule); }
.watch-list b { color: var(--rust); font-family: var(--display); font-size: 20px; }
.watch-list a { font-family: var(--cond); font-weight: 600; font-size: 15px; text-transform: uppercase; }
.watch-list time { color: var(--faint); font-family: var(--cond); font-size: 10px; }

/* Dark back page */
.back-page { background: var(--night-2); color: #fff; border-top: 5px solid var(--red); }
.about-band { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 34px; padding-block: 38px; }
.about-band .mini-kicker { color: var(--red-hot); }
.about-band h2 { margin: 8px 0; font-family: var(--cond); font-weight: 600; font-size: clamp(24px, 3vw, 38px); line-height: 1.08; letter-spacing: .02em; text-transform: uppercase; }
.about-band p { max-width: 62ch; margin: 0; color: #a7a7b1; font-family: var(--serif); font-style: italic; font-size: 16px; }
.about-link { flex: none; padding: 12px 20px; border: 1px solid #45454d; color: #fff; font-family: var(--cond); font-weight: 600; font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.about-link:hover { border-color: var(--yellow); color: var(--yellow); }
.back-grid { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 244px; }
.newsletter { padding: 38px 42px 38px 0; border-right: 1px solid var(--dark-rule); }
.newsletter .mini-kicker { color: var(--red-hot); }
.newsletter h2 { margin: 9px 0; font-family: var(--display); font-weight: 400; font-size: clamp(30px, 4vw, 54px); line-height: 1; text-transform: uppercase; }
.newsletter p { max-width: 60ch; margin: 0; color: #a7a7b1; font-family: var(--serif); font-style: italic; }
.signup { max-width: 630px; display: flex; margin-top: 20px; }
.signup input { min-width: 0; flex: 1; padding: 13px 14px; border: 0; background: #fff; color: #111; }
.signup button { padding: 0 22px; border: 0; background: var(--red); color: #fff; font-family: var(--cond); font-weight: 600; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.social { padding: 38px 0 38px 42px; }
.social h3 { margin: 0 0 16px; font-family: var(--cond); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
.social-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.social-links a { padding: 11px 13px; border: 1px solid #393940; color: #c7c7ce; font-family: var(--cond); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.social-links a:hover { border-color: var(--yellow); color: var(--yellow); }

.footer { background: #000; color: #8f8f99; border-top: 1px solid var(--dark-rule); }
.footer-inner { min-height: 116px; display: flex; align-items: center; gap: 22px; }
.footer img { width: 65px; height: 65px; object-fit: contain; }
.footer-copy { font-family: var(--cond); font-size: 10px; line-height: 1.9; letter-spacing: .12em; text-transform: uppercase; }
.footer-copy a { margin-right: 14px; }
.footer-copy a:hover { color: var(--yellow); }
.footer-tagline { margin-left: auto; color: #f0f0f2; font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 16px; }

@media (max-width: 1260px) {
  .cover-grid { grid-template-columns: minmax(0, 1.45fr) 285px 330px; }
  .league-grid { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }
  .league-card:nth-child(3n) { border-right-color: transparent; }
  .league-card > h3 { min-height: 62px; }
}

@media (max-width: 1040px) {
  .mast-inner { grid-template-columns: 90px 1fr; }
  .mast-tools { display: none; }
  .brand-badge { width: 82px; height: 82px; }
  .cover-grid { grid-template-columns: minmax(0, 1.5fr) 310px; }
  .lead-story { min-height: 540px; }
  .issue-index { border-right: 0; }
  .standings { grid-column: 1 / -1; border-top: 1px solid var(--dark-rule); }
  .features { grid-template-columns: 1fr; }
  .feature-main { padding-right: 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .feature-side { padding-left: 0; }
  .home-history-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-history-card:nth-child(2) { border-right: 0; }
  .home-history-card:nth-child(3) { border-top: 1px solid var(--rule); }
  .home-history-card:nth-child(4) { border-top: 1px solid var(--rule); }
  .goat-vault-heading { grid-template-columns: 1fr; gap: 16px; }
  .goat-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  :root { --pad: 17px; }
  .folio-inner { min-height: 30px; justify-content: center; }
  .folio span:last-child { display: none; }
  .mast-inner { min-height: 118px; grid-template-columns: 70px 1fr; gap: 12px; }
  .brand-badge { width: 66px; height: 66px; }
  .nameplate { text-align: left; }
  .nameplate h1 { font-size: clamp(36px, 12vw, 64px); white-space: normal; line-height: .9; }
  .nameplate p { margin-top: 7px; font-size: 12px; }
  .nameplate .nameplate-description { margin-top: 5px; font-size: 9px; line-height: 1.35; }
  .nav-inner { position: relative; display: block; }
  .burger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border: 0; background: transparent; color: var(--ink); font-family: var(--cond); font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
  .burger::before { content: 'Sections'; }
  .burger span, .burger span::before, .burger span::after { width: 18px; height: 2px; display: block; background: currentColor; }
  .burger span { position: relative; }
  .burger span::before, .burger span::after { content: ''; position: absolute; left: 0; }
  .burger span::before { top: -6px; }
  .burger span::after { top: 6px; }
  .nav-list { display: none; flex-direction: column; padding-bottom: 10px; }
  .nav-list.open { display: flex; }
  .nav-list a, .nav-list a:first-child { padding: 9px 0; border: 0; }
  .tick-view { display: none; }
  .tick-tag { padding-right: 28px; }
  .score-inner { display: block; padding-top: 13px; }
  .score-label { width: 100%; flex-direction: row; justify-content: space-between; padding: 0 0 11px; border-right: 0; border-bottom: 1px solid var(--dark-rule); }
  .score-rail { min-height: 90px; }
  .home-page .score-inner { min-height: 0; }
  .home-page .score-rail { min-height: 70px; }
  .cover { padding-top: 24px; }
  .cover-grid { grid-template-columns: 1fr; }
  .lead-story { min-height: 510px; border-right: 0; }
  .lead-story > img, .lead-story > picture { height: auto; }
  .lead-copy h2 { font-size: 44px; }
  .current-news-cover .lead-copy h2 { font-size: 39px; }
  .issue-index { border-top: 1px solid var(--dark-rule); }
  .standings.mobile-relocated { margin: 34px 0 44px; border: 1px solid var(--dark-rule); }
  .home-page .mlb-leaders { display: none; }
  .story-list li { grid-template-columns: 34px 1fr; }
  .league-grid { grid-template-columns: 1fr 1fr; }
  .league-card:nth-child(n) { padding: 0 14px 20px; border-right: 1px solid var(--rule); }
  .league-card:nth-child(even) { border-right-color: transparent; }
  .league-card > h3 { min-height: 70px; }
  .section-head p { display: none; }
  .watch-grid, .back-grid { grid-template-columns: 1fr; }
  .about-band { align-items: flex-start; flex-direction: column; justify-content: center; }
  .newsletter { padding-right: 0; border-right: 0; border-bottom: 1px solid var(--dark-rule); }
  .social { padding-left: 0; }
  .footer-inner { align-items: flex-start; padding-block: 25px; }
  .footer-tagline { display: none; }
}

@media (max-width: 470px) {
  .nameplate p { display: none; }
  .lead-story { min-height: 450px; }
  .lead-story > img, .lead-story > picture { height: auto; }
  .lead-copy { padding: 24px 20px; }
  .lead-copy h2 { font-size: 44px; }
  .current-news-cover .lead-copy h2 { font-size: 37px; }
  .league-grid { grid-template-columns: 1fr; }
  .league-card:nth-child(n) { padding: 0 0 23px; border-right: 0; }
  .league-card > h3 { min-height: 0; }
  .home-history-grid { grid-template-columns: 1fr; }
  .home-history-card:nth-child(n) { padding: 20px 0 24px; border-right: 0; border-top: 1px solid var(--rule); }
  .home-history-card:first-child { border-top: 0; }
  .home-history-card h3 { min-height: 0; }
  .goat-vault { margin-top: 26px; padding: 52px 0 70px; }
  .goat-vault-heading { margin-bottom: 26px; }
  .goat-vault-heading h2 { font-size: clamp(48px, 17vw, 68px); }
  .goat-video-grid { grid-template-columns: 1fr; gap: 30px; }
  .goat-video-copy h3 { display: block; min-height: 0; overflow: visible; font-size: clamp(26px, 9vw, 34px); -webkit-line-clamp: unset; }
  .goat-video-copy p { min-height: 0; }
  .watch-grid { gap: 22px; }
  .signup { display: block; }
  .signup input, .signup button { width: 100%; min-height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .tick-track, .tick-tag i, .score-label strong i { animation: none !important; }
  .lead-story > img, .lead-story > picture > img, .league-art img, .goat-video-card, .goat-video-trigger img, .goat-play { transition: none; }
}

/* Selected homepage direction: integrated 16:9 cover and compact full-page rhythm. */
.home-page .cover { padding-block: 25px 30px; }
.home-page .cover-kicker { margin-bottom: 12px; }
.home-page .cover-grid-refined { display: block; border: 1px solid var(--dark-rule); }
.home-page .cover-grid-refined .lead-story {
  min-height: 0;
  aspect-ratio: 21 / 9;
  display: block;
  border: 0;
  background: #050507;
}
.home-page .cover-grid-refined .lead-story > img,
.home-page .cover-grid-refined .lead-story > picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
}
.home-page .cover-grid-refined .lead-story::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(5,5,7,.98) 0%, rgba(5,5,7,.91) 27%, rgba(5,5,7,.55) 44%, rgba(5,5,7,.08) 67%, transparent 82%);
}
.home-page .cover-grid-refined .lead-image-credit { z-index: 4; }
.home-page .cover-grid-refined .lead-copy {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 2.6vw, 42px);
  border: 0;
  background: none;
}
.home-page .cover-grid-refined .lead-copy .eyebrow {
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  color: #16110b;
  background: var(--yellow);
}
.home-page .cover-grid-refined .lead-copy h2,
.home-page .cover-grid-refined .current-news-cover .lead-copy h2 {
  max-width: 18ch;
  margin: 14px 0 8px;
  color: #fff;
  font-size: clamp(40px, 3.8vw, 62px);
  line-height: .9;
  letter-spacing: -.025em;
  text-wrap: balance;
  text-shadow: 0 3px 18px rgba(0,0,0,.58);
}
.home-page .cover-grid-refined .lead-copy .tsp-news-brief { color: var(--yellow); }
.home-page .cover-grid-refined .lead-copy p {
  max-width: 43ch;
  margin-top: 6px;
  color: #ece8e2;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.4;
}
.home-page .cover-grid-refined .lead-copy .read-link { margin-top: 11px; }

.home-page .cover-briefing {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(330px, .8fr);
  border-top: 1px solid var(--dark-rule);
}
.home-page .cover-briefing .issue-index {
  min-width: 0;
  padding: 20px 22px 22px;
  border-right: 1px solid var(--dark-rule);
  background: var(--night-2);
}
.home-page .cover-briefing .story-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.home-page .cover-briefing .story-list li {
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 8px;
  padding: 14px 16px;
  border-right: 1px solid var(--dark-rule);
  border-bottom: 0;
}
.home-page .cover-briefing .story-list li:first-child { padding-left: 0; }
.home-page .cover-briefing .story-list li:last-child { padding-right: 0; border-right: 0; }
.home-page .cover-briefing .story-list .number { font-size: 23px; }
.home-page .cover-briefing .story-list small { font-size: 8px; letter-spacing: .15em; }
.home-page .cover-briefing .story-list h3 { font-size: clamp(14px, 1.15vw, 17px); }
.home-page .cover-briefing .story-list .external-source { display: block; margin-top: 6px; font-size: 7px; }
.home-page .cover-briefing .story-list p { display: none; }
.home-page .cover-briefing .standings {
  min-width: 0;
  padding: 20px 22px 18px;
  border: 0;
  background: var(--panel);
}
.home-page .cover-briefing .standings [data-body] { max-height: 174px; overflow: auto; }
.home-page .cover-briefing .standings-note { margin-top: 9px; font-size: 9px; }

.home-page .editorial { padding-block: 30px 36px; }
.home-page .section-head { margin-bottom: 16px; }
.home-page .league-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; }
.home-page .league-card:nth-child(n) { padding: 0 14px 16px; border-right: 1px solid var(--rule); }
.home-page .league-card:nth-child(6) { border-right-color: transparent; }
.home-page .league-card:nth-child(n+4) { padding-top: 0; }
.home-page .league-card > h3 { min-height: 68px; font-size: clamp(15px, 1.15vw, 18px); }

.home-page .home-history { margin-top: 27px; padding-top: 26px; }
.home-page .home-history-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-page .home-history-card:nth-child(n) {
  display: grid;
  grid-template-columns: minmax(175px, .9fr) minmax(0, 1.1fr);
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
  gap: 4px 18px;
  padding: 18px;
  border-right: 1px solid var(--rule);
}
.home-page .home-history-card:nth-child(2n) { border-right: 0; }
.home-page .home-history-card:nth-child(n+3) { border-top: 1px solid var(--rule); }
.home-page .home-history-art { grid-column: 1; grid-row: 1 / -1; aspect-ratio: 4 / 3; margin: 0; }
.home-page .home-history-card .home-history-era,
.home-page .home-history-card h3,
.home-page .home-history-card .tsp-original-mark,
.home-page .home-history-card p { grid-column: 2; }
.home-page .home-history-card h3 { min-height: 0; margin-block: 6px 4px; }
.home-page .home-history-card p { margin-top: 7px; }
.home-page .home-history-more { margin-top: 12px; }

.home-page .goat-vault { margin-top: 0; padding: 35px 0 45px; }
.home-page .goat-vault-heading { grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); gap: 30px; margin-bottom: 24px; }
.home-page .goat-vault-heading h2 { font-size: clamp(48px, 5.8vw, 76px); }
.home-page .goat-video-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.home-page .goat-video-card { padding: 6px 6px 9px; box-shadow: 0 6px 0 #050505, 0 12px 18px rgba(0,0,0,.38); }
.home-page .goat-video-card::before { top: -7px; right: 8px; width: 29px; height: 22px; font-size: 9px; }
.home-page .goat-video-copy { padding: 12px 11px 10px 15px; }
.home-page .goat-video-meta { font-size: 6px; }
.home-page .goat-video-copy h3 { min-height: 55px; margin: 9px 0 7px; font-size: clamp(17px, 1.45vw, 22px); }
.home-page .goat-video-copy p { display: none; }
.home-page .goat-video-footer { padding-top: 9px; font-size: 6px; }
.home-page .goat-archive-link { margin-top: 24px; }

.home-page .back-page { border-top: 0; background: linear-gradient(100deg, #a91f0e, #dc3518); }
.home-page .about-band { min-height: 132px; padding-block: 25px; }
.home-page .about-band .mini-kicker { color: #ffe96a; }
.home-page .about-band p { color: #fff3ec; }
.home-page .about-link { border-color: rgba(255,255,255,.68); }

.mlb-page-leaders { margin-top: 30px; padding-bottom: 42px; }
.mlb-page-leaders .dark-section-head { margin-bottom: 16px; }
.mlb-page-leaders .dark-section-head > a { color: #d2d2da; font-family: var(--cond); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.mlb-page-leaders .mlb-leader-tabs { max-width: 480px; margin-bottom: 12px; }
.mlb-page-leaders .mlb-leaders-body { min-height: 174px; padding: 5px 0 0; }
.mlb-page-leaders .leader-block { border-top: 1px solid var(--dark-rule); }

@media (max-width: 1180px) {
  .home-page .cover-grid-refined .lead-copy h2,
  .home-page .cover-grid-refined .current-news-cover .lead-copy h2 { font-size: clamp(38px, 5vw, 58px); }
  .home-page .cover-briefing { grid-template-columns: 1fr; }
  .home-page .cover-briefing .issue-index { border-right: 0; border-bottom: 1px solid var(--dark-rule); }
  .home-page .cover-briefing .standings { grid-column: auto; border-top: 0; }
  .home-page .goat-video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 14px; }
  .home-page .goat-video-copy p { display: block; min-height: 50px; font-size: 11px; }
}

@media (max-width: 820px) {
  .home-page .cover-grid-refined .lead-story { aspect-ratio: 16 / 10; min-height: 0; }
  .home-page .cover-grid-refined .lead-story > img,
  .home-page .cover-grid-refined .lead-story > picture { width: 100%; }
  .home-page .cover-grid-refined .lead-story::after { background: linear-gradient(0deg, rgba(5,5,7,.98) 0%, rgba(5,5,7,.84) 42%, rgba(5,5,7,.12) 76%, transparent 100%); }
  .home-page .cover-grid-refined .lead-copy { inset: auto 0 0; width: 100%; justify-content: flex-end; padding: 20px 22px; }
  .home-page .cover-grid-refined .lead-copy .eyebrow,
  .home-page .cover-grid-refined .lead-copy .tsp-news-brief,
  .home-page .cover-grid-refined .lead-copy p { display: none; }
  .home-page .cover-grid-refined .lead-copy h2,
  .home-page .cover-grid-refined .current-news-cover .lead-copy h2 { max-width: 18ch; margin: 0; font-size: clamp(30px, 7vw, 46px); }
  .home-page .cover-grid-refined .lead-copy .read-link { margin-top: 11px; }
  .home-page .cover-briefing .story-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .cover-briefing .story-list li:nth-child(2) { border-right: 0; }
  .home-page .cover-briefing .story-list li:nth-child(n+3) { border-top: 1px solid var(--dark-rule); }
  .home-page .league-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .league-card:nth-child(n) { border-right: 1px solid var(--rule); }
  .home-page .league-card:nth-child(2n) { border-right-color: transparent; }
  .home-page .home-history-card:nth-child(n) { grid-template-columns: minmax(130px, .8fr) minmax(0, 1.2fr); }
}

@media (max-width: 520px) {
  .home-page .cover { padding-top: 18px; }
  .home-page .cover-grid-refined .lead-story { aspect-ratio: 4 / 3; min-height: 0; }
  .home-page .cover-grid-refined .lead-copy { padding: 14px 16px; }
  .home-page .cover-grid-refined .lead-copy h2,
  .home-page .cover-grid-refined .current-news-cover .lead-copy h2 { max-width: 17ch; font-size: clamp(25px, 7.7vw, 32px); line-height: .91; }
  .home-page .cover-grid-refined .lead-image-credit { top: 8px; right: 8px; font-size: 6px; }
  .home-page .cover-briefing .story-list { grid-template-columns: 1fr; }
  .home-page .cover-briefing .story-list li:nth-child(n) { padding: 13px 0; border-right: 0; border-top: 1px solid var(--dark-rule); }
  .home-page .cover-briefing .story-list li:first-child { border-top: 0; }
  .home-page .league-grid { grid-template-columns: 1fr; gap: 18px; }
  .home-page .league-card:nth-child(n) { padding: 0 0 18px; border-right: 0; }
  .home-page .home-history-grid { grid-template-columns: 1fr; }
  .home-page .home-history-card:nth-child(n) { grid-template-columns: 1fr; padding: 18px 0; border-right: 0; border-top: 1px solid var(--rule); }
  .home-page .home-history-card:first-child { border-top: 0; }
  .home-page .home-history-art,
  .home-page .home-history-card .home-history-era,
  .home-page .home-history-card h3,
  .home-page .home-history-card .tsp-original-mark,
  .home-page .home-history-card p { grid-column: 1; grid-row: auto; }
  .home-page .home-history-art { aspect-ratio: 16 / 9; margin-bottom: 10px; }
  .home-page .goat-video-grid { grid-template-columns: 1fr; gap: 25px; }
  .home-page .goat-video-copy p { display: block; min-height: 0; }
  .home-page .about-band { min-height: 0; }
}

/* 0.9.13: approved newspaper cover composition. */
@media (min-width: 1181px) {
  .tsp.home-page { --max: 1600px; }
  .home-page .cover-grid-refined {
    display: grid;
    grid-template-columns: minmax(230px, .9fr) minmax(450px, 2.05fr) minmax(215px, .9fr) minmax(245px, 1.05fr);
    grid-template-rows: 430px;
    align-items: stretch;
    background: #08080b;
  }
  .home-page .cover-grid-refined .lead-story,
  .home-page .cover-grid-refined .cover-briefing { display: contents; }
  .home-page .cover-grid-refined .lead-story::after { display: none; }
  .home-page .cover-grid-refined .lead-story > img,
  .home-page .cover-grid-refined .lead-story > picture {
    position: static;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: 50% 50%;
    background-color: #0b0b0f;
    background-image: linear-gradient(rgba(3,3,6,.66), rgba(3,3,6,.66)), url('assets/nfl-news/mcvay-donald-approved-home-lead-640.webp');
    background-position: center;
    background-size: cover;
    border-left: 1px solid var(--dark-rule);
    border-right: 1px solid var(--dark-rule);
  }
  .home-page .cover-grid-refined .lead-image-credit {
    position: relative;
    inset: auto;
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    justify-self: end;
    z-index: 3;
    margin: 12px;
  }
  .home-page .cover-grid-refined .lead-copy {
    position: relative;
    inset: auto;
    grid-column: 1;
    grid-row: 1;
    width: auto;
    min-width: 0;
    overflow: hidden;
    padding: 19px 20px 18px;
    justify-content: flex-start;
    background: linear-gradient(145deg, #111116, #07070a);
  }
  .home-page .cover-grid-refined .lead-copy h2,
  .home-page .cover-grid-refined .current-news-cover .lead-copy h2 {
    max-width: 10ch;
    margin: 14px 0 10px;
    font-size: clamp(32px, 2vw, 38px);
    line-height: .9;
  }
  .home-page .cover-grid-refined .lead-copy p {
    display: block;
    max-width: 25ch;
    font-size: 14px;
  }
  .home-page .cover-grid-refined .lead-copy .read-link { margin-top: 12px; }

  .home-page .cover-briefing .issue-index {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    padding: 19px 17px;
    border: 0;
    border-right: 1px solid var(--dark-rule);
    overflow: hidden;
  }
  .home-page .cover-briefing .story-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    flex: 1;
    min-height: 0;
    overflow: hidden;
  }
  .home-page .cover-briefing .story-list li:nth-child(n) {
    grid-template-columns: 30px minmax(0, 1fr);
    align-content: center;
    gap: 8px;
    min-height: 0;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid var(--dark-rule);
    overflow: hidden;
  }
  .home-page .cover-briefing .story-list li:last-child { border-bottom: 0; }
  .home-page .cover-briefing .story-list h3 { font-size: clamp(14px, 1vw, 16px); }
  .home-page .cover-briefing .story-list .number { font-size: 26px; }
  .home-page .cover-briefing .story-list p { display: none; }

  .home-page .cover-briefing .standings {
    grid-column: 4;
    grid-row: 1;
    min-width: 0;
    padding: 19px 17px;
    border: 0;
    overflow: hidden;
  }
  .home-page .cover-briefing .standings [data-body] { max-height: 270px; }
}

@media (max-width: 1180px) {
  .home-page .cover-grid-refined { display: block; }
  .home-page .cover-grid-refined .lead-story {
    display: flex;
    flex-direction: column;
    min-height: 0;
    aspect-ratio: auto;
  }
  .home-page .cover-grid-refined .lead-story::after { display: none; }
  .home-page .cover-grid-refined .lead-story > img,
  .home-page .cover-grid-refined .lead-story > picture {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  .home-page .cover-grid-refined .lead-copy {
    position: static;
    width: 100%;
    padding: 24px;
    background: linear-gradient(145deg, #111116, #07070a);
  }
  .home-page .cover-grid-refined .lead-copy .eyebrow,
  .home-page .cover-grid-refined .lead-copy .tsp-news-brief,
  .home-page .cover-grid-refined .lead-copy p { display: block; }
  .home-page .cover-grid-refined .lead-copy h2,
  .home-page .cover-grid-refined .current-news-cover .lead-copy h2 {
    max-width: 15ch;
    margin: 16px 0 12px;
    font-size: clamp(38px, 6vw, 56px);
  }
  .home-page .cover-briefing {
    display: grid;
    grid-template-columns: 1fr;
  }
  .home-page .cover-briefing .issue-index { border-right: 0; border-bottom: 1px solid var(--dark-rule); }
  .home-page .cover-briefing .story-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .home-page .cover-grid-refined .lead-copy { padding: 18px; }
  .home-page .cover-grid-refined .lead-copy h2,
  .home-page .cover-grid-refined .current-news-cover .lead-copy h2 { max-width: 15ch; font-size: 35px; }
  .home-page .cover-briefing .story-list { grid-template-columns: 1fr; }
}

/* 0.9.19: finished newspaper cover, newsstand departments and home archive. */
body.tsp-home-shell,
.tsp.home-page { background: #000; }
body.tsp-home-shell { padding-bottom: 0 !important; }
html:has(body.tsp-home-shell) { background: #000; }
.tsp.home-page { min-height: 0; }

@media (min-width: 1181px) {
  .home-page .cover-grid-refined .lead-story > img,
  .home-page .cover-grid-refined .lead-story > picture {
    width: calc(100% + 28px);
    margin-left: -28px;
    border-left: 0;
  }
  .home-page .cover-grid-refined .lead-copy {
    z-index: 4;
    isolation: isolate;
    overflow: visible;
    background: #08080b;
  }
  .home-page .cover-grid-refined .lead-copy::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: -96px;
    width: 98px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, #08080b 0%, rgba(8,8,11,.94) 28%, rgba(8,8,11,.58) 64%, transparent 100%);
  }
  .home-page .cover-grid-refined .lead-copy > * { position: relative; z-index: 1; }
  .home-page .cover-grid-refined .lead-copy h2,
  .home-page .cover-grid-refined .current-news-cover .lead-copy h2 {
    width: calc(100% + 48px);
    max-width: none;
    text-shadow: 0 3px 18px #000;
  }
  .home-page .cover-grid-refined .lead-copy p {
    width: calc(100% + 52px);
    max-width: none;
    text-shadow: 0 2px 12px #000;
  }

  .home-page .cover-briefing .issue-index { padding: 14px 15px 13px; }
  .home-page .cover-briefing .issue-index .panel-title { padding-bottom: 7px; }
  .home-page .cover-briefing .story-list {
    grid-template-rows: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }
  .home-page .cover-briefing .story-list li:nth-child(n) {
    align-content: center;
    padding: 6px 0;
    overflow: visible;
  }
  .home-page .cover-briefing .story-list small {
    margin-bottom: 2px;
    font-size: 7px;
    line-height: 1.08;
  }
  .home-page .cover-briefing .story-list h3 {
    font-size: clamp(13px, .78vw, 15px);
    line-height: 1.03;
  }
  .home-page .cover-briefing .story-list .external-source { display: none; }
  .home-page .cover-briefing .story-list .number { font-size: 24px; }

  .home-page .cover-briefing .standings { padding: 14px 15px 12px; }
  .home-page .cover-briefing .standings .panel-title { margin-bottom: 4px; padding-bottom: 7px; }
  .home-page .cover-briefing .standings .tabs button { padding: 7px 6px 6px; font-size: 9px; }
  .home-page .cover-briefing .standings [data-body] { max-height: 236px; overflow-x: auto; overflow-y: auto; }
  .home-page .cover-briefing .standings .stbl caption { padding: 7px 0 3px; }
  .home-page .cover-briefing .standings .stbl th { padding-block: 4px; }
  .home-page .cover-briefing .standings .stbl td { padding-block: 6px; }
  .home-page .cover-briefing .standings-note { margin-top: 5px; font-size: 8px; line-height: 1.2; }
}

@media (max-width: 1180px) {
  .home-page .cover-grid-refined .lead-copy { position: relative; }
  .home-page .cover-grid-refined .lead-copy::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -48px;
    height: 49px;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, #0a0a0e);
  }
  .home-page .cover-briefing .standings [data-body] { max-height: none; overflow-x: auto; overflow-y: visible; }
}

.home-page #around-leagues > .wrap > .section-head {
  margin: 0 0 14px;
  padding: 14px 16px 12px;
  background: #111014;
  border: 0;
  border-bottom: 4px solid var(--rust);
  box-shadow: 0 4px 0 #d7ccb8;
}
.home-page #around-leagues > .wrap > .section-head h2 { color: #fffaf0; letter-spacing: .02em; }
@media (min-width: 1181px) {
  .home-page #around-leagues .league-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 9px;
    align-items: stretch;
    padding: 4px 0;
  }
}
.home-page #around-leagues .league-card:nth-child(n) {
  position: relative;
  padding: 0 11px 14px;
  background: #fffaf0;
  border: 1px solid #c9bda9;
  border-top: 5px solid var(--accent);
  box-shadow: 0 4px 0 rgba(45,36,25,.13);
  transition: transform .2s ease, box-shadow .2s ease;
}
.home-page #around-leagues .league-card:nth-child(n):hover { transform: translateY(-3px); box-shadow: 0 7px 0 rgba(45,36,25,.16); }
.home-page #around-leagues .league-name {
  margin: 0 -11px 10px;
  padding: 9px 11px;
  background: color-mix(in srgb, var(--accent) 9%, #fffaf0);
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 28%, #c9bda9);
}
.home-page #around-leagues .league-name span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
  letter-spacing: 0;
}
.home-page #around-leagues .league-art { aspect-ratio: 16 / 10; box-shadow: inset 0 0 0 1px rgba(0,0,0,.16); }
.home-page #around-leagues .league-art img { filter: saturate(1.08) contrast(1.06); }
.home-page #around-leagues .league-card > h3 { min-height: 72px; margin: 10px 0 8px; font-size: clamp(15px, 1.12vw, 18px); line-height: 1.08; }
.home-page #around-leagues .league-card > .external-source,
.home-page #around-leagues .league-card > .tsp-original { color: #5f564c; }
.home-page #around-leagues .league-card li {
  margin-top: 4px;
  padding: 9px 7px 9px 16px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--accent) 7%, transparent), transparent 78%);
  border-top: 1px solid #cfc3af;
  color: #51483f;
}
.home-page #around-leagues .league-more { margin-top: 12px; padding: 9px 3px 2px; }
@media (max-width: 1180px) and (min-width: 821px) {
  .home-page #around-leagues .league-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
}
@media (max-width: 820px) { .home-page #around-leagues .league-grid { gap: 12px; } }

.home-page .home-history {
  position: relative;
  isolation: isolate;
  margin-top: 34px;
  padding: 22px 22px 26px;
  overflow: hidden;
  background: repeating-linear-gradient(0deg, rgba(83,61,35,.035) 0 1px, transparent 1px 28px), #e8dcc4;
  border: 1px solid #806d54;
  box-shadow: inset 0 0 0 5px #f4ead6, 0 5px 0 rgba(57,43,27,.16);
}
.home-page .home-history > .section-head {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  padding: 10px 0 9px;
  border-top: 4px double #3c2f24;
  border-bottom: 4px double #3c2f24;
}
.home-page .home-history > .section-head h2 { color: #6f2018; }
.home-page .home-history > .section-head p { color: #55483b; }
.home-page .home-history-grid { position: relative; z-index: 1; border: 0; }
@media (min-width: 1181px) {
  .home-page .home-history-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
    grid-template-areas: 'feature c2 c3' 'feature c4 c5';
    gap: 12px;
  }
}
.home-page .home-history-card:nth-child(n) {
  position: relative;
  display: grid;
  grid-template-columns: minmax(118px, .85fr) minmax(0, 1.15fr);
  grid-template-rows: auto auto auto 1fr;
  gap: 3px 13px;
  padding: 12px;
  background: #f7ecd5;
  border: 1px solid #9b876c;
  box-shadow: 3px 4px 0 rgba(55,41,25,.13);
}
.home-page .home-history-card:nth-child(2) { grid-area: c2; }
.home-page .home-history-card:nth-child(3) { grid-area: c3; }
.home-page .home-history-card:nth-child(4) { grid-area: c4; }
.home-page .home-history-card:nth-child(5) { grid-area: c5; }
.home-page .home-history-card::after {
  content: 'ARCHIVE ' attr(data-archive-no);
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  padding: 3px 5px;
  color: #6f2018;
  background: rgba(247,236,213,.92);
  border: 1px solid #6f2018;
  font: 700 7px/1 var(--cond);
  letter-spacing: .12em;
  transform: rotate(1deg);
}
.home-page .home-history-card--feature {
  grid-area: feature !important;
  display: flex !important;
  flex-direction: column;
  padding: 15px !important;
  border: 2px solid #3c2f24 !important;
  box-shadow: 5px 6px 0 rgba(55,41,25,.2) !important;
}
.home-page .home-history-card--feature .home-history-art { width: 100%; aspect-ratio: 926 / 608; margin: 0 0 10px; }
.home-page .home-history-card--feature h3 { font-size: clamp(34px, 3vw, 48px); line-height: .9; }
.home-page .home-history-art {
  grid-column: 1;
  grid-row: 1 / -1;
  aspect-ratio: 4 / 3;
  border: 1px solid #8f7a60;
  background: #cdbd9e;
}
.home-page .home-history-art img { object-fit: cover; filter: sepia(.18) saturate(.78) contrast(1.08); }
.home-page .home-history-art.jordan-back img { object-position: 50% 50%; }
.home-page .home-history-card:hover .home-history-art img { filter: sepia(.04) saturate(1) contrast(1.05); }
.home-page .home-history-card > .home-history-era,
.home-page .home-history-card > h3,
.home-page .home-history-card > .tsp-original,
.home-page .home-history-card > p { grid-column: 2; }
.home-page .home-history-card--feature > .home-history-era,
.home-page .home-history-card--feature > h3,
.home-page .home-history-card--feature > .tsp-original,
.home-page .home-history-card--feature > p { grid-column: auto; }
.home-page .home-history-card .tsp-original {
  justify-self: start;
  padding: 3px 6px;
  color: #7d2019;
  border: 1px solid #7d2019;
  transform: rotate(-1deg);
}
.home-page .home-history-more { position: relative; z-index: 1; border-top: 4px double #6f2018; color: #6f2018; }

/* Keep every small archive card on one shared newspaper baseline. */
@media (min-width: 1181px) {
  .home-page .home-history-card:not(.home-history-card--feature) {
    grid-template-rows: auto minmax(112px, auto) auto minmax(62px, 1fr);
    align-content: stretch;
  }
  .home-page .home-history-card:not(.home-history-card--feature) > .home-history-era {
    grid-row: 1;
    align-self: start;
    margin-top: 0;
  }
  .home-page .home-history-card:not(.home-history-card--feature) > h3 {
    grid-row: 2;
    align-self: start;
    min-height: 0;
    margin: 6px 0 4px;
  }
  .home-page .home-history-card:not(.home-history-card--feature) > .tsp-original {
    grid-row: 3;
    align-self: start;
    margin: 4px 0 8px;
  }
  .home-page .home-history-card:not(.home-history-card--feature) > p {
    grid-row: 4;
    align-self: start;
    margin: 4px 0 0;
  }
}

@media (max-width: 1180px) and (min-width: 821px) {
  .home-page .home-history-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: 'feature feature' 'c2 c3' 'c4 c5';
    gap: 12px;
  }
  .home-page .home-history-card--feature {
    display: grid !important;
    grid-template-columns: minmax(300px, 1fr) 1fr !important;
  }
  .home-page .home-history-card--feature .home-history-art { grid-column: 1; grid-row: 1 / -1; margin: 0; }
  .home-page .home-history-card--feature > .home-history-era,
  .home-page .home-history-card--feature > h3,
  .home-page .home-history-card--feature > .tsp-original,
  .home-page .home-history-card--feature > p { grid-column: 2; }
}
@media (max-width: 820px) {
  .home-page .home-history { padding: 16px; }
  .home-page .home-history-grid { grid-template-columns: 1fr; grid-template-areas: 'feature' 'c2' 'c3' 'c4' 'c5'; gap: 12px; }
  .home-page .home-history-card:nth-child(n) { grid-template-columns: minmax(130px, .8fr) minmax(0, 1.2fr); }
  .home-page .home-history-card--feature { display: flex !important; }
}
@media (max-width: 520px) {
  .home-page .home-history-card:nth-child(n) { grid-template-columns: 1fr; }
  .home-page .home-history-art { grid-column: 1; grid-row: auto; aspect-ratio: 16 / 9; margin-bottom: 8px; }
  .home-page .home-history-card > .home-history-era,
  .home-page .home-history-card > h3,
  .home-page .home-history-card > .tsp-original,
  .home-page .home-history-card > p { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .home-page #around-leagues .league-card:nth-child(n) { transition: none; }
  .home-page #around-leagues .league-card:nth-child(n):hover { transform: none; }
}

/* 0.9.23: selected Sunday archive insert and simplified, crop-safe cover. */
.home-page .current-news-cover > .lead-image-credit,
.home-page .current-news-cover .lead-copy > .eyebrow,
.home-page .current-news-cover .lead-copy > .tsp-news-brief { display: none !important; }

.home-page .lead-media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
  background: #607cc4;
}
.home-page .lead-media::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: -26px;
  background-image: url('assets/nfl-news/mcvay-donald-approved-home-lead-640.webp');
  background-position: 50% 50%;
  background-size: cover;
  filter: blur(18px) brightness(.72) saturate(.92);
  transform: scale(1.08);
}
.home-page .lead-media::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(4,5,10,.06);
  pointer-events: none;
}
.home-page .lead-media > img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  filter: saturate(1.04) contrast(1.03) brightness(.98);
  transform: none !important;
}

@media (min-width: 1181px) {
  .home-page .cover-grid-refined .lead-media {
    grid-column: 2;
    grid-row: 1;
    width: calc(100% + 28px);
    height: 100%;
    margin-left: -28px;
    border-right: 1px solid var(--dark-rule);
  }
  .home-page .cover-grid-refined .lead-media > img { object-fit: cover; }
  .home-page .cover-grid-refined .lead-copy {
    justify-content: flex-start;
    padding: 24px 20px;
  }
  .home-page .cover-grid-refined .lead-copy::after {
    right: -118px;
    width: 120px;
  }
  .home-page .cover-grid-refined .lead-copy h2,
  .home-page .cover-grid-refined .current-news-cover .lead-copy h2 {
    width: calc(100% + 72px);
    margin: 0;
    padding-bottom: 18px;
    color: #fffdf7;
    font-size: clamp(39px, 2.3vw, 44px);
    line-height: .87;
    letter-spacing: -.018em;
    text-shadow: 0 3px 18px #000, 0 1px 0 rgba(255,255,255,.08);
  }
  .home-page .cover-grid-refined .lead-copy h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 58px;
    height: 4px;
    background: var(--rust);
  }
  .home-page .cover-grid-refined .lead-copy p {
    width: calc(100% + 64px);
    margin: auto 0 0;
    color: rgba(255,253,247,.88);
    font-size: 15px;
    line-height: 1.45;
  }
  .home-page .cover-grid-refined .lead-copy .read-link {
    margin-top: 15px;
    color: #ff593c;
    letter-spacing: .17em;
  }
}

@media (max-width: 1180px) {
  .home-page .cover-grid-refined .lead-media {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    flex: none;
  }
  .home-page .cover-grid-refined .lead-copy h2,
  .home-page .cover-grid-refined .current-news-cover .lead-copy h2 { margin: 0 0 12px; }
  .home-page .cover-grid-refined .lead-copy p { margin: 0; }
}

.home-page .home-history--insert {
  position: relative;
  isolation: isolate;
  margin-top: 34px;
  padding: 16px 18px 12px;
  overflow: hidden;
  color: #18120e;
  background:
    radial-gradient(circle at 20% 0%, rgba(116,70,35,.07), transparent 36%),
    repeating-linear-gradient(90deg, transparent 0 3px, rgba(50,30,18,.018) 3px 4px),
    #f0e6d3;
  border: 0;
  border-top: 6px double #18120e;
  border-bottom: 2px solid #8a261d;
  box-shadow: none;
}
.home-page .home-history--insert > .section-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 0 0 9px;
  border: 0;
  border-bottom: 1px solid #18120e;
}
.home-page .home-history-heading {
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.home-page .home-history--insert > .section-head h2 {
  color: #18120e;
  font-size: clamp(32px, 5.4vw, 52px);
}
.home-page .home-history--insert > .section-head p {
  margin: 0;
  color: #4d4034;
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
}
.home-page .home-history-seal {
  flex: none;
  padding: 5px 8px;
  color: #8a261d;
  border: 2px solid #8a261d;
  font-family: var(--cond);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-1deg);
}
.home-page .home-history--insert .home-history-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-areas:
    'feature feature feature feature'
    'c2 c3 c4 c5';
  gap: 0;
  border: 0;
  border-bottom: 1px solid #8b7b63;
}
.home-page .home-history--insert .home-history-card:nth-child(n) {
  min-width: 0;
  background: transparent;
  box-shadow: none;
}
.home-page .home-history--insert .home-history-card::after { display: none; }
.home-page .home-history--insert .home-history-card--feature {
  grid-area: feature !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr) !important;
  grid-template-rows: 1fr auto auto auto auto 1fr;
  gap: 0;
  height: 230px;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #8b7b63 !important;
  box-shadow: none !important;
}
.home-page .home-history--insert .home-history-card--feature .home-history-art {
  grid-column: 1;
  grid-row: 1 / -1;
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: auto;
  border: 0;
  border-right: 1px solid #8b7b63;
}
.home-page .home-history--insert .home-history-card--feature > .home-history-era,
.home-page .home-history--insert .home-history-card--feature > h3,
.home-page .home-history--insert .home-history-card--feature > .tsp-original,
.home-page .home-history--insert .home-history-card--feature > p {
  grid-column: 2;
  padding-inline: 20px;
}
.home-page .home-history--insert .home-history-card--feature > .home-history-era {
  grid-row: 2;
  margin: 0 0 6px;
}
.home-page .home-history--insert .home-history-card--feature > h3 {
  grid-row: 3;
  min-height: 0;
  margin: 0;
  font-size: clamp(30px, 3.4vw, 49px);
  line-height: .93;
}
.home-page .home-history--insert .home-history-card--feature > .tsp-original {
  grid-row: 4;
  align-self: start;
  justify-self: start;
  margin: 9px 20px 0;
  padding: 0;
  color: #8a261d;
  border: 0;
  transform: none;
}
.home-page .home-history--insert .home-history-card--feature > p {
  grid-row: 5;
  margin: 9px 0 0;
  color: #4d4034;
  font-size: 13px;
  line-height: 1.36;
}
.home-page .home-history--insert .home-history-card:not(.home-history-card--feature) {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: 106px auto minmax(70px, auto) auto;
  gap: 0;
  padding: 10px;
  border: 0;
  border-right: 1px solid #8b7b63;
}
.home-page .home-history--insert .home-history-card:nth-child(5) { border-right: 0; }
.home-page .home-history--insert .home-history-card:not(.home-history-card--feature) > .home-history-art {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 106px;
  margin: 0;
  aspect-ratio: auto;
  border: 0;
}
.home-page .home-history--insert .home-history-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(.2) saturate(.72) contrast(1.08);
}
.home-page .home-history--insert .home-history-art.jordan-back img { object-position: 50% 50%; }
.home-page .home-history--insert .home-history-card:not(.home-history-card--feature) > .home-history-era {
  grid-column: 1;
  grid-row: 2;
  margin: 8px 0 4px;
}
.home-page .home-history--insert .home-history-card:not(.home-history-card--feature) > h3 {
  grid-column: 1;
  grid-row: 3;
  align-self: start;
  min-height: 0;
  margin: 0;
  font-size: clamp(17px, 1.55vw, 24px);
  line-height: .98;
}
.home-page .home-history--insert .home-history-card:not(.home-history-card--feature) > .tsp-original {
  grid-column: 1;
  grid-row: 4;
  align-self: start;
  justify-self: start;
  margin: 8px 0 0;
  padding: 0;
  color: #8a261d;
  border: 0;
  transform: none;
}
.home-page .home-history--insert .home-history-card:not(.home-history-card--feature) > p { display: none; }
.home-page .home-history--insert .home-history-era {
  color: #8a261d;
  font-size: 9px;
  letter-spacing: .16em;
}
.home-page .home-history--insert .home-history-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 9px;
  color: #8a261d;
  font-family: var(--cond);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.home-page .home-history--insert .home-history-more {
  display: inline;
  margin: 0;
  padding: 0;
  color: #8a261d;
  border: 0;
}
.home-page .home-history--insert .home-history-more:hover { color: #18120e; }

@media (max-width: 1180px) and (min-width: 701px) {
  .home-page .home-history--insert .home-history-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: 'feature feature' 'c2 c3' 'c4 c5';
  }
  .home-page .home-history--insert .home-history-card:not(.home-history-card--feature):nth-child(3),
  .home-page .home-history--insert .home-history-card:not(.home-history-card--feature):nth-child(5) { border-right: 0; }
  .home-page .home-history--insert .home-history-card:not(.home-history-card--feature):nth-child(n+4) { border-top: 1px solid #8b7b63; }
}

@media (max-width: 700px) {
  .home-page .home-history--insert { padding-inline: 14px; }
  .home-page .home-history--insert .home-history-card--feature {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto auto auto;
    height: auto;
  }
  .home-page .home-history--insert .home-history-card--feature .home-history-art {
    grid-column: 1;
    grid-row: 1;
    height: auto;
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid #8b7b63;
  }
  .home-page .home-history--insert .home-history-card--feature > .home-history-era,
  .home-page .home-history--insert .home-history-card--feature > h3,
  .home-page .home-history--insert .home-history-card--feature > .tsp-original,
  .home-page .home-history--insert .home-history-card--feature > p { grid-column: 1; }
  .home-page .home-history--insert .home-history-card--feature > .home-history-era { grid-row: 2; margin-top: 14px; }
  .home-page .home-history--insert .home-history-card--feature > h3 { grid-row: 3; }
  .home-page .home-history--insert .home-history-card--feature > .tsp-original { grid-row: 4; margin-left: 20px; }
  .home-page .home-history--insert .home-history-card--feature > p { grid-row: 5; margin-bottom: 18px; }
}

@media (max-width: 520px) {
  .home-page .home-history--insert { padding-inline: 12px; }
  .home-page .home-history--insert > .section-head { align-items: flex-start; }
  .home-page .home-history-heading { display: block; }
  .home-page .home-history-seal { display: none; }
  .home-page .home-history--insert .home-history-grid {
    grid-template-columns: 1fr;
    grid-template-areas: 'feature' 'c2' 'c3' 'c4' 'c5';
  }
  .home-page .home-history--insert .home-history-card:not(.home-history-card--feature) {
    grid-template-columns: 36% minmax(0, 1fr);
    grid-template-rows: auto minmax(70px, auto) auto;
    column-gap: 10px;
    padding: 10px 0;
    border-right: 0;
    border-top: 1px solid #8b7b63;
  }
  .home-page .home-history--insert .home-history-card:not(.home-history-card--feature) > .home-history-art {
    grid-column: 1;
    grid-row: 1 / -1;
    height: 100%;
    min-height: 124px;
  }
  .home-page .home-history--insert .home-history-card:not(.home-history-card--feature) > .home-history-era,
  .home-page .home-history--insert .home-history-card:not(.home-history-card--feature) > h3,
  .home-page .home-history--insert .home-history-card:not(.home-history-card--feature) > .tsp-original { grid-column: 2; }
  .home-page .home-history--insert .home-history-card:not(.home-history-card--feature) > .home-history-era { grid-row: 1; margin-top: 0; }
  .home-page .home-history--insert .home-history-card:not(.home-history-card--feature) > h3 { grid-row: 2; font-size: 22px; }
  .home-page .home-history--insert .home-history-card:not(.home-history-card--feature) > .tsp-original { grid-row: 3; }
  .home-page .home-history--insert .home-history-footer > span { display: none; }
  .home-page .home-history--insert .home-history-footer { justify-content: flex-end; }
}

/* 0.9.26: compact the desktop cover and keep its three approved elements together. */
@media (min-width: 1181px) {
  .home-page .cover-grid-refined { grid-template-rows: clamp(350px, 22.8vw, 365px); }
  .home-page .cover-grid-refined .lead-copy {
    justify-content: center;
    padding: 21px 20px;
  }
  .home-page .cover-grid-refined .lead-copy h2,
  .home-page .cover-grid-refined .current-news-cover .lead-copy h2 {
    width: calc(100% + 82px);
    padding-bottom: 15px;
    font-size: clamp(37px, 2.15vw, 42px);
    line-height: .88;
  }
  .home-page .cover-grid-refined .lead-copy h2::after { bottom: 3px; }
  .home-page .cover-grid-refined .lead-copy p {
    width: calc(100% + 58px);
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.38;
  }
  .home-page .cover-grid-refined .lead-copy .read-link { margin-top: 12px; }
  .home-page .cover-briefing .story-list li:nth-child(n) { padding-block: 4px; }
  .home-page .cover-briefing .story-list h3 { font-size: clamp(12px, .74vw, 14px); }
  .home-page .cover-briefing .standings [data-body] { max-height: 192px; }
}
