.page-home {
  --home-wedge: rgba(23, 58, 86, 0.55);
  --home-line: rgba(175, 194, 209, 0.24);
}

/* ---------- 首屏 ---------- */
.page-home .hp-hero.hp-home-hero {
  position: relative;
  overflow: hidden;
  background: var(--ink-900);
  color: var(--sand-100);
  padding: calc(var(--header-h) + clamp(44px, 7vw, 92px)) 0 clamp(56px, 9vw, 116px);
}

.page-home .hp-home-hero__wedge {
  position: absolute;
  inset: -12% -6% -12% 32%;
  background: var(--ink-700);
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.6;
  pointer-events: none;
}

.page-home .hp-home-hero__rule {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(120px, 22vw, 320px);
  height: 4px;
  background: var(--flame);
  pointer-events: none;
}

.page-home .hp-home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 60px);
  align-items: end;
}

.page-home .hp-home-hero__h1 {
  margin: 0 0 clamp(16px, 2.4vw, 26px);
  color: var(--paper);
}

.page-home .hp-home-hero__lede {
  max-width: 34em;
  color: rgba(246, 242, 233, 0.82);
}

.page-home .hp-home-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: clamp(26px, 3.6vw, 40px) 0 clamp(30px, 4vw, 48px);
}

.page-home .hp-home-hero__figures {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  margin: 0;
  padding-top: clamp(20px, 3vw, 28px);
  border-top: 1px solid var(--home-line);
}

.page-home .hp-home-figure {
  min-width: 0;
}

.page-home .hp-home-figure__label {
  margin: 0 0 2px;
  font-size: var(--fs-12);
  letter-spacing: 0.06em;
  color: var(--ink-200);
}

.page-home .hp-home-figure__value {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 0;
  color: var(--flame);
}

.page-home .hp-home-figure__value .hp-unit {
  color: rgba(246, 242, 233, 0.7);
}

.page-home .hp-home-hero__aside {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.6vw, 26px);
}

.page-home .hp-home-hero__frame {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.page-home .hp-home-hero__frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .hp-home-index {
  background: rgba(246, 242, 233, 0.08);
  border: 1px solid var(--home-line);
  border-radius: var(--radius-lg);
  padding: clamp(16px, 2.2vw, 22px);
  backdrop-filter: blur(8px);
}

.page-home .hp-home-index__title {
  margin: 0 0 12px;
  font-size: var(--fs-12);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--ink-200);
}

.page-home .hp-home-index__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

.page-home .hp-home-index__link {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 9px 0;
  color: var(--sand-100);
  text-decoration: none;
  font-size: var(--fs-14);
  border-bottom: 1px solid rgba(175, 194, 209, 0.14);
  transition: color 0.2s var(--ease), padding-left 0.2s var(--ease);
}

.page-home .hp-home-index__link:hover,
.page-home .hp-home-index__link:focus-visible {
  color: var(--flame);
  padding-left: 6px;
}

.page-home .hp-home-index__n {
  font-family: var(--font-num);
  font-size: var(--fs-14);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--flame);
  flex: none;
}

/* ---------- 章节通用 ---------- */
.page-home .hp-home-head {
  max-width: 46em;
  margin-bottom: clamp(28px, 4.4vw, 52px);
}

.page-home .hp-home-head--tight {
  margin-bottom: clamp(22px, 3.2vw, 36px);
}

.page-home .hp-home-head__note {
  margin: 14px 0 0;
  font-size: var(--fs-16);
  line-height: 1.85;
  color: var(--ink-700);
}

.page-home .hp-home-head--dark .hp-title {
  color: var(--paper);
}

.page-home .hp-home-head--dark .hp-home-head__note {
  color: rgba(246, 242, 233, 0.78);
}

.page-home .hp-home-sub {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: var(--fs-20);
  font-weight: 600;
  color: inherit;
}

/* ---------- 数量档位 ---------- */
.page-home .hp-home-tiers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(15, 35, 51, 0.14);
  border: 1px solid rgba(15, 35, 51, 0.14);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.page-home .hp-home-tier {
  background: var(--paper);
  padding: clamp(20px, 2.6vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: background 0.24s var(--ease);
}

.page-home .hp-home-tier[data-current="true"] {
  background: var(--ink-900);
}

.page-home .hp-home-tier[data-current="true"] .hp-tier-num {
  color: var(--flame);
}

.page-home .hp-home-tier[data-current="true"] .hp-tier-label,
.page-home .hp-home-tier[data-current="true"] .hp-home-tier__text {
  color: var(--sand-100);
}

.page-home .hp-home-tier .hp-tier-num {
  font-family: var(--font-num);
  font-size: var(--fs-26);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ink-200);
  line-height: 1;
}

.page-home .hp-home-tier .hp-tier-label {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-20);
  font-weight: 600;
  color: var(--ink-900);
}

.page-home .hp-home-tier__text {
  margin: 0;
  font-size: var(--fs-14);
  line-height: 1.85;
  color: var(--ink-700);
}

.page-home .hp-home-tiers__foot {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3.6vw, 44px);
  align-items: center;
  margin-top: clamp(26px, 4vw, 46px);
}

.page-home .hp-home-tiers__frame {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.page-home .hp-home-tiers__frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .hp-home-tiers__copy p {
  margin: 0 0 20px;
  font-size: var(--fs-16);
  line-height: 1.9;
  color: var(--ink-700);
}

/* ---------- 四块并置 ---------- */
.page-home .hp-home-quad {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2.2vw, 24px);
}

.page-home .hp-home-quad__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(22px, 2.8vw, 30px);
  border-top: 3px solid var(--ink-700);
}

.page-home .hp-home-quad__item:nth-child(2) {
  border-top-color: var(--jade);
}

