.page-home {
  display: block;
  background: var(--white);
  color: var(--ink);
}

/* ---------- 页面上下文条 ---------- */
.page-home .home-context {
  background: var(--navy);
  border-bottom: 3px solid var(--orange);
}

.page-home .home-context__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12.5px;
  line-height: 1.5;
}

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

.page-home .home-context__text {
  color: rgba(255, 255, 255, .72);
}

/* ---------- 首屏 ---------- */
.page-home .home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 5.5vw, 66px) 0 clamp(38px, 6vw, 80px);
  background: linear-gradient(180deg, var(--paper) 0%, rgba(245, 247, 250, 0) 100%);
}

.page-home .home-hero__grid {
  display: grid;
  gap: clamp(26px, 4vw, 40px);
}

.page-home .home-hero__eyebrow {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  margin: 0 0 16px;
  padding: 6px 14px 6px 11px;
  border-left: 3px solid var(--orange);
  background: var(--orange-pale);
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-soft);
}

.page-home .home-hero__eyebrow .mono {
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--orange-deep);
}

.page-home .home-hero__title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(29px, 6.2vw, 54px);
  line-height: 1.12;
  letter-spacing: -.015em;
  color: var(--navy);
}

.page-home .home-hero__lede {
  margin: 18px 0 0;
  max-width: 58ch;
  font-size: clamp(15.5px, 1.15vw, 17.5px);
  line-height: 1.78;
  color: var(--ink-soft);
}

.page-home .home-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 1px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  background: var(--hair);
  border: 1px solid var(--hair);
}

.page-home .home-metrics .metric {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 14px 14px 16px;
  background: var(--white);
  transition: background .25s var(--ease);
}

.page-home .home-metrics .metric:hover {
  background: var(--orange-pale);
}

.page-home .metric__value {
  font-family: var(--font-mono);
  font-size: clamp(22px, 3.1vw, 30px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--navy);
  font-feature-settings: "tnum" 1;
}

.page-home .metric__value small {
  margin-left: 2px;
  font-size: .5em;
  color: var(--orange-deep);
}

.page-home .metric__label {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--grey);
}

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

.page-home .home-hero__visual {
  position: relative;
  padding: 16px 16px 46px;
  background: var(--navy);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 48px), calc(100% - 48px) 100%, 0 100%);
  overflow: hidden;
}

.page-home .home-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .05) 0 2px, rgba(255, 255, 255, 0) 2px 11px);
  pointer-events: none;
}

.page-home .home-hero__svg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.page-home .home-hero__caption {
  position: absolute;
  left: 16px;
  right: 62px;
  bottom: 14px;
  margin: 0;
  font-size: 11.5px;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .62);
}

/* ---------- 斜向色带 ---------- */
.page-home .home-band {
  height: 10px;
  background-image: repeating-linear-gradient(115deg, var(--orange) 0 26px, var(--navy) 26px 52px);
}

/* ---------- 章节通用 ---------- */
.page-home .home-block {
  padding: clamp(46px, 7vw, 92px) 0;
}

.page-home .figure img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .home-timeline__figure,
.page-home .home-regions__figure,
.page-home .home-assurance__figure {
  margin: clamp(28px, 4vw, 46px) 0 0;
}

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

/* ---------- 时间轴 ---------- */
.page-home .timeline {
  position: relative;
  margin: clamp(28px, 4vw, 44px) 0 0;
  padding: 0;
  list-style: none;
}

.page-home .timeline::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, var(--orange) 0%, var(--hair) 100%);
}

.page-home .timeline__item {
  position: relative;
  padding: 0 0 clamp(24px, 3vw, 34px) 44px;
}

.page-home .timeline__item:last-child {
  padding-bottom: 0;
}

.page-home .timeline__item::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 6px;
  width: 11px;
  height: 11px;
  transform: translateX(-50%);
  border: 3px solid var(--orange);
  border-radius: 50%;
  background: var(--white);
  transition: background .25s var(--ease), border-color .25s var(--ease);
}

.page-home .timeline__item:hover::before {
  background: var(--orange);
  border-color: var(--orange-deep);
}

.page-home .timeline__year {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--orange-deep);
}

.page-home .timeline__title {
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-size: 17.5px;
  font-weight: 700;
  line-height: 1.42;
  color: var(--navy);
}

.page-home .timeline__text {
  margin: 0;
  max-width: 66ch;
  font-size: 15px;
  line-height: 1.78;
  color: var(--ink-soft);
}

/* ---------- 区域矩阵 ---------- */
.page-home .home-regions {
  background: var(--paper);
}

.page-home .region-grid {
  display: grid;
  gap: clamp(16px, 2.4vw, 26px);
  margin-top: clamp(26px, 3.6vw, 42px);
}

.page-home .region-panel {
  position: relative;
  padding: clamp(20px, 2.6vw, 30px);
  background: var(--white);
  border: 1px solid var(--hair);
  border-top: 4px solid var(--teal);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%);
  transition: background .25s var(--ease);
}

.page-home .region-panel--south {
  border-top-color: var(--amber);
}

.page-home .region-panel:hover {
  background: var(--orange-pale);
}

.page-home .region-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.page-home .region-panel__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(19px, 2.4vw, 23px);
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--navy);
}

