:root {
  --ink: #17221a;
  --ink-soft: #354239;
  --muted: #69746b;
  --paper: #f7f5ef;
  --paper-green: #edf3ee;
  --surface: #fffdf7;
  --surface-cool: #f7faf6;
  --line: rgba(23, 34, 26, 0.16);
  --line-strong: rgba(23, 34, 26, 0.26);
  --field: #236f4f;
  --moss: #849c62;
  --brass: #b3833a;
  --clay: #b55d43;
  --cobalt: #386fa3;
  --rose: #c24d45;
  --shadow-soft: 0 18px 46px rgba(17, 32, 24, 0.12);
  --shadow-media: 0 24px 54px rgba(14, 28, 22, 0.18);
  --font-sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Iowan Old Style", "Songti SC", "STSong", "SimSun", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(35, 111, 79, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, var(--paper) 0%, #fbfaf5 28%, var(--paper-green) 66%, #f8f6f0 100%);
  background-size: 46px 46px, auto;
  color: var(--ink);
  font-family: var(--font-sans);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(125deg, rgba(179, 131, 58, 0.08), transparent 32%),
    linear-gradient(305deg, rgba(56, 111, 163, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 42%);
}

button,
input,
select,
textarea {
  font: inherit;
}

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

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

p,
h1,
h2,
h3,
h4,
figure,
ol {
  margin: 0;
}

.studio-topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 66px;
  padding: 10px 26px;
  border-bottom: 1px solid rgba(23, 34, 26, 0.12);
  background: rgba(247, 245, 239, 0.92);
  backdrop-filter: blur(18px);
}

.studio-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 236px;
}

.studio-mark {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, transparent 0 41%, rgba(255, 253, 247, 0.92) 41% 48%, transparent 48%),
    linear-gradient(135deg, var(--field), var(--brass));
  box-shadow: inset 0 0 0 1px rgba(255, 253, 247, 0.62), 0 10px 24px rgba(35, 111, 79, 0.2);
}

.studio-brand strong,
.studio-brand small {
  display: block;
}

.studio-brand strong {
  font-family: var(--font-serif);
  font-size: 1.22rem;
  line-height: 1;
}

.studio-brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.2;
  white-space: nowrap;
}

.studio-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.studio-nav a {
  display: inline-grid;
  min-height: 34px;
  place-items: center;
  padding: 7px 11px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  white-space: nowrap;
}

.studio-nav a:hover {
  border-color: rgba(35, 111, 79, 0.26);
  background: rgba(255, 253, 247, 0.76);
  color: var(--field);
}

.studio-report {
  overflow: hidden;
}

.cover-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  align-items: end;
  gap: 30px;
  min-height: min(720px, calc(100svh - 142px));
  padding: 72px max(24px, calc((100vw - 1420px) / 2)) 52px;
  color: #fffdf7;
}

.cover-stage::before,
.cover-stage::after {
  content: "";
  position: absolute;
  inset: 0;
}

.cover-stage::before {
  z-index: 0;
  background-image: url("/assets/frames/report_cover_editorial.jpg");
  background-position: center;
  background-size: cover;
}

.cover-stage::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(9, 23, 17, 0.88) 0%, rgba(9, 23, 17, 0.7) 37%, rgba(9, 23, 17, 0.22) 72%, rgba(9, 23, 17, 0.1) 100%),
    linear-gradient(180deg, rgba(9, 23, 17, 0.16), rgba(9, 23, 17, 0.54));
}

.cover-copy,
.cover-ledger {
  position: relative;
  z-index: 2;
}

