.page-products {
  --pc-cut: 18px;
  --pc-rule: rgba(31, 94, 78, .45);
  --pc-rule-soft: rgba(31, 94, 78, .26);
  --pc-sticky-top: 96px;
}

/* ---------- 面包屑 ---------- */
.page-products .breadcrumb {
  padding-top: clamp(18px, 3vw, 30px);
}

/* ---------- 首屏 ---------- */
.page-products .pc-hero {
  position: relative;
  padding: clamp(30px, 5vw, 64px) 0 clamp(46px, 7vw, 96px);
  background:
    radial-gradient(120% 110% at 88% 0%, rgba(224, 169, 74, .15), transparent 58%),
    radial-gradient(90% 80% at 5% 100%, rgba(79, 191, 166, .1), transparent 62%),
    linear-gradient(165deg, #0B0F0E 0%, #10261F 50%, #0B0F0E 100%);
  overflow: hidden;
}

.page-products .pc-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--felt-line), transparent);
}

.page-products .pc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.page-products .pc-hero__title {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(38px, 6vw, 74px);
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--white);
}

.page-products .pc-hero__lead {
  margin: 22px 0 0;
  max-width: 46ch;
  font-size: clamp(16px, 1.5vw, 17.5px);
  line-height: 1.78;
  color: rgba(251, 247, 239, .74);
}

.page-products .pc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-products .pc-metrics {
  margin: 38px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pc-rule);
  border-bottom: 1px solid var(--pc-rule);
}

.page-products .pc-metrics__item {
  padding: 16px 18px 16px 0;
  border-left: 1px solid var(--pc-rule-soft);
}

.page-products .pc-metrics__item:first-child {
  border-left: 0;
}

.page-products .pc-metrics__item + .pc-metrics__item {
  padding-left: 18px;
}

.page-products .pc-metrics__key {
  font-family: var(--font-cond);
  font-size: 12.5px;
  letter-spacing: .06em;
  color: var(--mist);
}

.page-products .pc-metrics__val {
  margin: 6px 0 0;
  font-family: var(--font-mono);
  font-size: clamp(15px, 1.5vw, 17px);
  color: var(--amber);
}

/* 首屏右侧段位阶梯 */
.page-products .pc-hero__visual {
  position: relative;
}

.page-products .pc-visor {
  position: relative;
  padding: clamp(20px, 2.6vw, 30px);
  background:
    radial-gradient(90% 70% at 12% 0%, rgba(79, 191, 166, .12), transparent 68%),
    linear-gradient(155deg, rgba(23, 69, 58, .9), rgba(11, 15, 14, .92));
  border: 1px solid rgba(31, 94, 78, .7);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}

.page-products .pc-visor__cap {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--mist);
}

.page-products .pc-visor__steps {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.page-products .pc-visor__steps li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 20px 11px 16px;
  font-family: var(--font-cond);
  font-size: 15px;
  color: rgba(251, 247, 239, .84);
  background: linear-gradient(90deg, rgba(31, 94, 78, .6), rgba(31, 94, 78, .06));
  border-left: 2px solid var(--felt-line);
  clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
}

.page-products .pc-visor__steps li:nth-child(1) { margin-right: 44%; }
.page-products .pc-visor__steps li:nth-child(2) { margin-right: 37%; }
.page-products .pc-visor__steps li:nth-child(3) { margin-right: 30%; }
.page-products .pc-visor__steps li:nth-child(4) { margin-right: 23%; }
.page-products .pc-visor__steps li:nth-child(5) { margin-right: 15%; }
.page-products .pc-visor__steps li:nth-child(6) {
  margin-right: 0;
  border-left-color: var(--amber);
  color: var(--white);
  background: linear-gradient(90deg, rgba(224, 169, 74, .3), rgba(224, 169, 74, .04));
}

.page-products .pc-visor__idx {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--amber-dim);
}

.page-products .pc-visor__steps li:nth-child(6) .pc-visor__idx {
  color: var(--amber);
}

/* ---------- 总览 ---------- */
.page-products .pc-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  margin-top: 34px;
}

.page-products .pc-overview__media {
  margin: 0;
}

