/* capabilities — page-specific styles */
/* ===================================================================
   CAPABILITIES PAGE — page-specific
   =================================================================== */

/* active nav state */
.nav .nav-link.is-active { color: var(--ink); }
.nav .nav-link.is-active::after { transform: scaleX(1); }

/* reusable photo placeholder (real photography drops in here) */
.ph {
  position: relative;
  width: 100%;
  background-color: #15150F;
  background-image:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.045) 0 1px, transparent 1px 11px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.ph::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 80% 0%, rgba(245,166,35,0.10) 0%, transparent 55%);
  pointer-events: none;
}
.ph .ph-tag {
  position: absolute; left: 22px; bottom: 20px;
  font-family: "SFMono-Regular", ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px; letter-spacing: 0.04em;
  color: rgba(250,250,247,0.66);
  display: inline-flex; align-items: center; gap: 10px;
  z-index: 2;
}
.ph .ph-tag::before {
  content: ""; width: 9px; height: 9px;
  border: 1px solid rgba(245,166,35,0.85);
  background: transparent;
}
.ph .ph-corner {
  position: absolute; top: 20px; right: 22px;
  font-family: "SFMono-Regular", ui-monospace, Menlo, Consolas, monospace;
  font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(250,250,247,0.5); z-index: 2;
}

/* ---------- PAGE HERO ---------- */
.cap-hero { background: var(--paper); border-bottom: 1px solid var(--rule); }
.cap-hero .top {
  max-width: var(--col-max); margin: 0 auto;
  padding: 84px var(--gutter) 56px;
  display: grid; grid-template-columns: var(--label-col) 1fr; gap: var(--label-gap);
  align-items: start;
}
.cap-hero .crumb {
  font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--grey); font-weight: 500;
  display: flex; align-items: center; gap: 12px;
  padding-top: 18px;
}
.cap-hero .crumb a { color: var(--grey); }
.cap-hero .crumb a:hover { color: var(--ink); }
.cap-hero .crumb .here { color: var(--ink); }
.cap-hero .crumb .slash { color: var(--rule); }
.cap-hero .headcol .eyebrow {
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
  color: var(--grey);
  display: inline-flex; align-items: center; gap: 14px; margin-bottom: 28px;
}
.cap-hero .headcol .eyebrow::before { content: ""; width: 40px; height: 1px; background: var(--amber); }
.cap-hero h1 {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(48px, 6.6vw, 104px);
  line-height: 0.94; letter-spacing: -0.036em;
  margin: 0 0 36px; max-width: 15ch; text-wrap: balance; color: var(--ink);
}
.cap-hero h1 em { font-style: normal; border-bottom: 5px solid var(--amber); padding-bottom: 4px; }
.cap-hero .lead {
  font-family: var(--display); font-weight: 500;
  font-size: clamp(20px, 1.7vw, 27px); line-height: 1.4; letter-spacing: -0.012em;
  color: var(--ink-2); max-width: 46ch; margin: 0; text-wrap: pretty;
}
.cap-hero .banner {
  position: relative;
  width: 100%;
  height: clamp(280px, 42vw, 460px);
  min-height: 280px;
  border-top: 1px solid var(--rule);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cap-hero .banner.has-photo {
  background-color: #1a1a1a;
}
.cap-hero .banner .meta-strip {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
  display: flex; flex-wrap: wrap; gap: 0;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.cap-hero .banner .meta-strip .cell {
  flex: 1 1 0; min-width: 180px;
  padding: 22px var(--gutter) 22px 28px;
  border-left: 1px solid rgba(255,255,255,0.16);
  background: rgba(10,10,10,0.42);
  backdrop-filter: blur(4px);
}
.cap-hero .banner .meta-strip .cell:first-child { border-left: 0; }
.cap-hero .banner .meta-strip .cell .v {
  font-family: var(--display); font-weight: 600;
  font-size: 30px; letter-spacing: -0.02em; color: var(--paper); line-height: 1;
  margin-bottom: 9px;
}
.cap-hero .banner .meta-strip .cell .k {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(250,250,247,0.66); font-weight: 500;
}

/* Products hub hero (matches news hub layout) */
.cap-hero--hub .hub-hero-head {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: var(--label-col) 1fr;
  gap: var(--label-gap);
  align-items: start;
}
.cap-hero--hub .hub-hero-head .sh-rail { padding-bottom: 10px; }
.cap-hero--hub .hub-hero-head .sh-label {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: #878786;
  display: block;
  line-height: 1.7;
}
.cap-hero--hub .hub-hero-head .headcol { grid-column: auto; grid-row: auto; }
.cap-hero--hub h1 {
  max-width: 22ch;
  margin-bottom: 28px;
}
.cap-hero--hub .lead { max-width: 62ch; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; }
.cap-hero--hub .lead.lead--follow { margin-top: 20px; }
.cap-hero--hub .banner .ph-corner {
  position: absolute;
  top: 20px;
  right: var(--gutter);
  z-index: 3;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}

/* ---------- CATEGORY INDEX ---------- */
.cat-index { background: var(--white); border-bottom: 1px solid var(--rule); }
.cat-index .inner {
  max-width: var(--col-max); margin: 0 auto; padding: 0 var(--gutter);
}
.cat-index .idx-head {
  display: grid; grid-template-columns: var(--label-col) 1fr; gap: var(--label-gap);
  padding: 44px 0 28px;
}
.cat-index .idx-head .lbl {
  font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey); font-weight: 500;
  display: flex; align-items: center; gap: 12px;
}
.cat-index .idx-head .lbl::before { content: ""; width: 28px; height: 1px; background: var(--amber); }
.cat-index .idx-head-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 62ch;
}
.cat-index .idx-head-main p { margin: 0; font-size: 15px; color: var(--ink-3); line-height: 1.6; }
.cat-index .idx-head-note { color: var(--ink-4); }
.idx-row {
  display: grid; grid-template-columns: var(--label-col) 1fr auto;
  gap: var(--label-gap); align-items: center;
  padding: 26px 0; border-top: 1px solid var(--rule);
  transition: background 160ms ease;
}
.idx-row:hover { background: var(--paper); }
.idx-row .ix-num {
  font-family: var(--display); font-weight: 500;
  font-size: 13px; letter-spacing: 0.14em; color: var(--amber);
}
.idx-row .ix-name {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(24px, 2.4vw, 38px); letter-spacing: -0.022em; color: var(--ink);
  display: flex; align-items: baseline; gap: 18px;
}
.idx-row .ix-name .count {
  font-family: var(--body); font-weight: 500; font-size: 12px; letter-spacing: 0.1em;
  color: var(--grey); text-transform: uppercase;
}
.idx-row .ix-go {
  font-family: var(--display); font-weight: 500; font-size: 13.5px;
  color: var(--ink); display: inline-flex; align-items: center; gap: 12px;
  white-space: nowrap;
}
.idx-row .ix-go .arr { color: var(--amber); transition: transform 200ms ease; }
.idx-row:hover .ix-go .arr { transform: translateX(5px); }

