.page-home {
  --hm-card: linear-gradient(180deg, rgba(14, 42, 68, .9), rgba(7, 26, 43, .92));
  --hm-soft: rgba(244, 247, 245, .82);
  background: var(--deep);
  color: var(--paper);
  overflow-x: clip;
}

/* ---------- Hero ---------- */
.page-home .hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(540px, 84vh, 860px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: calc(var(--header-h) + clamp(46px, 8vw, 110px));
  padding-bottom: clamp(44px, 6vw, 86px);
}

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

.page-home .hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  opacity: .44;
  filter: saturate(.88) contrast(1.08);
}

.page-home .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(120% 92% at 84% 14%, rgba(184, 241, 53, .2), transparent 62%),
    radial-gradient(86% 70% at 6% 94%, rgba(255, 107, 74, .18), transparent 60%),
    linear-gradient(102deg, rgba(7, 26, 43, .97) 0%, rgba(7, 26, 43, .84) 46%, rgba(7, 26, 43, .5) 100%);
}

.page-home .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg, rgba(126, 147, 166, .1) 0 1px, transparent 1px 92px);
  opacity: .7;
}

.page-home .hero__ghost {
  position: absolute;
  right: clamp(-40px, -2vw, 8px);
  bottom: clamp(40px, 9vh, 130px);
  z-index: 1;
  font-family: var(--font-mono);
  font-size: clamp(8rem, 27vw, 21rem);
  font-weight: 700;
  line-height: .78;
  letter-spacing: -.06em;
  color: rgba(184, 241, 53, .05);
  -webkit-text-stroke: 2px rgba(184, 241, 53, .18);
  pointer-events: none;
  user-select: none;
}

.page-home .hero__inner {
  position: relative;
  z-index: 3;
}

.page-home .hero__ctx {
  margin: 0 0 clamp(14px, 2vw, 24px);
  font-family: var(--font-mono);
  font-size: .74rem;
  letter-spacing: .2em;
  color: var(--mist);
}

.page-home .hero__title {
  margin: 0 0 clamp(18px, 2.4vw, 30px);
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.5rem, 8.4vw, 6.8rem);
  line-height: .96;
  letter-spacing: -.02em;
  max-width: 17ch;
}

.page-home .hero__title-a {
  display: block;
  color: var(--paper);
}

.page-home .hero__title-b {
  display: block;
  color: var(--lime);
}

.page-home .hero__lede {
  margin: 0 0 clamp(28px, 4vw, 48px);
  max-width: 46ch;
  font-size: clamp(1rem, 1.5vw, 1.13rem);
  line-height: 1.9;
  color: var(--hm-soft);
}

.page-home .hero__meters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 32px);
  max-width: 800px;
  padding-top: clamp(18px, 2.4vw, 28px);
  border-top: 1px solid rgba(126, 147, 166, .32);
  margin-bottom: clamp(26px, 3.6vw, 44px);
}

.page-home .hero-stat {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

.page-home .hero-stat .stat__value {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--font-mono);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
}

.page-home .hero-stat .stat__num {
  font-size: clamp(1.65rem, 5.2vw, 3.2rem);
  color: var(--lime);
}

.page-home .hero-stat:nth-child(2) .stat__num {
  color: var(--paper);
}

.page-home .hero-stat:nth-child(3) .stat__num {
  color: var(--coral);
}

.page-home .hero-stat .stat__unit {
  font-family: var(--font-body);
  font-size: clamp(.68rem, 1.4vw, .86rem);
  color: var(--mist);
  white-space: nowrap;
}

.page-home .hero-stat .stat__cap {
  font-size: .78rem;
  line-height: 1.6;
  color: var(--mist);
}

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

/* ---------- 六类内容 ---------- */
.page-home .catmap {
  position: relative;
}

.page-home .toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: clamp(22px, 3vw, 34px);
}

.page-home .filter-btn {
  font: inherit;
  font-size: .84rem;
  line-height: 1;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid var(--hair);
  background: transparent;
  color: var(--mist);
  cursor: pointer;
  transition: background .22s var(--ease), color .22s var(--ease), border-color .22s var(--ease);
}

.page-home .filter-btn:hover {
  border-color: var(--hair-lime);
  color: var(--paper);
}

.page-home .filter-btn[aria-pressed="true"] {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--deep);
  font-weight: 700;
}

.page-home .cat-band {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 20px);
  margin-top: clamp(24px, 3.4vw, 42px);
}

