/* ================= 首页专属样式 · 作用域 .page-home ================= */

.page-home {
  background: var(--cream);
  color: var(--stone);
}

/* ---------- 骨架：左刻度栏 + 右内容 ---------- */

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

@media (min-width: 1024px) {
  .page-home .home-grid {
    grid-template-columns: 128px minmax(0, 1fr);
    column-gap: clamp(26px, 3.2vw, 54px);
  }
}

.page-home .home-rail {
  display: none;
}

@media (min-width: 1024px) {
  .page-home .home-rail {
    display: block;
    align-self: start;
    position: sticky;
    top: calc(var(--header-offset) + 30px);
    padding-top: clamp(26px, 3vw, 42px);
  }
}

.page-home .rail-nav {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--hair-strong);
}

.page-home .rail-nav a {
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding: 9px 0 9px 11px;
  margin-left: -1px;
  border-left: 2px solid transparent;
  color: var(--grid);
  font-size: 12.5px;
  line-height: 1.4;
  text-decoration: none;
  transition: color .18s var(--ease), border-color .18s var(--ease);
}

.page-home .rail-nav a:hover {
  color: var(--night);
}

.page-home .rail-nav a[aria-current="true"] {
  color: var(--orange);
  border-left-color: var(--orange);
}

.page-home .rail-nav__no {
  font-size: 10.5px;
  letter-spacing: .04em;
  opacity: .78;
}

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

.page-home .hero {
  padding: clamp(18px, 2.6vw, 36px) 0 clamp(34px, 4.8vw, 68px);
}

.page-home .hero__eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 5px 12px 5px 10px;
  font-size: 12px;
  letter-spacing: .05em;
  color: var(--green-deep);
  background: rgba(143, 201, 180, .24);
  border-left: 2px solid var(--green);
}

.page-home .hero__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(2rem, 5.6vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: -.02em;
  color: var(--night);
}

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

.page-home .hero__grid {
  display: grid;
  gap: clamp(22px, 3vw, 36px);
  margin-top: clamp(24px, 3.2vw, 42px);
}

@media (min-width: 900px) {
  .page-home .hero__grid {
    grid-template-columns: minmax(0, 4.4fr) minmax(0, 7.6fr);
    align-items: end;
  }
}

.page-home .hero__lede {
  margin: 0 0 22px;
  max-width: 33em;
  font-size: 1.02rem;
  line-height: 1.78;
}

.page-home .hero__figure {
  position: relative;
  margin: 0;
}

.page-home .hero-frame {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
}

.page-home .conclusion {
  position: relative;
  padding: 16px 18px 18px;
  background: var(--night);
  border: 1px solid var(--hair-dark);
  border-left: 3px solid var(--orange);
  color: var(--on-dark-strong);
}

@media (min-width: 680px) {
  .page-home .conclusion {
    position: absolute;
    right: 0;
    bottom: clamp(14px, 2.6vw, 34px);
    width: min(332px, 64%);
    background: rgba(15, 26, 51, .93);
  }
}

.page-home .conclusion__label {
  margin: 0 0 6px;
  font-size: 11.5px;
  letter-spacing: .05em;
  color: var(--orange-soft);
}

.page-home .conclusion__value {
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(2.2rem, 4.6vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--orange);
}

.page-home .conclusion__text {
  margin: 8px 0 10px;
  font-size: .92rem;
  line-height: 1.62;
  color: var(--on-dark);
}

.page-home .conclusion__src {
  margin: 0;
  padding-top: 9px;
  border-top: 1px solid var(--hair-dark);
  color: var(--grid);
  font-size: 11.5px;
  line-height: 1.5;
}

/* ---------- 分区通用 ---------- */

.page-home .hsec {
  padding: clamp(38px, 5.4vw, 74px) 0;
  border-top: 1px solid var(--hair);
}

.page-home .section-head {
  margin-bottom: clamp(20px, 2.8vw, 36px);
}

.page-home .section-head__title {
  margin: 0 0 10px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.34rem, 3.1vw, 2.05rem);
  line-height: 1.18;
  letter-spacing: -.015em;
  color: var(--night);
}

.page-home .section-head__note {
  margin: 0;
  max-width: 46em;
  font-size: .95rem;
  line-height: 1.72;
  color: rgba(57, 64, 79, .8);
}

/* ---------- 赛季刻度 ---------- */

.page-home .season-tabs {
  margin-top: clamp(16px, 2.2vw, 26px);
}

.page-home .tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.page-home .tabs__btn {
  appearance: none;
  padding: 9px 16px;
  border: 1px solid var(--hair-strong);
  background: transparent;
  color: var(--stone);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  transition: background-color .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease);
}

