.page-home {
  background: var(--c-mist);
  color: var(--c-ink);
  font-family: var(--f-body);
  line-height: 1.85;
}

.page-home *,
.page-home *::before,
.page-home *::after {
  box-sizing: border-box;
}

.page-home p {
  margin: 0 0 16px;
}

/* ---------- 首屏 ---------- */

.page-home .hero {
  padding: 34px 0 72px;
  border-bottom: 1px solid var(--c-line);
}

.page-home .hero__kicker {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 16px;
  font-family: var(--f-label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--c-green);
}

.page-home .hero__kicker-num {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-brand);
}

.page-home .hero__title {
  margin: 0 0 20px;
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: clamp(29px, 7.2vw, 54px);
  line-height: 1.24;
  letter-spacing: -.015em;
  max-width: 20ch;
}

.page-home .hero__lede {
  margin: 0 0 38px;
  max-width: 64ch;
  font-size: 16px;
  line-height: 1.92;
  color: rgba(16, 24, 21, .86);
}

/* ---------- 拼贴面板 ---------- */

.page-home .collage {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.page-home .collage__lead {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 300px;
  overflow: hidden;
  background: var(--c-green-deep);
  border: 1px solid var(--c-green-deep);
}

.page-home .collage__lead-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
}

.page-home .collage__lead::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 42, 32, .95) 10%, rgba(11, 42, 32, .3) 62%, rgba(11, 42, 32, .04));
}

.page-home .collage__lead-body {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 24px 20px;
  color: var(--c-paper);
}

.page-home .collage__lead-label {
  margin: 0 0 8px;
  font-family: var(--f-label);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  color: var(--c-home);
}

.page-home .collage__lead-stat {
  margin: 0 0 10px;
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: clamp(30px, 8vw, 46px);
  line-height: 1.05;
  color: var(--c-paper);
}

.page-home .collage__lead-stat .data-num {
  font-family: var(--f-data);
  letter-spacing: -.01em;
}

.page-home .collage__lead-text {
  margin: 0;
  max-width: 46ch;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(247, 245, 241, .82);
}

.page-home .cpanel {
  position: relative;
  padding: 22px 20px;
  background: var(--c-paper);
  border: 1px solid var(--c-line);
}

.page-home .cpanel__label {
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-line);
  font-family: var(--f-label);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  color: var(--c-green);
}

.page-home .cpanel__big {
  margin: 0 0 16px;
  font-family: var(--f-data);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--c-ink);
}

.page-home .cpanel__big-suffix {
  margin-left: 6px;
  font-family: var(--f-label);
  font-size: 14px;
  font-weight: 500;
  color: rgba(16, 24, 21, .6);
}

.page-home .cpanel__note {
  margin: 0;
  font-size: 13px;
  line-height: 1.78;
  color: rgba(16, 24, 21, .66);
}

/* 时间刻度 */
.page-home .scale {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 14px;
}

.page-home .scale__rail {
  flex: 1 1 auto;
  height: 2px;
  color: var(--c-line);
  fill: none;
}

.page-home .scale__rail line {
  stroke: currentColor;
  stroke-width: 2;
}

.page-home .scale__dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-line);
}

.page-home .scale__dot--home {
  width: 10px;
  height: 10px;
  background: var(--c-home);
}

.page-home .scale__dot--away {
  width: 10px;
  height: 10px;
  background: var(--c-away);
}

/* 覆盖范围面板 */
.page-home .minirow {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}

.page-home .minirow__num {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: var(--c-green);
}

.page-home .minirow__unit {
  font-family: var(--f-label);
  font-size: 13px;
  color: rgba(16, 24, 21, .7);
}

.page-home .chiplist {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

/* 入口面板 */
.page-home .entryfilter {
  margin-bottom: 18px;
}

.page-home .entrylist {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--c-line);
}

.page-home .entrylist__item {
  border-bottom: 1px solid var(--c-line);
}

.page-home .entrylist__item[hidden] {
  display: none;
}

.page-home .entrylist__link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 2px;
  text-decoration: none;
  color: inherit;
  transition: padding-left .18s var(--ease);
}

.page-home .entrylist__link:hover,
.page-home .entrylist__link:focus-visible {
  padding-left: 8px;
}

.page-home .entrylist__name {
  font-size: 16px;
  font-weight: 600;
  color: var(--c-ink);
  transition: color .18s var(--ease);
}

.page-home .entrylist__link:hover .entrylist__name,
.page-home .entrylist__link:focus-visible .entrylist__name {
  color: var(--c-brand);
}