/* ---------- CATEGORY DETAIL ---------- */
.cat { border-bottom: 1px solid var(--rule); background: var(--paper); }
.cat:nth-child(even) { background: var(--white); }
.cat .cat-inner { max-width: var(--col-max); margin: 0 auto; padding: var(--section-pad) var(--gutter); }
.cat .cat-head {
  display: grid; grid-template-columns: var(--label-col) 1fr 300px;
  gap: var(--label-gap); align-items: end;
}
.cat .cat-head .rail { display: flex; flex-direction: column; gap: 16px; padding-bottom: 8px; }
.cat .cat-head .rail .c-num {
  font-family: var(--display); font-weight: 600; font-size: 13px;
  letter-spacing: 0.14em; color: var(--amber);
}
.cat .cat-head .rail .c-kicker {
  font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey); font-weight: 500;
}
.cat .cat-head h2 {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(38px, 4.4vw, 68px); line-height: 0.98; letter-spacing: -0.03em;
  margin: 0; max-width: 15ch; text-wrap: balance; color: var(--ink);
}
.cat .cat-head h2 em { font-style: normal; border-bottom: 4px solid var(--amber); padding-bottom: 3px; }
.cat .cat-head .lead {
  font-size: 16px; line-height: 1.6; color: var(--ink-2); margin: 0; max-width: 40ch; padding-bottom: 6px;
}
.cat .cat-body {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 72px;
  margin-top: 72px; align-items: start;
}
.cat .prod-list { border-top: 1px solid var(--ink); }
.cat .prod {
  display: grid; grid-template-columns: 1fr auto; gap: 16px 24px; align-items: baseline;
  padding: 24px 0; border-bottom: 1px solid var(--rule); position: relative;
}
.cat .prod .p-name {
  font-family: var(--display); font-weight: 600; font-size: 19px;
  letter-spacing: -0.014em; color: var(--ink);
  display: flex; align-items: center; gap: 14px;
}
.cat .prod .p-name .tick { width: 6px; height: 6px; background: var(--amber); flex-shrink: 0; }
.cat .prod .p-tag {
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600;
  color: var(--grey); justify-self: end; white-space: nowrap;
}
.cat .prod .p-spec {
  grid-column: 1 / -1; margin: 0; padding-left: 20px;
  font-size: 14px; line-height: 1.55; color: var(--ink-3); max-width: 52ch;
}
.cat .figure { display: flex; flex-direction: column; gap: 0; }
.cat .figure .ph { width: 100%; height: 420px; }
.cat .figure .spec-row {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid var(--rule); border-top: 0;
}
.cat .figure .spec-row .s {
  flex: 1 1 0; min-width: 120px; padding: 20px 22px;
  border-left: 1px solid var(--rule);
}
.cat .figure .spec-row .s:first-child { border-left: 0; }
.cat .figure .spec-row .s .sv {
  font-family: var(--display); font-weight: 600; font-size: 24px;
  letter-spacing: -0.02em; color: var(--ink); line-height: 1; margin-bottom: 8px;
}
.cat .figure .spec-row .s .sv sup { font-size: 0.5em; vertical-align: super; font-weight: 500; }
.cat .figure .spec-row .s .sk {
  font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey); font-weight: 500;
}