.page-products .pc-overview__notes p {
  margin: 0 0 18px;
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(251, 247, 239, .78);
}

.page-products .pc-overview__more {
  margin-top: 26px;
}

/* ---------- 分类 ---------- */
.page-products .pc-taxo__media {
  margin: 0 0 clamp(30px, 4vw, 46px);
}

.page-products .pc-taxonomy {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--pc-rule);
}

.page-products .pc-taxonomy li {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: clamp(14px, 2.5vw, 28px);
  padding: clamp(20px, 2.6vw, 28px) 0;
  border-bottom: 1px solid var(--pc-rule-soft);
  transition: background .18s var(--ease);
}

.page-products .pc-taxonomy li:hover {
  background: rgba(31, 94, 78, .16);
}

.page-products .pc-taxonomy__no {
  font-family: var(--font-mono);
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1;
  padding-top: 3px;
  color: var(--amber);
}

.page-products .pc-taxonomy__name {
  margin: 0;
  font-family: var(--font-cond);
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 700;
  letter-spacing: .01em;
  color: var(--white);
}

.page-products .pc-taxonomy__meta {
  margin: 8px 0 0;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: .04em;
  color: var(--jade);
}

.page-products .pc-taxonomy__text {
  margin: 10px 0 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.78;
  color: rgba(251, 247, 239, .72);
}

/* ---------- 选房台 ---------- */
.page-products .pc-arena__banner {
  margin: 0 0 clamp(30px, 4vw, 44px);
}

.page-products .pc-arena__grid {
  display: grid;
  grid-template-columns: 216px minmax(0, 1fr) 210px;
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
}

/* 左侧标签栏 */
.page-products .pc-filters {
  position: sticky;
  top: var(--pc-sticky-top);
  padding: 22px 20px 20px;
  background: linear-gradient(170deg, rgba(23, 69, 58, .72), rgba(11, 15, 14, .7));
  border: 1px solid rgba(31, 94, 78, .6);
  clip-path: polygon(0 0, calc(100% - var(--pc-cut)) 0, 100% var(--pc-cut), 100% 100%, var(--pc-cut) 100%, 0 calc(100% - var(--pc-cut)));
}

.page-products .pc-filters__title {
  margin: 0;
  font-family: var(--font-cond);
  font-size: 13px;
  letter-spacing: .14em;
  color: var(--amber);
}

.page-products .pc-filters__group {
  margin-top: 22px;
}

.page-products .pc-filters__label {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .08em;
  color: var(--mist);
}

.page-products .pc-filters__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.page-products .pc-filters__chips .tag {
  display: inline-block;
  padding: 5px 11px;
  border: 1px solid rgba(31, 94, 78, .85);
  border-radius: 0;
  font-family: var(--font-cond);
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(251, 247, 239, .82);
  text-decoration: none;
  background: transparent;
  transition: border-color .18s var(--ease), color .18s var(--ease), background .18s var(--ease);
}

.page-products .pc-filters__chips .tag:hover,
.page-products .pc-filters__chips .tag:focus-visible {
  border-color: var(--amber);
  color: var(--amber);
  background: rgba(224, 169, 74, .1);
}

.page-products .pc-filters__chips .tag--jade:hover,
.page-products .pc-filters__chips .tag--jade:focus-visible {
  border-color: var(--jade);
  color: var(--jade);
  background: rgba(79, 191, 166, .12);
}

.page-products .pc-filters__chips .tag--amber {
  border-color: rgba(168, 122, 44, .9);
  color: rgba(224, 169, 74, .92);
}

.page-products .pc-filters__tip {
  margin: 24px 0 0;
  padding-top: 16px;
  border-top: 1px dashed var(--pc-rule);
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--mist);
}

/* 中间房间列表 */
.page-products .pc-rooms__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--pc-rule);
}

.page-products .pc-rooms__count {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.page-products .pc-rooms__num {
  font-family: var(--font-mono);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1;
  color: var(--amber);
}

.page-products .pc-rooms__unit {
  font-size: 13px;
  color: var(--mist);
}

.page-products .pc-rooms__hint {
  margin: 0;
  font-size: 12.5px;
  color: var(--mist);
}

.page-products .pc-rooms__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(196px, 1fr));
  gap: 14px;
}

