:root {
  --ink: #08090b;
  --ink-2: #121417;
  --paper: #f6f3ee;
  --white: #fffdf9;
  --line: #d8d2c7;
  --muted: #68625a;
  --muted-dark: #a7a09a;
  --red: #d80f1f;
  --red-dark: #970914;
  --gold: #d6ad45;
  --gold-soft: #f3d789;
  --blue: #07386d;
  --shadow: 0 24px 70px rgba(8, 9, 11, 0.18);
  --stat-font:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --stat-font-settings: "tnum" 1, "lnum" 1;
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(6, 7, 9, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  display: flex;
  gap: 32px;
  height: 72px;
  justify-content: space-between;
  padding: 0 clamp(18px, 5vw, 72px);
  position: relative;
  z-index: 5;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 46px);
  font-weight: 900;
  line-height: 1;
}

.brand-name {
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(18px, 4vw, 54px);
}

.nav-links a {
  color: #f3eee4;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-links a:last-child {
  color: var(--gold-soft);
}

.hero {
  background:
    linear-gradient(90deg, rgba(216, 15, 31, 0.82) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 82% 18%, rgba(216, 15, 31, 0.18), transparent 33%),
    linear-gradient(128deg, #030405 0%, #0b0c0f 50%, #1a0608 100%);
  background-size:
    68px 68px,
    68px 68px,
    auto,
    auto;
  color: var(--white);
  min-height: clamp(620px, 72vh, 760px);
  overflow: hidden;
  padding: clamp(34px, 5vw, 70px) clamp(18px, 5vw, 72px) 0;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(135deg, rgba(216, 15, 31, 0.7), rgba(216, 15, 31, 0)),
    linear-gradient(45deg, rgba(214, 173, 69, 0.18), rgba(214, 173, 69, 0));
  content: "";
  height: 220px;
  left: -90px;
  position: absolute;
  top: -80px;
  transform: rotate(-7deg);
  width: 420px;
}

.hero::after {
  background: linear-gradient(120deg, transparent, rgba(216, 15, 31, 0.65));
  bottom: -80px;
  content: "";
  height: 220px;
  position: absolute;
  right: -90px;
  transform: rotate(-8deg);
  width: 430px;
}

.yardline {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  height: 70%;
  opacity: 0.55;
  position: absolute;
  top: 16%;
  width: 70px;
}

.yardline-left {
  left: clamp(8px, 2vw, 30px);
}

.yardline-right {
  right: clamp(8px, 2vw, 30px);
  transform: rotate(180deg);
}

.hero-inner {
  align-items: center;
  display: flex;
  gap: clamp(28px, 5vw, 56px);
  margin: 0 auto;
  max-width: 1180px;
  min-height: 470px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 1040px;
  min-width: 0;
}

.hero-id {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2vw, 22px);
  margin-bottom: 12px;
}

.team-crest {
  flex: 0 0 clamp(68px, 8vw, 116px);
  margin: 0;
  width: clamp(68px, 8vw, 116px);
}