/* ---------- SPEC COMPARISON TABLE ---------- */
.compare { background: var(--ink); color: var(--paper); }
.compare .inner { max-width: var(--col-max); margin: 0 auto; padding: var(--section-pad) var(--gutter); }
.compare .c-head { display: grid; grid-template-columns: var(--label-col) 1fr; gap: var(--label-gap); margin-bottom: 56px; }
.compare .c-head .lbl {
  font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey-2); font-weight: 500;
  display: flex; align-items: center; gap: 12px; padding-top: 8px;
}
.compare .c-head .lbl::before { content: ""; width: 28px; height: 1px; background: var(--amber); }
.compare .c-head h2 {
  font-family: var(--display); font-weight: 600; font-size: clamp(34px, 3.8vw, 60px);
  line-height: 1; letter-spacing: -0.028em; margin: 0; max-width: 18ch; color: var(--paper);
}
.tbl { width: 100%; border-collapse: collapse; }
.tbl th, .tbl td { text-align: left; padding: 22px 20px; border-bottom: 1px solid rgba(255,255,255,0.16); vertical-align: top; }
.tbl thead th {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-2); font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
.tbl thead th:first-child { color: var(--paper); }
.tbl tbody th {
  font-family: var(--display); font-weight: 600; font-size: 17px; letter-spacing: -0.01em; color: var(--paper);
  white-space: nowrap;
}
.tbl tbody td { font-size: 14px; color: rgba(250,250,247,0.82); line-height: 1.5; }
.tbl tbody tr:hover td, .tbl tbody tr:hover th { background: rgba(255,255,255,0.03); }
.tbl .em { color: var(--amber); font-weight: 500; }

/* ---------- MATERIALS ---------- */
.materials { background: var(--paper); border-bottom: 1px solid var(--rule); }
.materials .inner { max-width: var(--col-max); margin: 0 auto; padding: var(--section-pad) var(--gutter); }
.mat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--rule); }
.mat {
  padding: 40px 32px; border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
}
.mat:first-child { padding-left: 0; }
.mat:last-child { border-right: 0; padding-right: 0; }
.mat::before { content: ""; display: block; width: 26px; height: 2px; background: var(--amber); margin-bottom: 26px; }
.mat .code {
  font-family: var(--display); font-weight: 600; font-size: 21px; letter-spacing: -0.015em;
  color: var(--ink); margin-bottom: 14px;
}
.mat p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--ink-3); max-width: 34ch; flex: 1; }
.mat .grade {
  margin-top: auto;
  padding-top: 16px;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey); font-weight: 600;
  white-space: nowrap;
}

/* ---------- DOWNLOADS ---------- */
.downloads { background: var(--white); border-bottom: 1px solid var(--rule); }
.downloads .inner { max-width: var(--col-max); margin: 0 auto; padding: var(--section-pad) var(--gutter); }
.dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.dl {
  display: flex; flex-direction: column; gap: 14px;
  padding: 40px 36px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  background: var(--white); transition: background 180ms ease;
}
.dl:hover { background: var(--paper); }
.dl .dl-type {
  font-family: "SFMono-Regular", ui-monospace, Menlo, Consolas, monospace;
  font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey);
  display: flex; align-items: center; gap: 10px;
}
.dl .dl-type::before { content: ""; width: 7px; height: 7px; background: var(--amber); }
.dl h4 {
  font-family: var(--display); font-weight: 600; font-size: 19px; letter-spacing: -0.016em;
  line-height: 1.22; margin: 0; color: var(--ink); max-width: 22ch;
}
.dl .dl-foot {
  margin-top: auto; padding-top: 18px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12px; letter-spacing: 0.06em; color: var(--grey); text-transform: uppercase; font-weight: 500;
}
.dl .dl-foot .get { color: var(--ink); display: inline-flex; align-items: center; gap: 10px; }
.dl .dl-foot .get .arr { color: var(--amber); transition: transform 200ms ease; }
.dl:hover .dl-foot .get .arr { transform: translateY(3px); }

