.page-products {
  --pd-border: 2px solid var(--ink-600);
  --pd-gap: 20px;
  padding-bottom: 24px;
}

/* ---------- Hero ---------- */
.page-products .pd-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: var(--pd-border);
  background: var(--ink-950);
  box-shadow: var(--hard);
  margin-bottom: 28px;
}

.page-products .pd-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-products .pd-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.36) saturate(0.75);
}

.page-products .pd-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(112deg, rgba(6, 11, 24, 0.96) 0%, rgba(10, 18, 41, 0.84) 46%, rgba(6, 11, 24, 0.58) 100%);
  pointer-events: none;
}

.page-products .pd-hero__shard {
  position: absolute;
  z-index: 2;
  top: -12%;
  right: -8%;
  width: 46%;
  height: 124%;
  background: var(--dim-cyan);
  opacity: 0.52;
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.page-products .pd-hero__body {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 30px 20px;
}

.page-products .pd-hero__title {
  margin: 0;
  font-family: var(--cond);
  font-weight: 800;
  font-size: clamp(28px, 8.4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.01em;
  color: var(--chalk);
}

.page-products .pd-hero__stats {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  background: var(--ink-600);
  border: 2px solid var(--ink-600);
  align-self: flex-start;
  width: 100%;
  max-width: 620px;
}

.page-products .pd-hero__stats li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  background: rgba(10, 18, 41, 0.82);
}

.page-products .pd-hero__num {
  font-family: var(--mono);
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--cyan);
}

.page-products .pd-hero__cap {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--steel);
}

/* ---------- 目录条 ---------- */
.page-products .pd-toc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding: 12px 14px;
  margin-bottom: 40px;
  border: var(--pd-border);
  background: var(--ink-800);
}

.page-products .pd-toc .toc__title {
  margin: 0;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--steel);
  text-transform: uppercase;
}

.page-products .pd-toc .toc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-products .pd-toc .toc__link {
  display: inline-block;
  padding: 5px 11px;
  border: 1px solid var(--ink-600);
  font-size: 13px;
  font-weight: 500;
  color: var(--chalk);
  text-decoration: none;
  transition: border-color 180ms linear, color 180ms linear, background-color 180ms linear;
}

.page-products .pd-toc .toc__link:hover,
.page-products .pd-toc .toc__link:focus-visible {
  border-color: var(--cyan);
  color: var(--cyan);
}

.page-products .pd-toc .toc__link.is-active {
  border-color: var(--cyan);
  background: var(--dim-cyan);
  color: var(--chalk);
}

/* ---------- 通用区块 ---------- */
.page-products .section {
  margin-bottom: 56px;
}

.page-products .section:last-child {
  margin-bottom: 0;
}

.page-products .pd-inline-link {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid var(--dim-cyan);
}

.page-products .pd-inline-link:hover,
.page-products .pd-inline-link:focus-visible {
  border-bottom-color: var(--cyan);
}

/* ---------- 工作台 Bento ---------- */
.page-products .pd-bento {
  margin-top: 20px;
}

.page-products .pd-desk {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  background: var(--ink-800);
}

.page-products .pd-desk__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--ink-600);
}

.page-products .pd-desk__head .panel__title {
  margin: 0;
  font-family: var(--cond);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--chalk);
}

.page-products .pd-desk__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--steel);
}

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

.page-products .pd-fixture {
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--ink-600);
}

.page-products .pd-fixture:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.page-products .pd-fixture__league {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--steel);
}

.page-products .pd-fixture__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}

.page-products .pd-fixture__side {
  font-family: var(--cond);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--chalk);
}

.page-products .pd-fixture__side--away {
  text-align: right;
}

.page-products .pd-fixture__score {
  font-family: var(--mono);
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: var(--cyan);
  white-space: nowrap;
}

.page-products .pd-fixture__sep {
  padding: 0 3px;
  color: var(--steel);
}

.page-products .pd-fixture .meta {
  margin: 8px 0 0;
}

.page-products .pd-check,
.page-products .pd-slots,
.page-products .pd-legend {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-products .pd-check {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-products .pd-check__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--ink-600);
  background: var(--ink-900);
  font-size: 14px;
}

