@charset "UTF-8";
@font-face { font-family: "DM Sans"; src: url("../fonts/dm-sans/DM-Sans.ttf") format("truetype"); font-weight: 100 1000; font-style: normal; font-display: swap; }

.cms-logo { max-width: 220px; max-height: 52px; }
.cms-image { width: 100%; border-radius: 12px; }
.cms-hero-copy { max-width: 900px; }
.cms-rich-text { margin-top: 24px; }
.cms-rich-text p + p { margin-top: 1.2rem; }
.cms-image-left > img { order: -1; }
.cms-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 28px; }
.cms-cards > article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }

:root {
    --ink: #03172d;
    --muted: #586474;
    --blue: #093f7f;
    --blue-deep: #0c3b77;
    --paper: #f9faf9;
    --line: #dce2e8;
    --soft: #edf2f7;
    --white: #fff;
    --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
:focus-visible { outline: 3px solid #3879d3; outline-offset: 5px; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; line-height: 1.06; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(3.5rem, 5.56vw, 5.25rem); }
h2 { font-size: clamp(2.4rem, 4.3vw, 4.4rem); }
h3 { font-size: clamp(1.4rem, 2vw, 2rem); }
p + p { margin-top: 1.2rem; }
ul { padding-left: 1.2rem; }
.container { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: clamp(72px, 9vw, 136px); }
.section + .section { border-top: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 96px); align-items: center; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 56px; }
.section-heading > :first-child { max-width: 740px; }
.section-heading > p { max-width: 450px; color: var(--muted); }
.eyebrow { display: block; color: var(--blue); font-size: .69rem; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 24px; }
.lead { font-size: clamp(1.05rem, 1.45vw, 1.25rem); line-height: 1.7; color: var(--muted); }
.copy > p:not(.eyebrow) { color: var(--muted); margin-top: 24px; }
.copy .actions { margin-top: 32px; }
.small { font-size: .82rem; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 20px 28px; align-items: center; margin-top: 36px; }
.button { display: inline-flex; min-height: 48px; justify-content: center; align-items: center; gap: 28px; border: 1px solid var(--blue); border-radius: 6px; background: var(--blue); color: white; padding: 15px 23px; font-size: .85rem; font-weight: 600; text-decoration: none; transition: background .2s, transform .2s; }
.button:hover { background: var(--blue-deep); transform: translateY(-2px); }
.button-small { padding: 11px 17px; font-size: .75rem; gap: 18px; }
.button-light { background: white; border-color: white; color: var(--ink); }
.button-light:hover { background: var(--soft); }
.button-outline { background: transparent; color: var(--blue); }
.button-outline:hover { color: white; }
.text-link { display: inline-flex; align-items: center; gap: 20px; font-size: .88rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; padding-block: 7px; }
.skip-link { position: fixed; left: 24px; top: -100px; z-index: 100; background: var(--ink); color: white; padding: 12px 20px; }
.skip-link:focus { top: 10px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(249, 250, 249, .97); border-bottom: 1px solid var(--line); }
.header-inner { width: min(1384px, calc(100% - 64px)); min-height: 64px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.16rem; font-weight: 600; letter-spacing: -.045em; text-decoration: none; white-space: nowrap; }
.brand-symbol { display: inline-block; width: 23px; height: 23px; border: 5px solid currentColor; border-right-color: #76a0cf; border-radius: 50%; transform: rotate(-30deg); }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 38px); }
.primary-nav > a:not(.button) { text-decoration: none; font-size: .78rem; color: var(--muted); }
.primary-nav > a:hover, .primary-nav > a[aria-current="page"] { color: var(--blue); }
.primary-nav > a[aria-current="page"] { text-decoration: underline; text-underline-offset: 8px; }
.sign-in { margin-left: 20px; }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 4px; background: transparent; padding: 8px 12px; font-size: .8rem; }
.hero { overflow: hidden; padding-block: 100px 116px; }
.hero .lead { margin-top: 30px; max-width: 610px; }
.hero .split { grid-template-columns: 1.06fr 1fr; gap: 52px; }
.hero-art { min-width: 0; position: relative; }
.hero-art::before { content: ""; position: absolute; inset: -25% -40%; z-index: -1; background: radial-gradient(ellipse, #dce8f7, transparent 65%); }
.consultation-preview { background: #101d33; color: white; border-radius: 12px; overflow: hidden; box-shadow: 0 28px 65px -28px #11213b66; border: 1px solid #25354d; }
.consultation-preview img { width: 100%; aspect-ratio: 1.07; object-fit: cover; }
.preview-topbar, .consultation-preview figcaption { display: flex; align-items: center; gap: 8px; padding: 14px 18px; font-size: .65rem; letter-spacing: .025em; }
.preview-topbar > span:last-child, .consultation-preview figcaption > span:last-child { margin-left: auto; color: #a7b7cf; font-size: .6rem; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #83b9ec; flex: 0 0 6px; }
.section-divider { padding-block: 18px; border-block: 1px solid var(--line); }
.section-divider .eyebrow { margin: 0; color: var(--muted); }
.problem-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; }
.stat-big { display: block; font-size: clamp(5rem, 10vw, 10rem); font-weight: 400; letter-spacing: -.075em; line-height: 1.05; margin: 20px 0 28px; }
.stat-panel h3 { max-width: 440px; }
.stat-panel p { max-width: 550px; margin-top: 20px; color: var(--muted); }
.quote-card { padding: 44px; background: var(--blue-deep); color: white; border-radius: 4px; display: flex; flex-direction: column; justify-content: center; }
.quote-card .eyebrow { color: #b6cee9; }
.quote-card blockquote { margin: 0 0 32px; font-size: clamp(1.5rem, 2.5vw, 2.6rem); line-height: 1.35; letter-spacing: -.03em; }
.quote-card cite { font-style: normal; font-size: .8rem; color: #cbd9ee; }
.tabs { display: flex; gap: 0; margin: 42px 0; border-bottom: 1px solid var(--line); overflow-x: auto; }
.tabs button { flex: 1; min-width: fit-content; padding: 20px 24px; text-align: left; color: var(--muted); background: transparent; border: 0; border-bottom: 2px solid transparent; font-size: .93rem; }
.tabs button span { display: block; margin-bottom: 12px; font-size: .65rem; color: var(--muted); }
.tabs button[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--blue); }
.tabs button:hover { background: var(--soft); }
.tab-panel + .tab-panel { margin-top: 48px; }
[data-tabs-ready] .tab-panel { margin-top: 0; }
.role-visual { padding: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.role-visual h3 { margin: 22px 0; }
.flow-step { display: flex; align-items: center; gap: 16px; padding: 17px 0; border-top: 1px solid var(--line); font-size: .88rem; }
.flow-step > span { color: var(--blue); font-size: .7rem; min-width: 25px; }
.dark-section { background: var(--ink); color: white; }
.dark-section .eyebrow { color: #93b9e6; }
.dark-section .lead, .dark-section .copy > p:not(.eyebrow) { color: #b5c2d3; }
.dark-section .tabs { border-color: #344057; }
.dark-section .tabs button { color: #acbcd2; }
.dark-section .tabs button[aria-selected="true"] { color: white; border-color: #a3c5f0; }
.dark-section .tabs button:hover { background: #192b47; }
.dark-section .role-visual { background: #16263e; border-color: #344057; }
.dark-section .flow-step { border-color: #344057; }
.outcome-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.outcome-card { border: 1px solid var(--line); border-radius: 6px; padding: 40px; background: white; }
.outcome-card strong { display: block; font-size: 4.5rem; line-height: 1.1; letter-spacing: -.065em; font-weight: 400; margin: 22px 0; }
.outcome-card h3 { font-size: 1.4rem; }
.outcome-card p { color: var(--muted); margin-top: 15px; }
.cta-section { background: var(--blue-deep); color: white; }
.cta-section .eyebrow { color: #a9c8ed; }
.cta-section .lead { color: #e0e8f4; }
.cta-copy { max-width: 480px; }
.site-footer { padding: 76px 0 24px; background: var(--ink); color: #bcc7d6; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 60px; }
.footer-about .brand { color: white; }
.footer-about p { max-width: 275px; font-size: .85rem; margin-top: 24px; }
.footer-about .eyebrow { font-size: .6rem; color: #8296af; margin-top: 28px; }
.site-footer nav h2 { margin: 6px 0 24px; font-size: .65rem; color: white; letter-spacing: .14em; text-transform: uppercase; }
.site-footer nav a { display: block; font-size: .8rem; text-decoration: none; margin: 12px 0; }
.site-footer a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-top: 28px; margin-top: 64px; border-top: 1px solid #2d394c; font-size: .68rem; }
.page-intro { max-width: 850px; padding-block: 110px 72px; }
.page-intro h1 + p { margin-top: 30px; max-width: 650px; }
.step-number { font-size: .75rem; color: var(--blue); display: block; margin-bottom: 32px; }
.intro-copy { margin-top: 28px; max-width: 730px; }
.display-heading { font-size: clamp(2rem, 3.3vw, 3.4rem); }
.conversation-prompt { min-height: 320px; display: flex; flex-direction: column; justify-content: center; }
.form-heading { font-size: 2rem; margin-bottom: 20px; }
.form-card > .small { margin-bottom: 28px; }
.data-heading { font-size: 1rem; margin-bottom: 14px; letter-spacing: -.02em; }
.conversation-prompt .small { color: #b5c2d3; }
.benefit-strip { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; font-size: .72rem; color: var(--muted); }
.carousel-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; }
.carousel-track .outcome-card { flex: 0 0 max(280px, calc(50% - 12px)); scroll-snap-align: start; }
.carousel-track .text-link { margin-top: 24px; }
.carousel-controls { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.carousel-controls > span { margin-right: auto; }
.carousel-controls button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); }
.carousel-controls button:disabled { cursor: default; opacity: .4; }
.study-details { margin-top: 40px; }
.module-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.module-card { border: 1px solid var(--line); background: white; border-radius: 8px; padding: 24px; }
.module-card strong { font-weight: 500; display: block; font-size: 1.2rem; margin-bottom: 12px; }
.module-card span { color: var(--muted); font-size: .72rem; }
.library { display: flex; flex-wrap: wrap; gap: 10px; margin: 40px 0 24px; }
.library span { border: 1px solid var(--line); border-radius: 3px; padding: 8px 14px; font-size: .8rem; }
.comparison { width: 100%; border-collapse: collapse; font-size: .85rem; }
.comparison th, .comparison td { padding: 18px 14px; border-bottom: 1px solid var(--line); text-align: left; }
.comparison th { font-weight: 600; }
.summary-card { background: white; border: 1px solid var(--line); border-radius: 10px; padding: 40px; box-shadow: 0 20px 60px #0b16290a; }
.summary-card h3 { margin-bottom: 28px; }
.summary-card dl { margin: 0; }
.summary-card dt { font-size: .72rem; color: var(--blue); font-weight: 600; margin-top: 22px; }
.summary-card dd { margin: 6px 0 0; color: var(--muted); font-size: .9rem; }
.story-hero { min-height: 650px; display: flex; align-items: center; background: radial-gradient(ellipse at 80% 30%, #dce5ef, transparent 60%); }
.conversation-art { position: relative; min-height: 400px; display: flex; align-items: center; justify-content: center; gap: 25px; }
.conversation-art::before { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid #b9c9dc; border-radius: 50%; }
.perspective { position: relative; width: 180px; height: 240px; display: flex; align-items: end; padding: 26px; border-radius: 110px 110px 14px 14px; background: #d4dfeb; box-shadow: 0 25px 60px #193c6126; font-size: .8rem; }
.perspective:last-child { margin-top: 90px; background: var(--blue-deep); color: white; }
.founders { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.founder { border-top: 1px solid var(--line); padding-top: 32px; }
.founder h3 { margin-bottom: 14px; }
.founder blockquote { margin: 32px 0; font-size: 1.6rem; line-height: 1.5; letter-spacing: -.025em; }
.founder > p:not(.eyebrow) { color: var(--muted); }
.journey { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; list-style: none; padding: 0; margin-top: 56px; }
.journey li { border-top: 1px solid var(--line); padding-top: 25px; }
.journey h3 { font-size: 1.2rem; margin-bottom: 16px; }
.journey p { font-size: .85rem; color: var(--muted); }
.belief { max-width: 970px; margin: auto; text-align: center; }
.belief p { max-width: 660px; margin: 36px auto 0; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; margin-top: 60px; }
.values > div { border-top: 1px solid var(--line); padding-top: 28px; }
.values h3 { font-size: 1.7rem; margin-bottom: 24px; }
.values p { color: var(--muted); }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }
.timeline article { border-left: 1px solid var(--line); padding-left: 26px; }
.timeline h3 { font-size: 1.3rem; margin: 16px 0; }
.timeline p { color: var(--muted); font-size: .9rem; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0; }
.filters button { padding: 10px 18px; border: 1px solid var(--line); border-radius: 40px; background: transparent; color: var(--muted); font-size: .78rem; }
.filters button[aria-pressed="true"] { color: white; background: var(--ink); border-color: var(--ink); }
.study-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.study-card { border: 1px solid var(--line); border-radius: 6px; background: white; padding: 36px; display: flex; flex-direction: column; align-items: start; }
.study-card h3 { font-size: 1.4rem; line-height: 1.3; }
.study-card > p { color: var(--muted); margin: 20px 0; }
.study-card .text-link { margin-top: auto; }
.study-stat { font-size: 3.8rem; line-height: 1.15; font-weight: 400; letter-spacing: -.06em; margin: 26px 0 4px; }
.study-card .small { margin-bottom: 20px; }
.research-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.research-grid article { border-top: 1px solid var(--line); padding-top: 24px; }
.research-grid h3 { font-size: 1.4rem; margin-bottom: 20px; }
.research-grid p { font-size: .9rem; color: var(--muted); }
.bar-chart { margin: 35px 0; }
.bar-row { margin: 20px 0; }
.bar-label { display: flex; justify-content: space-between; font-size: .8rem; margin-bottom: 8px; }
.bar-track { height: 12px; background: var(--soft); border-radius: 3px; overflow: hidden; }
.bar-fill { height: 100%; background: var(--blue); }
.bar-fill.baseline { background: #99a7b8; }
.pilot-note { margin-top: 28px; font-size: .8rem; color: var(--muted); border-left: 2px solid #8babd1; padding: 10px 18px; }
.study-detail { border-block: 1px solid var(--line); padding-block: 24px; }
.study-detail + .study-detail { border-top: 0; }
.study-detail summary { cursor: pointer; font-size: 1.05rem; font-weight: 500; }
.study-detail p { margin-top: 18px; max-width: 800px; color: var(--muted); }
.form-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.form-card { padding: 42px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 8px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #aebaca; background: var(--paper); border-radius: 4px; padding: 11px 12px; color: var(--ink); }
.field textarea { resize: vertical; min-height: 130px; }
.field-validation-error { display: block; color: #a92222; font-size: .8rem; margin-top: 6px; }
.input-validation-error { border-color: #a92222 !important; }
.validation-summary-valid { display: none; }
.validation-summary-errors { color: #902121; background: #fff0f0; border: 1px solid #e0acac; padding: 18px; margin-bottom: 26px; font-size: .9rem; }
.validation-summary-errors ul { margin: 0; }
.consent { display: flex; align-items: start; gap: 12px; font-size: .83rem; color: var(--muted); }
.consent input { margin-top: 6px; width: 18px; height: 18px; flex-shrink: 0; }
.form-notice { margin-top: 24px; font-size: .78rem; color: var(--muted); }
.success-panel { padding: 40px; border: 1px solid #91b5a2; background: #eef7f1; border-radius: 8px; }
.success-panel h2 { font-size: 2.5rem; margin-bottom: 24px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.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; }

@media (min-width: 1500px) {
    .hero-art { margin-right: -70px; }
}

@media (max-width: 1050px) {
    .container { width: calc(100% - 56px); }
    .primary-nav { gap: 18px; }
    .sign-in { margin-left: 0; }
    .hero { padding-block: 70px; }
    .hero .split { gap: 28px; }
    .footer-grid { gap: 30px; }
    .form-layout { gap: 40px; }
    .journey { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 800px) {
    .header-inner { width: calc(100% - 40px); min-height: 72px; flex-wrap: wrap; }
    .menu-toggle:not([hidden]) { display: block; }
    .primary-nav { width: 100%; padding-bottom: 24px; flex-wrap: wrap; }
    .nav-ready .primary-nav { display: none; }
    .nav-ready .primary-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
    .primary-nav > a:not(.button) { padding: 12px; }
    .primary-nav .button { margin-top: 12px; }
    .container { width: calc(100% - 40px); }
    .split, .hero .split, .problem-grid, .form-layout { grid-template-columns: 1fr; gap: 44px; }
    .hero .lead { max-width: 580px; }
    .hero-art { max-width: 560px; width: 100%; margin: 0 auto; }
    .hero-art::before { inset: 0; }
    .section-heading { display: block; margin-bottom: 36px; }
    .section-heading > p { margin-top: 28px; }
    .quote-card, .role-visual { padding: 30px; }
    .footer-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-about { grid-column: 1 / -1; }
    .footer-bottom { margin-top: 40px; }
    .timeline, .research-grid { grid-template-columns: 1fr 1fr; }
    .story-hero { min-height: auto; }
    .founders { gap: 32px; }
    .values { grid-template-columns: 1fr; gap: 32px; }
    .study-card, .outcome-card { padding: 26px; }
    .page-intro { padding-block: 72px 44px; }
    .form-card { padding: 28px; }
}

@media (max-width: 520px) {
    h1 { font-size: 3.35rem; }
    .hero { padding-block: 56px 64px; }
    .hero .actions { align-items: stretch; flex-direction: column; }
    .hero .text-link { align-self: flex-start; }
    .tabs button { padding: 16px; font-size: .8rem; }
    .founders, .study-grid, .outcome-grid, .timeline, .research-grid, .form-grid { grid-template-columns: 1fr; }
    .journey { grid-template-columns: 1fr; gap: 26px; }
    .journey .step-number { margin-bottom: 15px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .conversation-art { min-height: 330px; gap: 16px; }
    .conversation-art::before { width: 260px; height: 260px; }
    .perspective { width: 145px; height: 205px; padding: 22px; }
    .preview-topbar > span:last-child, .consultation-preview figcaption > span:last-child { display: none; }
    .module-card { padding: 18px; }
    .form-card { padding: 22px; }
    .comparison th, .comparison td { padding: 12px 6px; font-size: .75rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
}
