.page-products {
  --pd-gap: clamp(18px, 3vw, 34px);
  --pd-edge: rgba(44, 242, 206, 0.16);
  --pd-edge-strong: rgba(44, 242, 206, 0.42);
  padding-bottom: clamp(56px, 9vw, 120px);
  font-family: var(--font-body);
  color: var(--c-white);
}

.page-products .pd-hero {
  position: relative;
  padding: clamp(30px, 6vw, 76px) 0 clamp(34px, 6vw, 72px);
  overflow: hidden;
}

.page-products .pd-hero::before {
  content: "";
  position: absolute;
  inset: -25% -12% -10% 32%;
  background-image:
    repeating-linear-gradient(
      115deg,
      rgba(30, 53, 95, 0.6) 0 1px,
      transparent 1px 48px
    ),
    radial-gradient(65% 75% at 84% 12%, rgba(44, 242, 206, 0.18), transparent 68%);
  pointer-events: none;
}

.page-products .pd-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 4vw, 46px);
}

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

.page-products .pd-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(34px, 6.4vw, 64px);
  line-height: 1.06;
  letter-spacing: -0.015em;
  margin: 16px 0 0;
  max-width: 18ch;
}

.page-products .pd-lead {
  margin: 22px 0 0;
  max-width: 62ch;
  font-size: clamp(15.5px, 1.9vw, 18px);
  line-height: 1.78;
  color: rgba(251, 249, 244, 0.78);
}

.page-products .pd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.page-products .pd-hero-panel {
  border: 1px solid var(--pd-edge);
  border-left: 3px solid var(--c-cyan);
  background: linear-gradient(158deg, rgba(16, 42, 82, 0.88), rgba(10, 24, 53, 0.55));
  padding: clamp(14px, 2.4vw, 26px);
}

.page-products .pd-metric {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(44, 242, 206, 0.1);
}

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

.page-products .pd-metric:first-child {
  padding-top: 0;
}

.page-products .pd-metric-value {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(30px, 4.4vw, 44px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--c-cyan);
  font-variant-numeric: tabular-nums;
  min-width: 4ch;
}

.page-products .pd-metric-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--c-gray);
}

.page-products .pd-section {
  padding: clamp(42px, 7vw, 92px) 0;
  border-top: 1px solid rgba(30, 53, 95, 0.9);
}

.page-products .pd-section .section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 4.2vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 10px 0 0;
  max-width: 22ch;
}

.page-products .pd-section .section-kicker {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--c-cyan);
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-products .pd-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 44px);
  margin-top: clamp(24px, 3.4vw, 44px);
}

.page-products .pd-split-copy p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.78;
  color: rgba(251, 249, 244, 0.8);
  max-width: 60ch;
}

.page-products .pd-split-copy p:last-of-type {
  margin-bottom: 22px;
}

.page-products .pd-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--pd-edge);
}

.page-products .pd-filter-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  padding: 12px 2px;
  border-bottom: 1px solid rgba(44, 242, 206, 0.1);
  font-size: 15px;
  color: rgba(251, 249, 244, 0.82);
}

.page-products .data-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--c-cyan);
  min-width: 6ch;
}

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

.page-products .pd-figure .figure-media {
  overflow: hidden;
  border: 1px solid var(--pd-edge);
}

.page-products .pd-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .pd-figure--side .figure-media img {
  aspect-ratio: 3 / 2;
}

.page-products .pd-figure--review .figure-media img,
.page-products .pd-figure--fields .figure-media img {
  aspect-ratio: 3 / 2;
}

.page-products .pd-figure--youth .figure-media img {
  aspect-ratio: 14 / 9;
}

.page-products .pd-figure--scene .figure-media img {
  aspect-ratio: 4 / 3;
}

.page-products .figure-caption {
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.7;
  color: var(--c-gray);
  margin-top: 10px;
}

.page-products .pd-table-wrap {
  margin-top: clamp(28px, 4vw, 48px);
  overflow-x: auto;
  border: 1px solid var(--pd-edge);
  background: rgba(16, 42, 82, 0.35);
  -webkit-overflow-scrolling: touch;
}

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

