.page-home {
  display: block;
  background: var(--color-surface);
  color: var(--color-ink);
  overflow-x: clip;
}

/* ---------- 装饰形状 ---------- */
.page-home .home-orn {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.page-home .home-orn--ring {
  top: -52px;
  right: 6vw;
  width: 148px;
  height: 148px;
  border: var(--border-thick) solid var(--color-primary);
  border-radius: 50%;
  opacity: 0.4;
}

.page-home .home-orn--square {
  bottom: -34px;
  left: -48px;
  width: 128px;
  height: 128px;
  background: var(--color-primary-soft);
  border-radius: var(--radius-lg);
  transform: rotate(14deg);
  opacity: 0.65;
}

.page-home .home-orn--dot {
  right: -60px;
  top: 40px;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(var(--color-contrast-accent) 2.5px, transparent 2.6px);
  background-size: 16px 16px;
  opacity: 0.32;
}

/* ---------- 首屏 ---------- */
.page-home .home-hero {
  position: relative;
  background: var(--color-surface);
  padding-top: calc(var(--space-8) + var(--space-6));
  padding-bottom: var(--space-6);
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--space-6);
  align-items: center;
}

.page-home .home-hero__title {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.05em;
  margin: var(--space-2) 0 0;
  font-family: var(--font-heading);
  font-weight: var(--weight-heading);
  font-size: var(--text-display);
  line-height: 0.88;
  letter-spacing: var(--tracking-heading);
  color: var(--color-ink);
}

.page-home .home-hero__pre {
  font-size: 0.26em;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--color-ink-muted);
}

.page-home .home-hero__num {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--color-primary);
}

.page-home .home-hero__sub {
  margin: var(--space-3) 0 0;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--text-xl);
  line-height: var(--leading-heading);
  color: var(--color-ink-soft);
  max-width: 20ch;
}

.page-home .home-hero__lede {
  margin: var(--space-3) 0 0;
  max-width: 46ch;
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-home .home-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-3);
  margin: var(--space-6) 0 0;
  padding: var(--space-4) 0 0;
  border-top: var(--border-thick) solid var(--color-line);
  list-style: none;
}

.page-home .home-hero__stats li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.page-home .home-hero__stat {
  font-family: var(--font-mono);
  font-size: var(--text-2xl);
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
}

.page-home .home-hero__stats em {
  font-style: normal;
  font-size: var(--text-xs);
  letter-spacing: 0.04em;
  color: var(--color-ink-muted);
}

.page-home .home-hero__visual {
  position: relative;
  z-index: 0;
  margin: 0;
}

.page-home .home-hero__visual::after {
  content: "";
  position: absolute;
  left: -14px;
  bottom: -14px;
  width: 92px;
  height: 92px;
  border: var(--border-thick) solid var(--color-accent);
  border-radius: var(--radius-sm);
  transform: rotate(-9deg);
  z-index: -1;
}

.page-home .home-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: var(--border-thick) solid var(--color-contrast-line);
  object-fit: cover;
  filter: saturate(0.62) contrast(1.04);
}

/* ---------- 当轮三条摘要 ---------- */
.page-home .home-glance {
  display: grid;
  gap: var(--space-3);
  margin: var(--space-6) 0 0;
  padding: 0;
  list-style: none;
}

.page-home .home-glance__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  padding: var(--space-3) var(--space-3) var(--space-3) var(--space-4);
  background: var(--color-surface-alt);
  border-left: var(--border-thick) solid var(--color-primary);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.page-home .home-glance__item strong {
  font-family: var(--font-heading);
  font-weight: 650;
  font-size: var(--text-lg);
  line-height: var(--leading-heading);
  color: var(--color-ink);
}

