.page-products {
  --pdp-alt: #E7E2D6;
  --pdp-ink-soft: #555B78;
  color: var(--text);
}

.page-products .prose {
  max-width: 38em;
}

.page-products .pdp-section-lede {
  margin: 12px 0 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.85;
  color: var(--text);
}

/* ---------- 首屏 ---------- */
.page-products .pdp-hero {
  padding-block: clamp(22px, 3.4vw, 42px) clamp(34px, 5vw, 62px);
  background:
    radial-gradient(120% 110% at 92% -10%, rgba(255, 106, 26, 0.14), transparent 56%),
    radial-gradient(90% 80% at -6% 110%, rgba(43, 217, 138, 0.09), transparent 58%);
}

.page-products .pdp-hero__grid {
  display: grid;
  gap: clamp(20px, 3.6vw, 48px);
  margin-top: clamp(18px, 3vw, 34px);
  align-items: end;
}

.page-products .pdp-hero h1 {
  margin: 14px 0 0;
  font-size: clamp(32px, 5.2vw, 58px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--paper);
  max-width: 16ch;
}

.page-products .pdp-hero__lede p {
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.85;
}

.page-products .pdp-hero__lede p.pdp-hero__note {
  margin: 0;
  padding-left: 12px;
  border-left: 1px solid var(--edge);
  font-size: 12.5px;
  line-height: 1.75;
  color: var(--mute);
}

@media (min-width: 861px) {
  .page-products .pdp-hero__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  }
}

/* ---------- 功能矩阵数据带 ---------- */
.page-products .pdp-matrix-band {
  padding-block: clamp(8px, 1.6vw, 18px) clamp(40px, 6vw, 76px);
}

.page-products .pdp-matrix {
  height: auto;
  min-height: 0;
  padding: clamp(20px, 3vw, 30px);
}

.page-products .pdp-matrix__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 20px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px dashed var(--edge);
}

.page-products .pdp-matrix__head h2 {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--paper);
}

.page-products .pdp-matrix__hint {
  margin: 0;
  font-family: var(--mono);
  font-size: 12.5px;
  color: var(--mute);
}

.page-products .pdp-matrix__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2.6vw, 26px);
}

.page-products .pdp-mod {
  min-width: 0;
  padding-top: 13px;
  border-top: 2px solid var(--edge);
}

.page-products .pdp-mod--fee { border-top-color: var(--orange); }
.page-products .pdp-mod--price { border-top-color: var(--signal); }
.page-products .pdp-mod--injury { border-top-color: var(--watch); }
.page-products .pdp-mod--watch { border-top-color: var(--mute); }

.page-products .pdp-mod__no {
  display: block;
  font-size: 12.5px;
  color: var(--mute);
  letter-spacing: 0.04em;
}

.page-products .pdp-mod__name {
  margin: 8px 0 8px;
  font-size: 17px;
  font-weight: 800;
  color: var(--paper);
}

.page-products .pdp-mod__out {
  margin: 0;
  font-size: 14px;
  line-height: 1.78;
  color: var(--text);
}

.page-products .pdp-mod--price .pdp-mod__out .num,
.page-products .pdp-mod--watch .pdp-mod__out .num {
  color: var(--signal);
}

.page-products .pdp-anchor {
  margin: clamp(20px, 3vw, 34px) 0 0;
}

@media (min-width: 620px) {
  .page-products .pdp-matrix__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 981px) {
  .page-products .pdp-matrix__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* ---------- 图片容器 ---------- */
.page-products .frame img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-products .pdp-frame--4x3 {
  aspect-ratio: 4 / 3;
}

.page-products .pdp-frame--3x2 {
  aspect-ratio: 3 / 2;
  margin: clamp(22px, 3.4vw, 36px) 0 0;
}

/* ---------- 双列章节 ---------- */
.page-products .pdp-two {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 4vw, 56px);
  align-items: start;
}

.page-products .pdp-two__main {
  min-width: 0;
}

.page-products .pdp-two__main h2,
.page-products .pdp-injury__head h2,
.page-products .pdp-parity__head h2,
.page-products .pdp-timeline__head h2 {
  margin: 12px 0 0;
  font-size: clamp(24px, 3.6vw, 40px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--paper);
}

