.page-home {
  --home-cut: 6deg;
  --home-glow: rgba(35, 227, 198, .22);
  background: var(--paper);
  color: var(--ink);
}

/* ================= 首屏斜切带 ================= */
.page-home .hero-cut {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--deep);
  color: var(--paper);
  padding: clamp(40px, 7vw, 76px) 0 clamp(110px, 15vw, 180px);
}

.page-home .hero-cut::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -2px;
  height: clamp(48px, 8vw, 96px);
  background: var(--paper);
  transform: skewY(calc(var(--home-cut) * -1));
  transform-origin: bottom right;
  z-index: 2;
  pointer-events: none;
}

.page-home .hero-cut__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hero-cut__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
}

.page-home .hero-cut__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(92% 72% at 84% 8%, var(--home-glow), transparent 62%),
    linear-gradient(158deg, rgba(8, 52, 79, .62) 0%, rgba(8, 52, 79, .95) 80%);
}

.page-home .hero-cut__inner {
  position: relative;
  z-index: 3;
}

.page-home .hero-cut .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 clamp(20px, 4vw, 34px);
  padding: 0;
  list-style: none;
  font-size: .8rem;
  letter-spacing: .04em;
}

.page-home .hero-cut .breadcrumb li + li::before {
  content: "/";
  margin-right: 6px;
  color: rgba(191, 239, 232, .55);
}

.page-home .hero-cut .breadcrumb a {
  color: var(--mist);
  text-decoration: none;
}

.page-home .hero-cut .breadcrumb [aria-current="page"] {
  color: rgba(251, 250, 247, .7);
}

.page-home .hero-cut .eyebrow {
  color: var(--cyan);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.page-home .hero-cut h1 {
  margin: 0;
  max-width: 16em;
  font-size: clamp(2.1rem, 7vw, 4.4rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.01em;
}

.page-home .hero-cut .lede {
  margin: clamp(16px, 3vw, 26px) 0 0;
  max-width: 42ch;
  font-size: clamp(.98rem, 1.6vw, 1.12rem);
  line-height: 1.75;
  color: rgba(251, 250, 247, .86);
}

.page-home .hero-cut__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 18px;
  margin-top: clamp(32px, 6vw, 56px);
  padding-top: clamp(20px, 3vw, 30px);
  border-top: 1px solid rgba(191, 239, 232, .3);
}

.page-home .hero-stat--lead {
  grid-column: 1 / -1;
}

.page-home .focus-number {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(1.9rem, 5vw, 2.6rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--cyan);
}

.page-home .hero-stat--lead .focus-number {
  font-size: clamp(3rem, 10vw, 5.4rem);
}

.page-home .focus-number__unit {
  font-family: var(--font-sans);
  font-size: .32em;
  font-weight: 500;
  letter-spacing: .06em;
  color: rgba(191, 239, 232, .82);
}

.page-home .hero-stat__label {
  margin: 10px 0 0;
  font-size: .8rem;
  line-height: 1.6;
  color: rgba(251, 250, 247, .68);
}

/* ================= 时间轴 ================= */
.page-home .axis .eyebrow {
  margin: 0 0 12px;
  font-size: .78rem;
  letter-spacing: .14em;
  color: var(--water);
}

.page-home .axis h2 {
  margin: 0;
  font-size: clamp(1.6rem, 4.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.page-home .axis .lede {
  margin: 16px 0 0;
  max-width: 46ch;
  color: var(--muted);
  line-height: 1.75;
}

.page-home .axis__plate {
  margin: clamp(26px, 5vw, 44px) 0 0;
}

.page-home .axis__plate .plate__frame {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--deep);
}

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

.page-home .plate__caption {
  margin-top: 10px;
  font-size: .78rem;
  color: var(--muted);
}

.page-home .axis-tabs {
  margin-top: clamp(24px, 4vw, 38px);
}

.page-home .axis-tabs .tabs__list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 2px 12px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.page-home .axis-tab {
  position: relative;
  flex: 0 0 auto;
  scroll-snap-align: start;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: .84rem;
  letter-spacing: .02em;
  white-space: nowrap;
  cursor: pointer;
  transition: background .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease);
}

.page-home .axis-tab:hover {
  border-color: var(--water);
}

.page-home .axis-tab[aria-selected="true"] {
  background: var(--deep);
  border-color: var(--deep);
  color: var(--paper);
}

.page-home .axis-tab:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

.page-home .axis-tab--now {
  padding-right: 30px;
}

.page-home .axis-tab__pulse {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--cyan);
  animation: home-pulse 2s var(--ease) infinite;
}