.page-home .home-glance__item p {
  margin: 0;
  font-size: var(--text-sm);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-home .home-glance__item .chip {
  align-self: flex-start;
}

/* ---------- 赛季带 ---------- */
.page-home .home-band {
  background: var(--color-surface-alt);
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}

.page-home .home-band__head {
  max-width: var(--measure);
  margin-bottom: var(--space-6);
}

.page-home .home-band__title {
  margin: var(--space-2) 0 0;
  font-family: var(--font-heading);
  font-weight: var(--weight-heading);
  font-size: var(--text-3xl);
  line-height: var(--leading-heading);
  letter-spacing: var(--tracking-heading);
  color: var(--color-ink);
}

.page-home .home-band__lead {
  margin: var(--space-3) 0 0;
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-home .home-band__rail-wrap {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding-bottom: var(--space-3);
  margin-inline: calc(var(--gutter) * -1);
  padding-inline: var(--gutter);
}

.page-home .home-band__rail {
  display: flex;
  gap: var(--space-3);
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .home-band__cell {
  flex: 0 0 clamp(178px, 58vw, 226px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: var(--space-3);
  border: var(--border-thick) solid var(--color-line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-2);
  transition: transform 220ms ease, background-color 220ms ease;
}

.page-home .home-band__cell:nth-child(3n + 1) {
  background: var(--color-surface);
}

.page-home .home-band__cell:nth-child(3n + 2) {
  background: var(--color-primary-soft);
  border-color: var(--color-primary);
}

.page-home .home-band__cell:nth-child(3n) {
  background: var(--color-surface-deep);
  transform: translateY(10px);
}

.page-home .home-band__cell:hover,
.page-home .home-band__cell:focus-within {
  background: var(--color-contrast-surface);
  border-color: var(--color-contrast-accent);
  transform: translateY(-4px);
}

.page-home .home-band__cell:hover .home-band__abbr,
.page-home .home-band__cell:hover .home-band__name,
.page-home .home-band__cell:hover .home-band__meta,
.page-home .home-band__cell:hover .home-band__window,
.page-home .home-band__cell:focus-within .home-band__abbr,
.page-home .home-band__cell:focus-within .home-band__name,
.page-home .home-band__cell:focus-within .home-band__meta,
.page-home .home-band__cell:focus-within .home-band__window {
  color: var(--color-contrast-ink);
}

.page-home .home-band__abbr {
  font-family: var(--font-mono);
  font-size: var(--text-xl);
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
  letter-spacing: 0.02em;
}

.page-home .home-band__name {
  font-family: var(--font-heading);
  font-weight: 650;
  font-size: var(--text-lg);
  line-height: var(--leading-heading);
  color: var(--color-ink);
}

.page-home .home-band__meta,
.page-home .home-band__window {
  font-size: var(--text-sm);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-home .home-band__cell .chip {
  align-self: flex-start;
  margin-top: 4px;
}

.page-home .home-band__foot {
  margin: var(--space-4) 0 0;
  font-size: var(--text-sm);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

/* ---------- 内联链接 ---------- */
.page-home .home-inline-link {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.page-home .home-inline-link:hover,
.page-home .home-inline-link:focus-visible {
  color: var(--color-primary-ink);
  background: var(--color-primary);
  text-decoration-color: transparent;
  border-radius: 4px;
  padding: 0 3px;
}

/* ---------- 三条动线 ---------- */
.page-home .home-lanes {
  background: var(--color-surface);
}

.page-home .home-lanes__head {
  max-width: var(--measure);
  margin-bottom: var(--space-6);
}

.page-home .home-lanes__title {
  margin: var(--space-2) 0 0;
  font-family: var(--font-heading);
  font-weight: var(--weight-heading);
  font-size: var(--text-3xl);
  line-height: var(--leading-heading);
  letter-spacing: var(--tracking-heading);
  color: var(--color-ink);
}

.page-home .home-lanes__lead {
  margin: var(--space-3) 0 0;
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-home .home-lanes__grid {
  display: grid;
  gap: var(--space-4);
}

.page-home .home-lane {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  border: var(--border-thick) solid var(--color-line);
  background: var(--color-surface-alt);
  box-shadow: var(--shadow-1);
}

.page-home .home-lane--schedule {
  border-left: var(--border-thick) solid var(--color-primary);
}

.page-home .home-lane--lineup {
  background: var(--color-highlight);
  border-color: var(--color-accent);
}

.page-home .home-lane--review {
  background: var(--color-primary-soft);
  border-color: var(--color-primary);
}

.page-home .home-lane__num {
  font-family: var(--font-mono);
  font-size: var(--text-4xl);
  font-weight: 700;
  line-height: 0.9;
  color: var(--color-primary);
}

.page-home .home-lane--lineup .home-lane__num {
  color: var(--color-accent);
}

.page-home .home-lane__title {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: var(--weight-heading);
  font-size: var(--text-xl);
  line-height: var(--leading-heading);
  color: var(--color-ink);
}

.page-home .home-lane__text {
  margin: 0;
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-home .home-lane__link {
  align-self: flex-start;
  margin-top: var(--space-1);
  padding: 8px 14px;
  font-family: var(--font-heading);
  font-weight: 650;
  font-size: var(--text-sm);
  color: var(--color-primary-ink);
  background: var(--color-primary);
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: transform 200ms ease, background-color 200ms ease;
}

.page-home .home-lane__link:hover,
.page-home .home-lane__link:focus-visible {
  background: var(--color-contrast-surface);
  color: var(--color-contrast-accent);
  transform: translateY(-2px);
}

.page-home .home-lanes__figure {
  margin: var(--space-6) 0 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.page-home .home-lanes__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  object-fit: cover;
  filter: saturate(0.6) contrast(1.05);
}

/* ---------- 稳定版与季票（暗色停顿） ---------- */
.page-home .home-stable {
  position: relative;
  background: var(--color-contrast-surface);
  color: var(--color-contrast-ink);
  overflow: hidden;
}

.page-home .home-stable__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--space-6);
  align-items: center;
}

.page-home .home-stable .eyebrow {
  color: var(--color-contrast-accent);
}

.page-home .home-stable__title {
  margin: var(--space-2) 0 0;
  font-family: var(--font-heading);
  font-weight: var(--weight-heading);
  font-size: var(--text-3xl);
  line-height: var(--leading-heading);
  letter-spacing: var(--tracking-heading);
  color: var(--color-contrast-ink);
}

.page-home .home-stable__text {
  margin: var(--space-3) 0 0;
  max-width: 52ch;
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: var(--color-contrast-ink);
}

.page-home .home-stable__list {
  margin: var(--space-4) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: var(--space-2);
}

.page-home .home-stable__list li {
  display: flex;
  align-items: baseline;
  gap: var(--space-2);
  font-size: var(--text-sm);
  line-height: var(--leading-body);
  color: var(--color-contrast-ink);
}

.page-home .home-stable__tag {
  flex: 0 0 auto;
  padding: 2px 10px;
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  color: var(--color-contrast-surface);
  background: var(--color-contrast-accent);
  border-radius: var(--radius-pill);
}

.page-home .home-stable__cta {
  margin-top: var(--space-4);
}

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

.page-home .home-stable__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: var(--border-thick) solid var(--color-contrast-line);
  object-fit: cover;
  filter: saturate(0.55) brightness(0.82);
}

.page-home .home-stable .media-figure__cap {
  color: var(--color-contrast-ink);
  opacity: 0.72;
}

/* ---------- 更新节奏 ---------- */
.page-home .home-rhythm {
  background: var(--color-surface-alt);
}

.page-home .home-rhythm__head {
  max-width: var(--measure);
  margin-bottom: var(--space-6);
}

.page-home .home-rhythm__title {
  margin: var(--space-2) 0 0;
  font-family: var(--font-heading);
  font-weight: var(--weight-heading);
  font-size: var(--text-3xl);
  line-height: var(--leading-heading);
  letter-spacing: var(--tracking-heading);
  color: var(--color-ink);
}

.page-home .home-rhythm__grid {
  display: grid;
  gap: var(--space-6);
}

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

.page-home .home-rhythm__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  border: var(--border-thick) solid var(--color-line);
  object-fit: cover;
  filter: saturate(0.6) contrast(1.05);
}

.page-home .home-rhythm__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  border-top: var(--border-thick) solid var(--color-line);
}

.page-home .home-rhythm__step {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: var(--space-3);
  padding: var(--space-3) 0;
  border-bottom: var(--border-thin) solid var(--color-line);
}

.page-home .home-rhythm__time {
  font-family: var(--font-mono);
  font-size: var(--text-xl);
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-primary);
}

.page-home .home-rhythm__step strong {
  display: block;
  font-family: var(--font-heading);
  font-weight: 650;
  font-size: var(--text-base);
  line-height: var(--leading-heading);
  color: var(--color-ink);
}

.page-home .home-rhythm__step p {
  margin: 6px 0 0;
  font-size: var(--text-sm);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

.page-home .home-rhythm__contact {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  align-items: flex-start;
  margin-top: var(--space-6);
  padding: var(--space-4);
  background: var(--color-surface);
  border-left: var(--border-thick) solid var(--color-accent);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.page-home .home-rhythm__contact-text {
  margin: 0;
  max-width: 62ch;
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

/* ---------- 出口 ---------- */
.page-home .home-exits {
  background: var(--color-surface);
}

.page-home .home-exits__head {
  max-width: var(--measure);
  margin-bottom: var(--space-6);
}

.page-home .home-exits__title {
  margin: var(--space-2) 0 0;
  font-family: var(--font-heading);
  font-weight: var(--weight-heading);
  font-size: var(--text-3xl);
  line-height: var(--leading-heading);
  letter-spacing: var(--tracking-heading);
  color: var(--color-ink);
}

.page-home .home-exits__grid {
  display: grid;
  gap: var(--space-3);
}

.page-home .home-exit {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
}

.page-home .home-exit--a {
  background: var(--color-primary);
  color: var(--color-primary-ink);
}

.page-home .home-exit--b {
  background: var(--color-accent);
  color: var(--color-accent-ink);
}

.page-home .home-exit--c {
  background: var(--color-contrast-surface);
  color: var(--color-contrast-ink);
}

.page-home .home-exit__kicker {
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.78;
}

.page-home .home-exit__title {
  font-family: var(--font-heading);
  font-weight: var(--weight-heading);
  font-size: var(--text-xl);
  line-height: var(--leading-heading);
}

.page-home .home-exit__go {
  margin-top: auto;
  font-size: var(--text-sm);
  font-weight: 650;
  letter-spacing: 0.02em;
}

.page-home .home-exit:hover,
.page-home .home-exit:focus-visible {
  transform: translateY(-4px);
}

.page-home .home-exit--a:hover,
.page-home .home-exit--a:focus-visible {
  background: var(--color-primary-soft);
  color: var(--color-ink);
}

.page-home .home-exit--b:hover,
.page-home .home-exit--b:focus-visible {
  background: var(--color-highlight);
  color: var(--color-ink);
}

.page-home .home-exit--c:hover,
.page-home .home-exit--c:focus-visible {
  background: var(--color-surface-deep);
  color: var(--color-ink);
}

.page-home .home-exits__foot {
  margin: var(--space-4) 0 0;
  font-size: var(--text-sm);
  line-height: var(--leading-body);
  color: var(--color-ink-soft);
}

/* ---------- 焦点可见 ---------- */
.page-home a:focus-visible,
.page-home .home-band__cell:focus-within {
  outline: var(--border-thick) solid var(--color-focus);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

/* ---------- 响应式 ---------- */
@media (min-width: 768px) {
  .page-home .home-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: var(--space-6);
  }

  .page-home .home-hero__visual {
    margin-left: calc(var(--space-4) * -1);
    margin-bottom: calc(var(--space-6) * -1);
  }

  .page-home .home-glance {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-4);
  }

  .page-home .home-glance__item:nth-child(2) {
    transform: translateY(14px);
  }

  .page-home .home-lanes__grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: var(--space-3);
  }

  .page-home .home-lane--schedule {
    grid-column: 1 / 5;
  }

  .page-home .home-lane--lineup {
    grid-column: 5 / 10;
    margin-top: var(--space-8);
  }

  .page-home .home-lane--review {
    grid-column: 2 / 8;
    margin-top: var(--space-4);
  }

  .page-home .home-stable__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: var(--space-6);
  }

  .page-home .home-rhythm__grid {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: var(--space-6);
    align-items: start;
  }

  .page-home .home-rhythm__contact {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-6);
  }

  .page-home .home-exits__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-4);
  }

  .page-home .home-exit--a {
    transform: translateY(-12px);
  }

  .page-home .home-exit--a:hover,
  .page-home .home-exit--a:focus-visible {
    transform: translateY(-16px);
  }

  .page-home .home-exit--c {
    transform: translateY(12px);
  }

  .page-home .home-exit--c:hover,
  .page-home .home-exit--c:focus-visible {
    transform: translateY(8px);
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero {
    padding-top: calc(var(--section-y-lg) + var(--space-6));
    padding-bottom: var(--space-8);
  }

  .page-home .home-band__rail-wrap {
    margin-inline: 0;
    padding-inline: 0;
  }

  .page-home .home-band__cell {
    flex: 0 0 218px;
  }

  .page-home .home-lane {
    padding: var(--space-6);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
<<<END>>>
