/* S56 · Associate Vision MotM open — owns paint under skin=contexthop.
   Design artboard 1920×1080; Present stage fills parent (no leftover peach blobs).
   TYPE: HD stack = Helvetica Neue. Sizes use cqi (slide width), NEVER viewport vw —
   vw made type absurdly small/large vs source proportions. */
@import url("https://fonts.googleapis.com/css2?family=Shrikhand&display=swap");

.abcs-specimen--motm {
  /* Source MotM field = #f0f0f0 (NOT pure white). White only on journey storyboards. */
  --motm-gray: #f0f0f0;
  --motm-peach: #f9bda6;
  --motm-white: #ffffff;
  --motm-field: #f0f0f0;
  --motm-black: #000000;
  --motm-ink: #222222;
  --motm-muted: #777777;
  --motm-rule: #e32619;
  --motm-orange: #f96302;
  --motm-author: #fa731b;
  --motm-banner: #f0cd97; /* source MotM peach banner (p05/p06) */
  --motm-display: "MotM HN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --motm-body: "MotM HN", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.abcs-specimen--motm .abcs-slide {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  overflow: hidden;
}

/* Local Helvetica Neue faces — avoid synthetic Arial bold/italic (wrong style). */
@font-face {
  font-family: "MotM HN";
  src: local("Helvetica Neue Regular"), local("HelveticaNeue-Regular"), local("Helvetica Neue");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MotM HN";
  src: local("Helvetica Neue Italic"), local("HelveticaNeue-Italic");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "MotM HN";
  src: local("Helvetica Neue Medium"), local("HelveticaNeue-Medium");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MotM HN";
  src: local("Helvetica Neue Medium Italic"), local("HelveticaNeue-MediumItalic");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "MotM HN";
  src: local("Helvetica Neue Bold"), local("HelveticaNeue-Bold");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MotM HN";
  src: local("Helvetica Neue Bold Italic"), local("HelveticaNeue-BoldItalic");
  font-weight: 700;
  font-style: italic;
}

.abcs-motm-form-root {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--motm-field);
  color: var(--motm-ink);
  font-family: var(--motm-body);
  -webkit-font-smoothing: antialiased;
  /* Stage box — used ONLY to scale the artboard frame to fit. */
  container-type: size;
  container-name: motm-stage;
}
.abcs-motm-form-root[data-motm-surface="white"] {
  background: var(--motm-white);
}
.abcs-motm-form-root[data-motm-surface="peach"] {
  background: var(--motm-peach);
}
.abcs-motm-form-root[data-motm-surface="gray"] {
  background: var(--motm-field);
}

/*
  HARD: MotM type always sizes against a 1920×1080 artboard.
  Present used to set frame { width/height:100%; transform:none } which made
  cqh track the stage (~540) + px floors → wrong size/weight feel on EVERY slide.
  Keep artboard pixels; scale the frame into the stage (16:9 → uniform scale).
*/
.abcs-motm-form-frame {
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform-origin: top left;
  /* Default scale; JS fitArtboard overwrites to fit the live stage. */
  transform: scale(0.5);
  background: transparent;
  /* Type container = artboard, not stage */
  container-type: size;
  container-name: motm;
}

.abcs-motm-slide {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 3.8% 4.5% 5.5%;
  background: var(--motm-field); /* source #f0f0f0 — was wrongly #fff */
  color: var(--motm-ink);
  font-family: var(--motm-body);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
  /* Tokens resolve against .abcs-motm-form-frame (1920×1080).
     Source MotM raster is 3840×2160 (2×) — %H is identical.
     Pure cqh — NEVER px floors (floors crushed Present type). */
  --motm-fs-claim: 6.2cqh;   /* display titles; orange wraps ~2 lines → ~11%H block */
  --motm-fs-sub: 2.9cqh;
  --motm-fs-lead: 2.8cqh;
  --motm-fs-body: 2.35cqh;
  --motm-fs-goal: 3.1cqh;
  --motm-fs-label: 2.4cqh;
  --motm-fs-small: 1.9cqh;
  --motm-fs-tiny: 1.55cqh;
  --motm-fs-stat: 8.5cqh;
  --motm-fs-cell: 1.85cqh;
  font-size: var(--motm-fs-body);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.012em;
  font-synthesis: none; /* no fake bold/italic */
}
/* ---- Global MotM type ownership (all slides) ---- */
.abcs-motm-slide,
.abcs-motm-slide h1,
.abcs-motm-slide h2,
.abcs-motm-slide h3,
.abcs-motm-slide p,
.abcs-motm-slide li,
.abcs-motm-slide span,
.abcs-motm-slide strong,
.abcs-motm-slide em {
  font-family: var(--motm-body) !important;
  font-synthesis: none;
}
.abcs-motm-claim,
.abcs-motm-split-claim,
.abcs-motm-appendix-title,
.abcs-motm-story-persona-title {
  font-family: var(--motm-display) !important;
  font-weight: 700 !important;
  font-style: normal;
}
.abcs-motm-claim.is-orange {
  color: var(--motm-orange);
  font-size: 5.8cqh !important; /* 2-line orange titles ≈11%H ink block */
  max-width: 70%;
  line-height: 1.08;
}


.abcs-motm-slide.is-cover,
.abcs-motm-form-root[data-motm-surface="gray"] .abcs-motm-slide.is-cover,
.abcs-motm-form-root[data-motm-surface="gray"] .abcs-motm-slide.is-appendix {
  background: var(--motm-gray);
}

.abcs-motm-slide.is-vision,
.abcs-motm-form-root[data-motm-surface="peach"] .abcs-motm-slide.is-vision {
  background: var(--motm-peach);
  /* Source p02: claim ≈8%W · 28%H — not top-pinned Brief mush */
  padding: 0 6% 6% 8%;
  justify-content: flex-start;
}

/* Vision statement — source p02: 1-line bold claim + 3-line body, near-same size.
   Cap ink ≈4.7%H → fs ≈6.5cqh (NOT the 5.9% line-band → false 8.2cqh).
   margin-top must be cqh (height), never % (CSS % margin = width). */
