.page-products {
  padding-top: var(--head-h);
  background: var(--ink-800);
  color: var(--white);
  overflow-x: clip;
}

.page-products .prod-section {
  padding: clamp(48px, 8vw, 104px) var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
}

.page-products .prod-section + .prod-section {
  padding-top: clamp(36px, 5vw, 72px);
}

.page-products .prod-section__head {
  max-width: 46em;
  margin-bottom: clamp(24px, 3.5vw, 44px);
}

.page-products .prod-section__lede {
  margin-top: 14px;
  color: var(--mist);
  font-size: 17px;
  line-height: 1.85;
  max-width: 34em;
}

.page-products .eyebrow {
  letter-spacing: .18em;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--sand);
}

.page-products .t-index {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--mist);
  margin: 0 0 12px;
}

.page-products .t-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 5.2vw, 56px);
  line-height: 1.12;
  letter-spacing: -.01em;
  margin: 0;
}

.page-products .t-sub {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(19px, 2.4vw, 25px);
  line-height: 1.3;
  margin: 0 0 10px;
}

.page-products .num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.page-products .num--xl {
  font-size: clamp(48px, 9vw, 96px);
  line-height: 1;
  color: var(--flame);
}

.page-products .num--lg {
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1;
  color: var(--flame);
}

.page-products .num--md {
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1;
  color: var(--flame);
}

.page-products .unit {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .12em;
  color: var(--mist);
  margin-left: .15em;
}

/* ---------- 面包屑 ---------- */
.page-products .breadcrumb {
  padding: 0 var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
}

.page-products .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--mist);
}

.page-products .breadcrumb a {
  color: var(--mist);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.page-products .breadcrumb a:hover,
.page-products .breadcrumb a:focus-visible {
  color: var(--flame-soft);
  border-bottom-color: var(--flame-soft);
}

.page-products .breadcrumb li + li::before {
  content: "/";
  margin-right: 10px;
  color: var(--ink-600);
}

/* ---------- 首屏 ---------- */
.page-products .prod-lead {
  position: relative;
  isolation: isolate;
  padding: clamp(40px, 7vw, 92px) var(--gutter) clamp(36px, 5vw, 68px);
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: clamp(32px, 5vw, 56px);
}

.page-products .prod-lead::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(var(--head-h) * -1);
  left: 0;
  right: 0;
  height: min(74%, 520px);
  background:
    linear-gradient(102deg,
      var(--ink-700) 0%,
      var(--ink-700) 42%,
      var(--glass-deep) 42%,
      var(--glass-deep) 68%,
      transparent 68%);
  pointer-events: none;
}

.page-products .prod-lead__body {
  position: relative;
  max-width: 40em;
}

.page-products .prod-lead h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(36px, 7.4vw, 96px);
  line-height: 1.02;
  letter-spacing: -.02em;
  margin: 14px 0 0;
}

.page-products .prod-lead__lede {
  margin-top: clamp(18px, 2.5vw, 28px);
  font-size: 17px;
  line-height: 1.85;
  color: var(--white);
  max-width: 34em;
}

.page-products .prod-lead__actions {
  margin-top: clamp(22px, 3vw, 34px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-products .prod-lead__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.page-products .prod-lead__stat {
  background: var(--ink-700);
  padding: clamp(16px, 2.4vw, 26px) clamp(14px, 2vw, 22px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-products .prod-lead__stat dt {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--mist);
}

.page-products .prod-lead__stat dd {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

/* ---------- 表格 ---------- */
.page-products .prod-table-shell {
  position: relative;
}

.page-products .prod-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
}

.page-products .prod-table caption {
  text-align: left;
  padding: 0 0 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--mist);
}

.page-products .prod-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--ink-900);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--sand);
  text-align: left;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line-strong);
  white-space: nowrap;
}

.page-products .prod-table tbody th {
  text-align: left;
  font-weight: 500;
  color: var(--white);
  white-space: nowrap;
}

