.page-home {
  --home-chapter-gap: clamp(56px, 8vw, 116px);
  --home-toc-w: 220px;
  background: var(--ink);
}

/* ============ 首屏 ============ */
.page-home .home-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding-top: clamp(96px, 16vh, 176px);
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}

.page-home .home-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  filter: saturate(0.72) contrast(1.06);
  z-index: 0;
}

.page-home .home-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(120% 80% at 78% 12%, rgba(244, 83, 31, 0.16) 0%, rgba(8, 18, 34, 0) 62%),
    linear-gradient(180deg, rgba(8, 18, 34, 0.78) 0%, rgba(8, 18, 34, 0.58) 40%, var(--ink) 100%);
}

.page-home .home-hero__contour {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.26;
  pointer-events: none;
}

.page-home .home-hero__contour path {
  fill: none;
  stroke: var(--mist);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 3;
  padding-bottom: clamp(24px, 5vh, 64px);
}

.page-home .home-hero__copy {
  max-width: 780px;
}

.page-home .home-hero__title {
  margin: 20px 0 0;
  font-family: var(--font-sans);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.06;
  font-size: clamp(30px, 6.4vw, 76px);
  color: var(--bone);
}

.page-home .home-hero__title-a,
.page-home .home-hero__title-b {
  display: block;
}

.page-home .home-hero__title-b {
  color: var(--copper);
  margin-left: clamp(0px, 4vw, 76px);
}

.page-home .home-hero__lead {
  margin: 24px 0 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--bone);
  opacity: 0.86;
}

.page-home .home-hero__acts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.page-home .home-hero__rail {
  display: none;
}

.page-home .home-hero__chart {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0 var(--pad-x);
}

.page-home .home-hero__curve {
  display: block;
  width: 100%;
  height: clamp(112px, 18vh, 208px);
}

.page-home .home-hero__band {
  fill: var(--jade);
  opacity: 0.1;
}

.page-home .home-hero__curve .curve__path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.page-home .home-hero__curve .curve__path--main {
  stroke: var(--flame);
  stroke-width: 3;
}

.page-home .home-hero__curve .curve__path--gold {
  stroke: var(--copper);
  stroke-width: 1.6;
  opacity: 0.75;
}

.page-home .home-hero__curve .curve__path--down {
  stroke: var(--mist);
  stroke-width: 1.4;
  opacity: 0.6;
}

.page-home .home-hero__cap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  padding: 14px var(--pad-x) 22px;
  margin: 0 calc(var(--pad-x) * -1);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--mist);
}

.page-home .home-hero__legend {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.page-home .home-hero__legend::before {
  content: "";
  width: 16px;
  height: 2px;
  background: currentColor;
}

.page-home .home-hero__legend--main { color: var(--flame); }
.page-home .home-hero__legend--gold { color: var(--copper); }
.page-home .home-hero__legend--dim { color: var(--mist); }

.page-home .home-hero__legend-note {
  color: var(--mist);
  opacity: 0.72;
}

/* ============ 主体布局 ============ */
.page-home .home-body {
  position: relative;
  padding: clamp(48px, 7vw, 96px) 0 clamp(72px, 10vw, 132px);
  background:
    repeating-linear-gradient(0deg, rgba(127, 144, 168, 0.06) 0 1px, transparent 1px 76px),
    repeating-linear-gradient(90deg, rgba(127, 144, 168, 0.06) 0 1px, transparent 1px 76px),
    var(--ink);
}

.page-home .home-body__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(32px, 5vw, 56px);
}

.page-home .home-toc {
  position: static;
}

.page-home .home-toc .toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

.page-home .home-toc .toc__link {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 9px 0;
  font-size: 14px;
  color: var(--mist);
  text-decoration: none;
  border-bottom: 1px dashed rgba(58, 66, 82, 0.9);
  transition: color 0.24s var(--ease);
}

.page-home .home-toc .toc__link::before {
  content: attr(data-index);
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ember);
  letter-spacing: 0.08em;
}

.page-home .home-toc .toc__link:hover,
.page-home .home-toc .toc__link.is-current {
  color: var(--flame);
}

.page-home .home-toc .toc__link.is-current::before {
  color: var(--flame);
}

.page-home .home-toc__foot {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.75;
  color: var(--mist);
  opacity: 0.8;
}

/* ============ 章节 ============ */
.page-home .home-flow {
  min-width: 0;
}

.page-home .home-chapter {
  scroll-margin-top: 88px;
}

.page-home .home-chapter + .home-chapter {
  margin-top: var(--home-chapter-gap);
  padding-top: clamp(28px, 4vw, 48px);
}

.page-home .home-chapter + .home-chapter::before {
  content: "";
  display: block;
  width: 84px;
  height: 6px;
  margin-bottom: 22px;
  background: repeating-linear-gradient(90deg, var(--ember) 0 5px, transparent 5px 11px);
}

.page-home .home-chapter .section__num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.32em;
  color: var(--copper);
}