.page-home .tabs__btn:hover {
  border-color: var(--night-3);
}

.page-home .tabs__btn[aria-selected="true"] {
  background: var(--night);
  border-color: var(--night);
  color: var(--on-dark-strong);
}

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

.page-home .scale-row {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) minmax(0, 17em);
  align-items: center;
  gap: 12px 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--hair);
}

.page-home .scale-row__year {
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--night);
}

.page-home .scale-track {
  display: block;
  height: 5px;
  background: rgba(135, 146, 168, .22);
  overflow: hidden;
}

.page-home .scale-fill {
  display: block;
  height: 100%;
  background: var(--green);
}

.page-home .scale-fill--partial {
  background: linear-gradient(90deg, var(--orange), var(--orange-soft));
}

.page-home .scale-row__note {
  text-align: right;
  color: rgba(57, 64, 79, .74);
}

@media (max-width: 700px) {
  .page-home .scale-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .page-home .scale-row__note {
    text-align: left;
  }
}

/* ---------- 四条观察主线 ---------- */

.page-home .lines-grid {
  display: grid;
  gap: clamp(20px, 3vw, 40px);
}

@media (min-width: 820px) {
  .page-home .lines-grid {
    grid-template-columns: minmax(0, 3fr) minmax(0, 8.4fr);
    column-gap: clamp(22px, 3vw, 46px);
    align-items: start;
  }
}

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

.page-home .lines-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
}

@media (max-width: 819px) {
  .page-home .lines-figure img {
    aspect-ratio: 16 / 7;
  }
}

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

.page-home .line-item {
  position: relative;
  padding: 22px 0 24px;
}

.page-home .line-item:first-child {
  padding-top: 4px;
}

.page-home .line-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--orange) 0 22%, var(--green) 22% 55%, var(--grid) 55% 100%);
  opacity: .32;
}

.page-home .line-item__no {
  display: block;
  margin-bottom: 6px;
  font-size: 11.5px;
  letter-spacing: .08em;
  color: var(--orange);
}

.page-home .line-item__title {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.06rem, 2vw, 1.34rem);
  line-height: 1.26;
  color: var(--night);
}

.page-home .line-item__desc {
  margin: 0 0 8px;
  max-width: 40em;
  font-size: .95rem;
  line-height: 1.7;
}

.page-home .line-item__for {
  margin: 0 0 12px;
  color: rgba(57, 64, 79, .72);
}

.page-home .line-item__link {
  display: inline-block;
  padding-bottom: 1px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--green-deep);
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 99, 80, .32);
  transition: color .18s var(--ease), border-color .18s var(--ease);
}

.page-home .line-item__link:hover {
  color: var(--orange);
  border-color: var(--orange);
}

/* ---------- 薪资结构进度 ---------- */

.page-home .salary-wrap {
  display: grid;
  gap: clamp(18px, 2.6vw, 32px);
}

@media (min-width: 860px) {
  .page-home .salary-wrap {
    grid-template-columns: minmax(0, 3.6fr) minmax(0, 8.4fr);
    align-items: start;
  }
}

.page-home .salary-stat {
  padding: clamp(22px, 3vw, 30px);
  background: var(--night);
  border-left: 3px solid var(--orange);
  color: var(--on-dark-strong);
}

.page-home .salary-stat__num {
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(2.5rem, 5.6vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--orange);
}

.page-home .salary-stat__num span {
  margin-left: 2px;
  font-size: .42em;
  color: var(--grid);
}

.page-home .salary-stat__label {
  margin: 10px 0 16px;
  font-size: .92rem;
  color: var(--on-dark);
}

.page-home .salary-bar {
  height: 6px;
  background: rgba(135, 146, 168, .26);
  overflow: hidden;
}

.page-home .salary-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--orange), var(--orange-soft));
}

.page-home .salary-stat__note {
  margin: 12px 0 0;
  color: var(--grid);
}

.page-home .salary-groups {
  border-top: 1px solid var(--hair);
}

.page-home .salary-group {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--hair);
}

.page-home .salary-group__name {
  font-size: .95rem;
  color: var(--stone);
}

.page-home .salary-group__range {
  font-size: .95rem;
  font-weight: 600;
  color: var(--night);
}

.page-home .salary-body__text {
  margin: 16px 0 0;
  font-size: .95rem;
  line-height: 1.72;
}

/* ---------- 档案规模 ---------- */