.page-home .region-panel__note {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.72;
  color: var(--ink-soft);
}

.page-home .region-cities {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.page-home .region-cities__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
  padding: 11px 0;
  border-bottom: 1px dashed var(--hair);
  font-size: 14.5px;
  line-height: 1.6;
}

.page-home .region-cities__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-home .region-cities__city {
  min-width: 4.6em;
  font-weight: 700;
  color: var(--navy);
}

.page-home .region-cities__svc {
  color: var(--ink-soft);
}

/* ---------- 资源下载 ---------- */
.page-home .resource-layout {
  display: grid;
  gap: clamp(24px, 3.4vw, 44px);
  margin-top: clamp(26px, 3.6vw, 42px);
}

.page-home .resource-list {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--hair);
  border: 1px solid var(--hair);
}

.page-home .resource-item {
  position: relative;
  padding: clamp(18px, 2.2vw, 24px);
  background: var(--white);
  transition: background .25s var(--ease);
}

.page-home .resource-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 3px;
  background: var(--orange);
  transition: width .3s var(--ease);
}

.page-home .resource-item:hover {
  background: var(--orange-pale);
}

.page-home .resource-item:hover::before {
  width: 78px;
}

.page-home .resource-item h3 {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-size: 16.5px;
  font-weight: 700;
  color: var(--navy);
}

.page-home .resource-item p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--ink-soft);
}

.page-home .resource-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
  margin-top: clamp(22px, 3vw, 32px);
  padding: 18px 22px;
  background: var(--navy);
  color: rgba(255, 255, 255, .82);
  font-size: 14.5px;
  line-height: 1.7;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
}

.page-home .resource-cta p {
  margin: 0;
}

.page-home .resource-cta .link {
  color: var(--orange);
  margin-left: auto;
}

/* ---------- 交付与响应 ---------- */
.page-home .assurance-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3.8vw, 52px);
  background: linear-gradient(152deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--white);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%);
}

.page-home .assurance-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-52deg, rgba(255, 255, 255, .045) 0 2px, rgba(255, 255, 255, 0) 2px 12px);
  pointer-events: none;
}

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

.page-home .assurance-panel .section-head__title {
  color: var(--white);
}

.page-home .assurance-panel .section-head__idx {
  color: var(--orange);
}

.page-home .assurance-panel__note {
  margin: 12px 0 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.78;
  color: rgba(255, 255, 255, .74);
}

.page-home .assurance-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(24px, 3vw, 38px) 0 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .16);
}

.page-home .assurance-item {
  padding: 18px 16px 20px;
  background: rgba(255, 255, 255, .04);
  transition: background .25s var(--ease);
}

.page-home .assurance-item:hover {
  background: rgba(255, 107, 44, .12);
}

.page-home .assurance-item__value {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: clamp(23px, 3.2vw, 34px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--orange);
  font-feature-settings: "tnum" 1;
}

.page-home .assurance-item__value small {
  margin-left: 2px;
  font-size: .48em;
}

.page-home .assurance-item__label {
  display: block;
  font-size: 13.5px;
  line-height: 1.68;
  color: rgba(255, 255, 255, .72);
}

.page-home .assurance-item__label strong {
  font-weight: 600;
  color: var(--white);
}

/* ---------- 咨询与下一步 ---------- */
.page-home .home-next {
  background: var(--paper);
}

.page-home .next-panel {
  display: grid;
  gap: clamp(24px, 3.4vw, 44px);
  padding: clamp(24px, 3.4vw, 44px);
  background: var(--white);
  border-left: 5px solid var(--orange);
}

.page-home .next-panel__mark {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 11.5px;
  letter-spacing: .2em;
  color: var(--orange-deep);
}

.page-home .next-panel__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(22px, 3.6vw, 34px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.012em;
  color: var(--navy);
  max-width: 22ch;
}

.page-home .next-panel__text {
  margin: 16px 0 0;
  max-width: 64ch;
  font-size: 15.5px;
  line-height: 1.78;
  color: var(--ink-soft);
}

.page-home .next-panel__side {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}

.page-home .next-panel__contact {
  margin: 6px 0 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--navy);
}

.page-home .next-panel__hours {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--grey);
}

.page-home .next-panel__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  width: 100%;
  margin: 10px 0 0;
  padding: 16px 0 0;
  list-style: none;
  border-top: 1px solid var(--hair);
  font-size: 14px;
}

/* ---------- 响应式 ---------- */
@media (min-width: 640px) {
  .page-home .resource-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 900px) {
  .page-home .timeline::before {
    left: 120px;
  }

  .page-home .timeline__item {
    padding-left: 150px;
  }

  .page-home .timeline__item::before {
    left: 121px;
  }

  .page-home .timeline__year {
    position: absolute;
    left: 0;
    top: 0;
    width: 96px;
    text-align: right;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.2;
  }

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

  .page-home .resource-layout {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: start;
  }

  .page-home .next-panel {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    align-items: center;
  }

  .page-home .next-panel__side {
    align-content: center;
  }
}

@media (min-width: 960px) {
  .page-home .home-hero__grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    gap: clamp(36px, 4.5vw, 70px);
    align-items: center;
  }
}