.page-products .prod-table tbody td,
.page-products .prod-table tbody th {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.page-products .prod-table tbody td {
  color: var(--mist);
}

.page-products .prod-table tbody tr:nth-child(even) {
  background: var(--ink-700);
}

.page-products .prod-table tbody tr:hover {
  background: var(--ink-600);
}

.page-products .prod-table tbody tr:hover td {
  color: var(--white);
}

.page-products .prod-table--compact {
  min-width: 660px;
}

/* ---------- 图 ---------- */
.page-products .prod-figure {
  margin: clamp(28px, 4vw, 52px) 0 0;
}

.page-products .prod-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--line);
  object-fit: cover;
}

.page-products .prod-figure figcaption {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--mist);
  max-width: 40em;
}

.page-products .prod-figure--pack img {
  aspect-ratio: 4 / 3;
}

.page-products .prod-figure--heat img {
  aspect-ratio: 14 / 9;
}

.page-products .prod-figure--reel {
  margin: 0;
}

.page-products .prod-figure--reel img {
  aspect-ratio: 16 / 9;
}

.page-products .prod-figure--venue {
  margin: 0 0 clamp(28px, 4vw, 48px);
}

.page-products .prod-figure--venue img {
  aspect-ratio: 2 / 1;
}

/* ---------- 字段说明 ---------- */
.page-products .prod-fields__grid {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
}

.page-products .prod-defs {
  margin: 0;
  border-top: 1px solid var(--line-strong);
}

.page-products .prod-defs__item {
  display: grid;
  gap: 6px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.page-products .prod-defs dt {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.25;
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}

.page-products .prod-defs__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--blue);
}

.page-products .prod-defs dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--mist);
}

.page-products .prod-cta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: clamp(28px, 4vw, 44px) 0 0;
}

/* ---------- 回看集锦 ---------- */
.page-products .prod-reels {
  padding-top: clamp(40px, 6vw, 80px);
}

.page-products .prod-reels__body {
  margin-top: clamp(28px, 4vw, 48px);
}

.page-products .reel-track {
  list-style: none;
  margin: 24px 0 0;
  padding: 0 0 10px;
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.page-products .reel-track__item {
  flex: 0 0 min(272px, 76vw);
  scroll-snap-align: start;
  padding: 4px 22px 8px;
  border-left: 2px solid var(--sand);
  margin-right: 12px;
}

.page-products .reel-track__item .t-index {
  color: var(--sand);
  margin-bottom: 10px;
}

.page-products .reel-track__meta {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0 0 12px;
}

.page-products .reel-track__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--mist);
}

/* ---------- 筛选工具 ---------- */
.page-products .prod-filters {
  display: grid;
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}

.page-products .filter-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 26px;
  padding: 0;
}

.page-products .filter-chips__item {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .16em;
  padding: 9px 16px;
  border: 1px solid var(--ink-600);
  background: var(--glass);
  color: var(--white);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.page-products .filter-chips__item:first-child {
  border-color: var(--flame);
  color: var(--flame-soft);
  box-shadow: inset 0 -2px 0 var(--flame);
}

.page-products .prod-filters__notes {
  margin: 0;
  display: grid;
  gap: 18px;
}

.page-products .prod-filters__notes dt {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 17px;
  color: var(--white);
  margin-bottom: 4px;
}

.page-products .prod-filters__notes dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--mist);
}

.page-products .prod-device {
  margin: 0;
  max-width: 360px;
  transform: rotate(-2.5deg);
}

.page-products .prod-device img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(5, 19, 15, .7);
}

.page-products .prod-device figcaption {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--mist);
}

/* ---------- 获取流程 ---------- */
.page-products .get-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  counter-reset: step;
}

.page-products .get-steps__item {
  background: var(--ink-700);
  padding: clamp(22px, 3vw, 34px);
}

.page-products .get-steps__no {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: var(--flame);
  margin: 0 0 14px;
}