.page-products .pd-check__name {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--chalk);
}

.page-products .pd-check__state {
  flex: 0 0 auto;
}

.page-products .pd-ico {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.page-products .pd-ico--done {
  color: var(--turf);
}

.page-products .pd-ico--wait {
  color: var(--orange);
}

.page-products .pd-ico--fix {
  color: var(--relay);
}

.page-products .pd-slots {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 14px;
}

.page-products .pd-slots li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--chalk);
}

.page-products .pd-slots .meta {
  margin-left: auto;
}

.page-products .pd-slots__dot {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  background: var(--cyan);
  box-shadow: 0 0 0 3px rgba(0, 245, 212, 0.16);
}

.page-products .pd-slots__dot--muted {
  background: var(--steel);
  box-shadow: none;
}

.page-products .pd-stat-inline {
  margin: 0;
  font-family: var(--mono);
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: var(--chalk);
}

.page-products .pd-stat-inline .num {
  color: var(--cyan);
}

.page-products .pd-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 13px;
  color: var(--steel);
}

.page-products .pd-legend li {
  display: flex;
  align-items: center;
  gap: 7px;
}

/* ---------- 评测 ---------- */
.page-products .pd-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

.page-products .pd-compare__col {
  min-width: 0;
}

.page-products .pd-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-products .pd-step {
  display: flex;
  gap: 12px;
  padding: 14px;
  border: var(--pd-border);
  background: var(--ink-800);
  box-shadow: var(--hard);
}

.page-products .pd-step__idx {
  flex: 0 0 auto;
  font-family: var(--mono);
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
  color: var(--orange);
}

.page-products .pd-step__title {
  margin: 0 0 4px;
  font-family: var(--cond);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--chalk);
}

.page-products .pd-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--steel);
}

.page-products .pd-fig {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: var(--pd-border);
  background: var(--ink-950);
}

.page-products .pd-fig img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.56) saturate(0.82);
}

.page-products .pd-fig--tall {
  aspect-ratio: 10 / 7;
}

.page-products .pd-fig--wide {
  aspect-ratio: 3 / 2;
}

.page-products .pd-fig--scene {
  aspect-ratio: 5 / 4;
}

.page-products .pd-fig__tag {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 6px 12px;
  border-top: 2px solid var(--cyan);
  background: var(--ink-950);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--cyan);
}

.page-products .pd-tablewrap {
  margin-top: 20px;
  overflow-x: auto;
  border: var(--pd-border);
  background: var(--ink-900);
}

.page-products .pd-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 14px;
}

.page-products .pd-table__cap {
  caption-side: top;
  padding: 12px 14px;
  text-align: left;
  border-bottom: 2px solid var(--ink-600);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--steel);
}

.page-products .pd-table th,
.page-products .pd-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--ink-600);
}

.page-products .pd-table thead th {
  font-family: var(--cond);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--relay);
  background: var(--ink-800);
}

.page-products .pd-table tbody th {
  font-weight: 500;
  color: var(--steel);
}

.page-products .pd-table tbody td {
  font-family: var(--mono);
  font-weight: 800;
  color: var(--chalk);
}

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

.page-products .pd-table tbody tr:nth-child(even) th,
.page-products .pd-table tbody tr:nth-child(even) td {
  background: rgba(30, 43, 80, 0.22);
}

.page-products .pd-table tbody td.pd-diff {
  color: var(--orange);
}

.page-products .pd-table tbody td.pd-diff--same {
  font-family: var(--sans);
  font-weight: 500;
  color: var(--steel);
}

/* ---------- 订阅 ---------- */
.page-products .pd-sub {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

.page-products .pd-slots--big {
  gap: 12px;
}

.page-products .pd-slot {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 16px 22px;
  border: var(--pd-border);
  background: var(--ink-800);
}

.page-products .pd-slot::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--relay);
}

.page-products .pd-slot:nth-child(2)::before {
  background: var(--cyan);
}

.page-products .pd-slot:nth-child(3)::before {
  background: var(--turf);
}

.page-products .pd-slot__time {
  font-family: var(--mono);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--chalk);
}

.page-products .pd-slot p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--steel);
}

.page-products .pd-rules {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
  border: var(--pd-border);
  background: var(--ink-800);
}

