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

.page-home {
  --home-gap: clamp(14px, 2.2vw, 26px);
  --home-pad: clamp(38px, 6vw, 92px);
  position: relative;
  overflow-x: clip;
  color: var(--snow);
  font-family: var(--font-body);
  background:
    radial-gradient(130% 60% at 14% 0%, rgba(46, 124, 155, 0.24) 0%, rgba(7, 23, 26, 0) 62%),
    linear-gradient(180deg, var(--ink) 0%, var(--deep) 46%, var(--ink) 100%);
  background-repeat: no-repeat;
}

.page-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(66deg, rgba(143, 208, 223, 0.05) 0, rgba(143, 208, 223, 0.05) 1px, transparent 1px, transparent 28px),
    repeating-linear-gradient(-22deg, rgba(46, 124, 155, 0.06) 0, rgba(46, 124, 155, 0.06) 1px, transparent 1px, transparent 38px);
}

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

.page-home img {
  max-width: 100%;
  height: auto;
}


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

.page-home .home-hero {
  padding-block: clamp(18px, 3vw, 34px) var(--home-pad);
}

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

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

.page-home .home-hero__collage {
  display: grid;
  gap: clamp(24px, 3.8vw, 46px);
}

.page-home .home-hero__leadcol {
  display: grid;
  gap: clamp(16px, 2.4vw, 26px);
  align-content: start;
}

.page-home .home-hero__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(32px, 7.2vw, 74px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--snow);
}

.page-home .home-hero__mark {
  position: relative;
  color: var(--path);
  white-space: nowrap;
}

.page-home .home-hero__mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.06em;
  height: 0.08em;
  background: currentColor;
  opacity: 0.4;
}

.page-home .home-hero__lede {
  margin: 0;
  max-width: 34em;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.85;
  color: rgba(237, 244, 245, 0.78);
}

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

.page-home .home-hero__visual {
  margin: 0;
  overflow: hidden;
  border: var(--rule);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%);
}

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

.page-home .home-hero__cards {
  display: grid;
  gap: var(--home-gap);
  align-content: start;
}


/* ---------- 入口卡片 ---------- */

.page-home .entry-card {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: start;
  padding: clamp(20px, 2.6vw, 30px);
  border: var(--rule);
  background:
    linear-gradient(158deg, rgba(23, 74, 99, 0.58) 0%, rgba(15, 51, 46, 0.94) 62%),
    var(--deep);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  transition: transform 220ms var(--ease), border-color 220ms var(--ease);
}

.page-home .entry-card:hover {
  border-color: rgba(255, 106, 26, 0.55);
}

.page-home .entry-card__media {
  margin: calc(clamp(20px, 2.6vw, 30px) * -1) calc(clamp(20px, 2.6vw, 30px) * -1) 6px;
  overflow: hidden;
}

.page-home .entry-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 5;
  object-fit: cover;
  opacity: 0.82;
  transition: opacity 240ms var(--ease), transform 400ms var(--ease);
}

.page-home .entry-card:hover .entry-card__media img {
  opacity: 0.96;
  transform: scale(1.02);
}

.page-home .entry-card__kicker {
  margin: 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--path);
}

.page-home .entry-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(21px, 2.4vw, 28px);
  line-height: 1.24;
  letter-spacing: -0.01em;
  color: var(--snow);
}

.page-home .entry-card__copy {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(237, 244, 245, 0.74);
}

.page-home .entry-card__mini {
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
  display: grid;
  gap: 8px;
  border-top: var(--rule-soft);
}

.page-home .entry-card__mini li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
  color: var(--frost);
}

.page-home .entry-card__mini .num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 18px;
  font-weight: 700;
  color: var(--path);
}

.page-home .entry-card__link {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--frost);
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(143, 208, 223, 0.42);
  transition: color 200ms var(--ease), border-color 200ms var(--ease), gap 200ms var(--ease);
}

.page-home .entry-card__link::after {
  content: "";
  width: 14px;
  height: 1px;
  background: currentColor;
  transition: width 220ms var(--ease);
}

.page-home .entry-card__link:hover,
.page-home .entry-card__link:focus-visible {
  color: var(--path);
  border-color: var(--path);
  gap: 12px;
}

.page-home .entry-card__link:hover::after,
.page-home .entry-card__link:focus-visible::after {
  width: 24px;
}


/* ---------- 数据脉搏 ---------- */

.page-home .home-pulse {
  padding-block: var(--home-pad);
  border-block: var(--rule);
  background: linear-gradient(118deg, rgba(15, 51, 46, 0.92) 0%, rgba(23, 74, 99, 0.34) 52%, rgba(15, 51, 46, 0.92) 100%);
}

