/* ===== ACCELERATOR DETAIL PAGES =====
   Shared by every accelerator-*.html. Built on the tokens in shared.css and
   the sp-* component system in services.css — this file only adds the parts
   an accelerator page needs that no existing page had. */

/* ── Shared section scaffolding ─────────────────────────────── */
.acc-pain-wrap,
.acc-vision-wrap,
.acc-classes-wrap,
.acc-seam-wrap,
.acc-found-wrap,
.acc-inst-wrap {
  border-top: 1px solid var(--line);
  padding: 88px 32px;
}

.acc-pain-wrap {
  background: #fff;
}

.acc-vision-wrap {
  background: var(--paper);
}

.acc-classes-wrap {
  background: #fff;
}

.acc-seam-wrap {
  background: var(--paper);
}

.acc-found-wrap {
  background: #fff;
}

.acc-inst-wrap {
  background: var(--teal-bg);
}

.acc-pain-inner,
.acc-vision-inner,
.acc-classes-inner,
.acc-seam-inner,
.acc-found-inner,
.acc-inst-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.acc-pain-inner > h2,
.acc-vision-inner > h2,
.acc-classes-inner > h2,
.acc-seam-inner > h2,
.acc-found-inner > h2,
.acc-inst-inner > h2 {
  margin: 14px 0 20px;
  max-width: 900px;
}

.acc-vision-lead,
.acc-classes-lead,
.acc-found-lead,
.acc-inst-lead {
  font-size: 17px;
  color: var(--ink-2);
  line-height: 1.72;
  max-width: 780px;
}

.acc-vision-lead + .acc-vision-lead {
  margin-top: 14px;
}

/* ── The three doors ────────────────────────────────────────── */
.acc-doors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.acc-door {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 26px 24px;
  background: var(--paper);
}

.acc-door--last {
  border-color: var(--orange-soft);
  background: linear-gradient(160deg, var(--orange-soft) 0%, #fff 60%);
}

.acc-door-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--ink-3);
  margin-bottom: 14px;
}

.acc-door--last .acc-door-label {
  color: var(--orange-dark);
}

.acc-door h3 {
  font-size: 20px;
  letter-spacing: -.02em;
  margin-bottom: 12px;
}

.acc-door p {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.65;
  flex: 1;
}

.acc-door-cost {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--ink-3);
}

.acc-door--last .acc-door-cost {
  border-top-color: rgba(255, 141, 78, .35);
  color: var(--orange-dark);
}

/* ── Punch line ─────────────────────────────────────────────── */
.acc-punch {
  margin-top: 36px;
  border-left: 3px solid var(--orange);
  padding: 4px 0 4px 26px;
  max-width: 860px;
}

.acc-punch--tight {
  margin-top: 40px;
  border-left-color: var(--teal);
}

.acc-punch p {
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
}

/* ── Vision cards ───────────────────────────────────────────── */
.acc-vision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 44px;
}

.acc-vision-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  background: #fff;
}

.acc-vision-card h3 {
  font-size: 18px;
  letter-spacing: -.02em;
  margin-bottom: 12px;
  color: var(--teal-dark);
}

.acc-vision-card p {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.68;
}

/* ── Classes of check ───────────────────────────────────────── */
.acc-class-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.acc-class {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 24px 20px;
  background: var(--paper);
}

.acc-class h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.015em;
  margin-bottom: 10px;
}

.acc-class p {
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.6;
}

.acc-class-eg {
  display: block;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  line-height: 1.6;
  color: var(--teal-dark);
}

/* ── Note / callout blocks ──────────────────────────────────── */
.acc-note,
.acc-callout {
  margin-top: 36px;
  border: 1px solid var(--teal-soft);
  background: linear-gradient(140deg, var(--teal-bg) 0%, rgba(55, 180, 167, .04) 100%);
  border-radius: 20px;
  padding: 28px 32px;
}

.acc-note p,
.acc-callout p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 940px;
}

.acc-note strong,
.acc-callout strong {
  color: var(--ink);
}

/* ── The seam: fixed / adapted / yours ──────────────────────── */
.acc-seam-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.acc-seam-col {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px 26px;
  background: #fff;
  border-top: 3px solid var(--ink-3);
}

