/*
 * Phase 0A.3.1 — Home-led coherence remediation.
 * The approved canonical Home and Movink art direction remain source locks.
 * This layer normalises the remaining canonical routes around their typography,
 * paper, border, spacing, and navigation language.
 */

.phase0a31-no-break,
[data-protected-term] {
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.ns-footer p strong,
.ns-footer p span {
  display: block;
}

body.phase0a31-home-derived {
  --paper: #f8f2e7;
  --surface: #fffcf7;
  --neutral: #ece7de;
  --ink: #07182a;
  --ink-soft: #243347;
  --muted: #626964;
  --coral: #f25745;
  --coral-soft: #f9ddd5;
  --cobalt: #1456b8;
  --cobalt-soft: #dce7f7;
  --teal: #078d86;
  --teal-soft: #d7ece8;
  --yellow: #f5bd38;
  --yellow-soft: #fff0bd;
  --plum: #704365;
  --line: #d7d0c3;
  --max-outer: 1280px;
  --max-reading: 790px;
  --measure: 740px;
  --phase-serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  --phase-sans: ui-sans-serif, "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
  background:
    radial-gradient(circle at 12% 21%, rgba(7, 24, 42, .028) 0 1px, transparent 1.8px) 0 0 / 13px 13px,
    radial-gradient(circle at 72% 68%, rgba(242, 87, 69, .02) 0 1px, transparent 2px) 0 0 / 19px 19px,
    var(--paper);
  color: var(--ink);
  font-family: var(--phase-sans);
  font-size: 17px;
  line-height: 1.82;
  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
}

body.phase0a31-home-derived :where(p, li, dd, a) {
  overflow-wrap: break-word;
}

body.phase0a31-home-derived :where(h1, h2) {
  font-family: var(--phase-serif);
  font-weight: 800;
  letter-spacing: -.035em;
  text-wrap: pretty;
}

body.phase0a31-home-derived h1 {
  line-height: 1.22;
}

body.phase0a31-home-derived h2 {
  font-size: clamp(26px, 2.4vw, 30px);
  line-height: 1.38;
}

body.phase0a31-home-derived h3 {
  font-family: var(--phase-sans);
  font-size: clamp(20px, 1.7vw, 22px);
  line-height: 1.48;
  letter-spacing: -.015em;
}

body.phase0a31-home-derived .page-shell {
  width: min(calc(100% - 56px), var(--max-outer));
}

body.phase0a31-home-derived .breadcrumbs {
  padding: 19px 0 3px;
}

body.phase0a31-home-derived .button,
body.phase0a31-home-derived .save-candidate,
body.phase0a31-home-derived .regret-toggle {
  border-radius: 0;
  box-shadow: 4px 4px 0 rgba(7, 24, 42, .15);
}

/* Product editorial family */
.home-derived-product-shell {
  --theme-dark: var(--ink);
  --theme-soft: var(--coral-soft);
  --accent: var(--coral);
  --accent-two: var(--yellow);
  position: relative;
}

.home-derived-product-shell.theme-generation-duel {
  --accent: var(--coral);
  --accent-two: var(--cobalt);
  --theme-soft: #f7e6de;
}

.home-derived-product-shell.theme-desk-fit-editorial {
  --accent: var(--cobalt);
  --accent-two: var(--yellow);
  --theme-soft: #e9eef7;
}

.home-derived-product-shell.theme-power-bandwidth-blueprint {
  --accent: var(--cobalt);
  --accent-two: var(--yellow);
  --theme-soft: #e7eff7;
}

.home-derived-product-shell .decision-hero,
.theme-generation-duel .decision-hero,
.theme-desk-fit-editorial .decision-hero,
.theme-power-bandwidth-blueprint .decision-hero {
  position: relative;
  min-height: 470px;
  max-height: min(68vh, 560px);
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  margin: 20px 0 54px;
  overflow: hidden;
  color: var(--ink);
  border: 2px solid var(--ink);
  background: var(--paper);
}

.home-derived-product-shell .decision-hero::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
  content: "";
  background: var(--accent);
}

.home-derived-product-shell .hero-copy,
.theme-desk-fit-editorial .hero-copy,
.theme-power-bandwidth-blueprint .hero-copy {
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  order: initial;
  padding: clamp(34px, 4.2vw, 58px);
  color: var(--ink);
  background: transparent;
}