.page-products .pdp-two__aside {
  min-width: 0;
}

@media (min-width: 861px) {
  .page-products .pdp-two {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  }

  .page-products .pdp-two--flip {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  }
}

/* ---------- 三步口径 ---------- */
.page-products .pdp-steps {
  padding-block: clamp(42px, 6vw, 78px);
  background: linear-gradient(180deg, transparent, rgba(23, 28, 66, 0.55) 22%, rgba(23, 28, 66, 0.55) 78%, transparent);
}

.page-products .pdp-steps__lede {
  margin: 16px 0 0;
  max-width: 46ch;
  font-size: 15px;
  line-height: 1.85;
  color: var(--mute);
}

.page-products .pdp-steplist {
  list-style: none;
  margin: clamp(20px, 3vw, 32px) 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-products .pdp-step {
  min-width: 0;
}

.page-products .pdp-step details {
  border: 1px solid var(--edge);
  background: var(--indigo-2);
}

.page-products .pdp-step__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  cursor: pointer;
  list-style: none;
  transition: background 0.16s ease;
}

.page-products .pdp-step__head::-webkit-details-marker {
  display: none;
}

.page-products .pdp-step__head:hover {
  background: rgba(255, 106, 26, 0.07);
}

.page-products .pdp-step__no {
  flex: 0 0 auto;
  font-size: 13px;
  color: var(--orange);
  letter-spacing: 0.04em;
}

.page-products .pdp-step__title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--paper);
}

.page-products .pdp-step__chev {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid var(--mute);
  border-bottom: 1.5px solid var(--mute);
  transform: rotate(45deg);
  transition: transform 0.16s ease;
}

.page-products .pdp-step details[open] .pdp-step__chev {
  transform: rotate(-135deg);
}

.page-products .pdp-step__body {
  padding: 14px 16px 18px;
  border-top: 1px dashed var(--edge);
}

.page-products .pdp-step__body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--text);
}

/* ---------- 伤病档案 ---------- */
.page-products .pdp-injury {
  padding-block: clamp(44px, 6.4vw, 84px);
}

.page-products .pdp-injury__head {
  max-width: 68ch;
}

.page-products .pdp-sheet {
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(16px, 2.4vw, 28px);
}

.page-products .pdp-sheet__cap {
  margin: 0 0 16px;
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.03em;
  color: var(--pdp-ink-soft);
}

.page-products .pdp-sheet__note {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.75;
  color: var(--pdp-ink-soft);
}

.page-products .pdp-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-products .pdp-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 14.5px;
}

.page-products .pdp-table th,
.page-products .pdp-table td {
  text-align: left;
  vertical-align: top;
  padding: 13px 14px;
  line-height: 1.72;
  border-bottom: 1px solid #CFC9BB;
}

.page-products .pdp-table thead th {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--pdp-ink-soft);
  border-bottom: 1px solid var(--ink);
}

.page-products .pdp-table tbody th {
  font-weight: 800;
  color: var(--ink);
  width: 20%;
}

.page-products .pdp-table tbody tr:nth-child(even) {
  background: var(--pdp-alt);
}

/* ---------- 关注列表 ---------- */
.page-products .pdp-watch {
  padding-block: clamp(44px, 6.4vw, 84px);
}

.page-products .pdp-facts {
  list-style: none;
  margin: clamp(22px, 3vw, 32px) 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.page-products .pdp-facts li {
  display: grid;
  grid-template-columns: 4.6em minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 14px 0;
  border-top: 1px dashed var(--edge);
}

.page-products .pdp-facts__num {
  font-size: 22px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: -0.01em;
}

.page-products .pdp-facts__label {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--text);
}

.page-products .pdp-watch__tail {
  margin: 22px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: var(--mute);
  max-width: 52ch;
}

/* ---------- 两端对照 ---------- */
.page-products .pdp-parity {
  padding-block: clamp(44px, 6.4vw, 84px);
  background: var(--indigo-2);
}

.page-products .pdp-parity__head {
  max-width: 68ch;
  margin-bottom: clamp(22px, 3vw, 34px);
}

.page-products .pdp-cmp {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14.5px;
}