.page-products .pd-rule {
  padding: 16px;
  border-bottom: 2px solid var(--ink-600);
}

.page-products .pd-rule:last-child {
  border-bottom: 0;
}

.page-products .pd-rule__title {
  margin: 0 0 6px;
  font-family: var(--cond);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--cyan);
}

.page-products .pd-rule p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--steel);
}

/* ---------- 赛季时间轴 ---------- */
.page-products .pd-timeline {
  position: relative;
  overflow: hidden;
  border: var(--pd-border);
  background: var(--ink-950);
  box-shadow: var(--hard);
}

.page-products .pd-timeline__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-products .pd-timeline__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.28) saturate(0.7);
}

.page-products .pd-timeline::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgba(6, 11, 24, 0.94) 0%, rgba(10, 18, 41, 0.76) 100%);
  pointer-events: none;
}

.page-products .pd-timeline__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 20px;
}

.page-products .pd-axis {
  overflow-x: auto;
  padding-bottom: 6px;
}

.page-products .pd-axis__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, minmax(44px, 1fr));
  min-width: 560px;
  border-top: 2px solid var(--ink-600);
}

.page-products .pd-axis__item {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

.page-products .pd-axis__item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 2px;
  height: 12px;
  background: var(--ink-600);
}

.page-products .pd-axis__label {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--steel);
}

.page-products .pd-axis__item.is-active::before {
  height: 24px;
  background: var(--relay);
}

.page-products .pd-axis__item.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--relay);
}

.page-products .pd-axis__item.is-active .pd-axis__label {
  color: var(--relay);
}

.page-products .pd-axis__note {
  margin: 0;
  max-width: 62ch;
}

/* ---------- 路径 ---------- */
.page-products .pd-route {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
  border: var(--pd-border);
  background: var(--ink-800);
}

.page-products .pd-route__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-bottom: 2px solid var(--ink-600);
}

.page-products .pd-route__card:last-child {
  border-bottom: 0;
}

.page-products .pd-route__no {
  font-family: var(--mono);
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--orange);
}

.page-products .pd-route__title {
  margin: 0;
  font-family: var(--cond);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--chalk);
}

.page-products .pd-route__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--steel);
}

.page-products .pd-route__card .btn {
  align-self: flex-start;
  margin-top: 4px;
}

.page-products .pd-route__foot {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--steel);
}

/* ---------- 场景 ---------- */
.page-products .pd-scenes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

.page-products .pd-scenes__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-products .pd-scene {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border: var(--pd-border);
  border-left: 4px solid var(--orange);
  background: var(--ink-800);
  box-shadow: var(--hard);
}

.page-products .pd-scene__title {
  margin: 0;
  font-family: var(--cond);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--chalk);
}

.page-products .pd-scene__steps {
  margin: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--steel);
}

/* ---------- 响应式 ---------- */
@media (min-width: 768px) {
  .page-products .pd-hero {
    margin-bottom: 36px;
  }

  .page-products .pd-hero__body {
    gap: 16px;
    padding: 44px 40px 40px;
  }

  .page-products .pd-hero__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 720px;
  }

  .page-products .pd-toc {
    margin-bottom: 52px;
  }

  .page-products .pd-compare {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }

  .page-products .pd-sub {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: start;
  }

  .page-products .pd-timeline__inner {
    gap: 22px;
    padding: 44px 40px 46px;
  }

  .page-products .pd-scenes {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
  }
}

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

  .page-products .pd-rule {
    padding: 20px;
    border-right: 2px solid var(--ink-600);
    border-bottom: 0;
  }

  .page-products .pd-rule:last-child {
    border-right: 0;
  }

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

  .page-products .pd-route__card {
    padding: 24px;
    border-right: 2px solid var(--ink-600);
    border-bottom: 0;
  }

  .page-products .pd-route__card:last-child {
    border-right: 0;
  }
}

@media (min-width: 1200px) {
  .page-products .pd-hero__body {
    padding: 52px 56px 48px;
  }

  .page-products .pd-timeline__inner {
    padding: 52px 56px 54px;
  }

  .page-products .pd-desk {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .pd-toc .toc__link {
    transition: none;
  }
}