.report-label,
.ledger-label,
.common-kicker,
.chapter-label,
.section-head p {
  color: var(--brass);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cover-copy {
  max-width: 850px;
}

.cover-copy h1 {
  max-width: 780px;
  margin-top: 13px;
  font-family: var(--font-serif);
  font-size: 4.05rem;
  font-weight: 700;
  line-height: 1.04;
  text-wrap: balance;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.title-nowrap {
  white-space: nowrap;
}

.cover-copy > p:last-of-type {
  max-width: 780px;
  margin-top: 18px;
  color: rgba(255, 253, 247, 0.88);
  font-size: 1.15rem;
  line-height: 1.72;
}

.cover-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 880px;
  margin-top: 28px;
}

.stat-tile {
  min-height: 108px;
  padding: 14px 14px 13px;
  border: 1px solid rgba(255, 253, 247, 0.25);
  border-radius: 8px;
  background: rgba(12, 29, 21, 0.58);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
}

.stat-tile span,
.stat-tile em {
  display: block;
  color: rgba(255, 253, 247, 0.72);
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.3;
}

.stat-tile strong {
  display: block;
  margin: 8px 0 7px;
  color: #fffdf7;
  font-family: var(--font-serif);
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1;
}

.cover-ledger {
  align-self: center;
  padding: 19px;
  border: 1px solid rgba(255, 253, 247, 0.22);
  border-radius: 8px;
  background: rgba(12, 29, 21, 0.68);
  box-shadow: var(--shadow-media);
  backdrop-filter: blur(10px);
}

.cover-ledger h2 {
  margin: 8px 0 17px;
  color: #fffdf7;
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.28;
}

.ledger-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto 44px;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 253, 247, 0.16);
}

.ledger-row span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  font-weight: 900;
}

.ledger-row strong {
  color: #fffdf7;
  font-size: 0.98rem;
  white-space: nowrap;
}

.ledger-row em {
  color: rgba(255, 253, 247, 0.7);
  font-size: 0.82rem;
  font-style: normal;
  white-space: nowrap;
}

.ledger-row b {
  color: #fffdf7;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  text-align: right;
}

.report-section,
.player-report-section {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  scroll-margin-top: 86px;
}

.report-section {
  padding: 58px 0 44px;
}

.player-report-section {
  padding: 34px 0 10px;
}

.common-section {
  padding-bottom: 24px;
}

.section-head {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 12px 24px;
  align-items: start;
  margin-bottom: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line-strong);
}

.section-head p {
  grid-row: span 2;
  padding-top: 8px;
}

.section-head h2 {
  max-width: 900px;
  font-family: var(--font-serif);
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1.18;
  text-wrap: balance;
}

.section-head span {
  max-width: 930px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.section-head-wide {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto 22px;
}

.athlete-ledger {
  display: grid;
  gap: 10px;
}

.athlete-row {
  display: grid;
  grid-template-columns: 184px minmax(240px, 1fr) minmax(280px, 0.9fr) 154px;
  align-items: center;
  gap: 18px;
  min-height: 132px;
  padding: 12px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--accent);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 12px 30px rgba(23, 34, 26, 0.06);
}

.athlete-row:hover {
  border-color: rgba(35, 111, 79, 0.32);
  background: #fffdf7;
  transform: translateY(-1px);
}

.athlete-thumb {
  overflow: hidden;
  border-radius: 7px;
  background: #111b15;
}

.athlete-thumb img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.athlete-main span,
.athlete-next span {
  display: block;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.athlete-main h3 {
  margin-top: 6px;
  font-family: var(--font-serif);
  font-size: 1.45rem;
  line-height: 1.2;
  white-space: nowrap;
}

.athlete-main p {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.54;
}

.athlete-next strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.5;
}

.athlete-score {
  display: grid;
  justify-items: end;
  gap: 6px;
}

.athlete-score b {
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 2.5rem;
  line-height: 1;
}

.athlete-score > span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.score-ribbon {
  display: grid;
  grid-template-columns: repeat(8, 9px);
  gap: 4px;
  align-items: end;
  min-height: 34px;
}

.score-ribbon span {
  display: block;
  width: 9px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent) var(--score), rgba(23, 34, 26, 0.12) var(--score));
}

.common-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 492px;
  gap: 22px;
  align-items: start;
}

.common-copy {
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.88);
  box-shadow: var(--shadow-soft);
}