/* ---------- CLOSING CTA ---------- */
.cap-cta { background: var(--ink); color: var(--paper); }
.cap-cta .inner {
  max-width: var(--col-max); margin: 0 auto; padding: 130px var(--gutter);
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; align-items: end;
}
.cap-cta .lbl {
  font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey-2); font-weight: 500;
  display: flex; align-items: center; gap: 12px; margin-bottom: 30px;
}
.cap-cta .lbl::before { content: ""; width: 28px; height: 1px; background: var(--amber); }
.cap-cta h2 {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(40px, 5vw, 84px); line-height: 0.96; letter-spacing: -0.032em;
  margin: 0; max-width: 16ch; text-wrap: balance;
}
.cap-cta h2 em { font-style: normal; border-bottom: 5px solid var(--amber); padding-bottom: 4px; }
.cap-cta .side { padding-bottom: 12px; }
.cap-cta .side p { font-size: 16px; line-height: 1.6; color: rgba(250,250,247,0.82); margin: 0 0 28px; max-width: 40ch; }
.cap-cta .btn-row { display: flex; flex-wrap: wrap; gap: 16px; }
.cap-cta .btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--display); font-weight: 500; font-size: 14px; letter-spacing: 0.01em;
  padding: 15px 24px;
}
.cap-cta .btn.solid { background: var(--paper); color: var(--ink); }
.cap-cta .btn.solid:hover { background: #fff; }
.cap-cta .btn.ghost { border: 1px solid rgba(255,255,255,0.3); color: var(--paper); }
.cap-cta .btn.ghost:hover { border-color: var(--paper); }
.cap-cta .btn .arr { color: var(--amber); }

@media (max-width: 1180px) {
  .cap-hero .top { grid-template-columns: 1fr; gap: 28px; }
  .cap-hero .crumb { padding-top: 0; }
  .cap-hero--hub .hub-hero-head { grid-template-columns: 1fr; gap: 24px; }
  .cap-hero--photo .top { grid-template-columns: 1fr; gap: 28px; }
  .cap-hero--photo .crumb { padding-top: 0; }
  .cat-index .idx-head { grid-template-columns: 1fr; gap: 16px; }
  .idx-row { grid-template-columns: auto 1fr auto; gap: 24px; }
  .cat .cat-head { grid-template-columns: 1fr; gap: 24px; }
  .cat .cat-body { grid-template-columns: 1fr; gap: 40px; }
  .compare .c-head { grid-template-columns: 1fr; gap: 20px; }
  .mat-grid { grid-template-columns: 1fr 1fr; }
  .mat { padding: 40px 32px; border-right: 1px solid var(--rule); }
  .mat:nth-child(2n) { border-right: 0; padding-right: 0; padding-left: 32px; }
  .mat:nth-child(2n+1) { padding-left: 0; }
  .dl-grid { grid-template-columns: 1fr 1fr; }
  .cap-cta .inner { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 720px) {
  .cap-hero .banner { height: clamp(220px, 52vw, 320px); min-height: 220px; }
  .cap-hero .banner .meta-strip .cell { padding: 16px 18px; }
  .cap-hero .banner .meta-strip .cell .v { font-size: 22px; }
  .cap-hero-photo { min-height: clamp(480px, 82vh, 660px); }
  .cap-hero--photo .top { padding-top: 32px; padding-bottom: 28px; }
  .cap-hero--photo .meta-strip .cell { min-width: 0; padding: 16px 18px; }
  .cap-hero--photo .meta-strip .cell .v { font-size: 22px; }
  .cap-hero--hub .banner {
    height: clamp(300px, 70vw, 400px);
    min-height: 300px;
  }
  .cap-hero--hub .banner .ph-corner {
    position: absolute;
    top: 14px;
    left: var(--gutter);
    right: auto;
    font-family: "SFMono-Regular", ui-monospace, Menlo, Consolas, monospace;
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(250, 250, 247, 0.72);
    z-index: 2;
  }
  .cap-hero--hub .banner .meta-strip {
    flex-wrap: nowrap;
  }
  .cap-hero--hub .banner .meta-strip .cell {
    flex: 1 1 25%;
    min-width: 0;
    padding: 11px 8px;
    background: rgba(10, 10, 10, 0.5);
  }
  .cap-hero--hub .banner .meta-strip .cell .v {
    font-size: 13px;
    letter-spacing: -0.01em;
    margin-bottom: 4px;
    line-height: 1.2;
  }
  .cap-hero--hub .banner .meta-strip .cell .k {
    font-size: 8px;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
  .mat-grid, .dl-grid { grid-template-columns: 1fr; }
  .materials .mat,
  .materials .mat:nth-child(2n),
  .materials .mat:nth-child(2n+1),
  .materials .mat:first-child,
  .materials .mat:last-child {
    display: flex; flex-direction: column;
    border-right: 0; padding: 32px 0; border-bottom: 1px solid var(--rule);
  }
  .materials .mat:last-child { border-bottom: 0; }
  .materials .mat::before { width: 26px; height: 2px; margin-bottom: 20px; flex-shrink: 0; }
  .materials .mat .code { font-size: 20px; margin-bottom: 12px; }
  .materials .mat p { max-width: none; line-height: 1.6; margin: 0 0 14px; }
  .materials .mat .grade { margin-top: auto; }
  .tbl { display: block; overflow-x: auto; white-space: nowrap; }
  .cat .figure .ph { height: 260px; }
}

/* ===================================================================
   MOBILE NAV + REFINEMENTS
   =================================================================== */
.m-toggle { display: none; }
.m-nav { display: none; }
/* Hamburger drawer takes over for tablet + phone (desktop nav cannot fit below ~1180px) */
@media (max-width: 1180px) {
  .nav { display: none; }
  .header-actions .header-cta,
  .header-actions .header-catalog { display: none; }
  .m-toggle {
    display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
    width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; padding: 0; margin-left: 4px;
  }
  .m-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); transition: transform .25s ease, opacity .2s ease; }
  .m-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .m-toggle.is-open span:nth-child(2) { opacity: 0; }
  .m-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .m-nav {
    display: flex; flex-direction: column;
    position: fixed; top: 104px; left: 0; right: 0; bottom: 0;
    background: var(--ink); color: var(--paper);
    padding: 14px var(--gutter) 36px; z-index: 59; overflow-y: auto;
    opacity: 0; visibility: hidden; transform: translateY(-10px);
    transition: opacity .26s ease, transform .26s ease, visibility 0s linear .26s;
  }
  body.m-open { overflow: hidden; }
  body.m-open .m-nav { opacity: 1; visibility: visible; transform: none; transition: opacity .26s ease, transform .26s ease, visibility 0s; }
  .m-nav a {
    font-family: var(--display); font-weight: 500; font-size: 27px; letter-spacing: -0.02em; color: var(--paper);
    padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: space-between;
  }
  .m-nav a .arr { color: var(--amber); font-size: 19px; }
  .m-nav a.m-cta { margin-top: 22px; border: 1px solid rgba(255,255,255,0.28); padding: 17px 20px; font-size: 17px; }
  .m-nav .m-meta { margin-top: 24px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-2); line-height: 1.9; }
}
/* Phone-only refinements */
@media (max-width: 720px) {
  :root { --section-pad: 78px; }
  .m-nav a { font-size: 26px; }
  footer .bottom { flex-wrap: wrap; gap: 14px; }
  .cap-hero .banner .meta-strip .cell { min-width: 150px; }
  footer .grid { grid-template-columns: 1fr; }
  /* contain wide tables so they scroll inside their section, not the page */
  .compare .inner, .params .inner { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .compare .tbl, .params .ptbl { display: table; width: auto; min-width: 560px; white-space: nowrap; }
  .cat-index .idx-row { grid-template-columns: 1fr; gap: 12px; align-items: start; padding: 24px 0; min-width: 0; }
  .cat-index .idx-row .ix-num { display: none; }
  .cat-index .idx-row .ix-name { font-size: 22px; flex-wrap: wrap; gap: 6px 12px; min-width: 0; }
  .cat-index .idx-row .ix-go {
    font-size: 14px; white-space: normal; justify-self: stretch; width: 100%; min-width: 0;
    line-height: 1.55; flex-wrap: wrap; align-items: flex-start; gap: 6px;
  }
  .cat-index .idx-head-main { max-width: none; }
}

/* ===================================================================
   PRODUCTS SECTION (products.php) — sub-nav, category cards, detail
   =================================================================== */

/* ---- sticky family sub-nav (top offset set live by products.js) ---- */
.prod-subnav {
  position: sticky; top: var(--header-h); z-index: 45;
  background: rgba(255,255,255,0.96);
  -webkit-backdrop-filter: saturate(140%) blur(8px);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--rule);
}
.prod-subnav-inner {
  max-width: var(--col-max); margin: 0 auto; padding: 0 var(--gutter);
  display: flex; gap: 2px; align-items: stretch;
  overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.prod-subnav-inner::-webkit-scrollbar { display: none; }
.psn-link {
  flex: 0 0 auto;
  font-family: var(--display); font-weight: 500;
  font-size: 13px; letter-spacing: 0.04em;
  color: var(--ink-3);
  padding: 16px 18px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 160ms ease, border-color 160ms ease;
}
.psn-link:hover { color: var(--ink); }
.psn-link.is-active { color: var(--ink); border-bottom-color: var(--amber); }
.prod-subnav-scroll {
  position: relative;
  max-width: var(--col-max);
  margin: 0 auto;
}
.psn-scroll {
  display: none;
}
@media (max-width: 1180px) {
  .psn-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 1px;
    width: 34px;
    z-index: 2;
    border: 0;
    padding: 0;
    font-family: var(--display);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: var(--ink-2);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 160ms ease, visibility 160ms ease;
  }
  .psn-scroll.is-on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .psn-scroll--left {
    left: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.97) 50%, rgba(255,255,255,0));
  }
  .psn-scroll--right {
    right: 0;
    background: linear-gradient(270deg, rgba(255,255,255,0.97) 50%, rgba(255,255,255,0));
  }
  .psn-scroll span { color: var(--amber); }
  .prod-subnav-inner { padding-left: 30px; padding-right: 30px; }
}

