.page-products {
  --pd-gap: clamp(20px, 4vw, 36px);
  --pd-warn: rgba(255, 107, 44, 0.16);
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-body);
  overflow-x: clip;
}

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

.page-products .breadcrumb {
  padding-top: 18px;
  padding-bottom: 0;
}

/* ---------- 首屏 ---------- */
.page-products .pd-hero {
  position: relative;
  padding: clamp(28px, 6vw, 68px) 0 clamp(34px, 7vw, 78px);
  background:
    radial-gradient(58% 62% at 84% 6%, rgba(43, 232, 208, 0.16), transparent 68%),
    radial-gradient(48% 56% at 2% 96%, rgba(255, 107, 44, 0.14), transparent 72%),
    linear-gradient(180deg, var(--ink-3) 0%, var(--ink) 62%);
  overflow: hidden;
}

.page-products .pd-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 138, 165, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 138, 165, 0.13) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(78% 68% at 52% 28%, #000 18%, transparent 86%);
  mask-image: radial-gradient(78% 68% at 52% 28%, #000 18%, transparent 86%);
  pointer-events: none;
}

.page-products .pd-hero__inner {
  position: relative;
  z-index: 1;
}

.page-products .pd-hero__eyebrow {
  color: var(--cyan);
}

.page-products .pd-hero__title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(30px, 6.2vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 14px 0 0;
  max-width: 16em;
  color: var(--paper);
}

.page-products .pd-hero__lead {
  max-width: 46em;
  margin: 18px 0 0;
  color: rgba(244, 237, 226, 0.78);
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.85;
}

.page-products .pd-stats {
  list-style: none;
  margin: clamp(24px, 4vw, 38px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.page-products .pd-stats__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: rgba(22, 35, 58, 0.72);
}

.page-products .pd-stats__v {
  font-family: var(--font-mono);
  font-size: clamp(20px, 2.6vw, 28px);
  color: var(--gold);
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.page-products .pd-stats__k {
  font-size: 13px;
  color: var(--mute);
  line-height: 1.5;
}

.page-products .pd-hero__mediawrap {
  position: relative;
  z-index: 1;
  margin-top: clamp(28px, 5vw, 52px);
}

.page-products .pd-hero__media {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--ink-2);
}

.page-products .media__caption {
  font-size: 12px;
  color: var(--mute);
}

/* ---------- 章节骨架 ---------- */
.page-products .pd-section {
  position: relative;
  padding: clamp(46px, 8vw, 100px) 0;
}

.page-products .pd-head {
  max-width: 46em;
  margin-bottom: clamp(22px, 3.6vw, 40px);
}

.page-products .pd-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(25px, 4.2vw, 42px);
  line-height: 1.16;
  letter-spacing: -0.025em;
  margin: 10px 0 0;
  color: var(--paper);
}

.page-products .pd-lead {
  margin: 14px 0 0;
  color: var(--mute);
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.85;
}

.page-products .pd-inline-link {
  color: var(--cyan);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-products .pd-inline-link:hover {
  color: var(--orange);
}

/* ---------- 功能全景 ---------- */
.page-products .pd-fnlist {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-products .pd-fn {
  position: relative;
  z-index: 1;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: linear-gradient(120deg, var(--ink-2), var(--ink-3) 76%);
  overflow: hidden;
  transition: border-color 0.3s var(--ease);
}

.page-products .pd-fn:nth-child(2) { z-index: 2; }
.page-products .pd-fn:nth-child(3) { z-index: 3; }
.page-products .pd-fn:nth-child(4) { z-index: 4; }
.page-products .pd-fn:nth-child(5) { z-index: 5; }
.page-products .pd-fn:nth-child(6) { z-index: 6; }

.page-products .pd-fn + .pd-fn {
  margin-top: -4px;
}

.page-products .pd-fn::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--cyan), var(--teal));
}

.page-products .pd-fn:nth-child(3n + 2)::before {
  background: linear-gradient(180deg, var(--orange), var(--gold));
}

.page-products .pd-fn:nth-child(3n + 3)::before {
  background: linear-gradient(180deg, var(--gold), var(--teal));
}

.page-products .pd-fn:hover,
.page-products .pd-fn[open] {
  border-color: var(--line-strong);
}

.page-products .pd-fn__sum {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px 18px 22px;
  cursor: pointer;
  list-style: none;
}

.page-products .pd-fn__sum::-webkit-details-marker {
  display: none;
}

.page-products .pd-fn__no {
  flex: 0 0 auto;
  min-width: 26px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--cyan);
}