.page-home .home-pulse__inner {
  display: grid;
  gap: clamp(24px, 3.6vw, 46px);
}

.page-home .home-pulse__head,
.page-home .home-index__head,
.page-home .home-paths__head,
.page-home .home-mobile__body,
.page-home .home-why__head {
  display: grid;
  gap: 12px;
  align-content: start;
}

.page-home .home-pulse__head h2,
.page-home .home-index__head h2,
.page-home .home-mobile__body h2,
.page-home .home-why__head h2,
.page-home .home-paths__head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(24px, 3.6vw, 42px);
  line-height: 1.16;
  letter-spacing: -0.015em;
  color: var(--snow);
}

.page-home .home-pulse__frame {
  display: grid;
  gap: clamp(24px, 3.4vw, 44px);
}

.page-home .home-pulse__media {
  margin: 0;
  overflow: hidden;
  border: var(--rule);
  clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 24px);
}

.page-home .home-pulse__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  opacity: 0.78;
}

.page-home .pulse-list {
  margin: 0;
  display: grid;
  gap: 0;
}

.page-home .pulse-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 16px;
  padding-block: clamp(14px, 1.9vw, 22px);
  border-bottom: var(--rule-soft);
}

.page-home .pulse-row:first-child {
  border-top: var(--rule-soft);
}

.page-home .pulse-row dt {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--data);
}

.page-home .pulse-row dd {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
}

.page-home .pulse-row dd .num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  color: var(--path);
}

.page-home .pulse-row dd .unit {
  font-size: 14px;
  font-weight: 500;
  color: var(--frost);
}


/* ---------- 入口分组 ---------- */

.page-home .home-index {
  padding-block: var(--home-pad);
}

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

.page-home .home-index__lede {
  margin: 0;
  max-width: 46em;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(237, 244, 245, 0.72);
}

.page-home .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.page-home .filter-btn {
  font-family: var(--font-body);
  font-size: 14px;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.page-home .home-index__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  border-top: var(--rule-soft);
}

.page-home .entry-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px clamp(12px, 2vw, 24px);
  align-items: start;
  padding-block: clamp(18px, 2.3vw, 26px);
  border-bottom: var(--rule-soft);
  transition: opacity 240ms var(--ease), transform 240ms var(--ease);
}

.page-home .entry-row__no {
  margin: 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: 15px;
  font-weight: 700;
  color: var(--water);
  padding-top: 0.28em;
}

.page-home .entry-row__body {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.page-home .entry-row__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.4;
  color: var(--snow);
}

.page-home .entry-row__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.78;
  color: rgba(237, 244, 245, 0.7);
}

.page-home .entry-row__tag {
  grid-column: 2;
  justify-self: start;
  padding: 3px 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--frost);
  border: 1px solid rgba(143, 208, 223, 0.32);
  background: rgba(23, 74, 99, 0.3);
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}


/* ---------- 小屏版速览 ---------- */

.page-home .home-mobile {
  padding-block: var(--home-pad);
  border-top: var(--rule);
}

.page-home .home-mobile__inner {
  display: grid;
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
}

.page-home .home-mobile__media {
  margin: 0;
  overflow: hidden;
  border: var(--rule);
  background: linear-gradient(180deg, rgba(23, 74, 99, 0.4), rgba(15, 51, 46, 0.7));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}

.page-home .home-mobile__media img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-inline: auto;
  aspect-ratio: 9 / 11;
  object-fit: cover;
  opacity: 0.86;
}

.page-home .home-mobile__lede {
  margin: 0;
  max-width: 36em;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(237, 244, 245, 0.76);
}

.page-home .mobile-points {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-home .mobile-points li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(237, 244, 245, 0.8);
}

.page-home .mobile-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 13px;
  height: 2px;
  background: var(--path);
  transform: skewX(-32deg);
}


/* ---------- 为什么留在这里 ---------- */

.page-home .home-why {
  padding-block: var(--home-pad);
  background: linear-gradient(180deg, rgba(15, 51, 46, 0.55) 0%, rgba(7, 23, 26, 0) 100%);
}

.page-home .home-why__head {
  margin-bottom: clamp(24px, 3.6vw, 48px);
}

.page-home .home-why__lede {
  margin: 0;
  max-width: 44em;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(237, 244, 245, 0.74);
}

.page-home .home-why__lede .num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--path);
}