.page-home .entrylist__meta {
  font-family: var(--f-label);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(16, 24, 21, .62);
}

/* ---------- 章节通用 ---------- */

.page-home .chapter {
  padding: 60px 0;
}

.page-home .chapter + .chapter {
  border-top: 1px solid var(--c-line);
}

.page-home .chapter__head {
  margin-bottom: 30px;
}

.page-home .chapter__num {
  display: block;
  margin-bottom: 8px;
  font-family: var(--f-heading);
  font-weight: 900;
  font-size: clamp(50px, 13vw, 92px);
  line-height: .84;
  letter-spacing: -.04em;
  color: var(--c-green);
  opacity: .22;
}

.page-home .chapter__tag {
  margin: 0 0 8px;
  font-family: var(--f-label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--c-brand);
}

.page-home .chapter__title {
  margin: 0;
  max-width: 24ch;
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: clamp(23px, 5.4vw, 38px);
  line-height: 1.32;
  letter-spacing: -.01em;
}

.page-home .chapter__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}

.page-home .chapter__lede p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(16, 24, 21, .86);
}

.page-home .chapter__lede p:last-of-type {
  margin-bottom: 22px;
}

.page-home .chapter__main {
  min-width: 0;
}

/* 客场胜率小面板 */
.page-home .splitbox {
  margin-top: 20px;
  padding: 20px;
  background: var(--c-paper);
  border: 1px solid var(--c-line);
}

.page-home .splitbox__title {
  margin: 0 0 14px;
  font-family: var(--f-label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--c-green);
}

.page-home .splitbox__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .splitbox__row {
  display: grid;
  gap: 3px;
  padding: 12px 0;
  border-top: 1px solid var(--c-line);
}

.page-home .splitbox__row:last-child {
  border-bottom: 1px solid var(--c-line);
}

.page-home .splitbox__key {
  font-family: var(--f-label);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--c-away);
}

.page-home .splitbox__val {
  font-size: 14px;
  line-height: 1.78;
  color: rgba(16, 24, 21, .78);
}

/* ---------- 三条数据线 ---------- */

.page-home .lines {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.page-home .linecard {
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  background: var(--c-paper);
  border: 1px solid var(--c-line);
  border-top-width: 3px;
  border-top-color: var(--c-line);
}

.page-home .linecard--youth {
  border-top-color: var(--c-away);
}

.page-home .linecard--friendly {
  border-top-color: var(--c-home);
}

.page-home .linecard--coach {
  border-top-color: var(--c-brand);
}

.page-home .linecard__idx {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .1em;
  color: rgba(16, 24, 21, .4);
}

.page-home .linecard__title {
  margin: 0 0 12px;
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
}

.page-home .linecard__text {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.86;
  color: rgba(16, 24, 21, .8);
}

.page-home .linecard__fit {
  margin: 0 0 18px;
  padding-top: 14px;
  border-top: 1px solid var(--c-line);
  font-family: var(--f-label);
  font-size: 13px;
  line-height: 1.72;
  color: rgba(16, 24, 21, .58);
}

.page-home .linecard__link {
  margin-top: auto;
  align-self: flex-start;
  padding-bottom: 2px;
  font-family: var(--f-label);
  font-size: 14px;
  font-weight: 600;
  color: var(--c-brand);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.page-home .lines__figure {
  margin: 4px 0 0;
}

/* ---------- 技术统计 ---------- */

.page-home .statcard {
  padding: 20px;
  background: var(--c-paper);
  border: 1px solid var(--c-line);
}

.page-home .statcard__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--c-ink);
}

.page-home .statcard__title {
  font-family: var(--f-label);
  font-size: 13px;
  letter-spacing: .06em;
  color: rgba(16, 24, 21, .7);
}

.page-home .statlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .statlist__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr) minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  padding: 11px 0;
  border-bottom: 1px solid var(--c-line);
}

.page-home .statlist__row--peak {
  background: rgba(255, 209, 102, .3);
}

.page-home .statlist__side {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.page-home .statlist__side--home {
  justify-content: flex-end;
}

.page-home .statlist__side--away {
  justify-content: flex-start;
}

.page-home .statlist__val {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-ink);
  white-space: nowrap;
}

.page-home .statlist__chip {
  flex: 0 0 auto;
  width: 4px;
  height: 16px;
}

.page-home .statlist__chip--home {
  background: var(--c-home);
}

.page-home .statlist__chip--away {
  background: var(--c-away);
}

