.page-products {
  --pv-block: clamp(56px, 8vw, 120px);
  --pv-line-gap: clamp(24px, 3vw, 48px);
}

.page-products .breadcrumb {
  padding-top: clamp(20px, 3vw, 40px);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.page-products .svc-hero {
  padding-top: clamp(20px, 3.5vw, 48px);
}

.page-products .svc-hero h1 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1.1;
  font-size: clamp(1.9rem, 4.6vw, 3.4rem);
  color: var(--text-strong);
  max-width: 22ch;
}

.page-products .svc-hero .lede {
  margin-top: clamp(16px, 2vw, 24px);
  max-width: 62ch;
}

.page-products .hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(28px, 4vw, 48px) 0 0;
  padding: 0;
  background: var(--line);
  border: 1px solid var(--line);
  box-shadow: var(--edge);
}

.page-products .hero-facts > div {
  background: var(--ink);
  padding: clamp(16px, 2vw, 22px);
}

.page-products .hero-facts dt {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.page-products .hero-facts dd {
  margin: 10px 0 0;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(1.3rem, 2.6vw, 1.9rem);
  line-height: 1;
  color: var(--cyan);
  font-variant-numeric: tabular-nums;
}

.page-products .sec-head {
  max-width: 76ch;
}

.page-products .sec-head .section-title {
  margin-top: 10px;
}

.page-products .sec-head .prose {
  margin-top: clamp(14px, 2vw, 20px);
}

.page-products .sec-head--after-banner {
  margin-top: clamp(28px, 4vw, 48px);
}

.page-products .overview-band {
  margin: clamp(28px, 4vw, 48px) 0 0;
}

.page-products .overview-band img {
  width: 100%;
  height: clamp(170px, 30vw, 320px);
  object-fit: cover;
  filter: saturate(0.5) brightness(0.72) contrast(1.05);
}

.page-products .lane-list {
  list-style: none;
  margin: clamp(32px, 5vw, 64px) 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.page-products .lane {
  display: grid;
  gap: 10px;
  padding: clamp(20px, 3vw, 30px) 0;
  border-bottom: 1px solid var(--line);
  transition: border-color var(--ease);
}

.page-products .lane:hover,
.page-products .lane:focus-within {
  border-bottom-color: var(--cyan);
}

.page-products .lane__no {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--orange);
}

.page-products .lane__title {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.12rem, 1.8vw, 1.42rem);
  line-height: 1.3;
  color: var(--text-strong);
}

.page-products .lane__text {
  margin: 0;
  max-width: 58ch;
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--text-soft);
}

.page-products .lane__metric {
  margin: 4px 0 0;
}

.page-products .lane__metric b {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1;
  color: var(--cyan);
  font-variant-numeric: tabular-nums;
}

.page-products .lane__metric span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--muted);
}

.page-products .bracket-layout {
  display: grid;
  gap: var(--pv-line-gap);
  margin-top: clamp(28px, 4vw, 52px);
}

.page-products .bracket-panel {
  padding: clamp(16px, 2.4vw, 30px);
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--edge);
}

.page-products .bracket-tree {
  display: block;
  width: 100%;
  height: auto;
}

.page-products .bt-cols line {
  stroke: var(--line);
  stroke-width: 1;
}

.page-products .bt-nodes line {
  stroke: var(--cyan);
  stroke-width: 2;
  stroke-linecap: round;
}

.page-products .bt-links path {
  fill: none;
  stroke: rgba(53, 230, 208, 0.34);
  stroke-width: 1;
}

.page-products .bt-final line {
  stroke: var(--orange);
  stroke-width: 3;
  stroke-linecap: round;
}

.page-products .bt-labels text {
  fill: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.page-products .rounds {
  margin-top: clamp(18px, 2.6vw, 28px);
  border-top: 1px solid var(--line);
}

.page-products .rounds details {
  border-bottom: 1px solid var(--line);
}

.page-products .rounds summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  color: var(--text);
  transition: color var(--ease);
}

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

.page-products .rounds summary::after {
  content: "+";
  flex: none;
  font-family: var(--font-mono);
  font-size: 16px;
  color: var(--cyan);
}

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