@keyframes home-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .35; transform: scale(.72); }
}

.page-home .axis-panel {
  display: grid;
  gap: 18px;
  margin-top: 20px;
  padding: clamp(20px, 4vw, 34px);
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.page-home .axis-panel__tag {
  margin: 0 0 6px;
  font-size: .76rem;
  letter-spacing: .12em;
  color: var(--muted);
}

.page-home .axis-panel__num {
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--deep);
}

.page-home .axis-panel__body p {
  margin: 0 0 12px;
  line-height: 1.75;
}

.page-home .axis-panel__body p:last-child {
  margin-bottom: 0;
}

.page-home .note {
  position: relative;
  padding-left: 12px;
  font-size: .83rem;
  line-height: 1.7;
  color: var(--muted);
  border-left: 2px solid var(--cyan);
}

/* ================= 栏目分诊 ================= */
.page-home .triage .eyebrow {
  margin: 0 0 12px;
  font-size: .78rem;
  letter-spacing: .14em;
  color: var(--water);
}

.page-home .triage h2 {
  margin: 0;
  font-size: clamp(1.6rem, 4.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
}

.page-home .triage .lede {
  margin: 16px 0 0;
  max-width: 46ch;
  color: var(--muted);
  line-height: 1.75;
}

.page-home .triage-tabs {
  margin-top: clamp(24px, 4vw, 40px);
}

.page-home .triage-tabs .tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 4px;
}

.page-home .triage-tab {
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-size: .88rem;
  cursor: pointer;
  transition: background .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease);
}

.page-home .triage-tab:hover {
  border-color: var(--water);
}

.page-home .triage-tab[aria-selected="true"] {
  background: var(--water);
  border-color: var(--water);
  color: var(--paper);
}

.page-home .triage-tab:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

.page-home .triage-panel {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding: clamp(20px, 4vw, 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.page-home .triage-panel__no {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--cinnabar);
  letter-spacing: -.02em;
}

.page-home .triage-panel h3 {
  margin: 0;
  font-size: clamp(1.1rem, 3vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
}

.page-home .triage-panel__col p {
  margin: 0 0 12px;
  line-height: 1.75;
}

.page-home .triage-panel__col .btn {
  margin-top: 4px;
}

.page-home .triage__plate {
  margin: clamp(28px, 5vw, 46px) 0 0;
}

.page-home .triage__plate .plate__frame {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--deep);
}

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

/* ================= 报告目录 ================= */
.page-home .reports .rail .eyebrow {
  margin: 0 0 12px;
  font-size: .78rem;
  letter-spacing: .14em;
  color: var(--water);
}

.page-home .reports h2 {
  margin: 0 0 16px;
  font-size: clamp(1.6rem, 4.2vw, 2.3rem);
  font-weight: 700;
  line-height: 1.22;
}

.page-home .report-index {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: report;
}

.page-home .report-index__item {
  position: relative;
  padding: 20px 0 20px 46px;
  border-bottom: 1px solid var(--line);
}

.page-home .report-index__item:first-child {
  padding-top: 0;
}

.page-home .report-index__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-home .report-index__item::before {
  counter-increment: report;
  content: counter(report, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 22px;
  font-family: var(--font-mono);
  font-size: .84rem;
  font-weight: 600;
  color: var(--water);
}

.page-home .report-index__item:first-child::before {
  top: 2px;
}

.page-home .report-index__when {
  margin: 0 0 6px;
  font-family: var(--font-mono);
  font-size: .76rem;
  letter-spacing: .06em;
  color: var(--cinnabar);
}

.page-home .report-index__title {
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 2.6vw, 1.28rem);
  font-weight: 700;
  line-height: 1.4;
}

.page-home .report-index__title a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color .18s var(--ease);
}

.page-home .report-index__title a:hover,
.page-home .report-index__title a:focus-visible {
  border-bottom-color: var(--cyan);
}

