.page-products {
  --scene-home: var(--green-meadow);
  --scene-business: var(--dusk-light);
  --scene-outdoor: var(--gold);
  --feat-hairline: rgba(16, 28, 23, 0.12);
  --feat-hairline-dark: rgba(245, 241, 230, 0.18);
  --feat-soft: #efe9da;
  background: var(--sand);
  color: var(--ink);
}

.page-products [data-scene="home"] { --scene: var(--scene-home); }
.page-products [data-scene="business"] { --scene: var(--scene-business); }
.page-products [data-scene="outdoor"] { --scene: var(--scene-outdoor); }

.page-products .legend__swatch {
  background: var(--scene, var(--muted));
}

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

.page-products .feat-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 44px) 0 clamp(48px, 7vw, 88px);
  background:
    radial-gradient(130% 82% at 6% -12%, rgba(46, 125, 85, 0.62) 0%, rgba(46, 125, 85, 0) 62%),
    radial-gradient(92% 72% at 98% 6%, rgba(60, 109, 150, 0.52) 0%, rgba(60, 109, 150, 0) 66%),
    linear-gradient(158deg, var(--green-deep) 0%, var(--dusk) 52%, var(--green-abyss) 100%);
  color: var(--sand);
}

.page-products .feat-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 52%;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(245, 241, 230, 0.07) 0,
    rgba(245, 241, 230, 0.07) 1px,
    transparent 1px,
    transparent 15px
  );
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000);
  mask-image: linear-gradient(to bottom, transparent, #000);
}

.page-products .feat-crumbs {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.page-products .feat-crumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.page-products .feat-crumbs li::after {
  content: "/";
  margin-left: 6px;
  color: rgba(245, 241, 230, 0.4);
}

.page-products .feat-crumbs li:last-child::after { content: ""; }

.page-products .feat-crumbs a {
  color: rgba(245, 241, 230, 0.72);
  text-decoration: none;
}

.page-products .feat-crumbs a:hover,
.page-products .feat-crumbs a:focus-visible { color: var(--gold); }

.page-products .feat-crumbs [aria-current="page"] { color: var(--gold); }

.page-products .feat-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 5vw, 48px);
  align-items: end;
}

.page-products .feat-hero .kicker,
.page-products .feat-stock .kicker { color: var(--gold); }

.page-products .feat-hero h1 {
  margin: 12px 0 0;
  font-size: clamp(38px, 7.2vw, 88px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.page-products .feat-hero__dek {
  margin: 18px 0 0;
  max-width: 46ch;
  font-size: clamp(15px, 1.9vw, 18px);
  line-height: 1.8;
  color: rgba(245, 241, 230, 0.82);
}

.page-products .feat-legend {
  margin-top: clamp(20px, 3vw, 32px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: rgba(245, 241, 230, 0.78);
}

.page-products .feat-legend .legend__swatch {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 8px;
}

.page-products .feat-hero__dial {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.page-products .feat-hero__number {
  display: block;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: clamp(84px, 17vw, 172px);
  line-height: 0.84;
  letter-spacing: -0.04em;
  color: var(--gold);
}

.page-products .feat-hero__unit {
  font-size: clamp(14px, 1.8vw, 18px);
  letter-spacing: 0.16em;
  color: rgba(245, 241, 230, 0.74);
}

.page-products .feat-hero__rail {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: rgba(245, 241, 230, 0.56);
}

.page-products .feat-ruler {
  position: relative;
  z-index: 1;
  margin-top: clamp(40px, 7vw, 80px);
}

.page-products .feat-ruler__track {
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--green-meadow) 0%, var(--dusk-light) 54%, var(--gold) 100%);
  opacity: 0.85;
}

.page-products .feat-ruler__marks {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.page-products .feat-ruler__marks li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(245, 241, 230, 0.6);
}

.page-products .feat-ruler__marks li:not(:first-child) { text-align: right; }

.page-products .feat-ruler__marks .num {
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 600;
  color: var(--sand);
}

.page-products .feat-ruler__marks em { font-style: normal; }

.page-products .feat-ruler__unit {
  margin: 14px 0 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(245, 241, 230, 0.5);
}

/* ---------- 区块通用 ---------- */

.page-products .feat-section {
  padding: clamp(60px, 9vw, 128px) 0;
}

.page-products .section-head {
  max-width: 64ch;
  margin-bottom: clamp(28px, 5vw, 52px);
}

.page-products .section-title {
  margin: 8px 0 10px;
  font-size: clamp(28px, 4.4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.14;
}

.page-products .section-note {
  margin: 0;
  max-width: 60ch;
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.8;
  color: var(--muted);
}

.page-products .feat-figure {
  margin: 0;
}

.page-products .feat-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-m);
  object-fit: cover;
}

.page-products .feat-figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.7;
  color: var(--muted);
}

