.page-home {
  --home-gap: clamp(14px, 2.2vw, 26px);
  --home-pad: clamp(1.25rem, 3vw, 2.25rem);
}

/* ---------- 坐标提示 ---------- */
.page-home .home-coord {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  padding-top: clamp(1.25rem, 3vw, 2.25rem);
  padding-bottom: clamp(.9rem, 2.4vw, 1.6rem);
  font-family: var(--font-mono);
  font-size: clamp(.75rem, .9vw, .8125rem);
  letter-spacing: .1em;
  color: var(--grey);
}
.page-home .home-coord__key {
  color: var(--brand);
  font-weight: 700;
}
.page-home .home-coord__sep {
  color: var(--line-strong);
}

/* ---------- 首屏 ---------- */
.page-home .home-hero {
  padding-bottom: clamp(2rem, 5vw, 4rem);
}
.page-home .home-hero__lead {
  max-width: 48rem;
  margin-bottom: clamp(1.5rem, 3.5vw, 2.6rem);
}
.page-home .home-hero__lead .eyebrow {
  color: var(--brand);
}
.page-home .home-hero__lead h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.05rem, 5.4vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: .01em;
  color: var(--ink);
  margin: .5rem 0 .95rem;
}
.page-home .home-hero__lead .lede {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(1rem, 1.35vw, 1.1875rem);
  line-height: 1.72;
  color: var(--ink);
  opacity: .82;
}

/* ---------- 拼贴 ---------- */
.page-home .home-hero__collage {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
}
.page-home .collage-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  min-height: 10.5rem;
  padding: var(--home-pad);
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid var(--line-soft);
  overflow: hidden;
}
.page-home .collage-num {
  margin: .2rem 0 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: clamp(3rem, 8.5vw, 5.6rem);
  line-height: .92;
  letter-spacing: -.03em;
  color: var(--cyan);
}
.page-home .collage-num--sm {
  font-size: clamp(2rem, 4.2vw, 2.9rem);
  color: var(--brand);
  letter-spacing: -.02em;
}
.page-home .collage-note {
  margin: 0;
  font-size: .9375rem;
  line-height: 1.62;
  color: var(--grey);
}

.page-home .collage-block--stage {
  padding: 0;
  justify-content: flex-end;
  min-height: 20rem;
  border-color: transparent;
  background: var(--night);
  color: var(--cream);
}
.page-home .collage-block__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .52;
}
.page-home .collage-block__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(182deg, rgba(14, 42, 71, .12) 0%, rgba(14, 42, 71, .78) 66%, rgba(14, 42, 71, .96) 100%);
}
.page-home .collage-block__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: var(--home-pad);
}
.page-home .collage-block--stage .collage-num {
  color: var(--cyan);
}
.page-home .collage-block--stage .collage-note {
  color: rgba(244, 239, 230, .78);
  max-width: 26rem;
}

.page-home .collage-block--pace {
  gap: .8rem;
  background: var(--ice);
  border-color: transparent;
}
.page-home .collage-block__pace {
  margin: 0;
  max-width: 34rem;
  font-size: clamp(.9375rem, 1.2vw, 1.0625rem);
  line-height: 1.65;
  color: var(--night);
}
.page-home .collage-block--pace .btn {
  align-self: flex-start;
}

@media (min-width: 60em) {
  .page-home .home-hero__collage {
    grid-template-columns: repeat(12, 1fr);
  }
  .page-home .collage-block--stage {
    grid-column: 1 / 8;
    grid-row: 1 / 3;
  }
  .page-home .collage-block--league {
    grid-column: 8 / 13;
    grid-row: 1 / 2;
  }
  .page-home .collage-block--venue {
    grid-column: 8 / 13;
    grid-row: 2 / 3;
  }
  .page-home .collage-block--pace {
    grid-column: 1 / 8;
    grid-row: 3 / 4;
  }
}

/* ---------- 通用小标题块 ---------- */
.page-home .home-head {
  max-width: 46rem;
  margin-bottom: clamp(1.5rem, 3.5vw, 2.5rem);
}
.page-home .home-head .eyebrow {
  color: var(--brand);
}
.page-home .home-head .section-title {
  margin: .5rem 0 .7rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.55rem, 3.3vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: .005em;
  color: var(--ink);
}
.page-home .home-head .prose {
  margin: 0;
  max-width: 40rem;
  font-size: .9688rem;
  line-height: 1.72;
  color: var(--ink);
  opacity: .8;
}
.page-home .home-head--split {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.1rem;
}
.page-home .home-head--split .chipbar {
  padding-bottom: .1rem;
}

