.header-inner { width: calc(100% - 48px); }
.primary-nav > a { display: inline-flex; align-items: center; min-height: 44px; }
.primary-nav > a:not(.button) { font-size: .875rem; }
.brand { font-size: 1.25rem; }
.brand-logo { display: block; width: 151px; height: auto; }
.brand-logo-light, .site-footer .brand-logo-default { display: none; }
.site-footer .brand-logo-light { display: block; }
.container { width: min(1400px, calc(100% - 112px)); }
.section { padding-block: clamp(64px, 6.6vw, 100px); }
.cms-rich-text:empty, .actions:empty { display: none; }
.hero-backdrop { min-height: 802px; display: flex; align-items: center; background-size: cover; background-position: center; }
.page-rootDocument .hero-backdrop { background-image: linear-gradient(90deg, #03172de0, #03172d38 65%, transparent), url('../images/figma/home-hero.jpg'); color: white; }
.page-ourStoryPage .hero-backdrop { background-image: linear-gradient(90deg, #f9faf9f5, #f9faf9cc 32%, #f9faf900 75%), url('../images/figma/company-hero.jpg'); }
.hero-backdrop .cms-hero-copy { max-width: 610px; }
.hero-backdrop h1 { font-size: clamp(3.5rem, 5.56vw, 5.25rem); line-height: 1.04; }
.hero-backdrop .lead { max-width: 515px; font-size: 1.125rem; line-height: 1.6; }
.page-rootDocument .hero-backdrop .eyebrow, .page-rootDocument .hero-backdrop .lead { color: #edf2f7; }
.page-rootDocument .hero-backdrop .button { background: white; border-color: white; color: var(--blue); }
.page-rootDocument .hero-backdrop .text-link { color: white; }
.call-to-action { min-height: 799px; display: flex; align-items: center; background: linear-gradient(90deg, #03172de8, #03172d99 55%, #03172d33), url('../images/figma/conversation-cta.jpg') center / cover; color: white; }
.call-to-action > .container { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; }
.call-to-action h2 { max-width: 819px; font-size: clamp(3.75rem, 8.47vw, 8rem); line-height: 1; letter-spacing: -.055em; overflow-wrap: anywhere; }
.call-to-action .eyebrow, .call-to-action .lead { color: #edf2f7; }
.call-to-action .cms-rich-text { max-width: 600px; margin-top: 0; font-size: 1.125rem; }
.call-to-action .button { background: white; border-color: white; color: var(--blue); }
.call-to-action .button:hover, .page-rootDocument .hero-backdrop .button:hover { background: var(--soft); }
.call-to-action .text-link { color: white; }
.page-rootDocument .split-section .copy { max-width: 900px; }
.page-rootDocument .tabs-section h2 { max-width: 980px; }
.page-rootDocument .tabs-section .container > .lead { max-width: 720px; }
.page-rootDocument .tabs-section .tab-panel { padding: 40px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.page-rootDocument .tabs-section.dark-section .tab-panel { background: #16263e; border-color: #344057; }
.page-rootDocument .tabs-section.dark-section .cms-cards > article { background: #0b213d; border-color: #344057; }
.page-rootDocument .tabs-section .cms-cards { gap: 20px; }
.page-ourStoryPage .cards-section .cms-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; margin-top: 48px; }
.page-ourStoryPage .cards-section .cms-cards > article { padding: 40px 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; }
.page-ourStoryPage .cards-section .cms-cards h3 { font-size: 2rem; }
.page-ourStoryPage .text-section { background: var(--soft); }
.page-ourStoryPage .text-section > .container { max-width: 1020px; text-align: center; }
.page-ourStoryPage .text-section .cms-rich-text { max-width: 760px; margin-inline: auto; font-size: 1.125rem; }
.page-ourStoryPage .timeline { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; }
.page-ourStoryPage .timeline article { border-left: 0; border-top: 2px solid var(--blue); padding: 32px 0 0; }
.page-evidencePage .hero { padding-block: 100px; background: var(--soft); }
.page-evidencePage .hero .lead { max-width: 740px; }
.page-evidencePage .cards-section .cms-cards { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }
.study-card { padding: clamp(24px, 3vw, 48px); border-radius: 16px; }
.study-card details { width: 100%; margin-top: 24px; border-top: 1px solid var(--line); padding-top: 12px; }
.study-card summary { min-height: 48px; cursor: pointer; padding-block: 12px; }
.study-card details h4 { margin-bottom: 0; }
.page-demoPage .hero { text-align: center; background: var(--soft); }
.page-demoPage .hero h1, .page-demoPage .hero .cms-hero-copy, .page-demoPage .hero .lead { margin-inline: auto; }
.page-demoPage .hero .actions { justify-content: center; }
.page-demoPage #demo-form .form-layout { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 6vw, 88px); align-items: start; }
.page-demoPage #demo-form .form-layout > div:first-child { padding-top: 32px; }
.page-demoPage .form-card { padding: clamp(24px, 4vw, 56px); border-radius: 20px; box-shadow: 0 24px 64px #03172d0d; }
.page-demoPage .form-layout h2 { font-size: clamp(2rem, 3vw, 3rem); }
.page-demoPage .form-layout .data-heading { font-size: 1rem; }
.field, .form-layout > *, .split > * { min-width: 0; }
.site-footer { background: var(--blue); color: #edf2f7; padding: 64px 0 32px; }
.footer-grid { grid-template-columns: minmax(240px, 1.6fr) repeat(2, minmax(140px, 1fr)); gap: 48px; }
.footer-about p { max-width: 360px; font-size: 1rem; }
.site-footer nav h2 { font-size: .75rem; }
.site-footer nav a { font-size: .9375rem; margin-block: 0; }
.footer-bottom { border-color: #ffffff40; font-size: .75rem; }
.cms-logo { max-height: 40px; }
.hero { padding-block: clamp(64px, 7vw, 112px); }
.page-ourStoryPage .hero, .page-evidencePage .hero { border-bottom: 1px solid var(--line); }
.page-ourStoryPage .hero-backdrop .cms-hero-copy { max-width: 481px; }
.page-evidencePage .hero h1 { max-width: 819px; font-size: clamp(3.5rem, 6.62vw, 6.25rem); }
.page-demoPage .hero { padding-bottom: 48px; }
.page-demoPage .hero h1 { max-width: 1000px; }
.page-demoPage #demo-form { padding-top: 48px; }
.cta-section:not(.call-to-action) h2 { max-width: 1100px; font-size: clamp(3rem, 8.4vw, 8rem); line-height: .98; letter-spacing: -.055em; }
.cta-section:not(.call-to-action) .container { padding-block: 32px; }
.quote-card { border-radius: 16px; padding: clamp(28px, 5vw, 72px); }
.tab-panel { padding-top: 24px; }
.tabs button { min-height: 48px; }
.cms-cards > article { background: white; padding: clamp(24px, 3vw, 44px); }
.cms-cards img { aspect-ratio: 4 / 3; object-fit: cover; margin-bottom: 24px; }
.directory-grid, .trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 28px; }
.profile-card, .trust-card { border: 1px solid var(--line); background: white; border-radius: 16px; overflow: hidden; padding: 28px; }
.profile-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 12px; margin-bottom: 24px; }
.profile-card h3 { margin-bottom: 12px; }
.profile-card details { margin-top: 24px; }
.profile-card summary, .faq-item summary { min-height: 48px; cursor: pointer; padding-block: 12px; }
.profile-role { color: var(--muted); }
.profile-open { margin-top: 24px; min-height: 48px; background: transparent; border: 0; border-bottom: 1px solid currentColor; color: var(--blue); text-align: left; }
.profile-dialog { position: fixed; inset: 0 0 0 auto; margin: 0; width: min(640px, 100%); max-width: 100%; height: 100dvh; max-height: 100dvh; overflow-y: auto; overscroll-behavior: contain; border: 0; padding: clamp(24px, 4vw, 56px); background: var(--paper); color: var(--ink); box-shadow: -16px 0 64px #03172d33; }
.profile-dialog::backdrop { background: #03172d99; }
.profile-dialog-header { display: flex; align-items: start; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.profile-dialog-header h2 { font-size: clamp(2rem, 4vw, 3rem); overflow-wrap: anywhere; }
.profile-close { min-height: 48px; min-width: 72px; flex-shrink: 0; padding: 12px; border: 1px solid var(--line); border-radius: 6px; background: white; color: var(--ink); }
html:has(.profile-dialog[open]) { overflow: hidden; }
.directory-filter { max-width: 420px; margin-bottom: 32px; }
.directory-filter select { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 6px; padding: 12px; font: inherit; }
.trust-card img { width: auto; max-width: 200px; height: 64px; object-fit: contain; margin-bottom: 24px; }
.trust-card blockquote { margin: 0 0 24px; font-size: 1.25rem; }
.faq-list { max-width: 1000px; }
.faq-item { border-top: 1px solid var(--line); padding: 12px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { font-size: 1.2rem; font-weight: 500; }
.faq-item .cms-rich-text { margin: 8px 0 24px; }
.form-card h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); margin-bottom: 20px; }
.form-card > p { margin-bottom: 24px; }
.form-card fieldset { border: 1px solid var(--line); border-radius: 12px; padding: 20px; }
.form-card fieldset label { display: flex; gap: 12px; align-items: center; min-height: 48px; }
.field input, .field select, .field textarea { border-radius: 6px; min-height: 48px; }
.site-footer { border-top: 1px solid var(--line); }
.site-footer nav a { display: flex; align-items: center; min-height: 44px; }
.page-platformPage .hero { padding-block: 78px 80px; background: radial-gradient(ellipse at 50% 100%, #e0eaf5, transparent 65%); }
.page-platformPage .hero > .container { display: grid; grid-template-columns: minmax(0, 1fr); gap: 64px; text-align: center; }
.page-platformPage .hero h1 { max-width: 1100px; margin-inline: auto; font-size: clamp(2.5rem, 4.24vw, 4rem); line-height: 1.12; letter-spacing: -.045em; }
.page-platformPage .hero .lead { max-width: 720px; margin: 24px auto 0; font-size: 1rem; }
.page-platformPage .hero .actions { justify-content: center; margin-top: 24px; }
.page-platformPage .hero-art { width: min(100%, 820px); margin-inline: auto; text-align: left; }
.page-platformPage .hero-art::before { content: none; }
.page-platformPage .consultation-preview { border-radius: 20px; box-shadow: 0 32px 80px -40px #03172d66; }
.page-platformPage .consultation-preview img { max-height: 480px; aspect-ratio: auto; object-fit: contain; background: #101d33; }
.page-platformPage .text-section { padding-block: 80px; }
.page-platformPage .text-section > .container { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: clamp(40px, 6vw, 96px); align-items: start; }
.page-platformPage .text-section .eyebrow { grid-column: 1 / -1; margin-bottom: 24px; }
.page-platformPage .text-section h2 { grid-column: 1; max-width: 600px; font-size: clamp(2.25rem, 3.2vw, 3rem); line-height: 1.14; }
.page-platformPage .text-section .lead { grid-column: 1; }
.page-platformPage .text-section .container > div.cms-rich-text { grid-column: 2; grid-row: 2 / span 2; margin-top: 0; max-width: 600px; font-size: 1.125rem; line-height: 1.8; }
.page-platformPage .text-section:not(:has(.eyebrow)) .container > div.cms-rich-text { grid-row: 1 / span 2; }
.page-platformPage .tabs-section { padding-block: 86px; background: var(--soft); }
.page-platformPage .tabs-section h2 { max-width: 900px; font-size: clamp(2.5rem, 4.24vw, 4rem); }
.page-platformPage .tabs-section .container > .lead { max-width: 680px; }
.page-platformPage .tabs-section .tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; padding-bottom: 16px; border-bottom: 1px solid var(--line); overflow: visible; }
.page-platformPage .tabs-section .tabs button { flex: 1 1 200px; min-height: 48px; padding: 14px 20px; white-space: normal; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); }
.page-platformPage .tabs-section .tabs button[aria-selected="true"] { background: var(--blue); border-color: var(--blue); color: white; }
.page-platformPage .tabs-section .tab-panel { padding-top: 32px; }
.page-platformPage .tabs-section .cms-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.page-platformPage .tabs-section .cms-cards > article { min-height: 128px; display: flex; flex-direction: column; justify-content: center; padding: 28px; border-radius: 12px; }
.page-platformPage .tabs-section .cms-cards h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); overflow-wrap: anywhere; }
.page-platformPage .tabs-section .cms-rich-text:empty, .page-platformPage .tabs-section .eyebrow:empty { display: none; }
.page-platformPage .call-to-action { padding-block: clamp(80px, 10vw, 152px); }
.page-platformPage .call-to-action > .container { grid-template-columns: minmax(0, 1fr); gap: 40px; }
.page-platformPage .call-to-action h2 { max-width: 949px; font-size: clamp(3.75rem, 6.09vw, 5.75rem); line-height: 1.04; letter-spacing: -.055em; }
.page-platformPage .call-to-action .cms-rich-text { max-width: 640px; margin-top: 0; font-size: 1.125rem; }
@media (max-width: 800px) {
    .container { width: calc(100% - 48px); }
    .hero-backdrop { min-height: 700px; align-items: end; padding-block: 64px; }
    .page-rootDocument .hero-backdrop { background-image: linear-gradient(0deg, #03172df5, #03172d99 60%, #03172d22), url('../images/figma/home-hero.jpg'); background-position: 65% center; }
    .page-ourStoryPage .hero-backdrop { background-image: linear-gradient(0deg, #f9faf9, #f9faf9d9 60%, #f9faf900), url('../images/figma/company-hero.jpg'); background-position: 65% center; }
    .hero-backdrop .cms-hero-copy, .page-ourStoryPage .hero-backdrop .cms-hero-copy { max-width: 100%; }
    .call-to-action { min-height: 605px; background-position: 62% center; }
    .call-to-action h2, .page-platformPage .call-to-action h2 { font-size: 3.75rem; }
    .page-rootDocument .tabs-section .tab-panel { padding: 24px; }
    .page-ourStoryPage .cards-section .cms-cards { gap: 24px; }
    .page-demoPage #demo-form .form-layout { grid-template-columns: minmax(0, 1fr); }
    .page-demoPage #demo-form .form-layout > div:first-child { padding-top: 0; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
    .footer-about { grid-column: 1 / -1; }
    .header-inner { min-height: 64px; }
    .menu-toggle { min-width: 80px; min-height: 48px; }
    .nav-ready .primary-nav.is-open { position: absolute; inset: 100% 0 auto; width: 100%; max-height: calc(100dvh - 64px); overflow-y: auto; padding: 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px #03172d1a; }
    .primary-nav > a:not(.button) { font-size: 1.2rem; padding: 16px 12px; }
    .hero .lead { font-size: 1.05rem; }
    .directory-grid, .trust-grid { grid-template-columns: 1fr; }
    .page-platformPage .hero { padding-block: 48px; }
    .page-platformPage .hero > .container { gap: 40px; }
    .page-platformPage .text-section > .container { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .page-platformPage .text-section .eyebrow { margin-bottom: 0; }
    .page-platformPage .text-section .container > div.cms-rich-text { grid-column: 1; grid-row: auto; }
    .page-platformPage .text-section:not(:has(.eyebrow)) .container > div.cms-rich-text { grid-row: auto; }
    .page-platformPage .text-section, .page-platformPage .tabs-section { padding-block: 56px; }
}
@media (max-width: 520px) {
    .header-inner { width: calc(100% - 32px); gap: 12px; }
    .hero-backdrop { min-height: 640px; padding-block: 48px; }
    .hero-backdrop h1 { font-size: 3.5rem; }
    .hero-backdrop .actions { gap: 16px; }
    .hero-backdrop .actions .button { width: 100%; }
    .page-rootDocument .tabs-section .tab-panel { padding: 24px 16px; }
    .page-ourStoryPage .cards-section .cms-cards { grid-template-columns: minmax(0, 1fr); margin-top: 24px; }
    .page-ourStoryPage .timeline { grid-template-columns: minmax(0, 1fr); }
    .page-ourStoryPage .timeline article { border-top: 0; border-left: 2px solid var(--blue); padding: 0 0 24px 24px; }
    .page-demoPage .hero h1 { font-size: 3rem; }
    .page-demoPage .form-card { padding: 24px 20px; }
    .site-footer { padding-top: 48px; }
    .footer-bottom { margin-top: 40px; gap: 16px; }
    h1 { font-size: 3.5rem; }
    .container { width: calc(100% - 32px); }
    .section { padding-block: 64px; }
    .cta-section:not(.call-to-action) h2 { font-size: 3.75rem; }
    .page-evidencePage .hero h1 { font-size: 3.5rem; }
    .page-platformPage .container { width: calc(100% - 32px); }
    .page-platformPage .hero h1 { font-size: 2.5rem; }
    .page-platformPage .hero .actions { flex-direction: column; align-items: stretch; }
    .page-platformPage .tabs-section .tabs button { flex-basis: calc(50% - 8px); padding: 12px; font-size: .875rem; }
    .page-platformPage .tabs-section .cms-cards { gap: 12px; }
    .page-platformPage .tabs-section .cms-cards > article { padding: 20px 16px; min-height: 104px; }
    .page-platformPage .consultation-preview figcaption { flex-wrap: wrap; }
}
