.product-page {
  --product-wash: color-mix(in srgb, currentColor 5%, transparent);
  --product-soft-accent: color-mix(in srgb, var(--accent) 12%, transparent);
  --product-medium-accent: color-mix(in srgb, var(--accent) 24%, transparent);
  overflow: hidden;
  max-width: 100%;
}

.commercial-hero {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  border-bottom: 1px solid var(--line);
}
.commercial-hero nav { margin-bottom: 2.5rem; color: var(--muted); font-size: .8rem; }
.commercial-hero nav a { color: inherit; }
.commercial-hero h1 { max-width: 19ch; margin: 0 0 1.5rem; font-size: clamp(2.5rem, 5.5vw, 5.5rem); line-height: 1.06; letter-spacing: -.045em; }
.commercial-intro { max-width: 84ch; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.75; }
.commercial-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 2rem; }
.commercial-actions > a:not(.btn) { font-size: .9rem; font-weight: 700; text-underline-offset: .25em; }
.commercial-hero-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(280px,.48fr); gap:clamp(2rem,5vw,4.5rem); align-items:center; }
.commercial-hero-copy { min-width:0; }
.commercial-hero-layout h1 { font-size:clamp(2.4rem,4.5vw,4.6rem); max-width:20ch; text-wrap:balance; }
.commercial-hero-layout .commercial-intro { max-width:58ch; }
.commercial-hero-proof { display:flex; flex-wrap:wrap; gap:.65rem; list-style:none; padding:0; margin:1.6rem 0 0; }
.commercial-hero-proof li { padding:.55rem .8rem; border:1px solid var(--line); border-radius:6px; color:var(--text); background:var(--surface); font-size:.8rem; font-weight:650; line-height:1.4; }
.commercial-starting-offer { min-width:0; padding:clamp(1.5rem,3vw,2.3rem); border:1px solid var(--line); border-top:4px solid var(--accent); border-radius:16px; background:var(--surface); box-shadow:0 18px 45px color-mix(in srgb,var(--text) 6%,transparent); }
.commercial-starting-offer h2 { margin:.7rem 0; font-size:1.25rem; line-height:1.3; }
.commercial-starting-offer p { line-height:1.65; color:var(--muted); }
.commercial-hero-price { margin:1.2rem 0; }
.commercial-hero-price strong { display:block; color:var(--text); font-size:clamp(2.8rem,4.5vw,4rem); font-weight:800; letter-spacing:-.055em; line-height:1.1; }
.commercial-hero-price span { display:block; margin-top:.6rem; font-size:.85rem; line-height:1.6; }
.commercial-starting-offer .commercial-actions { display:flex; flex-direction:column; align-items:stretch; gap:1rem; margin-top:1.5rem; }
.commercial-starting-offer .btn { width:100%; text-align:center; justify-content:center; white-space:normal; }
.commercial-starting-offer .commercial-actions > a:not(.btn) { text-align:center; color:var(--text); }
.commercial-conditions-note { font-size:.8rem; line-height:1.65; color:var(--muted); }
.commercial-starting-offer .commercial-conditions-note { margin-top:1.4rem; padding-top:1rem; border-top:1px solid var(--line); }
.commercial-benefit-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.2rem; margin-top:2rem; }
.commercial-benefit-grid article { min-width:0; padding:1.6rem; border:1px solid var(--line); border-radius:12px; background:var(--surface); }
.commercial-benefit-grid h3 { color:var(--text); margin:0 0 .8rem; font-size:1.25rem; line-height:1.4; }
.commercial-benefit-grid p { color:var(--muted); margin:0; line-height:1.75; }
.commercial-fit details { margin-top:1.5rem; padding:1.2rem 0; border-top:1px solid var(--line); }
.commercial-fit details summary { cursor:pointer; font-weight:650; line-height:1.5; }
.commercial-fit details li { color:var(--muted); line-height:1.7; }
.commercial-final { margin-block:2rem; padding-inline:2rem; border:1px solid var(--line); border-radius:16px; background:var(--surface); }
body[data-brand="site-a"] .commercial-starting-offer { border-radius:2px; box-shadow:6px 6px 0 var(--line); }
body[data-brand="site-b"] .commercial-starting-offer { border-radius:4px; box-shadow:6px 6px 0 #e950a8; }
body[data-brand="site-d"] .commercial-starting-offer { border-radius:24px; }
@media (max-width:900px) {
  .commercial-hero-layout { grid-template-columns:1fr; gap:2rem; }
  .commercial-hero-layout h1 { max-width:24ch; }
  .commercial-starting-offer { width:100%; max-width:580px; }
}
.commercial-section { padding-block: clamp(3rem, 6vw, 5rem); border-bottom: 1px solid var(--line); }
.commercial-section h2, .commercial-final h2 { max-width: 26ch; margin: 0 0 1rem; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.16; letter-spacing: -.03em; }
.commercial-section > p:not(.product-kicker) { max-width: 86ch; color: var(--muted); line-height: 1.75; }
.commercial-section .product-table-wrap { margin-top: 1.5rem; }
.commercial-section table caption { padding: 1rem 1.2rem; color: var(--muted); font-size: .85rem; text-align: left; }
.commercial-plans table { width: 100%; min-width: 680px; border-collapse: collapse; }
.commercial-plans th, .commercial-plans td { padding: 1rem 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.55; }
.commercial-plans tr > *:last-child { border-right: 0; }
.commercial-plans tbody tr:last-child > * { border-bottom: 0; }
.commercial-plans thead th { background: var(--product-wash); color: var(--muted); font-size: .75rem; }
.commercial-scenarios { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.commercial-scenarios article { padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--surface); }
.commercial-scenarios h3 { margin: 0 0 .7rem; font-size: 1.1rem; }
.commercial-scenarios p { color: var(--muted); line-height: 1.6; }
.commercial-scenarios strong { display: block; margin-block: 1rem; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.commercial-scenarios a { font-weight: 700; }
.commercial-fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 4rem); margin-top: 2rem; }
.commercial-fit-grid > div { padding: 1.5rem; border: 1px solid var(--line); border-radius: 1rem; }
.commercial-fit-grid h3 { margin: 0 0 1rem; font-size: 1.2rem; }
.commercial-fit-grid ul, .commercial-evidence-links { margin: 0; padding-left: 1.2rem; }
.commercial-fit-grid li + li, .commercial-evidence-links li + li { margin-top: 1rem; }
.commercial-fit-grid li p { margin: .35rem 0 0; color: var(--muted); line-height: 1.65; }
.commercial-evidence-links { columns: 2; margin-top: 1.5rem; }
.commercial-evidence-links a { line-height: 1.55; }
.commercial-faq details { padding: 1.2rem 0; border-top: 1px solid var(--line); }
.commercial-faq details:last-child { border-bottom: 1px solid var(--line); }
.commercial-faq summary { cursor: pointer; font-weight: 700; line-height: 1.5; }
.commercial-faq details p { max-width: 80ch; color: var(--muted); line-height: 1.7; }
.commercial-final { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; align-items: center; padding-block: clamp(3rem, 6vw, 5rem); }
.commercial-final p:not(.product-kicker) { max-width: 66ch; color: var(--muted); line-height: 1.7; }
.commercial-final .commercial-actions { margin-top: 0; }
@media (max-width: 760px) {
  .commercial-benefit-grid { grid-template-columns:1fr; }
  .commercial-hero { padding-block:2rem 3rem; }
  .commercial-hero nav { margin-bottom:1.5rem; }
  .commercial-hero-layout h1 { font-size:clamp(2.2rem,8.5vw,3.5rem); }
  .commercial-hero-layout .commercial-intro { font-size:.96rem; line-height:1.65; }
  .commercial-hero-proof { display:none; }
  .commercial-starting-offer { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:0 1rem; padding:1.3rem; }
  .commercial-starting-offer > .product-kicker { display:none; }
  .commercial-starting-offer h2 { align-self:center; font-size:1.1rem; margin:0; }
  .commercial-hero-price { margin:0; }
  .commercial-hero-price strong { font-size:2.4rem; }
  .commercial-hero-price span { max-width:16ch; font-size:.75rem; margin-top:.35rem; }
  .commercial-starting-offer .commercial-actions,.commercial-starting-offer .commercial-conditions-note { grid-column:1 / -1; }
  .commercial-starting-offer .commercial-actions { margin-top:1rem; }
  .commercial-final { padding-inline:1.3rem; }
  .commercial-scenarios, .commercial-fit-grid { grid-template-columns: 1fr; }
  .commercial-evidence-links { columns: 1; }
  /* Offer conditions must remain visible beside the claim on a narrow screen. */
  #offer-facts .product-plan-table { min-width: 0; width: 100%; max-width: 100%; }
  #offer-facts .product-plan-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  #offer-facts .product-plan-table tbody, #offer-facts .product-plan-table tr { display: block; width: 100%; }
  #offer-facts .product-plan-table tbody tr + tr { border-top: 2px solid var(--line); }
  #offer-facts .product-plan-table th, #offer-facts .product-plan-table td { display: block; width: auto; max-width: none; border: 0; padding: .8rem 1rem; overflow-wrap: anywhere; }
  #offer-facts .product-plan-table th { padding-bottom: .4rem; }
  #offer-facts .product-plan-table td + td { padding-top: .3rem; }
}