.acc-seam-col--fixed {
  border-top-color: var(--teal);
}

.acc-seam-col--adapted {
  border-top-color: var(--orange);
}

.acc-seam-col--yours {
  border-top-color: var(--ink-3);
  background: transparent;
  border-style: dashed;
  border-top-style: solid;
}

.acc-seam-col h3 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--ink-3);
  margin-bottom: 18px;
}

.acc-seam-col--fixed h3 {
  color: var(--teal-dark);
}

.acc-seam-col--adapted h3 {
  color: var(--orange-dark);
}

.acc-seam-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.acc-seam-col li {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-2);
  padding-left: 16px;
  position: relative;
}

.acc-seam-col li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
}

.acc-seam-col--adapted li::before {
  background: var(--orange);
}

.acc-seam-col--yours li::before {
  background: var(--ink-3);
}

.acc-seam-col strong {
  color: var(--ink);
  font-weight: 600;
}

.acc-eg {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  color: var(--ink-3);
}

.acc-seam-punch,
.acc-seam-note {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-2);
}

.acc-seam-punch {
  font-weight: 600;
  color: var(--ink);
}

/* ── Findings ───────────────────────────────────────────────── */
.acc-found-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.acc-found-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px;
  background: var(--paper);
}

.acc-found-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: .1em;
}

.acc-found-card h4 {
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.35;
  margin: 12px 0 12px;
}

.acc-found-card p {
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.65;
}

.acc-blank {
  margin-top: 32px;
  border-left: 3px solid var(--ink-3);
  padding-left: 26px;
  max-width: 860px;
}

.acc-blank p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink-2);
}

.acc-blank p + p {
  margin-top: 12px;
}

.acc-blank strong {
  color: var(--ink);
}

/* ── One installation ───────────────────────────────────────── */
.acc-qs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0 28px;
}

.acc-qs span {
  background: #fff;
  border: 1px solid var(--teal-soft);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  color: var(--ink-2);
}

.acc-inst-time {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 860px;
}

.acc-inst-time strong {
  color: var(--ink);
}

/* ── The conceded limit ─────────────────────────────────────── */
.acc-limit {
  border-top: 1px solid var(--line);
  background: var(--paper);
  padding: 56px 32px 0;
}

.acc-limit-inner {
  max-width: 1180px;
  margin: 0 auto;
  border: 1px dashed var(--ink-3);
  border-radius: 20px;
  padding: 28px 32px;
}

.acc-limit-inner h3 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--ink-3);
  margin-bottom: 14px;
}

.acc-limit-inner p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 880px;
}

/* ── Back link under the CTA ────────────────────────────────── */
.acc-cta-back {
  margin-top: 28px !important;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.acc-cta-back a {
  color: var(--ink-3);
  transition: color .2s;
}

.acc-cta-back a:hover {
  color: var(--teal);
}

/* ── Who loses (four parties) ───────────────────────────────── */
.acc-losers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 36px 0 8px;
}

.acc-loser {
  border-top: 2px solid var(--line);
  padding-top: 18px;
}

.acc-loser--you {
  border-top-color: var(--orange);
}

.acc-loser-who {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--ink-3);
  margin-bottom: 10px;
}

.acc-loser--you .acc-loser-who {
  color: var(--orange-dark);
}

.acc-loser p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
}

.acc-subhead {
  margin-top: 52px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--ink);
}

/* ── Numbered reasoning steps ───────────────────────────────── */
.acc-steps {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 40px;
}

.acc-step {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  align-items: start;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.acc-step:last-child {
  border-bottom: 1px solid var(--line);
}

.acc-step-n {
  font-family: 'JetBrains Mono', monospace;
  font-size: 26px;
  font-weight: 500;
  color: var(--teal-soft);
  line-height: 1;
}

.acc-step h3 {
  font-size: 20px;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  color: var(--teal-dark);
}

.acc-step p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink-2);
  max-width: 820px;
}

/* ── Playbook economics strip ───────────────────────────────── */
.acc-econ {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.acc-econ-item {
  flex: 1;
  min-width: 180px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 24px;
  background: var(--paper);
}

.acc-econ-item--end {
  border-color: var(--teal-soft);
  background: var(--teal-bg);
}

.acc-econ-when {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--ink-3);
  margin-bottom: 8px;
}