.page-home .home-chapter .section__title {
  margin-top: 8px;
  font-size: clamp(22px, 3.4vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--bone);
}

.page-home .home-chapter .section__note {
  font-size: 13px;
  color: var(--mist);
}

.page-home .home-chapter__body {
  margin-top: clamp(24px, 3.5vw, 40px);
}

.page-home .home-lead {
  margin: 0 0 28px;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--bone);
  opacity: 0.88;
}

.page-home .home-note {
  margin: 20px 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--ember);
  font-size: 13px;
  line-height: 1.8;
  color: var(--mist);
}

/* 速览数字 */
.page-home .overview-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 32px;
  background: rgba(58, 66, 82, 0.7);
  border: 1px solid rgba(58, 66, 82, 0.9);
}

.page-home .overview-stats .stat {
  padding: 20px 16px;
  background: var(--ink-2);
}

.page-home .overview-stats .stat__value {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1;
  color: var(--copper);
}

.page-home .overview-stats .stat__unit {
  font-size: 14px;
  color: var(--mist);
}

.page-home .overview-stats .stat__label {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--mist);
}

.page-home .overview-stats .stat--accent .stat__value {
  color: var(--flame);
}

/* 赛季阶段切换 */
.page-home .phase-strip {
  position: relative;
  margin: 0 0 32px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(58, 66, 82, 0.9);
  background: rgba(18, 32, 58, 0.6);
}

.page-home .phase-strip__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.page-home .phase-strip__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .phase-strip__tab {
  display: inline-block;
  padding: 7px 16px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--mist);
  border: 1px solid rgba(127, 144, 168, 0.36);
  cursor: pointer;
  transition: color 0.22s var(--ease), border-color 0.22s var(--ease), background 0.22s var(--ease);
}

.page-home .phase-strip__tab:hover {
  color: var(--bone);
  border-color: var(--copper);
}

.page-home #hp-1:checked ~ .phase-strip__tabs label[for="hp-1"],
.page-home #hp-2:checked ~ .phase-strip__tabs label[for="hp-2"],
.page-home #hp-3:checked ~ .phase-strip__tabs label[for="hp-3"],
.page-home #hp-4:checked ~ .phase-strip__tabs label[for="hp-4"] {
  color: var(--ink);
  background: var(--flame);
  border-color: var(--flame);
}

.page-home .phase-strip__panels {
  margin-top: 16px;
}

.page-home .phase-strip__panel {
  display: none;
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: var(--bone);
  opacity: 0.86;
}

.page-home #hp-1:checked ~ .phase-strip__panels .phase-strip__panel--1,
.page-home #hp-2:checked ~ .phase-strip__panels .phase-strip__panel--2,
.page-home #hp-3:checked ~ .phase-strip__panels .phase-strip__panel--3,
.page-home #hp-4:checked ~ .phase-strip__panels .phase-strip__panel--4 {
  display: block;
}

/* 表格 */
.page-home .data-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: 14px;
}

.page-home .data-table caption {
  padding-bottom: 12px;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--mist);
}

.page-home .data-table th,
.page-home .data-table td {
  padding: 13px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(58, 66, 82, 0.9);
  color: var(--bone);
}

.page-home .data-table thead th {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--mist);
  border-bottom-color: rgba(201, 154, 70, 0.5);
}

.page-home .data-table tbody th {
  font-family: var(--font-mono);
  font-weight: 500;
  color: var(--copper);
  white-space: nowrap;
}

.page-home .data-table .num {
  font-family: var(--font-mono);
}

.page-home .data-table .up {
  color: var(--jade);
}

.page-home .data-table .down {
  color: var(--crimson);
}

.page-home .data-table tbody tr:hover {
  background: rgba(244, 83, 31, 0.06);
}

/* 两条主线 */
.page-home .thread-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

.page-home .thread {
  position: relative;
  padding: 26px 22px 24px;
  background: var(--ink-2);
  border: 1px solid rgba(58, 66, 82, 0.9);
}

.page-home .thread::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.page-home .thread--rotate::before { background: var(--jade); }
.page-home .thread--squad::before { background: var(--copper); }

.page-home .thread__title {
  margin: 14px 0 12px;
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--bone);
}

.page-home .thread__text {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--bone);
  opacity: 0.84;
}

.page-home .thread-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .thread-list__item {
  display: grid;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px dashed rgba(58, 66, 82, 1);
}

.page-home .thread-list__key {
  font-size: 13px;
  font-weight: 600;
  color: var(--bone);
}

.page-home .thread-list__val {
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--mist);
}

/* 通用媒体 */
.page-home .media {
  margin: 0;
  display: block;
}

.page-home .media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: var(--media-ratio, 3 / 2);
  object-fit: cover;
  border: 1px solid rgba(58, 66, 82, 0.9);
}

.page-home .media--3x2 { --media-ratio: 3 / 2; }
.page-home .media--portrait { --media-ratio: 3 / 4; }
.page-home .media--wide { --media-ratio: 16 / 9; }