.page-products .pc-room {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 178px;
  padding: 42px 18px 18px;
  background: linear-gradient(155deg, #1b5145 0%, #12332a 100%);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  transition: transform .16s var(--ease), background .16s var(--ease);
}

.page-products .pc-room:hover {
  transform: translateY(-3px);
  background: linear-gradient(155deg, #1f5e4e 0%, #143a30 100%);
}

.page-products .pc-room__pace {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 22px 6px 14px;
  background: rgba(79, 191, 166, .18);
  color: var(--jade);
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .04em;
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.page-products .pc-room__name {
  margin: 0;
  font-family: var(--font-cond);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .01em;
  color: var(--white);
}

.page-products .pc-room__desc {
  margin: 10px 0 0;
  font-size: 13.5px;
  line-height: 1.68;
  color: rgba(251, 247, 239, .68);
}

.page-products .pc-room__gate {
  margin: auto 0 0;
  padding-top: 14px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px dashed rgba(31, 94, 78, .8);
}

.page-products .pc-room__gate span {
  font-size: 12px;
  color: var(--mist);
}

.page-products .pc-room__gate b {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--amber);
}

/* 右侧段位索引 */
.page-products .pc-rankgate {
  position: sticky;
  top: var(--pc-sticky-top);
  padding: 20px 0 20px 18px;
  border-left: 2px solid var(--pc-rule);
}

.page-products .pc-rankgate__title {
  margin: 0;
  font-family: var(--font-cond);
  font-size: 13px;
  letter-spacing: .14em;
  color: var(--amber);
}

.page-products .pc-rankgate__list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 2px;
}

.page-products .pc-rankgate__list a {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 3px 10px;
  padding: 9px 8px;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: border-color .16s var(--ease), background .16s var(--ease);
}

.page-products .pc-rankgate__list a:hover,
.page-products .pc-rankgate__list a:focus-visible {
  border-left-color: var(--amber);
  background: rgba(224, 169, 74, .09);
}

.page-products .pc-rankgate__no {
  grid-row: span 2;
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.4;
  color: var(--amber-dim);
}

.page-products .pc-rankgate__name {
  font-family: var(--font-cond);
  font-size: 14.5px;
  color: var(--white);
}

.page-products .pc-rankgate__room {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--mist);
}

/* ---------- 段位门槛表 ---------- */
.page-products .pc-gate__grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  margin-top: 34px;
}

.page-products .pc-gate__media {
  margin: 0;
}

.page-products .pc-gate__table-wrap {
  overflow-x: auto;
}

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

.page-products .pc-table__cap {
  padding-bottom: 14px;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--mist);
}

.page-products .pc-table thead th {
  padding: 0 16px 12px 0;
  text-align: left;
  font-family: var(--font-cond);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .1em;
  color: var(--amber);
  border-bottom: 1px solid rgba(224, 169, 74, .45);
}

.page-products .pc-table tbody th,
.page-products .pc-table tbody td {
  padding: 15px 16px 15px 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--pc-rule-soft);
  font-weight: 400;
}

.page-products .pc-table tbody th {
  white-space: nowrap;
  font-family: var(--font-cond);
  font-size: 15.5px;
  color: var(--white);
}

.page-products .pc-table tbody td {
  color: rgba(251, 247, 239, .72);
  line-height: 1.7;
}

.page-products .pc-table__no {
  margin-right: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--amber-dim);
}

.page-products .pc-table tbody tr {
  scroll-margin-top: 110px;
  transition: background .3s var(--ease);
}

.page-products .pc-table tbody tr:target {
  background: rgba(224, 169, 74, .12);
}

.page-products .pc-gate__note {
  margin: 20px 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--jade);
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(251, 247, 239, .7);
}

/* ---------- 客户端 ---------- */
.page-products .pc-client__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.page-products .pc-client__title {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.2;
  letter-spacing: -.01em;
  color: var(--white);
}

.page-products .pc-client__lead {
  margin: 18px 0 0;
  max-width: 48ch;
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(251, 247, 239, .74);
}