/* ---- category page: product cards ---- */
.cat-products .inner { max-width: var(--col-max); margin: 0 auto; padding: 0 var(--gutter) var(--section-pad); }
.pcard-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rule); border-left: 1px solid var(--rule);
}
.pcard {
  display: flex; flex-direction: column;
  padding: 0;
  overflow: hidden;
  border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  background: var(--white);
  transition: background 160ms ease;
}
.pcard:hover { background: var(--paper-2); }
.pcard-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  flex-shrink: 0;
}
.pcard-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px 28px 30px;
}
.pcard-tag {
  font-family: var(--display); font-weight: 500;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--grey); margin-bottom: 18px;
}
.pcard-name {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(20px, 1.6vw, 26px); letter-spacing: -0.02em; line-height: 1.1;
  margin: 0 0 14px; color: var(--ink);
}
.pcard-lead { font-size: 14.5px; line-height: 1.55; color: var(--ink-3); margin: 0 0 28px; }
.pcard-go {
  margin-top: auto;
  font-family: var(--display); font-weight: 500; font-size: 13px;
  letter-spacing: 0.04em; color: var(--ink);
  display: inline-flex; align-items: center; gap: 10px;
}
.pcard-go .arr { color: var(--amber); transition: transform 200ms ease; }
.pcard:hover .pcard-go .arr { transform: translateX(4px); }