.page-home .scale-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  background: var(--hair);
  border: 1px solid var(--hair);
}

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

  .page-home .scale-figure {
    grid-column: span 4;
    grid-row: span 2;
  }

  .page-home .stat-cell {
    grid-column: span 4;
  }
}

.page-home .scale-figure {
  margin: 0;
  background: var(--night-2);
}

.page-home .scale-figure img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

@media (min-width: 900px) {
  .page-home .scale-figure img {
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
  }
}

.page-home .stat-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: clamp(18px, 2.4vw, 26px);
  background: var(--cream);
}

.page-home .stat-cell__num {
  font-family: var(--font-mono);
  font-size: clamp(1.75rem, 3.4vw, 2.35rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--night);
}

.page-home .stat-cell__unit {
  font-size: .86rem;
  color: var(--stone);
}

.page-home .stat-cell__note {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--hair);
  color: rgba(57, 64, 79, .68);
}

.page-home .scale-foot {
  margin: clamp(18px, 2.4vw, 26px) 0 0;
  max-width: 62em;
  font-size: .94rem;
  line-height: 1.78;
}

/* ---------- 最新观察条目 ---------- */

.page-home .entry-list {
  border-top: 1px solid var(--hair-strong);
}

.page-home .entry-row {
  border-bottom: 1px solid var(--hair);
}

.page-home .entry-row__summary {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 16px 0;
  border: 0;
  background: transparent;
  text-align: left;
  font: inherit;
  cursor: pointer;
  color: var(--stone);
  transition: color .18s var(--ease);
}

.page-home .entry-row__summary:hover {
  color: var(--night);
}

.page-home .entry-row__round {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--orange);
}

.page-home .entry-row__title {
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--night);
}

.page-home .entry-row__caret {
  position: relative;
  justify-self: end;
  width: 12px;
  height: 12px;
}

.page-home .entry-row__caret::before,
.page-home .entry-row__caret::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 1.5px;
  background: var(--grid);
  transition: transform .18s var(--ease);
}

.page-home .entry-row__caret::after {
  transform: rotate(90deg);
}

.page-home .entry-row__summary[aria-expanded="true"] .entry-row__caret::after {
  transform: rotate(0deg);
}

.page-home .entry-row__body {
  padding: 0 0 18px 70px;
  font-size: .93rem;
  line-height: 1.72;
  color: var(--stone);
}

.page-home .entry-row__body p {
  margin: 0;
}

.page-home .entry-row__code {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 9px;
  font-size: 11.5px;
  letter-spacing: .04em;
  color: var(--grid);
  background: rgba(135, 146, 168, .12);
  border: 1px solid var(--hair);
}

@media (max-width: 600px) {
  .page-home .entry-row__summary {
    grid-template-columns: 48px minmax(0, 1fr) 18px;
    gap: 10px;
  }

  .page-home .entry-row__body {
    padding-left: 58px;
  }
}

/* ---------- 三个入口 ---------- */

.page-home .start-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  background: var(--hair);
  border: 1px solid var(--hair);
}

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

.page-home .start-card {
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 30px);
  background: var(--cream);
}

.page-home .start-card__no {
  font-size: 11.5px;
  letter-spacing: .08em;
  color: var(--orange);
}

.page-home .start-card__title {
  margin: 12px 0 10px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.3;
  color: var(--night);
}

.page-home .start-card__desc {
  margin: 0 0 22px;
  font-size: .93rem;
  line-height: 1.72;
}

.page-home .start-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.page-home .start-note {
  margin: clamp(16px, 2.4vw, 24px) 0 0;
  font-size: .9rem;
  color: rgba(57, 64, 79, .78);
}

.page-home .start-note a {
  color: var(--green-deep);
  font-weight: 600;
}

/* ---------- 收尾横幅 ---------- */

.page-home .closing {
  position: relative;
  margin: clamp(34px, 5vw, 70px) 0 0;
  overflow: hidden;
}

.page-home .closing img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 3;
  object-fit: cover;
}

@media (max-width: 700px) {
  .page-home .closing img {
    aspect-ratio: 4 / 3;
  }
}

.page-home .closing__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(20px, 3.6vw, 44px);
  background: linear-gradient(180deg, rgba(15, 26, 51, 0) 0%, rgba(15, 26, 51, .92) 74%);
}

.page-home .closing__title {
  margin: 0 0 16px;
  max-width: 26em;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.12rem, 2.5vw, 1.76rem);
  line-height: 1.24;
  color: var(--on-dark-strong);
}

/* ---------- 动效降级 ---------- */

@media (prefers-reduced-motion: reduce) {
  .page-home * {
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
  }
}
<<<END>>>
