.page-home {
  --home-rule: 1px solid var(--line);
  --home-tabular: tabular-nums;
  display: block;
  background: var(--ink);
  color: var(--text);
}

.page-home .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.page-home .link-inline {
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 0.18s var(--ease), border-color 0.18s var(--ease);
}

.page-home .link-inline:hover,
.page-home .link-inline:focus-visible {
  color: var(--cyan-soft);
}

.page-home .section {
  padding: 72px 0;
}

.page-home .sec-head {
  display: grid;
  gap: 14px;
  margin-bottom: 44px;
  max-width: 64ch;
}

.page-home .sec-head__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--text);
}

.page-home .sec-head__lede {
  margin: 0;
  max-width: 58ch;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dim);
}

/* ============ 首屏 ============ */

.page-home .hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--ink);
  padding: calc(var(--header-h) + 52px) 0 80px;
}

.page-home .hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 38%;
  opacity: 0.34;
  filter: saturate(0.68) contrast(1.06);
}

.page-home .hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(5, 11, 10, 0.97) 6%, rgba(5, 11, 10, 0.78) 46%, rgba(10, 31, 26, 0.4) 100%),
    linear-gradient(180deg, rgba(5, 11, 10, 0.62) 0%, rgba(5, 11, 10, 0.08) 42%, rgba(5, 11, 10, 0.92) 100%);
}

.page-home .hero__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(35, 55, 47, 0.85) 1px, transparent 1px);
  background-size: 96px 100%;
  opacity: 0.32;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 76%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 76%, transparent 100%);
}

.page-home .hero__blade {
  position: absolute;
  z-index: 1;
  right: -6%;
  top: 12%;
  width: min(52%, 620px);
  height: 42%;
  pointer-events: none;
  background: linear-gradient(122deg, rgba(90, 29, 46, 0.9) 0%, rgba(36, 31, 74, 0.6) 60%, rgba(5, 11, 10, 0) 100%);
  clip-path: polygon(10% 0, 100% 6%, 90% 100%, 0 94%);
  opacity: 0.8;
}

.page-home .hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 44px;
}

.page-home .hero__eyebrow {
  margin: 0;
}

.page-home .hero__title {
  margin: 20px 0 0;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(40px, 8.6vw, 108px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: var(--text);
}

.page-home .hero__lede {
  margin: 24px 0 0;
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-dim);
}

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

.page-home .hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: var(--home-rule);
}

.page-home .hero__stats .stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 16px 16px 0;
  border-bottom: var(--home-rule);
}

.page-home .hero__stats .stat__num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--cyan);
  font-variant-numeric: var(--home-tabular);
}

.page-home .hero__stats .stat__label {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--text-dim);
}

/* ============ 三条路径 ============ */

.page-home .home-paths {
  background: linear-gradient(180deg, var(--ink) 0%, var(--green-900) 100%);
}

.page-home .home-paths__grid {
  align-items: start;
}

.page-home .path-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px 24px 28px;
  background: var(--green-900);
  border: var(--home-rule);
  border-top: 2px solid var(--line);
  transition: transform 0.18s var(--ease), border-color 0.18s var(--ease), box-shadow 0.18s var(--ease);
}

.page-home .path-card:hover,
.page-home .path-card:focus-within {
  transform: translateY(-2px);
  border-color: var(--cyan);
  box-shadow: 0 0 0 1px rgba(56, 242, 208, 0.26);
}

.page-home .path-card__figure {
  margin: 0 0 4px;
  border: var(--home-rule);
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.page-home .path-card__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .path-card__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.015em;
  color: var(--text);
}

.page-home .path-card__desc {
  margin: 0;
  flex: 1;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-dim);
}

.page-home .path-card__meta {
  margin: 4px 0 0;
  display: grid;
  gap: 8px;
  padding-top: 14px;
  border-top: var(--home-rule);
}

.page-home .path-card__meta-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.page-home .path-card__meta-row dt {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-dim);
}