.home-derived-product-shell .hero-question,
.theme-power-bandwidth-blueprint .hero-question {
  max-width: 680px;
  margin-bottom: 10px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.home-derived-product-shell .decision-hero h1 {
  display: block;
  max-width: 710px;
  font-family: var(--phase-serif);
  font-size: clamp(40px, 3vw, 42px);
  line-height: 1.22;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.home-derived-product-shell .hero-answer,
.theme-power-bandwidth-blueprint .hero-answer {
  max-width: 650px;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.75;
}

.home-derived-product-shell .hero-actions {
  margin-top: 22px;
}

.home-derived-product-shell .identity-strip,
.theme-power-bandwidth-blueprint .identity-strip {
  margin-top: 22px;
  padding-top: 12px;
  color: var(--muted);
  border-color: var(--ink);
}

.home-derived-product-shell .identity-strip b,
.theme-power-bandwidth-blueprint .identity-strip b {
  color: var(--ink);
}

.home-derived-product-shell .freshness-marker {
  margin-top: 12px;
}

.home-derived-product-shell .hero-visual,
.theme-generation-duel .hero-visual,
.theme-desk-fit-editorial .hero-visual,
.theme-power-bandwidth-blueprint .hero-visual {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  order: initial;
  min-height: 0;
  padding: clamp(24px, 3.3vw, 42px);
  color: var(--ink);
  border: 0;
  border-left: 2px solid var(--ink);
  background:
    linear-gradient(116deg, transparent 0 61%, color-mix(in srgb, var(--accent) 18%, transparent) 61% 76%, transparent 76%),
    var(--surface);
}

.home-derived-product-shell .hero-visual::after {
  position: absolute;
  right: 26px;
  bottom: 22px;
  width: 76px;
  height: 18px;
  content: "";
  background: var(--accent-two);
  transform: rotate(-2deg);
}

.home-derived-product-shell .hero-visual .phase0a3-visual {
  width: 100%;
  max-width: 520px;
  max-height: 315px;
}

.home-derived-product-shell .hero-visual .phase0a3-svg-title,
.home-derived-product-shell .hero-visual .phase0a3-svg-label,
.home-derived-product-shell .hero-visual .phase0a3-svg-note {
  fill: var(--ink);
}

.home-derived-product-shell .visual-caption {
  position: relative;
  z-index: 1;
  max-width: 390px;
  margin-top: 10px;
  color: var(--ink-soft);
}

.hero-checklist {
  max-width: 650px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.hero-checklist li {
  padding: 8px 0 8px 28px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.55;
}

.hero-checklist li::before {
  float: left;
  margin-left: -28px;
  color: var(--cobalt);
  font-weight: 900;
  content: "✓";
}

.home-derived-product-shell .article-layout {
  grid-template-columns: minmax(0, var(--max-reading)) minmax(160px, 1fr);
  gap: clamp(50px, 6vw, 84px);
  padding-bottom: 88px;
}

.home-derived-product-shell .section {
  padding: 76px 0;
  border-top: 1px solid var(--ink);
}

.home-derived-product-shell .product-spotlight,
.home-derived-product-shell .product-spotlight:nth-of-type(even) {
  grid-template-columns: minmax(230px, .68fr) minmax(0, 1.32fr);
  gap: 38px;
  margin-inline: 0;
  padding-inline: 0;
  color: var(--ink);
  background: transparent;
}

.home-derived-product-shell .product-spotlight:nth-of-type(even) > div,
.home-derived-product-shell .product-spotlight:nth-of-type(even) > svg {
  order: initial;
}

.home-derived-product-shell .product-spotlight > div {
  align-self: center;
}

.home-derived-product-shell .product-spotlight .phase0a3-visual {
  width: 100%;
  min-height: 245px;
  max-height: 330px;
  padding: 14px;
  color: var(--ink);
  border: 1px solid var(--ink);
  background:
    linear-gradient(145deg, var(--surface) 0 78%, color-mix(in srgb, var(--accent) 18%, var(--surface)) 78%);
}

.home-derived-product-shell .quick-verdict {
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 24px;
  padding: 32px 34px;
  color: #fff;
  background: var(--ink);
  box-shadow: none;
}

.home-derived-product-shell .verdict-index {
  color: var(--yellow);
  font-size: 48px;
}

.home-derived-product-shell .verdict-bands p {
  background: #18283b;
}

.home-derived-product-shell .regret-scan {
  margin-inline: 0;
  padding: 50px 34px;
  background: var(--ink);
}

.home-derived-product-shell .weakness-first {
  margin-inline: 0;
  padding-inline: 28px;
  background: var(--coral-soft);
}

.home-derived-product-shell .alternative-grid > article {
  border: 1px solid var(--ink);
  background: var(--surface);
}

.home-derived-product-shell .alternative-grid > article:nth-child(2) {
  transform: none;
  background: var(--theme-soft);
}

.home-derived-product-shell .decision-branches,
.home-derived-product-shell .fit-columns,
.home-derived-product-shell .cost-map,
.home-derived-product-shell .timing-track {
  border-width: 1px;
}

.home-derived-product-shell .decision-branches article,
.home-derived-product-shell .fit-columns article,
.home-derived-product-shell .cost-map article,
.home-derived-product-shell .timing-track span {
  border-width: 1px;
}

/* Supporting editorial family */
.home-derived-supporting-shell {
  --support-accent: var(--coral);
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--ink);
}

.home-derived-supporting-shell.safety-page,
.home-derived-supporting-shell.privacy-page {
  --support-accent: var(--teal);
}

.home-derived-supporting-shell.updates-page {
  --support-accent: var(--yellow);
}

.home-derived-supporting-shell.affiliate-page {
  --support-accent: var(--coral);
}

.home-derived-supporting-shell .supporting-hero,
[data-theme="decision-manifesto"] .supporting-hero,
[data-theme="safety-evidence-path"] .supporting-hero,
[data-theme="evidence-timeline"] .supporting-hero,
[data-theme="editorial-commerce-separation"] .supporting-hero,
[data-theme="local-first-privacy"] .supporting-hero {
  position: relative;
  width: min(calc(100% - 56px), var(--max-outer));
  max-width: var(--max-outer);
  min-height: 390px;
  max-height: 440px;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  margin: 28px auto 0;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid var(--ink);
  border-top: 8px solid var(--support-accent);
  background: var(--paper);
}

.home-derived-supporting-shell .supporting-hero-copy,
[data-theme="decision-manifesto"] .supporting-hero-copy,
[data-theme="safety-evidence-path"] .supporting-hero-copy,
[data-theme="evidence-timeline"] .supporting-hero-copy,
[data-theme="editorial-commerce-separation"] .supporting-hero-copy,
[data-theme="local-first-privacy"] .supporting-hero-copy {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  order: initial;
  width: auto;
  padding: clamp(36px, 4.5vw, 64px);
  color: var(--ink);
  background: transparent;
}

.home-derived-supporting-shell .supporting-hero-copy .eyebrow {
  color: var(--support-accent);
}

.home-derived-supporting-shell .supporting-hero-copy h1 {
  max-width: 690px;
  margin: 6px 0 16px;
  font-family: var(--phase-serif);
  font-size: clamp(36px, 3.15vw, 42px);
  line-height: 1.24;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.home-derived-supporting-shell .supporting-hero-copy .lead {
  max-width: 650px;
  margin-top: 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.82;
}

.supporting-next-link {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: 850;
  text-decoration-color: var(--support-accent);
  text-decoration-thickness: 3px;
}

.home-derived-supporting-shell .supporting-hero-visual,
[data-theme="decision-manifesto"] .supporting-hero-visual,
[data-theme="safety-evidence-path"] .supporting-hero-visual,
[data-theme="evidence-timeline"] .supporting-hero-visual,
[data-theme="editorial-commerce-separation"] .supporting-hero-visual,
[data-theme="local-first-privacy"] .supporting-hero-visual {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  order: initial;
  min-height: 0;
  padding: clamp(24px, 3vw, 42px);
  border: 0;
  border-left: 1px solid var(--ink);
  background:
    linear-gradient(150deg, var(--surface) 0 72%, color-mix(in srgb, var(--support-accent) 22%, var(--surface)) 72%);
}

.home-derived-supporting-shell .supporting-hero-visual::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 66px;
  height: 16px;
  content: "";
  background: var(--support-accent);
  transform: rotate(-3deg);
}

.home-derived-supporting-shell .supporting-hero-visual .phase0a3-visual {
  width: 100%;
  max-height: 300px;
}

.home-derived-supporting-shell .supporting-content {
  width: min(calc(100% - 56px), 1120px);
  padding: 76px 0 100px;
}

.home-derived-supporting-shell .supporting-content > section {
  margin: 0;
  padding: 72px 0;
  border: 0;
  border-top: 1px solid var(--ink);
}

.home-derived-supporting-shell .supporting-content > section:first-child {
  border-top-width: 2px;
}

.home-derived-supporting-shell .journey-eight,
.home-derived-supporting-shell .safety-sequence {
  border-width: 1px;
}

.home-derived-supporting-shell .journey-eight li,
.home-derived-supporting-shell .safety-sequence li {
  border-width: 1px;
}

.home-derived-supporting-shell .claim-gate,
.home-derived-supporting-shell .component-applicability,
.home-derived-supporting-shell .method-separation,
.home-derived-supporting-shell .privacy-now,
.home-derived-supporting-shell .privacy-future {
  gap: 48px;
  align-items: center;
}

.home-derived-supporting-shell .update-ledger::before {
  width: 2px;
  background: var(--ink);
}

.home-derived-supporting-shell .update-ledger article::before {
  width: 16px;
  height: 16px;
  border-width: 3px;
}

.home-derived-supporting-shell .update-ledger article div,
.home-derived-supporting-shell .promise-receipt,
.home-derived-supporting-shell .privacy-zero {
  border-width: 1px;
}

.home-derived-supporting-shell .unresolved-disclosure {
  background: var(--yellow-soft);
}

/* Review page inherits the same quiet shell. */
.phase0a3-full-review-page .full-review-hero {
  padding: clamp(38px, 6vw, 72px);
}

.phase0a3-full-review-page .full-review-hero h1 {
  max-width: 800px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.24;
}

.phase0a3-full-review-page .phase0a31-review {
  width: min(calc(100% - 56px), 1280px);
  margin: 0 auto;
  color: var(--ink);
}

.phase0a31-review-baseline,
.phase0a31-review-sheets,
.phase0a31-global-review,
.phase0a31-route-notes {
  padding: 64px 0;
  border-bottom: 2px solid var(--ink);
}

.phase0a31-review-baseline {
  display: grid;
  grid-template-columns: minmax(260px, .55fr) minmax(0, 1.45fr);
  gap: 36px;
  align-items: center;
}

.phase0a31-review-baseline figure,
.full-review-sheet {
  margin: 0;
  border: 1px solid var(--ink);
  background: var(--paper-light);
}

.phase0a31-review-baseline img,
.full-review-sheet img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.phase0a31-review-baseline img { max-height: 520px; }

.phase0a31-review-baseline figcaption,
.full-review-sheet figcaption {
  padding: 14px 16px;
  border-top: 1px solid var(--ink);
  font-size: 14px;
}

.phase0a31-review-sheets > header,
.phase0a31-global-review > header,
.phase0a31-route-notes > header {
  max-width: 760px;
  margin-bottom: 32px;
}

.phase0a31-review-sheets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.phase0a31-review-sheets > header { grid-column: 1 / -1; }
.full-review-sheet img { height: 420px; }
.full-review-sheet figcaption { display: grid; gap: 4px; }
.full-review-sheet figcaption span { color: var(--ink-soft); }

.phase0a31-global-review > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.phase0a31-global-review fieldset {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--paper-light);
}

.phase0a31-global-review legend {
  padding-inline: 5px;
  font-size: 16px;
  font-weight: 850;
}

.phase0a31-global-review label {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-right: 18px;
  font-size: 15px;
}

.phase0a31-route-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.phase0a31-route-notes > header { grid-column: 1 / -1; }

.full-review-route-note {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-top: 1px solid var(--ink);
}

.full-review-route-note > span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.full-review-route-note textarea,
.phase0a31-review .full-review-overall textarea {
  width: 100%;
  padding: 12px;
  color: var(--ink);
  border: 1px solid var(--ink);
  background: white;
  font: inherit;
}

@media (max-width: 1050px) {
  .home-derived-product-shell .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-derived-product-shell .decision-hero,
  .theme-generation-duel .decision-hero,
  .theme-desk-fit-editorial .decision-hero,
  .theme-power-bandwidth-blueprint .decision-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
  }

  .home-derived-supporting-shell .supporting-hero,
  [data-theme="decision-manifesto"] .supporting-hero,
  [data-theme="safety-evidence-path"] .supporting-hero,
  [data-theme="evidence-timeline"] .supporting-hero,
  [data-theme="editorial-commerce-separation"] .supporting-hero,
  [data-theme="local-first-privacy"] .supporting-hero {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  }
}

