.page-home {
  --home-line-soft: rgba(198, 206, 214, .28);
  --home-ink-soft: rgba(247, 248, 250, .72);
  --home-ink-dim: rgba(247, 248, 250, .52);
  background: var(--paper);
  color: var(--text);
  overflow-x: hidden;
}

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

/* ---------- 章节索引（右侧细条） ---------- */

.page-home .toc-rail {
  display: none;
}

@media (min-width: 1280px) {
  .page-home .toc-rail {
    display: block;
    position: fixed;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 25;
  }
}

.page-home .toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.page-home .toc-link {
  display: block;
  padding: 3px 0;
  text-decoration: none;
}

.page-home .toc-dot {
  display: block;
  width: 12px;
  height: 2px;
  background: var(--line);
  transition: background-color .16s linear, width .16s var(--ease);
}

.page-home .toc-link:hover .toc-dot {
  background: var(--blue-light);
}

.page-home .toc-link.is-active .toc-dot {
  width: 22px;
  background: var(--signal);
}

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

.page-home .hero {
  position: relative;
  background: var(--deep);
  color: var(--text-inv);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), 0 100%);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(6.5rem, 13vw, 10.5rem);
}

.page-home .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(198, 206, 214, .09) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(198, 206, 214, .09) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}

.page-home .hero-wrap {
  position: relative;
  z-index: 1;
}

.page-home .hero-grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3.25rem);
  align-items: center;
}

@media (min-width: 960px) {
  .page-home .hero-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  }
}

.page-home .eyebrow {
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--signal);
  margin: 0;
}

.page-home .hero-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2rem, 5.2vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: -.02em;
  margin: .7rem 0 0;
  text-wrap: balance;
}

.page-home .hero-lead {
  margin: 1.25rem 0 0;
  max-width: 48ch;
  font-size: clamp(.94rem, 1.05vw, 1.04rem);
  line-height: 1.8;
  color: var(--home-ink-soft);
}

.page-home .hero-actions {
  margin-top: 1.9rem;
}

.page-home .hero-copy > * {
  animation: homeRise .5s var(--ease) both;
}

.page-home .hero-copy > *:nth-child(2) { animation-delay: .05s; }
.page-home .hero-copy > *:nth-child(3) { animation-delay: .1s; }
.page-home .hero-copy > *:nth-child(4) { animation-delay: .15s; }

@keyframes homeRise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.page-home .hero-frame {
  position: relative;
  background: rgba(16, 58, 94, .55);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 38px 100%);
  overflow: hidden;
}

.page-home .hero-frame::before {
  content: "授权区域 · 现行覆盖";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: .45rem .8rem;
  background: var(--signal);
  color: #FFFFFF;
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .16em;
}

.page-home .hero-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-home .media-caption {
  margin-top: .7rem;
  font-size: .74rem;
  color: var(--mid);
}

.page-home .panel--blue .media-caption,
.page-home .panel--wine .media-caption,
.page-home .panel--ink .media-caption,
.page-home .hero .media-caption {
  color: var(--home-ink-dim);
}

/* 点位图 + 大数字 */

.page-home .hero-bottom {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  border-top: 1px solid var(--home-line-soft);
  display: grid;
  gap: 1.75rem;
  align-items: center;
}

@media (min-width: 820px) {
  .page-home .hero-bottom {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3rem;
  }
}

.page-home .dot-map {
  width: min(100%, 400px);
  height: auto;
  display: block;
}

.page-home .dot-map circle {
  fill: rgba(198, 206, 214, .34);
  transition: fill .16s linear;
}

.page-home .dot-map circle:hover {
  fill: var(--blue-light);
}

.page-home .dot-map .dot-flag {
  fill: var(--signal);
}

.page-home .dot-map .dot-flag:hover {
  fill: var(--amber);
}

.page-home .hero-count-num {
  margin: 0;
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.03em;
  color: var(--text-inv);
}