.page-home .path-card__meta-row dd {
  margin: 0;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 20px;
  color: var(--cyan);
  font-variant-numeric: var(--home-tabular);
}

.page-home .path-card__big {
  margin: 4px 0 0;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(34px, 4.6vw, 46px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--cyan);
  font-variant-numeric: var(--home-tabular);
  border-bottom: 1px solid rgba(56, 242, 208, 0.55);
  padding-bottom: 10px;
}

.page-home .path-card__big-label {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--text-dim);
}

.page-home .path-card .btn {
  align-self: flex-start;
}

/* ============ 赛季时间轴 ============ */

.page-home .home-timeline {
  background: var(--ink);
}

.page-home .timeline__grid {
  align-items: start;
  row-gap: 56px;
}

.page-home .timeline__grid .sec-head__lede {
  margin-top: 12px;
}

.page-home .tl {
  list-style: none;
  margin: 36px 0 0;
  padding: 0 0 0 34px;
  position: relative;
}

.page-home .tl::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, var(--line) 6%, var(--line) 94%, transparent 100%);
}

.page-home .tl__item {
  position: relative;
  border-bottom: var(--home-rule);
}

.page-home .tl__item::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 22px;
  width: 8px;
  height: 8px;
  background: var(--ink);
  border: 1px solid var(--line);
  transition: border-color 0.18s var(--ease), background-color 0.18s var(--ease);
}

.page-home .tl__item:hover::before {
  border-color: var(--cyan);
  background: var(--cyan);
}

.page-home .tl__item--current::before {
  border-color: var(--orange);
  background: var(--orange);
}

.page-home .tl__node summary {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 14px 0;
  cursor: pointer;
  list-style: none;
  outline-offset: 3px;
}

.page-home .tl__node summary::-webkit-details-marker {
  display: none;
}

.page-home .tl__node summary::marker {
  content: "";
}

.page-home .tl__year {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 26px);
  letter-spacing: -0.01em;
  color: var(--text);
  font-variant-numeric: var(--home-tabular);
  transition: color 0.18s var(--ease);
}

.page-home .tl__node:hover .tl__year,
.page-home .tl__node[open] .tl__year {
  color: var(--cyan);
}

.page-home .tl__item--current .tl__year,
.page-home .tl__item--current:hover .tl__year {
  color: var(--orange);
}

.page-home .tl__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
  border: 1px solid var(--line);
  padding: 2px 7px;
}

.page-home .tl__item--current .tl__tag {
  color: var(--orange);
  border-color: rgba(255, 106, 43, 0.55);
}

.page-home .tl__body {
  margin: 0;
  padding: 0 0 18px;
  max-width: 54ch;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-dim);
}

.page-home .timeline__aside {
  display: grid;
  gap: 20px;
  align-content: start;
}

.page-home .panel--wine,
.page-home .timeline__aside .panel {
  padding: 24px 22px;
  border: var(--home-rule);
}

.page-home .timeline__note {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--text);
}

.page-home .timeline__aside .stat__num {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(36px, 4.6vw, 52px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--cyan);
  font-variant-numeric: var(--home-tabular);
}

.page-home .timeline__aside .stat__label {
  display: block;
  margin: 10px 0 16px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--text-dim);
}

/* ============ 口径速览 ============ */

.page-home .home-spec {
  background: var(--green-900);
}

.page-home .home-spec__grid {
  align-items: start;
  row-gap: 52px;
}

.page-home .home-spec__lede {
  margin: 14px 0 0;
  max-width: 58ch;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dim);
}

.page-home .home-spec__scroll {
  margin-top: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-home .home-spec__table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  font-size: 14px;
}

.page-home .home-spec__table thead th {
  padding: 0 16px 12px 0;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
  border-bottom: 1px solid var(--cyan);
}

.page-home .home-spec__table tbody th,
.page-home .home-spec__table tbody td {
  padding: 13px 16px 13px 0;
  text-align: left;
  vertical-align: baseline;
  border-bottom: var(--home-rule);
}

.page-home .home-spec__table tbody th {
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
}