.page-products .pd-fn__name {
  flex: 1 1 auto;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(17px, 2.2vw, 22px);
  letter-spacing: -0.01em;
  color: var(--paper);
}

.page-products .pd-fn__tag {
  display: none;
  flex: 0 0 auto;
  padding: 4px 11px;
  border: 1px solid rgba(242, 178, 75, 0.42);
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--gold);
  white-space: nowrap;
}

.page-products .pd-fn__mark {
  position: relative;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.page-products .pd-fn__mark::before,
.page-products .pd-fn__mark::after {
  content: "";
  position: absolute;
  background: var(--mute);
  border-radius: 2px;
}

.page-products .pd-fn__mark::before {
  left: 0;
  right: 0;
  top: 7px;
  height: 2px;
}

.page-products .pd-fn__mark::after {
  top: 0;
  bottom: 0;
  left: 7px;
  width: 2px;
  transition: transform 0.3s var(--ease);
}

.page-products .pd-fn[open] .pd-fn__mark::after {
  transform: rotate(90deg);
}

.page-products .pd-fn__body {
  padding: 0 20px 22px 22px;
  border-top: 1px solid var(--line);
}

.page-products .pd-fn__body p {
  margin: 16px 0 0;
  color: rgba(244, 237, 226, 0.74);
  font-size: 15px;
  line-height: 1.9;
}

/* ---------- 2.4 版升级 ---------- */
.page-products .pd-review {
  position: relative;
  padding: clamp(22px, 4vw, 46px);
  border-radius: var(--r-lg);
  background: var(--paper);
  color: var(--text-ink);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.page-products .pd-review__eyebrow {
  color: var(--teal);
}

.page-products .pd-review__title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(24px, 3.8vw, 38px);
  line-height: 1.18;
  letter-spacing: -0.025em;
  margin: 10px 0 0;
  color: var(--text-ink);
}

.page-products .pd-review__lead {
  margin: 14px 0 0;
  max-width: 48em;
  font-size: clamp(15px, 1.7vw, 16.5px);
  line-height: 1.9;
  color: rgba(16, 22, 31, 0.78);
}

.page-products .pd-review__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: clamp(20px, 3.4vw, 32px);
}

.page-products .pd-review__cell {
  padding-top: 14px;
  border-top: 3px solid var(--orange);
}

.page-products .pd-review__cell:nth-child(2) {
  border-top-color: var(--teal);
}

.page-products .pd-review__cell:nth-child(3) {
  border-top-color: var(--gold);
}

.page-products .pd-review__idx {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(16, 22, 31, 0.5);
}

.page-products .pd-review__cell-title {
  margin: 8px 0 0;
  font-family: var(--font-head);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 700;
  color: var(--text-ink);
}

.page-products .pd-review__cell p {
  margin: 10px 0 0;
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(16, 22, 31, 0.76);
}

.page-products .pd-review__visual {
  margin: clamp(20px, 3vw, 30px) 0 0;
  padding: 16px 18px;
  border-radius: var(--r-md);
  background: var(--paper-2);
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(16, 22, 31, 0.82);
}

/* ---------- 斜切过渡带 ---------- */
.page-products .pd-cut {
  padding: clamp(16px, 2.6vw, 24px) 0;
  background: linear-gradient(100deg, var(--orange), var(--gold) 56%, var(--cyan));
  color: var(--ink);
  transform: skewY(-1.5deg);
}

.page-products .pd-cut__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  transform: skewY(1.5deg);
}

.page-products .pd-cut__label {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 4px 12px;
  border-radius: var(--r-pill);
  background: rgba(11, 18, 32, 0.88);
  color: var(--paper);
}

.page-products .pd-cut__text {
  flex: 1 1 12em;
  font-size: clamp(14px, 1.8vw, 17px);
  font-weight: 700;
  line-height: 1.6;
}

