/* ================= page-home ================= */

.page-home {
  --hero-pad-y: clamp(24px, 5vw, 52px);
  --edge-organic: 46px 46px 46px 12px;
}

.page-home h2 {
  margin: 0;
  font-size: clamp(26px, 5.2vw, 40px);
  line-height: 1.22;
  letter-spacing: -0.012em;
  font-weight: 700;
  color: var(--ink);
}

.page-home h3 {
  margin: 0;
  font-size: clamp(19px, 3.4vw, 23px);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.008em;
}

.page-home .lede {
  margin: 14px 0 0;
  max-width: 40em;
  font-size: clamp(16px, 2.5vw, 17px);
  line-height: 1.85;
  color: var(--ink);
  opacity: .82;
}

.page-home .mono {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
}

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

.page-home .hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  padding: var(--hero-pad-y) 0 clamp(48px, 9vw, 96px);
}

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

.page-home .hero__shape--kiwi {
  position: absolute;
  top: -26%;
  right: -30%;
  width: 84%;
  height: 152%;
  background: linear-gradient(150deg, var(--kiwi) 0%, #74a82c 100%);
  transform: rotate(-15deg);
  border-radius: var(--edge-organic);
  opacity: .9;
}

.page-home .hero__shape--cobalt {
  position: absolute;
  left: -22%;
  bottom: -34%;
  width: 58%;
  height: 68%;
  background: var(--cobalt);
  transform: rotate(11deg);
  border-radius: var(--edge-organic);
  opacity: .5;
}

.page-home .hero__track {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.page-home .hero__track path {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 1.2;
  opacity: .3;
}

.page-home .hero__wrap {
  position: relative;
  z-index: 2;
}

.page-home .hero__crumbs {
  margin-bottom: clamp(18px, 3.5vw, 32px);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, .55);
}

.page-home .hero__grid {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
}

.page-home .hero .eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
}

.page-home .hero h1 {
  margin: 0;
  font-size: clamp(36px, 9.4vw, 78px);
  line-height: 1.04;
  letter-spacing: -0.028em;
  font-weight: 900;
  color: var(--paper-2);
}

.page-home .hero .lede {
  margin-top: 18px;
  color: rgba(244, 239, 228, .84);
  opacity: 1;
}

.page-home .hero__stat {
  margin-top: clamp(24px, 5vw, 38px);
  display: grid;
  gap: 6px;
  padding: clamp(18px, 4vw, 28px) clamp(20px, 4vw, 32px);
  background: var(--ink-2);
  border: 1px solid rgba(41, 224, 192, .38);
  border-radius: var(--r-organic);
  box-shadow: inset 0 0 0 1px rgba(41, 224, 192, .07), 0 18px 44px rgba(0, 0, 0, .32);
  max-width: 560px;
}

.page-home .hero__stat-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  color: rgba(244, 239, 228, .68);
}

.page-home .hero__stat-value {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.page-home .hero__stat-num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(56px, 17.5vw, 108px);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -0.035em;
  color: var(--cyan);
  text-shadow: 0 0 30px rgba(41, 224, 192, .34);
}

.page-home .hero__stat-unit {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 700;
  color: rgba(41, 224, 192, .82);
}

.page-home .hero__stat-note {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(244, 239, 228, .58);
}

.page-home .hero__actions {
  margin-top: clamp(22px, 4vw, 32px);
}

.page-home .hero__load {
  margin: 18px 0 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 12.5px;
  letter-spacing: .06em;
  color: rgba(244, 239, 228, .55);
}

.page-home .hero__media {
  margin: 0;
  border-radius: var(--r-m);
  overflow: hidden;
  border: 1px solid rgba(244, 239, 228, .16);
}

.page-home .hero__media .media__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.page-home .hero__media .media__cap {
  font-size: 12px;
  letter-spacing: .04em;
  color: rgba(244, 239, 228, .6);
  background: rgba(19, 22, 25, .72);
}

/* ---------- 本季变化速览 ---------- */

.page-home .home-shift {
  background: var(--paper);
}

