/* ===== 首页 · page-home ===== */

.page-home {
  --home-rail-w: 236px;
  --home-rule: 1px solid var(--c-line);
  position: relative;
  background:
    radial-gradient(1100px 620px at 78% -12%, rgba(31, 122, 77, 0.34), transparent 62%),
    radial-gradient(760px 460px at 2% 3%, rgba(242, 107, 29, 0.10), transparent 58%),
    var(--c-deep);
  color: var(--c-white);
}

.page-home .num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.page-home .section-num {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(2.1rem, 6vw, 3.8rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--c-pitch);
  text-shadow: 0 0 30px rgba(31, 122, 77, 0.55);
}

.page-home .section-head .section-num {
  font-size: clamp(1.35rem, 3.4vw, 1.9rem);
  text-shadow: none;
  letter-spacing: -0.02em;
}

/* ---------- 页面上下文条 ---------- */

.page-home .home-crumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 6px 20px;
  padding: 24px 0 14px;
  border-bottom: var(--home-rule);
}

.page-home .breadcrumb {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--c-mist);
}

.page-home .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  margin: 0 8px;
  color: var(--c-line);
}

.page-home .breadcrumb-item[aria-current="page"] {
  color: var(--c-white);
}

.page-home .home-crumb__note {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--c-mist);
}

/* ---------- 01 主题声明 ---------- */

.page-home .home-hero {
  padding: 30px 0 52px;
}

.page-home .home-hero__grid {
  display: grid;
  gap: 30px;
}

.page-home .home-hero__head {
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

.page-home .home-hero__head::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  margin-bottom: 12px;
  background: var(--c-line);
}

.page-home .home-hero .section-num {
  font-size: clamp(2.4rem, 7vw, 4.2rem);
}

.page-home .home-hero__title {
  margin: 18px 0 18px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 6.4vw, 3.4rem);
  line-height: 1.18;
  letter-spacing: -0.005em;
  color: var(--c-white);
}

.page-home .home-hero__lede {
  margin: 0;
  max-width: 60ch;
  font-size: 16px;
  line-height: 1.8;
  color: var(--c-warm);
}

.page-home .home-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0 28px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: var(--home-rule);
}

.page-home .home-hero__stats .stat {
  flex: 1 1 130px;
  padding: 16px 12px 16px 0;
  border-bottom: var(--home-rule);
}

.page-home .stat__value {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(1.55rem, 4.4vw, 2.05rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--c-yellow);
  font-variant-numeric: tabular-nums;
}

.page-home .stat__label {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--c-mist);
}

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

.page-home .home-hero__figure {
  position: relative;
  margin: 0;
  border: var(--home-rule);
  background: var(--c-night);
  box-shadow: var(--shadow-soft);
}

.page-home .home-hero__figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-home .home-hero__figure figcaption {
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--c-mist);
  border-top: var(--home-rule);
}

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

.page-home .home-section {
  position: relative;
  padding: 54px 0;
  border-top: var(--home-rule);
}

.page-home .section-head {
  margin-bottom: 28px;
}

.page-home .section-head .section-title {
  margin: 12px 0 10px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.5rem, 4.2vw, 2.1rem);
  line-height: 1.3;
  color: var(--c-white);
}

.page-home .section-head .section-note {
  margin: 0;
  max-width: 68ch;
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-mist);
}

/* ---------- 02 城市索引 ---------- */

.page-home .home-city {
  overflow: hidden;
  padding: 54px 0 62px;
}

.page-home .home-city__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.page-home .home-city__bg img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  filter: saturate(0.6);
}

.page-home .home-city__inner {
  position: relative;
  z-index: 1;
}

.page-home .home-city__grid {
  display: grid;
  gap: 26px;
}

.page-home .home-rail {
  border: var(--home-rule);
  background: rgba(18, 58, 50, 0.72);
}

.page-home .home-rail__inner {
  padding: 18px 16px;
}

.page-home .home-rail__label {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--c-orange);
}

.page-home .rail-group {
  margin-bottom: 16px;
}

.page-home .rail-group:last-child {
  margin-bottom: 0;
}

.page-home .rail-group__name {
  margin: 0 0 8px;
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--c-mist);
  border-bottom: var(--home-rule);
}

.page-home .rail-link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0;
  font-size: 14px;
  color: var(--c-warm);
  text-decoration: none;
  border-bottom: 1px dashed rgba(46, 87, 75, 0.55);
  transition: color 0.2s var(--ease), padding-left 0.2s var(--ease);
}

.page-home .rail-link:last-child {
  border-bottom: 0;
}

.page-home .rail-link:hover,
.page-home .rail-link:focus-visible {
  color: var(--c-orange);
  padding-left: 4px;
}