@media (max-width: 820px) {
  body.phase0a31-home-derived {
    font-size: 16px;
  }

  body.phase0a31-home-derived .page-shell,
  .home-derived-supporting-shell .supporting-content {
    width: min(calc(100% - 36px), var(--max-outer));
  }

  .home-derived-product-shell .decision-hero,
  .theme-generation-duel .decision-hero,
  .theme-desk-fit-editorial .decision-hero,
  .theme-power-bandwidth-blueprint .decision-hero {
    max-height: none;
    grid-template-columns: minmax(0, 1fr);
  }

  .home-derived-product-shell .decision-hero h1 {
    font-size: 38px;
  }

  .home-derived-product-shell .hero-copy,
  .theme-desk-fit-editorial .hero-copy,
  .theme-power-bandwidth-blueprint .hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .home-derived-product-shell .hero-visual,
  .theme-generation-duel .hero-visual,
  .theme-desk-fit-editorial .hero-visual,
  .theme-power-bandwidth-blueprint .hero-visual {
    grid-column: 1;
    grid-row: 2;
    min-height: 260px;
    border-top: 1px solid var(--ink);
    border-left: 0;
  }

  .home-derived-product-shell .product-spotlight,
  .home-derived-product-shell .product-spotlight:nth-of-type(even) {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-derived-supporting-shell .supporting-hero,
  [data-theme="decision-manifesto"] .supporting-hero,
  [data-theme="safety-evidence-path"] .supporting-hero,
  [data-theme="evidence-timeline"] .supporting-hero,
  [data-theme="editorial-commerce-separation"] .supporting-hero,
  [data-theme="local-first-privacy"] .supporting-hero {
    max-height: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .home-derived-supporting-shell .supporting-hero-copy,
  [data-theme="decision-manifesto"] .supporting-hero-copy,
  [data-theme="safety-evidence-path"] .supporting-hero-copy,
  [data-theme="evidence-timeline"] .supporting-hero-copy,
  [data-theme="editorial-commerce-separation"] .supporting-hero-copy,
  [data-theme="local-first-privacy"] .supporting-hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .home-derived-supporting-shell .supporting-hero-visual,
  [data-theme="decision-manifesto"] .supporting-hero-visual,
  [data-theme="safety-evidence-path"] .supporting-hero-visual,
  [data-theme="evidence-timeline"] .supporting-hero-visual,
  [data-theme="editorial-commerce-separation"] .supporting-hero-visual,
  [data-theme="local-first-privacy"] .supporting-hero-visual {
    grid-column: 1;
    grid-row: 2;
    min-height: 245px;
    border-top: 1px solid var(--ink);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  body.phase0a31-home-derived {
    padding-bottom: 64px;
    font-size: 16px;
    line-height: 1.8;
  }

  body.phase0a31-home-derived h2 {
    font-size: clamp(23px, 6.6vw, 27px);
  }

  body.phase0a31-home-derived h3 {
    font-size: clamp(19px, 5vw, 21px);
  }

  body.phase0a31-home-derived .page-shell,
  .home-derived-supporting-shell .supporting-content {
    width: min(calc(100% - 28px), var(--max-outer));
  }

  .home-derived-product-shell .decision-hero {
    margin: 10px 0 46px;
  }

  .home-derived-product-shell .hero-copy,
  .theme-desk-fit-editorial .hero-copy,
  .theme-power-bandwidth-blueprint .hero-copy {
    display: contents;
  }

  .home-derived-product-shell .hero-copy > .eyebrow,
  .home-derived-product-shell .hero-copy > .hero-question,
  .home-derived-product-shell .hero-copy > h1,
  .home-derived-product-shell .hero-copy > .hero-answer,
  .home-derived-product-shell .hero-copy > .hero-checklist,
  .home-derived-product-shell .hero-copy > .hero-actions,
  .home-derived-product-shell .hero-copy > .identity-strip,
  .home-derived-product-shell .hero-copy > .freshness-marker {
    margin-right: 20px;
    margin-left: 20px;
  }

  .home-derived-product-shell .hero-copy > .eyebrow {
    order: 1;
    margin-top: 26px;
  }

  .home-derived-product-shell .hero-copy > .hero-question { order: 2; }
  .home-derived-product-shell .hero-copy > h1 { order: 3; }
  .home-derived-product-shell .hero-copy > .hero-answer { order: 4; }
  .home-derived-product-shell .hero-copy > .hero-checklist { order: 5; }
  .home-derived-product-shell .hero-copy > .hero-actions {
    order: 6;
    margin-bottom: 24px;
  }

  .home-derived-product-shell .hero-visual {
    order: 7;
    grid-row: auto;
  }

  .home-derived-product-shell .hero-copy > .identity-strip {
    order: 8;
    margin-top: 22px;
  }

  .home-derived-product-shell .hero-copy > .freshness-marker {
    order: 9;
    margin-bottom: 24px;
  }

  .home-derived-product-shell .decision-hero h1 {
    font-size: clamp(30px, 8.4vw, 34px);
    line-height: 1.25;
  }

  .home-derived-product-shell .hero-answer {
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.7;
  }

  .home-derived-product-shell .hero-actions {
    margin-top: 15px;
  }

  .home-derived-product-shell .hero-actions .text-link {
    display: none;
  }

  .home-derived-product-shell .identity-strip {
    margin-top: 15px;
    font-size: 14px;
  }

  .home-derived-product-shell .freshness-marker {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 12px;
    font-size: 14px;
  }

  .home-derived-product-shell .hero-visual {
    min-height: 220px;
    padding: 14px 12px 18px;
  }

  .home-derived-product-shell .hero-visual .phase0a3-visual {
    max-height: 205px;
  }

  .home-derived-product-shell .visual-caption {
    display: none;
  }

  .hero-checklist {
    margin-top: 12px;
  }

  .hero-checklist li {
    padding-block: 6px;
    font-size: 14px;
  }

  .home-derived-product-shell .section {
    padding: 56px 0;
  }

  .home-derived-product-shell .quick-verdict {
    grid-template-columns: minmax(0, 1fr);
    padding: 28px 22px;
  }

  .home-derived-product-shell .verdict-index {
    font-size: 36px;
  }

  .home-derived-product-shell .product-spotlight {
    gap: 22px;
  }

  .home-derived-product-shell .product-spotlight .phase0a3-visual {
    min-height: 220px;
  }

  .home-derived-product-shell .regret-scan {
    padding: 42px 20px;
  }

  .home-derived-product-shell .weakness-first {
    padding-inline: 18px;
  }

  .home-derived-supporting-shell .supporting-hero {
    width: min(calc(100% - 28px), var(--max-outer));
    margin-top: 14px;
  }

  .home-derived-supporting-shell .supporting-hero-copy,
  [data-theme="decision-manifesto"] .supporting-hero-copy,
  [data-theme="safety-evidence-path"] .supporting-hero-copy,
  [data-theme="evidence-timeline"] .supporting-hero-copy,
  [data-theme="editorial-commerce-separation"] .supporting-hero-copy,
  [data-theme="local-first-privacy"] .supporting-hero-copy {
    padding: 28px 20px 25px;
  }

  .home-derived-supporting-shell .supporting-hero-copy h1 {
    font-size: clamp(29px, 8.2vw, 32px);
    line-height: 1.28;
  }

  .home-derived-supporting-shell .supporting-hero-copy .lead {
    font-size: 17px;
    line-height: 1.75;
  }

  .home-derived-supporting-shell .supporting-hero-visual {
    min-height: 205px;
    padding: 16px;
  }

  .home-derived-supporting-shell .supporting-hero-visual .phase0a3-visual {
    max-height: 210px;
  }

  .home-derived-supporting-shell .supporting-content {
    padding: 54px 0 82px;
  }

  .home-derived-supporting-shell .supporting-content > section {
    padding: 54px 0;
  }

  .home-derived-supporting-shell .claim-gate,
  .home-derived-supporting-shell .component-applicability,
  .home-derived-supporting-shell .method-separation,
  .home-derived-supporting-shell .privacy-now,
  .home-derived-supporting-shell .privacy-future {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }
}

@media (max-width: 820px) {
  .phase0a3-full-review-page .phase0a31-review {
    width: min(calc(100% - 28px), 1280px);
  }

  .phase0a31-review-baseline,
  .phase0a31-review-sheets,
  .phase0a31-global-review > div,
  .phase0a31-route-notes {
    grid-template-columns: minmax(0, 1fr);
  }

  .phase0a31-review-sheets > header,
  .phase0a31-route-notes > header { grid-column: 1; }
  .full-review-sheet img { height: 320px; }
}

@media (max-width: 620px) {
  .phase0a3-full-review-page .full-review-hero {
    padding: 34px 20px;
  }

  .phase0a3-full-review-page .full-review-hero h1 {
    font-size: 32px;
  }

  .phase0a31-review-baseline,
  .phase0a31-review-sheets,
  .phase0a31-global-review,
  .phase0a31-route-notes {
    padding: 48px 0;
  }

  .full-review-sheet img { height: 260px; }
  .full-review-route-note > span { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