.page-products .get-steps__item p:last-child {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--mist);
}

.page-products .prod-get__update {
  margin-top: clamp(32px, 5vw, 56px);
  padding: clamp(22px, 3vw, 36px);
  background: var(--ink-900);
  border-left: 3px solid var(--blue);
}

.page-products .prod-get__update ul {
  margin: 16px 0 0;
  padding-left: 1.2em;
  display: grid;
  gap: 12px;
}

.page-products .prod-get__update li {
  font-size: 15px;
  line-height: 1.8;
  color: var(--mist);
}

/* ---------- 使用场景 ---------- */
.page-products .scenario-grid {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.page-products .scenario-grid__item {
  background: var(--ink-700);
  padding: clamp(22px, 3vw, 34px);
}

.page-products .scenario-grid__item .t-index {
  color: var(--flame-soft);
}

.page-products .scenario-grid__item p:last-child {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--mist);
}

/* ---------- 收尾 ---------- */
.page-products .prod-closing {
  margin-top: clamp(40px, 6vw, 76px);
  padding: clamp(28px, 4vw, 52px) clamp(22px, 3.5vw, 44px);
  background: linear-gradient(120deg, var(--ink-700) 0%, var(--ink-700) 58%, var(--glass) 58%);
  border: 1px solid var(--line-strong);
}

.page-products .prod-closing .t-sub {
  font-size: clamp(22px, 3.4vw, 34px);
}

.page-products .prod-closing p {
  max-width: 36em;
  font-size: 16px;
  line-height: 1.85;
  color: var(--white);
  margin: 12px 0 0;
}

.page-products .prod-closing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

/* ---------- 通用按钮微调（仅本页作用域内） ---------- */
.page-products .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  padding: 13px 24px;
  border: 1px solid transparent;
  transition: background-color .24s var(--ease), color .24s var(--ease), border-color .24s var(--ease);
}

.page-products .btn--flame {
  background: var(--flame);
  color: var(--ink-900);
  font-weight: 600;
}

.page-products .btn--flame:hover,
.page-products .btn--flame:focus-visible {
  background: var(--flame-soft);
}

.page-products .btn--ghost {
  border-color: var(--ink-600);
  color: var(--white);
}

.page-products .btn--ghost:hover,
.page-products .btn--ghost:focus-visible {
  border-color: var(--flame);
  color: var(--flame-soft);
}

.page-products .btn--sand {
  border-color: var(--sand);
  color: var(--sand);
}

.page-products .btn--sand:hover,
.page-products .btn--sand:focus-visible {
  background: var(--sand);
  color: var(--ink-900);
}

/* ---------- 断点 ---------- */
@media (min-width: 720px) {
  .page-products .prod-lead__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .page-products .prod-filters__notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
  }

  .page-products .reel-track__item {
    flex-basis: min(300px, 32vw);
  }
}

@media (min-width: 1024px) {
  .page-products .prod-lead {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
    align-items: end;
  }

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

  .page-products .prod-fields__grid {
    grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
    align-items: start;
  }

  .page-products .prod-fields__grid .prod-figure {
    margin-top: 0;
    position: sticky;
    top: calc(var(--head-h) + 28px);
  }

  .page-products .prod-filters {
    grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  }

  .page-products .prod-device {
    margin-left: auto;
    max-width: 320px;
  }

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

  .page-products .scenario-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .page-products .prod-reels__body {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
    gap: clamp(32px, 4vw, 64px);
    align-items: start;
  }

  .page-products .prod-reels__body .prod-section__head {
    margin-bottom: 0;
    position: sticky;
    top: calc(var(--head-h) + 28px);
  }

  .page-products .reel-track {
    margin-top: 0;
  }

  .page-products .reel-track__item {
    flex-basis: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .btn,
  .page-products .prod-table tbody tr {
    transition: none;
  }

  .page-products .prod-device {
    transform: none;
  }
}
<<<END>>>
