.page-products {
  background: var(--main);
  color: var(--white);
  overflow: hidden;
  padding-bottom: 2rem;
}
.page-products .breadcrumb {
  padding-top: 1.25rem;
  color: var(--silver);
}
.page-products .breadcrumb a {
  color: var(--white);
  text-decoration: none;
  font-family: var(--mono-font);
  font-size: .85rem;
}
.page-products .breadcrumb a:hover {
  color: var(--accent);
}
.page-products .breadcrumb__sep {
  margin: 0 .5rem;
  color: var(--gray);
}

.platform-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: clamp(2.5rem, 7vw, 5rem) 0 clamp(2rem, 5vw, 3rem);
  position: relative;
}
.platform-hero::before {
  content: "";
  position: absolute;
  top: -4rem;
  right: -6rem;
  width: 48%;
  height: 120%;
  background: var(--accent);
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
  opacity: .12;
  pointer-events: none;
}
.platform-hero__copy {
  position: relative;
  z-index: 1;
}
.platform-hero__kicker {
  color: var(--accent);
  font-size: .85rem;
  letter-spacing: .12em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.platform-hero__title {
  font-family: var(--heading-font);
  font-size: clamp(2.5rem, 6vw, 4.2rem);
  line-height: .95;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
  color: var(--white);
}
.platform-hero__lead {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--silver);
  max-width: 36em;
  margin-bottom: 1.5rem;
}
.hero-points {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  gap: .65rem;
}
.hero-points li {
  padding-left: 1.25rem;
  border-left: 3px solid var(--accent);
  color: var(--white);
  font-weight: 500;
  line-height: 1.55;
}
.platform-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 4vw, 3rem);
}
.stat-num {
  font-family: var(--mono-font);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.stat-num span {
  display: block;
  font-size: .85rem;
  font-weight: 400;
  color: var(--silver);
  margin-top: .35rem;
}
.platform-hero__side {
  display: grid;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}
.side-card {
  background: var(--paper);
  color: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow-hard);
  padding: 1.4rem;
}
.side-card--accent {
  border-color: var(--accent);
  box-shadow: var(--shadow-accent);
}
.side-card .mono {
  font-size: .75rem;
  color: var(--gray);
  letter-spacing: .1em;
  display: block;
  margin-bottom: .5rem;
}
.side-card__title {
  font-family: var(--heading-font);
  font-size: 1.3rem;
  margin: 0 0 .5rem;
  text-transform: uppercase;
}
.side-card__desc {
  font-size: .9rem;
  line-height: 1.65;
  margin: 0;
  color: var(--ink);
}

.slice-index {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 2.5rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}
.slice-index__link {
  display: inline-block;
  padding: .45rem .85rem;
  border: 1px solid rgba(255, 255, 255, .35);
  color: var(--white);
  text-decoration: none;
  font-family: var(--mono-font);
  font-size: .8rem;
  background: transparent;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.slice-index__link:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--ink);
}

.v-screen {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 8vw, 5.5rem) 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.screen-no {
  position: absolute;
  top: -2rem;
  right: -1rem;
  font-family: var(--heading-font);
  font-size: clamp(9rem, 22vw, 17rem);
  line-height: 1;
  color: rgba(255, 255, 255, .05);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.screen-head {
  display: flex;
  align-items: baseline;
  gap: .9rem;
  margin-bottom: 1.4rem;
  position: relative;
  z-index: 1;
}
.screen-head__no {
  font-family: var(--mono-font);
  color: var(--accent);
  font-size: 1rem;
  letter-spacing: .1em;
}
.screen-head__title {
  font-family: var(--heading-font);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  color: var(--white);
}
.section-lead {
  position: relative;
  z-index: 1;
  max-width: 44em;
  color: var(--silver);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.matrix-bg,
.panel-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .1;
  z-index: 0;
}
.func-table-wrap {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  background: var(--paper);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow-hard);
}
.func-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: var(--paper);
  color: var(--ink);
}
.func-table th {
  background: var(--main);
  color: var(--white);
  font-family: var(--mono-font);
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-align: left;
  padding: .85rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  white-space: nowrap;
}
.func-table th:last-child {
  border-right: none;
}
.func-table td {
  padding: .95rem 1rem;
  border-bottom: 1px solid var(--silver);
  border-right: 1px solid rgba(192, 192, 192, .35);
  font-size: .95rem;
  vertical-align: top;
}
.func-table td:last-child {
  border-right: none;
}
.func-table tbody tr:last-child td {
  border-bottom: none;
}
.func-table tbody tr:hover {
  background: #ffe9de;
}
.func-table-hint {
  margin-top: 1rem;
  font-size: .8rem;
  color: var(--gray);
  position: relative;
  z-index: 1;
}

.panel-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.panel-copy {
  display: grid;
  gap: 1rem;
  align-content: start;
}
.panel-list,
.step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .7rem;
}
.panel-list li {
  padding-left: 1.1rem;
  border-left: 2px solid var(--accent);
  color: var(--white);
  line-height: 1.6;
}
.step-guide {
  margin-top: .5rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .04);
}
.step-guide__title {
  font-size: .8rem;
  color: var(--accent);
  letter-spacing: .1em;
  margin-bottom: .8rem;
}
.step-list {
  counter-reset: step;
}
.step-list li {
  counter-increment: step;
  position: relative;
  padding-left: 2rem;
  color: var(--silver);
  line-height: 1.6;
}
.step-list li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--mono-font);
  color: var(--accent);
  font-size: .85rem;
}