.page-home .home-shift__head {
  max-width: 44em;
}

.page-home .home-shift__list {
  list-style: none;
  margin: clamp(30px, 5vw, 48px) 0 0;
  padding: 0;
  display: grid;
  gap: clamp(24px, 4vw, 34px);
}

.page-home .home-shift__item {
  padding-top: 18px;
  border-top: 3px solid var(--kiwi);
}

.page-home .home-shift__item:nth-child(2) {
  border-top-color: var(--cobalt);
}

.page-home .home-shift__item:nth-child(3) {
  border-top-color: var(--brown);
}

.page-home .home-shift__idx {
  display: block;
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--brown);
  margin-bottom: 10px;
}

.page-home .home-shift__item h3 {
  color: var(--ink);
}

.page-home .home-shift__item p {
  margin: 10px 0 0;
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(19, 22, 25, .76);
}

/* ---------- 四大内容模块 ---------- */

.page-home .home-modules {
  background: var(--paper);
  padding-top: 0;
}

.page-home .home-modules__head {
  max-width: 42em;
  margin-bottom: clamp(26px, 5vw, 42px);
}

.page-home .home-modules__grid {
  display: grid;
  gap: 16px;
}

.page-home .home-module {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(22px, 4vw, 32px);
  background: var(--paper-2);
  border: 1px solid var(--fog);
  border-radius: var(--r-m);
  color: var(--ink);
  text-decoration: none;
  transition: transform .38s var(--ease), border-color .38s var(--ease), box-shadow .38s var(--ease);
}

.page-home .home-module__kicker {
  font-size: 11.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brown);
}

.page-home .home-module__title {
  color: var(--ink);
}

.page-home .home-module__text {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.85;
  color: rgba(19, 22, 25, .74);
}

.page-home .home-module__more {
  margin-top: auto;
  padding-top: 12px;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--cobalt);
}

.page-home .home-module__media {
  margin: calc(clamp(22px, 4vw, 32px) * -1) calc(clamp(22px, 4vw, 32px) * -1) 6px;
  overflow: hidden;
}

.page-home .home-module__media .media__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.page-home .home-module__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.page-home .home-module--dark {
  background: var(--ink-2);
  border-color: rgba(41, 224, 192, .3);
  color: var(--paper);
}

.page-home .home-module--dark .home-module__kicker {
  color: var(--cyan);
}

.page-home .home-module--dark .home-module__title {
  color: var(--paper-2);
}

.page-home .home-module--dark .home-module__text {
  color: rgba(244, 239, 228, .74);
}

.page-home .home-module--dark .home-module__more {
  color: var(--cyan);
}

@media (hover: hover) {
  .page-home .home-module:hover {
    transform: translateY(-5px);
    border-color: var(--kiwi);
    box-shadow: 0 16px 36px rgba(19, 22, 25, .1);
  }

  .page-home .home-module--dark:hover {
    border-color: var(--cyan);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .34);
  }
}

/* ---------- 横向主题带：上轮看点 ---------- */

.page-home .home-lastround {
  background: var(--ink-2);
  color: var(--paper);
  padding: clamp(46px, 8vw, 86px) 0 clamp(38px, 6vw, 62px);
  overflow: hidden;
}

.page-home .home-lastround__head {
  max-width: 42em;
}

.page-home .home-lastround h2 {
  color: var(--paper-2);
}

.page-home .home-lastround .lede {
  color: rgba(244, 239, 228, .74);
  opacity: 1;
}

.page-home .home-lastround .eyebrow {
  color: var(--cyan);
}

