:root {
  color-scheme: dark;
  --bg: #0c0f0d;
  --surface: #151917;
  --surface-2: #1b201d;
  --surface-3: #242a26;
  --text: #f2f4f0;
  --muted: #a8b0aa;
  --line: rgba(242, 244, 240, .14);
  --line-strong: rgba(242, 244, 240, .28);
  --red: #ff514b;
  --red-solid: #c92d29;
  --red-hover: #dd3833;
  --max: 1480px;
  --radius: 26px;
  --nav-height: 76px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

html[data-theme="light"] {
  color-scheme: light;
  --bg: #eef1ee;
  --surface: #f9faf8;
  --surface-2: #e4e8e4;
  --surface-3: #d7ddd8;
  --text: #111512;
  --muted: #56615a;
  --line: rgba(17, 21, 18, .14);
  --line-strong: rgba(17, 21, 18, .28);
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; max-width: 100%; overflow-x: clip; background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.5; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: rgba(255, 81, 75, .18); }
button { color: inherit; }
h1, h2, h3, p { text-wrap: pretty; }
[id] { scroll-margin-top: 120px; }

.skip-link { position: fixed; left: 16px; top: 12px; z-index: 200; padding: 12px 18px; border-radius: 999px; background: var(--text); color: var(--bg); font-weight: 800; transform: translateY(-180%); transition: transform .2s var(--ease); }
.skip-link:focus { transform: translateY(0); }
.concept-bar { position: relative; z-index: 110; min-height: 28px; padding: 0 max(18px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--red-solid); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.concept-bar span:last-child { opacity: .82; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 84%, transparent); backdrop-filter: blur(18px) saturate(140%); }
.nav-shell { width: min(var(--max), calc(100% - 40px)); min-height: var(--nav-height); margin: auto; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 26px; }
.brand-link { width: fit-content; display: inline-flex; align-items: center; }
.brand-logo { width: 205px; height: auto; object-fit: contain; }
.brand-logo.logo-light { display: none; }
html[data-theme="light"] .brand-logo.logo-dark { display: none; }
html[data-theme="light"] .brand-logo.logo-light { display: block; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); white-space: nowrap; }
.desktop-nav a { position: relative; color: var(--muted); font-size: 13px; font-weight: 750; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--text); }
.desktop-nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -12px; height: 2px; background: var(--red); }
.nav-tools { display: flex; align-items: center; gap: 9px; }
.theme-button, .menu-button { min-height: 44px; padding: 0 16px; border: 1px solid var(--line-strong); border-radius: 999px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
.menu-button { display: none; }
.mobile-menu { display: none; }
.button { min-height: 50px; padding: 0 22px; border: 1px solid var(--line-strong); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; background: transparent; color: var(--text); font-size: 13px; font-weight: 850; letter-spacing: .01em; cursor: pointer; transition: transform .22s var(--ease), background .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-2px); border-color: var(--text); }
.button:active { transform: translateY(0) scale(.98); }
.button.primary { border-color: var(--red-solid); background: var(--red-solid); color: #fff; }
.button.primary:hover { border-color: var(--red-hover); background: var(--red-hover); }
.button.light { border-color: #f2f4f0; background: #f2f4f0; color: #101310; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--text); font-size: 13px; font-weight: 850; border-bottom: 1px solid var(--line-strong); }
.text-link:hover { border-color: var(--red); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: clamp(90px, 10vw, 160px); }
.section-heading { max-width: 880px; margin: 0; font-size: clamp(46px, 6vw, 88px); line-height: .96; letter-spacing: -.065em; font-weight: 760; }
.section-copy { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: clamp(17px, 1.55vw, 21px); }
.eyebrow { margin: 0 0 22px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 30px; }
.media-note { margin: 10px 6px 0 auto; width: fit-content; color: var(--muted); font-size: 11px; }
.home-hero { min-height: calc(100dvh - 104px); padding: 18px 20px 0; display: grid; }
.hero-frame { position: relative; min-height: calc(100dvh - 122px); overflow: hidden; border-radius: var(--radius); background: #151917; isolation: isolate; }
.hero-frame::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5, 8, 6, .88) 0%, rgba(5, 8, 6, .66) 36%, rgba(5, 8, 6, .14) 68%, rgba(5, 8, 6, .06) 100%), linear-gradient(0deg, rgba(5, 8, 6, .58), transparent 45%); }
.hero-media { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.035); animation: hero-settle 1.4s var(--ease) forwards; }
.hero-content { width: min(var(--max), calc(100% - 56px)); min-height: 100%; margin: auto; padding: clamp(52px, 7vw, 108px) 0 52px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; }
.hero-content h1 { max-width: 800px; margin: 0; color: #f4f5f1; font-size: clamp(58px, 7.3vw, 112px); line-height: .91; letter-spacing: -.075em; font-weight: 780; }
.hero-content .hero-copy { max-width: 610px; margin: 26px 0 0; color: rgba(244,245,241,.82); font-size: clamp(17px, 1.6vw, 22px); }
.hero-content .button:not(.primary), .hero-content .text-link { color: #f4f5f1; border-color: rgba(244,245,241,.5); }
.hero-content > * { animation: hero-copy-in .8s var(--ease) both; }
.hero-content > :nth-child(2) { animation-delay: .08s; }
.hero-content > :nth-child(3) { animation-delay: .16s; }
.hero-content > :nth-child(4) { animation-delay: .24s; }
.proof-rail { width: min(var(--max), calc(100% - 40px)); margin: 24px auto 0; padding: 24px 0 26px; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.proof-rail div { padding: 0 26px; border-left: 1px solid var(--line); }
.proof-rail div:first-child { padding-left: 0; border-left: 0; }
.proof-rail span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.proof-rail strong { display: block; margin-top: 7px; font-size: clamp(19px, 2vw, 28px); letter-spacing: -.04em; }
.path-grid { margin-top: 48px; display: grid; grid-template-columns: 1.18fr .82fr; gap: 18px; }
.path-card { position: relative; min-height: 560px; overflow: hidden; border-radius: var(--radius); background: var(--surface); isolation: isolate; }
.path-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(7,10,8,.9) 0%, rgba(7,10,8,.12) 66%); }
.path-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.path-card:hover img { transform: scale(1.045); }
.path-card-content { position: absolute; inset: auto 0 0; padding: clamp(28px, 4vw, 54px); color: #f4f5f1; }
.path-card h3 { max-width: 600px; margin: 0; font-size: clamp(38px, 5vw, 72px); line-height: .95; letter-spacing: -.06em; }
.path-card p { max-width: 500px; margin: 16px 0 0; color: rgba(244,245,241,.76); font-size: 17px; }
.path-card .path-action { margin-top: 24px; color: #fff; font-size: 13px; font-weight: 850; }
.accountability-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 18px; align-items: stretch; }
.accountability-copy { padding: clamp(34px, 6vw, 90px); border-radius: var(--radius); background: var(--surface); }
.accountability-copy h2 { margin: 0; font-size: clamp(46px, 5.8vw, 86px); line-height: .94; letter-spacing: -.065em; }
.accountability-copy p { max-width: 570px; color: var(--muted); font-size: 19px; }
.evidence-mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.evidence-tile { min-height: 240px; padding: 34px; border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; background: var(--surface-2); }
.evidence-tile strong { font-size: clamp(38px, 5vw, 72px); line-height: 1; letter-spacing: -.06em; }
.evidence-tile p { max-width: 280px; margin: 20px 0 0; color: var(--muted); }
.evidence-tile.accent { background: var(--red-solid); color: #fff; }
.evidence-tile.accent p { color: rgba(255,255,255,.8); }
.evidence-tile.photo { padding: 0; overflow: hidden; }
.evidence-tile.photo img { width: 100%; height: 100%; object-fit: cover; }
.service-stage { position: relative; min-height: 720px; overflow: hidden; border-radius: var(--radius); isolation: isolate; }
.service-stage::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,10,8,.92), rgba(7,10,8,.5) 48%, rgba(7,10,8,.08)); }
.service-stage > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.service-stage-content { min-height: 720px; padding: clamp(38px, 7vw, 100px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #f4f5f1; }
.service-stage h2 { max-width: 720px; margin: 0; font-size: clamp(50px, 6.4vw, 94px); line-height: .93; letter-spacing: -.065em; }
.service-stage p { max-width: 520px; margin: 24px 0 0; color: rgba(244,245,241,.78); font-size: 19px; }
.decision-lab { display: grid; grid-template-columns: .78fr 1.22fr; gap: 18px; }
.decision-intro, .decision-panel { min-height: 500px; border-radius: var(--radius); background: var(--surface); }
.decision-intro { padding: clamp(34px, 5vw, 72px); }
.decision-intro h2 { margin: 0; font-size: clamp(44px, 5.3vw, 76px); line-height: .95; letter-spacing: -.06em; }
.decision-tabs { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 9px; }
.decision-tab { min-height: 44px; padding: 0 16px; border: 1px solid var(--line-strong); border-radius: 999px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 800; cursor: pointer; }
.decision-tab[aria-selected="true"] { border-color: var(--red-solid); background: var(--red-solid); color: #fff; }
.decision-panel { position: relative; padding: clamp(34px, 6vw, 88px); overflow: hidden; background: linear-gradient(135deg, var(--surface-2), var(--surface)); }
.decision-panel::before { content: ""; position: absolute; width: 320px; height: 320px; right: -140px; top: -150px; border-radius: 50%; background: var(--red-solid); opacity: .32; }
.decision-panel h3 { position: relative; max-width: 700px; margin: 0; font-size: clamp(42px, 5.7vw, 82px); line-height: .96; letter-spacing: -.06em; }
.decision-panel p { position: relative; max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 19px; }
.decision-note { margin-top: 24px; color: var(--muted); font-size: 12px; }
.stories-viewport { position: relative; margin-top: 44px; }
.stories-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(330px, 42%); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.stories-track::-webkit-scrollbar { display: none; }
.story-card { min-height: 360px; padding: 38px; border-radius: var(--radius); scroll-snap-align: start; display: flex; flex-direction: column; justify-content: space-between; background: var(--surface); }
.story-card:nth-child(2) { background: var(--surface-2); }
.story-card:nth-child(3) { background: var(--red-solid); color: #fff; }
.story-card span { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.story-card:nth-child(3) span { color: #fff; }
.story-card h3 { margin: 20px 0 0; font-size: clamp(34px, 4vw, 56px); letter-spacing: -.055em; }
.story-card p { margin: 16px 0 0; color: var(--muted); font-size: 18px; }
.story-card:nth-child(3) p { color: rgba(255,255,255,.8); }
.carousel-tools { display: flex; gap: 8px; margin-top: 20px; }
.carousel-button { width: 48px; height: 48px; border: 1px solid var(--line-strong); border-radius: 999px; background: transparent; color: var(--text); cursor: pointer; font-size: 20px; }
.faq-list { max-width: 980px; margin-top: 44px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 0; cursor: pointer; list-style: none; font-size: clamp(22px, 2.5vw, 32px); font-weight: 760; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--red); transition: transform .2s var(--ease); }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -6px 0 26px; color: var(--muted); font-size: 17px; }
.final-cta { padding: clamp(48px, 7vw, 96px); border-radius: var(--radius); background: var(--red-solid); color: #fff; }
.final-cta h2 { max-width: 950px; margin: 0; font-size: clamp(54px, 7.6vw, 110px); line-height: .9; letter-spacing: -.075em; }
.final-cta p { max-width: 580px; color: rgba(255,255,255,.8); font-size: 19px; }
.final-cta .button.primary { border-color: #f2f4f0; background: #f2f4f0; color: #111512; }
.final-cta .button { border-color: rgba(255,255,255,.65); color: #fff; }
.page-hero { min-height: 720px; padding: 18px 20px 0; }
.page-hero-frame { position: relative; min-height: 690px; overflow: hidden; border-radius: var(--radius); isolation: isolate; }
.page-hero-frame::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,10,8,.92), rgba(7,10,8,.36) 60%, rgba(7,10,8,.1)); }
.page-hero-frame > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.page-hero-copy { width: min(var(--max), calc(100% - 56px)); min-height: 690px; margin: auto; padding: 64px 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; color: #f4f5f1; }
.page-hero-copy h1 { max-width: 870px; margin: 0; font-size: clamp(58px, 7.2vw, 108px); line-height: .92; letter-spacing: -.075em; }
.page-hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 24px 0 0; color: rgba(244,245,241,.8); font-size: 20px; }
.feature-bento { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: auto auto; gap: 16px; margin-top: 46px; }
.feature-cell { min-height: 280px; padding: clamp(28px, 4vw, 48px); border-radius: var(--radius); background: var(--surface); }
.feature-cell:first-child { grid-row: span 2; min-height: 576px; background: var(--red-solid); color: #fff; }
.feature-cell.media { padding: 0; overflow: hidden; }
.feature-cell.media img { width: 100%; height: 100%; object-fit: cover; }
.feature-cell strong { display: block; font-size: clamp(34px, 4vw, 58px); line-height: 1; letter-spacing: -.055em; }
.feature-cell p { margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.feature-cell:first-child p { color: rgba(255,255,255,.82); }
.compare-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.compare-item { min-height: 210px; padding: 32px; border-radius: var(--radius); background: var(--surface); }
.compare-item strong { color: var(--red); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.compare-item h3 { margin: 20px 0 0; font-size: clamp(28px, 3vw, 42px); line-height: 1; letter-spacing: -.045em; }
.compare-item p { color: var(--muted); }
.service-router { margin-top: 46px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.service-option { min-height: 220px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.service-option h3 { margin: 0; font-size: clamp(30px, 3.5vw, 46px); letter-spacing: -.045em; }
.service-option p { color: var(--muted); }
.coverage-grid { margin-top: 44px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 16px; }
.coverage-lead { min-height: 520px; padding: clamp(34px, 5vw, 72px); border-radius: var(--radius); background: var(--red-solid); color: #fff; }
.coverage-lead h2 { margin: 0; font-size: clamp(48px, 6vw, 84px); line-height: .94; letter-spacing: -.065em; }
.coverage-lead p { color: rgba(255,255,255,.82); font-size: 18px; }
.coverage-stack { display: grid; gap: 16px; }
.coverage-item { padding: 30px; border-radius: var(--radius); background: var(--surface); }
.coverage-item h3 { margin: 0; font-size: 30px; letter-spacing: -.035em; }
.coverage-item p { color: var(--muted); }
.contact-stage { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; padding-top: 18px; }
.contact-info, .path-selector { min-height: 720px; padding: clamp(34px, 6vw, 84px); border-radius: var(--radius); background: var(--surface); }
.contact-info h1 { margin: 0; font-size: clamp(54px, 6.8vw, 98px); line-height: .92; letter-spacing: -.07em; }
.contact-list { margin-top: 58px; display: grid; gap: 26px; }
.contact-list span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-list a, .contact-list strong { display: block; margin-top: 6px; overflow-wrap: anywhere; font-size: clamp(21px, 2.2vw, 32px); letter-spacing: -.03em; }
.path-selector { background: linear-gradient(135deg, var(--surface-2), var(--surface)); }
.path-selector h2 { max-width: 670px; margin: 0; font-size: clamp(44px, 5.8vw, 80px); line-height: .95; letter-spacing: -.06em; }
.path-picker { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 9px; }
.path-choice { min-height: 46px; padding: 0 18px; border: 1px solid var(--line-strong); border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; font-size: 13px; font-weight: 800; }
.path-choice[aria-selected="true"] { border-color: var(--red-solid); background: var(--red-solid); color: #fff; }
.path-result { margin-top: 46px; padding-top: 38px; border-top: 1px solid var(--line); }
.path-result h3 { margin: 0; font-size: clamp(34px, 4vw, 56px); line-height: 1; letter-spacing: -.05em; }
.path-result p { max-width: 620px; color: var(--muted); font-size: 18px; }
.production-note { margin-top: 26px; color: var(--muted); font-size: 12px; }
.site-footer { margin-top: clamp(90px, 10vw, 150px); padding: 64px max(20px, calc((100vw - var(--max)) / 2)) 110px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; background: var(--surface); }
.footer-logo { width: 205px; height: auto; }
.site-footer h2 { margin: 28px 0 0; max-width: 500px; font-size: clamp(28px, 3vw, 44px); line-height: 1; letter-spacing: -.045em; }
.site-footer nav, .site-footer address { display: grid; align-content: start; gap: 12px; font-style: normal; }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--text); }
.footer-meta { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 11px; }
.mobile-dock { position: fixed; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 95; display: none; gap: 8px; padding: 8px; border: 1px solid var(--line); border-radius: 999px; background: color-mix(in srgb, var(--bg) 86%, transparent); backdrop-filter: blur(18px); transform: translateY(150%); opacity: 0; transition: transform .35s var(--ease), opacity .35s ease; }
.mobile-dock.is-visible { transform: translateY(0); opacity: 1; }
.mobile-dock .button { flex: 1; min-height: 46px; }
.contact-page .mobile-dock { display: none !important; }
.reveal { opacity: 1; transform: none; }
@keyframes hero-settle { from { transform: scale(1.09); } to { transform: scale(1.035); } }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@media (max-width: 1120px) {
  .nav-shell { grid-template-columns: 205px 1fr auto; }
  .brand-logo { width: 185px; }
  .desktop-nav { gap: 16px; }
  .nav-tools .button { display: none; }
  .path-card { min-height: 500px; }
}
@media (max-width: 860px) {
  :root { --nav-height: 72px; --radius: 22px; }
  .concept-bar { padding-inline: 12px; font-size: 8px; }
  .concept-bar span:last-child { display: none; }
  .nav-shell { width: calc(100% - 28px); grid-template-columns: 1fr auto; }
  .brand-logo { width: 170px; }
  .desktop-nav, .nav-tools .button, .theme-button { display: none; }
  .menu-button { display: inline-flex; align-items: center; }
  .mobile-menu { position: fixed; top: 100px; left: 14px; right: 14px; z-index: 99; max-height: calc(100dvh - 118px); overflow-y: auto; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 28px 80px rgba(0,0,0,.32); }
  .mobile-menu:not([hidden]) { display: grid; }
  .mobile-menu a, .mobile-menu button { padding: 16px 4px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; font-size: 24px; font-weight: 760; }
  .mobile-menu a:last-of-type { border-bottom: 0; }
  .mobile-theme { color: var(--muted); }
  .home-hero { min-height: auto; padding: 12px 14px 0; }
  .hero-frame { min-height: 720px; }
  .hero-frame::after { background: linear-gradient(0deg, rgba(5,8,6,.92) 0%, rgba(5,8,6,.48) 62%, rgba(5,8,6,.14)); }
  .hero-media { object-position: 64% center; }
  .hero-content { width: calc(100% - 40px); padding: 46px 0 36px; justify-content: flex-end; }
  .hero-content h1 { font-size: clamp(52px, 15vw, 78px); }
  .hero-content .hero-copy { max-width: 500px; font-size: 17px; }
  .proof-rail { grid-template-columns: 1fr 1fr; }
  .proof-rail div { padding: 20px; border-top: 1px solid var(--line); }
  .proof-rail div:nth-child(odd) { border-left: 0; }
  .proof-rail div:first-child, .proof-rail div:nth-child(2) { border-top: 0; }
  .path-grid, .accountability-grid, .decision-lab, .coverage-grid, .contact-stage { grid-template-columns: 1fr; }
  .path-card { min-height: 500px; }
  .evidence-mosaic { min-height: 560px; }
  .service-stage, .service-stage-content { min-height: 660px; }
  .service-stage::after { background: linear-gradient(0deg, rgba(7,10,8,.94), rgba(7,10,8,.2)); }
  .service-stage > img { object-position: 65% center; }
  .decision-intro, .decision-panel { min-height: auto; }
  .stories-track { grid-auto-columns: minmax(310px, 82%); }
  .page-hero { min-height: auto; padding: 12px 14px 0; }
  .page-hero-frame, .page-hero-copy { min-height: 680px; }
  .page-hero-copy { width: calc(100% - 40px); }
  .page-hero-copy h1 { font-size: clamp(54px, 15vw, 82px); }
  .feature-bento { grid-template-columns: 1fr 1fr; }
  .feature-cell:first-child { grid-column: 1 / -1; grid-row: auto; min-height: 420px; }
  .compare-grid, .service-router { grid-template-columns: 1fr; }
  .contact-info, .path-selector { min-height: auto; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > div:first-child { grid-column: 1 / -1; }
  .mobile-dock { display: flex; }
}
@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); }
  .section { padding-block: 78px; }
  .section-heading { font-size: clamp(43px, 13vw, 62px); }
  .concept-bar { min-height: 26px; }
  .brand-logo { width: 154px; }
  .hero-frame { min-height: 650px; }
  .hero-content h1 { font-size: clamp(48px, 15.2vw, 67px); }
  .hero-content .actions, .page-hero-copy .actions { width: 100%; align-items: stretch; }
  .hero-content .button, .hero-content .text-link, .page-hero-copy .button, .page-hero-copy .text-link { width: 100%; }
  .proof-rail { width: calc(100% - 28px); }
  .proof-rail div { padding: 18px 10px; }
  .proof-rail strong { font-size: 18px; }
  .path-card { min-height: 460px; }
  .path-card-content { padding: 26px; }
  .path-card h3 { font-size: 42px; }
  .evidence-mosaic { grid-template-columns: 1fr; grid-template-rows: auto; min-height: auto; }
  .evidence-tile { min-height: 220px; }
  .evidence-tile.photo { min-height: 340px; }
  .service-stage, .service-stage-content { min-height: 610px; }
  .service-stage-content { justify-content: flex-end; padding: 28px; }
  .decision-intro, .decision-panel { padding: 30px; }
  .stories-track { grid-auto-columns: 88%; }
  .story-card { min-height: 340px; padding: 28px; }
  .final-cta { padding: 32px 26px; }
  .final-cta h2 { font-size: 53px; }
  .page-hero-frame, .page-hero-copy { min-height: 620px; }
  .page-hero-copy h1 { font-size: 55px; }
  .feature-bento { grid-template-columns: 1fr; }
  .feature-cell:first-child { grid-column: auto; min-height: 360px; }
  .contact-info, .path-selector { padding: 34px 24px; }
  .contact-info h1 { font-size: 54px; }
  .contact-list a, .contact-list strong { font-size: 21px; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 130px; }
  .site-footer > div:first-child { grid-column: auto; }
  .footer-meta { grid-column: auto; display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
@media (prefers-reduced-transparency: reduce) {
  .site-header, .mobile-dock { background: var(--bg); backdrop-filter: none; }
}