.page-home .cat {
  grid-column: span 12;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(20px, 2.4vw, 32px);
  border: 1px solid var(--hair);
  border-radius: var(--r-m);
  background: var(--hm-card);
  transition: transform .26s var(--ease), border-color .26s var(--ease), box-shadow .26s var(--ease);
}

.page-home .cat::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 0 0 var(--r-m) var(--r-m);
  background: linear-gradient(90deg, var(--coral), rgba(255, 107, 74, 0) 76%);
  transform: scaleX(.2);
  transform-origin: left center;
  transition: transform .36s var(--ease);
}

.page-home .cat:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 74, .5);
  box-shadow: var(--shadow);
}

.page-home .cat:hover::after {
  transform: scaleX(1);
}

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

.page-home .cat__idx {
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .2em;
  color: var(--coral);
}

.page-home .cat__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.18rem, 2vw, 1.6rem);
  letter-spacing: .01em;
  color: var(--paper);
}

.page-home .cat__txt {
  margin: 0;
  font-size: .93rem;
  line-height: 1.85;
  color: var(--mist);
}

.page-home .cat__link {
  margin-top: auto;
  padding-top: 12px;
  font-size: .86rem;
  font-weight: 700;
  color: var(--lime);
  text-decoration: none;
}

.page-home .cat__link::after {
  content: " →";
}

.page-home .cat__link:hover {
  color: var(--coral);
}

.page-home .turf-band {
  position: relative;
  margin-top: clamp(30px, 4.6vw, 62px);
  height: clamp(110px, 17vw, 210px);
  border-radius: var(--r-l);
  overflow: hidden;
}

.page-home .turf-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
  filter: saturate(.6) brightness(.72);
}

.page-home .turf-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 26, 43, .96), rgba(31, 94, 61, .34) 50%, rgba(7, 26, 43, .96));
}

/* ---------- 12 赛季时间轴 ---------- */
.page-home .timeline {
  position: relative;
  overflow: hidden;
}

.page-home .timeline__figure {
  margin: clamp(22px, 3.2vw, 40px) auto 0;
  max-width: 1120px;
  padding-inline: var(--gutter);
}

.page-home .timeline__figure img {
  display: block;
  width: 100%;
  height: clamp(130px, 24vw, 280px);
  object-fit: cover;
  border-radius: var(--r-l);
  opacity: .8;
}

.page-home .timeline__scroll {
  margin-top: clamp(18px, 2.4vw, 32px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding: clamp(8px, 1.4vw, 16px) var(--gutter) clamp(20px, 3vw, 34px);
  scrollbar-width: thin;
}

.page-home .timeline__track {
  display: flex;
  gap: clamp(12px, 1.6vw, 24px);
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .tl-node {
  flex: 0 0 auto;
  width: clamp(156px, 18vw, 212px);
  scroll-snap-align: center;
  padding: clamp(14px, 1.8vw, 20px);
  border: 1px solid var(--hair);
  border-radius: var(--r-m);
  background: rgba(14, 42, 68, .55);
  transition: border-color .24s var(--ease), background .24s var(--ease), transform .24s var(--ease);
}

.page-home .tl-node:hover {
  border-color: rgba(184, 241, 53, .55);
  background: rgba(14, 42, 68, .92);
  transform: translateY(-3px);
}

.page-home .tl-node__year {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-mono);
  font-size: .78rem;
  letter-spacing: .16em;
  color: var(--mist);
}

.page-home .tl-node__dot {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(184, 241, 53, .12);
  transition: background .24s var(--ease), box-shadow .24s var(--ease);
}

.page-home .tl-node__dot::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 5px;
  width: clamp(20px, 9vw, 72px);
  height: 2px;
  background: linear-gradient(90deg, rgba(184, 241, 53, .55), rgba(184, 241, 53, 0));
}

.page-home .tl-node:hover .tl-node__dot {
  background: var(--coral);
  box-shadow: 0 0 0 8px rgba(255, 107, 74, .16);
}

.page-home .tl-node__title {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  color: var(--paper);
}

.page-home .tl-node__tags {
  margin: 0;
  font-size: .78rem;
  line-height: 1.65;
  color: var(--mist);
}

.page-home .timeline__cta {
  margin-top: clamp(6px, 1vw, 14px);
}

/* ---------- 按月状态（纸面区） ---------- */
.page-home .section--paper {
  background: var(--paper);
  color: var(--ink);
}

.page-home .section--paper .eyebrow {
  color: #2F5F42;
}

.page-home .section--paper .section-head__title {
  color: var(--ink);
}

.page-home .section--paper .section-head__note {
  color: #465C6E;
}