.page-products .pd-table-caption {
  caption-side: top;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--c-gray);
  padding: 14px 16px 6px;
}

.page-products .pd-table th,
.page-products .pd-table td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(44, 242, 206, 0.12);
  vertical-align: top;
}

.page-products .pd-table thead th {
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--c-cyan);
  border-bottom-color: var(--pd-edge-strong);
  white-space: nowrap;
}

.page-products .pd-table td {
  color: rgba(251, 249, 244, 0.82);
  line-height: 1.6;
}

.page-products .pd-table td:first-child {
  font-family: var(--font-mono);
  color: var(--c-white);
  white-space: nowrap;
}

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

.page-products .pd-chart-block {
  margin-top: clamp(30px, 4.5vw, 56px);
  display: grid;
  gap: 16px;
}

.page-products .pd-chart-title {
  margin: 0;
  font-size: 14px;
  color: rgba(251, 249, 244, 0.7);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: baseline;
}

.page-products .pd-chart {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.page-products .pd-chart-grid line {
  stroke: rgba(30, 53, 95, 0.95);
  stroke-width: 1;
}

.page-products .pd-chart-bars rect {
  fill: rgba(44, 242, 206, 0.72);
}

.page-products .pd-chart-bars rect.is-current {
  fill: var(--c-yellow);
}

.page-products .pd-chart-axis {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.page-products .pd-chart-axis li {
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(251, 249, 244, 0.72);
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.page-products .pd-review {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 44px);
  margin-top: clamp(24px, 3.4vw, 44px);
}

.page-products .pd-review-body p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.78;
  color: rgba(251, 249, 244, 0.8);
  max-width: 60ch;
}

.page-products .pd-rule-list {
  list-style: none;
  margin: clamp(30px, 4.5vw, 56px) 0 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: rgba(30, 53, 95, 0.9);
  border: 1px solid var(--pd-edge);
}

.page-products .pd-rule-item {
  background: rgba(10, 24, 53, 0.92);
  padding: clamp(18px, 2.6vw, 28px);
}

.page-products .pd-rule-no {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--c-yellow);
}

.page-products .pd-rule-item h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(19px, 2.4vw, 24px);
  letter-spacing: -0.01em;
  margin: 8px 0 8px;
}

.page-products .pd-rule-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(251, 249, 244, 0.74);
  max-width: 52ch;
}

.page-products .pd-figure--youth {
  margin-top: clamp(24px, 3.4vw, 44px);
}

.page-products .pd-youth-lead {
  margin: clamp(20px, 3vw, 30px) 0 clamp(28px, 4vw, 44px);
  font-size: 16px;
  line-height: 1.78;
  color: rgba(251, 249, 244, 0.8);
  max-width: 68ch;
}

.page-products .pd-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.page-products .pd-node {
  position: relative;
  padding: clamp(18px, 2.6vw, 26px);
  border: 1px solid var(--pd-edge);
  background: linear-gradient(150deg, rgba(16, 42, 82, 0.7), rgba(10, 24, 53, 0.4));
}

.page-products .pd-node.is-current {
  border-color: var(--pd-edge-strong);
  background: linear-gradient(150deg, rgba(16, 42, 82, 0.95), rgba(10, 24, 53, 0.6));
}

.page-products .pd-node-round {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--c-gray);
}

.page-products .pd-node h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(19px, 2.4vw, 24px);
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}

.page-products .pd-node p:last-child {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(251, 249, 244, 0.76);
}

.page-products .pd-fields {
  margin-top: clamp(24px, 3.4vw, 44px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(30, 53, 95, 0.85);
  border: 1px solid var(--pd-edge);
}

.page-products .pd-field {
  background: rgba(10, 24, 53, 0.94);
}

.page-products .pd-field details {
  padding: clamp(16px, 2.4vw, 22px);
}

.page-products .pd-field summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 14px;
  transition: color 0.2s var(--ease);
}

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

.page-products .pd-field summary::after {
  content: "+";
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 16px;
  color: var(--c-cyan);
}

.page-products .pd-field details[open] summary::after {
  content: "–";
}

.page-products .pd-field-code {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--c-gray);
}

