:root {
  --ink: #10233f;
  --ink-2: #263d5b;
  --muted: #526780;
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --blue-soft: #eef4ff;
  --teal: #087466;
  --teal-2: #1f9e8c;
  --teal-soft: #edf9f6;
  --teal-line: #b6e4da;
  --amber: #e9a520;
  --amber-soft: #fff7e5;
  --red: #b42318;
  --red-soft: #fff0ee;
  --surface: #f5f7fb;
  --surface-2: #eef3f8;
  --line: #d9e2ec;
  --line-strong: #bdcad8;
  --white: #fff;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 74rem;
  --reading: 42rem;
  --header: 4.75rem;
  --radius-sm: .625rem;
  --radius: .875rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  --shadow-sm: 0 1px 2px rgb(16 35 63 / .05), 0 2px 8px rgb(16 35 63 / .05);
  --shadow-md: 0 12px 34px rgb(16 35 63 / .10);
  --shadow-lg: 0 24px 70px rgb(16 35 63 / .15);
  --focus: 0 0 0 4px rgb(37 99 235 / .23);
  --ease: 160ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: none; box-shadow: var(--focus); }
::selection { background: #cfe0ff; color: var(--ink); }

.container { width: min(var(--container), calc(100% - 2.5rem)); margin-inline: auto; }
.section { padding: 7rem 0; }
.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; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 200; transform: translateY(-150%); padding: .7rem 1rem; border-radius: .5rem; background: var(--ink); color: #fff; font-weight: 700; transition: transform var(--ease); }
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; min-height: var(--header); background: rgb(255 255 255 / .92); border-bottom: 1px solid rgb(217 226 236 / .8); backdrop-filter: blur(16px); }
.header-inner { min-height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--ink); font-size: 1.08rem; font-weight: 790; letter-spacing: -.025em; }
.brand img { flex: 0 0 auto; }
.site-nav { display: flex; align-items: center; gap: 1.5rem; }
.site-nav > a:not(.button) { color: var(--ink-2); font-size: .92rem; font-weight: 650; transition: color var(--ease); }
.site-nav > a:not(.button):hover { color: var(--blue); }
.menu-button { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: .75rem; background: #fff; cursor: pointer; }
.menu-button img { width: 22px; color: var(--ink); }

/* Buttons */
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .75rem 1.15rem; border: 1px solid transparent; border-radius: .8rem; font-weight: 735; line-height: 1.1; cursor: pointer; transition: transform var(--ease), background var(--ease), border-color var(--ease), box-shadow var(--ease); }
.button:hover { transform: translateY(-1px); }
.button img { width: 1.05rem; height: 1.05rem; }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 7px 18px rgb(37 99 235 / .22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 9px 22px rgb(37 99 235 / .28); }
.button-secondary { background: #fff; color: var(--ink); border-color: var(--line-strong); }
.button-secondary:hover { border-color: var(--ink-2); }
.button-quiet { background: transparent; color: var(--ink-2); border-color: var(--line); }
.button-light { background: #fff; color: var(--ink); }
.button-small { min-height: 42px; padding: .65rem 1rem; font-size: .9rem; }
.button-large { min-height: 52px; padding: .9rem 1.25rem; }

/* Type */
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 1rem; color: var(--teal); font-size: .76rem; font-weight: 800; letter-spacing: .095em; line-height: 1.35; text-transform: uppercase; }
.eyebrow > span { width: 1.4rem; height: 2px; border-radius: 2px; background: var(--teal-2); }
.eyebrow-light { color: #9ce7dc; }
.eyebrow-light > span { background: #74d7c8; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { max-width: 13ch; margin-bottom: 1.35rem; font-size: clamp(2.75rem, 5.3vw, 4.65rem); font-weight: 790; letter-spacing: -.052em; line-height: .99; }
h2 { margin-bottom: 1.15rem; font-size: clamp(2.15rem, 4vw, 3.5rem); font-weight: 770; letter-spacing: -.043em; line-height: 1.06; }
h3 { margin-bottom: .7rem; font-size: 1.35rem; font-weight: 740; letter-spacing: -.025em; line-height: 1.22; }
h4 { margin-bottom: .55rem; font-size: 1.25rem; font-weight: 740; line-height: 1.25; }
p { color: var(--muted); }
.micro-label { display: inline-block; margin-bottom: .45rem; color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--blue); font-weight: 730; }
.text-link img { width: 1rem; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 6rem 0 5.4rem; background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%); }
.hero::before { content: ""; position: absolute; inset: 0 0 0 52%; background-image: url("/assets/redesign/brand/subtle-grid.svg"); opacity: .75; mask-image: linear-gradient(90deg, transparent, #000 32%); pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 42rem; height: 42rem; right: -18rem; top: -18rem; border-radius: 50%; background: radial-gradient(circle, rgb(31 158 140 / .08), transparent 66%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .94fr) minmax(32rem, 1.06fr); gap: 4.2rem; align-items: center; }
.hero-lead { max-width: 39rem; margin-bottom: 1.75rem; color: var(--ink-2); font-size: 1.16rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: .65rem 1rem; margin-top: 1.4rem; }
.trust-row span { display: inline-flex; align-items: center; gap: .35rem; color: var(--ink-2); font-size: .84rem; font-weight: 670; }
.trust-row img { width: .95rem; color: var(--teal); }
.phone-line { margin: 1.3rem 0 0; font-size: .92rem; }
.phone-line a { color: var(--ink); font-weight: 720; text-decoration: underline; text-decoration-color: var(--line-strong); text-underline-offset: .18em; }
.hero-artifact { position: relative; padding: 1.1rem .2rem 0; }
.hero-artifact > img { width: 100%; filter: drop-shadow(0 28px 42px rgb(16 35 63 / .10)); }
.sample-label { position: absolute; z-index: 2; top: -.2rem; right: 1.6rem; display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .8rem; border: 1px solid var(--teal-line); border-radius: 999px; background: #fff; color: var(--teal); font-size: .75rem; font-weight: 800; box-shadow: var(--shadow-sm); }
.sample-label span { width: .45rem; height: .45rem; border-radius: 50%; background: var(--teal-2); }
.artifact-note { position: absolute; right: -.5rem; bottom: -.9rem; width: min(21rem, 65%); display: grid; grid-template-columns: 2.1rem 1fr; gap: .75rem; align-items: start; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: 1rem; background: rgb(255 255 255 / .96); box-shadow: var(--shadow-md); }
.artifact-note img { width: 1.5rem; color: var(--teal); }
.artifact-note strong, .artifact-note span { display: block; }
.artifact-note strong { font-size: .88rem; }
.artifact-note span { margin-top: .18rem; color: var(--muted); font-size: .74rem; line-height: 1.45; }

/* Scope strip */
.scope-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.scope-grid { min-height: 6.3rem; display: grid; grid-template-columns: repeat(4, 1fr) 1.35fr; align-items: center; }
.scope-grid > div { min-height: 3.1rem; display: flex; flex-direction: column; justify-content: center; padding: 0 1.7rem; border-right: 1px solid var(--line); }
.scope-grid > div:first-child { padding-left: 0; }
.scope-grid > div:last-child { border-right: 0; }
.scope-grid strong { color: var(--ink); font-size: 1.1rem; line-height: 1.1; }
.scope-grid span { margin-top: .35rem; color: var(--muted); font-size: .8rem; }

/* Headings */
.section-heading { margin-bottom: 3.2rem; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(22rem, .62fr); gap: 4rem; align-items: end; }
.split-heading h2 { max-width: 17ch; margin-bottom: 0; }
.split-heading > p { max-width: 34rem; margin: 0; font-size: 1.05rem; }
.centered-heading { max-width: 50rem; margin-inline: auto; text-align: center; }
.centered-heading h2 { margin-inline: auto; }
.centered-heading > p:last-child { max-width: 40rem; margin: 0 auto; font-size: 1.05rem; }
.centered-heading .eyebrow { justify-content: center; }

/* Deliverable */
.deliverable { background: var(--surface); }
.deliverable-layout { display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(18rem, .52fr); gap: 1.25rem; align-items: stretch; }
.evidence-panel { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-md); }
.evidence-head { display: flex; justify-content: space-between; gap: 1.5rem; align-items: flex-start; padding: 1.7rem 1.8rem 1.4rem; border-bottom: 1px solid var(--line); }
.evidence-head h3 { margin-bottom: 0; }
.status { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: .35rem .75rem; border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.status-watch { background: var(--amber-soft); color: #8a5700; }
.evidence-table { width: 100%; }
.evidence-row { display: grid; grid-template-columns: 1.25fr .72fr 1fr; gap: 1rem; align-items: center; min-height: 82px; padding: 1rem 1.8rem; border-bottom: 1px solid var(--line); }
.evidence-row > span { color: var(--ink-2); font-size: .9rem; }
.evidence-row strong, .evidence-row small { display: block; }
.evidence-row small { margin-top: .15rem; color: var(--muted); font-size: .76rem; }
.evidence-table-head { min-height: 46px; background: var(--surface); }
.evidence-table-head > span { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.dot { display: inline-block; width: .58rem; height: .58rem; margin-right: .45rem; border-radius: 50%; vertical-align: .02rem; }
.dot-found { background: var(--teal-2); box-shadow: 0 0 0 4px var(--teal-soft); }
.dot-partial { background: var(--amber); box-shadow: 0 0 0 4px var(--amber-soft); }
.dot-missed { background: var(--red); box-shadow: 0 0 0 4px var(--red-soft); }
.evidence-footer { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1.15rem 1.8rem; background: #fbfcfe; }
.evidence-footer span, .evidence-footer a { display: inline-flex; align-items: center; gap: .45rem; font-size: .82rem; font-weight: 690; }
.evidence-footer span { color: var(--muted); }
.evidence-footer a { color: var(--blue); }
.evidence-footer img { width: 1rem; }
.deliverable-aside { display: grid; grid-template-rows: 1fr auto; gap: 1.25rem; }
.info-card { padding: 1.55rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.info-card-positive { background: var(--teal-soft); border-color: var(--teal-line); }
.icon-wrap { width: 2.6rem; height: 2.6rem; display: grid; place-items: center; margin-bottom: 1rem; border-radius: .8rem; background: #fff; color: var(--teal); box-shadow: var(--shadow-sm); }
.icon-wrap img { width: 1.3rem; }
.icon-wrap-neutral { background: var(--surface); color: var(--ink-2); }
.clean-list { display: grid; gap: .65rem; padding: 0; margin: 1rem 0 0; list-style: none; }
.clean-list li { position: relative; padding-left: 1.25rem; color: var(--ink-2); font-size: .9rem; }
.clean-list li::before { content: ""; position: absolute; left: 0; top: .62rem; width: .42rem; height: .42rem; border-radius: 50%; background: var(--teal-2); }
.info-card p { font-size: .9rem; }
.info-card .text-link { margin-top: .35rem; font-size: .86rem; }

/* Process */
.process-section { background: #fff; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; padding: 0; margin: 0; list-style: none; }
.process-grid::before { content: ""; position: absolute; z-index: 0; left: 12%; right: 12%; top: 3.45rem; height: 1px; background: var(--line-strong); }
.process-grid li { position: relative; z-index: 1; min-height: 19rem; padding: 1.45rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.step-number { position: absolute; top: 1.15rem; right: 1.25rem; color: #536a82; font-size: .76rem; font-weight: 800; letter-spacing: .07em; }
.step-icon { width: 4rem; height: 4rem; display: grid; place-items: center; margin-bottom: 2rem; border: .6rem solid #fff; border-radius: 50%; background: var(--blue-soft); color: var(--blue); box-shadow: 0 0 0 1px var(--line); }
.step-icon img { width: 1.45rem; }
.process-grid h3 { margin-bottom: .65rem; }
.process-grid p { margin-bottom: 0; font-size: .94rem; }

/* Benchmark form */
.benchmark-section { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.benchmark-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 8% 15%, rgb(31 158 140 / .18), transparent 30%), radial-gradient(circle at 98% 80%, rgb(37 99 235 / .18), transparent 34%); pointer-events: none; }
.benchmark-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(22rem, .72fr) minmax(34rem, 1.28fr); gap: 4rem; align-items: start; }
.benchmark-intro { position: sticky; top: calc(var(--header) + 2rem); padding-top: 1.2rem; }
.benchmark-intro h2 { color: #fff; }
.benchmark-intro > p { max-width: 35rem; color: #c8d4e2; font-size: 1.04rem; }
.benchmark-benefits { display: grid; gap: .8rem; margin: 2rem 0; }
.benchmark-benefits > div { display: grid; grid-template-columns: 2.5rem 1fr; gap: .8rem; align-items: center; }
.benchmark-benefits img { width: 1.25rem; filter: brightness(0) invert(1); opacity: .9; }
.benchmark-benefits span, .benchmark-benefits strong { display: block; }
.benchmark-benefits strong { color: #fff; font-size: .9rem; }
.benchmark-benefits span { color: #aebfd1; font-size: .8rem; }
.benchmark-boundary { max-width: 34rem; padding: 1rem 1.1rem; border: 1px solid rgb(116 215 200 / .27); border-radius: var(--radius); background: rgb(255 255 255 / .055); }
.benchmark-boundary strong { color: #fff; font-size: .85rem; }
.benchmark-boundary p { margin: .35rem 0 0; color: #b7c6d7; font-size: .8rem; line-height: 1.55; }
.form-card { overflow: hidden; border: 1px solid rgb(255 255 255 / .14); border-radius: var(--radius-xl); background: #fff; color: var(--ink); box-shadow: 0 28px 80px rgb(0 0 0 / .24); }
.form-card-head { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1.5rem 1.7rem 1.2rem; }
.form-card-head h3 { margin-bottom: 0; }
.secure-note { display: inline-flex; align-items: center; gap: .35rem; padding: .4rem .65rem; border-radius: 999px; background: var(--teal-soft); color: var(--teal); font-size: .73rem; font-weight: 750; }
.secure-note img { width: .9rem; }
.form-stepper { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.form-stepper button { position: relative; min-height: 62px; display: flex; align-items: center; justify-content: center; gap: .5rem; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--muted); font-size: .8rem; font-weight: 700; cursor: pointer; }
.form-stepper button:last-child { border-right: 0; }
.form-stepper button::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: transparent; }
.form-stepper button span { width: 1.55rem; height: 1.55rem; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: #fff; color: var(--muted); font-size: .72rem; }
.form-stepper button.active { color: var(--blue); }
.form-stepper button.active::after { background: var(--blue); }
.form-stepper button.active span, .form-stepper button.complete span { border-color: var(--blue); background: var(--blue); color: #fff; }
.form-panel { padding: 1.7rem; }
.panel-heading { margin-bottom: 1.4rem; }
.panel-heading > span { color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.panel-heading h4 { margin: .25rem 0; }
.panel-heading p { margin-bottom: 0; font-size: .87rem; }
.field { display: grid; gap: .4rem; margin-bottom: 1rem; }
.field label, .field-group legend, .consent-box legend { color: var(--ink); font-size: .82rem; font-weight: 720; }
.field label span, .field-group legend span, .consent-box legend span { color: var(--red); }
.field label em { margin-left: .3rem; color: var(--muted); font-size: .72rem; font-style: normal; font-weight: 550; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: .72rem; background: #fff; color: var(--ink); transition: border-color var(--ease), box-shadow var(--ease); }
.field input { min-height: 48px; padding: .7rem .85rem; }
.field textarea { min-height: 92px; padding: .75rem .85rem; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 0; border-color: var(--blue); box-shadow: var(--focus); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--red); background: #fffafa; }
.field small { color: var(--muted); font-size: .72rem; line-height: 1.45; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.field-state { max-width: 10rem; }
.field-group { padding: 0; margin: 0 0 1rem; border: 0; }
.field-group legend { margin-bottom: .45rem; }
.field-group .field { margin-bottom: 0; }
.consent-box { display: grid; gap: .65rem; padding: 1rem; margin: .4rem 0 1.1rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--surface); }
.consent-box p { margin: 0 0 .2rem; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.consent-box label { display: flex; gap: .55rem; align-items: flex-start; color: var(--ink-2); font-size: .78rem; font-weight: 630; }
.consent-box input, .scope-check input { flex: 0 0 auto; width: 1rem; height: 1rem; margin-top: .15rem; accent-color: var(--blue); }
.scope-check { display: flex; gap: .7rem; align-items: flex-start; padding: 1rem; margin-bottom: 1rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--blue-soft); color: var(--ink-2); font-size: .78rem; font-weight: 620; line-height: 1.5; }
.review-preview { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin: 1rem 0 1.2rem; }
.review-preview > div { padding: .8rem; border: 1px solid var(--line); border-radius: .7rem; background: #fff; }
.review-preview span, .review-preview strong { display: block; }
.review-preview span { color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.review-preview strong { margin-top: .22rem; color: var(--ink); font-size: .82rem; }
.form-actions { display: flex; justify-content: space-between; gap: .8rem; align-items: center; margin-top: 1.2rem; }
.form-actions-end { justify-content: flex-end; }
.form-alert { margin: 1rem 1.7rem 0; padding: .85rem 1rem; border: 1px solid #f2b8b5; border-radius: .75rem; background: var(--red-soft); color: var(--red); }
.form-alert strong, .form-alert span { display: block; }
.form-alert strong { font-size: .82rem; }
.form-alert span { margin-top: .2rem; font-size: .72rem; }
.demo-note { margin: .85rem 0 0; text-align: center; color: var(--muted); font-size: .68rem; }
.form-success { min-height: 31rem; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2.5rem; text-align: center; }
.success-icon { width: 4rem; height: 4rem; display: grid; place-items: center; margin-bottom: 1.2rem; border-radius: 50%; background: var(--teal-soft); color: var(--teal); }
.success-icon img { width: 2rem; }
.form-success p { max-width: 30rem; }

/* Services */
.service-preview { background: var(--surface); }
.service-layout { display: grid; grid-template-columns: minmax(19rem, .62fr) minmax(34rem, 1.38fr); gap: 4rem; align-items: center; }
.service-copy h2 { max-width: 12ch; }
.service-copy p { max-width: 31rem; }
.service-paths { display: grid; gap: .8rem; }
.service-paths article { display: grid; grid-template-columns: 3.4rem 1fr 1.2rem; gap: 1rem; align-items: center; padding: 1.25rem 1.35rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.service-paths article > img { width: 1.2rem; color: var(--blue); }
.path-index { color: #536a82; font-size: .78rem; font-weight: 800; letter-spacing: .05em; }
.service-paths small { color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.service-paths h3 { margin: .15rem 0 .25rem; font-size: 1.13rem; }
.service-paths p { margin: 0; font-size: .82rem; }
.featured-path { border-color: #b9cef8 !important; box-shadow: 0 13px 34px rgb(37 99 235 / .10) !important; }

/* Accountability */
.accountability { background: #fff; }
.accountability-grid { display: grid; grid-template-columns: minmax(20rem, .7fr) minmax(34rem, 1.3fr); gap: 4.5rem; align-items: center; }
.accountability-copy h2 { max-width: 11ch; }
.accountability-copy > p { max-width: 33rem; }
.proof-links { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; margin-top: 1.5rem; }
.proof-links a { display: inline-flex; align-items: center; gap: .35rem; color: var(--blue); font-size: .88rem; font-weight: 730; }
.proof-links img { width: .95rem; }
.role-cards { display: grid; gap: .85rem; }
.role-cards article { display: grid; grid-template-columns: 4.1rem 1fr; gap: 1rem; align-items: start; padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.role-avatar { width: 4.1rem; height: 4.1rem; display: grid; place-items: center; border-radius: 1.15rem; background: var(--ink); color: #fff; font-size: 1.2rem; font-weight: 800; letter-spacing: -.04em; }
.role-avatar-secondary { background: var(--teal); }
.role-content > span { color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.role-content h3 { margin: .15rem 0 .35rem; font-size: 1.15rem; }
.role-content p { margin: 0; font-size: .82rem; }
.role-limit { margin: .2rem 0 0; padding: 1rem 1.1rem; border-left: 3px solid var(--line-strong); color: var(--muted); font-size: .76rem; line-height: 1.55; }

/* FAQ */
.faq-section { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: minmax(20rem, .7fr) minmax(34rem, 1.3fr); gap: 4rem; align-items: start; }
.faq-heading { position: sticky; top: calc(var(--header) + 2rem); }
.faq-heading h2 { max-width: 10ch; }
.faq-heading > p { max-width: 31rem; }
.faq-list { display: grid; gap: .7rem; }
.faq-list details { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.faq-list summary { position: relative; padding: 1.15rem 3.2rem 1.15rem 1.25rem; color: var(--ink); font-weight: 720; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 1.25rem; transform: translateY(-50%); color: var(--blue); font-size: 1.35rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 1.25rem 1.2rem; font-size: .88rem; }

/* Final CTA */
.final-cta { padding: 4.7rem 0; background: var(--ink); color: #fff; }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; }
.final-cta h2 { max-width: 18ch; margin-bottom: 0; color: #fff; font-size: clamp(2rem, 3.8vw, 3.25rem); }
.final-cta-actions { display: flex; flex-direction: column; align-items: center; gap: .65rem; }
.final-cta-actions span { color: #aebfd1; font-size: .75rem; }

/* Footer */
.site-footer { background: #09182c; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 3rem; padding: 4.5rem 0 3.5rem; }
.brand-footer { color: #fff; }
.footer-brand p { max-width: 28rem; margin: 1rem 0; color: #9fb0c5; font-size: .84rem; }
.footer-brand > a:last-child { color: #fff; font-weight: 700; }
.footer-links { display: flex; flex-direction: column; gap: .55rem; }
.footer-links h3 { margin-bottom: .35rem; color: #fff; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-links a { color: #9fb0c5; font-size: .83rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { min-height: 4.4rem; display: flex; justify-content: space-between; gap: 1rem; align-items: center; border-top: 1px solid rgb(255 255 255 / .10); color: #8195ad; font-size: .72rem; }

/* Production intake contract and accessible states */
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.caller-notice { display: inline-flex; align-items: center; flex-wrap: wrap; gap: .42rem; max-width: 100%; margin: 0 0 1rem; padding: .58rem .8rem; border: 1px solid var(--teal-line); border-radius: 999px; background: #fff; color: var(--ink-2); box-shadow: var(--shadow-sm); font-size: .82rem; line-height: 1.35; }
.caller-notice > span { width: .48rem; height: .48rem; border-radius: 50%; background: var(--teal-2); box-shadow: 0 0 0 4px var(--teal-soft); }
.lar-conversion-progress { margin: 1rem 1.7rem 0; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--surface); }
.lar-conversion-progress-copy { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .55rem; color: var(--ink-2); font-size: .75rem; }
.lar-conversion-progress-copy span { color: var(--muted); }
.lar-conversion-progress-track { height: 7px; overflow: hidden; border-radius: 999px; background: #dfe8f3; }
.lar-conversion-progress-track > span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--teal-2)); transition: width var(--ease); }
.error-msg { min-height: 0; color: var(--red); font-size: .72rem; font-weight: 650; line-height: 1.4; }
.field.is-invalid input, .field.is-invalid textarea, .field-group.is-invalid input, .consent-box.is-invalid, .scope-check.is-invalid { border-color: var(--red); background: #fffafa; }
.lar-conversion-error-summary ul { margin: .45rem 0 0 1.1rem; padding: 0; }
.lar-conversion-error-summary a { color: inherit; text-decoration: underline; text-underline-offset: .15em; }
.lar-sms-consent-disclosure { margin: 1rem 0; padding: 1rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--surface); }
.lar-sms-consent-disclosure p { margin: 0 0 .6rem; color: var(--muted); font-size: .7rem; line-height: 1.55; }
.lar-sms-consent-disclosure p:last-child { margin-bottom: 0; }
.lar-sms-consent-disclosure a { color: var(--blue); text-decoration: underline; }
.form-note { margin: .85rem 0 0; text-align: center; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.form-stepper button:disabled { cursor: not-allowed; opacity: .72; }
.lar-conversion-review-panel { padding: 1.7rem; }
.lar-conversion-review-list { display: grid; margin: 0 0 1rem; overflow: hidden; border: 1px solid var(--line); border-radius: .8rem; }
.lar-conversion-review-list > div { display: grid; grid-template-columns: minmax(7.5rem, .38fr) minmax(0, 1fr); gap: .75rem; padding: .72rem .85rem; border-bottom: 1px solid var(--line); }
.lar-conversion-review-list > div:last-child { border-bottom: 0; }
.lar-conversion-review-list dt { color: var(--muted); font-size: .74rem; font-weight: 730; }
.lar-conversion-review-list dd { margin: 0; overflow-wrap: anywhere; color: var(--ink-2); font-size: .8rem; font-weight: 620; }
.review-edit-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; margin-bottom: .75rem; }
.lar-conversion-full-button { width: 100%; }
.is-submitting { cursor: wait; }
.service-paths article > a { width: 2.2rem; height: 2.2rem; display: grid; place-items: center; border-radius: 50%; color: var(--blue); }
.service-paths article > a:hover { background: var(--blue-soft); }
.service-paths article > a img { width: 1.2rem; }
.footer-links [data-termly-manage-consent] { cursor: pointer; }

@media (max-width: 1080px) {
  .site-nav { gap: 1rem; }
  .site-nav > a:not(.button) { font-size: .86rem; }
  .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(27rem, 1.1fr); gap: 2.2rem; }
  .artifact-note { right: 0; }
  .benchmark-layout { gap: 2.5rem; }
  .accountability-grid, .faq-layout { gap: 2.5rem; }
}

@media (max-width: 920px) {
  :root { --header: 4.25rem; }
  .container { width: min(var(--container), calc(100% - 2rem)); }
  .section { padding: 5.4rem 0; }
  .menu-button { display: inline-flex; }
  .site-nav { position: absolute; left: 1rem; right: 1rem; top: calc(100% + .45rem); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; box-shadow: var(--shadow-lg); }
  .site-nav.open { display: flex; }
  .site-nav > a:not(.button) { padding: .75rem .7rem; border-bottom: 1px solid var(--line); font-size: .94rem; }
  .site-nav .button { margin-top: .65rem; }
  .hero { padding: 4.8rem 0 4rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero-copy { max-width: 44rem; }
  h1 { max-width: 14ch; }
  .hero-artifact { width: min(100%, 44rem); margin-inline: auto; }
  .scope-grid { grid-template-columns: repeat(3, 1fr); padding: 1.1rem 0; }
  .scope-grid > div { min-height: 3.8rem; padding: .7rem 1.2rem; }
  .scope-grid > div:nth-child(3) { border-right: 0; }
  .scope-grid > div:nth-child(n+4) { border-top: 1px solid var(--line); }
  .scope-grid > div:nth-child(4) { padding-left: 0; }
  .scope-wide { grid-column: span 2; }
  .split-heading { grid-template-columns: 1fr; gap: 1.2rem; }
  .deliverable-layout { grid-template-columns: 1fr; }
  .deliverable-aside { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid::before { display: none; }
  .process-grid li { min-height: auto; }
  .benchmark-layout { grid-template-columns: 1fr; }
  .benchmark-intro { position: static; padding-top: 0; }
  .service-layout, .accountability-grid, .faq-layout { grid-template-columns: 1fr; }
  .service-copy h2, .accountability-copy h2, .faq-heading h2 { max-width: 16ch; }
  .faq-heading { position: static; }
  .final-cta-inner { grid-template-columns: 1fr; }
  .final-cta-actions { align-items: flex-start; }
  .footer-main { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-links:last-child { grid-column: 2 / 4; display: grid; grid-template-columns: repeat(3, auto); align-items: center; }
  .footer-links:last-child h3 { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 1.25rem, var(--container)); }
  .section { padding: 4.4rem 0; }
  .brand { font-size: .98rem; }
  .brand img { width: 38px; height: 38px; }
  .hero { padding: 3.6rem 0 3.5rem; }
  .hero::before { inset: 45% 0 0; mask-image: linear-gradient(180deg, transparent, #000 30%); }
  h1 { font-size: clamp(2.45rem, 12.3vw, 3.65rem); line-height: 1.01; }
  h2 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .hero-lead { font-size: 1.04rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
  .hero-artifact { padding-top: .3rem; }
  .sample-label { top: -.4rem; right: .3rem; }
  .artifact-note { position: relative; right: auto; bottom: auto; width: calc(100% - 1rem); margin: -1.4rem auto 0; }
  .scope-grid { grid-template-columns: 1fr 1fr; }
  .scope-grid > div, .scope-grid > div:first-child, .scope-grid > div:nth-child(4) { padding: .7rem .8rem; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
  .scope-grid > div:nth-child(1), .scope-grid > div:nth-child(2) { border-top: 0; }
  .scope-grid > div:nth-child(even) { border-right: 0; }
  .scope-wide { grid-column: 1 / -1; border-right: 0 !important; }
  .section-heading { margin-bottom: 2.2rem; }
  .deliverable-aside { grid-template-columns: 1fr; }
  .evidence-head { padding: 1.25rem; }
  .evidence-row { grid-template-columns: 1fr; gap: .35rem; min-height: auto; padding: 1rem 1.25rem; }
  .evidence-table-head { display: none; }
  .evidence-row > span:nth-child(2) { margin-top: .2rem; }
  .evidence-row > span:nth-child(3) { color: var(--muted); font-size: .8rem; }
  .evidence-footer { flex-direction: column; align-items: flex-start; padding: 1rem 1.25rem; }
  .form-card-head { padding: 1.2rem 1.1rem 1rem; }
  .form-stepper button { min-height: 56px; flex-direction: column; gap: .15rem; font-size: .66rem; }
  .form-stepper button span { width: 1.35rem; height: 1.35rem; }
  .form-panel { padding: 1.2rem 1.1rem 1.35rem; }
  .form-alert { margin-inline: 1.1rem; }
  .lar-conversion-progress { margin-inline: 1.1rem; }
  .lar-conversion-progress-copy { flex-direction: column; gap: .15rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .field-state { max-width: none; }
  .form-actions { align-items: stretch; }
  .form-actions .button { flex: 1; padding-inline: .75rem; }
  .form-actions-end .button { width: 100%; }
  .review-preview { grid-template-columns: 1fr; }
  .lar-conversion-review-panel { padding: 1.2rem 1.1rem; }
  .lar-conversion-review-list > div { grid-template-columns: 1fr; gap: .18rem; }
  .review-edit-actions { grid-template-columns: 1fr; }
  .service-paths article { grid-template-columns: 2.5rem 1fr 1rem; padding: 1.05rem; }
  .role-cards article { grid-template-columns: 3.2rem 1fr; }
  .role-avatar { width: 3.2rem; height: 3.2rem; border-radius: .9rem; font-size: 1rem; }
  .final-cta { padding: 4rem 0; }
  .final-cta-actions .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; padding-top: 3.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-links:last-child { grid-column: 1 / -1; display: flex; }
  .footer-bottom { min-height: auto; flex-direction: column; align-items: flex-start; padding: 1.2rem 0; }
}

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