.page-home .formwatch__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, 1.6vw, 20px);
  margin-top: clamp(24px, 3.4vw, 42px);
}

.page-home .form-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(18px, 2.2vw, 26px);
  background: #ffffff;
  border: 1px solid rgba(4, 18, 31, .08);
  border-left: 4px solid var(--lime);
  border-radius: var(--r-s);
  box-shadow: 0 20px 44px -36px rgba(4, 18, 31, .7);
}

.page-home .form-card--down {
  border-left-color: var(--coral);
}

.page-home .form-card__idx {
  margin: 0;
  font-family: var(--font-mono);
  font-size: .74rem;
  letter-spacing: .18em;
  color: #6C8399;
}

.page-home .form-card__num {
  margin: 0;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--ink);
}

.page-home .form-card--down .form-card__num {
  color: var(--coral);
}

.page-home .form-card__meta {
  margin: 0;
  font-family: var(--font-mono);
  font-size: .8rem;
  color: #5A7186;
}

.page-home .form-card__txt {
  margin: 0;
  font-size: .9rem;
  line-height: 1.78;
  color: #33485A;
}

.page-home .formwatch__foot {
  margin: clamp(26px, 3.4vw, 42px) 0 0;
}

/* ---------- 为什么选我们 ---------- */
.page-home .why__grid {
  display: grid;
  gap: clamp(26px, 4vw, 52px);
  max-width: 1060px;
}

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

.page-home .why__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--r-l);
}

.page-home .why__list {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
  margin: clamp(22px, 3vw, 34px) 0 0;
  padding: 0;
  list-style: none;
}

.page-home .why__item {
  padding-top: clamp(14px, 1.8vw, 20px);
  border-top: 1px solid var(--hair);
}

.page-home .why__item h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  color: var(--paper);
}

.page-home .why__item h3::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 3px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 2px;
  background: var(--lime);
}

.page-home .why__item:nth-child(even) h3::before {
  background: var(--coral);
}

.page-home .why__item p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.88;
  color: var(--mist);
}

/* ---------- 三条入口 ---------- */
.page-home .start__paths {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 1.8vw, 22px);
  margin-top: clamp(24px, 3.4vw, 42px);
}

.page-home .path {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(20px, 2.4vw, 32px);
  border: 1px solid var(--hair);
  border-radius: var(--r-l);
  background: linear-gradient(158deg, rgba(31, 94, 61, .5), rgba(14, 42, 68, .92));
  color: inherit;
  text-decoration: none;
  transition: transform .26s var(--ease), border-color .26s var(--ease);
}

.page-home .path:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 241, 53, .55);
}

.page-home .path__no {
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .2em;
  color: var(--gold);
}

.page-home .path__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.14rem, 1.9vw, 1.42rem);
  color: var(--paper);
}

.page-home .path__txt {
  margin: 0;
  font-size: .92rem;
  line-height: 1.82;
  color: rgba(244, 247, 245, .78);
}

.page-home .path__go {
  margin-top: auto;
  padding-top: 14px;
  font-size: .84rem;
  font-weight: 700;
  color: var(--lime);
}

.page-home .path__go::after {
  content: " →";
}

.page-home .start__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(30px, 4vw, 52px);
  padding-top: clamp(20px, 2.6vw, 30px);
  border-top: 1px solid var(--hair);
}

.page-home .start__foot p {
  margin: 0;
  max-width: 46ch;
  font-size: .92rem;
  line-height: 1.8;
  color: var(--mist);
}

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

/* ---------- 断点 ---------- */
@media (min-width: 640px) {
  .page-home .formwatch__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 760px) {
  .page-home .cat--a { grid-column: span 5; }
  .page-home .cat--b { grid-column: span 7; }
  .page-home .cat--c { grid-column: span 3; }
  .page-home .cat--d { grid-column: span 9; }
  .page-home .cat--e { grid-column: span 8; }
  .page-home .cat--f { grid-column: span 4; }
}

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

@media (min-width: 900px) {
  .page-home .why__grid {
    grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
    align-items: start;
  }
}

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

@media (max-width: 520px) {
  .page-home .hero__meters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .page-home .hero-stat .stat__cap {
    font-size: .72rem;
  }

  .page-home .hero-stat .stat__unit {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .cat,
  .page-home .path,
  .page-home .tl-node,
  .page-home .filter-btn {
    transition: none;
  }

  .page-home .cat:hover,
  .page-home .path:hover,
  .page-home .tl-node:hover {
    transform: none;
  }
}
<<<END>>>