.page-products .pd-field-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(18px, 2.3vw, 22px);
  letter-spacing: -0.01em;
}

.page-products .pd-field:hover .pd-field-name,
.page-products .pd-field details[open] .pd-field-name {
  color: var(--c-cyan);
}

.page-products .pd-field details p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(251, 249, 244, 0.76);
}

.page-products .pd-figure--fields {
  background: rgba(10, 24, 53, 0.94);
}

.page-products .pd-figure--fields .figure-caption {
  padding: 0 clamp(16px, 2.4vw, 22px) clamp(16px, 2.4vw, 22px);
}

.page-products .pd-fields-note {
  margin: clamp(22px, 3vw, 32px) 0 0;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(251, 249, 244, 0.7);
  max-width: 64ch;
}

.page-products .pd-scenarios {
  margin-top: clamp(24px, 3.4vw, 44px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 3vw, 30px);
}

.page-products .pd-scene {
  padding: 22px 22px 24px;
  border: 1px solid var(--pd-edge);
  border-top: 3px solid var(--c-cyan);
  background: rgba(16, 42, 82, 0.42);
}

.page-products .pd-scene-no {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--c-gray);
}

.page-products .pd-scene h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(19px, 2.4vw, 24px);
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}

.page-products .pd-scene p:last-child {
  margin: 0;
  font-size: 15px;
  line-height: 1.74;
  color: rgba(251, 249, 244, 0.76);
}

.page-products .pd-updates {
  margin-top: clamp(24px, 3.4vw, 44px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(26px, 4vw, 48px);
}

.page-products .pd-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid var(--pd-edge);
}

.page-products .pd-steps li {
  position: relative;
  padding: 0 0 26px 24px;
}

.page-products .pd-steps li:last-child {
  padding-bottom: 0;
}

.page-products .pd-steps li::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 6px;
  width: 7px;
  height: 7px;
  background: var(--c-cyan);
}

.page-products .pd-steps li:last-child::before {
  background: var(--c-yellow);
}

.page-products .pd-step-time {
  display: block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--c-cyan);
  margin-bottom: 8px;
}

.page-products .pd-steps li:last-child .pd-step-time {
  color: var(--c-yellow);
}

.page-products .pd-steps p {
  margin: 0;
  font-size: 15px;
  line-height: 1.74;
  color: rgba(251, 249, 244, 0.78);
  max-width: 54ch;
}

.page-products .pd-cta {
  align-self: start;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--pd-edge);
  background: linear-gradient(160deg, rgba(16, 42, 82, 0.92), rgba(10, 24, 53, 0.6));
}

.page-products .pd-cta-label {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--c-cyan);
}

.page-products .pd-cta-text {
  margin: 14px 0 0;
  font-size: clamp(17px, 2.2vw, 21px);
  line-height: 1.6;
  color: var(--c-white);
}

.page-products .pd-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.page-products .pd-cta-links {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-gray);
}

.page-products .pd-cta-links a {
  color: var(--c-cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(44, 242, 206, 0.4);
}

.page-products .pd-cta-links a:hover,
.page-products .pd-cta-links a:focus-visible {
  border-bottom-color: var(--c-cyan);
}

@media (min-width: 700px) {
  .page-products .pd-chart-axis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .page-products .pd-figure--fields {
    grid-column: 1 / -1;
  }

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

  .page-products .pd-figure--scene {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .page-products .pd-hero-grid {
    grid-template-columns: minmax(0, 1.42fr) minmax(0, 1fr);
    align-items: end;
  }

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

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

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

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

  .page-products .pd-node:nth-child(1) {
    grid-column: 7 / span 6;
  }

  .page-products .pd-node:nth-child(2) {
    grid-column: 5 / span 6;
  }

  .page-products .pd-node:nth-child(3) {
    grid-column: 3 / span 6;
  }

  .page-products .pd-node:nth-child(4) {
    grid-column: 1 / span 6;
  }

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

  .page-products .pd-figure--fields {
    grid-column: 2 / span 2;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

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

  .page-products .pd-figure--scene {
    grid-column: 1 / -1;
  }

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

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

  .page-products .pd-figure--scene {
    grid-column: 1 / span 3;
  }
}

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