.abcs-motm-vision {
  flex: 0 0 auto;
  /* Ink tops (not line-box): claim ≈27.8%H — pad for HN ascent above caps */
  margin-top: 27.0cqh;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.abcs-motm-slide.is-vision .abcs-motm-claim {
  font-size: 6.5cqh !important;
  line-height: 1.0;
  max-width: none;
  width: max-content;
  white-space: nowrap;
  color: #111;
  letter-spacing: -0.02em;
  font-weight: 700 !important;
}
.abcs-motm-slide.is-vision .abcs-motm-body {
  /* Source gap claim-ink→body-ink ≈6.2%H; live ascent ate prior 5.5cqh */
  margin: 2.8cqh 0 0;
  font-size: 6.3cqh !important;
  line-height: 1.87;
  max-width: 100%;
  font-weight: 400 !important;
  color: #111;
  letter-spacing: -0.02em;
}

/* Never paint peach onto field body slides via surface attr */
.abcs-motm-form-root[data-motm-surface="peach"] .abcs-motm-slide:not(.is-vision) {
  background: var(--motm-field);
}
/* Journey storyboards (source p10–14) are true white */
.abcs-motm-slide.is-story,
.abcs-motm-form-root[data-motm-surface="white"] .abcs-motm-slide.is-story {
  background: var(--motm-white);
}
.abcs-motm-form-root[data-motm-surface="gray"] .abcs-motm-slide:not(.is-vision):not(.is-arrow-split) {
  background: var(--motm-field);
}

.abcs-motm-claim {
  margin: 0;
  font-family: var(--motm-display);
  font-weight: 700;
  font-size: var(--motm-fs-claim);
  line-height: 1.08;
  color: #2a2a2a;
  /* Source MotM wraps long orange titles (~70% width) — full-bleed one-liners
     under-mass the ~11%H title block even when per-line size is close. */
  max-width: 78%;
  flex: 0 0 auto;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.abcs-motm-rule {
  border: 0;
  height: 5px;
  width: 68%;
  background: var(--motm-rule);
  margin: 12px 0 14px;
  flex: 0 0 auto;
}

.abcs-motm-authors {
  margin: 0;
  font-weight: 700;
  font-size: var(--motm-fs-sub);
  color: var(--motm-author);
}
.abcs-motm-date {
  margin: 6px 0 0;
  font-size: var(--motm-fs-small);
  color: var(--motm-muted);
}
.abcs-motm-cover-brand {
  position: absolute;
  right: 4%;
  bottom: 8%;
  width: min(34%, 360px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  z-index: 4;
  /* Marks stay non-interactive; collab paragraph must remain selectable. */
  pointer-events: none;
}
/* Shared HD + ENTERPRISE UX lockup (cover BR + every-slide footer) */
.abcs-motm-eux-lockup {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
  gap: 6px;
  max-width: 100%;
}
.abcs-motm-hd-square {
  display: block;
  width: auto;
  height: 52px;
  max-height: 6.2cqh;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}
.abcs-motm-eux-type {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1;
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.abcs-motm-enterprise {
  display: block;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 1px;
  color: #111;
}
.abcs-motm-ux {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 36px;
}
.abcs-motm-ux-u {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  background: #111;
  color: #f0f0f0;
  font-size: 32px;
  font-weight: 800;
  line-height: 0.85;
  padding: 0 0.08em 0.02em 0.06em;
  letter-spacing: -0.03em;
}
.abcs-motm-ux-x {
  display: inline-flex;
  align-items: flex-end;
  color: #111;
  font-size: 36px;
  font-weight: 900;
  line-height: 0.85;
  margin-left: -0.02em;
  letter-spacing: -0.08em;
  padding-bottom: 0.02em;
}
.abcs-motm-slide.is-cover .abcs-motm-cover-tangerine-type,
.abcs-motm-form-root .abcs-motm-cover-tangerine-type {
  margin: 4px 0 0;
  max-width: 100%;
  font-family: "Shrikhand", "Cooper Black", Georgia, serif !important;
  font-size: clamp(24px, 3.4cqh, 36px) !important;
  font-weight: 400 !important;
  line-height: 1;
  color: #f96302;
  text-align: right;
  letter-spacing: 0.01em;
  -webkit-text-stroke: 0.9px #ffffff;
  paint-order: stroke fill;
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.28));
  text-shadow:
    1px 1px 0 #ffffff,
    2px 2px 0 rgba(249, 99, 2, 0.35);
}
.abcs-motm-collab {
  margin: 2px 0 0;
  max-width: 100%;
  font-size: var(--motm-fs-small);
  color: #666666;
  text-align: right;
  line-height: 1.35;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  pointer-events: auto;
  user-select: text;
  -webkit-user-select: text;
}
.abcs-motm-cover-eux {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  object-position: right bottom;
  background: transparent;
}
.abcs-motm-cover-tangerine {
  display: block;
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 44px;
  object-fit: contain;
  object-position: right center;
  background: transparent;
}
.abcs-motm-body {
  margin: 10px 0 0;
  font-size: var(--motm-fs-lead);
  line-height: 1.3;
  max-width: 88%;
  color: #222;
  flex: 0 0 auto;
}
.abcs-motm-sub {
  margin: 6px 0 0;
  font-size: var(--motm-fs-sub);
  color: #666;
  flex: 0 0 auto;
}

/* Footer component — disclaimer (center) + HD/EUX mark image (right slot) */
.abcs-slide-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7.2%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 2.4%;
  pointer-events: none;
  z-index: 8;
  box-sizing: border-box;
}
.abcs-slide-footer-disclaimer {
  grid-column: 2;
  justify-self: center;
  font-size: var(--motm-fs-tiny);
  color: #777777;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  white-space: nowrap;
  line-height: 1;
  /* Footer band is pointer-events:none for stage click-through; disclaimer must stay selectable. */
  pointer-events: auto;
  user-select: text;
  -webkit-user-select: text;
}
.abcs-slide-footer-mark {
  grid-column: 3;
  justify-self: end;
  align-self: center;
  display: block;
  height: 3.8cqh;
  width: auto;
  max-height: 32px;
  max-width: 22%;
  object-fit: contain;
  object-position: right center;
  background: transparent;
}
.abcs-slide-footer.is-cover-footer .abcs-slide-footer-mark {
  display: none;
}
.abcs-motm-slide.is-arrow-split .abcs-slide-footer {
  z-index: 12;
}
.abcs-motm-split-body strong { font-weight: 700; }
/* Legacy chrome/logo classnames — map to footer if any old HTML remains */
.abcs-motm-chrome {
  display: none !important;
}
.abcs-motm-logo {
  display: none !important;
}

/* ---- Cover ---- */
.abcs-motm-cover-stack {
  margin: auto 0;
  width: 100%;
}

/* ---- Arrow split ----
   Full peach field + absolute black chevron shape. Text columns are
   transparent — kills the white grid-gap seam that made live look broken. */
.abcs-motm-slide.is-arrow-split {
  padding: 0;
  background: var(--motm-peach) !important;
}
.abcs-arrow-split {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
  position: relative;
  background: transparent;
}
.abcs-motm-arrow-shape {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /* Tip ≈53% slide-W (source mid-row) */
  width: 53%;
  background: var(--motm-black);
  clip-path: polygon(0 0, 78% 0, 100% 50%, 78% 100%, 0 100%);
  z-index: 0;
  pointer-events: none;
}
.abcs-motm-arrow-left,
.abcs-motm-arrow-right {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* Source air claim→body ≈12%H — flex gap (margins were collapsing) */
  gap: 0;
  min-height: 0;
  box-sizing: border-box;
  background: transparent !important;
}
.abcs-motm-arrow-left {
  color: #fff;
  /* Source left claim ≈9.3% slide-W → ~18.5% of 50% pane */
  padding: 14% 16% 12% 18.5%;
}
.abcs-motm-arrow-right {
  color: #111;
  /* Source right claim ≈45% slide-W → ~10% into right pane from center */
  padding: 14% 7% 12% 10%;
}
.abcs-motm-split-claim {
  /* Source claim INK ≈4.2%H → font-size ≈5.8cqh */
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 5.8cqh !important;
  font-weight: 700;
  line-height: 1.05;
  max-width: 92%;
  letter-spacing: -0.015em;
}
.abcs-motm-split-body {
  font-family: var(--motm-body) !important;
  /* Source italic body INK ≈3.2%H → font-size ≈4.5cqh */
  font-size: 4.5cqh !important;
  font-style: italic;
  line-height: 1.32;
  /* Source body starts ~31%H; claim ends ~19%H → ~12–15%H air */
  margin: 15cqh 0 0 !important;
  max-width: 95%;
}
.abcs-motm-split-sub {
  margin: 6cqh 0 0 !important;
  font-size: 3.6cqh !important;
  font-style: italic;
  opacity: 0.95;
  line-height: 1.3;
}

/* ---- Strategy (p04) — twin source: gray field, L3 groups + chaos/hub ---- */
.abcs-motm-slide.is-strategy,
.abcs-motm-form-root[data-motm-surface="gray"] .abcs-motm-slide.is-strategy {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.6% 3.8% 4.2%;
  background: var(--motm-gray);
  overflow: hidden;
}
.abcs-motm-slide.is-strategy .abcs-motm-rule {
  width: 100%;
  /* Source rule ≈7px @1920 ≈ 0.65cqh — was ~27px */
  height: 0.65cqh;
  background: var(--motm-orange);
  margin: 0.45cqh 0 1.0cqh;
  border: 0;
}
.abcs-motm-strategy {
  display: grid;
  grid-template-rows: auto auto auto auto minmax(0, 1fr);
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  gap: 0.4cqh;
  /* visible so group-avatar heads can peek above the gray bars */
  overflow: visible;
}
/* Full-slide PNG twin for strategy-unify is BANNED (MotM soft-exit). */
.abcs-motm-slide.is-strategy.is-slide-twin,
.abcs-motm-slide-twin,
.abcs-motm-slide-twin-img {
  outline: 6px solid #c00 !important;
  outline-offset: -6px;
}
.abcs-motm-strategy > .abcs-motm-part {
  min-width: 0;
  min-height: 0;
}
/* Group avatars peek above the gray bars — don't clip the part */
.abcs-motm-strategy > .abcs-motm-part[data-motm-part="motm-associate-groups"] {
  overflow: visible;
  z-index: 2;
}
.abcs-motm-strategy > .abcs-motm-part[data-motm-part="motm-strategy-pair"] {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}
.abcs-motm-strategy > .abcs-motm-part[data-motm-part="motm-strategy-pair"] > .abcs-motm-strategy-pair {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}
/* Source p04 claim ink ≈117px @1920 → ~10.8cqh line box; keep one line */
.abcs-motm-slide.is-strategy .abcs-motm-claim.is-orange {
  font-size: 7.4cqh !important;
  max-width: none;
  width: max-content;
  white-space: nowrap;
  line-height: 1.0;
  font-weight: 700 !important;
  letter-spacing: -0.018em;
  color: var(--motm-orange);
}
.abcs-motm-slide.is-strategy .abcs-motm-sub {
  font-size: 2.55cqh !important;
  color: #8a8a8a;
  margin-top: 0.05cqh;
  font-weight: 400 !important;
  letter-spacing: -0.008em;
}
.abcs-motm-slide.is-strategy .abcs-motm-body {
  font-size: 2.4cqh !important;
  margin: 0 0 0.55cqh;
  font-weight: 700 !important;
  color: #111;
  letter-spacing: -0.01em;
}
.abcs-motm-groups {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35%;
  min-height: 0;
  flex: 0 0 auto;
  /* Source: ~63px air from card bottom → transition labels */
  margin: 0 0 1.4cqh;
  /* Must be ≥ avatar peek (margin-top) so heads aren't clipped by ancestors */
  padding-top: 3.2cqh;
  overflow: visible;
}
.abcs-motm-group {
  display: flex;
  align-items: center;
  gap: 0.55cqi;
  background: #d9d9d9;
  border-radius: 4px;
  padding: 0 1.0cqi 0 0.2cqi;
  min-width: 0;
  /* Source group bars ≈84px @1920 ≈ 7.8cqh */
  height: 7.6cqh;
  overflow: visible;
  position: relative;
}
.abcs-motm-group-avatar {
  width: auto;
  /* Source: figure ~1.3× bar height, bottom-aligned, head peeks above bar */
  height: 9.8cqh;
  max-width: 34%;
  object-fit: contain;
  object-position: center bottom;
  flex: 0 0 auto;
  align-self: flex-end;
  margin-bottom: 0;
  margin-top: -2.6cqh;
  background: transparent;
}
.abcs-motm-group-label {
  font-size: 2.05cqh !important;
  font-weight: 700 !important;
  color: #111;
  line-height: 1.1;
  min-width: 0;
  white-space: nowrap; /* source: one line per card */
}
.abcs-motm-strategy-pair {
  min-height: 0;
  height: 100%;
  display: grid;
  /* Source: "into THIS." sits ~under cards 3–4 / hub — not mid-card-2 */
  grid-template-columns: 1.02fr 1.08fr;
  gap: 2.2%;
  align-items: stretch;
  overflow: visible;
}
.abcs-motm-strategy-col:last-child {
  overflow: visible;
}
.abcs-motm-strategy-col {
  min-width: 0;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.abcs-motm-label {
  font-size: 2.7cqh !important;
  font-weight: 700 !important;
  margin: 0 0 0.85cqh;
  color: #111;
  flex: 0 0 auto;
  letter-spacing: -0.012em;
  line-height: 1.15;
}
.abcs-motm-strategy-col:last-child > .abcs-motm-label {
  /* Pull "into THIS." slightly left toward hub — source alignment */
  margin-left: 0;
}
/* Absolute bubbles/nodes need a definite flex height — empty in-flow = 0px collapse */
.abcs-motm-strategy-col > .abcs-motm-part {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.abcs-motm-chaos,
.abcs-motm-hub {
  position: relative;
  flex: 1 1 auto;
  min-height: 220px;
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: visible;
}
.abcs-motm-chaos {
  overflow: hidden;
  /* Compact cluster — keep a little overlap like source */
  transform: scale(0.84);
  transform-origin: 48% 40%;
}
.abcs-motm-bubble {
  position: absolute;
  border-radius: 50%;
  display: block;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  overflow: hidden;
  aspect-ratio: 1;
  height: auto;
  /* alpha on fill only — labels stay solid (source overlap blend) */
  opacity: 1;
}
.abcs-motm-bubble-label {
  position: absolute;
  inset: 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.55cqh !important;
  font-weight: 700 !important;
  color: #111;
  line-height: 1.1;
  padding: 2px;
  letter-spacing: -0.02em;
}
.abcs-motm-bubble.is-deco {
  pointer-events: none;
}
.abcs-motm-hub {
  position: relative;
  display: block;
  overflow: visible;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  /* Size container so callout rail can reach the ring's left edge */
  container-type: size;
  container-name: motm-hub-outer;
}
/*
  Source: hub stage CENTERED in the column (not right-docked).
  Plain 3-line callout sits in the left gutter; arrow spans ~17% of hub
  width into the ring at 9 o'clock (between Product Movement + Safety).
*/
.abcs-motm-hub-callout-rail {
  position: absolute;
  left: 0;
  /* Source callout sits slightly above ring midline */
  top: 48%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.35cqh;
  z-index: 5;
  pointer-events: none;
  /*
    Centered square stage S = min(hubW, hubH).
    Ring outer left ≈ 50% - 0.26*S  (center − ring outer radius).
    Rail spans hub left → that point (kiss the gold, don't overshoot).
  */
  width: calc(50% - min(100cqw, 100cqh) * 0.26);
  min-width: 140px;
  max-width: calc(100% - 8px);
  padding-left: 0.4%;
  box-sizing: border-box;
}
.abcs-motm-hub-callout {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  width: 6.6em;
  /* hub-outer size container — source weight ~3.4–3.6% hub H */
  font-size: 3.45cqh !important;
  font-weight: 700 !important;
  color: #111;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: left;
  white-space: normal;
}
.abcs-motm-hub-callout-arrow {
  flex: 1 1 auto;
  position: relative;
  align-self: center;
  height: 2px;
  min-width: 24px;
  margin-right: 7px; /* room for tip so tip kisses ring */
  background: #333;
  display: block;
}
.abcs-motm-hub-callout-arrow::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #333;
}
.abcs-motm-hub-stage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* Square fills column height; centered so callout gap matches source */
  height: 100%;
  width: auto;
  aspect-ratio: 1 / 1;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  overflow: visible;
  container-type: size;
  container-name: motm-hub;
}
.abcs-motm-hub-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
}
.abcs-motm-hub-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  /* Ring diam ≈52% — leave shaft room for inward arrows */
  width: 52%;
  height: 52%;
  transform: translate(-50%, -50%);
  border: 5.0cqi solid #f0b75d;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
}
.abcs-motm-hub-center {
  margin: 0;
  padding: 9%;
  text-align: center;
  /* Keep 4-line stack — was wrapping to 6 when type was too big */
  font-size: 3.35cqi !important;
  font-weight: 500 !important;
  line-height: 1.2;
  color: #111;
  letter-spacing: -0.012em;
  max-width: 90%;
}
.abcs-motm-hub-node {
  position: absolute;
  /* Source disc diam ≈19% of stage */
  width: 18.5%;
  aspect-ratio: 1;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.abcs-motm-hub-node-disc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--c, #ddd);
  text-align: center;
  font-size: 3.6cqi !important;
  font-weight: 700 !important;
  line-height: 1.05;
  color: #111;
  padding: 6%;
  box-sizing: border-box;
  letter-spacing: -0.02em;
}
.abcs-motm-media {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}
.abcs-motm-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