.acc-econ-item p {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--ink);
}

.acc-econ-item--end p {
  color: var(--teal-dark);
}

.acc-econ-arrow {
  display: flex;
  align-items: center;
  color: var(--ink-3);
  font-size: 18px;
}

/* ── Worked diagnosis block ─────────────────────────────────── */
.acc-diag {
  margin: 32px 0 24px;
  background: #fff;
  border: 1px solid var(--teal-soft);
  border-left: 4px solid var(--teal);
  border-radius: 0 18px 18px 0;
  padding: 28px 32px;
  max-width: 900px;
}

.acc-diag p {
  font-size: 16.5px;
  line-height: 1.75;
  color: var(--ink-2);
}

.acc-diag strong {
  color: var(--ink);
}

/* ── Pull quote (a case, stated plainly) ────────────────────── */
.acc-quote {
  margin-top: 32px;
  border-left: 3px solid var(--teal);
  padding: 6px 0 6px 26px;
  max-width: 820px;
}

.acc-quote p {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -.015em;
  color: var(--ink);
}

/* ── Card covers, from the Claude Design canvas ──────────────
   The design is authored on a 1200×675 stage. Rather than re-derive every
   size as a percentage, the stage is kept at its true pixel size and scaled
   to whatever width the card happens to be, so what ships is what was drawn.
   Typography is Poppins throughout — the canvas used a monospace and the
   owner asked for the brand face instead. */
.cv-host {
  container-type: size;
  /* the stage is absolutely positioned — without this it escapes the card */
  position: relative;
}

.cv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100cqw;
  height: 56.25cqw;
  background: var(--paper);
  font-family: 'Poppins', sans-serif;
}

.cv-tint {
  position: absolute;
  inset: 0;
  background: radial-gradient(46.6667cqw 35cqw at 8% 14%, rgba(55, 180, 167, .16), transparent 70%);
}

.cv-tint--o {
  background: radial-gradient(46.6667cqw 35cqw at 8% 14%, rgba(255, 141, 78, .16), transparent 70%);
}

.cv-tint--o-low {
  background: radial-gradient(46.6667cqw 35cqw at 8% 86%, rgba(255, 141, 78, .14), transparent 70%);
}

.cv-row {
  position: absolute;
  inset: 0;
}

.cv-panel {
  position: absolute;
  z-index: 3;
  left: 2.6667cqw;
  bottom: 2.6667cqw;
  width: 55cqw;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(1.4cqw) saturate(150%);
  -webkit-backdrop-filter: blur(1.4cqw) saturate(150%);
  border-radius: 1.1667cqw;
  padding: 1.6667cqw 1.8333cqw;
  display: flex;
  flex-direction: column;
  gap: 1.1cqw;
  box-shadow: 0 1.3333cqw 2.6667cqw rgba(26, 31, 46, .34);
}

.cv-eyebrow {
  font: 700 2.6cqw/1.1 'Poppins', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-3);
  }

.cv-eyebrow--o {
  color: var(--orange-dark);
}

.cv-eyebrow--t {
  color: var(--teal-dark);
}

.cv-item {
  display: flex;
  align-items: flex-start;
  gap: 1cqw;
  font: 500 2.9cqw/1.3 'Poppins', sans-serif;
  color: var(--ink-2);
  }

.cv-item--hit {
  font-weight: 500;
  color: var(--ink);
}

.cv-dot {
  flex: none;
  width: 1.3cqw;
  height: 1.3cqw;
  border-radius: 50%;
  background: var(--teal);
}

.cv-dot--o {
  background: var(--orange);
  box-shadow: 0 0 0 0.5833cqw rgba(255, 141, 78, .2);
}

.cv-note {
  padding-top: 1cqw;
  border-top: 1px solid var(--line);
  font: 500 2.5cqw/1.35 'Poppins', sans-serif;
  color: var(--ink-3);
  text-wrap: balance;
}

.cv-note--o {
  color: var(--orange-dark);
}

.cv-note--t {
  color: var(--teal-dark);
}

.cv-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--ink);
}