.page-home .hp-home-quad__item:nth-child(4) {
  border-top-color: var(--flame);
}

.page-home .hp-home-quad__item:nth-child(3) {
  border-top-color: var(--ink-400);
}

.page-home .hp-home-quad__tag {
  margin: 0;
}

.page-home .hp-home-quad__h {
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--fs-20);
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink-900);
}

.page-home .hp-home-quad__item p {
  margin: 0;
  font-size: var(--fs-14);
  line-height: 1.9;
  color: var(--ink-700);
  flex: 1 1 auto;
}

.page-home .hp-home-quad__link {
  align-self: flex-start;
  font-size: var(--fs-14);
  font-weight: 600;
  color: var(--flame-deep);
  text-decoration: none;
  border-bottom: 1px solid rgba(192, 64, 28, 0.4);
  padding-bottom: 2px;
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease);
}

.page-home .hp-home-quad__link:hover,
.page-home .hp-home-quad__link:focus-visible {
  color: var(--flame);
  border-color: var(--flame);
}

/* ---------- 城市 + 包装 ---------- */
.page-home .hp-home-coverage {
  align-items: start;
}

.page-home .hp-home-citygrid {
  list-style: none;
  margin: 0 0 18px;
  padding: clamp(18px, 2.4vw, 26px);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  background: rgba(246, 242, 233, 0.07);
  border: 1px solid var(--home-line);
  border-radius: var(--radius-lg);
}

.page-home .hp-home-citygrid__dot {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--jade);
  border: 1px solid var(--jade-deep);
  transition: transform 0.2s var(--ease), background 0.2s var(--ease);
}

.page-home .hp-home-citygrid__dot:nth-child(n + 19) {
  background: rgba(46, 156, 126, 0.35);
  border-color: rgba(175, 194, 209, 0.5);
}

.page-home .hp-home-citygrid__dot:hover {
  transform: scale(1.28);
  background: var(--flame);
  border-color: var(--flame);
}

.page-home .hp-home-citygrid__dot::after {
  content: attr(data-city);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--ink-900);
  color: var(--sand-100);
  font-size: var(--fs-12);
  line-height: 1.4;
  padding: 5px 9px;
  border-radius: var(--radius);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s var(--ease);
  z-index: 4;
}

.page-home .hp-home-citygrid__dot:hover::after {
  opacity: 1;
}

.page-home .hp-home-citygrid__legend {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  font-size: var(--fs-12);
  letter-spacing: 0.04em;
  color: rgba(246, 242, 233, 0.75);
}

.page-home .hp-home-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}

.page-home .hp-home-dot--jade {
  background: var(--jade);
}

.page-home .hp-home-dot--ghost {
  background: rgba(46, 156, 126, 0.35);
  border: 1px solid rgba(175, 194, 209, 0.5);
}

.page-home .hp-home-coverage__aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .hp-home-meter {
  margin-bottom: 4px;
}

.page-home .hp-home-meter .hp-meter-seg {
  font-family: var(--font-num);
  font-size: var(--fs-14);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.page-home .hp-home-coverage__note {
  margin: 0;
  font-size: var(--fs-14);
  line-height: 1.9;
  color: rgba(246, 242, 233, 0.78);
}

.page-home .hp-home-glass {
  font-size: var(--fs-14);
  line-height: 1.9;
}

.page-home .hp-home-glass p {
  margin: 0;
}

/* ---------- 常用入口 ---------- */
.page-home .hp-home-entries__aside {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.4vw, 24px);
}

.page-home .hp-home-entries__frame {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.page-home .hp-home-entries__frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .hp-home-entries__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-home .hp-home-entries__links a {
  display: block;
  padding: 11px 14px;
  font-size: var(--fs-14);
  font-weight: 600;
  color: var(--ink-900);
  text-decoration: none;
  background: var(--sand-100);
  border-left: 3px solid var(--ink-200);
  border-radius: 0 var(--radius) var(--radius) 0;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}

.page-home .hp-home-entries__links a:hover,
.page-home .hp-home-entries__links a:focus-visible {
  border-left-color: var(--flame);
  background: var(--paper);
}

.page-home .hp-stack-head {
  font-size: var(--fs-16);
  font-weight: 600;
}

.page-home .hp-stack-inner p {
  font-size: var(--fs-14);
  line-height: 1.9;
  color: var(--ink-700);
}

/* ---------- 收尾 ---------- */
.page-home .hp-home-close__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3.6vw, 48px);
  align-items: end;
}

.page-home .hp-home-close__h {
  margin: 0 0 18px;
  color: var(--ink-900);
}

.page-home .hp-home-close__text {
  max-width: 38em;
  margin: 0 0 clamp(24px, 3.4vw, 38px);
  font-size: var(--fs-16);
  line-height: 1.9;
  color: var(--ink-700);
}

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

.page-home .hp-home-close__glass {
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(15, 35, 51, 0.1);
  color: var(--ink-700);
}

/* ---------- 断点 ---------- */
@media (min-width: 640px) {
  .page-home .hp-home-quad {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .page-home .hp-home-hero__figures {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-home .hp-home-citygrid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-home .hp-home-hero__grid {
    grid-template-columns: 58fr 42fr;
    gap: clamp(40px, 5vw, 72px);
  }

  .page-home .hp-home-tiers {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .page-home .hp-home-tiers__foot {
    grid-template-columns: 34fr 66fr;
  }

  .page-home .hp-home-quad {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-home .hp-home-close__grid {
    grid-template-columns: 68fr 32fr;
  }
}

@media (min-width: 1100px) {
  .page-home .hp-home-hero__main {
    padding-bottom: 8px;
  }
}
<<<END>>>
