:root {
  --ink: #102a43;
  --ink-soft: #334e68;
  --paper: #fffdfa;
  --surface: #ffffff;
  --tint: #f1f7f6;
  --navy: #0b1f3a;
  --navy-2: #102a43;
  --blue: #1769ff;
  --blue-soft: #e8f0ff;
  --teal: #066f67;
  --teal-soft: #def7f2;
  --amber: #894300;
  --amber-soft: #fff2d6;
  --red: #bb2d3b;
  --red-soft: #ffe9eb;
  --line: #d9e2ec;
  --shadow: 0 18px 55px rgba(16, 42, 67, .10);
  --radius: 22px;
  --shell: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; transform: translateY(-150%); background: #fff; color: var(--ink); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.hero { min-height: 680px; overflow: hidden; position: relative; color: #fff; background: linear-gradient(135deg, #071a31 0%, #102f54 60%, #0a5b62 130%); }
.hero__glow { position: absolute; border-radius: 999px; filter: blur(2px); opacity: .26; }
.hero__glow--one { width: 520px; height: 520px; right: -180px; top: -210px; background: radial-gradient(circle, #4ce1c7, transparent 68%); }
.hero__glow--two { width: 440px; height: 440px; left: 30%; bottom: -350px; background: radial-gradient(circle, #377dff, transparent 70%); }
.hero__inner { position: relative; z-index: 1; }
.topbar { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: flex; gap: 12px; align-items: center; color: white; text-decoration: none; font-size: 18px; font-weight: 760; letter-spacing: -.02em; }
.brand__mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 12px; background: rgba(255,255,255,.10); }
.brand small { display: block; color: #a9c5dc; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 650; }
.topbar__meta { display: flex; gap: 8px; }
.topbar__meta span { padding: 5px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #c9d9e8; font-size: 12px; }
.hero__grid { min-height: 590px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: center; padding: 70px 0 100px; }
.eyebrow { margin: 0 0 18px; color: var(--teal); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
.eyebrow span { width: 28px; height: 2px; display: inline-block; vertical-align: middle; margin-right: 8px; background: currentColor; }
.eyebrow--light { color: #71e2cf; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(48px, 6.2vw, 84px); line-height: 1.03; letter-spacing: -.055em; }
.hero__lead { max-width: 680px; margin: 28px 0 0; color: #c9d9e8; font-size: 19px; line-height: 1.65; }
.hero__actions { display: flex; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 12px; text-decoration: none; font-weight: 750; }
.button--primary { background: #fff; color: var(--navy); }
.button--ghost { border: 1px solid rgba(255,255,255,.28); color: #fff; }
.verdict-card { padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: rgba(255,255,255,.08); box-shadow: 0 30px 70px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.verdict-card__score { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; }
.verdict-card__score strong { font-size: 58px; line-height: 1; letter-spacing: -.06em; }
.verdict-card__score strong span { font-size: 22px; color: #86a7c2; }
.verdict-card__score p { margin: 0; color: #dce8f2; line-height: 1.35; }
.verdict-card__line { height: 1px; margin: 24px 0; background: rgba(255,255,255,.15); }
.clean-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; color: #d9e6f0; font-size: 14px; }
.status-dot { width: 8px; height: 8px; display: inline-block; margin-right: 8px; border-radius: 50%; }
.status-dot--ok { background: #58ddc4; box-shadow: 0 0 0 4px rgba(88,221,196,.10); }
.status-dot--warn { background: #ffc65c; box-shadow: 0 0 0 4px rgba(255,198,92,.10); }

.layout { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 70px; align-items: start; }
.toc { position: sticky; top: 30px; display: grid; gap: 2px; margin-top: 100px; padding-bottom: 30px; }
.toc p { margin: 0 0 12px; color: #486581; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.toc a { display: flex; gap: 10px; align-items: center; padding: 8px 10px; border-radius: 8px; color: #486581; text-decoration: none; font-size: 13px; transition: .2s ease; }
.toc a span { color: #486581; font-size: 10px; }
.toc a:hover, .toc a.is-active { color: var(--ink); background: #eaf2f1; }
main { min-width: 0; }
.section { padding: 100px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 20px; }
.section--tint, .section--dark, .section--final { position: relative; margin-inline: -30px; padding-inline: 30px; border-radius: 28px; }
.section--tint::before, .section--dark::before, .section--final::before { content: ""; position: absolute; z-index: -1; inset: 0; border-radius: inherit; }
.section--tint::before { background: var(--tint); }
.section--dark { color: #fff; border: 0; }
.section--dark::before { background: var(--navy); }
.section--final { color: #fff; border: 0; }
.section--final::before { background: linear-gradient(145deg, #0b1f3a, #123f56); }
.section-heading { max-width: 790px; margin-bottom: 48px; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 4.3vw, 56px); line-height: 1.12; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 700px; margin: 22px 0 0; color: var(--ink-soft); font-size: 18px; }
.section-heading--light > p:last-child { color: #b7cadc; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 38px 0; }
.metric { min-height: 145px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 10px 24px rgba(16,42,67,.04); }
.metric strong { font-size: 42px; line-height: 1; letter-spacing: -.05em; }
.metric span { margin-top: 9px; color: var(--ink-soft); font-size: 13px; line-height: 1.35; }
.metric--alert { color: var(--red); border-color: #f0bdc1; background: #fff8f8; }
.split-callout { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.callout { padding: 30px; border-radius: var(--radius); }
.callout--good { background: var(--teal-soft); }
.callout--risk { background: var(--amber-soft); }
.callout__label { margin: 0 0 10px; color: var(--teal); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.callout--risk .callout__label { color: var(--amber); }
.callout h3 { margin: 0; font-size: 23px; line-height: 1.25; }
.callout ul { margin: 20px 0 0; padding-left: 20px; color: #334e68; }
.callout li + li { margin-top: 8px; }
.notice { display: flex; gap: 18px; align-items: flex-start; margin-top: 20px; padding: 22px; border: 1px solid #bfd7e3; border-radius: 16px; background: #eef8fb; }
.notice__icon { flex: 0 0 auto; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-weight: 900; }
.notice p { margin: 4px 0 0; color: var(--ink-soft); }

.process { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 40px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.process div { position: relative; min-height: 150px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; }
.process div:not(:last-child) { border-right: 1px solid var(--line); }
.process b { position: absolute; top: 16px; left: 20px; color: #c8d6e3; font-size: 32px; line-height: 1; }
.process span { font-weight: 780; }
.process small { color: var(--ink-soft); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: #f5f8fa; color: #405c73; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
tr:last-child td { border-bottom: 0; }
.pill { display: inline-flex; padding: 4px 9px; border-radius: 999px; font-size: 11px; font-weight: 800; white-space: nowrap; }
.pill--ok { color: #08766d; background: var(--teal-soft); }
.pill--warn { color: #995007; background: var(--amber-soft); }
.pill--bad { color: var(--red); background: var(--red-soft); }
.footnote { color: #486581; font-size: 13px; }

.persona { display: grid; grid-template-columns: auto 1.1fr 1fr; gap: 28px; align-items: center; padding: 30px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.persona__avatar { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg, var(--blue), var(--teal)); font-size: 30px; font-weight: 850; }
.persona__main .eyebrow { margin-bottom: 3px; font-size: 10px; }
.persona__main h3 { margin: 0; font-size: 28px; }
.persona__main p:last-child { margin: 6px 0 0; color: var(--ink-soft); }
.persona__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; }
.persona__facts div { padding: 12px; border-radius: 12px; background: #f3f7fa; }
.persona__facts dt { color: #486581; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.persona__facts dd { margin: 2px 0 0; font-size: 13px; font-weight: 760; }
.user-prompt { position: relative; margin: 28px 0 80px; padding: 28px 30px 28px 130px; border: 0; border-radius: 18px; color: #fff; background: var(--navy-2); font-size: 17px; }
.user-prompt span { position: absolute; top: 30px; left: 24px; color: #71e2cf; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.journey { position: relative; }
.journey::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: #c4d9d5; }
.journey-step { position: relative; display: grid; grid-template-columns: 1fr 300px; gap: 90px; align-items: center; min-height: 550px; padding: 50px 0; }
.journey-step--reverse { grid-template-columns: 300px 1fr; }
.journey-step--reverse .journey-step__copy { grid-column: 2; }
.journey-step--reverse figure { grid-column: 1; grid-row: 1; }
.journey-step__copy { position: relative; }
.step-number { display: block; color: #668b84; font-size: 64px; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.journey-step__copy .eyebrow { margin: 16px 0 6px; }
.journey-step__copy h3 { margin: 0; font-size: 32px; line-height: 1.2; letter-spacing: -.03em; }
.journey-step__copy p:not(.eyebrow) { color: var(--ink-soft); font-size: 17px; }
.result-tag { display: inline-block; margin-top: 8px; padding: 6px 11px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.result-tag--ok { color: #08766d; background: var(--teal-soft); }
.result-tag--warn { color: #995007; background: var(--amber-soft); }
.phone-shot { position: relative; z-index: 1; width: 270px; margin: 0 auto; padding: 8px; border: 1px solid #b8cbd9; border-radius: 26px; background: #fff; box-shadow: 0 24px 60px rgba(16,42,67,.18); }
.phone-shot img { width: 100%; max-height: 560px; object-fit: cover; object-position: top; border-radius: 19px; }
.phone-shot--tall img { max-height: 620px; }
figure figcaption { padding: 9px 4px 3px; color: #486581; font-size: 11px; text-align: center; }
.image-button { width: 100%; display: block; padding: 0; border: 0; border-radius: inherit; background: transparent; cursor: zoom-in; }

.comparison-table td:first-child strong { display: block; }
.comparison-table td:first-child small { display: block; color: #486581; }
.check { color: var(--teal); font-weight: 900; }
.cross { color: var(--red); font-weight: 900; }
.scorecard { display: grid; grid-template-columns: 230px 1fr; gap: 40px; margin-top: 26px; padding: 32px; border-radius: var(--radius); color: #fff; background: var(--navy); }
.scorecard__intro { display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.scorecard__intro span { color: #87a7c2; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.scorecard__intro strong { font-size: 72px; line-height: 1; letter-spacing: -.07em; }
.scorecard__intro small { color: #87a7c2; }
.score-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 28px; }
.score-list div { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 7px; padding-bottom: 7px; }
.score-list span { font-size: 13px; }
.score-list b { color: #a9c3d8; font-size: 12px; }
.score-list i { grid-column: 1 / -1; height: 4px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.12); }
.score-list i::after { content: ""; display: block; width: var(--score); height: 100%; border-radius: inherit; background: linear-gradient(90deg, #31c6b1, #4f8cff); }

.severity-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-bottom: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.14); }
.severity-summary div { padding: 22px; background: var(--navy); }
.severity-summary strong { display: block; font-size: 36px; line-height: 1; }
.severity-summary span { color: #9fb7cb; font-size: 12px; }
.finding-index { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.finding-index article { min-height: 125px; padding: 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.04); }
.finding-index b { margin-left: 8px; color: #9fb7cb; font-size: 11px; letter-spacing: .06em; }
.finding-index p { margin: 12px 0 0; color: #e1eaf2; font-size: 14px; line-height: 1.4; }
.severity { display: inline-flex; padding: 3px 7px; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.severity--high { color: #a51120; background: #ffdce0; }
.severity--medium { color: #8c4700; background: #ffe8bc; }
.severity--low { color: #075f59; background: #cdefe9; }

.evidence-section { border: 0; }
.evidence-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 30px rgba(16,42,67,.06); }
.evidence-card__copy { padding: 26px; }
.evidence-card__copy > div:first-child { display: flex; align-items: center; gap: 8px; }
.issue-id { color: #486581; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.evidence-card h3 { margin: 12px 0 0; font-size: 24px; line-height: 1.22; letter-spacing: -.025em; }
.evidence-card p { margin: 12px 0 0; color: var(--ink-soft); font-size: 14px; }
.evidence-card code { padding: 2px 5px; border-radius: 5px; background: #eef2f5; }
.evidence-card figure { margin: 0; border-top: 1px solid var(--line); background: #edf2f6; }
.evidence-card figure img { width: 100%; max-height: 430px; object-fit: cover; object-position: top; }
.evidence-card--wide { display: grid; grid-template-columns: .85fr 1.15fr; margin-bottom: 20px; }
.evidence-card--wide > figure, .evidence-card--wide > .paired-shots { border-top: 0; border-left: 1px solid var(--line); }
.evidence-card--wide > figure img { height: 520px; max-height: none; object-fit: contain; background: #e8eef2; }
.evidence-card--reverse { grid-template-columns: 1.05fr .95fr; }
.evidence-card--reverse .evidence-card__copy { grid-column: 2; grid-row: 1; }
.evidence-card--reverse > .paired-shots { grid-column: 1; grid-row: 1; border-left: 0; border-right: 1px solid var(--line); }
.paired-shots { display: grid; grid-template-columns: 1fr 1fr; min-width: 0; background: #edf2f6; }
.paired-shots figure { min-width: 0; border: 0; }
.paired-shots figure + figure { border-left: 1px solid var(--line); }
.paired-shots img { height: 520px; max-height: 520px !important; object-fit: cover !important; object-position: top; }
.paired-shots--landscape img { object-fit: cover !important; }
.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 20px; }
.figure-crop img { height: 430px; object-fit: cover !important; object-position: top; }
.evidence-card--text { min-height: 500px; display: flex; flex-direction: column; justify-content: space-between; }
.contrast-demo { margin: 0 26px 26px; padding: 28px; border-radius: 16px; background: #f0f4f8; color: #405c73; }
.contrast-demo span, .contrast-demo small { display: block; }
.contrast-demo strong { color: var(--ink); font-size: 42px; }

.working-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.working-grid article { min-height: 220px; padding: 24px; border: 1px solid #d6e6e2; border-radius: 18px; background: #fff; }
.working-grid span { color: #567d76; font-size: 32px; font-weight: 900; }
.working-grid h3 { margin: 18px 0 6px; }
.working-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.gallery-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.gallery-row figure { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.gallery-row img { width: 100%; height: 220px; object-fit: cover; object-position: top; }

.priority-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.priority-list li { display: grid; grid-template-columns: 64px 1fr auto; gap: 20px; align-items: center; min-height: 120px; border-bottom: 1px solid var(--line); }
.priority-list > li > span { color: #486581; font-size: 28px; font-weight: 900; }
.priority-list b { font-size: 18px; }
.priority-list p { margin: 3px 0 0; color: var(--ink-soft); font-size: 14px; }
.priority-list em { padding: 5px 9px; border-radius: 999px; color: #995007; background: var(--amber-soft); font-size: 10px; font-style: normal; font-weight: 800; }

.download-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.download-grid a { display: flex; gap: 16px; align-items: center; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; text-decoration: none; background: rgba(255,255,255,.06); }
.download-grid a > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: var(--navy); background: #71e2cf; font-size: 11px; font-weight: 900; }
.download-grid b, .download-grid small { display: block; }
.download-grid small { color: #9fb7cb; }
.method-note { display: flex; justify-content: space-between; gap: 30px; margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: #9fb7cb; font-size: 12px; }
.method-note b { color: white; }
footer { color: #9fb3c8; background: #071a31; }
footer .shell { display: flex; justify-content: space-between; align-items: center; min-height: 90px; font-size: 12px; }
footer a { color: white; text-decoration: none; }

.lightbox { width: min(1080px, calc(100% - 30px)); max-width: none; height: min(92vh, 1000px); max-height: none; padding: 0; border: 0; border-radius: 18px; overflow: auto; background: #e8eef2; box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.lightbox::backdrop { background: rgba(5,16,30,.84); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; height: auto; margin: auto; }
.lightbox__close { position: fixed; z-index: 2; right: max(25px, calc((100vw - min(1080px, calc(100% - 30px))) / 2 + 10px)); top: 5vh; width: 40px; height: 40px; border: 0; border-radius: 50%; color: white; background: rgba(11,31,58,.85); cursor: pointer; font-size: 25px; }

@media (max-width: 1020px) {
  .layout { grid-template-columns: 1fr; }
  .toc { position: relative; top: auto; display: flex; overflow-x: auto; margin: 18px 0 -30px; padding: 10px 0; }
  .toc p { display: none; }
  .toc a { flex: 0 0 auto; }
  .hero__grid { gap: 40px; }
  .persona { grid-template-columns: auto 1fr; }
  .persona__facts { grid-column: 1 / -1; }
  .finding-index { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .topbar { height: 72px; }
  .topbar__meta span:not(:first-child) { display: none; }
  .hero { min-height: auto; }
  .hero__grid { grid-template-columns: 1fr; padding: 62px 0 70px; }
  .hero h1 { font-size: 48px; }
  .hero__lead { font-size: 17px; }
  .verdict-card { max-width: 430px; }
  .section { padding: 72px 0; }
  .section--tint, .section--dark, .section--final { margin-inline: -14px; padding-inline: 14px; border-radius: 0; }
  .section-heading h2 { font-size: 38px; }
  .metric-grid, .split-callout, .working-grid, .gallery-row, .severity-summary { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .process div:nth-child(2) { border-right: 0; }
  .process div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .persona { grid-template-columns: 1fr; text-align: left; }
  .persona__facts { grid-column: auto; }
  .user-prompt { padding: 62px 22px 22px; }
  .user-prompt span { top: 22px; }
  .journey::before { display: none; }
  .journey-step, .journey-step--reverse { grid-template-columns: 1fr; gap: 30px; min-height: 0; padding: 50px 0; }
  .journey-step--reverse .journey-step__copy, .journey-step--reverse figure { grid-column: 1; grid-row: auto; }
  .journey-step figure { order: 2; }
  .scorecard { grid-template-columns: 1fr; }
  .scorecard__intro { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding-bottom: 22px; }
  .score-list { grid-template-columns: 1fr; }
  .finding-index { grid-template-columns: 1fr; }
  .evidence-card--wide, .evidence-card--reverse { display: block; }
  .evidence-card--wide > figure, .evidence-card--wide > .paired-shots, .evidence-card--reverse > .paired-shots { border-left: 0; border-right: 0; border-top: 1px solid var(--line); }
  .evidence-grid { grid-template-columns: 1fr; }
  .priority-list li { grid-template-columns: 45px 1fr; padding: 20px 0; }
  .priority-list em { grid-column: 2; justify-self: start; }
  .download-grid { grid-template-columns: 1fr; }
  .method-note { flex-direction: column; }
}

@media (max-width: 460px) {
  .hero h1 { font-size: 41px; }
  .hero__actions { flex-direction: column; }
  .metric-grid, .split-callout, .working-grid, .gallery-row, .severity-summary, .persona__facts { grid-template-columns: 1fr; }
  .metric { min-height: 112px; }
  .process { grid-template-columns: 1fr; }
  .process div { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .process div:last-child { border-bottom: 0; }
  .paired-shots { grid-template-columns: 1fr; }
  .paired-shots figure + figure { border-left: 0; border-top: 1px solid var(--line); }
  .scorecard { padding: 24px; }
  .comparison-table { min-width: 720px; }
}

@media print {
  .hero { min-height: auto; color: #000; background: #fff; }
  .hero__glow, .topbar, .toc, .hero__actions, footer, .lightbox { display: none !important; }
  .layout { display: block; }
  .hero__grid { display: block; min-height: auto; padding: 30px 0; }
  .hero__lead { color: #333; }
  .verdict-card { margin-top: 20px; color: #000; background: #eee; box-shadow: none; }
  .section { padding: 35px 0; break-inside: auto; }
  .section::before { display: none; }
  .section--dark, .section--final { color: #000; }
  .finding-index article, .severity-summary div { color: #000; background: #fff; border-color: #aaa; }
  .finding-index p, .section-heading--light > p:last-child { color: #333; }
  .evidence-card, .journey-step { break-inside: avoid; box-shadow: none; }
}