.page-home .hero-count-label {
  margin: .6rem 0 0;
  font-size: .95rem;
  letter-spacing: .06em;
  color: var(--home-ink-soft);
}

.page-home .hero-count-note {
  margin: .4rem 0 0;
  font-size: .78rem;
  color: var(--home-ink-dim);
}

/* ---------- 通用面板 ---------- */

.page-home .panel {
  padding: clamp(3rem, 6vw, 5.5rem) 0;
}

.page-home .panel--blue,
.page-home .panel--ink,
.page-home .panel--wine {
  color: var(--text-inv);
}

.page-home .section-head {
  max-width: 62ch;
  margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}

.page-home .display {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.55rem, 3.4vw, 2.5rem);
  line-height: 1.18;
  letter-spacing: -.01em;
  margin: .55rem 0 0;
}

.page-home .lead {
  margin: 1rem 0 0;
  max-width: 56ch;
  font-size: .95rem;
  line-height: 1.8;
  color: var(--mid);
}

.page-home .panel--blue .lead,
.page-home .panel--wine .lead,
.page-home .panel--ink .lead {
  color: var(--home-ink-soft);
}

.page-home .panel-note {
  margin: 1.5rem 0 0;
  font-size: .82rem;
  line-height: 1.75;
  color: var(--mid);
}

.page-home .inline-link {
  color: var(--blue-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-home .inline-link:hover {
  color: var(--signal);
}

/* ---------- 供货能力 ---------- */

.page-home .cap-stats {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

@media (min-width: 700px) {
  .page-home .cap-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.page-home .cap-stats .stat {
  background: var(--paper);
  padding: 1.25rem 1.15rem 1.4rem;
}

.page-home .stat-num {
  display: block;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--deep);
}

.page-home .stat-unit {
  margin-left: .2rem;
  font-size: .58em;
  font-weight: 500;
  color: var(--mid);
}

.page-home .stat-label {
  display: block;
  margin-top: .55rem;
  font-size: .78rem;
  line-height: 1.5;
  color: var(--mid);
}

.page-home .table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--paper);
}

.page-home .data-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
}

.page-home .table-caption {
  caption-side: top;
  text-align: left;
  padding: 0 0 .6rem;
  font-family: var(--font-mono);
  font-size: .7rem;
  letter-spacing: .16em;
  color: var(--mid);
}

.page-home .data-table th,
.page-home .data-table td {
  padding: .95rem 1rem;
  text-align: left;
  font-size: .87rem;
  line-height: 1.6;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.page-home .data-table thead th {
  background: var(--deep);
  color: var(--text-inv);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .14em;
  white-space: nowrap;
}

.page-home .data-table tbody th {
  font-weight: 700;
  color: var(--blue);
  white-space: nowrap;
  border-left: 2px solid var(--signal);
}

.page-home .data-table tbody tr:last-child th,
.page-home .data-table tbody tr:last-child td {
  border-bottom: 0;
}

.page-home .data-table .mono {
  color: var(--deep);
}

/* ---------- 系列索引 ---------- */

.page-home .series-grid {
  display: grid;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
}

@media (min-width: 900px) {
  .page-home .series-grid {
    grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
    align-items: start;
  }
}

.page-home .series-fig img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.page-home .series-body .section-head {
  margin-bottom: 1.5rem;
}

.page-home .series-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--home-line-soft);
}

.page-home .series-list > li {
  border-bottom: 1px solid var(--home-line-soft);
}

.page-home .series-item {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  grid-template-areas:
    "no name arrow"
    "no note note";
  gap: .25rem .9rem;
  align-items: baseline;
  padding: 1rem .3rem;
  text-decoration: none;
  color: var(--text-inv);
  transition: background-color .16s linear;
}

.page-home .series-item:hover {
  background: rgba(30, 111, 168, .3);
}

@media (min-width: 720px) {
  .page-home .series-item {
    grid-template-columns: 2.4rem 8.5rem minmax(0, 1fr) auto;
    grid-template-areas: "no name note arrow";
    align-items: center;
  }
}