.cv-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26, 31, 46, .42) 0%, rgba(26, 31, 46, .06) 52%, rgba(26, 31, 46, 0) 100%);
}

.cv-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cv-chips {
  position: absolute;
  z-index: 4;
  right: 2.6667cqw;
  top: 2.6667cqw;
  display: flex;
  gap: 0.6667cqw;
  pointer-events: none;
}

.cv-chips--left {
  right: auto;
  left: 2.6667cqw;
}

.cv-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.75cqw;
  padding: 0.75cqw 1.1667cqw;
  border-radius: 0.8333cqw;
  background: rgba(26, 31, 46, .74);
  border: 1px solid rgba(255, 255, 255, .2);
  font: 600 2.2cqw/1 'Poppins', sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.cv-chip--live {
  background: var(--orange);
  border-color: var(--orange);
}

.cv-chip--live::before {
  content: '';
  width: 0.75cqw;
  height: 0.75cqw;
  border-radius: 50%;
  background: #fff;
}

.cv-chip--on::before {
  content: '';
  width: 0.75cqw;
  height: 0.75cqw;
  border-radius: 50%;
  background: var(--teal);
}

/* The swatch that stands for one viewer's ad */
.cv-swatch {
  flex: none;
  width: 4.6667cqw;
  height: 2.6667cqw;
  border-radius: 0.5cqw;
  border: 2px solid var(--teal);
  background: rgba(55, 180, 167, .22);
}

.cv-swatch--o {
  border-color: var(--orange);
  background: rgba(255, 141, 78, .24);
}

.cv-swatch--d {
  border-color: var(--teal-dark);
  background: var(--teal-dark);
}

/* Row of clip verdicts */
.cv-clips {
  display: flex;
  gap: 0.8333cqw;
}

.cv-clips i {
  flex: 1;
  height: 3.6667cqw;
  border-radius: 0.5cqw;
  border: 2px solid var(--teal);
  background: rgba(55, 180, 167, .24);
}

.cv-clips i.flag {
  border-color: var(--orange);
  background: rgba(255, 141, 78, .3);
}


.cv-panel svg {
  width: 100%;
  height: auto;
  display: block;
}
/* ── Diagram figure ─────────────────────────────────────────── */
.acc-figure {
  margin: 40px 0 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px 28px 24px;
  overflow-x: auto;
}

.acc-figure svg {
  width: 100%;
  min-width: 620px;
  height: auto;
  display: block;
}

.acc-figure figcaption {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-3);
}

.acc-figure figcaption strong {
  color: var(--ink-2);
}

/* SVG primitives, driven by the site tokens */
.dg-box {
  fill: #fff;
  stroke: var(--line);
  stroke-width: 1.5;
}

.dg-box--t {
  fill: var(--teal-bg);
  stroke: var(--teal-soft);
}

.dg-box--o {
  fill: var(--orange-soft);
  stroke: var(--orange);
  stroke-opacity: .45;
}

.dg-box--dash {
  fill: none;
  stroke: var(--ink-3);
  stroke-width: 1.5;
  stroke-dasharray: 5 4;
  stroke-opacity: .55;
}

.dg-t {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  fill: var(--ink);
  letter-spacing: -.01em;
}

.dg-t--sm {
  font-size: 12.5px;
  font-weight: 600;
}

.dg-m {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  fill: var(--ink-3);
}

.dg-m--t {
  fill: var(--teal-dark);
}

.dg-m--o {
  fill: var(--orange-dark);
}

.dg-p {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  fill: var(--ink-2);
}

.dg-line {
  stroke: var(--ink-3);
  stroke-width: 1.5;
  fill: none;
  stroke-opacity: .5;
}

.dg-line--t {
  stroke: var(--teal);
  stroke-opacity: 1;
}

/* ── Interactive flow: nodes that open a panel ──────────────── */
.acc-flow {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 36px;
  flex-wrap: wrap;
}

.acc-flow-node {
  flex: 1;
  min-width: 130px;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 16px 18px;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: border-color .2s, background .2s, box-shadow .2s;
}

.acc-flow-node:hover {
  border-color: var(--teal);
}

.acc-flow-node[aria-selected="true"] {
  border-color: var(--teal);
  background: var(--teal-bg);
  box-shadow: 0 4px 16px rgba(55, 180, 167, .1);
}