.page-products .feat-note-line {
  margin: clamp(28px, 4vw, 44px) 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--gold);
  max-width: 68ch;
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-soft);
}

/* ---------- 01 场景 ---------- */

.page-products .feat-scenes { background: var(--sand); }

.page-products .feat-figure--band { margin-bottom: clamp(28px, 4vw, 44px); }

.page-products .feat-filter { margin-top: clamp(8px, 2vw, 16px); }

.page-products .filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(20px, 3vw, 32px);
}

.page-products .scene-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 3vw, 28px);
}

.page-products .scene-card {
  --scene: var(--gold);
  position: relative;
  padding: clamp(20px, 3vw, 30px);
  background: var(--cloud);
  border-radius: var(--radius-m);
  border-left: 3px solid var(--scene);
  box-shadow: 0 1px 0 var(--feat-hairline);
}

.page-products .scene-card__index {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--scene);
}

.page-products .scene-card__name {
  margin: 6px 0 14px;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.page-products .scene-card__cycle {
  margin: 0 0 14px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.page-products .scene-card__cycle .num {
  font-family: var(--font-mono);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: var(--scene);
}

.page-products .scene-card__unit {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.page-products .scene-card__judge {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-soft);
}

.page-products .scene-card__note {
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid var(--feat-hairline);
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
}

/* ---------- 02 保养周期 ---------- */

.page-products .feat-cycles { background: var(--feat-soft); }

.page-products .feat-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
}

.page-products .feat-table { overflow-x: auto; }

.page-products .feat-ledger {
  width: 100%;
  min-width: 520px;
}

.page-products .feat-ledger .num {
  font-family: var(--font-mono);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.page-products .feat-cycles__foot {
  margin: clamp(28px, 4vw, 44px) 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--green-meadow);
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-soft);
}

.page-products .feat-cycles__foot .num {
  font-family: var(--font-mono);
  font-weight: 600;
  color: var(--green-deep);
}

/* ---------- 03 库存状态 ---------- */

.page-products .feat-stock {
  background:
    radial-gradient(100% 72% at 90% -4%, rgba(60, 109, 150, 0.4) 0%, rgba(60, 109, 150, 0) 62%),
    linear-gradient(152deg, var(--dusk) 0%, var(--green-abyss) 80%);
  color: var(--sand);
}

.page-products .feat-stock .section-title { color: var(--sand); }

.page-products .feat-stock .section-note { color: rgba(245, 241, 230, 0.66); }

.page-products .feat-stock__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.page-products .feat-stock__intro .section-title { margin-top: 8px; }

.page-products .feat-stock .prose {
  margin: 0;
  max-width: 46ch;
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.85;
  color: rgba(245, 241, 230, 0.86);
}

.page-products .feat-stock__rail {
  margin: 18px 0 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: rgba(245, 241, 230, 0.58);
}

.page-products .feat-figure--stock figcaption { color: rgba(245, 241, 230, 0.54); }

.page-products .stock-fields {
  margin-top: clamp(32px, 5vw, 60px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.page-products .stock-field {
  padding: 4px 20px;
  background: var(--glass);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius-s);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.page-products .stock-field summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--sand);
}

.page-products .stock-field summary::-webkit-details-marker { display: none; }

.page-products .stock-field summary::after {
  content: "+";
  flex: none;
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 600;
  color: var(--gold);
}

.page-products .stock-field[open] summary::after { content: "−"; }

.page-products .stock-field p {
  margin: 0 0 18px;
  max-width: 74ch;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(245, 241, 230, 0.76);
}

/* ---------- 04 交付周期 ---------- */

.page-products .feat-delivery { background: var(--sand); }

.page-products .feat-split--delivery { align-items: start; }

.page-products .delivery-path {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
  position: relative;
}

.page-products .delivery-path::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--green-meadow) 0%, var(--dusk-light) 56%, var(--gold) 100%);
}

.page-products .delivery-path__step {
  position: relative;
  padding-left: 58px;
  min-height: 30px;
}

.page-products .delivery-path__dot {
  position: absolute;
  left: 8px;
  top: 0;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cloud);
  border: 2px solid var(--green-meadow);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--green-deep);
  z-index: 1;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-products .delivery-path__title {
  margin: 2px 0 6px;
  font-size: clamp(17px, 2.2vw, 20px);
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}

.page-products .delivery-path__text {
  margin: 0;
  max-width: 52ch;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}

@media (hover: hover) {
  .page-products .delivery-path__step:hover .delivery-path__dot {
    background: var(--green-meadow);
    border-color: var(--green-meadow);
    color: var(--cloud);
  }

  .page-products .delivery-path__step:hover .delivery-path__title { color: var(--green-deep); }
}

.page-products .feat-figure--delivery { align-self: start; }