.offer-next-step { display:grid; grid-template-columns:minmax(0,1fr) minmax(260px,.52fr); gap:2rem 3rem; width:min(1180px,calc(100% - 2.5rem)); margin:3rem auto 5rem; padding:clamp(1.4rem,4vw,3rem); border:1px solid var(--line); border-top:4px solid var(--accent); border-radius:16px; background:var(--surface); color:var(--text); }
.offer-next-copy,.offer-next-price { min-width:0; }
.offer-next-kicker { color:var(--accent); font-size:.72rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.offer-next-copy h2 { max-width:24ch; font-size:clamp(1.8rem,3.3vw,2.8rem); line-height:1.15; margin:0 0 1.2rem; }
.offer-next-copy > p:not(.offer-next-kicker) { max-width:60ch; color:var(--muted); line-height:1.75; }
.offer-next-copy ul { padding-left:1.2rem; color:var(--muted); line-height:1.75; margin:1.4rem 0; }
.offer-next-copy > a { color:var(--text); font-weight:650; text-underline-offset:.25em; }
.offer-next-price { padding-inline-start:2rem; border-inline-start:1px solid var(--line); }
.offer-next-plan { font-size:1.15rem; font-weight:700; margin:0 0 .8rem; }
.offer-next-amount { margin:0; }
.offer-next-amount strong { display:block; font-size:clamp(2.6rem,4vw,3.8rem); line-height:1.1; letter-spacing:-.05em; }
.offer-next-amount span { display:block; color:var(--muted); font-size:.85rem; margin-top:.6rem; }
.offer-next-unit { color:var(--muted); font-size:.8rem; margin:1rem 0; }
.offer-next-price .btn { width:100%; white-space:normal; text-align:center; }
.offer-next-compare { display:block; margin-top:1rem; color:var(--text); text-align:center; font-size:.9rem; font-weight:650; }
.offer-next-note { color:var(--muted); font-size:.8rem; line-height:1.7; margin:1.5rem 0 0; }
.offer-next-physical { grid-column:1/-1; padding-top:1.3rem; margin:0; border-top:1px solid var(--line); color:var(--muted); font-size:.87rem; line-height:1.75; }
.offer-next-physical a { color:var(--text); font-weight:650; }
body[data-brand="site-a"] .offer-next-step { border-radius:2px; }
body[data-brand="site-b"] .offer-next-step { border-radius:4px; }
body[data-brand="site-d"] .offer-next-step { border-radius:24px; }
@media (max-width:760px) {
  .offer-next-step { grid-template-columns:1fr; gap:1.7rem; }
  .offer-next-price { border-inline-start:0; border-top:1px solid var(--line); padding-inline-start:0; padding-top:1.5rem; }
  .offer-next-copy h2 { max-width:none; }
}

.product-editorial-copy p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 76ch;
}