.page-home .rail-link .num {
  font-size: 13px;
  color: var(--c-pitch);
}

.page-home .rail-link:hover .num,
.page-home .rail-link:focus-visible .num {
  color: var(--c-orange);
}

.page-home .home-panels {
  display: grid;
  gap: 22px;
}

.page-home .region-panel {
  padding: 20px 18px;
  border: var(--home-rule);
  background: rgba(11, 43, 38, 0.62);
}

.page-home .region-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  padding-bottom: 12px;
  border-bottom: var(--home-rule);
}

.page-home .region-panel__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--c-white);
}

.page-home .region-panel__meta {
  margin: 0;
  font-size: 13px;
  color: var(--c-mist);
}

.page-home .region-panel__meta .num {
  font-weight: 700;
  color: var(--c-yellow);
}

.page-home .city-tiles {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 16px 0 0;
  list-style: none;
}

.page-home .city-tile {
  padding: 14px 14px 16px;
  border: 1px solid rgba(46, 87, 75, 0.7);
  background: linear-gradient(180deg, rgba(18, 58, 50, 0.88), rgba(11, 43, 38, 0.88));
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 6px 18px rgba(0, 0, 0, 0.2);
  transition: transform 0.32s var(--ease), border-color 0.32s var(--ease);
}

.page-home .city-tile:hover {
  transform: translateY(-3px);
  border-color: var(--c-pitch);
}

.page-home .city-tile__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--c-white);
}

.page-home .city-tile__count {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--c-mist);
}

.page-home .city-tile__count .num {
  margin-right: 4px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--c-orange);
}

.page-home .city-tile__desc {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.72;
  color: rgba(159, 184, 174, 0.88);
}

/* ---------- 03 球队逐场资料 ---------- */

.page-home .home-teams {
  overflow: hidden;
}

.page-home .home-teams__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.page-home .home-teams__bg img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.07;
}

.page-home .home-teams__inner {
  position: relative;
  z-index: 1;
}

.page-home .filter-bar {
  display: grid;
  gap: 12px;
  padding: 16px 16px 14px;
  border: var(--home-rule);
  background: rgba(18, 58, 50, 0.55);
}

.page-home .filter-bar__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.page-home .filter-bar__key {
  min-width: 42px;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--c-mist);
}

.page-home .filter-chip {
  appearance: none;
  padding: 6px 12px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--c-warm);
  background: transparent;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  cursor: pointer;
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.page-home .filter-chip:hover {
  border-color: var(--c-pitch);
  color: var(--c-white);
}

.page-home .filter-chip[aria-pressed="true"] {
  background: var(--c-orange);
  border-color: var(--c-orange);
  color: var(--c-deep);
  font-weight: 500;
}

.page-home .filter-count {
  margin: 0;
  font-size: 13px;
  color: var(--c-mist);
}

.page-home .team-tiles {
  display: grid;
  gap: 16px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.page-home .team-tile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 16px;
  border: var(--home-rule);
  background: linear-gradient(170deg, rgba(18, 58, 50, 0.92), rgba(11, 43, 38, 0.92));
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35), 0 10px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.32s var(--ease), border-color 0.32s var(--ease), box-shadow 0.32s var(--ease);
}

.page-home .team-tile:hover {
  transform: translateY(-4px);
  border-color: var(--c-pitch);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35), 0 16px 32px rgba(0, 0, 0, 0.3);
}

.page-home .team-tile__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.page-home .team-tile__name {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--c-white);
}

.page-home .team-tile__season {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--c-mist);
}

.page-home .team-tile__season .num {
  font-weight: 700;
  color: var(--c-pitch);
}

.page-home .team-tile__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: var(--c-line);
  border: 1px solid var(--c-line);
}

.page-home .team-tile__stat {
  padding: 10px 12px;
  background: rgba(11, 43, 38, 0.96);
}

.page-home .team-tile__stat dt {
  font-size: 12px;
  color: var(--c-mist);
}

.page-home .team-tile__stat dd {
  margin: 4px 0 0;
  font-family: var(--font-mono);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--c-yellow);
  font-variant-numeric: tabular-nums;
}

.page-home .accordion {
  margin-top: 26px;
  border: var(--home-rule);
}

.page-home .accordion-item + .accordion-item {
  border-top: var(--home-rule);
}

.page-home .accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 15px 16px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: var(--c-white);
  background: rgba(18, 58, 50, 0.5);
  border: 0;
  cursor: pointer;
  transition: background-color 0.2s var(--ease);
}

.page-home .accordion-trigger:hover {
  background: rgba(31, 122, 77, 0.22);
}

.page-home .accordion-trigger__sign {
  color: var(--c-orange);
  font-size: 16px;
  line-height: 1;
  transition: transform 0.25s var(--ease);
}