.browser-mock {
  background: var(--paper);
  color: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 rgba(255, 107, 53, .28);
  transform: rotate(-1deg);
  align-self: start;
}
.browser-mock__bar {
  background: var(--ink);
  padding: .6rem .8rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.browser-mock__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--silver);
}
.browser-mock__dot:first-child {
  background: var(--accent);
}
.browser-mock__url {
  flex: 1;
  margin-left: .35rem;
  background: rgba(255, 255, 255, .14);
  color: var(--white);
  font-family: var(--mono-font);
  font-size: .72rem;
  padding: .25rem .55rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.browser-mock__body {
  padding: 1rem;
  display: grid;
  gap: .8rem;
}
.mock-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.mock-select {
  border: 1px solid var(--ink);
  padding: .35rem .6rem;
  background: var(--white);
  font-family: var(--mono-font);
  font-size: .72rem;
  color: var(--ink);
}
.mock-refresh {
  background: var(--accent);
  color: var(--white);
  border: 1px solid var(--ink);
  padding: .35rem .6rem;
  font-family: var(--mono-font);
  font-size: .72rem;
  font-weight: 700;
}
.mock-table {
  border: 1px solid var(--ink);
}
.mock-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: .5rem;
  padding: .55rem .75rem;
  border-bottom: 1px solid var(--silver);
  font-family: var(--mono-font);
  font-size: .78rem;
}
.mock-row:last-child {
  border-bottom: none;
}
.mock-row--head {
  background: var(--main);
  color: var(--white);
  font-weight: 700;
  letter-spacing: .05em;
}
.mock-chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 80px;
  padding: .5rem .75rem 0;
  border-bottom: 1px solid var(--ink);
}
.mock-bar {
  flex: 1;
  background: var(--data-blue);
}
.mock-bar:nth-child(even) {
  background: var(--accent);
}
.mock-bar:nth-child(5n) {
  background: var(--trend-green);
}

.video-banner {
  position: relative;
  margin-bottom: 2rem;
  border: 3px solid var(--paper);
  box-shadow: var(--shadow-hard);
  background: var(--ink);
}
.video-banner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.video-banner__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  background: var(--accent);
  clip-path: polygon(32% 18%, 86% 50%, 32% 82%);
  opacity: .94;
  transform: translate(-50%, -50%);
}
.video-banner__meta {
  position: absolute;
  right: .9rem;
  bottom: .9rem;
  background: var(--ink);
  color: var(--white);
  font-family: var(--mono-font);
  font-size: .78rem;
  padding: .4rem .7rem;
  border: 1px solid var(--accent);
}
.video-specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.video-spec {
  background: var(--paper);
  color: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow-hard);
  padding: 1.25rem;
}
.video-spec__num {
  font-family: var(--mono-font);
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
  display: block;
  margin-bottom: .35rem;
}
.video-spec p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.5;
  color: var(--ink);
}

.venue-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
.venue-grid img {
  width: 100%;
  height: auto;
  border: 3px solid var(--paper);
  box-shadow: var(--shadow-hard);
}
.venue-facts {
  display: grid;
  gap: .85rem;
}
.venue-facts > p {
  color: var(--silver);
  line-height: 1.7;
  margin: 0 0 .35rem;
}
.venue-fact {
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 rgba(255, 255, 255, .08);
  padding: .85rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.venue-fact__label {
  font-family: var(--mono-font);
  font-size: .78rem;
  color: var(--gray);
}
.venue-fact__value {
  font-family: var(--mono-font);
  font-weight: 700;
  font-size: .9rem;
  color: var(--ink);
  text-align: right;
}

.transfer-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
.transfer-layout img {
  width: 100%;
  height: auto;
  border: 3px solid var(--paper);
  box-shadow: var(--shadow-hard);
}
.transfer-archives {
  display: grid;
  gap: .8rem;
}
.transfer-archives > p {
  color: var(--silver);
  line-height: 1.7;
  margin: 0 0 .35rem;
}
.transfer-item {
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .05);
  padding: .9rem 1rem;
  display: flex;
  align-items: baseline;
  gap: .75rem;
  flex-wrap: wrap;
}
.transfer-item__no {
  font-family: var(--mono-font);
  color: var(--accent);
  font-size: .85rem;
}
.transfer-item__title {
  color: var(--white);
  font-weight: 600;
  font-size: .95rem;
}
.transfer-item__tag {
  margin-left: auto;
  font-family: var(--mono-font);
  font-size: .72rem;
  color: var(--silver);
  border: 1px solid rgba(255, 255, 255, .3);
  padding: .2rem .5rem;
  white-space: nowrap;
}
.transfer-archives .btn {
  justify-self: start;
  margin-top: .35rem;
}

.support-frame {
  background: var(--paper);
  color: var(--ink);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow-accent);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  margin: 3rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.support-frame__title {
  font-family: var(--heading-font);
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0 0 .5rem;
}
.support-frame__desc {
  margin: 0;
  color: var(--ink);
  line-height: 1.65;
  font-size: .95rem;
  max-width: 34em;
}
.page-products .btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  padding: .75rem 1.25rem;
  font-family: var(--body-font);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow-hard);
}
.page-products .btn--accent {
  background: var(--accent);
  color: var(--ink);
}
.page-products .btn--accent:hover {
  background: var(--ink);
  color: var(--white);
}

@media (min-width: 768px) {
  .platform-hero {
    grid-template-columns: 1.25fr .75fr;
    align-items: start;
  }
  .platform-hero__side {
    margin-top: 2.5rem;
  }
  .side-card--accent {
    margin-left: 1.4rem;
  }
  .panel-layout {
    grid-template-columns: .85fr 1.15fr;
    align-items: start;
  }
  .video-specs {
    grid-template-columns: repeat(3, 1fr);
  }
  .venue-grid {
    grid-template-columns: 1.05fr .95fr;
  }
  .transfer-layout {
    grid-template-columns: .9fr 1.1fr;
  }
}
