:root {
  --ink: #16191c;
  --muted: #59636a;
  --line: #dce3e5;
  --line-dark: #b8c4c8;
  --blue: #78c9e8;
  --blue-dark: #246e8c;
  --blue-soft: #edf7fa;
  --warm-soft: #f7efed;
  --paper: #fcfcfa;
  --paper-alt: #f4f6f4;
  --white: #ffffff;
  --warning: #fff7e8;
  --warning-line: #d9aa50;
  --gutter: clamp(22px, 4.75vw, 76px);
  --section: clamp(64px, 7vw, 96px);
  --radius: 12px;
  --serif: 'Libre Baskerville', Georgia, serif;
  --sans: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; background: var(--paper); }
body { color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.58; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
::selection { background: #dceff6; }
:focus-visible { outline: 3px solid var(--blue-dark); outline-offset: 4px; }
.section-dark :focus-visible, .site-footer :focus-visible { outline-color: #8fd2eb; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; background: var(--ink); color: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 40; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 15px var(--gutter); border-bottom: 1px solid var(--line); background: rgba(252, 252, 250, .96); }
.brand { font-family: var(--serif); font-size: clamp(13px, 1.25vw, 19px); letter-spacing: .21em; line-height: 1.35; white-space: nowrap; }
.header-actions { display: flex; align-items: center; gap: clamp(20px, 3vw, 44px); }
.header-link, .menu-toggle, .menu-close { display: inline-flex; align-items: center; gap: 9px; min-height: 38px; padding: 4px 0; border: 0; border-bottom: 1px solid transparent; background: transparent; font-size: 14px; font-weight: 500; letter-spacing: .02em; cursor: pointer; }
.header-link:hover, .menu-toggle:hover, .menu-close:hover { border-bottom-color: var(--blue); }
.menu-icon { width: 17px; height: 13px; }

.menu-panel[hidden] { display: none; }
.menu-panel { position: fixed; inset: 0; z-index: 100; overflow: auto; background: var(--paper); }
.menu-head { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 15px var(--gutter); border-bottom: 1px solid var(--line); }
.menu-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(240px, .8fr); gap: clamp(56px, 8vw, 130px); padding: clamp(45px, 7vh, 90px) var(--gutter) 64px; }
.menu-list { margin: 0; padding: 0; list-style: none; }
.menu-list a { display: grid; grid-template-columns: 46px 1fr; align-items: baseline; gap: 18px; padding: clamp(10px, 1.5vh, 18px) 0; border-bottom: 1px solid var(--line); }
.menu-number, .section-number { color: var(--blue-dark); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.menu-label { font-family: var(--serif); font-size: clamp(23px, 3vw, 42px); line-height: 1.25; }
.menu-list a:hover .menu-label { color: var(--muted); }
.menu-aside { align-self: start; padding-top: 5px; }
.menu-aside h2 { margin: 0 0 20px; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.menu-aside ul { margin: 0 0 38px; padding: 0; list-style: none; }
.menu-aside li { margin: 0 0 10px; }
.menu-aside a { color: var(--muted); border-bottom: 1px solid transparent; }
.menu-aside a:hover { color: var(--ink); border-color: var(--blue); }

.container { width: min(100%, 1440px); margin: 0 auto; padding-inline: var(--gutter); }
.narrow { max-width: 760px; }
.measure { max-width: 720px; }
.hero { min-height: min(650px, calc(100vh - 76px)); display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .85fr); border-bottom: 1px solid var(--line); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(68px, 8vw, 112px) clamp(34px, 5vw, 76px) clamp(72px, 8vw, 112px) var(--gutter); }
.eyebrow { margin: 0 0 20px; color: var(--blue-dark); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .page-hero h1 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.hero h1 { max-width: 820px; font-size: clamp(42px, 4.8vw, 70px); }
.hero-lede, .page-lede { color: var(--muted); font-size: clamp(17px, 1.4vw, 20px); line-height: 1.55; }
.hero-lede { max-width: 710px; margin: 24px 0 0; }
.hero-art { position: relative; overflow: hidden; min-height: 520px; margin: 0; border-left: 1px solid var(--line); background: var(--paper-alt); }
.hero-art-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.12); }

.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 50px; padding: 12px 18px; border: 1px solid var(--line-dark); border-radius: 8px; background: var(--paper); color: var(--ink); font-size: 13px; font-weight: 600; line-height: 1.3; letter-spacing: .01em; transition: background .2s ease, border-color .2s ease; }
.button:hover { border-color: var(--blue-dark); background: var(--blue-soft); }
.button-dark { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button-dark:hover { border-color: var(--ink); background: #30363a; color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 600; }
.text-link:hover { color: var(--blue-dark); }
.arrow { display: inline-block; transition: transform .2s ease; }
a:hover .arrow, a:focus-visible .arrow { transform: translateX(4px); }

.page-hero { padding: clamp(68px, 8vw, 108px) var(--gutter) clamp(64px, 7vw, 94px); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; font-size: clamp(40px, 5vw, 68px); }
.page-lede { max-width: 760px; margin: 24px 0 0; }
.breadcrumbs { margin: 0 0 25px; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; color: var(--muted); font-size: 11px; }
.breadcrumbs li:not(:last-child)::after { content: '/'; margin-left: 9px; color: var(--line-dark); }
.breadcrumbs a { border-bottom: 1px solid transparent; }
.breadcrumbs a:hover { border-color: var(--blue); }

.section { padding-block: var(--section); border-bottom: 1px solid var(--line); }
.section-soft { background: var(--paper-alt); }
.section-warm { background: var(--warm-soft); }
.section-blue { background: var(--blue-soft); }
.section-dark { background: var(--ink); color: var(--white); }
.section-head { max-width: 860px; margin-bottom: clamp(38px, 5vw, 60px); }
.section-kicker { display: flex; align-items: baseline; gap: 18px; }
.section-kicker p { margin: 0; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.section-kicker + div, .section-kicker + h2 { margin-top: 20px; }
.section-title, .display-title { margin: 0; font-family: var(--sans); font-weight: 500; line-height: 1.16; letter-spacing: -.035em; }
.section-title { max-width: 800px; font-size: clamp(30px, 3.4vw, 46px); }
.display-title { font-size: clamp(27px, 2.5vw, 36px); }
.section-intro { max-width: 720px; margin: 19px 0 0; color: var(--muted); font-size: clamp(17px, 1.35vw, 19px); line-height: 1.58; }
.section-dark .section-intro, .section-dark .body-copy, .section-dark .muted { color: #c7cdd0; }
.section-dark .section-number, .section-dark .eyebrow { color: #8fd2eb; }

.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(36px, 5vw, 72px); }
.split-wide { grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); }
.body-copy { max-width: 720px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.body-copy > :first-child { margin-top: 0; }
.body-copy > :last-child { margin-bottom: 0; }
.body-copy p { margin: 0 0 19px; }
.body-copy h2, .body-copy h3 { margin: 48px 0 18px; color: var(--ink); font-family: var(--serif); font-weight: 400; line-height: 1.3; }
.body-copy h2 { font-family: var(--sans); font-size: clamp(25px, 2.4vw, 34px); font-weight: 500; letter-spacing: -.025em; }
.body-copy h3 { font-family: var(--sans); font-size: 21px; font-weight: 600; letter-spacing: -.02em; }
.body-copy ul, .body-copy ol { padding-left: 1.35em; }
.body-copy li { margin-bottom: 10px; }
.body-copy strong { color: var(--ink); }
.section-dark .body-copy strong, .section-dark .body-copy h2, .section-dark .body-copy h3 { color: var(--white); }

.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { min-height: 230px; padding: clamp(26px, 3vw, 40px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.card-number { display: block; margin-bottom: 30px; color: var(--blue-dark); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.card h3 { margin: 0 0 14px; font-family: var(--sans); font-size: clamp(21px, 1.8vw, 27px); font-weight: 600; line-height: 1.25; letter-spacing: -.025em; }
.card h4 { margin: 0 0 12px; font-family: var(--sans); font-size: 19px; font-weight: 600; }
.card p { margin: 0 0 17px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.card ul { margin: 20px 0 0; padding-left: 1.15em; color: var(--muted); font-size: 14px; }
.card li { margin-bottom: 8px; }
.card .text-link { margin-top: 10px; }
.route-card { display: flex; min-height: 280px; flex-direction: column; }
.route-card .route-label { margin-bottom: 34px; color: var(--blue-dark); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.route-card h3 { margin-top: 0; }
.route-card .text-link { align-self: flex-start; margin-top: auto; }

/* Image-led editorial cards. The image is decorative; the content remains normal-flow HTML. */
.card.image-card { position: relative; isolation: isolate; overflow: hidden; border-color: rgba(255, 255, 255, .32); background: var(--ink); color: var(--white); }
.card.image-card::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(8, 12, 15, .66) 0%, rgba(8, 12, 15, .76) 48%, rgba(8, 12, 15, .94) 100%); content: ''; pointer-events: none; }
.image-card-media { position: absolute; z-index: 0; inset: 0; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: var(--image-position, 50% 50%); }
.card.image-card > :not(.image-card-media) { position: relative; z-index: 2; }
.card.image-card .card-number, .card.image-card .route-label { color: #bcecff; }
.card.image-card h3, .card.image-card h4, .card.image-card p, .card.image-card ul, .card.image-card .text-link, .card.image-card .text-link:hover { color: var(--white); }
.card.image-card .text-link:focus-visible { outline-color: var(--white); }

.assessment-showcase { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(34px, 4vw, 56px) clamp(22px, 3vw, 42px); margin: 0; padding: 0; list-style: none; }
.assessment-showcase-item { grid-column: span 2; padding: 20px 0 6px; border-top: 1px solid var(--line-dark); }
.assessment-showcase-item:nth-child(n + 4) { grid-column: span 3; }
.assessment-showcase-number { display: block; margin-bottom: clamp(24px, 3vw, 38px); color: var(--ink); font-size: clamp(38px, 4.2vw, 58px); font-weight: 700; letter-spacing: -.055em; line-height: 1; }
.assessment-showcase-item h3 { margin: 0 0 10px; font-size: clamp(20px, 1.7vw, 24px); font-weight: 600; letter-spacing: -.025em; line-height: 1.25; }
.assessment-showcase-item p { max-width: 42ch; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }

.assessment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.assessment-item, .assessment-item:nth-child(odd), .assessment-item:nth-child(even) { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 26px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .55); }
.assessment-item h3 { margin: 0 0 7px; font-family: var(--sans); font-size: 20px; font-weight: 600; letter-spacing: -.02em; }
.assessment-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }

.process { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 50px minmax(170px, .62fr) minmax(0, 1.5fr); gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.process-count { color: var(--blue-dark); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.process h3 { margin: 0; font-family: var(--sans); font-size: 22px; font-weight: 600; letter-spacing: -.02em; }
.process p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.evidence-flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 54px 0 0; padding: 0; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); list-style: none; }
.flow-step { position: relative; min-height: 145px; padding: 24px 20px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.flow-step:not(:last-child)::after { content: '→'; position: absolute; top: 50%; right: -11px; z-index: 2; width: 21px; background: var(--paper-alt); text-align: center; transform: translateY(-50%); }
.flow-step span { display: block; margin-bottom: 22px; color: var(--blue-dark); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.flow-step strong { font-size: 16px; font-weight: 600; line-height: 1.4; }

.data-table-wrap { overflow-x: auto; border-top: 1px solid var(--line-dark); }
.data-table { width: 100%; min-width: 920px; border-collapse: collapse; text-align: left; }
.data-table th { padding: 17px 18px; border-bottom: 1px solid var(--line-dark); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; vertical-align: bottom; }
.data-table td, .data-table tbody th { padding: 25px 18px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 400; vertical-align: top; }
.data-table tbody tr:hover { background: var(--blue-soft); }
.quote { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(28px, 3.5vw, 46px); font-weight: 400; line-height: 1.3; letter-spacing: -.025em; }

.callout { padding: clamp(26px, 3.5vw, 42px); border: 1px solid var(--line-dark); border-radius: var(--radius); background: var(--paper); }
.callout-blue { border-color: #a9d6e6; background: var(--blue-soft); }
.callout h2, .callout h3 { margin: 0 0 14px; font-family: var(--sans); font-size: clamp(23px, 2.2vw, 31px); font-weight: 600; line-height: 1.25; letter-spacing: -.025em; }
.callout p { max-width: 780px; margin: 0 0 18px; color: var(--muted); }
.callout > :last-child { margin-bottom: 0; }
.form-note { padding: 18px 20px; border-left: 3px solid var(--warning-line); background: var(--warning); color: #5f4b26; font-size: 13px; }

.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 30px; padding: 27px 0; font-family: var(--serif); font-size: 21px; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: '+'; font-family: var(--sans); font-weight: 300; }
.accordion details[open] summary::after { content: '−'; }
.accordion .details-copy { max-width: 760px; padding: 0 0 30px; color: var(--muted); }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 600; }
.field .hint { color: var(--muted); font-size: 12px; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid var(--line-dark); border-radius: 0; background: var(--white); color: var(--ink); }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-dark); outline: 2px solid var(--blue); outline-offset: 1px; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }
.form-message { margin: 18px 0 0; color: var(--blue-dark); font-weight: 600; }
.check-row { display: flex; align-items: flex-start; gap: 11px; }
.check-row input { width: 18px; height: 18px; margin-top: 3px; }

.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-grid { gap: 14px; border: 0; }
.contact-card { min-height: 220px; padding: clamp(26px, 3vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.contact-card h2, .contact-card h3 { margin: 0 0 14px; font-family: var(--sans); font-size: 23px; font-weight: 600; letter-spacing: -.02em; }
.contact-card p { margin: 0 0 18px; color: var(--muted); }
.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.article-card { display: flex; min-height: 320px; flex-direction: column; padding: clamp(26px, 3vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.article-meta { margin-bottom: 30px; color: var(--blue-dark); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-card h2, .article-card h3 { margin: 0 0 15px; font-family: var(--sans); font-size: 23px; font-weight: 600; line-height: 1.3; letter-spacing: -.02em; }
.article-card p { margin: 0 0 25px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.article-card .text-link { margin-top: auto; align-self: flex-start; }
.final-cta { padding-block: clamp(68px, 8vw, 104px); }
.final-cta .quote { margin-bottom: 38px; }

/* Homepage */
.home .hero { min-height: min(680px, calc(100vh - 76px)); }
.home .hero-copy { padding-block: clamp(76px, 8vw, 118px); }
.home .section { padding-block: clamp(72px, 7.5vw, 112px); }
.home .section-head { margin-bottom: clamp(44px, 5vw, 68px); }
.home .home-partner-head { margin-bottom: 0; }
.home-photo { margin: 0; overflow: hidden; background: #e8e6e2; }
.home-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.editorial-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(26px, 3vw, 44px); margin: 0; padding: 0; list-style: none; }
.editorial-story { min-width: 0; }
.editorial-story-link { display: flex; height: 100%; min-width: 0; flex-direction: column; border-radius: 2px; }
.editorial-story-meta { display: grid; grid-template-columns: 32px 1fr; gap: 12px; min-height: 58px; align-items: start; padding: 15px 0 16px; border-top: 1px solid rgba(22, 25, 28, .28); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; }
.editorial-story-meta span:first-child { color: var(--blue-dark); }
.editorial-story-media { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: 20px; background: #e7e4df; }
.editorial-story-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.editorial-story-body { display: flex; flex: 1; flex-direction: column; padding: clamp(24px, 2.5vw, 34px) 2px 0; }
.editorial-story-body h3 { max-width: 560px; margin: 0 0 13px; font-size: clamp(24px, 2.2vw, 31px); font-weight: 600; line-height: 1.22; letter-spacing: -.03em; }
.editorial-story-body p { max-width: 58ch; margin: 0 0 25px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.editorial-story-action { align-self: flex-start; margin-top: auto; padding-bottom: 3px; border-bottom: 2px solid var(--blue-dark); color: var(--blue-dark); font-size: 14px; font-weight: 700; }
.decision-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 42px); margin: 0; padding: 0; list-style: none; }
.decision-item { padding: 20px 0 4px; border-top: 1px solid var(--line-dark); }
.decision-number { display: block; margin-bottom: clamp(25px, 3vw, 38px); color: var(--ink); font-size: clamp(36px, 3.8vw, 52px); font-weight: 700; letter-spacing: -.055em; line-height: 1; }
.decision-item h3 { margin: 0 0 12px; font-size: clamp(20px, 1.8vw, 25px); font-weight: 600; line-height: 1.28; letter-spacing: -.02em; }
.decision-item p { max-width: 410px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.human-review { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); gap: 0; align-items: stretch; margin-top: clamp(26px, 3vw, 42px); padding: 0; overflow: hidden; border: 1px solid #a9d6e6; border-radius: var(--radius); background: var(--blue-soft); }
.human-review-photo { min-width: 0; min-height: 420px; }
.human-review-photo img { object-position: center; }
.human-review-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 68px); }
.human-review .eyebrow { margin-bottom: 24px; }
.human-review h3 { max-width: 620px; margin: 0; font-size: clamp(26px, 2.7vw, 38px); font-weight: 600; line-height: 1.2; letter-spacing: -.03em; }
.human-review-copy { margin-top: clamp(24px, 3vw, 38px); }
.human-review-copy p { margin: 0 0 25px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.home-partner .section-title { max-width: 900px; }
.home-partner .section-intro { max-width: 760px; }
.home-partner .text-link { color: var(--white); }

@media (hover: hover) {
  .editorial-story-link:hover .editorial-story-media img { transform: scale(1.025); }
  .editorial-story-link:hover .editorial-story-body h3 { color: var(--blue-dark); }
}

.site-footer { padding: clamp(58px, 7vw, 90px) var(--gutter) 35px; background: var(--ink); color: var(--white); }
.footer-main { display: grid; grid-template-columns: minmax(230px, 1.1fr) repeat(3, minmax(150px, .7fr)); gap: clamp(35px, 6vw, 90px); padding-bottom: 65px; }
.footer-brand { max-width: 360px; }
.footer-brand .brand { display: inline-block; margin-bottom: 25px; white-space: normal; }
.footer-brand p { margin: 0; color: #b7bec2; font-size: 14px; }
.footer-column h2 { margin: 0 0 21px; color: #8fd2eb; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li { margin-bottom: 11px; }
.footer-column a { color: #d4d8da; font-size: 13px; border-bottom: 1px solid transparent; }
.footer-column a:hover { color: var(--white); border-color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 28px; border-top: 1px solid #363c40; color: #8f989d; font-size: 11px; }

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.muted { color: var(--muted); }
.no-margin { margin: 0; }
.context-note { margin-top: 32px; }
.flow-note { margin-top: 42px; }
.form-grid-spaced { margin-top: 28px; }
.privacy-note { font-size: 13px; }
.article-body { margin-top: 36px; }

@media (max-width: 1100px) {
  .card-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid.three, .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .evidence-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .flow-step:nth-child(3)::after { display: none; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .home .hero { min-height: 0; }
  .hero-art { min-height: 420px; border-top: 1px solid var(--line); border-left: 0; }
  .split, .split-wide { grid-template-columns: 1fr; gap: 46px; }
  .assessment-grid { grid-template-columns: 1fr; }
  .assessment-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .assessment-showcase-item, .assessment-showcase-item:nth-child(n + 4) { grid-column: auto; }
  .assessment-showcase-item:last-child { grid-column: 1 / -1; }
  .process li { grid-template-columns: 42px 1fr; }
  .process p { grid-column: 2; }
  .evidence-flow { grid-template-columns: 1fr; }
  .flow-step { min-height: 0; }
  .flow-step:not(:last-child)::after { content: '↓'; top: auto; right: auto; bottom: -13px; left: 25px; width: 22px; transform: none; }
  .menu-layout { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .decision-grid, .human-review { grid-template-columns: 1fr; }
  .decision-item { min-height: 0; }
  .human-review { align-items: start; }
  .human-review-photo { min-height: 0; aspect-ratio: 16 / 9; }
}
@media (max-width: 740px) {
  .card-grid.three, .card-grid.four, .article-grid { grid-template-columns: 1fr; }
  .editorial-story-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 620px) {
  :root { --gutter: 21px; --section: 68px; }
  .site-header, .menu-head { min-height: 72px; }
  .brand { max-width: 185px; font-size: 12px; letter-spacing: .17em; white-space: normal; }
  .header-link { display: none; }
  .hero-copy { padding: 70px var(--gutter) 72px; }
  .hero h1 { font-size: clamp(38px, 11vw, 50px); }
  .hero-art { min-height: 330px; }
  .page-hero { padding-top: 66px; }
  .page-hero h1 { font-size: clamp(38px, 11vw, 50px); }
  .section-title { font-size: clamp(28px, 9vw, 36px); }
  .section-head { margin-bottom: 34px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .card-grid, .card-grid.three, .card-grid.four, .article-grid { grid-template-columns: 1fr; }
  .assessment-showcase { grid-template-columns: 1fr; gap: 34px; }
  .assessment-showcase-item:last-child { grid-column: auto; }
  .card { min-height: 0; }
  .route-card { min-height: 0; }
  .decision-item { min-height: 0; }
  .human-review { padding: 0; }
  .human-review-photo { aspect-ratio: 16 / 10; }
  .human-review-content { padding: 30px 24px 34px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .contact-card, .article-card { min-height: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .menu-label { font-size: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (forced-colors: active) {
  .card.image-card { border-color: CanvasText; background: Canvas; color: CanvasText; }
  .card.image-card::after, .image-card-media { display: none; }
  .card.image-card .card-number, .card.image-card .route-label, .card.image-card h3, .card.image-card h4, .card.image-card p, .card.image-card ul, .card.image-card .text-link { color: CanvasText; }
}
@media print {
  .site-header, .site-footer, .button-row, .filters { display: none !important; }
  .section, .page-hero { padding-block: 35px; }
  .card, .callout, .data-table tr { break-inside: avoid; }
  .card.image-card { min-height: 0; border-color: #999; background: #fff; color: #000; }
  .card.image-card::after, .image-card-media { display: none; }
  .card.image-card .card-number, .card.image-card .route-label, .card.image-card h3, .card.image-card h4, .card.image-card p, .card.image-card ul, .card.image-card .text-link { color: #000; }
}