/* ---- detail photo hero (full-bleed bg + meta strip) ---- */
.cap-hero--photo {
  background: transparent;
  border-bottom: 0;
}
.cap-hero-photo {
  position: relative;
  min-height: clamp(560px, 76vh, 800px);
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cap-hero-photo-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(8, 8, 8, 0.58) 0%, rgba(8, 8, 8, 0.3) 55%, rgba(8, 8, 8, 0.1) 100%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.4) 0%, rgba(8, 8, 8, 0.26) 50%, rgba(8, 8, 8, 0.45) 100%);
  pointer-events: none;
}
.cap-hero-photo .ph-corner {
  position: absolute;
  top: 20px;
  right: var(--gutter);
  z-index: 3;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}
.cap-hero-photo-inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cap-hero--photo .top {
  max-width: var(--col-max);
  margin: 0 auto;
  width: 100%;
  padding: 48px var(--gutter) 40px;
  display: grid;
  grid-template-columns: var(--label-col) 1fr;
  gap: var(--label-gap);
  align-items: start;
}
.cap-hero--photo .crumb {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  color: rgba(250, 250, 247, 0.66);
}
.cap-hero--photo .crumb a { color: rgba(250, 250, 247, 0.66); }
.cap-hero--photo .crumb a:hover { color: var(--paper); }
.cap-hero--photo .crumb .here { color: var(--paper); }
.cap-hero--photo .crumb .slash { color: rgba(255, 255, 255, 0.35); }
.cap-hero--photo .headcol .eyebrow {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(250, 250, 247, 0.72);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.cap-hero--photo .headcol .eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--amber);
}
.cap-hero--photo h1 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(48px, 6.6vw, 104px);
  line-height: 0.94;
  letter-spacing: -0.036em;
  margin: 0 0 36px;
  max-width: 26ch;
  text-wrap: balance;
  color: var(--paper);
}
.cap-hero--photo h1 em {
  font-style: normal;
  border-bottom: 5px solid var(--amber);
  padding-bottom: 4px;
}
.cap-hero--photo .lead {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1.4;
  letter-spacing: -0.012em;
  color: rgba(250, 250, 247, 0.9);
  max-width: 46ch;
  margin: 0;
  text-wrap: pretty;
}
.cap-hero--photo .meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.cap-hero--photo .meta-strip .cell {
  flex: 1 1 0;
  min-width: 180px;
  padding: 22px var(--gutter) 22px 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 10, 10, 0.42);
  backdrop-filter: blur(4px);
}
.cap-hero--photo .meta-strip .cell:first-child { border-left: 0; }
.cap-hero--photo .meta-strip .cell .v {
  font-family: var(--display);
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: var(--paper);
  line-height: 1;
  margin-bottom: 9px;
}
.cap-hero--photo .meta-strip .cell .k {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 250, 247, 0.66);
  font-weight: 500;
}

/* ---- detail spotlight hero (agri-sat pilot) ---- */
.prod-spotlight {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
}
.prod-spotlight-inner {
  max-width: var(--col-max);
  margin: 0 auto;
  padding: 48px var(--gutter) 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px 56px;
  align-items: center;
  min-height: min(72vh, 640px);
}
.prod-spotlight-copy { min-width: 0; order: 1; align-self: center; }
.prod-spotlight-media {
  position: relative;
  order: 2;
  align-self: stretch;
  min-height: clamp(320px, 42vh, 560px);
  background: #1a1a1a;
  overflow: hidden;
}
.prod-spotlight-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(320px, 42vh, 560px);
  object-fit: cover;
  object-position: center;
}
.prod-spotlight-media .ph-corner {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
  z-index: 1;
}
.prod-spotlight-media .meta-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.prod-spotlight-media .meta-strip .cell {
  flex: 1 1 0;
  min-width: 0;
  padding: 12px 16px 12px 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 10, 10, 0.42);
  backdrop-filter: blur(4px);
}
.prod-spotlight-media .meta-strip .cell:first-child { border-left: 0; }
.prod-spotlight-media .meta-strip .cell .v {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(17px, 1.6vw, 22px);
  letter-spacing: -0.02em;
  color: var(--paper);
  line-height: 1.05;
  margin-bottom: 5px;
}
.prod-spotlight-media .meta-strip .cell .k {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250, 250, 247, 0.66);
  font-weight: 500;
  line-height: 1.2;
}
.prod-spotlight-copy .crumb {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  row-gap: 6px;
  margin: 0 0 26px;
}
.prod-spotlight-copy .crumb a,
.prod-spotlight-copy .crumb .here { white-space: nowrap; }
.prod-spotlight-copy .crumb a { color: var(--grey); }
.prod-spotlight-copy .crumb a:hover { color: var(--ink); }
.prod-spotlight-copy .crumb .here { color: var(--ink); }
.prod-spotlight-copy .crumb .slash { color: var(--rule); }
.prod-spotlight-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--grey);
  margin-bottom: 28px;
}
.prod-spotlight-copy .eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--amber);
}
.prod-spotlight-copy h1 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(48px, 6.6vw, 104px);
  line-height: 0.94;
  letter-spacing: -0.036em;
  margin: 0 0 28px;
  max-width: 14ch;
  text-wrap: balance;
  color: var(--ink);
}
.prod-spotlight-lead {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1.4;
  letter-spacing: -0.012em;
  color: var(--ink-2);
  max-width: 42ch;
  margin: 0 0 28px;
  text-wrap: pretty;
}
.prod-spotlight-specs {
  font-family: var(--display);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--ink-3);
  margin: 0;
  line-height: 1.5;
}