.page-products .rounds summary:hover {
  color: var(--cyan);
}

.page-products .rounds summary:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

.page-products .rounds p {
  margin: 0 0 16px;
  max-width: 60ch;
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--text-soft);
}

.page-products .bracket-figure img {
  width: 100%;
  height: clamp(240px, 42vw, 460px);
  object-fit: cover;
}

.page-products .sched-layout {
  display: grid;
  gap: var(--pv-line-gap);
}

.page-products .sched-figure img {
  width: 100%;
  height: clamp(240px, 40vw, 420px);
  object-fit: cover;
}

.page-products .timeline {
  list-style: none;
  margin: clamp(24px, 3vw, 38px) 0 0;
  padding: 0 0 0 20px;
  border-left: 1px solid var(--line);
}

.page-products .timeline__item {
  position: relative;
  padding-bottom: clamp(20px, 2.6vw, 30px);
}

.page-products .timeline__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -25px;
  width: 9px;
  height: 9px;
  background: var(--ink);
  border: 1px solid var(--cyan);
  transform: rotate(45deg);
}

.page-products .timeline__item--live::before {
  background: var(--orange);
  border-color: var(--orange);
}

.page-products .timeline__stamp {
  margin: 0 0 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--orange);
}

.page-products .timeline__item h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text-strong);
}

.page-products .timeline__item p {
  margin: 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-soft);
}

.page-products .transfer {
  margin-top: clamp(20px, 3vw, 34px);
  padding: clamp(18px, 2.4vw, 26px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 2px solid var(--mint);
  box-shadow: var(--edge);
}

.page-products .transfer h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.08rem;
  color: var(--text-strong);
}

.page-products .transfer > p {
  margin: 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-soft);
}

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

.page-products .transfer__list li {
  position: relative;
  padding-left: 18px;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text);
}

.page-products .transfer__list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 1px;
  background: var(--mint);
}

.page-products .desk-layout {
  display: grid;
  gap: var(--pv-line-gap);
  margin-top: clamp(28px, 4vw, 46px);
}

.page-products .monitor {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  box-shadow: var(--edge);
}

.page-products .monitor__cell {
  display: grid;
  gap: 12px;
  padding: clamp(14px, 2vw, 20px);
  background: var(--panel);
  align-content: space-between;
  min-height: 104px;
}

.page-products .monitor__chip {
  display: block;
  width: 34px;
  height: 5px;
  background: var(--line);
}

.page-products .monitor__cell--live .monitor__chip {
  background: var(--orange);
}

.page-products .monitor__line {
  display: block;
  width: 58%;
  height: 6px;
  background: rgba(138, 154, 180, 0.35);
}

.page-products .monitor__line--long {
  width: 82%;
}

.page-products .monitor__score {
  display: block;
  width: 76px;
  max-width: 100%;
  height: 18px;
  background: linear-gradient(90deg, var(--cyan) 0%, rgba(53, 230, 208, 0.25) 100%);
}

.page-products .monitor__score--dim {
  background: linear-gradient(90deg, rgba(138, 154, 180, 0.55) 0%, rgba(138, 154, 180, 0.12) 100%);
}

.page-products .desk-figure img {
  width: 100%;
  height: clamp(200px, 32vw, 360px);
  object-fit: cover;
  filter: saturate(0.45) brightness(0.75);
}

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

.page-products .data-figure img {
  width: 100%;
  height: clamp(150px, 26vw, 300px);
  object-fit: cover;
  filter: saturate(0.42) brightness(0.7) contrast(1.08);
}

.page-products .table-wrap {
  margin-top: clamp(22px, 3vw, 36px);
  overflow-x: auto;
  border: 1px solid var(--line);
  box-shadow: var(--edge);
}

.page-products .stat-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-family: var(--font-body);
  font-size: 15px;
  font-variant-numeric: tabular-nums;
}

.page-products .stat-table caption {
  padding: 14px 16px;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--muted);
  background: var(--panel);
  border-bottom: 1px solid var(--line);
}

.page-products .stat-table th,
.page-products .stat-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.page-products .stat-table thead th {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--muted);
  background: var(--panel);
}