.page-home .home-spec__table tbody td {
  color: var(--text-dim);
}

.page-home .home-spec__table tbody td.num {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--cyan);
  white-space: nowrap;
  font-variant-numeric: var(--home-tabular);
}

.page-home .home-spec__table tbody tr:hover th,
.page-home .home-spec__table tbody tr:hover td {
  background: var(--green-700);
}

.page-home .home-spec__callout {
  margin-top: 28px;
}

.page-home .home-spec__aside {
  display: grid;
  gap: 20px;
  align-content: start;
}

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

.page-home .home-spec__version {
  padding: 22px 20px 24px;
  border: var(--home-rule);
  background: var(--indigo);
}

.page-home .home-spec__version-text {
  margin: 12px 0 16px;
  font-size: 15px;
  line-height: 1.72;
  color: var(--text);
}

/* ============ 最近更新 ============ */

.page-home .home-log {
  background: var(--ink);
}

.page-home .home-log__grid {
  align-items: center;
  row-gap: 44px;
}

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

.page-home .home-log__body {
  display: block;
}

.page-home .home-log__body .sec-head__lede {
  margin-top: 12px;
}

.page-home .log-list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  border-top: var(--home-rule);
}

.page-home .log-list__item {
  display: grid;
  gap: 5px;
  padding: 14px 0;
  border-bottom: var(--home-rule);
}

.page-home .log-list__k {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amber);
}

.page-home .log-list__v {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text);
}

.page-home .home-log__callout {
  margin: 26px 0 28px;
}

/* ============ 止期收尾 ============ */

.page-home .home-cutoff {
  background: var(--ink);
  padding-bottom: 96px;
}

.page-home .home-cutoff__inner {
  display: grid;
  gap: 12px;
  border-top: var(--home-rule);
  padding-top: 48px;
}

.page-home .home-cutoff__num {
  margin: 0;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(52px, 13vw, 156px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  font-variant-numeric: var(--home-tabular);
  color: var(--text);
}

.page-home .home-cutoff__year {
  color: var(--text);
}

.page-home .home-cutoff__dash {
  color: var(--cyan);
  padding: 0 0.04em;
}

.page-home .home-cutoff__month {
  color: var(--orange);
}

.page-home .home-cutoff__note {
  margin: 6px 0 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.72;
  color: var(--text-dim);
}

/* ============ 响应式 ============ */

@media (max-width: 979px) {
  .page-home .grid-12 > [class*="span-"] {
    grid-column: 1 / -1;
  }

  .page-home .hero__blade {
    width: 70%;
    height: 32%;
    top: 8%;
    right: -14%;
    opacity: 0.62;
  }

  .page-home .hero__grid {
    background-size: 64px 100%;
  }

  .page-home .timeline__grid,
  .page-home .home-spec__grid,
  .page-home .home-log__grid {
    row-gap: 40px;
  }
}

@media (min-width: 640px) {
  .page-home .hero__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-home .home-spec__table tbody th,
  .page-home .home-spec__table tbody td {
    padding-right: 24px;
  }

  .page-home .log-list__item {
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 18px;
    align-items: baseline;
  }
}

@media (min-width: 980px) {
  .page-home .section {
    padding: 112px 0;
  }

  .page-home .hero {
    padding: calc(var(--header-h) + 76px) 0 104px;
  }

  .page-home .hero__inner {
    grid-template-columns: minmax(0, 7fr) minmax(280px, 4fr);
    align-items: end;
    column-gap: 60px;
  }

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

  .page-home .hero__stats .stat {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 0;
  }

  .page-home .hero__stats .stat:first-child {
    border-top: var(--home-rule);
  }

  .page-home .home-paths .sec-head {
    margin-bottom: 56px;
  }

  .page-home .home-cutoff {
    padding-bottom: 140px;
  }

  .page-home .home-cutoff__inner {
    padding-top: 60px;
  }
}

@media (min-width: 1280px) {
  .page-home .hero__title {
    font-size: clamp(72px, 7.6vw, 112px);
  }
}
<<<END>>>