/* ---- detail page ---- */
.prod-detail { background: var(--paper); border-bottom: 1px solid var(--rule); }
.prod-detail .inner { max-width: var(--col-max); margin: 0 auto; padding: var(--section-pad) var(--gutter); }
.prod-intro { max-width: 66ch; margin: 0 0 64px; }
.prod-intro p { font-size: 18px; line-height: 1.6; color: var(--ink-2); margin: 0 0 18px; }
.prod-blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 52px 64px; }
.prod-block h3 {
  font-family: var(--display); font-weight: 600;
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); margin: 0 0 22px; padding-bottom: 16px;
  border-bottom: 1px solid var(--rule);
  display: flex; align-items: center; gap: 14px;
}
.prod-block h3::before { content: ""; width: 24px; height: 1px; background: var(--amber); flex: 0 0 auto; }
.prod-ul { list-style: none; margin: 0; padding: 0; }
.prod-ul li { position: relative; padding: 0 0 14px 22px; font-size: 15px; line-height: 1.5; color: var(--ink-2); }
.prod-ul li::before { content: "—"; position: absolute; left: 0; color: var(--amber); }
.prod-ul li strong { color: var(--ink); font-weight: 600; }
.prod-kv { margin: 0; }
.prod-kv .kv-row { display: grid; grid-template-columns: 40% 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--rule-soft); }
.prod-kv dt { font-family: var(--display); font-weight: 500; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); }
.prod-kv dd { margin: 0; font-size: 14.5px; color: var(--ink-2); line-height: 1.45; }
.prod-related { margin-top: 64px; padding-top: 40px; border-top: 1px solid var(--rule); }
.prod-detail .inner:has(> .prod-related:first-child:last-child) { padding-top: 0; }
.cat-products:has(+ .prod-detail > .inner > .prod-related:first-child:last-child) .inner { padding-bottom: 0; }
.prod-detail .inner:has(> .prod-related:first-child:last-child) .prod-related { margin-top: 0; padding-top: 48px; }
.prod-related .pr-label { display: block; font-family: var(--display); font-weight: 500; font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--grey); margin-bottom: 18px; }
.prod-related .pr-links { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.prod-related .pr-links a { font-family: var(--display); font-weight: 500; font-size: 15px; color: var(--ink); display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid transparent; padding-bottom: 2px; }
.prod-related .pr-links a:hover { border-bottom-color: var(--ink); }
.prod-related .pr-links a .arr { color: var(--amber); }

/* ---- tabbed detail (e.g. HSAT 1P) ---- */
.prod-detail--tabs .inner { padding-top: 72px; }
.prod-detail-intro {
  display: grid;
  grid-template-columns: var(--label-col) 1fr;
  gap: var(--label-gap);
  align-items: start;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--rule);
}
.prod-detail-intro-rail .lbl {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.prod-detail-intro-rail .lbl::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--amber);
}
.prod-detail-intro-copy {
  display: grid;
  gap: 18px 48px;
  width: 100%;
  max-width: none;
  grid-template-columns: 1fr 1fr;
}
.prod-detail-lead {
  grid-column: 1 / -1;
  max-width: 90ch;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  letter-spacing: -0.012em;
  color: var(--ink-2);
  margin: 0;
}
.prod-detail-intro-copy p:not(.prod-detail-lead) {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-3);
}
.prod-detail-intro-copy p:not(.prod-detail-lead):last-child:nth-child(2) {
  grid-column: 1 / -1;
  max-width: 90ch;
}

.prod-tabs-wrap {
  display: grid;
  grid-template-columns: var(--label-col) 1fr;
  gap: var(--label-gap);
  align-items: start;
}
.prod-tabs-rail .lbl {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
}
.prod-tabs-rail .lbl::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--amber);
}
.prod-tabs {
  min-width: 0;
}

.prod-tab-nav-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--rule);
}
.prod-tab-nav-scroll::-webkit-scrollbar { display: none; }
.prod-tab-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  min-width: min-content;
}
.prod-tab {
  flex: 0 0 auto;
  font-family: var(--display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  padding: 14px 18px;
  margin-bottom: -1px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}
.prod-tab:hover {
  color: var(--ink);
  background: var(--white);
}
.prod-tab.is-active {
  color: var(--ink);
  background: var(--white);
  border-color: var(--rule);
  box-shadow: inset 0 -2px 0 var(--amber);
}
.prod-tab-panels {
  background: var(--white);
  border: 1px solid var(--rule);
  padding: 32px 36px 36px;
}
.prod-tab-panel { display: none; }
.prod-tab-panel.is-active { display: block; }
.prod-tab-panel-title {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(22px, 2.2vw, 30px);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 28px;
  max-width: 24ch;
}
.prod-tab-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.prod-tab-item {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  padding: 18px 20px 18px 24px;
  transition: border-color 160ms ease, background 160ms ease;
}
.prod-tab-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--amber);
}
.prod-tab-item:hover {
  background: var(--white);
  border-color: var(--rule);
}
.prod-tab-item-text {
  display: block;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-2);
}
.prod-tab-item-text strong {
  color: var(--ink);
  font-weight: 600;
}
.prod-kv--tabs .kv-row {
  padding: 16px 0;
}