.page-products .pd-cut__num {
  font-family: var(--font-mono);
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* ---------- 设备对比 ---------- */
.page-products .pd-spec__hero {
  margin: 0 0 clamp(22px, 3.4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--ink-2);
}

.page-products .pd-spec {
  position: relative;
  padding: clamp(18px, 3.2vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--ink-2);
  overflow: hidden;
}

.page-products .pd-spec__glow {
  position: absolute;
  top: -18%;
  right: -10%;
  width: 46%;
  opacity: 0.12;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(circle at 60% 40%, #000 10%, transparent 78%);
  mask-image: radial-gradient(circle at 60% 40%, #000 10%, transparent 78%);
}

.page-products .pd-spec__rail {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.page-products .pd-spec__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.page-products .pd-spec__tab {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-pill);
  font-size: 13px;
  color: var(--mute);
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.page-products .pd-spec__tab:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

.page-products .pd-spec__radio:focus-visible + .pd-spec__tab {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

.page-products .pd-spec:has(#spec-all:checked) [for="spec-all"],
.page-products .pd-spec:has(#spec-size:checked) [for="spec-size"],
.page-products .pd-spec:has(#spec-refresh:checked) [for="spec-refresh"],
.page-products .pd-spec:has(#spec-land:checked) [for="spec-land"],
.page-products .pd-spec:has(#spec-split:checked) [for="spec-split"] {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--ink);
  font-weight: 700;
}

.page-products .pd-spec:has(#spec-size:checked) [data-col="size"],
.page-products .pd-spec:has(#spec-refresh:checked) [data-col="refresh"],
.page-products .pd-spec:has(#spec-land:checked) [data-col="land"],
.page-products .pd-spec:has(#spec-split:checked) [data-col="split"] {
  background: var(--pd-warn);
  color: var(--gold);
}

.page-products .pd-spec__hint {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  font-size: 12px;
  color: var(--mute);
}

.page-products .pd-spec__scroll {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  border-radius: var(--r-md);
  -webkit-overflow-scrolling: touch;
}

.page-products .pd-spec__table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.page-products .pd-spec__table th,
.page-products .pd-spec__table td {
  padding: 13px 14px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 13px;
  white-space: nowrap;
  transition: background 0.25s var(--ease), color 0.25s var(--ease);
}

.page-products .pd-spec__table thead th {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--cyan);
  border-bottom: 1px solid var(--line-strong);
}

.page-products .pd-spec__table tbody th {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--paper);
}

.page-products .pd-spec__table tbody td {
  color: rgba(244, 237, 226, 0.7);
}

.page-products .pd-spec__table tbody tr:last-child th,
.page-products .pd-spec__table tbody tr:last-child td {
  border-bottom: 0;
}

.page-products .pd-spec__note {
  position: relative;
  z-index: 1;
  margin-top: clamp(20px, 3vw, 30px);
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.page-products .pd-spec__note-title {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 700;
  color: var(--paper);
}

.page-products .pd-spec__note-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.page-products .pd-spec__note-list li {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(244, 237, 226, 0.72);
}

.page-products .pd-spec__note-list strong {
  color: var(--gold);
  font-weight: 700;
  margin-right: 6px;
}

/* ---------- 平板四个关注点 ---------- */
.page-products .pd-focus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-products .pd-focus__item {
  position: relative;
  padding: 20px 20px 20px 24px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: linear-gradient(135deg, rgba(22, 35, 58, 0.92), rgba(14, 23, 40, 0.92));
}

.page-products .pd-focus__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 2px;
  border-radius: 2px;
  background: var(--cyan);
}

.page-products .pd-focus__item:nth-child(2)::before { background: var(--orange); }
.page-products .pd-focus__item:nth-child(3)::before { background: var(--gold); }
.page-products .pd-focus__item:nth-child(4)::before { background: var(--teal); }

.page-products .pd-focus__title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(17px, 2.1vw, 20px);
  font-weight: 700;
  color: var(--paper);
}

.page-products .pd-focus__idx {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--gold);
}

.page-products .pd-focus__item p {
  margin: 10px 0 0;
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(244, 237, 226, 0.72);
}

/* ---------- 赛前十分钟 ---------- */
.page-products .pd-lineup {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3.4vw, 34px);
}

.page-products .pd-lineup__card {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  background: linear-gradient(140deg, var(--ink-2), var(--ink-3));
}

.page-products .pd-lineup__label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 13px;
  color: var(--cyan);
  letter-spacing: 0.02em;
}

.page-products .pd-lineup__timer {
  display: block;
  margin: 12px 0 0;
  font-family: var(--font-mono);
  font-size: clamp(42px, 9vw, 66px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--orange);
}

.page-products .pd-lineup__sub {
  margin: 12px 0 0;
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--mute);
}

.page-products .pd-lineup__media {
  margin: 20px 0 0;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--line);
}

.page-products .pd-lineup__title {
  margin: 10px 0 0;
  font-family: var(--font-head);
  font-size: clamp(23px, 3.6vw, 36px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  color: var(--paper);
}

.page-products .pd-lineup__text {
  margin: 14px 0 0;
  font-size: 15.5px;
  line-height: 1.9;
  color: rgba(244, 237, 226, 0.76);
}

.page-products .pd-lineup__list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-products .pd-lineup__list li {
  padding-left: 16px;
  position: relative;
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(244, 237, 226, 0.72);
}

.page-products .pd-lineup__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
}

.page-products .pd-lineup__list strong {
  color: var(--paper);
  font-weight: 700;
  margin-right: 6px;
}

/* ---------- 主场地图联动 ---------- */
.page-products .pd-map__media {
  margin: 0 0 clamp(22px, 3.4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--ink-2);
}

.page-products .pd-map__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-products .pd-map__step {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: rgba(22, 35, 58, 0.62);
}

.page-products .pd-map__no {
  display: inline-block;
  padding: 3px 10px;
  border-radius: var(--r-pill);
  background: rgba(43, 232, 208, 0.12);
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.06em;
}

.page-products .pd-map__step h3 {
  margin: 12px 0 0;
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 700;
  color: var(--paper);
}

.page-products .pd-map__step p {
  margin: 9px 0 0;
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(244, 237, 226, 0.72);
}

.page-products .pd-map__tail {
  margin: 22px 0 0;
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--mute);
}

/* ---------- 三步开始 ---------- */
.page-products .pd-path {
  position: relative;
}

.page-products .pd-path__line {
  display: none;
}

.page-products .pd-path__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.page-products .pd-path__step {
  position: relative;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: linear-gradient(150deg, rgba(22, 35, 58, 0.95), rgba(11, 18, 32, 0.95));
}

.page-products .pd-path__idx {
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--gold);
  line-height: 1;
}

.page-products .pd-path__title {
  margin: 12px 0 0;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: var(--paper);
}

.page-products .pd-path__text {
  margin: 10px 0 0;
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(244, 237, 226, 0.72);
}

.page-products .pd-path__time {
  display: inline-block;
  margin-top: 14px;
  padding: 4px 11px;
  border: 1px solid rgba(43, 232, 208, 0.36);
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--cyan);
}

.page-products .pd-path__tail {
  margin: 20px 0 0;
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--mute);
}