.common-copy h3 {
  margin-top: 9px;
  max-width: 820px;
  font-family: var(--font-serif);
  font-size: 1.9rem;
  line-height: 1.28;
  text-wrap: balance;
}

.common-copy > p:not(.common-kicker) {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 1.03rem;
  line-height: 1.76;
}

.common-insights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  margin-top: 22px;
}

.common-insight {
  min-height: 136px;
  padding: 14px;
  border-top: 3px solid var(--field);
  border-radius: 7px;
  background: var(--surface-cool);
}

.common-insight:nth-child(2) {
  border-top-color: var(--clay);
}

.common-insight:nth-child(3) {
  border-top-color: var(--cobalt);
}

.common-insight span {
  color: var(--ink);
  font-weight: 900;
}

.common-insight p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.62;
}

.common-visual,
.motion-strip,
.media-figure,
.keyframe-board,
.chart-figure {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(23, 34, 26, 0.08);
}

.common-visual img {
  aspect-ratio: 1696 / 908;
  object-fit: contain;
  padding: 10px;
  background: #fff;
}

.common-visual figcaption,
.chart-figure figcaption {
  padding: 10px 12px 12px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.motion-strip {
  grid-column: 1 / -1;
}

.motion-strip img {
  aspect-ratio: 2200 / 430;
  object-fit: cover;
}

.player-spreads {
  display: grid;
  gap: 0;
}

.player-spread {
  scroll-margin-top: 86px;
  padding: 50px 0 64px;
  border-top: 1px solid var(--line-strong);
}

.player-spread:nth-child(even) {
  position: relative;
}

.player-spread:nth-child(even)::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background: rgba(237, 243, 238, 0.58);
}

.player-hero {
  display: grid;
  grid-template-columns: 440px minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
}

.player-photo {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  border-radius: 8px;
  background: #101c17;
  box-shadow: var(--shadow-media);
}

.player-photo img {
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.player-photo figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(16, 28, 23, 0.72);
  color: #fffdf7;
  font-weight: 800;
}

.player-intro {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 22px 0;
}

.player-intro h2 {
  margin-top: 8px;
  font-family: var(--font-serif);
  font-size: 2.45rem;
  font-weight: 700;
  line-height: 1.18;
  text-wrap: balance;
}

.player-intro > p:not(.chapter-label) {
  max-width: 820px;
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.65;
}

.player-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 22px;
}

.player-facts article {
  min-height: 82px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.78);
}

.player-facts span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.player-facts strong {
  display: block;
  margin-top: 8px;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 1.35rem;
  line-height: 1.18;
}

.phase-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
  padding: 0;
  list-style: none;
}

.phase-ribbon li {
  min-height: 58px;
  padding: 10px;
  border-top: 4px solid var(--phase);
  border-radius: 7px;
  background: rgba(255, 253, 247, 0.74);
}

.phase-ribbon span,
.phase-ribbon strong {
  display: block;
  white-space: nowrap;
}

.phase-ribbon span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.phase-ribbon strong {
  margin-top: 5px;
  color: var(--ink);
  font-size: 1rem;
}

.player-block {
  margin-top: 28px;
}

.block-head {
  display: grid;
  grid-template-columns: minmax(280px, 330px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-bottom: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.block-head h3 {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1.24;
}

.block-head p {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.66;
}

.media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 16px;
  align-items: start;
}

.media-side {
  display: grid;
  gap: 12px;
}

.media-figure {
  background: #0e1712;
  box-shadow: var(--shadow-media);
}

.media-figure figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  min-height: 46px;
  padding: 11px 12px;
  border-bottom: 1px solid rgba(255, 253, 247, 0.13);
  color: #fffdf7;
}

.media-figure figcaption strong {
  font-size: 0.96rem;
  white-space: nowrap;
}

.media-figure figcaption span {
  color: rgba(255, 253, 247, 0.68);
  font-size: 0.84rem;
  text-align: right;
}

.media-figure video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #0e1712;
}

.media-proof {
  display: grid;
  gap: 9px;
}

.media-proof article {
  min-height: 76px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.84);
}