/* ---- products responsive ---- */
@media (max-width: 980px) {
  .pcard-grid { grid-template-columns: 1fr 1fr; }
  .prod-blocks { grid-template-columns: 1fr; gap: 44px; }
  .prod-detail-intro { grid-template-columns: 1fr; gap: 16px; }
  .prod-detail-intro-copy { grid-template-columns: 1fr; }
  .prod-detail-lead,
  .prod-detail-intro-copy p:not(.prod-detail-lead):last-child:nth-child(2) { max-width: none; }
  .prod-tabs-wrap { grid-template-columns: 1fr; gap: 16px; }
  .prod-tabs-rail .lbl { padding-top: 0; }
  .prod-tab-grid { grid-template-columns: 1fr; }
  .prod-tab-panels { padding: 28px 24px 32px; }
  .prod-spotlight-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .prod-spotlight-media { order: 1; min-height: clamp(220px, 50vw, 380px); }
  .prod-spotlight-media img { min-height: clamp(220px, 50vw, 380px); }
  .prod-spotlight-copy { order: 2; }
  .prod-spotlight-copy h1 { max-width: 100%; }
  .prod-spotlight-media .meta-strip .cell { min-width: 33.33%; padding: 10px 12px; }
  .prod-spotlight-media .meta-strip .cell .v { font-size: 16px; }
  .prod-spotlight-media .meta-strip .cell .k { font-size: 8.5px; }
  .prod-spotlight--has-meta .prod-spotlight-media .meta-strip {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .prod-spotlight--has-meta .prod-spotlight-media .meta-strip::-webkit-scrollbar {
    display: none;
  }
  .prod-spotlight--has-meta .prod-spotlight-media .meta-strip .cell {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 8px;
    background: rgba(10, 10, 10, 0.5);
  }
  .prod-spotlight--has-meta .prod-spotlight-media .meta-strip .cell .v {
    font-size: clamp(10px, 2.2vw, 14px);
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin-bottom: 4px;
    text-wrap: balance;
  }
  .prod-spotlight--has-meta .prod-spotlight-media .meta-strip .cell .k {
    font-size: 7.5px;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-wrap: balance;
  }
}
@media (max-width: 720px) {
  .pcard-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    border-top: 0;
    border-left: 0;
  }
  .pcard {
    border: 1px solid var(--rule);
  }
  .psn-link { padding: 14px 14px; font-size: 12.5px; }
  .prod-kv .kv-row { grid-template-columns: 1fr; gap: 4px; }
  .prod-spotlight-inner { padding-top: 32px; padding-bottom: 48px; }
  .prod-spotlight-media .meta-strip .cell { min-width: 50%; padding: 9px 10px; }
  .prod-spotlight-media .meta-strip .cell .v { font-size: 15px; }
  .prod-spotlight-media .meta-strip .cell .k { font-size: 8px; }
  .prod-spotlight--has-meta .prod-spotlight-media {
    min-height: clamp(260px, 62vw, 420px);
  }
  .prod-spotlight--has-meta .prod-spotlight-media img {
    min-height: clamp(260px, 62vw, 420px);
  }
  .prod-spotlight--has-meta .prod-spotlight-media .ph-corner {
    top: 14px;
    left: var(--gutter);
    right: auto;
  }
  .prod-spotlight--has-meta .prod-spotlight-media .meta-strip {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .prod-spotlight--has-meta .prod-spotlight-media .meta-strip::-webkit-scrollbar {
    display: none;
  }
  .prod-spotlight--has-meta .prod-spotlight-media .meta-strip .cell {
    flex: 1 1 0;
    min-width: 0;
    padding: 11px 8px;
    background: rgba(10, 10, 10, 0.5);
  }
  .prod-spotlight--has-meta .prod-spotlight-media .meta-strip .cell .v {
    font-size: clamp(9px, 2.5vw, 12px);
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin-bottom: 4px;
    text-wrap: balance;
  }
  .prod-spotlight--has-meta .prod-spotlight-media .meta-strip .cell .k {
    font-size: 7.5px;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-wrap: balance;
  }
  .cap-hero--photo.cap-hero--photo-meta-mobile .cap-hero-photo .ph-corner {
    top: 14px;
    left: var(--gutter);
    right: auto;
  }
  .cap-hero--photo.cap-hero--photo-meta-mobile .meta-strip {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .cap-hero--photo.cap-hero--photo-meta-mobile .meta-strip::-webkit-scrollbar {
    display: none;
  }
  .cap-hero--photo.cap-hero--photo-meta-mobile .meta-strip .cell {
    flex: 1 1 0;
    min-width: 0;
    padding: 11px 8px;
    background: rgba(10, 10, 10, 0.5);
  }
  .cap-hero--photo.cap-hero--photo-meta-mobile .meta-strip .cell .v {
    font-size: clamp(9px, 2.5vw, 12px);
    letter-spacing: -0.01em;
    line-height: 1.25;
    margin-bottom: 4px;
    text-wrap: balance;
  }
  .cap-hero--photo.cap-hero--photo-meta-mobile .meta-strip .cell .k {
    font-size: 7.5px;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-wrap: balance;
  }
  .cap-hero--photo.cap-hero--photo-meta-mobile .meta-strip .cell .k:empty {
    display: none;
    margin: 0;
  }
}