.page-home .statlist__name {
  text-align: center;
  font-family: var(--f-label);
  font-size: 13px;
  line-height: 1.5;
  color: rgba(16, 24, 21, .72);
}

.page-home .statcard__foot {
  margin: 16px 0 0;
  font-family: var(--f-label);
  font-size: 12px;
  line-height: 1.7;
  color: rgba(16, 24, 21, .58);
}

/* ---------- 深色流程切片 ---------- */

.page-home .chapter--dark {
  background: var(--c-green-deep);
  color: var(--c-paper);
  border-top: 1px solid var(--c-green-deep);
}

.page-home .chapter--dark .chapter__num {
  color: var(--c-home);
  opacity: .62;
}

.page-home .chapter--dark .chapter__tag {
  color: var(--c-yellow);
}

.page-home .chapter--dark .chapter__title {
  color: var(--c-paper);
}

.page-home .process {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(247, 245, 241, .24);
}

.page-home .process__step {
  padding: 22px 0;
  border-bottom: 1px solid rgba(247, 245, 241, .24);
}

.page-home .process__when {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--c-home);
}

.page-home .process__name {
  margin: 0 0 8px;
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
  color: var(--c-paper);
}

.page-home .process__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.82;
  color: rgba(247, 245, 241, .76);
}

/* ---------- 行动入口 ---------- */

.page-home .start__figure {
  margin: 0 0 40px;
}

.page-home .startgrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.page-home .startcard {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 22px;
  background: var(--c-paper);
  border: 1px solid var(--c-line);
  text-decoration: none;
  color: inherit;
  transition: border-color .2s var(--ease), transform .2s var(--ease);
}

.page-home .startcard:hover,
.page-home .startcard:focus-visible {
  border-color: var(--c-brand);
  transform: translateY(-3px);
}

.page-home .startcard__kicker {
  font-family: var(--f-label);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  color: var(--c-green);
}

.page-home .startcard__name {
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  color: var(--c-ink);
}

.page-home .startcard__text {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(16, 24, 21, .72);
}

.page-home .startcard__go {
  margin-top: auto;
  padding-top: 8px;
  font-family: var(--f-data);
  font-size: 18px;
  line-height: 1;
  color: var(--c-brand);
}

/* ---------- 响应式 ---------- */

@media (min-width: 700px) {
  .page-home .hero {
    padding: 44px 0 80px;
  }

  .page-home .collage {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
  }

  .page-home .collage__lead {
    grid-column: 1 / 8;
    grid-row: 1 / 3;
    min-height: 420px;
  }

  .page-home .collage__years {
    grid-column: 8 / 13;
    grid-row: 1 / 2;
  }

  .page-home .collage__scale {
    grid-column: 8 / 13;
    grid-row: 2 / 3;
  }

  .page-home .collage__entries {
    grid-column: 1 / 13;
    grid-row: 3 / 4;
  }

  .page-home .cpanel {
    box-shadow: -8px 8px 0 rgba(18, 59, 46, .07);
  }

  .page-home .collage__lead-body {
    padding: 30px 28px;
  }
}

@media (min-width: 900px) {
  .page-home .lines {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .page-home .lines__figure {
    grid-column: 1 / -1;
    margin-top: 8px;
  }

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

  .page-home .entrylist__item {
    border-bottom: 0;
    border-left: 1px solid var(--c-line);
  }

  .page-home .entrylist__item:first-child {
    border-left: 0;
  }

  .page-home .entrylist__link {
    height: 100%;
    padding: 16px 18px;
  }

  .page-home .entrylist__link:hover,
  .page-home .entrylist__link:focus-visible {
    padding-left: 24px;
  }

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

  .page-home .process__step {
    padding: 26px 20px;
    border-bottom: 0;
    border-left: 1px solid rgba(247, 245, 241, .24);
  }

  .page-home .process__step:first-child {
    padding-left: 0;
    border-left: 0;
  }

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

@media (min-width: 1024px) {
  .page-home .hero {
    padding: 60px 0 96px;
  }

  .page-home .chapter {
    padding: 84px 0;
  }

  .page-home .chapter__head {
    margin-bottom: 40px;
  }

  .page-home .chapter__grid {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    gap: 56px;
    align-items: start;
  }

  .page-home .chapter__lede {
    padding-top: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .entrylist__link,
  .page-home .startcard,
  .page-home .entrylist__name {
    transition: none;
  }

  .page-home .startcard:hover,
  .page-home .startcard:focus-visible {
    transform: none;
  }
}
<<<END>>>