.media-proof span,
.media-proof strong {
  display: block;
}

.media-proof span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.media-proof strong {
  margin-top: 7px;
  color: var(--ink);
  line-height: 1.42;
}

.diagnosis-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 22px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(35, 111, 79, 0.08), transparent 45%),
    rgba(255, 253, 247, 0.84);
}

.diagnosis-copy span {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
}

.diagnosis-copy h3 {
  margin-top: 9px;
  max-width: 760px;
  font-family: var(--font-serif);
  font-size: 2rem;
  line-height: 1.24;
  text-wrap: balance;
}

.diagnosis-copy p {
  margin-top: 13px;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.76;
}

.diagnosis-copy strong {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--accent);
  color: #fffdf7;
  font-size: 1rem;
  line-height: 1.45;
}

.score-matrix {
  display: grid;
  gap: 8px;
}

.score-line {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
}

.score-line span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.score-line i {
  position: relative;
  overflow: hidden;
  height: 9px;
  border-radius: 999px;
  background: rgba(23, 34, 26, 0.1);
}

.score-line i::before {
  content: "";
  display: block;
  width: var(--score);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--brass));
}

.score-line strong {
  color: var(--ink);
  font-size: 0.86rem;
  text-align: right;
}

.evidence-spread {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 344px;
  gap: 16px;
  align-items: start;
}

.keyframe-board {
  padding: 9px;
  background: #fff;
}

.keyframe-board img {
  aspect-ratio: 15 / 4;
  object-fit: contain;
  border-radius: 6px;
}

.evidence-notes {
  display: grid;
  gap: 10px;
}

.evidence-note,
.finding-item,
.training-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.86);
}

.evidence-note {
  min-height: 116px;
  padding: 13px;
}

.evidence-note span,
.finding-item span,
.training-card span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
}

.evidence-note strong,
.finding-item strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 1rem;
}

.evidence-note p,
.finding-item p,
.training-card p,
.training-card em {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.62;
}

.chart-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: 14px;
  align-items: start;
}

.chart-large {
  grid-row: span 2;
}

.chart-figure {
  background: #fff;
}

.chart-figure img {
  object-fit: contain;
  padding: 9px;
  background: #fff;
}

.chart-angles img {
  aspect-ratio: 13 / 8;
}

.chart-trajectory img {
  aspect-ratio: 1224 / 876;
}

.chart-timeline img {
  aspect-ratio: 1649 / 408;
}

.finding-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.finding-item {
  min-height: 148px;
  padding: 15px;
}

.training-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.training-card {
  min-height: 210px;
  padding: 16px;
}

.training-card h4 {
  margin-top: 12px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 1.24rem;
  line-height: 1.25;
}

.training-card strong {
  display: block;
  margin-top: 8px;
  color: var(--accent);
  font-size: 0.98rem;
}

.training-card em {
  display: block;
  font-style: normal;
}

.reference-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.reference-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 0 12px;
  min-height: 118px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.82);
}

.reference-row:hover {
  border-color: rgba(35, 111, 79, 0.34);
  background: #fffdf7;
}

.reference-row:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.reference-row span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--field);
  color: #fff;
  font-weight: 900;
}

.reference-row strong {
  align-self: end;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.38;
}

.reference-row p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.report-footer {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  padding: 12px 0 58px;
}

.footer-film {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 440px;
  overflow: hidden;
  padding: 34px;
  border-radius: 8px;
  color: #fffdf7;
  background-image: url("/assets/frames/report_motion_editorial.jpg");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow-media);
}

.footer-film::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 22, 16, 0.86), rgba(8, 22, 16, 0.45) 58%, rgba(8, 22, 16, 0.14)),
    linear-gradient(180deg, transparent, rgba(8, 22, 16, 0.72));
}