.acc-flow-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--teal);
  opacity: .65;
  display: block;
  margin-bottom: 9px;
  transition: opacity .2s;
}

.acc-flow-node:hover .acc-flow-num,
.acc-flow-node[aria-selected="true"] .acc-flow-num {
  opacity: 1;
}

.acc-flow-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.01em;
  line-height: 1.25;
  display: block;
}

.acc-flow-arrow {
  flex-shrink: 0;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--line);
  font-size: 15px;
  user-select: none;
}

.acc-panel {
  margin-top: 18px;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 16px;
  padding: 28px 30px;
}

.acc-panel[hidden] {
  display: none;
}

.acc-panel-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 20px;
}

.acc-caps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

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

.acc-cap {
  padding: 18px 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.acc-cap-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -.02em;
  line-height: 1.25;
  margin: 0 0 8px;
}

.acc-cap-desc {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.6;
  margin: 0;
}

.acc-cap-desc code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  color: var(--teal-dark);
}

/* ── Compact checklist ──────────────────────────────────────── */
.acc-checks {
  margin-top: 8px;
}

.acc-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.55;
}

.acc-check:last-child {
  border-bottom: none;
}

.acc-check::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
  margin-top: 6px;
}

/* ── Building blocks ────────────────────────────────────────── */
.acc-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 36px 0 8px;
}

.acc-blocks span {
  background: #fff;
  border: 1px solid var(--teal-soft);
  border-radius: 999px;
  padding: 11px 20px;
  font-size: 14.5px;
  color: var(--ink-2);
  transition: border-color .2s, box-shadow .2s;
}

.acc-blocks span:hover {
  border-color: var(--teal);
  box-shadow: 0 4px 14px rgba(55, 180, 167, .14);
}

/* Inline link inside body copy */
.link-teal {
  color: var(--teal-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--teal-soft);
  transition: text-decoration-color .2s;
}

.link-teal:hover {
  text-decoration-color: var(--teal);
}

/* ── Two deployments, side by side ──────────────────────────── */
.acc-versus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 40px;
}

.acc-vs-col {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  background: var(--paper);
}

.acc-vs-label {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #fff;
  background: var(--teal);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 16px;
}

.acc-vs-col:nth-child(2) .acc-vs-label {
  background: var(--orange);
}

.acc-vs-lead {
  font-size: 15.5px;
  line-height: 1.68;
  color: var(--ink-2);
  margin-bottom: 20px;
}

.acc-vs-row {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  align-items: start;
}

.acc-vs-row span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding-top: 3px;
}

.acc-vs-row--up span {
  color: var(--teal-dark);
}

.acc-vs-row--down span {
  color: var(--ink-3);
}