/* ---------- 两条主线 ---------- */
.page-home .paths-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
}
.page-home .path-card {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  padding: var(--home-pad);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  text-decoration: none;
  color: var(--ink);
  background: var(--white);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.page-home .path-card--pace {
  background: linear-gradient(165deg, var(--ice) 0%, var(--white) 68%);
}
.page-home .path-card--round {
  background: linear-gradient(165deg, var(--white) 0%, var(--cream) 100%);
  border-color: var(--line);
}
.page-home .path-card:hover,
.page-home .path-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--shadow-pod);
  border-color: var(--brand);
}
.page-home .path-card__idx {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--brand);
}
.page-home .path-card--pace .path-card__idx {
  color: var(--cyan-ink);
}
.page-home .path-card__title {
  margin: .2rem 0 0;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--ink);
}
.page-home .path-card__text {
  margin: 0;
  max-width: 32rem;
  font-size: .9688rem;
  line-height: 1.72;
  color: var(--ink);
  opacity: .8;
}
.page-home .path-card__go {
  margin-top: auto;
  padding-top: 1rem;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--brand);
}

@media (min-width: 48em) {
  .page-home .paths-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ---------- 图形化配图 ---------- */
.page-home .home-figure {
  margin: clamp(1.6rem, 3.5vw, 2.6rem) 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: var(--night);
}
.page-home .home-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 12 / 7;
  object-fit: cover;
}
.page-home .home-figure__cap {
  margin: 0;
  padding: .9rem clamp(1rem, 2vw, 1.5rem);
  font-size: .875rem;
  line-height: 1.6;
  color: rgba(244, 239, 230, .78);
  background: var(--night);
}

/* ---------- 本季主题带 ---------- */
.page-home .band-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
}
.page-home .band-item {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: var(--home-pad);
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--line-soft);
  border-top: 3px solid var(--brand);
}
.page-home .band-item--cyan {
  border-top-color: var(--cyan);
}
.page-home .band-item--orange {
  border-top-color: var(--orange);
}
.page-home .band-item__title {
  margin: .3rem 0 0;
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  font-weight: 700;
  color: var(--ink);
}
.page-home .band-item__text {
  margin: 0;
  font-size: .9375rem;
  line-height: 1.68;
  color: var(--ink);
  opacity: .78;
}
.page-home .band-item__link {
  margin-top: auto;
  padding-top: .9rem;
  font-size: .875rem;
  font-weight: 700;
  color: var(--brand);
  text-decoration: none;
}
.page-home .band-item__link:hover,
.page-home .band-item__link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (min-width: 48em) {
  .page-home .band-track {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ---------- 数据速览 ---------- */
.page-home .stats-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--night);
  color: var(--cream);
}
.page-home .stats-media {
  position: relative;
  min-height: 13rem;
}
.page-home .stats-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .6;
}
.page-home .stats-body {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  padding: clamp(1.5rem, 3.6vw, 2.8rem);
}
.page-home .stats-body .eyebrow {
  color: var(--cyan);
}
.page-home .stats-body .section-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 3.1vw, 2.4rem);
  line-height: 1.14;
  color: var(--cream);
}
.page-home .stats-body .prose {
  margin: 0;
  max-width: 38rem;
  font-size: .9688rem;
  line-height: 1.72;
  color: rgba(244, 239, 230, .76);
}
.page-home .stats-list {
  list-style: none;
  margin: .6rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(244, 239, 230, .18);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.page-home .stats-item {
  display: flex;
  flex-direction: column;
  gap: .12rem;
  padding: clamp(.9rem, 2vw, 1.3rem);
  background: var(--night);
}
.page-home .stat-num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--cyan);
}
.page-home .stats-unit {
  font-family: var(--font-mono);
  font-size: .75rem;
  letter-spacing: .12em;
  color: rgba(244, 239, 230, .55);
}
.page-home .stats-label {
  margin-top: .35rem;
  font-size: .875rem;
  line-height: 1.55;
  color: rgba(244, 239, 230, .82);
}

