:root {
  --ink: #191816;
  --paper: #ece7dc;
  --paper-light: #f8f5ee;
  --red: #a93f2d;
  --red-dark: #7f2f22;
  --muted: #625e57;
  --line: #aaa398;
  --soft-line: #d4cec2;
  --dark: #1d211f;
  --dark-line: #5a605c;
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: var(--red-dark); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
img, svg { display: block; max-width: 100%; }
.wrap { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.skip { position: absolute; z-index: 200; top: -100px; left: 16px; padding: 10px 14px; background: var(--ink); color: var(--white); }
.skip:focus { top: 14px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.meta,
.scope-line,
.eyebrow,
.plan-status,
.report-status { font-family: "Courier New", Courier, monospace; font-size: .68rem; font-weight: 700; letter-spacing: .09em; line-height: 1.35; text-transform: uppercase; }

.site-header { position: relative; z-index: 80; border-bottom: 1px solid var(--line); background: var(--paper); }
.nav { display: grid; grid-template-columns: 205px minmax(0, 1fr) auto; align-items: center; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; width: 172px; color: var(--ink); text-decoration: none; }
.brand-logo { display: block; width: 100%; }
.brand-logo svg { width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 26px; }
.nav-links a { min-height: 44px; display: inline-flex; align-items: center; font-size: .75rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover,
.nav-links a[aria-current="page"] { color: var(--ink); text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 2px; }
.language { justify-content: center; min-width: 44px; border: 1px solid var(--line); }
.mobile-toggle { display: none; width: 48px; height: 48px; margin-left: auto; padding: 10px; border: 0; background: transparent; color: var(--ink); }
.mobile-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 18px; border: 1px solid var(--ink); border-radius: 0; background: var(--ink); color: var(--white); font: 700 .82rem/1.2 Arial, "Helvetica Neue", sans-serif; text-align: center; text-decoration: none; transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease; }
.button:hover { border-color: var(--red); background: var(--red); color: var(--white); }
.button.small { min-height: 42px; padding-inline: 14px; font-size: .73rem; }
.button.secondary,
.consent-choice { background: transparent; color: var(--ink); }
.button.secondary:hover,
.consent-choice:hover { color: var(--white); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; font-size: .82rem; font-weight: 700; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.028em; }
h3 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 1.32rem; font-weight: 500; line-height: 1.18; }
p { margin: 0 0 18px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; color: var(--red); }
.eyebrow::before { flex: 0 0 40px; width: 40px; height: 2px; background: currentColor; content: ""; }
.eyebrow.muted { color: var(--muted); }

.hero { border-bottom: 1px solid var(--line); }
.hero-main { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr); min-height: 654px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 64px 64px 60px 0; border-right: 1px solid var(--line); }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(2.1rem, 3.05vw, 3rem); line-height: 1.12; }
.lede { max-width: 66ch; margin: 24px 0 0; color: #4d4943; font-size: 1.08rem; line-height: 1.56; }
.lede strong { color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 26px; }
.scope-line { max-width: 68ch; margin: 18px 0 0; color: var(--muted); text-transform: none; }
.hero-evidence { display: grid; grid-template-rows: minmax(330px, 1fr) auto; min-width: 0; background: var(--paper-light); }
.analyst-photo { position: relative; min-height: 360px; overflow: hidden; }
.analyst-photo picture,
.analyst-photo img { width: 100%; height: 100%; }
.analyst-photo img { object-fit: cover; object-position: 66% center; filter: saturate(.8) contrast(1.04); }
.analyst-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 54%, rgba(16, 13, 12, .46)); content: ""; }
.photo-label { position: absolute; z-index: 1; top: 22px; right: 22px; padding: 7px 9px; border: 1px solid rgba(255, 255, 255, .75); background: rgba(25, 24, 22, .62); color: var(--white); }
.hero-brief { position: relative; padding: 23px 28px 27px; border-top: 1px solid var(--line); background: var(--paper-light); }
.hero-brief::before { position: absolute; top: -1px; right: 28px; left: 28px; height: 3px; background: var(--red); content: ""; }
.brief-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.stamp { display: inline-flex; flex: 0 0 auto; padding: 5px 7px; border: 1px solid var(--red); color: var(--red); font-family: "Courier New", Courier, monospace; font-size: .64rem; font-weight: 700; letter-spacing: .06em; line-height: 1.3; text-transform: uppercase; transform: rotate(-1.5deg); }
.hero-brief h2 { max-width: 460px; margin: 15px 0 18px; font-size: 1.55rem; line-height: 1.12; }
.hero-brief-question { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding-top: 15px; border-top: 1px solid var(--soft-line); }
.hero-brief-question span { color: var(--red); }
.hero-brief-question strong { font-family: Georgia, "Times New Roman", serif; font-size: .92rem; font-weight: 500; line-height: 1.4; }