.footer-film p,
.footer-film strong,
.footer-film span {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.footer-film p {
  color: var(--brass);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-film strong {
  margin-top: 8px;
  font-family: var(--font-serif);
  font-size: 2.2rem;
  line-height: 1.18;
}

.footer-film span {
  margin-top: 12px;
  color: rgba(255, 253, 247, 0.82);
  font-size: 1rem;
  line-height: 1.65;
}

@media (max-width: 1180px) {
  .cover-stage,
  .common-board,
  .player-hero,
  .media-grid,
  .diagnosis-block,
  .evidence-spread,
  .chart-gallery {
    grid-template-columns: 1fr;
  }

  .cover-stage {
    align-items: end;
    min-height: auto;
    padding-top: 74px;
  }

  .cover-ledger {
    align-self: start;
    max-width: 720px;
  }

  .athlete-row {
    grid-template-columns: 168px minmax(0, 1fr) 138px;
  }

  .athlete-next {
    grid-column: 2 / 4;
  }

  .player-photo {
    min-height: 380px;
  }

  .chart-large {
    grid-row: auto;
  }
}

@media (max-width: 900px) {
  .studio-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 10px 16px;
  }

  .studio-nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .studio-nav a {
    flex: 0 0 auto;
  }

  .cover-stage {
    padding: 48px 18px 30px;
  }

  .cover-copy h1 {
    font-size: 3.1rem;
  }

  .cover-stats,
  .common-insights,
  .player-facts,
  .phase-ribbon,
  .finding-row,
  .training-grid,
  .reference-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-section,
  .player-report-section,
  .section-head-wide,
  .report-footer {
    width: min(100% - 32px, 1420px);
  }

  .section-head,
  .block-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .section-head p {
    grid-row: auto;
    padding-top: 0;
  }

  .section-head h2 {
    font-size: 1.95rem;
  }

  .athlete-row {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 12px;
  }

  .athlete-score {
    grid-column: 1;
    grid-row: 2;
    justify-items: start;
  }

  .athlete-next {
    grid-column: 2;
    grid-row: 2;
  }

  .player-intro h2 {
    font-size: 2rem;
  }

  .player-photo {
    min-height: 300px;
  }
}

@media (max-width: 620px) {
  .studio-brand {
    min-width: 0;
  }

  .studio-brand small {
    display: none;
  }

  .studio-nav {
    gap: 2px;
  }

  .studio-nav a {
    min-height: 30px;
    padding: 6px 6px;
    font-size: 0.78rem;
  }

  .cover-copy h1 {
    font-size: 2.35rem;
    line-height: 1.1;
  }

  .cover-copy > p:last-of-type {
    font-size: 1rem;
    line-height: 1.62;
  }

  .cover-stats,
  .common-insights,
  .player-facts,
  .phase-ribbon,
  .finding-row,
  .training-grid,
  .reference-list {
    grid-template-columns: 1fr;
  }

  .cover-ledger {
    padding: 15px;
  }

  .ledger-row {
    grid-template-columns: 34px minmax(0, 1fr) 38px;
  }

  .ledger-row em {
    display: none;
  }

  .report-section {
    padding: 38px 0 32px;
  }

  .player-report-section {
    padding-top: 38px;
  }

  .athlete-row {
    grid-template-columns: 1fr;
    padding: 11px;
  }

  .athlete-main h3 {
    white-space: normal;
  }

  .athlete-score,
  .athlete-next {
    grid-column: auto;
    grid-row: auto;
  }

  .athlete-score {
    justify-items: start;
  }

  .common-copy {
    padding: 18px;
  }

  .common-copy h3,
  .diagnosis-copy h3 {
    font-size: 1.55rem;
  }

  .player-spread {
    padding: 36px 0 48px;
  }

  .player-photo {
    min-height: 230px;
  }

  .player-intro {
    padding: 10px 0 0;
  }

  .player-intro h2 {
    font-size: 1.65rem;
  }

  .media-figure figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .media-figure figcaption span {
    text-align: left;
  }

  .diagnosis-block {
    padding: 17px;
  }

  .report-footer {
    padding-bottom: 36px;
  }

  .footer-film {
    min-height: 260px;
    padding: 22px;
  }

  .footer-film strong {
    font-size: 1.55rem;
  }
}