.page-home .series-no {
  grid-area: no;
  font-size: .76rem;
  letter-spacing: .04em;
  color: var(--signal);
}

.page-home .series-name {
  grid-area: name;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.page-home .series-note {
  grid-area: note;
  font-size: .8rem;
  line-height: 1.6;
  color: var(--home-ink-soft);
}

.page-home .series-arrow {
  grid-area: arrow;
  font-size: .95rem;
  color: var(--home-ink-dim);
  transition: transform .16s var(--ease), color .16s linear;
}

.page-home .series-item:hover .series-arrow {
  transform: translateX(4px);
  color: var(--signal);
}

/* ---------- 批次追溯 ---------- */

.page-home .batch-grid {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
}

@media (min-width: 960px) {
  .page-home .batch-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    align-items: center;
  }
}

.page-home .batch-copy .section-head {
  margin-bottom: 1.25rem;
}

.page-home .batch-code {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(4.6rem, 1fr));
  gap: .5rem;
  margin: 0 0 1.5rem;
}

.page-home .batch-seg {
  border-top: 2px solid var(--signal);
  background: rgba(247, 248, 250, .07);
  padding: .7rem .55rem .85rem;
  min-width: 0;
}

.page-home .batch-seg b {
  display: block;
  font-size: clamp(1rem, 1.9vw, 1.3rem);
  font-weight: 700;
  letter-spacing: .04em;
}

.page-home .batch-seg i {
  display: block;
  margin-top: .35rem;
  font-style: normal;
  font-size: .68rem;
  line-height: 1.4;
  color: var(--home-ink-dim);
}

.page-home .prose {
  margin: 0 0 1.75rem;
  max-width: 52ch;
  font-size: .92rem;
  line-height: 1.85;
  color: var(--home-ink-soft);
}

.page-home .batch-fig img {
  width: 100%;
  aspect-ratio: 11 / 7;
  object-fit: cover;
}

/* ---------- 服务区域 ---------- */

.page-home .region-grid {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
}

@media (min-width: 900px) {
  .page-home .region-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, .85fr);
    align-items: center;
  }
}

.page-home .region-copy .display {
  margin-top: .55rem;
}

.page-home .region-list {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
}

.page-home .region-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .8rem;
  padding: .9rem 0;
  border-top: 1px solid var(--line);
  font-size: .9rem;
  line-height: 1.7;
}

.page-home .region-list li::before {
  content: "▍";
  color: var(--signal);
  font-size: .78rem;
  line-height: 1.9;
}

.page-home .region-contact {
  margin: 1.75rem 0 0;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--deep);
  word-break: break-word;
}

.page-home .region-hours {
  margin: .45rem 0 0;
  font-size: .74rem;
  letter-spacing: .12em;
  color: var(--mid);
}

.page-home .region-fig img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid var(--line);
}

/* ---------- 内容入口 ---------- */

.page-home .entry-band .section-head {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.page-home .entry-grid {
  display: grid;
  gap: 1px;
  background: var(--home-line-soft);
  border: 1px solid var(--home-line-soft);
}

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

.page-home .entry-item {
  display: block;
  background: var(--deep);
  padding: 1.75rem 1.35rem 2rem;
  text-decoration: none;
  color: var(--text-inv);
  transition: background-color .16s linear;
}

.page-home .entry-item:hover {
  background: var(--blue);
}

.page-home .entry-no {
  display: block;
  font-size: .72rem;
  letter-spacing: .18em;
  color: var(--signal);
}

.page-home .entry-name {
  display: block;
  margin-top: .7rem;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.page-home .entry-note {
  display: block;
  margin-top: .7rem;
  font-size: .82rem;
  line-height: 1.7;
  color: var(--home-ink-soft);
}

@media (prefers-reduced-motion: reduce) {
  .page-home .hero-copy > * {
    animation: none;
  }
  .page-home .series-arrow,
  .page-home .toc-dot {
    transition: none;
  }
}
<<<END>>>