.product-reading-links {
  list-style: none;
  display: grid;
  gap: .75rem;
  padding: 0;
  margin: 1.5rem 0 0;
}

.product-reading-links a { line-height: 1.5; }
.product-resource-links { display:flex; flex-wrap:wrap; gap:.85rem 2rem; padding-block:1.3rem; border-bottom:1px solid var(--line); }
.product-resource-links a { font-size:.86rem; font-weight:650; text-underline-offset:.25em; }
.product-editorial-section { padding-block: clamp(3rem, 7vw, 6rem); }

.product-page *,
.product-page *::before,
.product-page *::after {
  box-sizing: border-box;
}

.product-page h1,
.product-page h2,
.product-page h3,
.product-page p,
.product-page dd {
  overflow-wrap: anywhere;
}

.product-shell {
  width: min(1180px, calc(100% - 2.5rem));
  min-width: 0;
  max-width: calc(100% - 2.5rem);
  margin-inline: auto;
}

.product-hero > *,
.product-definition-grid > *,
.product-context-section > *,
.product-boundary-note > *,
.product-final-cta > *,
.product-feature-console > *,
.product-install-grid > *,
.product-preflight-grid > *,
.product-snapchat-fit > *,
.product-two-definitions > *,
.product-decision-grid > *,
.product-scenario-matrix > *,
.product-cost-lens > *,
.product-plan-section,
.product-comparison-section {
  min-width: 0;
}

.product-eyebrow,
.product-kicker {
  margin: 0 0 .85rem;
  color: var(--accent);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .62fr);
  gap: clamp(2.5rem, 8vw, 8rem);
  align-items: end;
  padding-block: clamp(4.5rem, 10vw, 9rem) clamp(3.2rem, 7vw, 6rem);
  border-bottom: 1px solid var(--line);
  position: relative;
}

.product-hero::before {
  position: absolute;
  inset: 1.5rem 0 auto;
  height: 1px;
  background: linear-gradient(90deg, var(--accent) 0 18%, var(--line) 18% 100%);
  content: '';
}