.page-home .accordion-trigger[aria-expanded="true"] .accordion-trigger__sign {
  transform: rotate(45deg);
}

.page-home .accordion-panel {
  display: none;
  padding: 16px 16px 20px;
  background: rgba(11, 43, 38, 0.82);
}

.page-home .accordion-trigger[aria-expanded="true"] + .accordion-panel {
  display: block;
}

.page-home .accordion-panel p {
  margin: 0;
  font-size: 14px;
  line-height: 1.82;
  color: var(--c-warm);
}

.page-home .field-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.page-home .field-list__item {
  margin: 0;
  padding-left: 12px;
  border-left: 2px solid var(--c-pitch);
}

.page-home .field-list__item dt {
  font-size: 14px;
  font-weight: 600;
  color: var(--c-white);
}

.page-home .field-list__item dd {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.72;
  color: var(--c-mist);
}

/* ---------- 04 专题快览 ---------- */

.page-home .home-topics__grid {
  display: grid;
  gap: 20px;
}

.page-home .topic-panel {
  display: flex;
  flex-direction: column;
  border: var(--home-rule);
  background: rgba(18, 58, 50, 0.5);
  overflow: hidden;
}

.page-home .topic-panel__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 0.82;
}

.page-home .topic-panel__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 18px 22px;
}

.page-home .topic-panel__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c-white);
}

.page-home .topic-panel__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.82;
  color: var(--c-mist);
}

.page-home .topic-panel .btn {
  margin-top: auto;
}

/* ---------- 05 维护节奏 ---------- */

.page-home .home-upkeep__grid {
  display: grid;
  gap: 1px;
  background: var(--c-line);
  border: var(--home-rule);
}

.page-home .upkeep-card {
  padding: 20px 18px;
  background: rgba(11, 43, 38, 0.94);
}

.page-home .upkeep-card__value {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--c-yellow);
  font-variant-numeric: tabular-nums;
}

.page-home .upkeep-card__label {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--c-mist);
}

.page-home .season-strip {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 20px 16px;
  list-style: none;
  border: var(--home-rule);
  background: rgba(18, 58, 50, 0.45);
}

.page-home .season-strip__item {
  position: relative;
  padding-left: 18px;
  border-left: 1px solid var(--c-line);
}

.page-home .season-strip__item::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-pitch);
  box-shadow: 0 0 0 3px rgba(31, 122, 77, 0.18);
}

.page-home .season-strip__year {
  display: block;
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 700;
  color: var(--c-white);
  font-variant-numeric: tabular-nums;
}

.page-home .season-strip__desc {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.65;
  color: var(--c-mist);
}

.page-home .upkeep-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(242, 107, 29, 0.45);
  background: linear-gradient(90deg, rgba(242, 107, 29, 0.12), rgba(242, 107, 29, 0));
}

.page-home .upkeep-note p {
  flex: 1 1 320px;
  margin: 0;
  font-size: 14px;
  line-height: 1.82;
  color: var(--c-warm);
}

/* ---------- 页末行动 ---------- */

.page-home .home-cta {
  padding: 0 0 64px;
}

.page-home .home-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 20px;
  border: var(--home-rule);
  background:
    radial-gradient(600px 240px at 10% 0%, rgba(31, 122, 77, 0.35), transparent 70%),
    rgba(18, 58, 50, 0.7);
}

.page-home .home-cta__text {
  flex: 1 1 340px;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-warm);
}

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

/* ---------- 平板 ---------- */

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

  .page-home .team-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .field-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
  }
}

/* ---------- 桌面 ---------- */

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

  .page-home .home-hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 52px;
    align-items: end;
  }

  .page-home .home-hero__lede {
    font-size: 17px;
  }

  .page-home .home-city__grid {
    grid-template-columns: var(--home-rail-w) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
  }

  .page-home .home-rail__inner {
    position: sticky;
    top: 32px;
  }

  .page-home .home-topics__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 24px;
  }

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

  .page-home .season-strip {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
    padding: 24px 6px 22px;
  }

  .page-home .season-strip__item {
    padding: 20px 10px 0;
    border-left: 0;
    border-top: 1px solid var(--c-line);
  }

  .page-home .season-strip__item::before {
    left: 10px;
    top: -4px;
  }
}

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

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

  .page-home .city-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------- 动效偏好 ---------- */

@media (prefers-reduced-motion: reduce) {
  .page-home .city-tile,
  .page-home .team-tile,
  .page-home .rail-link,
  .page-home .accordion-trigger__sign {
    transition: none;
  }

  .page-home .city-tile:hover,
  .page-home .team-tile:hover {
    transform: none;
  }
}
<<<END>>>