.page-home .home-track {
  list-style: none;
  margin: clamp(26px, 5vw, 42px) 0 0;
  padding: 4px var(--gutter) 18px;
  display: flex;
  gap: clamp(14px, 2.6vw, 22px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(41, 224, 192, .5) transparent;
}

.page-home .home-track__card {
  flex: 0 0 min(82vw, 340px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: var(--paper-2);
  color: var(--ink);
  border: 1px solid rgba(244, 239, 228, .14);
  border-radius: var(--r-m);
  overflow: hidden;
}

.page-home .home-track__card--flag {
  border-color: rgba(194, 74, 50, .45);
}

.page-home .home-track__media {
  margin: 0;
  overflow: hidden;
}

.page-home .home-track__media .media__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.page-home .home-track__body {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: clamp(20px, 3.4vw, 26px);
  flex: 1;
}

.page-home .home-track__tag {
  align-self: flex-start;
  padding: 4px 11px;
  border-radius: var(--r-pill);
  background: rgba(27, 79, 143, .1);
  color: var(--cobalt);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.page-home .home-track__tag--flag {
  background: rgba(227, 166, 43, .18);
  color: #8a610f;
}

.page-home .home-track__tag--red {
  background: rgba(194, 74, 50, .14);
  color: var(--flag-r);
}

.page-home .home-track__body h3 {
  color: var(--ink);
}

.page-home .home-track__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.82;
  color: rgba(19, 22, 25, .74);
}

.page-home .home-track__link {
  margin-top: auto;
  padding-top: 10px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--cobalt);
  text-decoration: none;
  border-bottom: 1px solid rgba(27, 79, 143, .3);
  align-self: flex-start;
}

.page-home .home-track__link:hover {
  border-bottom-color: var(--cobalt);
}

/* ---------- 订阅与节奏 ---------- */

.page-home .home-sub {
  background: var(--paper);
}

.page-home .home-sub__grid {
  display: grid;
  gap: clamp(28px, 5vw, 46px);
}

.page-home .home-sub__intro {
  max-width: 40em;
}

.page-home .home-sub__side {
  margin: 18px 0 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(19, 22, 25, .6);
}

.page-home .home-sub__side a {
  color: var(--cobalt);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(27, 79, 143, .35);
}

.page-home .home-sub__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
  background: var(--fog);
  border-radius: var(--r-m);
  overflow: hidden;
}

.page-home .home-sub__fact {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: clamp(18px, 3.4vw, 24px) clamp(20px, 3.6vw, 28px);
  background: var(--paper-2);
}

.page-home .home-sub__fact-num {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(30px, 7vw, 40px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--kiwi);
}

.page-home .home-sub__fact-text {
  font-size: 14.5px;
  line-height: 1.75;
  color: rgba(19, 22, 25, .78);
}

.page-home .home-sub__actions {
  margin-top: clamp(26px, 4.5vw, 40px);
}

/* ---------- 响应式 ---------- */

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

  .page-home .home-track__card {
    flex-basis: 320px;
  }

  .page-home .home-track__card--wide {
    flex-basis: 420px;
  }
}

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

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

  .page-home .home-shift__item:nth-child(3) {
    transform: translateY(40px);
  }

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

  .page-home .home-sub__fact {
    flex-direction: column;
    gap: 12px;
  }
}

@media (min-width: 900px) {
  .page-home .hero {
    padding-bottom: clamp(64px, 8vw, 104px);
  }

  .page-home .hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    align-items: center;
  }

  .page-home .hero__media .media__img {
    aspect-ratio: 4 / 3;
  }

  .page-home .hero__grid {
    gap: clamp(36px, 4vw, 60px);
  }

  .page-home .home-modules__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
  }

  .page-home .home-module--a {
    grid-column: span 7;
  }

  .page-home .home-module--b {
    grid-column: span 5;
  }

  .page-home .home-module--c {
    grid-column: span 5;
  }

  .page-home .home-module--d {
    grid-column: span 7;
  }

  .page-home .home-sub__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: center;
  }

  .page-home .home-track__card {
    flex-basis: 340px;
  }

  .page-home .home-track__card--wide {
    flex-basis: 480px;
  }
}

@media (min-width: 1100px) {
  .page-home .hero__stat-num {
    font-size: 112px;
  }
}

/* 动效渐进增强 */

@media (prefers-reduced-motion: reduce) {
  .page-home .home-module,
  .page-home .home-shift__item {
    transition: none;
    transform: none;
  }
}
</final>