.product-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3rem, 7.4vw, 7.4rem);
  line-height: .94;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.product-lead {
  max-width: 760px;
  margin: 1.7rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.75;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}

.product-text-link {
  display: inline-flex;
  gap: .55rem;
  align-items: center;
  color: inherit;
  font-size: .88rem;
  font-weight: 750;
  text-decoration-color: var(--line);
  text-underline-offset: .35rem;
}

.product-text-link span {
  color: var(--accent);
  transition: transform .18s ease;
}

.product-text-link:hover span {
  transform: translateX(.22rem);
}

.product-hero-facts {
  margin: 0;
  border-top: 1px solid var(--line);
}

.product-hero-facts div {
  display: grid;
  grid-template-columns: 6.4rem 1fr;
  gap: 1rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--line);
}

.product-hero-facts dt {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-hero-facts dd {
  margin: 0;
  font-size: .86rem;
  font-weight: 650;
  line-height: 1.55;
}

.product-section-heading {
  max-width: 790px;
}

.product-section-heading h2,
.product-context-intro h2,
.product-final-cta h2,
.product-boundary-note h2,
.product-common-ground h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: -.048em;
  text-wrap: balance;
}

.product-section-heading > p:last-child,
.product-context-intro > p:last-child {
  max-width: 700px;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.product-definition-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.product-prose-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

.product-prose-pair p,
.product-snapchat-intro > div > p,
.product-boundary-note p,
.product-common-ground > p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.85;
}

.product-workspace-demo {
  min-width: 0;
  padding: clamp(.55rem, 1.5vw, 1rem);
  border: 1px solid var(--line);
  background: var(--product-wash);
  box-shadow: 1.1rem 1.1rem 0 var(--product-soft-accent);
}

.product-demo-browser {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) * .7);
  background: var(--surface);
}

.product-demo-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: .8rem 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: .65rem;
}

.product-demo-bar strong {
  overflow: hidden;
  color: var(--text);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-demo-body {
  display: grid;
  grid-template-columns: 5.4rem 1fr;
  min-height: 355px;
}

.product-demo-nav {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  padding: 1rem .55rem;
  border-right: 1px solid var(--line);
  background: var(--product-wash);
}

.product-demo-nav span {
  padding: .55rem .5rem;
  border-radius: 7px;
  color: var(--muted);
  font-size: .62rem;
}

.product-demo-nav .is-active {
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 800;
}

.product-demo-device {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.product-demo-device > div:first-child {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: .6rem;
  align-items: center;
}

.product-demo-device > div:first-child small {
  color: var(--muted);
  font-size: .65rem;
}

.product-demo-device > div:first-child strong {
  grid-column: 2;
  font-size: 1.1rem;
}

.product-live-dot {
  grid-row: 1 / 3;
  width: .62rem;
  height: .62rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 .3rem var(--product-soft-accent);
}

.product-demo-apps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .65rem;
  margin-top: 2rem;
}

.product-demo-apps span {
  min-width: 0;
  padding: .8rem .4rem;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) * .45);
  color: var(--muted);
  font-size: .6rem;
  text-align: center;
}

.product-demo-apps b {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  place-items: center;
  margin: 0 auto .55rem;
  border-radius: .65rem;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: .8rem;
}

.product-demo-device > p {
  margin: auto 0 0;
  padding-top: 1.5rem;
  color: var(--muted);
  font-size: .7rem;
  line-height: 1.7;
}

.product-process-band,
.product-install-flow,
.product-decision-band {
  padding-block: clamp(4rem, 9vw, 8rem);
  border-block: 1px solid var(--line);
  background: var(--product-wash);
}

.product-step-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 3.5rem 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.product-step-line li {
  min-width: 0;
  padding: 1.4rem 1.35rem 0 0;
  border-right: 1px solid var(--line);
}

.product-step-line li + li {
  padding-left: 1.35rem;
}

.product-step-line li:last-child {
  border-right: 0;
}

.product-step-line li > span {
  display: inline-grid;
  width: 2.3rem;
  height: 2.3rem;
  place-items: center;
  margin-top: -2.6rem;
  border-radius: 50%;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: .65rem;
  font-weight: 850;
}

.product-step-line h3 {
  margin: 1.5rem 0 .65rem;
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 1.35;
}

.product-step-line p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.75;
}

.product-plan-section {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.product-table-wrap {
  display: block;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  margin-top: 2.75rem;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) * .65);
  background: var(--surface);
}

.product-plan-table,
.product-compare-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.product-plan-table th,
.product-plan-table td,
.product-compare-table th,
.product-compare-table td {
  padding: 1.1rem 1.2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: .82rem;
  line-height: 1.65;
  text-align: left;
  vertical-align: top;
}

.product-plan-table tr:last-child > *,
.product-compare-table tr:last-child > * {
  border-bottom: 0;
}