.page-products .stat-table tbody tr {
  transition: background var(--ease);
}

.page-products .stat-table tbody tr:hover,
.page-products .stat-table tbody tr:focus-within {
  background: rgba(53, 230, 208, 0.07);
}

.page-products .stat-table tbody th {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--text-strong);
  transition: color var(--ease);
}

.page-products .stat-table tbody tr:hover th {
  color: var(--cyan);
}

.page-products .stat-table tbody td {
  color: var(--text-soft);
}

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

.page-products .topic-block {
  margin-top: clamp(34px, 5vw, 60px);
}

.page-products .topic-block h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  color: var(--text-strong);
}

.page-products .topic-block > p {
  margin: 0;
  max-width: 62ch;
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--text-soft);
}

.page-products .topic-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin: clamp(20px, 3vw, 32px) 0 0;
  padding: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.page-products .topic-list li {
  padding: clamp(18px, 2.2vw, 24px);
  background: var(--paper);
  color: var(--paper-ink);
}

.page-products .topic-list h4 {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--paper-ink);
}

.page-products .topic-list p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: #4B525C;
}

.page-products .cadence {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  margin: clamp(22px, 3vw, 38px) 0 0;
  padding: 0;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.page-products .cadence li {
  display: grid;
  gap: 10px;
  padding: clamp(18px, 2.2vw, 24px) clamp(16px, 2vw, 20px);
  background: var(--ink);
}

.page-products .cadence__num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1;
  color: var(--cyan);
  font-variant-numeric: tabular-nums;
}

.page-products .cadence li p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-soft);
}

.page-products .path-tree {
  list-style: none;
  margin: clamp(30px, 4vw, 52px) 0 0;
  padding: 0 0 0 26px;
  border-left: 1px solid var(--line);
}

.page-products .path-node {
  position: relative;
  padding-bottom: clamp(22px, 3vw, 34px);
}

.page-products .path-node::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -31px;
  width: 11px;
  height: 11px;
  background: var(--ink);
  border: 1px solid var(--cyan);
}

.page-products .path-node::after {
  content: "";
  position: absolute;
  top: 11px;
  left: -20px;
  width: 20px;
  height: 1px;
  background: var(--line);
}

.page-products .path-node__no {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--orange);
}

.page-products .path-node h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.08rem;
  color: var(--text-strong);
}

.page-products .path-node p {
  margin: 0 0 10px;
  max-width: 60ch;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-soft);
}

.page-products .path-node a {
  display: inline-block;
  font-size: 14px;
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 230, 208, 0.42);
  padding-bottom: 2px;
  transition: color var(--ease), border-color var(--ease);
}

.page-products .path-node a:hover {
  color: var(--text-strong);
  border-bottom-color: var(--text-strong);
}

.page-products .path-node a:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.page-products .closing {
  display: grid;
  gap: 18px;
  margin-top: clamp(28px, 4vw, 48px);
  padding: clamp(22px, 3vw, 34px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 2px solid var(--orange);
  box-shadow: var(--edge);
}

.page-products .closing p {
  margin: 0;
  max-width: 58ch;
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.7;
  color: var(--text-strong);
}

.page-products .closing .btn {
  justify-self: start;
}

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

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

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

  .page-products .lane {
    grid-template-columns: 64px minmax(0, 1fr) minmax(150px, auto);
    align-items: center;
    gap: var(--pv-line-gap);
  }

  .page-products .lane__metric {
    text-align: right;
  }

  .page-products .cadence {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .page-products .bracket-layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
    align-items: start;
  }

  .page-products .sched-layout {
    grid-template-columns: minmax(0, 0.56fr) minmax(0, 1.44fr);
    align-items: start;
  }

  .page-products .bracket-figure img,
  .page-products .sched-figure img {
    height: 100%;
    min-height: 380px;
  }
}

@media (min-width: 1000px) {
  .page-products .desk-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
  }

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

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

@media (prefers-reduced-motion: reduce) {
  .page-products .lane,
  .page-products .stat-table tbody tr,
  .page-products .rounds summary,
  .page-products .path-node a {
    transition: none;
  }
}
</style>
<<<END>>>