.page-products .pdp-cmp th,
.page-products .pdp-cmp td {
  text-align: left;
  vertical-align: top;
  padding: 13px 14px;
  line-height: 1.72;
  border: 1px solid var(--edge);
  color: var(--text);
}

.page-products .pdp-cmp thead th {
  background: var(--indigo);
  color: var(--paper);
  font-weight: 800;
  font-size: 13.5px;
  letter-spacing: 0.02em;
}

.page-products .pdp-cmp tbody th {
  width: 26%;
  font-weight: 800;
  color: var(--paper);
}

.page-products .pdp-cmp tbody tr:nth-child(odd) {
  background: rgba(14, 18, 48, 0.55);
}

.page-products .pdp-cmp tbody tr:nth-child(n + 6) th {
  color: var(--orange-2);
}

/* ---------- 版本时间轴 ---------- */
.page-products .pdp-timeline {
  padding-block: clamp(46px, 6.6vw, 88px);
}

.page-products .pdp-timeline__head {
  max-width: 68ch;
}

.page-products .pdp-tl {
  list-style: none;
  margin: clamp(26px, 4vw, 46px) 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.page-products .pdp-tl__item {
  position: relative;
  padding: 18px 0 18px 30px;
  border-left: 1px solid var(--edge);
}

.page-products .pdp-tl__item:nth-child(1) { padding-top: 14px; }
.page-products .pdp-tl__item:nth-child(2) { padding-block: 30px; }
.page-products .pdp-tl__item:nth-child(3) { padding-block: 22px; }
.page-products .pdp-tl__item:nth-child(4) { padding-top: 30px; padding-bottom: 22px; }

.page-products .pdp-tl__item::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 26px;
  width: 9px;
  height: 9px;
  background: var(--indigo);
  border: 2px solid var(--orange);
}

.page-products .pdp-tl__item:nth-child(1)::before { top: 22px; }
.page-products .pdp-tl__item:nth-child(2)::before { top: 38px; }
.page-products .pdp-tl__item:nth-child(3)::before { top: 30px; }
.page-products .pdp-tl__item:nth-child(4)::before { top: 38px; }

.page-products .pdp-tl__label {
  display: block;
  margin-bottom: 8px;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--orange);
}

.page-products .pdp-tl__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
  color: var(--paper);
}

.page-products .pdp-tl__desc {
  margin: 0;
  max-width: 62ch;
  font-size: 14px;
  line-height: 1.82;
  color: var(--text);
}

.page-products .pdp-tl__scope {
  margin: 10px 0 0;
  font-family: var(--mono);
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--mute);
}

.page-products .pdp-timeline__figure {
  margin: clamp(26px, 4vw, 44px) 0 0;
}

@media (hover: hover) and (min-width: 861px) {
  .page-products .pdp-tl__scope {
    opacity: 0;
    transform: translateY(-3px);
    transition: opacity 0.16s ease, transform 0.16s ease;
  }

  .page-products .pdp-tl__item:hover .pdp-tl__scope,
  .page-products .pdp-tl__item:focus-within .pdp-tl__scope {
    opacity: 1;
    transform: none;
  }
}

/* ---------- 页尾延伸 ---------- */
.page-products .pdp-next {
  padding-block: clamp(34px, 5vw, 60px) clamp(46px, 6vw, 78px);
  border-top: 1px solid var(--edge);
}

.page-products .pdp-next__title {
  margin: 0 0 18px;
  font-family: var(--mono);
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--mute);
}

.page-products .pdp-next__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.page-products .pdp-next__list li {
  border-top: 1px dashed var(--edge);
}

.page-products .pdp-next__list a {
  display: block;
  padding: 14px 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
  text-decoration: none;
  transition: color 0.16s ease, padding-left 0.16s ease;
}

.page-products .pdp-next__list a:hover,
.page-products .pdp-next__list a:focus-visible {
  color: var(--orange);
  padding-left: 8px;
}

@media (min-width: 781px) {
  .page-products .pdp-next__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(24px, 4vw, 56px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .pdp-step__head,
  .page-products .pdp-step__chev,
  .page-products .pdp-tl__scope,
  .page-products .pdp-next__list a {
    transition: none;
  }

  .page-products .pdp-tl__scope {
    opacity: 1;
    transform: none;
  }
}