.page-home .media__cap {
  margin-top: 12px;
  font-size: 12.5px;
  line-height: 1.75;
  color: var(--mist);
}

.page-home .home-figure {
  margin-top: 4px;
}

.page-home .home-banner {
  margin-top: 32px;
}

/* 主帅任期 */
.page-home .tenure-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}

.page-home .tenure-bars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24px;
}

.page-home .tenure-bar__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
}

.page-home .tenure-bar__label {
  font-size: 14px;
  color: var(--bone);
}

.page-home .tenure-bar__num {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--copper);
  white-space: nowrap;
}

.page-home .tenure-bar__track {
  display: block;
  position: relative;
  height: 8px;
  background: rgba(127, 144, 168, 0.16);
}

.page-home .tenure-bar__fill {
  display: block;
  height: 100%;
}

.page-home .tenure-bar__fill--jade { background: var(--jade); }
.page-home .tenure-bar__fill--gold { background: var(--copper); }
.page-home .tenure-bar__fill--crimson { background: var(--crimson); }

.page-home .tenure-bar__note {
  margin: 9px 0 0;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--mist);
}

.page-home .tenure-figure {
  margin: 0;
}

/* 青训 */
.page-home .youth-ladder {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 0;
  border-left: 1px solid rgba(58, 66, 82, 0.9);
}

.page-home .youth-ladder__row {
  position: relative;
  padding: 0 0 22px 22px;
}

.page-home .youth-ladder__row:last-child {
  padding-bottom: 0;
}

.page-home .youth-ladder__row::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 7px;
  width: 7px;
  height: 7px;
  background: var(--jade);
  border-radius: 50%;
}

.page-home .youth-ladder__age {
  margin: 0 0 6px;
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--bone);
}

.page-home .youth-ladder__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--mist);
}

/* 接入面板 */
.page-home .access-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.page-home .access-card {
  position: relative;
  padding: 22px 20px;
  border: 1px solid rgba(58, 66, 82, 0.9);
  background: linear-gradient(160deg, rgba(18, 32, 58, 0.9) 0%, rgba(8, 18, 34, 0.9) 100%);
}

.page-home .access-card__num {
  margin: 0 0 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--flame);
}

.page-home .access-card__title {
  margin: 0 0 10px;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--bone);
}

.page-home .access-card p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--mist);
}

.page-home .access-cta {
  padding: clamp(24px, 3.4vw, 38px);
  border-radius: 0;
}

.page-home .access-cta__title {
  margin: 14px 0 12px;
  font-size: clamp(20px, 2.6vw, 28px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.page-home .access-cta__text {
  margin: 0 0 16px;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink);
  opacity: 0.82;
}

.page-home .access-cta__mail {
  margin: 0 0 22px;
  font-family: var(--font-mono);
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--flame);
  word-break: break-all;
}

.page-home .access-cta__acts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .access-cta .btn--ghost {
  color: var(--ink);
  border-color: rgba(8, 18, 34, 0.4);
}

/* ============ 响应式 ============ */
@media (min-width: 640px) {
  .page-home .overview-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-home .access-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .thread-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .page-home .thread--squad {
    margin-top: 36px;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero__rail {
    display: flex;
    position: absolute;
    top: 50%;
    right: calc(var(--pad-x) * 0.5);
    transform: translateY(-50%);
    flex-direction: column;
    gap: 26px;
    z-index: 4;
  }

  .page-home .home-hero__rail span {
    writing-mode: vertical-rl;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.32em;
    color: var(--mist);
    opacity: 0.78;
  }

  .page-home .home-hero__rail span:nth-child(3) {
    color: var(--flame);
    opacity: 1;
  }

  .page-home .home-body__grid {
    grid-template-columns: minmax(0, var(--home-toc-w)) minmax(0, 1fr);
    gap: clamp(40px, 5vw, 88px);
    align-items: start;
  }

  .page-home .home-toc {
    position: sticky;
    top: 92px;
  }

  .page-home .home-flow {
    padding-right: clamp(0px, 3vw, 48px);
  }

  .page-home .tenure-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 240px);
    gap: clamp(24px, 3vw, 44px);
    align-items: start;
  }

  .page-home .home-chapter__body {
    padding-left: 34px;
  }

  .page-home .home-chapter .section__head {
    padding-left: 34px;
  }

  .page-home .home-chapter__body > .home-lead:first-child {
    margin-left: -34px;
    padding-left: 34px;
    border-left: 2px solid var(--flame);
  }
}

@media (min-width: 1280px) {
  .page-home .home-hero__chart {
    padding-right: clamp(80px, 8vw, 140px);
  }

  .page-home .home-hero__cap {
    margin-right: calc(var(--pad-x) * -1);
    padding-right: clamp(80px, 8vw, 140px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-toc .toc__link,
  .page-home .phase-strip__tab {
    transition: none;
  }
}
<<<END>>>