.page-products .delivery-bands {
  margin-top: clamp(32px, 5vw, 60px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.page-products .delivery-band {
  --accent: var(--green-meadow);
  padding: clamp(18px, 2.6vw, 26px) clamp(18px, 2.6vw, 26px);
  background: var(--cloud);
  border-radius: var(--radius-m);
  border-left: 4px solid var(--accent);
}

.page-products .delivery-band:nth-child(2) { --accent: var(--dusk-light); }
.page-products .delivery-band:nth-child(3) { --accent: var(--gold); }

.page-products .delivery-band .num {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(30px, 4.4vw, 46px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--accent);
}

.page-products .delivery-band__label {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--muted);
}

/* ---------- 05 网点覆盖 ---------- */

.page-products .feat-coverage { background: linear-gradient(180deg, var(--sand) 0%, var(--feat-soft) 100%); }

.page-products .coverage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}

.page-products .feat-figure--coverage { margin-bottom: 20px; }

.page-products .coverage-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 5px;
  max-width: 620px;
}

.page-products .coverage-grid li {
  aspect-ratio: 1 / 1;
  border-radius: 3px;
  background: rgba(27, 59, 95, 0.16);
  transition: transform 0.18s ease, background 0.18s ease;
}

.page-products .coverage-grid li:nth-child(-n + 14) {
  background: var(--green-meadow);
}

@media (hover: hover) {
  .page-products .coverage-grid li:hover {
    transform: scale(1.3);
    background: var(--gold);
  }
}

.page-products .coverage-legend {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.page-products .coverage-legend .legend__swatch {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 8px;
}

.page-products .coverage-swatch--north { background: var(--green-meadow); }
.page-products .coverage-swatch--rest { background: rgba(27, 59, 95, 0.28); }

.page-products .coverage-facts dl {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.page-products .coverage-facts dl > div {
  padding: 18px 20px;
  background: var(--cloud);
  border-radius: var(--radius-m);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 14px;
}

.page-products .coverage-facts dt {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.page-products .coverage-facts dd {
  margin: 0;
  font-size: 14px;
  color: var(--ink-soft);
}

.page-products .coverage-facts dd .num {
  font-family: var(--font-mono);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: var(--green-deep);
  margin-right: 4px;
}

.page-products .coverage-facts a {
  color: var(--green-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-products .coverage-factors {
  margin-top: clamp(40px, 6vw, 72px);
}

.page-products .coverage-factors h3 {
  margin: 0 0 18px;
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.page-products .coverage-factors ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.page-products .coverage-factors li {
  padding: 20px 22px;
  background: rgba(251, 250, 245, 0.8);
  border-radius: var(--radius-m);
  border-top: 2px solid var(--dusk-light);
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-soft);
}

.page-products .coverage-factors strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--green-deep);
}

/* ---------- 收束 ---------- */

.page-products .feat-outro {
  padding: clamp(56px, 8vw, 108px) 0 clamp(44px, 6vw, 80px);
  background: linear-gradient(180deg, var(--green-deep) 0%, var(--green-abyss) 100%);
  color: var(--sand);
}

.page-products .feat-outro__title {
  margin: 0;
  font-size: clamp(24px, 3.4vw, 38px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sand);
}

.page-products .feat-links {
  list-style: none;
  margin: clamp(20px, 3vw, 32px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.page-products .feat-links a {
  display: block;
  padding: 15px 4px;
  border-bottom: 1px solid var(--feat-hairline-dark);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(245, 241, 230, 0.84);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.page-products .feat-links a:hover,
.page-products .feat-links a:focus-visible {
  color: var(--gold);
  padding-left: 14px;
}

/* ---------- 动效 ---------- */

@media (prefers-reduced-motion: no-preference) {
  .page-products [data-reveal] {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .page-products [data-reveal][data-revealed] {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- 断点 ---------- */

@media (min-width: 640px) {
  .page-products .delivery-bands {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-products .coverage-facts dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .page-products .scene-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .page-products .scene-card:nth-child(2) { margin-top: 34px; }
  .page-products .scene-card:nth-child(3) { margin-top: 68px; }

  .page-products .stock-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .feat-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
  }
}

@media (min-width: 900px) {
  .page-products .feat-hero__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: clamp(32px, 5vw, 72px);
  }

  .page-products .feat-hero__dial {
    align-items: flex-end;
    text-align: right;
  }

  .page-products .feat-hero__rail { text-align: right; }

  .page-products .feat-split {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  }

  .page-products .feat-split--delivery {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  }

  .page-products .feat-stock__grid {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
    gap: clamp(32px, 5vw, 64px);
  }

  .page-products .coverage-layout {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  }

  .page-products .feat-outro .feat-links { max-width: 880px; }
}

@media (min-width: 1120px) {
  .page-products .feat-figure--band {
    margin-left: -3vw;
    margin-right: 3vw;
  }
}
<<<END>>>
