/* Publication layer: shared tokens, masthead, editorial rhythm, and league modules.
   Data-specific mechanics remain in style.css; franchise components are isolated. */
:root {
  --font-body: "Segoe UI", "Aptos", system-ui, sans-serif;
  --font-display: "Aptos Display", "Arial Narrow", "Segoe UI", sans-serif;
  --cream-100: #fcfaf5;
  --cream-200: #f2f0e9;
  --radius-sm: .15rem;
  --radius-md: .3rem;
  --shadow-sm: 0 2px 4px rgb(7 20 38 / 4%);
  --shadow-md: 0 10px 28px rgb(7 20 38 / 9%);
  --type-display: clamp(2.5rem, 5.5vw, 5rem);
  --type-section: clamp(1.8rem, 3.5vw, 3rem);
  --rule: 1px solid #d6d9dc;
}
body { overflow-x: visible; }
img { height: auto; }
h1, h2, h3 { text-wrap: balance; }
main { min-width: 0; }
main [id] { scroll-margin-top: 12rem; }
:focus-visible { outline: 3px solid #3276cf; outline-offset: 4px; }
.site-header :focus-visible, .content-section--navy :focus-visible,
.franchise-hero :focus-visible, .home-hero :focus-visible { outline-color: #f0bd20; }
.wrap, .shell-content { width: min(calc(100% - 3rem), var(--content-width)); }
.content-section { padding-block: clamp(2.5rem, 5vw, 4.5rem); }
.content-section--tight { padding-block: clamp(2rem, 4vw, 3.5rem); }
.eyebrow { font-size: .75rem; letter-spacing: .14em; color:var(--league-gold-text); }
.home-hero .eyebrow, .page-hero .eyebrow, .directory-hero .eyebrow,
.franchise-hero .eyebrow, .franchise-facts .eyebrow, .season-hero .eyebrow,
.draft-hero .eyebrow, .records-hero .eyebrow, .vote-hero .eyebrow,
.live-season-hero .eyebrow, .live-week-hero .eyebrow,
.content-section--navy .eyebrow, .cup-feature .eyebrow { color:var(--league-gold-text); }
.eyebrow--dark { color:var(--league-gold-text); }
.button { border-radius: .15rem; text-transform: none; letter-spacing: .01em; font-size: .9rem; }
.button:hover { transform: none; }
.text-link { letter-spacing: .025em; font-size: .8rem; }

/* Masthead: nine primary destinations; community tools have their own subnav. */
.site-header { box-shadow: none; border-bottom: 3px solid var(--gold-500); }
.site-header__bar { min-height: 4.8rem; }
.brand__mark { transform: none; width: 3.4rem; height: 3.4rem; background: var(--gold-400); color: var(--navy-950); font-weight: 950; letter-spacing: -.04em; font-size: 1.3rem; }
.brand__name { font-size: 1.8rem; font-weight: 900; letter-spacing: -.045em; text-transform: none; }
.brand__league { font-size: .75rem; letter-spacing: .1em; line-height: 1.4; }
.site-nav { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); gap: 0; padding-block: .15rem; }
.site-nav a { min-height: 2.55rem; justify-content: center; font-size: .85rem; letter-spacing: .01em; text-transform: none; white-space: normal; text-align: center; padding: .3rem .4rem; }
.site-nav a::after { inset-inline: 1rem; bottom: .15rem; height: 2px; }
.site-nav a[aria-current=page] { background: rgb(255 255 255 / 5%); }
.site-footer { border-top: 4px solid var(--gold-500); }
.footer-brand { font-weight: 900; letter-spacing: -.03em; text-transform: none; }

/* Cover story: real league trophy, not a placeholder crest. */
.home-hero { min-height: 0; background: var(--navy-950); }
.home-hero::before { display: none; }
.home-hero::after { background: var(--gold-500); height: 1px; }
.home-hero__inner { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 4rem; padding-block: 3rem; }
.home-hero h1 { font-size: clamp(3.5rem, 7.5vw, 6.6rem); line-height: .95; font-weight: 950; letter-spacing: -.06em; text-transform: none; }
.home-hero h1 span { font-family: var(--font-body); font-size: .17em; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; line-height: 1.4; margin-top: 1.25rem; }
.home-hero__lede { max-width: 34rem; font-size: 1.1rem; }
.home-hero__meta { font-size: .73rem; letter-spacing: .07em; }
.home-yahoo-link { display: inline-block; margin-top: 1.25rem; color: #c4cfde; font-size: .85rem; }
.home-yahoo-link:hover { color: white; }
.home-trophy { position: relative; margin: 0; padding: .6rem; border: 1px solid #3e4550; background: #111a26; }
.home-trophy img { width: 100%; height: 27rem; object-fit: contain; background: #0b0e15; }
.home-trophy figcaption { padding: 1rem; background: var(--navy-850); }
.home-trophy figcaption span { display: block; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color:var(--league-gold-text); }
.home-trophy figcaption strong { display: block; font-size: 1.6rem; letter-spacing: -.03em; }
.home-trophy figcaption a { display: block; margin-top: .4rem; color: #d2dbe5; font-size: .82rem; }
.news-strip__title { color: #fff; background: var(--navy-800); padding-inline: 1rem; font-size: .7rem; }
.news-strip { border-bottom: var(--rule); }
.section-heading { align-items: center; gap: 1.5rem; margin-bottom: 1.8rem; padding-bottom: 1.2rem; border-bottom: 2px solid var(--navy-900); }
.section-heading h2, .history-intro h2, .cup-feature h2, .record-subhead h3,
.draft-section-heading h2 { font-size: var(--type-section); line-height: 1.1; letter-spacing: -.04em; text-transform: none; font-weight: 900; }
.section-heading--light, .content-section--navy .section-heading { border-bottom-color: #405064; }
.page-hero { padding-block: clamp(2.5rem, 5vw, 4.5rem); }
.page-hero h1 { font-size: var(--type-display); line-height: 1.04; letter-spacing: -.05em; text-transform: none; }
.page-hero__inner, .page-hero--compact .page-hero__inner { min-height: 0; padding-block: 0; }
.page-hero { background: var(--navy-950); }
.page-hero::before, .page-hero::after { display: none; }
.season-hero h1, .draft-hero h1, .records-hero h1, .vote-hero h1,
.live-season-hero h1, .live-week-hero h1 { font-size: var(--type-display); font-weight: 900; line-height: 1.04; letter-spacing: -.045em; text-transform: none; }
.season-hero__grid, .draft-hero__grid, .records-hero__grid, .vote-hero__grid { min-height: 0; padding-block: 3rem; }
.season-hero, .draft-hero, .records-hero, .vote-hero { background: var(--navy-950); }
.season-hero::before, .records-hero::before, .records-hero::after, .vote-hero::before, .vote-hero::after { display: none; }
.vote-principles h2 { font-size: 1.8rem; line-height: 1.2; letter-spacing: -.03em; text-transform: none; }
.draft-season-card h2, .cup-trophy-feature__story h2 { font-size: var(--type-section); line-height: 1.12; letter-spacing: -.035em; text-transform: none; font-weight: 900; }
.cup-trophy-feature__photo { transform: none; box-shadow: var(--shadow-md); }
.empty-state { min-height: 0; border-style: solid; border-left: 4px solid #a87808; }
.empty-state__mark { transform: none; }
.empty-state h3 { text-transform: none; letter-spacing: -.02em; }
.page-hero p:not(.eyebrow) { max-width: 50rem; font-size: 1.05rem; }
.home-live-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.home-live-card:nth-child(2) { grid-column: span 2; }
.home-live-card--vote { grid-column: 1 / -1; }
.home-live-card { border-radius: .15rem; box-shadow: none; border-top: 3px solid var(--navy-700); }
.home-live-card--featured { border-top-color: var(--gold-500); }
.home-live-card h3 { font-size: 1.5rem; line-height: 1.2; letter-spacing: -.03em; text-transform: none; }
.home-live-card__heading { font-size: .75rem; gap: 1rem; }
.home-featured-matchup img { width: 5.5rem; height: 5rem; object-fit: contain; }
.home-featured-matchup strong { line-height: 1.3; }
.home-featured-matchup span { font-size: 2rem; font-weight: 900; font-variant-numeric: tabular-nums; }
.home-standings-top li > span { font-size: 1.2rem; font-weight: 900; }
.cup-feature { grid-template-columns: minmax(0, .55fr) minmax(0, 1fr); padding: 2rem; gap: 3rem; border: 1px solid #4b4c41; }
.cup-feature__art { width: 100%; max-height: 20rem; object-fit: contain; }
.cup-feature h2 span { color:var(--league-gold-text); }
.explore-grid { gap: 0; border-top: var(--rule); border-left: var(--rule); }
.explore-card { border: 0; border-right: var(--rule); border-bottom: var(--rule); box-shadow: none; border-radius: 0; }
.explore-card h3 { font-size: 1.45rem; line-height: 1.15; text-transform: none; letter-spacing: -.025em; }
.explore-card:hover { transform: none; background: #f1ede2; }

/* Archive, scoreboard and community components share the publication hierarchy. */
.season-archive-card, .draft-archive-card { box-shadow: none; border-radius: .15rem; }
.season-archive-card h2, .draft-archive-card h2 { font-size: 2rem; line-height: 1.1; letter-spacing: -.03em; text-transform: none; }
.record-table, .standings-table, .season-standings { font-variant-numeric: tabular-nums; }
.record-table th, .standings-table th { background: var(--navy-900); color: white; letter-spacing: .04em; }
.record-rank { font-weight: 900; font-size: 1.15rem; }
.record-table tbody tr:nth-child(even) { background: #f3f4f2; }
.record-table-wrap, .table-scroll { border: var(--rule); }
.record-subhead { margin-block: 2rem 1rem; }
.record-subhead > div { min-width: 0; max-width: 100%; }
.record-subhead h3 { overflow-wrap: anywhere; }
.weekly-archive details, .season-week, .matchup-card, .team-recap { border-radius: .15rem; box-shadow: none; }
summary { min-height: 2.8rem; }
.community-empty, .live-empty-inline { border-radius: .15rem; border-left: 3px solid #a87808; background: #f4f1e8; }
.content-section--navy .live-empty-inline { background: #14263c; color: white; }

/* Responsive shell: menu behavior and JS breakpoint intentionally match at 900px. */
@media (max-width: 1100px) {
  .home-live-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-live-card--featured, .home-live-card:nth-child(2) { grid-column: auto; }
}
@media (max-width: 900px) {
  .site-header__bar { min-height: 4.7rem; }
  .site-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: calc(100dvh - 5rem); overflow-y: auto; }
  .site-nav a { min-height: 2.8rem; justify-content: flex-start; padding-inline: .7rem; }
  .nav-is-ready:not(.nav-is-open) .site-nav { display: none; }
  .nav-is-open .site-nav { display: grid; }
  .home-hero__inner { gap: 2rem; }
  .home-trophy img { height: 20rem; }
}
@media (max-width: 600px) {
  .home-live-grid { grid-template-columns: minmax(0, 1fr); }
  .wrap, .shell-content { width: calc(100% - 2rem); }
  .site-header { position: relative; }
  .brand__name { font-size: 1.4rem; }
  .brand__mark { width: 2.6rem; height: 2.6rem; font-size: 1rem; }
  .brand__league { font-size: .65rem; letter-spacing: .02em; }
  .brand__league { display: block; }
  .nav-toggle__label { display: inline; }
  .site-header__bar { gap: .5rem; }
  .site-header__tools { gap: .4rem; }
  .home-hero__inner { grid-template-columns: minmax(0, 1fr); padding-block: 2.5rem; }
  .home-hero h1 { font-size: 4.1rem; }
  .home-hero h1 span { font-size: .18em; }
  .home-trophy { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1fr); }
  .home-trophy img { height: 12rem; }
  .home-trophy figcaption { display: flex; flex-direction: column; justify-content: center; padding: .8rem; }
  .home-trophy figcaption strong { font-size: 1.4rem; line-height: 1.2; margin-block: .4rem; }
  .home-trophy figcaption a { font-size: .75rem; }
  .hero-actions { display: flex; gap: .6rem; }
  .hero-actions .button { flex: 1 1 9rem; padding-inline: .6rem; }
  .cup-feature { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; padding: 1.5rem; }
  .cup-feature__art { max-height: 13rem; }
  .section-heading { align-items: start; }
  main [id] { scroll-margin-top: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* League media guide — common composition, typography and scoreboards. */
:root {
  --font-display: "Arial", "Segoe UI", system-ui, sans-serif;
  --type-display: clamp(2.6rem, 5.4vw, 4.75rem);
  --type-section: clamp(1.8rem, 3vw, 2.7rem);
}
body { background: var(--cream-100); }
h1, h2, h3, h4 { font-family: var(--font-display); }
h2, h3 { text-transform: none; }
p { line-height: 1.7; }
.button, .text-link { min-height: 2.75rem; }
.text-link { display: inline-flex; align-items: center; font-size: .875rem; }
.button { transition: background-color 160ms, box-shadow 160ms; }
.button:hover { box-shadow: inset 0 -3px 0 rgb(0 0 0 / 18%); }
.season-chip { text-decoration: none; min-height: 2.75rem; }
.season-chip:hover { color: white; }
.site-nav a { font-size: .875rem; min-height: 2.75rem; font-weight: 650; }
.button, .text-link { font-weight: 700; }
.community-nav, .archive-editions { background: var(--cream-200); border-bottom: var(--rule); }
.community-nav > .wrap, .archive-editions > .wrap { display: flex; gap: 1.8rem; overflow-x: auto; overscroll-behavior-inline: contain; }
.community-nav a, .archive-editions a { display: flex; flex-shrink: 0; align-items: center; min-height: 3rem; font-size: .875rem; font-weight: 750; color: var(--navy-900); text-decoration: none; border-bottom: 3px solid transparent; }
.community-nav a[aria-current], .archive-editions a[aria-current] { border-bottom-color: #a87808; }
.community-nav a:hover, .archive-editions a:hover { text-decoration: underline; }
.site-footer__meta { font-size: .8rem; }
.home-hero { background: linear-gradient(115deg, #071426 55%, #172b40); }
.home-hero__inner { padding-block: 2.5rem; gap: 3rem; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.home-hero h1 { font-size: clamp(3.8rem, 7vw, 6.5rem); letter-spacing: -.055em; }
.home-hero__lede { font-family: Georgia, serif; color: #dce2e9; line-height: 1.6; font-size: clamp(1.1rem, 1.8vw, 1.4rem); }
.home-trophy { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .8fr); align-items: stretch; padding: 0; background: transparent; border: 0; }
.home-trophy > img { width: 100%; height: 27rem; object-fit: contain; }
.home-trophy figcaption { display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; border-bottom: 3px solid var(--gold-500); }
.home-trophy figcaption strong { line-height: 1.05; font-size: 2.2rem; margin-block: .8rem; }
.home-trophy figcaption span, .home-trophy figcaption a { font-size: .85rem; }
.home-trophy .defending-champion { display: grid; gap: .75rem; border-top: 1px solid #526072; padding-top: 1rem; margin-top: 1rem; text-decoration: none; }
.home-trophy .defending-champion:hover b { text-decoration: underline; }
.home-trophy .defending-champion img { width: 5rem; height: 5rem; object-fit: contain; background: #f7f6f2; }
.home-trophy .defending-champion span { text-transform: none; letter-spacing: 0; color: #d2dbe5; }
.home-trophy .defending-champion b { color: white; font-size: 1rem; line-height: 1.4; }
.source-caption { margin: -1rem 0 1.5rem; color: #536172; font-size: .8rem; }
.pulse-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, .85fr); gap: 1.5rem; align-items: start; }
.pulse-grid > * { min-width: 0; }
.pulse-grid .home-live-card { grid-column: auto; padding: 1.25rem; }
.home-featured-matchup { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: .8rem; }
.home-featured-matchup > div, .home-featured-matchup > div:last-child { grid-template-columns: minmax(0, 1fr); justify-items: center; direction: ltr; text-align: center; gap: .35rem; }
.home-featured-matchup > div > a { color: inherit; text-decoration: none; display: grid; justify-items: center; gap: .6rem; }
.home-featured-matchup small, .home-featured-matchup > div:last-child small { grid-column: 1; font-size: .8rem; }
.home-featured-matchup img { width: 6.5rem; height: 6rem; border-radius: 0; }
.home-featured-matchup strong { font-size: 1rem; }
.home-featured-matchup span { margin-top: .6rem; }
.home-standings-top { margin-bottom: 0; }
.home-standings-top img { border-radius: 0; object-fit: contain; }
.home-standings-top li { min-height: 3rem; }
.pulse-wire { border-top: 3px solid var(--gold-500); padding: 1rem 0; }
.pulse-wire h3 { margin: .5rem 0 1rem; font-size: 1.5rem; letter-spacing: -.03em; }
.pulse-wire h4 { font-size: 1rem; line-height: 1.4; margin: 0; }
.pulse-wire > div { padding: 1rem 0; border-top: var(--rule); }
.pulse-wire p { font-size: .9rem; color: #536172; margin-bottom: 0; }
.live-matchup-card { border-radius: 0; box-shadow: none; border: var(--rule); }
.live-matchup-card__header { padding: .75rem 1rem; letter-spacing: .04em; font-size: .8rem; background: var(--navy-950); color: white; }
.live-matchup-team { min-height: 6.2rem; }
.live-matchup-team > a img { width: 4.5rem; height: 4rem; border-radius: 0; object-fit: contain; background: transparent; }
.live-matchup-team > a strong { font-size: 1rem; overflow-wrap: normal; }
.live-matchup-team__numbers strong { font-size: 2rem; font-variant-numeric: tabular-nums; letter-spacing: -.04em; }
.live-matchup-team__numbers strong span, .live-matchup-team__numbers small span { font-size: .75rem; line-height: 1.5; }
.live-matchup-card__footer { background: #faf9f6; gap: .4rem; }
.matchup-roster-grid summary { font-size: .8rem; }
.live-matchup-card details { border-radius: 0; }
.franchise-strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(10rem, 1fr); overflow-x: auto; gap: 1rem; padding: .4rem .2rem 1rem; overscroll-behavior-inline: contain; scrollbar-color: #a87808 #e4e1d9; }
.franchise-strip > a { display: grid; align-content: start; gap: .8rem; padding: 1rem; background: white; border-bottom: 4px solid var(--team-accent); color: var(--navy-900); text-decoration: none; }
.franchise-strip img { width: 100%; height: 8rem; object-fit: contain; }
.franchise-strip strong { line-height: 1.3; font-size: .95rem; }
.franchise-strip span { font-size: .8rem; color: #536172; }
.franchise-strip a:hover, .franchise-strip a:focus-visible { background: #f4ecd8; }
.recent-champions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.season-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.season-archive-card { grid-template-columns: minmax(0, 1fr); border: 0; border-bottom: 2px solid #c9c8c0; background: transparent; overflow: visible; }
.season-archive-card__image { position: relative; display: flex; justify-content: flex-end; align-items: center; min-width: 0; width: 100%; aspect-ratio: auto; min-height: 0; height: 15rem; background: var(--navy-950); border-bottom: 4px solid #a87808; padding: 1.5rem; text-decoration: none; }
.season-archive-card__image img { position: relative; width: 52%; height: 100%; object-fit: contain; }
.archive-year { position: absolute; top: 1.5rem; left: 1.5rem; font-size: clamp(3rem, 5.8vw, 5rem); font-weight: 900; color: #f0bd20; line-height: 1; letter-spacing: -.06em; }
.season-archive-card__body { padding: 1.5rem 0; }
.season-archive-card h2 { font-size: 1.9rem; }
.season-archive-card__body > .archive-final { color: #334359; font-size: .95rem; }
.archive-final strong { display: block; color: var(--navy-900); font-size: 1.5rem; font-variant-numeric: tabular-nums; }
.season-archive-card__body > div { flex-wrap: wrap; }
.recent-champions .season-archive-card__image { height: 12rem; padding: 1rem; }
.recent-champions .archive-year { font-size: 3.25rem; top: 1rem; left: 1rem; }
.recent-champions h2 { font-size: 1.65rem; }
.record-spotlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid #6b7684; }
.record-spotlights article { min-width: 0; padding: 1.5rem; border-right: 1px solid #6b7684; }
.record-spotlights article:last-child { border-right: 0; }
.record-spotlights article > span { display: block; font-size: .85rem; }
.record-spotlights article > strong { display: block; font-size: clamp(2.8rem, 4.5vw, 4rem); color:var(--league-gold-text); line-height: 1.3; font-variant-numeric: tabular-nums; letter-spacing: -.04em; }
.record-spotlights strong small { font-size: 1rem; letter-spacing: 0; }
.record-spotlights a { display: flex; align-items: center; gap: .8rem; min-height: 3.5rem; color: inherit; text-decoration: none; line-height: 1.3; font-weight: 700; }
.record-spotlights a:hover { text-decoration: underline; }
.record-spotlights img { width: 3.5rem; height: 3.5rem; object-fit: contain; background: white; }
.record-spotlights article > small { display: block; margin-top: .7rem; color: inherit; font-size: .8rem; }
.record-cover .record-spotlights article > strong { color:var(--league-gold-text); }
.draft-desk { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 3rem; align-items: center; }
.draft-desk h2 { font-size: var(--type-section); margin: 0; letter-spacing: -.04em; }
.draft-desk #draft-countdown { padding: 1.5rem; border-left: 4px solid #a87808; background: var(--cream-200); }
.draft-desk #draft-countdown strong { display: block; font-size: 1.4rem; line-height: 1.5; }
.community-desk { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.community-desk article { min-width: 0; border-top: 3px solid #f0bd20; }
.community-desk h3 { font-size: 1.35rem; margin: 1rem 0 .6rem; }
.community-desk .live-empty-inline { padding: 0; border: 0; background: none; }
.community-desk p { font-size: .95rem; }
.community-desk .text-link { font-size: .85rem; }
.cup-feature { border: 0; box-shadow: none; }
.page-hero__number { font-size: 4rem; color: #f0bd20; font-weight: 800; text-align: right; line-height: 1; letter-spacing: -.04em; }
.page-hero__number span { display: block; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .75rem; color: #b9c5d5; }
.cup-banner img { object-fit: contain; width: 100%; height: 30rem; max-height: none; border: 0; box-shadow: none; }
.champion-roll article { grid-template-columns: 4.5rem 5.5rem minmax(0, 1fr) auto; padding: 1.2rem; box-shadow: none; border-bottom: var(--rule); border-left: 4px solid #a87808; }
.champion-roll__identity img { width: 5.5rem; height: 5rem; object-fit: contain; }
.champion-roll h3 a { color: var(--navy-900); text-decoration: none; font-size: 1.2rem; }
.champion-roll h3 a:hover { text-decoration: underline; }
.season-hero__identity { background: #f7f5ef; color: var(--navy-900); padding: 1.5rem; border-radius: 0; transform: none; aspect-ratio: auto; box-shadow: none; }
.season-hero__identity img { height: 15rem; width: 100%; object-fit: contain; }
.season-hero__identity figcaption { position: static; padding: .75rem 0 0; background: transparent; color: #536172; font-size: .8rem; text-align: center; }
.season-final-score { padding-top: 1rem; border-top: 1px solid #c7c9cc; text-align: center; margin-top: 1rem; }
.season-final-score span, .season-final-score > small { display: block; font-size: .8rem; color: #445367; }
.season-final-score strong { display: block; font-size: 2.3rem; color: var(--navy-900); font-variant-numeric: tabular-nums; }
.season-final-score strong small { font-size: 1rem; color: #536172; }
.season-hero__year, .draft-hero__year { font-size: clamp(4rem, 8vw, 7rem); line-height: 1; margin-bottom: .5rem; }
.season-hero__actions { gap: .5rem; }
.season-hero__actions .button { padding: .8rem 1rem; }
.season-subnav, .records-jump { position: static; }
.narrative-copy { font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.85; max-width: 72ch; }
.narrative-copy p { line-height: 1.85; }
.narrative-provenance { font-size: .8rem; }
.season-number-card { background: transparent; border: 0; border-top: 1px solid #526072; padding: 1.4rem 0; }
.season-number-card > span { font-size: .8rem; }
.season-number-card > strong { font-family: var(--font-body); font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.25; text-transform: none; }
.season-number-grid { gap: 1rem 2.5rem; }
.week-card, .draft-round, .team-recap-card, .playoff-recap-card, .playoff-result { border-radius: 0; box-shadow: none; }
.week-card summary, .draft-round summary { min-height: 3.75rem; border-left: 4px solid #a87808; font-size: 1rem; }
.week-card[open] summary, .draft-round[open] summary { background: #ece6d8; }
.week-matchup__team { font-variant-numeric: tabular-nums; }
.team-recap-card { border: 0; border-top: 3px solid var(--navy-900); background: transparent; }
.team-recap-card p { font-family: Georgia, serif; font-size: 1rem; line-height: 1.8; }
.team-recap-card__header h3 { font-size: 1.5rem; text-transform: none; letter-spacing: -.03em; }
.team-recap-card__header img { object-fit: contain; border-radius: 0; }
.history-table, .vote-table { font-variant-numeric: tabular-nums; }
.history-table tbody tr:hover, .record-table tbody tr:hover, .standings-table tbody tr:hover { background: #eee7d6; }
.bracket-frame { box-shadow: none; }
.bracket-frame img { object-fit: contain; }
.draft-season-card { border-radius: 0; box-shadow: none; border: var(--rule); }
.draft-season-card__image { background: #e6e4de; height: 20rem; min-height: 0; }
.draft-season-card__image::after { display: none; }
.draft-season-card__image img { object-fit: contain; object-position: center; }
.draft-season-card__image > span { bottom: .75rem; left: .75rem; padding: .5rem .7rem; background: var(--navy-950); font-size: 2rem; }
.draft-hero__preview img { object-fit: contain; }
.draft-season-card__image > span { font-family: var(--font-display); font-weight: 900; }
.draft-order-entry { box-shadow: none; border-radius: 0; padding: 1rem; }
.draft-order-entry img { border-radius: 0; object-fit: contain; }
.vote-principles { border-radius: 0; box-shadow: none; border-top: 3px solid var(--gold-500); }
.vote-principles > span { font-size: .8rem; }
.vote-principles > strong { font-size: 2.2rem; line-height: 1.15; text-transform: none; }
.vote-principles li { font-size: .9rem; }
.vote-empty { min-height: 0; border-radius: 0; padding: 1.4rem; }
.vote-empty h3 { font-size: 1.4rem; text-transform: none; line-height: 1.2; }
.vote-empty p, .live-empty-inline p { font-size: .95rem; }
.vote-empty > span { font-family: var(--font-display); font-size: 2.4rem; }
.pick-card, .poll-card, .community-feature, .vote-matchup-card { border-radius: 0; box-shadow: none; }
.community-feature h2 { font-size: clamp(1.5rem, 4vw, 2rem); line-height: 1.15; overflow-wrap: anywhere; }
.rules-page .prose h2, .rules-page .migration-card h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.15; text-transform: none; letter-spacing: -.03em; }
.rules-page .prose .eyebrow { font-size: .75rem; color:var(--league-gold-text); }
.pick-card__teams img, .vote-matchup-card img { object-fit: contain; border-radius: 0; }
.ranking-method { border-radius: 0; box-shadow: none; }
.ranking-method h2 { font-size: var(--type-section); text-transform: none; line-height: 1.15; letter-spacing: -.035em; }
.ranking-method dl { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ranking-method dt { font-size: .75rem; }
.ranking-method dd { font-size: 1.4rem; overflow-wrap: anywhere; }
.ranking-method dl div { padding: 1rem .75rem; }
.record-card, .honor-board, .unavailable-card, .migration-card { border-radius: 0; box-shadow: none; }
.record-card > strong { font-family: var(--font-display); font-variant-numeric: tabular-nums; }
.record-card { border-top: 3px solid var(--navy-900); }
.record-table tbody .record-rank { color:var(--league-gold-text); }
.record-table th button:hover, .record-table th button:focus-visible { color: #fff; text-decoration-color: var(--gold-400); }
.draft-season-card { border-top: 4px solid var(--navy-900); }
.vote-empty { border-left: 4px solid #a87808; }
.prose { max-width: 68ch; }
.prose p { font-size: 1.1rem; }
@media (min-width: 901px) {
  .site-nav .mobile-yahoo-link { display: none; }
}
@media (max-width: 1100px) {
  .pulse-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pulse-wire { grid-column: 1 / -1; }
  .home-trophy { grid-template-columns: minmax(0, 1fr); }
  .home-trophy > img { height: 18rem; }
  .home-trophy .defending-champion { grid-template-columns: 3.5rem minmax(0, 1fr); align-items: center; }
  .home-trophy .defending-champion img { width: 3.5rem; height: 3.5rem; }
  .home-trophy figcaption { padding: 1rem; }
  .home-trophy figcaption strong { font-size: 1.6rem; margin-block: .4rem; }
  .site-nav a { font-size: .8rem; padding-inline: .3rem; }
}
@media (max-width: 900px) {
  .site-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-nav a { font-size: .95rem; padding-inline: .7rem; }
  .recent-champions { grid-template-columns: minmax(0, 1fr); }
  .recent-champions .season-archive-card { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 1.5rem; }
  .recent-champions .season-archive-card__image { height: 100%; min-height: 12rem; }
  .community-desk { gap: 1.2rem; }
  .record-spotlights article { padding: 1rem; }
}
@media (max-width: 600px) {
  .brand__name { font-size: 1.35rem; }
  .site-header__bar { min-height: 4.5rem; }
  .home-hero__inner { padding-block: 2rem; gap: 2rem; grid-template-columns: minmax(0, 1fr); }
  .home-hero h1 { font-size: clamp(3.8rem, 16vw, 5rem); }
  .home-hero__lede { margin-top: 1rem; }
  .home-hero .hero-actions { margin-top: 1.25rem; }
  .home-yahoo-link { margin-top: .75rem; }
  .news-strip__inner { grid-template-columns: minmax(0, 1fr); }
  .news-strip__title { white-space: normal; }
  .live-matchup-team > a strong { overflow-wrap: anywhere; }
  .home-trophy { grid-template-columns: minmax(0, .7fr) minmax(0, 1fr); }
  .home-trophy > img { height: auto; aspect-ratio: 3 / 4; align-self: center; background: transparent; }
  .home-trophy .defending-champion { grid-template-columns: minmax(0, 1fr); gap: .4rem; }
  .home-trophy .defending-champion img { width: 3rem; height: 3rem; }
  .home-trophy figcaption strong { font-size: 1.6rem; }
  .pulse-grid, .community-desk, .draft-desk, .season-archive-grid { grid-template-columns: minmax(0, 1fr); }
  .pulse-wire { grid-column: auto; }
  .live-matchup-team > a img { width: 3.5rem; height: 3.2rem; }
  .live-matchup-team > a strong { font-size: .95rem; }
  .live-matchup-team__numbers strong { font-size: 1.55rem; }
  .matchup-roster-grid { grid-template-columns: minmax(0, 1fr); }
  .franchise-strip { grid-auto-columns: 10rem; }
  .recent-champions .season-archive-card { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .recent-champions .season-archive-card__image { height: 12rem; }
  .record-spotlights { grid-template-columns: minmax(0, 1fr); }
  .record-spotlights article { border-right: 0; border-bottom: 1px solid #6b7684; padding: 1.4rem .5rem; }
  .record-spotlights article:last-child { border-bottom: 0; }
  .record-spotlights article > strong { font-size: 3rem; }
  .draft-desk { gap: 1.5rem; }
  .community-desk { gap: 1.5rem; }
  .champion-roll article { grid-template-columns: 3.5rem 4rem minmax(0, 1fr); gap: .75rem; padding: 1rem .5rem; }
  .champion-roll__identity img { width: 4rem; height: 4rem; }
  .champion-roll .text-link { grid-column: 3; }
  .champion-roll h3 a { font-size: 1rem; }
  .season-hero__identity { margin: 1rem 0 0; }
  .season-hero__identity img { height: 12rem; }
  .season-hero__actions .button { flex: 1 1 8rem; }
  .season-number-grid { column-gap: 1rem; }
  .community-nav > .wrap { gap: 1.25rem; }
  .community-nav a { font-size: .8rem; }
  .ranking-method dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ranking-method dl div:last-child { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
  .cup-banner img { height: 23rem; }
}
@media (prefers-reduced-motion: reduce) {
  .ticker { animation: none; transform: none; }
  .ticker-viewport { overflow-x: auto; }
}
