:root{--background:#f9f9ff;--foreground:#191c21;--muted:#424752;--panel:#fff;--surface-muted:#f8fafc;--surface-low:#f2f3fc;--surface-container:#ededf6;--line:#e2e8f0;--outline:#c2c6d4;--primary:#003f87;--primary-strong:#0056b3;--primary-soft:#d7e2ff;--secondary:#4f6353;--secondary-soft:#cfe6d1;--warning:#ffbf00;--destructive:#b22222;--shadow:#191c211f}*{box-sizing:border-box}html{color:var(--foreground);background:var(--background)}body{min-width:320px;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.site-shell{min-height:100vh}.site-header{z-index:20;border-bottom:1px solid color-mix(in srgb, var(--line) 82%, transparent);background:color-mix(in srgb, var(--background) 92%, white 8%);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);justify-content:space-between;align-items:center;gap:24px;padding:16px clamp(20px,5vw,72px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;font-weight:850;display:inline-flex}.brand-mark{border:1px solid color-mix(in srgb, var(--outline) 58%, transparent);background:#f6f3ed;border-radius:8px;flex:none;place-items:center;width:38px;height:38px;display:grid;overflow:hidden}.brand-mark img{object-fit:cover;width:100%;height:100%;display:block}.nav-links,.footer-links{flex-wrap:wrap;gap:14px;display:flex}.nav-links{color:var(--muted);justify-content:flex-end;font-size:.95rem}.nav-links a,.footer-links a,.site-footer a{text-underline-offset:4px;text-decoration-thickness:1px}.nav-links a:hover,.footer-links a:hover,.site-footer a:hover{color:var(--primary);text-decoration:underline}.hero{border-bottom:1px solid var(--line);background:linear-gradient(90deg, #d7e2ff8a, #cfe6d152), var(--background);grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);align-items:center;gap:clamp(32px,6vw,84px);min-height:68vh;padding:clamp(42px,6vw,72px) clamp(20px,5vw,72px);display:grid;overflow:hidden}.hero-copy{max-width:720px}.eyebrow{color:var(--primary);letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:.76rem;font-weight:850}.hero h1,.page-hero h1{letter-spacing:0;margin:0;font-family:Work Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(3rem,7vw,6.7rem);font-weight:800;line-height:.96}.hero-lede,.page-hero p{max-width:62ch;color:var(--muted);margin:24px 0 0;font-size:clamp(1.05rem,1.7vw,1.24rem);line-height:1.62}.hero-actions,.center-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-actions{margin-top:32px}.button{border:1px solid var(--primary);border-radius:4px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-weight:800;display:inline-flex}.button.primary{color:#fff;background:var(--primary)}.button.secondary{color:var(--primary);background:var(--panel)}.button:hover{border-color:var(--primary-strong);background:var(--primary-strong);color:#fff}.hero-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:720px;margin:40px 0 0;display:grid}.hero-facts div,.feature-card,.step-card,.team-card,.principle-list li,.milestones li{border:1px solid var(--line);background:var(--panel);border-radius:8px}.hero-facts div{min-height:94px;padding:14px}.hero-facts dt{color:var(--muted);text-transform:uppercase;font-size:.76rem;font-weight:850}.hero-facts dd{margin:8px 0 0;font-weight:850;line-height:1.28}.hero-visual{place-items:center;min-height:540px;display:grid;position:relative}.mockup-frame,.feature-mockup{border:1px solid var(--outline);background:var(--panel);border-radius:8px;margin:0}.mockup-frame{box-shadow:0 24px 52px var(--shadow);justify-items:center;padding:14px;display:grid}.mockup-frame img,.feature-mockup img{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;display:block}.mockup-frame figcaption,.feature-mockup figcaption{color:var(--muted);text-align:center;margin-top:10px;font-size:.78rem;font-weight:800}.mockup-frame-primary{z-index:2;width:min(260px,74vw)}.mockup-frame-primary img{width:auto;height:min(512px,58vh)}.mockup-frame-secondary{z-index:3;width:min(220px,48vw);position:absolute;bottom:28px;right:0}.mockup-frame-secondary img{width:auto;height:min(360px,42vh)}.section,.page-hero,.feature-showcase{padding:clamp(48px,7vw,88px) clamp(20px,5vw,72px)}.product-section{background:var(--background)}.app-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--panel)}.clarity-section,.about-section{background:var(--surface-muted)}.boundary-section{background:var(--background)}.principles-section{border-top:1px solid var(--line);background:var(--panel)}.section-heading{max-width:760px}.section-heading.compact{max-width:680px}.section-grid{grid-template-columns:minmax(0,.8fr) minmax(300px,1fr);align-items:start;gap:clamp(28px,6vw,72px);display:grid}.section h2,.feature-copy h2,.boundary-panel h2,.contact-band h2,.policy h1{letter-spacing:0;margin:0;font-family:Work Sans,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(2rem,4.2vw,3.8rem);line-height:1.05}.section p,.feature-copy li,.policy p,.policy li,.principle-list li{color:var(--muted);line-height:1.72}.section-heading p{max-width:68ch}.feature-grid,.step-grid,.team-grid{gap:14px;margin-top:32px;display:grid}.feature-grid,.step-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card,.step-card,.team-card{padding:18px}.feature-card h3,.step-card h3,.team-card h3{margin:0 0 10px;font-size:1.02rem}.feature-card p,.step-card p,.team-card p{margin:0;font-size:.95rem}.step-card{min-height:210px}.step-card span,.team-card span,.milestones span{color:#fff;background:var(--primary);border-radius:4px;place-items:center;font-weight:850;display:grid}.step-card span,.team-card span{width:38px;height:38px;margin-bottom:18px}.milestones{gap:12px;margin:0;padding:0;list-style:none;display:grid}.milestones li{grid-template-columns:38px 1fr;align-items:center;gap:14px;min-height:68px;padding:14px;display:grid}.milestones span{width:38px;height:38px;font-size:.88rem}.boundary-panel{border:1px solid color-mix(in srgb, var(--primary) 38%, black);background:var(--foreground);border-radius:8px;grid-template-columns:minmax(0,.75fr) minmax(280px,1fr);gap:clamp(22px,5vw,58px);padding:clamp(22px,4vw,36px);display:grid}.boundary-panel h2,.boundary-panel h3{color:#fff;margin:0}.boundary-panel h3{font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.1}.boundary-panel ul{color:#edf2f8;gap:12px;margin:0;padding:0;list-style:none;display:grid}.boundary-panel li{background:#ffffff0f;border:1px solid #ffffff24;border-radius:4px;padding:12px 14px}.page-hero{border-bottom:1px solid var(--line);background:linear-gradient(90deg,#d7e2ffb8,#f8fafccc)}.page-hero h1{max-width:900px;font-size:clamp(2.6rem,6vw,5.4rem)}.feature-showcase{background:var(--background);gap:clamp(28px,5vw,56px);display:grid}.feature-row{border:1px solid var(--line);background:var(--panel);border-radius:8px;grid-template-columns:minmax(0,.95fr) minmax(260px,.75fr);align-items:center;gap:clamp(24px,5vw,64px);padding:clamp(20px,4vw,34px);display:grid}.feature-row-reverse{grid-template-columns:minmax(260px,.75fr) minmax(0,.95fr)}.feature-row-reverse .feature-copy{order:2}.feature-copy ul{gap:12px;margin:22px 0 0;padding-left:20px;display:grid}.feature-mockup{justify-self:center;justify-items:center;width:min(100%,320px);padding:14px;display:grid}.feature-mockup img{object-fit:contain;width:min(100%,226px);max-height:512px}.feature-mockup:has(img[src*=support-states]) img{width:95px}.center-actions{justify-content:center;margin-top:28px}.team-card{min-height:220px}.team-card span{background:var(--secondary)}.principle-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.principle-list li{padding:14px 16px}.contact-band{border-top:1px solid var(--line);background:var(--surface-low);justify-content:space-between;align-items:center;gap:24px;display:flex}.contact-band h2{max-width:720px}.policy{max-width:860px;padding:clamp(48px,7vw,88px) clamp(20px,5vw,72px)}.policy h1{font-size:clamp(2.5rem,5vw,4.6rem)}.policy h2{margin-top:36px}.policy a{color:var(--primary);text-underline-offset:4px;font-weight:800;text-decoration:underline}.site-footer{border-top:1px solid var(--line);color:var(--muted);background:var(--panel);grid-template-columns:minmax(180px,1fr) auto auto;align-items:center;gap:20px;padding:28px clamp(20px,5vw,72px);display:grid}.site-footer div{gap:4px;display:grid}.site-footer strong{color:var(--foreground)}@media (max-width:980px){.hero,.feature-row,.feature-row-reverse,.section-grid,.boundary-panel{grid-template-columns:1fr}.feature-row-reverse .feature-copy{order:0}.feature-grid,.step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{grid-template-columns:1fr}}@media (max-width:720px){.site-header{flex-direction:column;align-items:flex-start}.hero{min-height:auto;padding-top:36px;padding-bottom:34px}.hero h1,.page-hero h1{font-size:clamp(2.7rem,16vw,4.3rem)}.feature-grid,.step-grid,.team-grid{grid-template-columns:1fr}.hero-facts{display:none}.hero-visual{min-height:300px}.mockup-frame-primary{width:min(150px,44vw)}.mockup-frame-primary img{width:auto;height:280px}.mockup-frame-secondary{width:min(118px,34vw);bottom:14px;right:18px}.mockup-frame-secondary img{width:auto;height:190px}.mockup-frame figcaption{display:none}.contact-band{flex-direction:column;align-items:flex-start}}