.product-plan-table tr > *:last-child,
.product-compare-table tr > *:last-child {
  border-right: 0;
}

.product-plan-table thead th,
.product-compare-table thead th {
  background: var(--product-wash);
  color: var(--muted);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-plan-table tbody th {
  font-size: .98rem;
}

.product-plan-table tbody th span {
  display: inline-block;
  margin-left: .55rem;
  padding: .2rem .45rem;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: .55rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.product-plan-table a {
  color: inherit;
  font-weight: 800;
}

.product-table-note {
  max-width: 760px;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.7;
}

.product-context-section,
.product-scenario-matrix {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
  gap: clamp(2.5rem, 8vw, 7rem);
  padding-block: clamp(4.5rem, 9vw, 8rem);
  border-top: 1px solid var(--line);
}

.product-context-list {
  border-top: 1px solid var(--line);
}

.product-context-list article {
  display: grid;
  grid-template-columns: 3rem minmax(150px, .7fr) 1fr;
  gap: 1rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--line);
}

.product-context-list article > span,
.product-feature-rows article > span {
  color: var(--accent);
  font-size: .68rem;
  font-weight: 800;
}

.product-context-list h3,
.product-feature-rows h3 {
  margin: 0;
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 1.4;
}

.product-context-list p,
.product-feature-rows p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.75;
}

.product-boundary-note {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: clamp(2.5rem, 8vw, 7rem);
  align-items: start;
  padding-block: clamp(3.5rem, 7vw, 6rem);
  border-top: 1px solid var(--line);
}

.product-boundary-note h2,
.product-common-ground h2 {
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
}

.product-boundary-note .product-text-link {
  margin-top: 1.5rem;
}

.product-final-cta {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: clamp(2rem, 8vw, 7rem);
  align-items: center;
  margin-bottom: clamp(4rem, 9vw, 8rem);
  padding: clamp(2.4rem, 6vw, 5rem);
  border-radius: var(--radius);
  background: var(--accent);
  color: var(--accent-ink);
}

.product-final-cta .product-kicker,
.product-final-cta .product-text-link span {
  color: inherit;
}

.product-final-cta p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.75;
}

.product-btn-invert {
  border-color: var(--accent-ink);
  background: var(--accent-ink);
  color: var(--accent);
}

.product-feature-console {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(480px, 1.38fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.product-console-copy .product-text-link {
  margin-top: 1.8rem;
}

.product-console-copy .product-reading-links .product-text-link { margin-top: 0; }

.product-console {
  display: grid;
  grid-template-columns: 9.5rem 1fr;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) * .75);
  background: var(--surface);
  box-shadow: 1rem 1rem 0 var(--product-soft-accent);
}

.product-console-nav {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: 1.2rem .8rem;
  border-right: 1px solid var(--line);
  background: var(--product-wash);
}

.product-console-nav > strong {
  margin-bottom: 1.5rem;
  padding: .45rem;
  font-size: .78rem;
}

.product-console-nav span {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  padding: .65rem .55rem;
  border-radius: 7px;
  color: var(--muted);
  font-size: .67rem;
}

.product-console-nav span b {
  color: inherit;
  font-size: .58rem;
}

.product-console-nav .is-active {
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 800;
}

.product-console-main {
  min-width: 0;
  padding: clamp(1rem, 3vw, 2rem);
}