@media (min-width: 34em) {
  .page-home .stats-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 56em) {
  .page-home .stats-shell {
    grid-template-columns: 5fr 7fr;
  }
  .page-home .stats-media {
    min-height: 100%;
  }
}

/* ---------- 本期变动 ---------- */
.page-home .changes-rail {
  display: flex;
  gap: var(--home-gap);
  padding: .4rem var(--gutter) 1.4rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.page-home .changes-rail:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}
.page-home .changes-rail > .notice {
  flex: 0 0 min(20rem, 82vw);
  display: flex;
  gap: .85rem;
  align-items: stretch;
  padding: clamp(1rem, 2.2vw, 1.4rem);
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid var(--line-soft);
  scroll-snap-align: start;
}
.page-home .changes-rail .notice__rail {
  flex: 0 0 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--orange) 0%, var(--red) 100%);
}
.page-home .changes-rail .notice__body {
  display: flex;
  flex-direction: column;
}
.page-home .notice__title {
  margin: .4rem 0 .25rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink);
}
.page-home .notice__text {
  margin: 0;
  font-size: .9rem;
  line-height: 1.62;
  color: var(--ink);
  opacity: .78;
}
.page-home .changes-rail .notice__time {
  margin: .55rem 0 0;
  font-family: var(--font-mono);
  font-size: .75rem;
  letter-spacing: .1em;
  color: var(--grey);
}

/* ---------- 三条出发线 ---------- */
.page-home .starts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
}
.page-home .start-card {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  padding: var(--home-pad);
  border-radius: var(--radius-lg);
  background: var(--cream);
  border: 1px solid var(--line);
  text-decoration: none;
  color: var(--ink);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.page-home .start-card:hover,
.page-home .start-card:focus-visible {
  background: var(--white);
  border-color: var(--brand);
  transform: translateY(-3px);
}
.page-home .start-card__n {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: .8125rem;
  letter-spacing: .16em;
  color: var(--brand);
}
.page-home .start-card h3 {
  margin: .15rem 0 .2rem;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  font-weight: 700;
  color: var(--ink);
}
.page-home .start-card p {
  margin: 0;
  font-size: .9375rem;
  line-height: 1.68;
  color: var(--ink);
  opacity: .8;
}
.page-home .start-card__go {
  margin-top: auto;
  padding-top: .9rem;
  font-size: .875rem;
  font-weight: 700;
  color: var(--brand);
}

@media (min-width: 48em) {
  .page-home .starts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ---------- 收束块 ---------- */
.page-home .close-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--home-gap);
  align-items: center;
}
.page-home .close-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: var(--ice);
}
.page-home .close-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.page-home .close-body {
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.page-home .close-body .eyebrow {
  color: var(--brand);
}
.page-home .close-body .section-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.5rem, 3.1vw, 2.4rem);
  line-height: 1.14;
  color: var(--ink);
}
.page-home .close-body .prose {
  margin: 0;
  max-width: 38rem;
  font-size: .9688rem;
  line-height: 1.72;
  color: var(--ink);
  opacity: .8;
}
.page-home .close-list {
  list-style: none;
  margin: .35rem 0 0;
  padding: 0;
  display: grid;
  gap: .55rem;
}
.page-home .close-list li {
  position: relative;
  padding-left: 1.3rem;
  font-size: .9375rem;
  line-height: 1.65;
  color: var(--ink);
  opacity: .82;
}
.page-home .close-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: .48rem;
  height: .48rem;
  border-radius: 2px;
  background: var(--cyan);
}
.page-home .close-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: .9rem;
}

@media (min-width: 56em) {
  .page-home .close-shell {
    grid-template-columns: 5fr 7fr;
    gap: clamp(1.5rem, 4vw, 3.5rem);
  }
}

/* ---------- 动效降级 ---------- */
@media (prefers-reduced-motion: reduce) {
  .page-home .path-card,
  .page-home .start-card {
    transition: none;
  }
  .page-home .path-card:hover,
  .page-home .path-card:focus-visible,
  .page-home .start-card:hover,
  .page-home .start-card:focus-visible {
    transform: none;
  }
  .page-home .changes-rail {
    scroll-behavior: auto;
  }
}