.page-products .pc-client__specs {
  margin: 28px 0 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--pc-rule);
}

.page-products .pc-client__spec {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--pc-rule-soft);
}

.page-products .pc-client__spec dt {
  font-size: 13.5px;
  color: var(--mist);
}

.page-products .pc-client__spec dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 14.5px;
  color: var(--amber);
  text-align: right;
}

.page-products .pc-client__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.page-products .pc-client__media {
  margin: 0;
}

.page-products .pc-client__req {
  margin-top: clamp(28px, 4vw, 44px);
}

.page-products .pc-client__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-products .pc-client__steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  font-size: 14.5px;
  line-height: 1.75;
  color: rgba(251, 247, 239, .76);
}

.page-products .pc-client__step-no {
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.9;
  color: var(--jade);
}

/* ---------- 记录与反馈 ---------- */
.page-products .pc-after__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(24px, 3.5vw, 48px);
  margin-top: 32px;
}

.page-products .pc-after__item {
  padding-left: 20px;
  border-left: 2px solid var(--pc-rule);
}

.page-products .pc-after__item:first-child {
  border-left-color: var(--jade);
}

.page-products .pc-after__title {
  margin: 0;
  font-family: var(--font-cond);
  font-size: clamp(19px, 2vw, 22px);
  font-weight: 700;
  color: var(--white);
}

.page-products .pc-after__text {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(251, 247, 239, .74);
}

.page-products .pc-after__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 0;
}

/* ---------- 图片通用 ---------- */
.page-products .media__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ---------- 响应式 ---------- */
@media (max-width: 1080px) {
  .page-products .pc-hero__grid {
    grid-template-columns: 1fr;
  }

  .page-products .pc-hero__visual {
    max-width: 520px;
  }

  .page-products .pc-overview__grid {
    grid-template-columns: 1fr;
  }

  .page-products .pc-arena__grid {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .page-products .pc-rankgate {
    grid-column: 1 / -1;
    position: static;
    padding: 22px 0 0;
    border-left: 0;
    border-top: 2px solid var(--pc-rule);
  }

  .page-products .pc-rankgate__list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 6px 14px;
  }

  .page-products .pc-gate__grid {
    grid-template-columns: 1fr;
  }

  .page-products .pc-gate__media {
    max-width: 420px;
  }

  .page-products .pc-client__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .page-products {
    --pc-sticky-top: 72px;
  }

  .page-products .pc-hero {
    padding-bottom: 52px;
  }

  .page-products .pc-metrics {
    grid-template-columns: 1fr;
  }

  .page-products .pc-metrics__item {
    padding: 14px 0;
    border-left: 0;
    border-top: 1px solid var(--pc-rule-soft);
  }

  .page-products .pc-metrics__item:first-child {
    border-top: 0;
  }

  .page-products .pc-metrics__item + .pc-metrics__item {
    padding-left: 0;
  }

  .page-products .pc-hero__actions .btn,
  .page-products .pc-after__links .btn {
    flex: 1 1 100%;
    text-align: center;
  }

  .page-products .pc-visor__steps li:nth-child(1) { margin-right: 26%; }
  .page-products .pc-visor__steps li:nth-child(2) { margin-right: 21%; }
  .page-products .pc-visor__steps li:nth-child(3) { margin-right: 16%; }
  .page-products .pc-visor__steps li:nth-child(4) { margin-right: 11%; }
  .page-products .pc-visor__steps li:nth-child(5) { margin-right: 6%; }
  .page-products .pc-visor__steps li:nth-child(6) { margin-right: 0; }

  .page-products .pc-taxonomy li {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
  }

  .page-products .pc-taxonomy__no {
    font-size: 20px;
  }

  .page-products .pc-arena__grid {
    grid-template-columns: 1fr;
  }

  .page-products .pc-filters {
    position: static;
  }

  .page-products .pc-rooms__grid {
    grid-template-columns: 1fr;
  }

  .page-products .pc-room {
    min-height: 0;
  }

  .page-products .pc-after__item {
    padding-left: 16px;
  }
}
<<<END>>>