.crest-frame {
  background:
    linear-gradient(var(--blue), var(--blue)) padding-box,
    linear-gradient(135deg, var(--gold), #fff4ba, var(--red)) border-box;
  border: 2px solid transparent;
  border-radius: 999px;
  box-shadow: 0 14px 38px rgba(8, 9, 11, 0.26);
  overflow: hidden;
  padding: 4px;
}

.crest-frame img {
  aspect-ratio: 1;
  border-radius: inherit;
  object-fit: cover;
  width: 100%;
}

.team-crest figcaption {
  display: none;
}

.dateline,
.section-label {
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.11em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.hero .dateline {
  color: var(--gold-soft);
}

.hero-id .dateline {
  flex: 0 1 auto;
  margin: 0;
  min-width: 0;
}

.hero h1 {
  font-family:
    Impact, Haettenschweiler, "Arial Narrow Bold", "Roboto Condensed",
    sans-serif;
  font-size: clamp(54px, 10vw, 132px);
  font-stretch: condensed;
  letter-spacing: 0;
  line-height: 0.88;
  margin: 0;
  max-width: 900px;
  text-transform: uppercase;
}

.deck {
  color: #eee7dc;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.28;
  margin: 24px 0 0;
  max-width: 710px;
}

.hero-stats {
  background: rgba(6, 7, 9, 0.88);
  border: 1px solid rgba(216, 15, 31, 0.75);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  z-index: 3;
}

.hero-stats div {
  border-right: 1px solid rgba(216, 15, 31, 0.55);
  padding: 22px 20px;
  text-align: center;
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats dt {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-stats dd {
  color: var(--white);
  font-family: var(--stat-font);
  font-size: clamp(34px, 5vw, 52px);
  font-feature-settings: var(--stat-font-settings);
  font-variant-numeric: tabular-nums lining-nums;
  font-weight: 900;
  line-height: 1;
  margin: 6px 0;
}

.hero-stats span {
  color: var(--muted-dark);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  min-height: 28px;
  text-transform: uppercase;
}

.ticker {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding: 16px clamp(18px, 5vw, 72px);
  scrollbar-width: none;
}

.ticker span {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0 24px;
  text-transform: uppercase;
}

.ticker span:first-child {
  padding-left: 0;
}

.section-pad {
  padding: clamp(48px, 8vw, 94px) clamp(18px, 5vw, 72px);
}

.feature-grid {
  background: var(--white);
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.lead-story,
.scorecard,
.chart-panel,
.season-detail,
.week-notes,
.win-loss-panel,
.player-card {
  min-width: 0;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

h3 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

p {
  line-height: 1.58;
}

.lead-story > p:not(.section-label) {
  color: #2f2b27;
  font-size: 18px;
  margin: 22px 0 0;
  max-width: 880px;
}

.story-kickers {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  padding-top: 24px;
}

.story-kickers div {
  border-left: 4px solid var(--red);
  padding-left: 14px;
}

.story-kickers strong {
  display: block;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.story-kickers span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.scorecard,
.chart-panel,
.season-detail,
.week-notes,
.win-loss-panel,
.player-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 14px 38px rgba(8, 9, 11, 0.07);
}

.scorecard {
  align-self: start;
  padding: 26px;
}

.panel-heading {
  margin-bottom: 20px;
}

.panel-heading h2,
.panel-heading h3 {
  margin: 0;
}

.panel-heading p:not(.section-label) {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 6px 0 0;
  text-transform: uppercase;
}

.grade-row {
  display: grid;
  column-gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 17px 0;
  row-gap: 11px;
}

.grade-row + .grade-row {
  border-top: 1px solid var(--line);
}

.grade-row span {
  color: #25211e;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.grade-row strong {
  color: var(--red);
  font-family: var(--stat-font);
  font-size: 24px;
  font-feature-settings: var(--stat-font-settings);
  font-variant-numeric: tabular-nums lining-nums;
  line-height: 1;
  text-align: right;
}

.grade-meter {
  background: #ece6dc;
  grid-column: 1 / -1;
  height: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.grade-meter::before {
  background: linear-gradient(90deg, var(--red), #d05c31 48%, var(--gold));
  clip-path: inset(0 calc(100% - var(--score)) 0 0);
  content: "";
  inset: 0;
  position: absolute;
}

.trend-section {
  background: #eee9df;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.section-head {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 440px);
  margin: 0 auto 30px;
  max-width: 1240px;
}

.section-head p:not(.section-label) {
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.trend-section .section-head {
  grid-template-columns: minmax(0, 1.7fr) minmax(220px, 0.7fr);
}

.trend-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  margin: 0 auto;
  max-width: 1240px;
}

.chart-panel {
  padding: 26px;
}

.line-chart {
  display: block;
  height: auto;
  width: 100%;
}

.grid-lines line {
  stroke: #ded7cb;
  stroke-width: 1;
}

.line {
  fill: none;
  stroke-linecap: square;
  stroke-linejoin: round;
  stroke-width: 5;
}

.line-actual {
  stroke: var(--red);
}

.line-possible {
  stroke: var(--gold);
  stroke-dasharray: 10 8;
}

.points.actual circle {
  fill: var(--red);
}

.points.possible circle {
  fill: var(--gold);
}

.chart-labels text {
  fill: #3d3731;
  font-family: var(--stat-font);
  font-size: 18px;
  font-feature-settings: var(--stat-font-settings);
  font-variant-numeric: tabular-nums lining-nums;
  font-weight: 850;
  text-anchor: middle;
}

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
}

.legend span {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  gap: 8px;
  text-transform: uppercase;
}

.legend i {
  display: inline-block;
  height: 4px;
  width: 28px;
}

.legend-actual {
  background: var(--red);
}

.legend-possible {
  background: repeating-linear-gradient(
    90deg,
    var(--gold) 0 9px,
    transparent 9px 14px
  );
}

.dark-panel {
  background: var(--ink);
  border-color: #2b2d31;
  color: var(--white);
}

.floor-bars {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.floor-bars div {
  align-items: center;
  column-gap: 16px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 56px;
  min-height: 44px;
}

.floor-bars div::before {
  align-self: center;
  background: linear-gradient(90deg, var(--red), var(--gold));
  content: "";
  grid-column: 2;
  grid-row: 1;
  height: 26px;
  width: var(--bar);
}

.floor-bars span {
  color: var(--gold-soft);
  font-weight: 950;
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  line-height: 1;
}

.floor-bars strong {
  font-family: var(--stat-font);
  font-size: 24px;
  font-feature-settings: var(--stat-font-settings);
  font-variant-numeric: tabular-nums lining-nums;
  grid-column: 1;
  grid-row: 1;
  line-height: 1;
}

.panel-note {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
  margin: 26px 0 0;
  padding-top: 18px;
}

.dark-panel .panel-heading p,
.dark-panel .panel-note {
  color: var(--muted-dark);
}

.season-section {
  background: var(--white);
}

.season-tabs {
  display: flex;
  gap: 10px;
  margin: 0 auto 20px;
  max-width: 1240px;
}

.season-tab {
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 2px;
  color: var(--ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.08em;
  min-height: 42px;
  padding: 0 22px;
  text-transform: uppercase;
}

.season-tab.is-active,
.season-tab:focus-visible {
  background: var(--ink);
  color: var(--gold-soft);
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.season-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  margin: 0 auto;
  max-width: 1240px;
}

.season-detail {
  padding: 28px;
}

.season-title-row {
  align-items: start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.season-title-row h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
}

.season-title-row strong {
  color: var(--red);
  font-family: var(--stat-font);
  font-size: clamp(40px, 6vw, 62px);
  font-feature-settings: var(--stat-font-settings);
  font-variant-numeric: tabular-nums lining-nums;
  line-height: 1;
}

#season-copy {
  color: #35302b;
  font-size: 17px;
  margin: 20px 0 0;
}

.season-metrics {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 24px 0;
}

.season-metrics div {
  border: 1px solid var(--line);
  border-left: 0;
  padding: 14px;
}

.season-metrics div:first-child {
  border-left: 1px solid var(--line);
}

.season-metrics dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.season-metrics dd {
  font-family: var(--stat-font);
  font-size: 26px;
  font-feature-settings: var(--stat-font-settings);
  font-variant-numeric: tabular-nums lining-nums;
  font-weight: 950;
  margin: 4px 0 0;
}

.weekly-chart {
  align-items: end;
  border-bottom: 2px solid var(--ink);
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(14, minmax(12px, 1fr));
  height: 210px;
  margin-top: 24px;
  padding-top: 20px;
}

.week-bar {
  align-items: flex-start;
  background: linear-gradient(180deg, var(--red), #7d0910);
  color: var(--white);
  display: flex;
  font-family: var(--stat-font);
  font-size: 12px;
  font-feature-settings: var(--stat-font-settings);
  font-variant-numeric: tabular-nums lining-nums;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 18px;
  padding-top: 9px;
  position: relative;
  text-shadow: 0 1px 1px rgba(8, 9, 11, 0.28);
}

.week-bar.top-week {
  background: linear-gradient(180deg, var(--gold), #a97513);
  color: var(--ink);
  text-shadow: none;
}

.week-bar::after {
  bottom: -22px;
  color: var(--muted);
  content: attr(data-week);
  font-size: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.week-notes {
  display: grid;
  gap: 0;
}

.week-notes div {
  padding: 24px;
}

.week-notes div + div {
  border-top: 1px solid var(--line);
}

.week-notes span {
  color: var(--red);
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.week-notes strong {
  display: block;
  font-family: var(--stat-font);
  font-size: 22px;
  font-feature-settings: var(--stat-font-settings);
  font-variant-numeric: tabular-nums lining-nums;
  line-height: 1.1;
}

.week-notes p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 0;
}

.season-table-wrap {
  margin: 30px auto 0;
  max-width: 1240px;
  overflow: visible;
  width: 100%;
}

.season-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.season-table caption {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}

.season-table th,
.season-table td {
  border: 1px solid var(--line);
  padding: 14px clamp(8px, 1vw, 13px);
  text-align: left;
}

.season-table thead th {
  background: var(--ink);
  color: var(--white);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.season-table tbody th {
  color: var(--red);
  font-size: 18px;
}

.season-table td {
  font-family: var(--stat-font);
  font-size: 15px;
  font-feature-settings: var(--stat-font-settings);
  font-variant-numeric: tabular-nums lining-nums;
  font-weight: 800;
}

.season-table thead th:nth-child(1) {
  width: 10%;
}

.season-table thead th:nth-child(2) {
  width: 10%;
}

.season-table thead th:nth-child(3) {
  width: 8%;
}

.season-table thead th:nth-child(4) {
  width: 12%;
}

.season-table thead th:nth-child(5) {
  width: 13%;
}

.season-table thead th:nth-child(6) {
  width: 12%;
}

.season-table thead th:nth-child(7) {
  width: 10%;
}

.season-table thead th:nth-child(8) {
  width: 11%;
}

.season-table thead th:nth-child(9) {
  width: 14%;
}

.split-section {
  background: #eee9df;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.win-loss-panel {
  padding: 30px;
}

.loss-panel {
  border-top: 6px solid var(--red);
}

.win-loss-panel:not(.loss-panel) {
  border-top: 6px solid var(--gold);
}

.trait-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.trait {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 72px minmax(0, 1fr);
  padding-top: 18px;
}

.trait span {
  align-items: center;
  background: var(--ink);
  color: var(--gold-soft);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 900;
  height: 64px;
  justify-content: center;
  line-height: 1;
  width: 64px;
}

.trait h3 {
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.trait p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  margin: 8px 0 0;
}

.leaderboard-section {
  background: var(--ink);
  color: var(--white);
}

.leaderboard-section .section-head p:not(.section-label) {
  color: var(--muted-dark);
}

.player-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
}

.player-card {
  background: #111318;
  border-color: #292d34;
  color: var(--white);
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.lead-player {
  background:
    linear-gradient(135deg, rgba(216, 15, 31, 0.28), transparent 52%), #111318;
}

.position {
  color: var(--gold-soft);
  display: block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
  margin-top: 6px;
  order: 1;
}

.player-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  order: 0;
}

.player-card strong {
  color: var(--gold-soft);
  display: block;
  font-family: var(--stat-font);
  font-size: clamp(42px, 5vw, 64px);
  font-feature-settings: var(--stat-font-settings);
  font-variant-numeric: tabular-nums lining-nums;
  line-height: 1;
  margin: auto 0 8px;
  order: 2;
}

.player-card p {
  color: var(--muted-dark);
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  order: 3;
}

.preview-section {
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.92), rgba(8, 9, 11, 0.78)),
    linear-gradient(135deg, var(--red-dark), var(--ink));
  color: var(--white);
  padding: clamp(54px, 8vw, 100px) clamp(18px, 5vw, 72px);
}

.preview-inner {
  display: grid;
  gap: clamp(30px, 5vw, 60px);
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  margin: 0 auto;
  max-width: 1240px;
}

.preview-inner p:not(.section-label) {
  color: #ece4d6;
  font-size: 18px;
  margin: 24px 0 0;
}

.focus-list {
  counter-reset: focus;
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.focus-list li {
  align-items: start;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #d7d0c3;
  color: var(--ink);
  column-gap: 14px;
  counter-increment: focus;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto auto;
  padding: 16px 20px 16px 0;
  row-gap: 5px;
}

.focus-list li::before {
  align-self: start;
  color: var(--red);
  content: counter(focus);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 900;
  grid-column: 1;
  grid-row: 1 / span 2;
  line-height: 0.85;
  text-align: center;
}

.focus-list strong {
  display: block;
  font-size: 15px;
  font-weight: 950;
  grid-column: 2;
  grid-row: 1;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.focus-list span {
  color: var(--muted);
  display: block;
  font-size: 14px;
  font-weight: 700;
  grid-column: 2;
  grid-row: 2;
  line-height: 1.35;
}

.site-footer {
  align-items: center;
  background: #030405;
  color: var(--muted-dark);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 900;
  gap: 18px;
  justify-content: space-between;
  letter-spacing: 0.08em;
  padding: 22px clamp(18px, 5vw, 72px);
  text-transform: uppercase;
}

.site-footer span:first-child {
  color: var(--gold-soft);
}

@media (max-width: 1000px) {
  .hero-inner,
  .feature-grid,
  .trend-grid,
  .season-layout,
  .split-section,
  .player-grid,
  .preview-inner {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats div:nth-child(2n) {
    border-right: 0;
  }

  .player-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    height: auto;
    padding-bottom: 14px;
    padding-top: 14px;
    position: static;
  }

  .brand-name {
    font-size: 15px;
  }

  .nav-links {
    gap: 16px;
    overflow-x: auto;
    width: 100%;
  }

  .nav-links a {
    font-size: 11px;
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
  }

  .hero-inner {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .hero-id {
    align-items: flex-start;
    justify-content: space-between;
  }

  .hero-id .dateline {
    flex: 1 1 auto;
    line-height: 1.3;
  }

  .team-crest {
    flex-basis: 68px;
    max-width: 150px;
    width: 68px;
  }

  .hero-stats {
    display: flex;
    gap: 0;
    margin-top: 22px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hero-stats div {
    border-right: 1px solid rgba(216, 15, 31, 0.55);
    flex: 0 0 172px;
    padding: 14px 12px;
  }

  .hero-stats div:nth-child(2n) {
    border-right: 1px solid rgba(216, 15, 31, 0.55);
  }

  .hero-stats dd {
    font-size: 30px;
  }

  .hero-stats span {
    min-height: 24px;
  }

  .deck {
    font-size: 16px;
    line-height: 1.35;
    margin-top: 18px;
  }

  .story-kickers,
  .season-metrics,
  .player-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .weekly-chart {
    gap: 4px;
    height: 170px;
  }

  .week-bar {
    font-size: 10px;
    padding-top: 7px;
  }

  .season-table {
    border-collapse: separate;
    border-spacing: 0;
    display: block;
  }

  .season-table caption,
  .season-table tbody,
  .season-table tr,
  .season-table tbody th,
  .season-table td {
    display: block;
    width: 100%;
  }

  .season-table thead {
    display: none;
  }

  .season-table tbody {
    display: grid;
    gap: 12px;
  }

  .season-table tr {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid var(--line);
  }

  .season-table tbody th {
    border: 0;
    border-bottom: 1px solid var(--line);
    font-size: 20px;
    padding: 12px 14px;
  }

  .season-table td {
    align-items: center;
    border: 0;
    border-bottom: 1px solid var(--line);
    display: flex;
    font-size: 14px;
    gap: 16px;
    justify-content: space-between;
    padding: 10px 14px;
    text-align: right;
  }

  .season-table td:last-child {
    border-bottom: 0;
  }

  .season-table td::before {
    color: var(--muted);
    content: "";
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
  }

  .season-table td:nth-of-type(1)::before {
    content: "Record";
  }

  .season-table td:nth-of-type(2)::before {
    content: "Seed";
  }

  .season-table td:nth-of-type(3)::before {
    content: "PF";
  }

  .season-table td:nth-of-type(4)::before {
    content: "PP";
  }

  .season-table td:nth-of-type(5)::before {
    content: "Capture";
  }

  .season-table td:nth-of-type(6)::before {
    content: "Avg";
  }

  .season-table td:nth-of-type(7)::before {
    content: "Sub-110";
  }

  .season-table td:nth-of-type(8)::before {
    content: "Top-3 Weeks";
  }

  .trait {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .trait span {
    font-size: 20px;
    height: 52px;
    width: 52px;
  }
}

@media (max-width: 520px) {
  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats div,
  .hero-stats div:nth-child(2n) {
    border-right: 1px solid rgba(216, 15, 31, 0.55);
  }

  .hero-stats div + div {
    border-top: 0;
  }

  .season-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .season-tab {
    padding: 0 10px;
  }

  .focus-list li {
    grid-template-columns: 48px minmax(0, 1fr);
  }
}

@media (max-width: 430px) {
  .week-bar {
    font-size: 0;
    padding-top: 0;
    text-shadow: none;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms;
    scroll-behavior: auto;
    transition-duration: 0.001ms;
  }
}