.page-hero { border-bottom: 1px solid var(--line); background: var(--paper); }
.page-hero-inner { max-width: 1040px; padding-top: 66px; padding-bottom: 72px; }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.1rem, 3.5vw, 3.05rem); line-height: 1.12; }
.page-hero .lede { max-width: 72ch; }
.breadcrumbs { margin-bottom: 34px; color: var(--muted); font-size: .75rem; }
.breadcrumbs a { color: var(--ink); }

.section { padding: 92px 0; border-bottom: 1px solid var(--line); }
.section.ruled,
.faq-section { background: var(--paper-light); }
.section-head { max-width: 860px; margin-bottom: 42px; }
.section-head h2,
.fit-grid h2,
.final-cta h2,
.assessment-grid h2 { margin: 0; font-size: clamp(1.75rem, 2.6vw, 2.4rem); line-height: 1.14; }
.section-head p { max-width: 68ch; margin: 24px 0 0; color: var(--muted); }
.split-head { display: grid; grid-template-columns: minmax(180px, .6fr) minmax(0, 1.4fr); max-width: none; gap: 56px; }
.numbered-grid,
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.numbered-card { display: grid; grid-template-columns: 46px 1fr; gap: 16px; min-width: 0; padding: 28px 28px 26px 0; }
.numbered-card + .numbered-card { padding-left: 28px; border-left: 1px solid var(--line); }
.numbered-card > span,
.audience-number { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; line-height: 1; }
.numbered-card p,
.audience-row p { margin: 0; color: var(--muted); font-size: .88rem; }
.audience-list { border-top: 1px solid var(--line); }
.audience-row { display: grid; grid-template-columns: 120px 1fr auto; align-items: center; gap: 30px; min-height: 136px; padding: 28px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.audience-row h3 { font-size: 1.55rem; }
.audience-go { min-height: 44px; display: flex; align-items: center; font-size: .8rem; font-weight: 700; }

.evidence-section { background: var(--dark); color: #f2eee5; }
.evidence-section .eyebrow { color: #e07b66; }
.evidence-section .section-head p { color: #cbc7bf; }
.report-sheet { display: grid; grid-template-columns: 180px minmax(0, 1fr); background: var(--paper-light); color: var(--ink); }
.report-index { display: flex; flex-direction: column; min-height: 570px; gap: 24px; padding: 29px 24px; border-right: 1px solid var(--line); }
.report-index > span:nth-child(2) { color: var(--muted); font-size: .78rem; }
.report-status { margin-top: auto; color: var(--red); }
.report-main { min-width: 0; padding: 34px 40px 38px; }
.report-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; padding-bottom: 25px; border-bottom: 2px solid var(--ink); }
.report-header h3 { max-width: 720px; margin: 12px 0 0; font-size: clamp(1.7rem, 3vw, 2.55rem); line-height: 1.08; }
.evidence-pair { display: grid; grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr); margin-top: 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.evidence-pair > div { min-width: 0; padding: 20px 18px 20px 0; }
.evidence-pair > div:last-child { padding-left: 18px; border-left: 1px solid var(--line); }
.evidence-pair .meta,
.analysis-grid .meta,
.decision-question .meta { display: block; margin-bottom: 7px; color: var(--red); }
.evidence-pair strong { display: block; font-size: .94rem; line-height: 1.4; }
.evidence-arrow { display: grid; place-items: center; border-left: 1px solid var(--line); }
.analysis-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 25px 0 0; border-top: 1px solid var(--line); }
.analysis-grid > div { padding: 20px 24px 0 0; }
.analysis-grid > div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.analysis-grid dd { margin: 0; font-size: .87rem; }
.decision-question { margin-top: 28px; padding: 21px 23px; border-left: 4px solid var(--red); background: #e5dfd3; }
.decision-question strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 500; line-height: 1.3; }
.limit { margin: 13px 0 0; color: var(--muted); font-size: .72rem; }
.process-section { background: var(--paper-light); }
.process-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-plan { display: flex; min-width: 0; min-height: 550px; flex-direction: column; padding: 28px; }
.service-plan + .service-plan { border-left: 1px solid var(--line); }
.service-plan:first-child { box-shadow: inset 0 4px 0 var(--red); background: var(--paper-light); }
.plan-status { min-height: 38px; color: var(--red); }
.service-plan h3 { min-height: 2.3em; font-size: 1.55rem; }
.plan-fit { min-height: 4.5em; color: var(--muted); font-size: .84rem; }
.price { margin: 18px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: 2.55rem; line-height: 1; }
.price small { display: block; margin-top: 7px; color: var(--muted); font-family: Arial, "Helvetica Neue", sans-serif; font-size: .72rem; }
.checks { margin: 0 0 24px; padding: 0; list-style: none; }
.checks li { position: relative; margin-bottom: 10px; padding-left: 20px; font-size: .84rem; }
.checks li::before { position: absolute; left: 0; color: var(--red); content: "—"; }
.plan-condition { margin-top: auto; color: var(--muted); font-size: .76rem; }
.service-plan .button { align-self: flex-start; }

.fit-grid,
.assessment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.fit-grid > div + div { padding-left: 64px; border-left: 1px solid var(--line); }
.fit-grid p,
.assessment-grid p { margin-top: 20px; color: var(--muted); }
.fit-grid h2 + p,
.assessment-grid h2 + p,
.fit-grid h2 + .checks,
.assessment-grid h2 + .checks,
.assessment-form h2 + .form { margin-top: 28px; }
.assessment-form h2 + .form { padding-top: 0; }
.workspace-definition,
.source-note { margin-bottom: 32px; padding: 20px 22px; border-left: 4px solid var(--red); background: var(--paper-light); }
.workspace-definition .meta { color: var(--red); }
.workspace-definition p { margin: 7px 0 0; }
.pilot-assessment { background: var(--paper-light); }
.assessment-form { padding-left: 64px; border-left: 1px solid var(--line); }
.form { max-width: 560px; padding-top: 5px; }
.field label { display: block; margin-bottom: 6px; font-size: .78rem; font-weight: 700; }
.field input,
.field select,
.field textarea { width: 100%; min-height: 48px; margin-bottom: 15px; padding: 11px 12px; border: 1px solid #716c64; border-radius: 0; background: var(--white); color: var(--ink); font: inherit; }
.field textarea { min-height: 110px; resize: vertical; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.button:disabled { cursor: wait; opacity: .62; }
.form-message:not(:empty) { margin-top: 14px; padding: 10px 12px; border-left: 3px solid currentColor; background: var(--white); }
.microcopy { margin-top: 14px; color: var(--muted); font-size: .72rem; }

.faq { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 62px; display: flex; align-items: center; cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 1.13rem; font-weight: 500; }
details p { max-width: 760px; margin: -3px 0 22px; color: var(--muted); }
.final-section { border-bottom: 0; }
.final-cta { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 48px; padding-top: 34px; border-top: 3px solid var(--red); }
.final-cta h2 { max-width: 820px; }
.final-cta p { max-width: 700px; margin: 24px 0 0; color: var(--muted); }
.sample-stack { display: grid; gap: 78px; }
.sample-stack > div + div { padding-top: 78px; border-top: 1px solid var(--dark-line); }
.report-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 14px; color: var(--white); font-size: .8rem; font-weight: 700; }
.report-link:hover { color: #e89a89; }
.outcome-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcome-list span { min-height: 90px; display: grid; place-items: center; color: var(--red); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; }
.outcome-list span + span { border-left: 1px solid var(--line); }

.table-wrap { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 18px 16px; border-bottom: 1px solid var(--soft-line); text-align: left; vertical-align: top; }
thead th { color: var(--red); font-family: "Courier New", Courier, monospace; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
tbody th { width: 24%; font-size: .82rem; }
tbody td { font-size: .82rem; }

.legal { max-width: 820px; }
.legal h2 { margin: 46px 0 20px; font-size: 1.85rem; line-height: 1.12; }
.legal .lede { margin-bottom: 28px; }
.article-steps { margin: 26px 0 34px; padding-left: 24px; }
.article-steps li { margin-bottom: 18px; padding-left: 8px; }
.notice { padding: 19px 21px; border-left: 4px solid var(--red); background: var(--paper-light); }

.site-footer { padding: 54px 0 28px; background: var(--dark); color: #ded9cf; }
.site-footer .brand { margin-bottom: 20px; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 34px; }
.footer-grid p { max-width: 40ch; color: #bdb8b0; font-size: .82rem; }
.site-footer h3 { color: #e07b66; font-family: "Courier New", Courier, monospace; font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; }
.site-footer a { min-height: 34px; display: block; color: #ded9cf; font-size: .8rem; text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--dark-line); color: #aaa69f; font-family: "Courier New", Courier, monospace; font-size: .65rem; text-transform: uppercase; }
.wrap.narrow { max-width: 860px; }
.knowledge-index { list-style: none; padding: 0; }
.knowledge-index li { border-top: 1px solid var(--line); padding: 24px 0; }
.knowledge-index a { display: inline-block; min-height: 44px; padding: 8px 0; }
.knowledge-index p { margin: 8px 0 0; }
#agent-access { margin-block: 48px; }
#agent-access code { overflow-wrap: anywhere; font-size: .9em; }
.footer-bottom > a:not(.footer-credit) { display: inline-flex; align-items: center; min-height: 44px; }
.footer-credit { display: inline !important; }
.cookie-settings { min-height: 32px; padding: 0; border: 0; background: none; color: #ded9cf; font: inherit; cursor: pointer; }

.consent-banner { position: fixed; z-index: 150; right: 16px; bottom: 16px; display: flex; width: min(650px, calc(100% - 32px)); align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px; border: 1px solid #d8d2c8; background: var(--dark); color: var(--white); box-shadow: 0 14px 32px rgba(25, 24, 22, .2); }
.consent-banner[hidden] { display: none; }
.consent-banner h2 { margin: 0 0 2px; font: 500 1rem/1.2 Georgia, "Times New Roman", serif; }
.consent-banner p { margin: 0; color: #c9c5bd; font-size: .75rem; }
.consent-banner a { color: var(--white); }
.consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.consent-actions .button { min-height: 44px; padding-inline: 13px; border-color: var(--white); font-size: .73rem; }
.consent-actions .consent-choice { color: var(--white); }

@media (max-width: 1100px) {
  .nav { grid-template-columns: 180px 1fr auto; }
  .nav-links { gap: 14px; }
  .nav > .button.small { display: none; }
  .hero-main { grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr); }
  .hero-copy { padding-right: 42px; }
  .process-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid.four .numbered-card:nth-child(3) { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .process-grid.four .numbered-card:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 860px) {
  .wrap { width: min(100% - 40px, 1280px); }
  .nav { position: relative; grid-template-columns: 1fr auto; min-height: 68px; }
  .brand { width: 154px; }
  .mobile-toggle { display: block; }
  .nav-links { position: absolute; z-index: 90; top: 68px; right: -20px; left: -20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 28px rgba(25, 24, 22, .13); }
  .nav-links.open { display: flex; }
  .nav-links a { width: 100%; min-height: 48px; border-bottom: 1px solid var(--soft-line); }
  .language { justify-content: flex-start; border: 0; }
  .hero-main { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 52px 0 48px; border-right: 0; }
  .hero-evidence { border-top: 1px solid var(--line); }
  .split-head,
  .fit-grid,
  .assessment-grid { grid-template-columns: 1fr; gap: 26px; }
  .fit-grid > div + div,
  .assessment-form { padding-top: 38px; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .offer-grid { grid-template-columns: 1fr; }
  .service-plan { min-height: 0; }
  .service-plan + .service-plan { border-top: 1px solid var(--line); border-left: 0; }
  .service-plan h3,
  .plan-fit { min-height: 0; }
  .report-sheet { grid-template-columns: 1fr; }
  .report-index { min-height: 0; flex-direction: row; justify-content: space-between; border-right: 0; border-bottom: 1px solid var(--line); }
  .report-status { margin-top: 0; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .wrap { width: min(100% - 28px, 1280px); }
  h3 { margin-bottom: 12px; }
  .hero-copy { padding: 29px 0 27px; }
  .eyebrow { gap: 9px; margin-bottom: 15px; font-size: .59rem; letter-spacing: .065em; }
  .eyebrow::before { flex-basis: 24px; width: 24px; }
  .hero h1 { max-width: 100%; font-size: 1.62rem; letter-spacing: -.02em; line-height: 1.14; }
  .lede { margin-top: 15px; font-size: .91rem; line-height: 1.43; }
  .hero-actions { display: grid; gap: 5px; margin-top: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .scope-line { margin-top: 10px; font-size: .58rem; line-height: 1.45; }
  .hero-evidence { grid-template-rows: 118px auto; }
  .analyst-photo { min-height: 118px; }
  .photo-label { top: 10px; right: 10px; padding: 5px 7px; font-size: .54rem; }
  .hero-brief { padding: 17px 16px 19px; }
  .hero-brief::before { right: 16px; left: 16px; }
  .brief-top { align-items: center; }
  .brief-top .meta { font-size: .54rem; }
  .stamp { font-size: .52rem; }
  .hero-brief h2 { margin: 11px 0 12px; font-size: 1.18rem; }
  .hero-brief-question { grid-template-columns: 1fr; gap: 5px; padding-top: 11px; }
  .hero-brief-question strong { font-size: .84rem; }
  .page-hero-inner { padding-top: 35px; padding-bottom: 42px; }
  .breadcrumbs { margin-bottom: 22px; }
  .page-hero h1 { font-size: 1.75rem; line-height: 1.14; }
  .section { padding: 62px 0; }
  .section-head { margin-bottom: 30px; }
  .section-head p { margin-top: 18px; }
  .section-head h2,
  .fit-grid h2,
  .final-cta h2,
  .assessment-grid h2 { font-size: 1.5rem; line-height: 1.16; }
  .fit-grid h2 + p,
  .assessment-grid h2 + p,
  .fit-grid h2 + .checks,
  .assessment-grid h2 + .checks,
  .assessment-form h2 + .form { margin-top: 22px; }
  .numbered-grid,
  .process-grid,
  .process-grid.four { grid-template-columns: 1fr; }
  .numbered-card,
  .numbered-card + .numbered-card,
  .process-grid.four .numbered-card:nth-child(3),
  .process-grid.four .numbered-card:nth-child(4) { padding: 22px 0; border-top: 1px solid var(--line); border-left: 0; }
  .numbered-grid .numbered-card:first-child,
  .process-grid .numbered-card:first-child { border-top: 0; }
  .audience-row { grid-template-columns: 42px 1fr; gap: 15px; padding: 24px 0; }
  .audience-go { grid-column: 2; }
  .report-index { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 18px; }
  .report-index > span:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
  .report-main { padding: 23px 17px 26px; }
  .report-header { display: block; }
  .report-header .stamp { margin-top: 16px; }
  .report-header h3 { font-size: 1.5rem; }
  .evidence-pair,
  .analysis-grid { grid-template-columns: 1fr; }
  .evidence-pair > div,
  .evidence-pair > div:last-child,
  .analysis-grid > div,
  .analysis-grid > div + div { padding: 17px 0; border-top: 1px solid var(--line); border-left: 0; }
  .evidence-pair > div:first-child,
  .analysis-grid > div:first-child { border-top: 0; }
  .evidence-arrow { min-height: 36px; border-top: 1px solid var(--line); border-left: 0; }
  .decision-question { padding: 18px; }
  .service-plan { padding: 26px 18px; }
  .table-wrap { border: 0; }
  table, thead, tbody, tr, th, td { display: block; width: 100%; }
  thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  tbody tr { margin-bottom: 22px; border-top: 2px solid var(--ink); }
  tbody th { padding: 13px 0 9px; border-bottom: 1px solid var(--line); }
  tbody td { display: grid; grid-template-columns: 92px 1fr; gap: 12px; padding: 11px 0; }
  tbody td::before { color: var(--red); content: attr(data-label); font-family: "Courier New", Courier, monospace; font-size: .65rem; font-weight: 700; text-transform: uppercase; }
  .final-cta { grid-template-columns: 1fr; align-items: start; gap: 25px; }
  .final-cta p { margin-top: 18px; }
  .final-cta .button { width: 100%; }
  .outcome-list { grid-template-columns: 1fr 1fr; }
  .outcome-list span:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .outcome-list span:nth-child(4) { border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child,
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; justify-content: start; gap: 8px; }
  .consent-banner { right: 8px; bottom: 8px; width: calc(100% - 16px); gap: 10px; padding: 11px 12px; }
  .consent-banner h2 { font-size: .9rem; }
  .consent-banner p { max-width: 18ch; font-size: .66rem; line-height: 1.3; }
  .consent-actions { gap: 5px; }
  .consent-actions .button { min-width: 70px; min-height: 44px; padding: 8px 9px; font-size: .68rem; }
}

@media (max-width: 370px) {
  .hero h1 { font-size: 1.56rem; }
  .brief-top { display: block; }
  .brief-top .stamp { margin-top: 9px; }
  .consent-banner p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