.acc-vs-row p {
  font-size: 14.5px;
  line-height: 1.62;
  color: var(--ink-2);
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {

  .acc-losers {
    grid-template-columns: 1fr 1fr;
  }


  .acc-class-grid,
  .acc-seam-grid,
  .acc-found-grid,
  .acc-doors {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {

  .acc-doors,
  .acc-vision-grid,
  .acc-class-grid,
  .acc-seam-grid,
  .acc-found-grid,
  .acc-losers,
  .acc-versus {
    grid-template-columns: 1fr;
  }

  .acc-vs-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .acc-caps,
  .acc-caps--2 {
    grid-template-columns: 1fr;
  }

  .acc-flow-arrow {
    display: none;
  }

  .acc-figure {
    padding: 20px 16px 18px;
  }

  .acc-step {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .acc-econ-arrow {
    display: none;
  }

  .acc-pain-wrap,
  .acc-vision-wrap,
  .acc-classes-wrap,
  .acc-seam-wrap,
  .acc-found-wrap,
  .acc-inst-wrap {
    padding: 64px 20px;
  }
}

/* ── The result, shown on the picture ───────────────────────── */
.cv-ad {
  position: absolute;
  z-index: 2;
  border-radius: .6667cqw;
  overflow: hidden;
  border: .1667cqw solid var(--orange);
  box-shadow: 0 1cqw 2cqw rgba(26, 31, 46, .4);
  display: flex;
  flex-direction: column;
}

.cv-ad-body {
  flex: 1;
  background-size: cover;
  background-position: center;
}

.cv-ad-body i {
  width: 46%;
  height: 46%;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
}

.cv-ad-bar {
  background: var(--orange);
  color: #fff;
  font: 700 1.9cqw/1 'Poppins', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .6667cqw .8333cqw;
  text-align: center;
}

/* A clip with its verdict, for the validator */
.cv-strip {
  display: flex;
  gap: .6667cqw;
}

.cv-clip {
  flex: 1;
  aspect-ratio: 16 / 10;
  border-radius: .5cqw;
  background: var(--teal-bg);
  border: .1667cqw solid var(--teal);
  position: relative;
}

.cv-clip::after {
  content: '';
  position: absolute;
  right: .25cqw;
  bottom: .25cqw;
  width: 1.1667cqw;
  height: 1.1667cqw;
  border-radius: 50%;
  background: var(--teal);
}

.cv-clip.flag {
  background: var(--orange-soft);
  border-color: var(--orange);
}

.cv-clip.flag::after {
  background: var(--orange);
}

/* ── The four outputs, as the crops they actually are ───────── */
.cv-outs {
  display: flex;
  gap: .8333cqw;
  align-items: flex-end;
}

.cv-out {
  border: .1667cqw solid var(--teal);
  border-radius: .5cqw;
  background-size: cover;
  background-position: center;
  flex: none;
}

.cv-out--v {
  width: 5.5cqw;
  aspect-ratio: 9 / 16;
}

.cv-out--s {
  width: 7.5cqw;
  aspect-ratio: 1 / 1;
}

.cv-out--w {
  width: 11cqw;
  aspect-ratio: 16 / 9;
}

/* the transcript output has no picture — it is lines of text */
.cv-out--t {
  width: 7.5cqw;
  aspect-ratio: 4 / 3;
  background: var(--teal-bg);
  position: relative;
}

.cv-out--t::after {
  content: '';
  position: absolute;
  inset: 22% 16%;
  background: repeating-linear-gradient(180deg, var(--teal) 0 12%, transparent 12% 34%);
  opacity: .75;
}

/* ── VAST → SGAI: the same break, re-routed ─────────────────── */
.cv-flow {
  display: flex;
  align-items: center;
  gap: .8333cqw;
}

.cv-box {
  flex: 1;
  text-align: center;
  padding: .8333cqw .5cqw;
  border-radius: .6667cqw;
  border: 1px solid #dde2e7;
  background: var(--paper);
  font: 700 2.2cqw/1 'Poppins', sans-serif;
  letter-spacing: .04em;
  color: var(--ink-2);
}

.cv-box--o {
  border-color: var(--orange);
  background: rgba(255, 141, 78, .16);
  color: var(--orange-dark);
}

.cv-arrow {
  flex: none;
  width: 3cqw;
  height: .25cqw;
  background: var(--orange);
  position: relative;
}

.cv-arrow::after {
  content: '';
  position: absolute;
  right: -.1cqw;
  top: 50%;
  transform: translateY(-50%);
  border-left: .8cqw solid var(--orange);
  border-top: .6cqw solid transparent;
  border-bottom: .6cqw solid transparent;
}

/* the break, sitting in the timeline where it always sat */
.cv-timeline {
  display: flex;
  align-items: center;
  gap: .4167cqw;
  height: 1.6cqw;
}

.cv-timeline i {
  height: .9cqw;
  border-radius: .3cqw;
  background: #e4e8ec;
}

.cv-timeline i:nth-child(1) { flex: 3; }
.cv-timeline i:nth-child(3) { flex: 5; }

.cv-timeline i.brk {
  flex: 2;
  height: 1.6cqw;
  background: var(--orange);
}

/* ── Solution first: the same moment, without and with ──────────
   Borrowed from the MQA demo page — the reader sees the difference
   before being asked to read anything technical. */
.acc-ba-wrap {
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 72px 32px;
}

.acc-ba-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.acc-ba {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 36px;
}

.acc-ba-col {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: var(--paper);
}

.acc-ba-col--with {
  border-color: var(--teal-soft);
  background: #fff;
  box-shadow: 0 14px 40px -18px rgba(55, 180, 167, .35);
}

.acc-ba-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 22px;
  border-bottom: 1px solid var(--line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.acc-ba-col--with .acc-ba-head {
  color: var(--teal-dark);
  border-bottom-color: var(--teal-soft);
}

.acc-ba-head i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink-3);
  flex: none;
}

.acc-ba-col--with .acc-ba-head i {
  background: var(--teal);
}

.acc-ba-body {
  padding: 24px 22px 26px;
}

.acc-ba-body p {
  font-size: 15.5px;
  line-height: 1.68;
  color: var(--ink-2);
}

.acc-ba-col--with .acc-ba-body p {
  color: var(--ink);
}

.acc-ba-body strong {
  color: var(--ink);
}

@media (max-width: 860px) {
  .acc-ba { grid-template-columns: 1fr; gap: 16px; }
  .acc-ba-wrap { padding: 56px 24px; }
}

/* ── The technical half, behind one click ───────────────────
   The affordance has to be unmistakable: a hint that says what is
   down there, and a button that looks like a button. */
.acc-deep {
  border-top: 1px solid var(--line);
  background: var(--paper);
  padding: 0 32px;
}

.acc-deep > summary {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 0;
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.acc-deep > summary::-webkit-details-marker {
  display: none;
}

/* The marker is gone, so keyboard focus needs somewhere to land. */
.acc-deep > summary:focus-visible {
  outline: none;
}

.acc-deep > summary:focus-visible .acc-deep-btn {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.acc-deep-hint {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--ink-3);
  max-width: 560px;
}

.acc-deep-btn {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  background: #fff;
  border: 1px solid var(--teal-soft);
  border-radius: 999px;
  padding: 15px 30px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--teal-dark);
  box-shadow: 0 4px 14px rgba(26, 31, 46, .05);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.acc-deep > summary:hover .acc-deep-btn {
  border-color: var(--teal);
  box-shadow: 0 8px 22px rgba(55, 180, 167, .18);
  transform: translateY(-2px);
}

.acc-deep-btn::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .25s;
}

.acc-deep[open] .acc-deep-btn::after {
  transform: rotate(-135deg) translate(-2px, -2px);
}

.acc-deep[open] > summary {
  padding-bottom: 8px;
}

.acc-deep[open] .acc-deep-hint {
  display: none;
}

/* Folded sections join the band rather than stacking white slabs. */
.acc-deep .acc-classes-wrap,
.acc-deep .acc-seam-wrap {
  border-top: none;
  background: transparent;
  padding: 30px 0 56px;
}

.acc-deep .acc-inst-wrap {
  border-top: none;
  border-radius: 22px;
  padding: 48px 44px;
  margin-bottom: 56px;
}

/* ── Scope: what arrives built, what is yours ────────────────
   Plain editorial rows. No cards, no colour-coded columns. */
.acc-scope {
  margin-top: 38px;
  max-width: 920px;
}

.acc-scope-row {
  display: grid;
  grid-template-columns: 158px 1fr;
  gap: 30px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.acc-scope-row:last-child {
  border-bottom: 1px solid var(--line);
}

.acc-scope dt {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding-top: 4px;
}

.acc-scope dd {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink-2);
}

.acc-scope dd + dd {
  margin-top: 12px;
}

.acc-scope dd strong {
  color: var(--ink);
  font-weight: 600;
}

.acc-scope-close {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  max-width: 780px;
}

@media (max-width: 720px) {
  .acc-scope-row { grid-template-columns: 1fr; gap: 10px; }
}

/* ── Findings, compressed to evidence rather than a chapter ── */
.acc-found-wrap--tight {
  padding: 68px 32px;
}

.acc-found-list {
  margin-top: 30px;
  max-width: 940px;
}

.acc-found-row {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.acc-found-row:last-of-type {
  border-bottom: 1px solid var(--line);
}

.acc-found-row .n {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  color: var(--teal);
  padding-top: 4px;
}

.acc-found-row p {
  font-size: 15.5px;
  line-height: 1.68;
  color: var(--ink-2);
}

.acc-found-row strong {
  color: var(--ink);
  font-weight: 600;
}