.page-home .report-index__desc {
  margin: 0;
  font-size: .9rem;
  line-height: 1.72;
  color: var(--muted);
}

/* ================= 回看四步 ================= */
.page-home .watch .eyebrow {
  margin: 0 0 12px;
  font-size: .78rem;
  letter-spacing: .14em;
  color: var(--cyan);
}

.page-home .watch h2 {
  margin: 0;
  font-size: clamp(1.6rem, 4.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--paper);
}

.page-home .watch .lede {
  margin: 16px 0 0;
  max-width: 44ch;
  line-height: 1.75;
  color: rgba(251, 250, 247, .82);
}

.page-home .watch__plate {
  margin: clamp(26px, 4.5vw, 42px) 0 0;
}

.page-home .watch__plate .plate__frame {
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(251, 250, 247, .08);
  border: 1px solid rgba(191, 239, 232, .22);
}

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

.page-home .watch .plate__caption {
  margin-top: 10px;
  font-size: .78rem;
  color: rgba(191, 239, 232, .7);
}

.page-home .watch-steps {
  display: grid;
  gap: 16px;
  margin: clamp(26px, 4.5vw, 42px) 0 0;
  padding: 0;
  list-style: none;
}

.page-home .watch-steps__item {
  padding: 20px;
  border: 1px solid rgba(191, 239, 232, .22);
  border-radius: var(--radius);
  background: rgba(251, 250, 247, .07);
  backdrop-filter: blur(6px);
}

.page-home .watch-steps__no {
  display: inline-block;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: var(--cyan);
}

.page-home .watch-steps__item h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--paper);
}

.page-home .watch-steps__item p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.7;
  color: rgba(251, 250, 247, .74);
}

/* ================= 收束区 ================= */
.page-home .closing__card {
  display: grid;
  gap: 24px;
  padding: clamp(22px, 4vw, 38px);
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.page-home .closing .eyebrow {
  margin: 0 0 12px;
  font-size: .78rem;
  letter-spacing: .14em;
  color: var(--water);
}

.page-home .closing h2 {
  margin: 0 0 14px;
  font-size: clamp(1.5rem, 3.8vw, 2.1rem);
  font-weight: 700;
  line-height: 1.25;
}

.page-home .closing__main p {
  margin: 0 0 14px;
  line-height: 1.78;
  max-width: 48ch;
}

.page-home .closing__main p:last-child {
  margin-bottom: 0;
}

.page-home .closing__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-top: 18px;
  border-top: 2px solid var(--cinnabar);
}

.page-home .closing__mail {
  margin: 0;
  font-family: var(--font-mono);
  font-size: clamp(.92rem, 2.4vw, 1.06rem);
  font-weight: 600;
  color: var(--deep);
  word-break: break-all;
}

.page-home .closing__hours {
  margin: 0 0 8px;
  font-size: .84rem;
  line-height: 1.65;
  color: var(--muted);
}

.page-home .closing__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 26px 0 0;
  padding: 22px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.page-home .closing__links a {
  font-size: .86rem;
  color: var(--water);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .18s var(--ease);
}

.page-home .closing__links a:hover,
.page-home .closing__links a:focus-visible {
  border-bottom-color: var(--cyan);
}

/* ================= 响应式 ================= */
@media (min-width: 700px) {
  .page-home .hero-cut__stats {
    grid-template-columns: 1.5fr 1fr 1fr;
    align-items: start;
    gap: 26px;
  }

  .page-home .hero-stat--lead {
    grid-column: auto;
  }

  .page-home .axis-panel {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2.1fr);
    align-items: start;
    gap: 30px;
  }

  .page-home .triage-panel {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 26px;
    align-items: start;
  }

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

  .page-home .closing__card {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    align-items: start;
    gap: 34px;
  }

  .page-home .closing__aside {
    padding-top: 0;
    padding-left: 22px;
    border-top: 0;
    border-left: 2px solid var(--cinnabar);
  }
}

@media (min-width: 1020px) {
  .page-home .axis-tabs .tabs__list {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .page-home .triage-tabs .tabs__list {
    gap: 12px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .page-home .axis-tab__pulse {
    animation: none;
  }

  .page-home .axis-tab,
  .page-home .triage-tab,
  .page-home .report-index__title a,
  .page-home .closing__links a {
    transition: none;
  }
}
</main>
