:root {
  --page: #f5f5f2;
  --surface: #fff;
  --ink: #101114;
  --muted: #62666d;
  --blue: #1976e9;
  --blue-dark: #105fc0;
  --blue-soft: #eaf3fd;
  --line: #d9dde3;
  --dark: #111820;
  --warning: #c96f2d;
  --success: #32745b;
  --max: 1240px;
  --sans: "Manrope", sans-serif;
  --serif: "Newsreader", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body, button, input, textarea { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(25,118,233,.42); outline-offset: 4px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; letter-spacing: -.045em; line-height: .98; }
h1, h2 { font-family: var(--serif); }
em { font-style: italic; font-weight: 400; }
table { border-collapse: collapse; width: 100%; }
th, td { text-align: left; }

.site-header { width: min(100% - 72px, var(--max)); min-height: 78px; margin: 0 auto; display: flex; align-items: center; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 800; letter-spacing: -.04em; }
.brand-dot { width: 10px; height: 10px; display: inline-block; background: var(--blue); border-radius: 50%; }
.main-nav { display: flex; gap: 28px; margin-left: auto; font-size: 13px; font-weight: 700; }
.main-nav a { flex-shrink: 0; white-space: nowrap; }
.main-nav a, .language-switch a, .text-link, .light-link { transition: color 180ms ease; }
.main-nav a:hover, .language-switch a:hover, .text-link:hover, .light-link:hover { color: var(--blue); }
.header-tools { display: flex; align-items: center; gap: 20px; }
.header-cta { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 15px; background: var(--ink); color: #fff; border-radius: 8px; font-size: 12px; font-weight: 800; transition: transform 180ms ease, background 180ms ease; }
.header-cta:hover { background: var(--blue); transform: translateY(-1px); }
.language-switch { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.language-switch a[aria-current="page"] { color: var(--ink); }

.eyebrow { color: var(--blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-light { color: #8ebef7; }
.hero { width: min(100% - 72px, var(--max)); margin: 0 auto; padding: clamp(78px, 10vw, 132px) 0 120px; display: grid; grid-template-columns: minmax(300px, .82fr) minmax(560px, 1.18fr); gap: clamp(48px, 8vw, 120px); align-items: center; }
.hero-copy { padding-bottom: 20px; }
.hero h1 { max-width: 560px; margin-top: 20px; font-size: clamp(52px, 6.4vw, 82px); }
.hero-deck { max-width: 570px; margin-top: 30px; color: var(--muted); font-size: clamp(18px, 1.8vw, 22px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 18px; border: 0; border-radius: 9px; font-size: 13px; font-weight: 800; cursor: pointer; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-1px); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--blue); }
.button-blue { background: var(--blue); color: #fff; }
.button-blue:hover { background: var(--blue-dark); }
.text-link, .light-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; }
.home-page .text-link::after { content: none; }
.text-link span, .light-link span { transition: transform 180ms ease; }
.text-link:hover span, .light-link:hover span { transform: translateX(3px); }
.hero-note { margin-top: 28px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.review-sheet { position: relative; width: 100%; background: var(--surface); border: 1px solid var(--ink); box-shadow: 0 16px 40px rgba(12,20,32,.1); }
.sheet-meta { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; padding: 15px 20px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.sheet-meta strong { color: var(--blue-dark); }
.sheet-meta span:last-child { color: var(--muted); text-align: right; font-weight: 700; letter-spacing: .05em; }
.sheet-body { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding: clamp(26px, 4vw, 46px) clamp(20px, 4vw, 52px) 32px; overflow: hidden; }
.source-grid { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.source-fragment { min-width: 0; border: 1px solid var(--line); background: #fcfcfb; }
.fragment-heading { display: flex; justify-content: space-between; gap: 10px; padding: 12px 13px; border-bottom: 1px solid var(--line); color: var(--blue-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.fragment-heading small { max-width: 145px; overflow: hidden; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: 0; text-overflow: ellipsis; white-space: nowrap; }
.source-fragment table { font-size: 10px; }
.source-fragment th { color: var(--muted); font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }
.source-fragment th, .source-fragment td { padding: 10px 9px; border-bottom: 1px solid #e7e9ea; white-space: nowrap; }
.source-fragment tbody tr:last-child td { border-bottom: 0; }
.source-fragment .marked-row { background: var(--blue-soft); }
.source-fragment .marked-row td:first-child { box-shadow: inset 3px 0 var(--blue); }
.sheet-rules { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 25px; padding: 14px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.sheet-rules span { display: grid; gap: 3px; }
.sheet-rules strong { color: var(--ink); font-size: 11px; }
.review-totals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 24px; }
.review-totals div { display: flex; align-items: baseline; gap: 8px; border-bottom: 2px solid var(--ink); padding-bottom: 8px; }
.review-totals div:nth-child(2) { border-color: var(--warning); }
.review-totals div:nth-child(3) { border-color: var(--blue); }
.review-totals strong { font-size: clamp(24px, 3vw, 38px); letter-spacing: -.06em; line-height: 1; }
.review-totals span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.annotation { position: static; display: flex; align-items: center; gap: 7px; margin-top: 13px; color: var(--blue-dark); font-family: var(--serif); font-size: 15px; font-style: italic; white-space: nowrap; }
.annotation-mark { display: grid; width: 21px; height: 21px; place-items: center; border: 1px solid var(--blue); border-radius: 50%; font-family: var(--sans); font-size: 9px; font-style: normal; font-weight: 800; }
.annotation-a, .annotation-c { grid-column: 1; }.annotation-b, .annotation-d { grid-column: 2; }.annotation::after { display: none; }
.annotation-d { color: var(--warning); }.annotation-d .annotation-mark { border-color: var(--warning); }
.sheet-rules, .review-totals { grid-column: 1 / -1; }
.sheet-stamp { position: absolute; right: 12px; bottom: 13px; padding: 4px 6px; border: 2px solid var(--warning); color: var(--warning); font-size: 8px; font-weight: 800; line-height: 1.1; letter-spacing: .08em; text-align: center; transform: rotate(-7deg); }

.problems, .pack, .ways, .about { width: min(100% - 72px, var(--max)); margin: 0 auto; }
.section-rule { padding-top: 112px; padding-bottom: 112px; border-top: 1px solid var(--ink); }
.problems { padding-top: 84px; padding-bottom: 84px; }.problems .section-heading { margin-bottom: 36px; }.ways { padding-top: 84px; padding-bottom: 84px; }
.section-heading { display: grid; grid-template-columns: minmax(280px, .92fr) minmax(180px, .48fr); column-gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 18px; }
.section-heading h2 { max-width: 680px; font-size: clamp(44px, 5.2vw, 72px); }
.section-heading > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.6; }
.problem-list { border-top: 1px solid var(--line); }
.problem-row { display: grid; grid-template-columns: 80px minmax(280px, 1fr) minmax(180px, .5fr); gap: 20px; align-items: center; min-height: 96px; border-bottom: 1px solid var(--line); }
.row-number { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.problem-row h3 { font-family: var(--sans); font-size: clamp(21px, 2.1vw, 29px); font-weight: 700; letter-spacing: -.04em; }
.problem-row p, .row-note { margin-top: 8px; color: var(--muted); font-size: 12px; }
.row-note { margin-top: 0; justify-self: end; color: var(--ink); font-weight: 800; }

.walkthrough { padding: clamp(64px, 7vw, 100px) max(36px, calc((100% - var(--max)) / 2)); background: var(--dark); color: #f7f5ef; }
.walkthrough-intro { max-width: 760px; }
.walkthrough-intro h2 { max-width: 430px; margin-top: 16px; font-size: clamp(38px, 4vw, 58px); }
.walkthrough-intro > p:not(.eyebrow) { max-width: 46ch; margin-top: 18px; color: #aeb7c2; font-size: 14px; line-height: 1.65; }
.walkthrough-intro .light-link { display: inline-block; margin-top: 20px; color: #fff; }

.flow-pipe { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 40px 0 0; padding: 0; list-style: none; }
.flow-step { position: relative; display: grid; align-content: start; gap: 13px; padding: 15px 16px 17px; background: #1c2631; border: 1px solid #3b4652; }
.flow-step::after { position: absolute; top: 50%; right: -13px; color: #4a5663; content: "\2192\FE0E"; font-size: 13px; transform: translateY(-50%); }
.flow-step:last-child::after { display: none; }
.flow-icon { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #3b4652; border-radius: 50%; color: #79b5f7; }
.flow-icon svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.flow-head { display: flex; align-items: baseline; gap: 10px; }
.flow-head b { color: #79b5f7; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.flow-head strong { color: #f7f5ef; font-size: 15px; font-weight: 700; line-height: 1.15; }
.flow-rows { margin: 0; }
.flow-row { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px solid #2b3642; }
.flow-row:last-child { border-bottom: 0; }
.flow-row dt { color: #8995a1; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.flow-row dd { margin: 0; color: #f7f5ef; font-size: 13px; font-weight: 800; font-variant-numeric: tabular-nums; }
.flow-step.is-anomaly { border-color: rgba(201, 111, 45, .6); }
.flow-step.is-anomaly .flow-row.is-gap dd { color: var(--warning); font-size: 16px; }
.flow-step.is-fixed { border-color: rgba(50, 116, 91, .6); }
.flow-step.is-fixed .flow-row dd { color: var(--success); }
.illustrative-note { margin-top: 16px; color: #8995a1; font-size: 10px; }

.outcomes { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(420px, 1.2fr); gap: clamp(48px, 9vw, 130px); padding: clamp(76px, 9vw, 126px) max(36px, calc((100% - var(--max)) / 2)); background: var(--blue); color: #fff; }
.outcomes-copy h2 { max-width: 620px; margin-top: 18px; font-size: clamp(46px, 5vw, 70px); }
.outcomes-copy > p:last-child { max-width: 42ch; margin-top: 26px; color: #d9ebff; }
.outcome-list { display: grid; grid-template-columns: 1fr 1fr; align-content: center; border-top: 1px solid rgba(255,255,255,.65); }
.outcome-list p { display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: center; min-height: 92px; padding: 18px 20px 18px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.outcome-list p:nth-child(even) { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.35); }
.outcome-list span { color: #d9ebff; font-size: 10px; font-weight: 800; }
.outcome-list strong { font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.15; }
.outcome-list small { grid-column: 2; color: #d9ebff; font-size: 12px; line-height: 1.5; }

.pack { display: grid; grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr); gap: clamp(48px, 8vw, 120px); align-items: start; }.pack .section-heading { display: block; margin: 0; }.pack .section-heading h2 { margin-top: 18px; }.pack .section-heading > p:last-child { margin-top: 26px; }.document-spread { position: relative; min-height: 560px; }.deliverable { position: absolute; width: 76%; padding: 18px; background: var(--surface); border: 1px solid var(--ink); box-shadow: 0 16px 32px rgba(12,20,32,.08); }.deliverable header { display: flex; justify-content: space-between; gap: 14px; padding-bottom: 13px; border-bottom: 2px solid var(--ink); }.deliverable header div { display: flex; align-items: baseline; gap: 12px; }.deliverable header span { font-size: 11px; font-weight: 800; letter-spacing: .08em; }.deliverable header b { color: var(--blue-dark); font-size: 10px; }.deliverable header small { color: var(--muted); font-size: 9px; }.deliverable-meta { display: flex; justify-content: space-between; gap: 12px; padding: 13px 0; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; }.deliverable-meta b { color: var(--ink); letter-spacing: 0; }.status-open { color: var(--blue-dark) !important; }.status-warning { color: var(--warning) !important; }.deliverable table { font-size: 10px; }.deliverable th { color: var(--muted); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }.deliverable th, .deliverable td { padding: 9px 7px; border-bottom: 1px solid var(--line); }.deliverable td { white-space: nowrap; }.document-footer { margin-top: 12px; color: var(--muted); font-size: 9px; }.source-register { top: 0; left: 0; transform: rotate(-1deg); }.mapping-spec { top: 125px; right: 0; z-index: 2; transform: rotate(2deg); }.exception-queue { top: 340px; left: 12%; z-index: 3; transform: rotate(-1deg); }.deliverable:hover { z-index: 5; transform: translateY(-2px) rotate(0); transition: transform 180ms ease; }

.ways { display: grid; grid-template-columns: minmax(260px, .55fr) minmax(0, 1.45fr); gap: clamp(48px, 8vw, 120px); }.ways-copy h2 { margin-top: 18px; font-size: clamp(44px, 5vw, 68px); }.ways-copy > p:last-child { max-width: 34ch; margin-top: 20px; color: var(--muted); }.ways-compare { display: grid; grid-template-columns: 1fr 1fr; }.ways-compare article { padding: 0 28px; border-left: 1px solid var(--ink); }.ways-compare article:last-child { border-left-color: var(--blue); }.ways-compare span { color: var(--blue-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; }.ways-compare h3 { margin-top: 28px; font-family: var(--sans); font-size: clamp(22px, 2.2vw, 30px); font-weight: 800; }.ways-compare p { margin-top: 16px; color: var(--muted); font-size: 13px; line-height: 1.65; }.ways-note { grid-column: 2; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }.ways-note strong { color: var(--ink); }

.about { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(280px, 1.1fr); gap: clamp(48px, 10vw, 150px); align-items: start; }.expertise-file { min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; background: var(--blue-soft); border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--line); }.expertise-file > span { margin-bottom: auto; color: var(--blue-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; }.expertise-file strong { max-width: 13ch; font-family: var(--serif); font-size: clamp(30px, 3vw, 42px); font-weight: 500; line-height: 1.02; }.expertise-file p { max-width: 45ch; margin-top: 24px; color: var(--muted); font-size: 13px; }.expertise-file small { margin-top: 28px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }.about-copy h2 { margin-top: 18px; font-size: clamp(44px, 5vw, 70px); }.about-copy > p:not(.eyebrow) { max-width: 48ch; margin-top: 28px; color: var(--muted); font-size: 17px; line-height: 1.7; }.editorial-notes { margin-top: 38px; border-top: 1px solid var(--ink); }.editorial-notes p { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }.editorial-notes strong { font-size: 12px; }.editorial-notes span { color: var(--muted); font-size: 12px; }.about-copy .text-link { margin-top: 28px; }

.contact { width: min(100% - 72px, var(--max)); margin: 0 auto 22px; padding: clamp(48px, 7vw, 90px); display: grid; grid-template-columns: minmax(300px, .9fr) minmax(320px, 1.1fr); gap: clamp(48px, 9vw, 130px); background: var(--dark); color: #fff; }.contact-copy h2 { margin-top: 18px; font-size: clamp(48px, 5.5vw, 78px); }.contact-copy > p:not(.eyebrow) { max-width: 42ch; margin-top: 26px; color: #aeb7c2; font-size: 15px; }.contact-email { display: block; width: fit-content; margin-top: 34px; padding-bottom: 4px; border-bottom: 1px solid #71808e; color: #fff; font-size: 13px; }.contact-copy .light-link { margin-top: 24px; color: #fff; }.contact-form { padding: 26px; background: var(--surface); color: var(--ink); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.contact-form label { display: grid; gap: 7px; }.contact-form label.full { grid-column: 1 / -1; }.contact-form label > span { color: var(--muted); font-size: 11px; font-weight: 800; }.contact-form input, .contact-form textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 5px; background: #fcfcfb; color: var(--ink); font-size: 14px; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); outline: 3px solid rgba(25,118,233,.13); }.contact-form textarea { min-height: 110px; resize: vertical; }.contact-form .button { margin-top: 24px; }.form-note, .form-status { margin-top: 12px; color: var(--muted); font-size: 10px; }.form-status { color: var(--success); font-weight: 800; }
.site-footer { width: min(100% - 72px, var(--max)); margin: 0 auto; min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }.site-footer nav { display: flex; gap: 20px; }.site-footer a:hover { color: var(--ink); }

/* Type system: editorial conclusions, readable explanations, compact evidence */
h1, h2 { letter-spacing: -.035em; line-height: .94; }
h3 { letter-spacing: -.025em; line-height: 1.08; }
body { line-height: 1.6; }
.hero h1 { max-width: 600px; font-size: clamp(52px, 6.4vw, 82px); }
.hero-deck { max-width: 36ch; line-height: 1.55; }
.section-heading h2, .walkthrough-intro h2, .outcomes-copy h2, .ways-copy h2, .about-copy h2, .contact-copy h2 { line-height: .96; }
.section-heading > p:last-child, .walkthrough-intro > p:not(.eyebrow), .ways-copy > p:last-child, .about-copy > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { max-width: 48ch; }
.section-heading > p:last-child, .problem-row p, .row-note, .ways-copy > p:last-child, .about-copy > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { line-height: 1.65; }
.problem-row h3, .ways-compare h3 { line-height: 1.1; }
.source-fragment th, .source-fragment td, .review-totals strong, .sheet-meta strong { font-variant-numeric: tabular-nums; }
.review-totals strong { letter-spacing: -.04em; }

@media (max-width: 1100px) {
  .site-header { gap: 20px; }.main-nav { gap: 20px; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }.hero-copy { max-width: 760px; }.review-sheet { max-width: 780px; justify-self: center; }.annotation-a, .annotation-c { left: 8px; transform: translateX(0); }.annotation-a::after, .annotation-c::after { display: none; }.annotation-b { right: 8px; transform: translateX(0); }.annotation-b::after { display: none; }
  .pack, .ways { grid-template-columns: 1fr; }.pack .section-heading { max-width: 640px; }.ways-note { grid-column: 1; }.document-spread { max-width: 760px; }
}
@media (max-width: 820px) {
  .site-header, .hero, .problems, .pack, .ways, .about, .contact, .site-footer { width: min(100% - 48px, var(--max)); }.site-header { min-height: 68px; gap: 18px; }.main-nav { display: none; }.header-tools { margin-left: auto; }.header-cta { display: none; }
  .hero { padding: 68px 0 88px; }.hero h1 { font-size: clamp(50px, 10vw, 78px); }.section-rule { padding-top: 82px; padding-bottom: 82px; }.section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }.problem-row { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; padding: 24px 0; }.row-note { grid-column: 2; justify-self: start; }.outcomes { grid-template-columns: 1fr; }.document-spread { min-height: 720px; }.deliverable { width: 84%; }.source-register { left: 0; }.mapping-spec { top: 170px; }.exception-queue { top: 390px; left: 8%; }.ways-compare { gap: 0; }.about { grid-template-columns: 1fr; }.expertise-file { max-width: 620px; }.contact { padding: 48px 28px 28px; grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .site-header, .hero, .problems, .pack, .ways, .about, .contact, .site-footer { width: calc(100% - 36px); }.site-header { min-height: 62px; }.brand { font-size: 17px; }.language-switch { font-size: 10px; }.hero { padding: 54px 0 72px; }.hero-copy { padding: 30px 24px; }.hero h1 { font-size: clamp(40px, 10.5vw, 54px); }.hero-deck { max-width: 34ch; font-size: 17px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }.button { width: 100%; }.hero-actions .text-link { justify-content: center; }.source-grid, .sheet-rules, .review-totals { grid-template-columns: 1fr; }.review-sheet { overflow: visible; }.sheet-meta { grid-template-columns: 1fr auto; }.sheet-meta span:last-child { grid-column: 1 / -1; text-align: left; }.sheet-body { padding: 20px 14px 28px; overflow: hidden; }.source-grid { gap: 12px; }.source-fragment { overflow: auto; }.source-fragment table { min-width: 430px; }.sheet-rules { gap: 0; }.sheet-rules span { padding: 9px 0; border-bottom: 1px solid var(--line); }.review-totals { gap: 10px; }.review-totals div { justify-content: space-between; }.annotation { display: none; }.sheet-stamp { right: 6px; bottom: 8px; }.section-heading h2, .outcomes-copy h2, .ways-copy h2, .about-copy h2, .contact-copy h2 { font-size: clamp(42px, 13vw, 58px); }.walkthrough { padding: 56px 18px; }.walkthrough-intro h2 { font-size: clamp(34px, 9vw, 46px); }.section-rule { padding-top: 68px; padding-bottom: 68px; }.outcome-list { grid-template-columns: 1fr; }.outcome-list p, .outcome-list p:nth-child(even) { padding-left: 0; border-left: 0; }.outcomes { padding: 68px 18px; }.document-spread { min-height: 760px; }.deliverable { width: 100%; }.mapping-spec { top: 190px; right: 0; }.exception-queue { top: 430px; left: 0; }.deliverable table { font-size: 9px; }.deliverable td { white-space: normal; }.ways-compare { grid-template-columns: 1fr; gap: 35px; }.ways-compare article { padding: 0; border-left: 0; border-top: 1px solid var(--ink); padding-top: 22px; }.ways-compare h3 { margin-top: 24px; }.expertise-file { min-height: 340px; padding: 24px; }.editorial-notes p { grid-template-columns: 1fr; gap: 6px; }.contact { width: calc(100% - 36px); padding: 44px 18px 18px; }.contact-form { padding: 18px; }.form-grid { grid-template-columns: 1fr; gap: 16px; }.contact-form label.full { grid-column: auto; }.site-footer { flex-direction: column; align-items: flex-start; padding: 24px 0; }.site-footer nav { flex-wrap: wrap; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

/* Hero type refinement: keep the claim decisive without letting it dominate the evidence. */
.hero h1 { max-width: 680px; font-size: clamp(44px, 4.4vw, 62px); }
@media (max-width: 820px) { .hero h1 { font-size: clamp(44px, 7vw, 60px); } }
@media (max-width: 560px) { .hero h1 { font-size: clamp(40px, 9vw, 52px); } }

img.brand-mark.brand-logo,
img.brand-dot.brand-logo {
  width: auto !important;
  height: 34px !important;
  max-height: 34px;
  border-radius: 0 !important;
  background: transparent !important;
}
img.brand-logo {
  display: inline-block !important;
  width: auto !important;
  height: 34px !important;
  max-height: 34px;
  border-radius: 0 !important;
  background: transparent !important;
  vertical-align: middle;
}

.ways-compare small { display: block; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.5; }
@media (max-width: 820px) { .flow-pipe { grid-template-columns: 1fr 1fr; }.flow-step::after { display: none; } }
@media (max-width: 560px) { .flow-pipe { grid-template-columns: 1fr; } }