/* ---- Architecture (p05) + Concepts (p06) ---- */
.abcs-motm-arch,
.abcs-motm-devices {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
/*
  Source p05 header rhythm (3840² → %H):
  title ink 3.7–8.1 · rule ~10.6–11.3 · banner 14.4–24.9 · fns ~27.2
  Cap ink ≈4.4%H → title fs ≈5.5cqh (HN paints heavy at 6). Banner ≈10.3%H.
*/
.abcs-motm-slide.is-arch,
.abcs-motm-slide.is-devices {
  padding: 2.4% 3.5% 3.8% 3.5%;
}
/* p06: source fn pills start ~17.3%W — extra left pad + wider rail */
.abcs-motm-slide.is-devices {
  padding: 2.4% 2.8% 3.5% 6%;
}
.abcs-motm-slide.is-arch .abcs-motm-claim.is-orange,
.abcs-motm-slide.is-devices .abcs-motm-claim.is-orange {
  font-size: 5.5cqh !important;
  max-width: 82%;
  line-height: 0.92; /* kill descent air under caps — rule sits on source gap */
  letter-spacing: -0.015em;
  margin: 0;
}
.abcs-motm-slide.is-arch .abcs-motm-rule,
.abcs-motm-slide.is-devices .abcs-motm-rule {
  width: 100%;
  height: 0.55cqh;
  background: var(--motm-orange);
  border: 0;
  /* Claim line-box already clears caps; only ~2.5%H more to rule ink */
  margin: 1.6cqh 0 3.2cqh;
}
/* Source p07: title 1-line · lead · orange rule ≈15%H · 3 cols */
.abcs-motm-slide.is-value {
  padding: 2.8% 3.6% 4.5%;
}
.abcs-motm-slide.is-value .abcs-motm-claim.is-orange {
  font-size: 4.6cqh !important;
  max-width: 98%;
  line-height: 1.02;
  letter-spacing: -0.018em;
  margin: 0;
  white-space: nowrap;
}
.abcs-motm-slide.is-value .abcs-motm-rule {
  width: 100%;
  height: 0.4cqh;
  background: var(--motm-orange);
  border: 0;
  margin: 2.2cqh 0 2.8cqh;
}
/* Source p09: title ≈4.4–7.5%H · lead · rule ≈15%H */
.abcs-motm-slide.is-evidence {
  padding: 2.8% 3.4% 3.8%;
}
.abcs-motm-slide.is-evidence .abcs-motm-claim.is-orange {
  font-size: 4.7cqh !important;
  max-width: 98%;
  line-height: 1.02;
  letter-spacing: -0.018em;
  margin: 0;
  white-space: nowrap;
}
.abcs-motm-slide.is-evidence .abcs-motm-rule {
  width: 100%;
  height: 0.4cqh;
  background: var(--motm-orange);
  border: 0;
  margin: 1.8cqh 0 2.4cqh;
}
.abcs-motm-arch-banner {
  background: var(--motm-banner);
  box-sizing: border-box;
  min-height: 9.8cqh;
  padding: 1.15cqh 1.5cqi;
  margin: 0 0 2.6cqh; /* → fns ≈27.2%H */
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 1.2cqi;
}
.abcs-motm-arch-banner-icons {
  flex: 0 0 4.4cqi;
  height: 4.2cqh;
  display: flex;
  align-items: center;
}
.abcs-motm-arch-banner-icons img,
.abcs-motm-arch-banner-icons svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.abcs-motm-arch-banner > div {
  flex: 1 1 auto;
  min-width: 0;
}
.abcs-motm-arch-banner .abcs-motm-sub {
  margin: 0;
  color: #111;
  font-weight: 700;
  font-size: 2.55cqh !important;
  line-height: 1.12;
  max-width: none;
}
.abcs-motm-arch-banner .abcs-motm-body {
  margin: 0.35cqh 0 0;
  max-width: none;
  font-size: 2.1cqh !important;
  line-height: 1.2;
  font-weight: 400;
  color: #111;
}
.abcs-motm-arch-body {
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  /* Source: device+callouts end ~23%W · fn pills from ~27.8%W */
  grid-template-columns: 0.76fr 2.74fr;
  gap: 0.35%;
  align-items: stretch;
}
.abcs-motm-arch-device {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.7cqh;
}
.abcs-motm-arch-device-frame {
  position: relative;
  /* Source: device+callouts band ~27→68%H; moments ink ~69.4%H */
  flex: 0 0 36.5cqh;
  height: 36.5cqh;
  max-height: 36.5cqh;
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.abcs-motm-arch-device-frame > img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: top center;
}
.abcs-motm-arch-moments {
  /* Source moments ink ~69.4%H — hold air under callouts crop */
  margin: 4.8cqh 0 0;
  padding: 0 0 0 1em;
  font-size: 1.65cqh;
  line-height: 1.35;
  color: #111;
  list-style: disc;
  flex: 0 0 auto;
}
.abcs-motm-arch-moments li {
  margin: 0 0 0.25cqh;
}
.abcs-motm-arch-moments strong {
  font-weight: 700;
}
.abcs-motm-arch-matrix,
.abcs-motm-concepts-matrix {
  min-width: 0;
  min-height: 0;
  display: grid;
  /*
    Source MotM: rail labels are HORIZONTAL black caps (not white-on-dark vertical bars).
    Vertical writing-mode previously stretched the fn row → tall black tiles.
  */
  grid-template-columns: 3.8cqi minmax(0, 1fr);
  grid-template-rows: auto auto minmax(0, 1fr);
  column-gap: 0.35cqi;
  row-gap: 1.35cqh;
  overflow: hidden;
  align-items: start;
}
.abcs-motm-arch-rail-seg {
  box-sizing: border-box;
  grid-column: 1;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0.2cqh 0 0;
  overflow: visible;
  writing-mode: horizontal-tb;
  transform: none;
  font-size: 1.05cqh;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: #111;
  background: transparent;
  text-align: left;
  text-transform: uppercase;
  align-self: start;
  hyphens: none;
  word-break: normal;
}
.abcs-motm-arch-matrix > .abcs-motm-concepts-fns,
.abcs-motm-arch-matrix > .abcs-motm-concepts-vals,
.abcs-motm-arch-matrix > .abcs-motm-concepts-themes,
.abcs-motm-concepts-matrix > .abcs-motm-concepts-fns,
.abcs-motm-concepts-matrix > .abcs-motm-concepts-vals,
.abcs-motm-concepts-matrix > .abcs-motm-concepts-media {
  grid-column: 2;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
}
/* Source: extra air vals→themes (~2%H beyond uniform row-gap) */
.abcs-motm-arch-matrix > .abcs-motm-concepts-themes {
  margin-top: 1.1cqh;
}
.abcs-motm-arch-grid,
.abcs-motm-concepts-fns,
.abcs-motm-concepts-vals,
.abcs-motm-concepts-themes,
.abcs-motm-concepts-media {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55cqi;
  min-height: 0;
  min-width: 0;
}
.abcs-motm-concepts-fns {
  /* HARD: never stretch pills into tall tiles */
  align-items: center;
  align-content: start;
}
/*
  Source p06 (device-concepts): full-width matrix (no left device),
  fn pills from ~17.3%W, vals ~11%H, concepts from ~50%H → footer.
  Equal 5-col rhythm with gutters; devices must not clip.
*/
.abcs-motm-slide.is-devices .abcs-motm-concepts-matrix {
  grid-template-columns: 10cqi minmax(0, 1fr);
  column-gap: 0.7cqi;
  row-gap: 1.1cqh;
}
.abcs-motm-slide.is-devices .abcs-motm-arch-rail-seg {
  font-size: 1.2cqh;
  font-weight: 800;
  padding-top: 0;
  align-self: center;
}
.abcs-motm-slide.is-devices .abcs-motm-concepts-fns,
.abcs-motm-slide.is-devices .abcs-motm-concepts-vals,
.abcs-motm-slide.is-devices .abcs-motm-concepts-media {
  gap: 1.15cqi;
}
.abcs-motm-slide.is-devices .abcs-motm-arch-val {
  height: 11cqh;
  max-height: 11cqh;
  min-height: 11cqh;
  font-size: 1.35cqh;
  line-height: 1.25;
  padding: 0.55cqh 0.5cqi;
}
.abcs-motm-slide.is-devices .abcs-motm-arch-avatar {
  /* Source avatar ~5%H in the val band */
  width: 4.2cqi;
  height: 5.2cqh;
  align-self: stretch;
  object-fit: contain;
  object-position: top center;
}
.abcs-motm-slide.is-devices .abcs-motm-arch-banner-icons {
  flex: 0 0 5.2cqi;
  height: 5cqh;
}
.abcs-motm-slide.is-devices .abcs-motm-arch-fn {
  height: 5cqh;
  min-height: 5cqh;
  max-height: 5cqh;
  font-size: 1.55cqh;
  border-radius: 0.55cqh;
}
.abcs-motm-slide.is-devices .abcs-motm-arch-fn.is-stacked {
  box-shadow:
    0.28cqi 0.4cqh 0 0 #3a3a3a,
    0.55cqi 0.8cqh 0 0 #4a4a4a;
  margin-bottom: 0.7cqh;
}
.abcs-motm-slide.is-devices .abcs-motm-concepts-fns,
.abcs-motm-slide.is-devices .abcs-motm-concepts-vals,
.abcs-motm-slide.is-devices .abcs-motm-concepts-media {
  gap: 0.75cqi; /* source devices pack tighter than prior 1.15 */
}
.abcs-motm-slide.is-devices .abcs-motm-concepts-media {
  /* Source concepts ink ~50%H — hold air under vals */
  margin-top: 2.8cqh;
  gap: 0.55cqi;
  align-items: start;
  min-height: 40cqh;
}
.abcs-motm-slide.is-devices .abcs-motm-device-col {
  overflow: hidden; /* hard clip — no bleed into neighbor cols */
  gap: 0.35cqh;
}
.abcs-motm-slide.is-devices .abcs-motm-device-col .abcs-motm-part,
.abcs-motm-slide.is-devices .abcs-motm-device-col .abcs-motm-media {
  overflow: hidden;
  flex: 0 0 auto;
  height: 34cqh;
  max-height: 34cqh;
  min-height: 34cqh;
  width: 100%;
}
.abcs-motm-slide.is-devices .abcs-motm-device-col .abcs-motm-media img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: top center;
}
.abcs-motm-slide.is-devices .abcs-motm-device-legend {
  display: flex;
  justify-content: space-between;
  gap: 0.4cqi;
  margin: 0;
  padding: 0 0.2cqi;
  font-size: 1.25cqh;
  font-weight: 700;
  font-style: italic;
  color: #111;
  line-height: 1.15;
  text-align: left;
}
.abcs-motm-slide.is-devices .abcs-motm-device-legend .is-near,
.abcs-motm-slide.is-devices .abcs-motm-device-legend .is-someday {
  flex: 1 1 auto;
}
.abcs-motm-slide.is-devices .abcs-motm-device-legend .is-someday {
  text-align: right;
}
.abcs-motm-concepts-themes {
  min-height: 0;
  align-items: start;
}
.abcs-motm-arch-themes {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.abcs-motm-concepts-media {
  min-height: 0;
  align-items: stretch;
}
.abcs-motm-arch-col {
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.45cqh;
}
/* Source fn pill ≈5%H · icon+label on one line · rounded rect (not tall tile) */
.abcs-motm-arch-fn {
  margin: 0;
  height: 4.7cqh;
  min-height: 4.7cqh;
  max-height: 4.7cqh;
  box-sizing: border-box;
  font-size: 1.5cqh;
  font-weight: 700;
  color: #fff;
  background: #232323;
  padding: 0 0.65cqi;
  text-align: left;
  line-height: 1;
  border-radius: 0.5cqh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5cqi;
  white-space: nowrap;
  overflow: hidden;
  align-self: center;
}
.abcs-motm-arch-fn.is-stacked {
  box-shadow:
    0.2cqi 0.3cqh 0 0 #3a3a3a,
    0.4cqi 0.6cqh 0 0 #4a4a4a;
  margin-bottom: 0.55cqh;
  z-index: 1;
}
.abcs-motm-arch-fn-ico {
  flex: 0 0 2.1cqh;
  width: 2.1cqh;
  height: 2.1cqh;
  display: block;
}
.abcs-motm-arch-fn span {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
/* Source associate-value band ≈16%H (0.344→0.507) */
.abcs-motm-arch-val {
  margin: 0;
  font-size: 1.45cqh;
  line-height: 1.28;
  color: #222;
  background: #dfdfdf;
  padding: 0.7cqh 0.55cqi;
  flex: 0 0 auto;
  display: flex;
  gap: 0.45cqi;
  align-items: flex-start;
  height: 15.5cqh;
  max-height: 15.5cqh;
  min-height: 15.5cqh;
  overflow: hidden;
  border-radius: 0.15cqh;
}
.abcs-motm-arch-val p { margin: 0; }
.abcs-motm-arch-avatar {
  width: 2.8cqi;
  height: 3.8cqh;
  object-fit: contain;
  flex: 0 0 auto;
}
.abcs-motm-pills {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.5cqh;
  min-height: 0;
  overflow: hidden;
  flex: 1 1 auto;
}
/* Source theme pills: modest rounded rect, ~2.9%H, full labels (no ellipsis).
   Dark navy → white ink (set inline via compose). */
.abcs-motm-arch-themes .abcs-motm-pill {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.85cqh;
  min-height: 2.85cqh;
  max-height: 2.85cqh;
  padding: 0 0.35cqi;
  border-radius: 0.35cqh;
  font-family: var(--motm-body) !important;
  font-size: 1.55cqh;
  font-weight: 500;
  color: #111;
  line-height: 2.85cqh;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip; /* source shows full names — never "…" mush */
}
.abcs-motm-pill {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.85cqh;
  min-height: 2.85cqh;
  max-height: 2.85cqh;
  padding: 0 0.35cqi;
  border-radius: 0.35cqh;
  font-family: var(--motm-body) !important;
  font-size: 1.55cqh;
  font-weight: 500;
  color: #111;
  line-height: 2.85cqh;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.abcs-motm-device-col {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3cqh;
  overflow: hidden;
}
.abcs-motm-device-col .abcs-motm-media {
  flex: 1 1 auto;
  min-height: 0;
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.abcs-motm-device-col .abcs-motm-media img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
}
.abcs-motm-device-legend {
  margin: 0;
  font-size: 1.15cqh;
  color: #444;
  text-align: center;
  line-height: 1.2;
}

/* ---- Value (p07) / appendix / evidence / story ---- */
.abcs-motm-value {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.abcs-motm-value-col {
  min-width: 0;
  overflow: visible;
}
.abcs-motm-value-lead {
  margin: 1.1cqh 0 0;
  font-size: 2.45cqh;
  line-height: 1.25;
  color: #666;
  max-width: 96%;
  font-weight: 400;
}
/* legacy class — keep orange if any leftover markup */
.abcs-motm-value-rule {
  border: 0;
  height: 0.4cqh;
  width: 100%;
  background: var(--motm-orange);
  margin: 2.2cqh 0 2.8cqh;
}
.abcs-motm-value-row {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.2%;
  align-items: start;
}
/* Source: muted labels — NO gray pill/box */
.abcs-motm-value-title {
  margin: 0 0 1.8cqh;
  font-size: 2.35cqh;
  font-weight: 400;
  color: #777;
  background: transparent;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.15;
}
.abcs-motm-value-goal {
  margin: 0 0 3cqh;
  font-weight: 700;
  font-size: 3.55cqh;
  color: #222;
  line-height: 1.16;
  letter-spacing: -0.015em;
  max-width: 96%;
}
.abcs-motm-value-intro {
  margin: 0 0 2.2cqh;
  font-size: 2.2cqh;
  line-height: 1.32;
  color: #444;
  font-weight: 400;
}
/* Source: no bullets · body fills the column */
.abcs-motm-value-list,
.abcs-motm-value-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.25cqh;
  line-height: 1.34;
  color: #333;
}
.abcs-motm-value-col li {
  margin: 0 0 2.6cqh;
}
.abcs-motm-value-col li strong {
  font-weight: 700;
  color: #222;
}
.abcs-motm-value-metrics {
  display: block;
  margin-top: 0.55cqh;
  font-size: 2cqh;
  color: #666;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.abcs-motm-appendix {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
}
.abcs-motm-appendix-title {
  margin: 0;
  font-family: var(--motm-display);
  font-size: 12cqh;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.04em;
}
.abcs-motm-contents-label { margin: 22px 0 10px; font-size: var(--motm-fs-lead); color: var(--motm-orange); font-weight: 700; text-align: left; width: min(56%, 640px); }
.abcs-motm-contents { margin: 0; padding-left: 1.2em; text-align: left; width: min(56%, 640px); font-size: var(--motm-fs-lead); line-height: 1.45; }

.abcs-motm-evidence {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.abcs-motm-evidence-lead {
  margin: 1.1cqh 0 0;
  font-size: 2.45cqh;
  line-height: 1.25;
  color: #666;
  max-width: 96%;
  font-weight: 400;
}
/* Source divider ≈66%W → main | side */
.abcs-motm-evidence-body {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 1.95fr 1fr;
  gap: 0;
  align-items: stretch;
}
.abcs-motm-evidence-main {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding-right: 1.5%;
  overflow: visible;
}
.abcs-motm-evidence-copy {
  position: relative;
  z-index: 2;
  width: 54%;
  max-width: 34cqi;
  display: flex;
  flex-direction: column;
  gap: 0.55cqh;
}
.abcs-motm-evidence-h {
  margin: 1.6cqh 0 0.35cqh;
  color: var(--motm-orange);
  font-size: 2.7cqh;
  font-weight: 700;
  line-height: 1.1;
}
.abcs-motm-evidence-h:first-child { margin-top: 0; }
.abcs-motm-evidence-audience {
  margin: 0;
  white-space: pre-line;
  font-weight: 700;
  font-size: 2.7cqh;
  line-height: 1.28;
  color: #222;
}
.abcs-motm-evidence-note {
  margin: 0.5cqh 0 0;
  font-size: 1.95cqh;
  line-height: 1.3;
  font-style: italic;
  color: #555;
  font-weight: 400;
}
.abcs-motm-evidence-copy-text {
  margin: 0;
  font-size: 2.2cqh;
  line-height: 1.32;
  color: #333;
  font-weight: 400;
}
/* Source phones ≈3–42%W · start ~50%H */
.abcs-motm-evidence-devices {
  position: absolute;
  left: 0;
  bottom: 1.2cqh;
  width: 60%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.55cqh;
}
.abcs-motm-evidence-devices.is-strip { width: 60%; }
.abcs-motm-evidence-strip {
  width: 100%;
  height: 30cqh;
  object-fit: contain;
  object-position: left bottom;
  display: block;
}
.abcs-motm-evidence-captions {
  display: grid;
  grid-template-columns: 2fr 0.7fr 3.1fr;
  font-size: 1.5cqh;
  line-height: 1.2;
  color: #555;
  font-style: italic;
}
.abcs-motm-evidence-captions span:first-child { grid-column: 1; }
.abcs-motm-evidence-captions span:last-child { grid-column: 3; }
.abcs-motm-bubbles {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}
/* Source bubbles = chunky rounded cards, NOT flat wide pills */
.abcs-motm-bubble-quote {
  position: absolute;
  margin: 0;
  width: max-content;
  max-width: 46%;
  padding: 1.7cqh 1.9cqi 1.9cqh;
  border-radius: 2.1cqh;
  font-size: 2.15cqh;
  font-weight: 600;
  line-height: 1.28;
  color: #111;
  box-shadow: none;
  pointer-events: auto;
}
.abcs-motm-bubble-quote em {
  font-style: italic;
  font-weight: 700;
}
.abcs-motm-bubble-quote::after {
  content: "";
  position: absolute;
  width: 1.55cqh;
  height: 1.55cqh;
  transform: rotate(45deg);
  z-index: -1;
}
.abcs-motm-bubble-quote.is-yellow {
  background: #f0e2a1;
  top: 8%;
  left: 62%;
  max-width: 34%;
  font-size: 2.05cqh;
}
.abcs-motm-bubble-quote.is-yellow::after {
  background: #f0e2a1;
  left: 2.4cqi;
  bottom: -0.65cqh;
}
.abcs-motm-bubble-quote.is-green {
  background: #94e6c1;
  top: 30%;
  left: 76%;
  max-width: 20%;
  white-space: nowrap;
  padding: 1.7cqh 1.9cqi;
  font-size: 2.05cqh;
}
.abcs-motm-bubble-quote.is-green::after {
  background: #94e6c1;
  left: 2.2cqi;
  right: auto;
  bottom: -0.65cqh;
}
.abcs-motm-bubble-quote.is-orange {
  background: #ff9d78;
  top: 48%;
  left: 60%;
  max-width: 36%;
  font-size: 2.05cqh;
}
.abcs-motm-bubble-quote.is-orange::after {
  background: #ff9d78;
  right: 2.8cqi;
  left: auto;
  bottom: -0.65cqh;
}
.abcs-motm-evidence-side {
  min-width: 0;
  border-left: 1.5px dashed #bdbdbd;
  padding: 0.6cqh 0 0 3.6%;
  display: flex;
  flex-direction: column;
  gap: 1cqh;
  align-items: flex-start;
}
.abcs-motm-evidence-would {
  margin: 0;
  font-size: 2.15cqh;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
  max-width: 96%;
}
.abcs-motm-stat-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.4cqi;
  align-items: center;
  width: 100%;
  /* Source ring ≈37–55%H */
  margin-top: 8cqh;
}
.abcs-motm-stat-ring {
  width: 15cqh;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffa10b;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1.05cqh rgba(255, 161, 11, 0.2);
  flex: 0 0 auto;
  margin: 0;
}
.abcs-motm-stat-ring span {
  color: #fff;
  font-size: 5cqh;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}
.abcs-motm-stat-sub {
  font-size: 2.2cqh;
  margin: 0;
  font-weight: 700;
  line-height: 1.22;
  color: #222;
}
.abcs-motm-stat-detail {
  margin: 0.35cqh 0 0 calc(15cqh + 1.4cqi);
  font-size: 1.85cqh;
  color: #777;
  font-style: normal;
  line-height: 1.3;
  max-width: calc(100% - 15cqh - 1.4cqi);
}
.abcs-motm-stat-detail strong {
  color: #ffa10b;
  font-style: normal;
  font-weight: 700;
}
.abcs-motm-stat-detail em {
  color: #888;
  font-style: italic;
  font-weight: 400;
}
.abcs-motm-badge {
  display: inline-block;
  background: #f2e5a5;
  padding: 0.95cqh 1.5cqi;
  font-weight: 700;
  font-size: 2.1cqh;
  margin: 6cqh 0 0 calc(15cqh + 1.4cqi);
  color: #222;
  line-height: 1.15;
  width: auto;
  max-width: calc(100% - 15cqh - 1.4cqi);
  border-radius: 0;
}
.abcs-motm-quotes { margin: 8px 0 0; padding-left: 1em; font-size: var(--motm-fs-body); font-style: italic; line-height: 1.35; }

.abcs-motm-story {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  gap: 0;
}
.abcs-motm-slide.is-story {
  padding: 1.6% 2.2% 0;
  padding-bottom: 0;
}
.abcs-motm-journey {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 6px;
  padding-bottom: 2px;
}
.abcs-motm-journey-phase {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 0 0 auto;
}
.abcs-motm-journey-phase-h {
  margin: 0;
  font-size: 1.35cqh;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
  max-width: 100%;
  background: #ececec;
  padding: 3px 6px;
  border-radius: 2px;
  width: max-content;
  max-width: min(42cqi, 100%);
}
.abcs-motm-journey-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 3px;
  min-width: 0;
}
.abcs-motm-journey-cell {
  flex: 0 0 auto;
  width: clamp(64px, 6.6cqi, 96px);
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.abcs-motm-journey-device {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.abcs-motm-journey-device img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}
.abcs-motm-journey-pills {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.abcs-motm-journey-pill {
  display: block;
  font-size: 1.15cqh;
  font-weight: 700;
  line-height: 1.15;
  color: #111;
  padding: 2px 3px;
  border-radius: 2px;
  white-space: normal;
  overflow: hidden;
}
.abcs-motm-journey-caption {
  margin: 0;
  font-size: 1.25cqh;
  line-height: 1.2;
  color: #222;
}
.abcs-motm-journey-marker {
  flex: 0 0 auto;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  z-index: 1;
}
.abcs-motm-journey-marker span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2cqh;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  background: #222;
  padding: 4px 6px;
}
.abcs-motm-journey-marker.is-diamond {
  width: clamp(40px, 6cqh, 56px);
  height: clamp(40px, 6cqh, 56px);
  background: #222;
  transform: rotate(45deg);
  border-radius: 2px;
}
.abcs-motm-journey-marker.is-diamond span {
  transform: rotate(-45deg);
  background: transparent;
  width: 90%;
  height: auto;
  padding: 0;
  font-size: 1.1cqh;
}
.abcs-motm-journey-marker.is-marker span {
  border-radius: 2px;
  max-width: 52px;
}
.abcs-motm-story-persona {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
  background: #f5e6c8;
  padding: 6px 12px 8px;
  margin: 2px -2.2% 0;
  min-height: 56px;
}
.abcs-motm-story-persona img {
  height: clamp(56px, 12cqh, 88px);
  width: auto;
  object-fit: contain;
  object-position: left bottom;
}
.abcs-motm-story-persona-title {
  margin: 0;
  font-family: var(--motm-display) !important;
  font-size: 3.4cqh !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.1;
  color: #111;
}
.abcs-motm-story-persona-lead {
  margin: 4px 0 0;
  font-size: 1.85cqh !important;
  font-weight: 400 !important;
  line-height: 1.25;
  color: #222;
  max-width: 52ch;
}
.abcs-motm-story-ref {
  margin: 0;
  font-size: 1.3cqh;
  color: #555;
  line-height: 1.25;
  text-align: right;
  max-width: 22ch;
}
.abcs-motm-story-ref span {
  display: block;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.abcs-motm-slide.is-story .abcs-slide-footer {
  height: 6%;
}
.abcs-motm-story .abcs-motm-media {
  flex: 1;
  margin-top: 10px;
}
.abcs-motm-story .abcs-motm-media img {
  object-fit: contain;
  object-position: top center;
}

/* Parts wrappers must not invent boxes */
.abcs-motm-part {
  min-width: 0;
  min-height: 0;
  background: transparent;
}

/* ------------------------------------------------------------------
   L3 Spec browse — MotM part paint without absolute-fill stage (ENG-2.14).
   Same class of bug as WS9-BLACK: full-slide form-root { position:absolute;
   inset:0 } escapes specimen-wrap--part and paints into the detail pane /
   viewport (invisible accent rule, footer stuck to page bottom, chaos
   bubbles in the breadcrumb band).
   ------------------------------------------------------------------ */
.abcs-motm-form-root.abcs-motm-form-root--part {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: min(100%, 42rem);
  min-width: 16rem;
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: 1.25rem 1.35rem;
  box-sizing: border-box;
  background: var(--motm-field, #f0f0f0);
  color: var(--motm-ink, #222);
  container-type: inline-size;
  container-name: motm-part;
}

.abcs-specimen.abcs-specimen-slidekind.abcs-specimen--motm:has(.abcs-motm-form-root--part),
.abcs-specimen.abcs-specimen-cardkind.abcs-specimen--motm:has(.abcs-motm-form-root--part) {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: transparent;
  border: none;
  padding: 0;
  overflow: visible;
}

/* Accent rule — MotM red band needs a readable plate, not a 5px escape line.
   <hr> has no intrinsic width; flex + width:100% collapsed to 0px (empty plate). */
.abcs-motm-form-root--part:has([data-motm-part="accent-rule"]) {
  min-height: 5.5rem;
  display: flex;
  align-items: center;
}
.abcs-motm-form-root--part [data-motm-part="accent-rule"] {
  width: 100%;
  max-width: 22rem;
}
.abcs-motm-form-root--part .abcs-motm-rule {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  max-width: 22rem;
  height: 5px;
  margin: 0;
  border: 0;
  background: var(--motm-rule, #e32619);
}

/* Author stack / claim / body — flow in the part plate */
.abcs-motm-form-root--part .abcs-motm-authors,
.abcs-motm-form-root--part .abcs-motm-date,
.abcs-motm-form-root--part .abcs-motm-claim,
.abcs-motm-form-root--part .abcs-motm-body {
  position: relative;
  inset: auto;
  max-width: none;
}

/* Footer — never absolute to the viewport in Browse */
.abcs-motm-form-root--part .abcs-slide-footer {
  position: relative;
  inset: auto;
  left: auto;
  right: auto;
  bottom: auto;
  height: auto;
  min-height: 2.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  padding: 0.35rem 0;
  pointer-events: auto;
}
.abcs-motm-form-root--part .abcs-slide-footer-disclaimer {
  grid-column: auto;
  justify-self: auto;
}
.abcs-motm-form-root--part .abcs-slide-footer-mark,
.abcs-motm-form-root--part .abcs-slide-footer-mark.is-specimen {
  grid-column: auto;
  justify-self: auto;
  position: relative;
  height: 1.75rem;
  max-height: 1.75rem;
  max-width: 12rem;
  width: auto;
}

/* Cover / EUX logo lockups */
.abcs-motm-form-root--part .abcs-motm-cover-brand {
  position: relative;
  inset: auto;
  right: auto;
  bottom: auto;
  width: auto;
  max-width: 100%;
  align-items: flex-start;
  pointer-events: auto;
}
.abcs-motm-form-root--part .abcs-slide-footer-mark.is-specimen {
  display: block;
  margin: 0.25rem 0;
}

/* Strategy chaos / hub — absolute bubbles need a real containing block */
.abcs-motm-form-root--part:has(.abcs-motm-chaos),
.abcs-motm-form-root--part:has(.abcs-motm-hub) {
  min-height: 18rem;
  max-width: min(100%, 36rem);
}
.abcs-motm-form-root--part .abcs-motm-chaos,
.abcs-motm-form-root--part .abcs-motm-hub {
  position: relative;
  width: 100%;
  min-height: 16rem;
  height: 16rem;
  flex: none;
  transform: none;
  overflow: hidden;
  container-type: size;
  container-name: motm-part-diagram;
}
.abcs-motm-form-root--part .abcs-motm-bubble-label {
  font-size: clamp(0.55rem, 4.2cqh, 0.85rem) !important;
}

/* Arrow split / groups / pills — keep MotM paint, flow in part host */
.abcs-motm-form-root--part:has(.abcs-arrow-split) {
  background: var(--motm-peach, #f9bda6);
  padding: 0;
  max-width: min(100%, 42rem);
  overflow: hidden;
}
.abcs-motm-form-root--part .abcs-arrow-split {
  position: relative;
  inset: auto;
  min-height: 14rem;
  height: 14rem;
  width: 100%;
  flex: none;
  container-type: size;
  container-name: motm-part-arrow;
}
.abcs-motm-form-root--part .abcs-motm-split-claim {
  font-size: clamp(1.1rem, 8cqh, 1.75rem) !important;
}
.abcs-motm-form-root--part .abcs-motm-split-body {
  font-size: clamp(0.75rem, 5.5cqh, 1.05rem) !important;
  margin-top: 1.1rem !important;
}
.abcs-motm-form-root--part .abcs-motm-arrow-left {
  padding: 1.4rem 1.6rem 1.2rem 1.8rem;
}
.abcs-motm-form-root--part .abcs-motm-arrow-right {
  padding: 1.4rem 1.2rem 1.2rem 1.4rem;
}
.abcs-motm-form-root--part .abcs-motm-groups {
  position: relative;
  inset: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.abcs-motm-form-root--part .abcs-motm-pills {
  position: relative;
  inset: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.abcs-motm-form-root--part .abcs-motm-media {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: 22rem;
}
.abcs-motm-form-root--part .abcs-motm-media img {
  width: 100%;
  height: auto;
  display: block;
}