.page-home .home-why__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.page-home .why-item {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: clamp(20px, 2.5vw, 30px) clamp(16px, 2.2vw, 30px) clamp(22px, 2.6vw, 32px) 0;
  border-top: var(--rule-soft);
}

.page-home .why-item__num {
  margin: 0;
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 700;
  line-height: 1;
  color: var(--path);
  letter-spacing: -0.02em;
}

.page-home .why-item__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(17px, 1.6vw, 19px);
  line-height: 1.4;
  color: var(--snow);
}

.page-home .why-item__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.82;
  color: rgba(237, 244, 245, 0.7);
}

.page-home .home-why__more {
  margin: clamp(24px, 3.4vw, 40px) 0 0;
}

.page-home .home-why__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--frost);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(143, 208, 223, 0.42);
  transition: color 200ms var(--ease), border-color 200ms var(--ease);
}

.page-home .home-why__link::after {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
}

.page-home .home-why__link:hover,
.page-home .home-why__link:focus-visible {
  color: var(--path);
  border-color: var(--path);
}


/* ---------- 三条最快路径 ---------- */

.page-home .home-paths {
  padding-block: var(--home-pad);
  border-top: var(--rule);
}

.page-home .home-paths__head {
  margin-bottom: clamp(24px, 3.6vw, 44px);
}

.page-home .paths-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(14px, 2vw, 24px);
}

.page-home .path-card {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: clamp(22px, 2.8vw, 32px);
  border: var(--rule);
  background: linear-gradient(202deg, rgba(23, 74, 99, 0.42) 0%, rgba(7, 23, 26, 0.72) 100%);
  clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
  transition: border-color 220ms var(--ease), transform 220ms var(--ease);
}

.page-home .path-card:hover {
  border-color: rgba(255, 106, 26, 0.6);
  transform: translateY(-4px);
}

.page-home .path-card__no {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--path);
}

.page-home .path-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.36;
  color: var(--snow);
}

.page-home .path-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.82;
  color: rgba(237, 244, 245, 0.72);
}

.page-home .path-card__link {
  justify-self: start;
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--frost);
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(143, 208, 223, 0.42);
  transition: color 200ms var(--ease), border-color 200ms var(--ease), gap 200ms var(--ease);
}

.page-home .path-card__link::after {
  content: "";
  width: 14px;
  height: 1px;
  background: currentColor;
  transition: width 220ms var(--ease);
}

.page-home .path-card__link:hover,
.page-home .path-card__link:focus-visible {
  color: var(--path);
  border-color: var(--path);
  gap: 12px;
}

.page-home .path-card__link:hover::after,
.page-home .path-card__link:focus-visible::after {
  width: 24px;
}


/* ---------- 底部联络条 ---------- */

.page-home .home-help {
  padding-block: clamp(28px, 4vw, 52px);
  background: linear-gradient(96deg, rgba(23, 74, 99, 0.42) 0%, rgba(15, 51, 46, 0.86) 100%);
  border-top: 2px solid var(--path);
}

.page-home .home-help__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.page-home .home-help__text {
  margin: 0;
  max-width: 44em;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(237, 244, 245, 0.82);
}


/* ---------- 中屏 ---------- */

@media (min-width: 700px) {
  .page-home .home-why__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(24px, 3vw, 44px);
  }

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

  .page-home .entry-row__tag {
    grid-column: 3;
  }
}


/* ---------- 宽屏 ---------- */

@media (min-width: 960px) {
  .page-home .home-hero__collage {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: clamp(30px, 3.6vw, 56px);
    align-items: start;
  }

  .page-home .home-hero__cards {
    padding-top: clamp(20px, 2.6vw, 42px);
  }

  .page-home .entry-card--league {
    margin-top: -32px;
  }

  .page-home .entry-card--query {
    margin-left: clamp(20px, 3vw, 52px);
  }

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

  .page-home .home-mobile__inner {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(36px, 4.6vw, 72px);
  }

  .page-home .home-mobile__media img {
    max-width: 100%;
  }

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

  .page-home .path-card:nth-child(2) {
    margin-top: clamp(18px, 2.4vw, 38px);
  }
}

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


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

@media (prefers-reduced-motion: reduce) {
  .page-home .entry-card,
  .page-home .entry-card__media img,
  .page-home .path-card,
  .page-home .entry-card__link,
  .page-home .path-card__link,
  .page-home .home-why__link {
    transition-duration: 1ms;
  }

  .page-home .entry-card:hover .entry-card__media img,
  .page-home .path-card:hover {
    transform: none;
  }
}
<<<END>>>