/* ---------- 配置建议 ---------- */
.page-products .pd-fit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-products .pd-fit__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(18px, 2.6vw, 26px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--ink-2);
}

.page-products .pd-fit__card--hot {
  border-color: rgba(255, 107, 44, 0.5);
  background: linear-gradient(160deg, rgba(255, 107, 44, 0.12), rgba(22, 35, 58, 0.98) 60%);
}

.page-products .pd-fit__tag {
  align-self: flex-start;
  margin: 0;
  padding: 4px 12px;
  border-radius: var(--r-pill);
  background: rgba(43, 232, 208, 0.12);
  color: var(--cyan);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.page-products .pd-fit__card--hot .pd-fit__tag {
  background: rgba(255, 107, 44, 0.16);
  color: var(--orange);
}

.page-products .pd-fit__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(18px, 2.3vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--paper);
}

.page-products .pd-fit__text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(244, 237, 226, 0.72);
}

.page-products .pd-fit__list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.page-products .pd-fit__list li {
  position: relative;
  padding-left: 15px;
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.7;
  color: rgba(244, 237, 226, 0.68);
}

.page-products .pd-fit__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

/* ---------- 收束 ---------- */
.page-products .pd-section--ends {
  padding-top: clamp(30px, 5vw, 56px);
  border-top: 1px solid var(--line);
}

.page-products .pd-ends__title {
  margin: 0;
}

.page-products .pd-ends__lead {
  max-width: 46em;
}

.page-products .pd-ends {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(18px, 3vw, 28px);
}

.page-products .pd-end-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-pill);
  color: var(--paper);
  font-size: 14px;
  text-decoration: none;
  transition: border-color 0.25s var(--ease), color 0.25s var(--ease);
}

.page-products .pd-end-link:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

/* ---------- 断点 ---------- */
@media (min-width: 640px) {
  .page-products .pd-fn__tag {
    display: inline-block;
  }

  .page-products .pd-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .page-products .pd-spec__note-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 22px;
  }
}

@media (min-width: 768px) {
  .page-products .pd-review__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .page-products .pd-focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .page-products .pd-map__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

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

@media (min-width: 860px) {
  .page-products .pd-lineup {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
  }

  .page-products .pd-path__line {
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 66px;
    pointer-events: none;
  }

  .page-products .pd-path__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding-top: 30px;
  }

  .page-products .pd-fit {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
<<<END>>>