.product-console-head {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.product-console-head div {
  display: grid;
  gap: .25rem;
}

.product-console-head small,
.product-console-head > span {
  color: var(--muted);
  font-size: .63rem;
}

.product-console-head strong {
  font-size: 1rem;
}

.product-console-head > span {
  padding: .35rem .55rem;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.product-device-rows > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .65rem 1rem;
  align-items: center;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}

.product-device-rows .product-live-dot,
.product-device-rows div > span:first-child {
  grid-row: 1 / 3;
}

.product-device-rows strong {
  font-size: .76rem;
}

.product-device-rows small {
  grid-column: 2;
  color: var(--muted);
  font-size: .62rem;
}

.product-device-rows b {
  grid-row: 1 / 3;
  grid-column: 3;
  font-size: .65rem;
}

.product-device-rows .is-muted {
  opacity: .55;
}

.product-device-rows .is-muted > span {
  width: .62rem;
  height: .62rem;
  border: 1px dashed currentColor;
  border-radius: 50%;
}

.product-feature-ledger {
  padding-block: clamp(4.5rem, 9vw, 8rem);
  border-top: 1px solid var(--line);
}

.product-feature-rows {
  margin-top: 3rem;
  border-top: 1px solid var(--line);
}

.product-feature-rows article {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 9rem;
  gap: 1rem;
  align-items: start;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
}

.product-feature-rows article > div {
  display: grid;
  grid-template-columns: minmax(140px, .65fr) 1fr;
  gap: 2rem;
}

.product-feature-rows small {
  color: var(--muted);
  font-size: .63rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
}

.product-install-grid {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) 1fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.product-install-grid > ol {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.product-install-grid > ol li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.product-install-grid > ol li > span {
  color: var(--accent);
  font-size: .75rem;
  font-weight: 850;
}

.product-install-grid h3 {
  margin: 0 0 .4rem;
  font-family: var(--body-font);
  font-size: .95rem;
}

.product-install-grid li p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.7;
}

.product-workspace-map {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.product-map-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-map-grid article {
  min-height: 230px;
  padding: 1.5rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-map-grid span,
.product-two-definitions article > span,
.product-scenario-matrix article > span {
  color: var(--accent);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-map-grid h3 {
  max-width: 410px;
  margin: 3rem 0 .8rem;
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  line-height: 1.15;
}

.product-map-grid p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.75;
}

.product-plan-section-compact {
  border-top: 1px solid var(--line);
}

.product-snapchat-intro {
  display: grid;
  grid-template-columns: minmax(210px, .42fr) 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.product-snapchat-mark {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  max-width: 320px;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 28%;
  background: var(--accent);
  color: var(--accent-ink);
  box-shadow: 1rem 1rem 0 var(--product-wash);
}

.product-snapchat-mark span {
  align-self: end;
  font-family: var(--display-font);
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 700;
  line-height: .8;
}

.product-snapchat-mark small {
  align-self: start;
  margin-top: 1rem;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.product-snapchat-intro > div > p {
  max-width: 720px;
  margin-top: 1.3rem;
}

.product-setup-section {
  padding-block: clamp(4.5rem, 9vw, 8rem);
  border-block: 1px solid var(--line);
  background: var(--product-wash);
}

.product-setup-timeline {
  padding: 0;
  margin: 3rem 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.product-setup-timeline li {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr) 7rem;
  gap: 1.2rem;
  align-items: start;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.product-setup-timeline li > span {
  color: var(--accent);
  font-size: .72rem;
  font-weight: 850;
}

.product-setup-timeline h3 {
  margin: 0 0 .45rem;
  font-family: var(--body-font);
  font-size: 1rem;
}

.product-setup-timeline p {
  max-width: 750px;
  margin: 0;
  color: var(--muted);
  font-size: .8rem;
  line-height: 1.75;
}

.product-setup-timeline small {
  color: var(--muted);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-align: right;
  text-transform: uppercase;
}

.product-preflight-grid {
  display: grid;
  grid-template-columns: 1fr minmax(300px, .65fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.product-check-list {
  padding: 0;
  margin: 2rem 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.product-check-list li {
  display: grid;
  grid-template-columns: 1.8rem 1fr;
  gap: .7rem;
  padding: .9rem 0;
  border-bottom: 1px solid var(--line);
}

.product-check-list span {
  color: var(--accent);
  font-weight: 900;
}

.product-check-list p {
  margin: 0;
  font-size: .82rem;
  line-height: 1.65;
}

.product-control-card {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: .8rem .8rem 0 var(--product-soft-accent);
}

.product-control-card dl {
  margin: 0;
}

.product-control-card dl div {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}

.product-control-card dl div:last-child {
  border-bottom: 0;
}

.product-control-card dt {
  margin-bottom: .4rem;
  font-size: .78rem;
  font-weight: 800;
}

.product-control-card dd {
  margin: 0;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.7;
}

.product-troubleshooting {
  padding-block: clamp(4.5rem, 9vw, 8rem);
  border-block: 1px solid var(--line);
  background: var(--product-wash);
}

.product-trouble-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 3rem;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-trouble-grid article {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: 1.25rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-trouble-grid article > span {
  font-size: .95rem;
  font-weight: 800;
}

.product-trouble-grid p {
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.75;
}

.product-trouble-grid a {
  margin-top: auto;
  color: inherit;
  font-size: .7rem;
  font-weight: 800;
}

.product-snapchat-fit {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: clamp(3rem, 8vw, 7rem);
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.product-snapchat-fit h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.product-snapchat-fit p {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.75;
}

.product-snapchat-fit > div:last-child > strong {
  display: block;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 1.05rem;
  line-height: 1.5;
}

.product-snapchat-fit .btn {
  margin-top: 1rem;
}

.product-two-definitions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.product-two-definitions article {
  min-height: 360px;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
  background: var(--surface);
}

.product-two-definitions article + article {
  border-left: 0;
  background: var(--product-wash);
}

.product-two-definitions h2 {
  margin: 4rem 0 1rem;
  font-size: clamp(1.8rem, 3.8vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.product-two-definitions p {
  max-width: 520px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.8;
}

.product-two-definitions .product-text-link {
  margin-top: 1rem;
}

.product-comparison-section {
  padding-block: 0 clamp(4.5rem, 9vw, 8rem);
  scroll-margin-top: 7rem;
}

.product-compare-table th:first-child {
  width: 25%;
}

.product-compare-table tbody th {
  font-size: .78rem;
}

.product-compare-table tbody td {
  color: var(--muted);
}

.product-decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 7rem);
}

.product-decision-grid > div + div {
  padding-left: clamp(2rem, 5vw, 5rem);
  border-left: 1px solid var(--line);
}

.product-decision-grid ul {
  display: grid;
  gap: .7rem;
  padding: 0;
  margin: 2rem 0;
  list-style: none;
}

.product-decision-grid li {
  position: relative;
  padding: .7rem 0 .7rem 1.7rem;
  border-bottom: 1px solid var(--line);
  font-size: .82rem;
  line-height: 1.65;
}

.product-decision-grid li::before {
  position: absolute;
  top: .82rem;
  left: 0;
  color: var(--accent);
  content: '→';
  font-weight: 850;
}

.product-fine-note {
  margin-top: 2rem;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.7;
}

.product-scenario-matrix > div:last-child {
  border-top: 1px solid var(--line);
}

.product-scenario-matrix article {
  display: grid;
  grid-template-columns: minmax(130px, .45fr) minmax(180px, .8fr) 1fr;
  gap: 1.2rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.product-scenario-matrix h3 {
  margin: 0;
  font-family: var(--body-font);
  font-size: .95rem;
}

.product-scenario-matrix p,
.product-scenario-matrix strong {
  margin: 0;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.7;
}

.product-scenario-matrix strong {
  color: var(--text);
}

.product-cost-lens {
  display: grid;
  grid-template-columns: minmax(260px, .58fr) 1fr;
  gap: clamp(3rem, 8vw, 7rem);
  align-items: start;
  padding-block: clamp(4.5rem, 9vw, 8rem);
  border-top: 1px solid var(--line);
}

.product-cost-lens .product-table-wrap {
  margin-top: 0;
}

.product-cost-lens .product-plan-table {
  min-width: 570px;
}

.product-common-ground {
  padding: clamp(2rem, 5vw, 4rem);
  margin-bottom: clamp(4rem, 9vw, 8rem);
  border: 1px solid var(--line);
  border-left: .4rem solid var(--accent);
  background: var(--product-wash);
}

.product-common-ground > p {
  max-width: 760px;
  margin-top: 1.2rem;
}

.product-common-ground .product-text-link {
  margin-top: 1.4rem;
}

@media (max-width: 980px) {
  .product-hero,
  .product-definition-grid,
  .product-feature-console,
  .product-preflight-grid,
  .product-cost-lens {
    grid-template-columns: 1fr;
  }

  .product-hero {
    align-items: start;
  }

  .product-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .product-hero-facts div {
    display: block;
    padding-right: 1rem;
    border-right: 1px solid var(--line);
  }

  .product-hero-facts div + div {
    padding-left: 1rem;
  }

  .product-hero-facts div:last-child {
    border-right: 0;
  }

  .product-hero-facts dd {
    margin-top: .45rem;
  }

  .product-definition-grid {
    align-items: start;
  }

  .product-workspace-demo {
    max-width: 720px;
  }

  .product-step-line {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 0;
  }

  .product-step-line li:nth-child(2) {
    border-right: 0;
  }

  .product-step-line li:nth-child(3) {
    padding-left: 0;
  }

  .product-trouble-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-feature-console {
    align-items: start;
  }

  .product-console {
    max-width: 760px;
  }

  .product-cost-lens .product-table-wrap {
    margin-top: .5rem;
  }
}

@media (max-width: 760px) {
  .product-shell {
    width: min(100% - 1.5rem, 1180px);
    max-width: calc(100% - 1.5rem);
  }

  .product-table-wrap {
    width: 100%;
    max-width: 100%;
  }

  .product-plan-table,
  .product-compare-table {
    width: 720px;
    max-width: none;
  }

  .product-cost-lens .product-plan-table {
    width: 570px;
  }

  .product-hero h1 {
    font-size: clamp(2.7rem, 13vw, 5rem);
  }

  .product-prose-pair,
  .product-context-section,
  .product-boundary-note,
  .product-final-cta,
  .product-install-grid,
  .product-snapchat-intro,
  .product-snapchat-fit,
  .product-two-definitions,
  .product-decision-grid,
  .product-scenario-matrix {
    grid-template-columns: 1fr;
  }

  .product-context-section,
  .product-scenario-matrix {
    gap: 2.5rem;
  }

  .product-context-list article,
  .product-feature-rows article,
  .product-scenario-matrix article {
    grid-template-columns: 2.2rem 1fr;
  }

  .product-context-list p,
  .product-feature-rows article > small,
  .product-scenario-matrix p,
  .product-scenario-matrix strong {
    grid-column: 2;
  }

  .product-feature-rows article > div {
    grid-template-columns: 1fr;
    gap: .6rem;
  }

  .product-feature-rows article > small {
    text-align: left;
  }

  .product-map-grid {
    grid-template-columns: 1fr;
  }

  .product-snapchat-mark {
    width: min(280px, 80%);
  }

  .product-two-definitions article + article {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .product-decision-grid > div + div {
    padding-top: 2.5rem;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .product-final-cta {
    gap: 2rem;
    border-radius: calc(var(--radius) * .65);
  }
}

@media (max-width: 560px) {
  .product-hero {
    padding-top: 4rem;
  }

  .product-hero-facts {
    grid-template-columns: 1fr;
  }

  .product-hero-facts div,
  .product-hero-facts div + div {
    display: grid;
    grid-template-columns: 5.5rem 1fr;
    gap: .8rem;
    padding-inline: 0;
    border-right: 0;
  }

  .product-hero-facts dd {
    margin-top: 0;
  }

  .product-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .product-actions .btn,
  .product-actions .product-text-link {
    justify-content: center;
  }

  .product-demo-body {
    grid-template-columns: 1fr;
  }

  .product-demo-nav {
    flex-direction: row;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-demo-apps {
    grid-template-columns: 1fr;
  }

  .product-step-line {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    border-top: 0;
  }

  .product-step-line li,
  .product-step-line li + li,
  .product-step-line li:nth-child(3) {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: .8rem;
    padding: 1rem 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .product-step-line li > span {
    margin-top: -2.15rem;
  }

  .product-step-line li > div {
    grid-column: 2;
  }

  .product-step-line h3 {
    margin-top: 0;
  }

  .product-console {
    grid-template-columns: 1fr;
  }

  .product-console-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-console-nav > strong {
    grid-column: 1 / -1;
    margin-bottom: .3rem;
  }

  .product-console-head {
    display: grid;
  }

  .product-console-head > span {
    width: max-content;
  }

  .product-map-grid article {
    min-height: 0;
  }

  .product-setup-timeline li {
    grid-template-columns: 2.4rem 1fr;
  }

  .product-setup-timeline small {
    grid-column: 2;
    text-align: left;
  }

  .product-trouble-grid {
    grid-template-columns: 1fr;
  }

  .product-trouble-grid article {
    min-height: 220px;
  }

  .product-snapchat-mark {
    margin-inline: auto;
  }

  .product-two-definitions article {
    min-height: 0;
  }

  .product-two-definitions h2 {
    margin-top: 2.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-text-link span {
    transition: none;
  }
}
.product-activation-note{padding-block:14px;border-bottom:1px solid var(--line,#d8dfe8);font-size:.875rem;line-height:1.65}
.product-activation-note p{margin:0;color:var(--text,#172333)}
.product-activation-note a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.geo-reference{padding-block:64px 88px;max-width:1180px}
.geo-heading{max-width:900px;margin-block-end:38px}
.geo-heading h1{font-size:clamp(2rem,4vw,3.6rem);line-height:1.12;letter-spacing:-.03em;margin-block:16px 24px}
.geo-heading .product-lead{max-width:78ch}
.geo-section{padding-block:32px;border-top:1px solid var(--line,#d8dfe8)}
.geo-section h2,.geo-evidence h2{font-size:clamp(1.4rem,2.5vw,2rem);line-height:1.25;margin-block:0 18px}
.geo-section p,.geo-evidence p{max-width:85ch;line-height:1.8;margin-block:12px}
.geo-section a,.geo-evidence a{color:inherit;text-decoration:underline;text-underline-offset:4px}
.geo-section table{min-width:720px;width:100%}
.geo-section table th,.geo-section table td{white-space:normal;vertical-align:top;line-height:1.65}
.geo-section caption{padding-block:12px;font-weight:600;text-align:start}
.geo-section details{border-top:1px solid var(--line,#d8dfe8);padding-block:18px}
.geo-section summary{font-weight:650;cursor:pointer}
.geo-reading{display:flex;flex-wrap:wrap;gap:14px 26px;margin-block:20px 0;font-weight:600;font-size:.92rem}
.geo-evidence{padding-block:28px;margin-block:20px 0;border-top:1px solid var(--line,#d8dfe8);border-bottom:1px solid var(--line,#d8dfe8)}
.geo-steps{padding-inline-start:1.6rem;max-width:85ch}
.geo-steps li{padding-inline-start:.6rem;margin-block:24px}
.geo-steps h3{font-size:1.1rem;margin-block:0 8px}
@media(max-width:600px){.geo-reference{padding-block:38px 56px}.geo-reading{flex-direction:column;gap:12px}.geo-section{padding-block:25px}}
