:root{--color-brand-navy:#18224f;--color-brand-navy-deep:#0b122b;--color-brand-blue:#174d72;--color-brand-teal:#087c86;--color-brand-purple:#9136b8;--color-brand-orange:#e88a20;--color-text-primary:#101522;--color-text-secondary:#566070;--color-text-tertiary:#748093;--color-text-inverse:#fff;--color-text-on-brand:#eef3ff;--color-surface-page:#fff;--color-surface-subtle:#f6f8fa;--color-surface-muted:#eef2f6;--color-surface-brand:#18224f;--color-surface-brand-deep:#0b122b;--color-surface-success:#eaf8f2;--color-surface-purple:#f7effa;--color-surface-orange:#fff4e5;--color-border:#dce3ea;--color-border-strong:#c9d2dc;--color-border-on-brand:#ffffff1f;--color-success:#16795a;--color-warning:#a95d08;--color-danger:#b84a46;--radius-sm:7px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-pill:999px;--container:1320px;--header-height:78px;--shadow-sm:0 8px 24px #1015220f;--shadow-md:0 18px 48px #1015221a;--ease:cubic-bezier(.2,.75,.25,1);color-scheme:light}html[data-theme=dark]{--color-text-primary:#f4f7fb;--color-text-secondary:#b2bdcc;--color-text-tertiary:#8d99ab;--color-text-on-brand:#f4f7fb;--color-surface-page:#0d1424;--color-surface-subtle:#121b2e;--color-surface-muted:#1a263b;--color-surface-brand:#18224f;--color-surface-brand-deep:#070c1a;--color-surface-success:#10291f;--color-surface-purple:#25172c;--color-surface-orange:#30200f;--color-border:#2a3850;--color-border-strong:#3b4a64;--color-border-on-brand:#ffffff24;--color-success:#66d4a8;--color-warning:#f1b768;--color-danger:#f08d88;--shadow-sm:0 8px 26px #0003;--shadow-md:0 20px 56px #00000047;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--color-surface-page)}body{background:var(--color-surface-page);min-width:320px;color:var(--color-text-primary);text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}img{max-width:100%;display:block}::selection{color:var(--color-text-primary);background:#087c8633}.skip-link{z-index:100;background:var(--color-surface-page);color:var(--color-text-primary);border:2px solid var(--color-brand-teal);border-radius:var(--radius-sm);padding:10px 14px;font-weight:750;position:fixed;top:12px;left:16px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.container{width:min(calc(100% - 40px), var(--container));margin-inline:auto}.section-pad{padding-block:clamp(72px,9vw,144px)}.section-alt{background:var(--color-surface-subtle)}.eyebrow{color:var(--color-brand-teal);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:12px;font-weight:850}.eyebrow-light{color:#a8e2e4}.eyebrow-purple{color:var(--color-brand-purple)}.eyebrow-blue{color:var(--color-brand-blue)}.section-heading{max-width:800px}.section-heading-center{text-align:center;margin-inline:auto}.section-heading h2{color:var(--color-text-primary);letter-spacing:-.04em;text-wrap:balance;margin:0;font-size:clamp(34px,4.5vw,62px);line-height:1.04}.section-heading-body{max-width:700px;color:var(--color-text-secondary);margin:22px 0 0;font-size:clamp(17px,1.4vw,20px)}.section-heading-center .section-heading-body{margin-inline:auto}.button{border-radius:var(--radius-sm);letter-spacing:-.01em;min-height:48px;transition:transform .2s var(--ease), background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);border:1px solid #0000;justify-content:center;align-items:center;gap:10px;padding:0 18px;font-weight:750;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:focus-visible,.icon-button:focus-visible,.architecture-layer:focus-visible{outline-offset:3px;outline:3px solid #087c8659}.button-small{min-height:42px;padding-inline:16px;font-size:14px}.button-primary{background:var(--color-brand-navy);color:#fff}.button-primary:hover{background:#101a46}html[data-theme=dark] .button-primary{color:#0b122b;background:#f1f5ff}html[data-theme=dark] .button-primary:hover{background:#fff}.button-light{color:var(--color-brand-navy-deep);background:#fff}.button-light:hover{background:#eef4ff}.button-outline{border-color:var(--color-border-strong);color:var(--color-text-primary);background:0 0}.button-outline:hover{border-color:var(--color-brand-teal);color:var(--color-brand-teal)}.site-header{z-index:1000;height:var(--header-height);backdrop-filter:blur(16px);transition:transform .28s var(--ease), border-color .2s, box-shadow .2s;background:#ffffffeb;border-bottom:1px solid #0000;position:fixed;inset:0 0 auto}html[data-theme=dark] .site-header{background:#0d1424eb}.site-header.is-scrolled{border-color:var(--color-border);box-shadow:var(--shadow-sm)}.site-header.is-hidden{transform:translateY(-100%)}.header-inner{align-items:center;gap:34px;height:100%;display:flex}.brand{flex:none;align-items:center;gap:5px;min-width:0;display:inline-flex}.brand-mark{flex:none;width:36px;height:36px;display:block;position:relative}.brand-mark-image{object-fit:contain;object-position:center;width:100%;height:100%;transition:opacity .2s;position:absolute;inset:0}.brand-mark-dark,html[data-theme=dark] .brand-mark-light{opacity:0}html[data-theme=dark] .brand-mark-dark{opacity:1}.brand-name{min-width:0;color:var(--color-text-primary);letter-spacing:-.035em;white-space:nowrap;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:800;line-height:1;display:block}.desktop-nav{align-items:center;gap:clamp(18px,2.2vw,34px);margin-left:auto;display:flex}.desktop-nav a{color:var(--color-text-secondary);padding:10px 0;font-size:14px;font-weight:700;position:relative}.desktop-nav a:after{content:"";transform-origin:100%;background:var(--color-brand-teal);height:2px;transition:transform .25s var(--ease);position:absolute;bottom:3px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{color:var(--color-text-primary)}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{transform-origin:0;transform:scaleX(1)}.header-actions{align-items:center;gap:10px;margin-left:18px;display:flex}.icon-button{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-page);cursor:pointer;place-items:center;width:42px;height:42px;display:inline-grid}.theme-toggle{font-size:18px}.menu-toggle{display:none}.menu-icon{gap:4px;display:grid}.menu-icon i{background:currentColor;width:18px;height:2px;display:block}.mobile-menu{top:var(--header-height);z-index:1001;width:100%;height:calc(100dvh - var(--header-height));background:var(--color-surface-page);border-top:1px solid var(--color-border);box-sizing:border-box;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:24px 20px 40px;position:fixed;bottom:0;left:0;right:0;overflow:hidden auto}.mobile-menu nav{grid-auto-rows:max-content;align-content:start;gap:0;width:100%;max-width:760px;margin:0 auto;display:grid}.mobile-menu a{border-bottom:1px solid var(--color-border);width:100%;min-height:64px;color:var(--color-text-primary);transition:color .2s var(--ease), background .2s var(--ease), padding-left .2s var(--ease);justify-content:space-between;align-items:center;gap:20px;padding:18px 4px;font-size:20px;font-weight:750;display:flex}.mobile-menu a span:last-child{color:var(--color-brand-teal);flex:none;font-size:22px;line-height:1}.mobile-menu a:hover,.mobile-menu a:focus-visible{color:var(--color-brand-teal);padding-left:10px}.mobile-menu .mobile-menu-cta{border-radius:var(--radius-sm);background:var(--color-brand-navy);color:#fff;min-height:58px;box-shadow:var(--shadow-sm);border:0;margin-top:20px;padding:16px 18px}.mobile-menu .mobile-menu-cta:hover,.mobile-menu .mobile-menu-cta:focus-visible{color:#fff;background:#101a46;padding-left:18px}html[data-theme=dark] .mobile-menu .mobile-menu-cta{color:#0b122b;background:#f1f5ff}html[data-theme=dark] .mobile-menu .mobile-menu-cta:hover,html[data-theme=dark] .mobile-menu .mobile-menu-cta:focus-visible{color:#0b122b;background:#fff}main{overflow:clip}.hero{min-height:min(920px,100vh);padding:calc(var(--header-height) + 70px) 0 80px;background:var(--color-surface-page);align-items:center;display:grid;position:relative}.hero:before{content:"";background:var(--color-surface-subtle);pointer-events:none;width:min(42vw,620px);height:100%;position:absolute;top:0;right:0}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:clamp(48px,7vw,110px);display:grid;position:relative}.hero-copy{max-width:720px}.hero-title{letter-spacing:-.06em;text-wrap:balance;max-width:760px;margin:0;font-size:clamp(44px,6.3vw,86px);line-height:.98}.hero-title .accent{color:var(--color-brand-teal)}.hero-body{max-width:680px;color:var(--color-text-secondary);margin:28px 0 0;font-size:clamp(17px,1.5vw,21px);line-height:1.6}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.hero-meta{color:var(--color-text-tertiary);flex-wrap:wrap;gap:10px 24px;margin-top:30px;font-size:13px;font-weight:700;display:flex}.hero-meta span:before{content:"";background:var(--color-brand-teal);border-radius:50%;width:7px;height:7px;margin:0 8px 1px 0;display:inline-block}.hero-visual{min-width:0}.system-card{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface-page);box-shadow:var(--shadow-md);position:relative;overflow:hidden}.system-card:before{content:"";border:1px solid #087c8638;border-radius:50%;width:260px;height:260px;position:absolute;top:-100px;right:-80px}.system-card-header{border-bottom:1px solid var(--color-border);background:var(--color-surface-subtle);justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;display:flex}.system-label{color:var(--color-text-tertiary);letter-spacing:.12em;text-transform:uppercase;font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.status{color:var(--color-success);align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.status i{background:currentColor;border-radius:50%;width:7px;height:7px}.system-body{padding:24px;position:relative}.system-path{gap:12px;display:grid}.system-node{border:1px solid var(--color-border);background:var(--color-surface-page);border-radius:12px;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;min-height:74px;padding:14px;display:grid}.system-node>span:first-child{background:var(--color-surface-muted);width:42px;height:42px;color:var(--color-brand-teal);border-radius:9px;place-items:center;font:800 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace;display:grid}.system-node strong{font-size:15px;display:block}.system-node small{color:var(--color-text-secondary);margin-top:3px;font-size:12px;display:block}.system-node em{color:var(--color-text-tertiary);font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.system-connector{background:var(--color-border-strong);width:1px;height:14px;margin-left:35px}.system-node.ai>span:first-child{background:var(--color-surface-purple);color:var(--color-brand-purple)}.system-node.action>span:first-child{background:var(--color-surface-orange);color:var(--color-warning)}.section-thesis{background:var(--color-brand-navy);color:#fff}.thesis-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(48px,7vw,100px);display:grid}.thesis-copy h2{color:#fff;letter-spacing:-.05em;max-width:700px;margin:0;font-size:clamp(38px,5vw,68px);line-height:1.02}.thesis-copy>p:last-child{color:#c5cedd;max-width:620px;margin:24px 0 0;font-size:18px}.data-flow{grid-template-columns:repeat(4,1fr);align-items:center;gap:10px;display:grid}.flow-node{background:#ffffff0d;border:1px solid #ffffff24;border-radius:14px;align-content:center;gap:6px;min-height:132px;padding:20px;display:grid}.flow-node>span{color:#a8e2e4;font:800 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.flow-node strong{font-size:18px}.flow-node small{color:#9eabc0}.flow-node-intelligence{border-color:#9136b873}.flow-node-action{border-color:#e88a2073}.flow-line{background:#ffffff2e;height:1px}.services-section,.product-section,.principles-section,.tech-section{background:var(--color-surface-page)}.service-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:58px;display:grid}.service-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-page);min-height:330px;box-shadow:var(--shadow-sm);flex-direction:column;padding:30px;display:flex}.service-card.ai{border-top:3px solid var(--color-brand-purple)}.service-card.action{border-top:3px solid var(--color-brand-orange)}.card-kicker{color:var(--color-text-tertiary);letter-spacing:.13em;font:800 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;display:block}.service-card h3{letter-spacing:-.035em;margin:48px 0 10px;font-size:clamp(27px,2.4vw,36px);line-height:1.05}.service-card p{color:var(--color-text-secondary);margin:0}.service-link{color:var(--color-brand-teal);margin-top:auto;padding-top:24px;font-size:14px;font-weight:800}.product-heading-row{justify-content:space-between;align-items:end;gap:30px;max-width:none;display:flex}.product-heading-row h2{max-width:820px;color:var(--color-text-primary);letter-spacing:-.04em;margin:0;font-size:clamp(34px,4.5vw,62px);line-height:1.04}.status-badge{border:1px solid var(--color-border);border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:8px;width:fit-content;padding:8px 11px;font-size:11px;font-weight:800;display:inline-flex}.status-badge i{background:currentColor;border-radius:50%;width:7px;height:7px}.status-working{color:var(--color-success);background:var(--color-surface-success);border-color:#16795a38}.status-development{color:var(--color-warning);background:var(--color-surface-orange);border-color:#a95d0838}.status-roadmap{color:var(--color-brand-blue);background:#174d7214;border-color:#174d7233}html[data-theme=dark] .status-roadmap{color:#8dc5ee;background:#174d7238}.product-layout{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);align-items:center;gap:clamp(40px,6vw,92px);margin-top:64px;display:grid}.product-copy h3{letter-spacing:-.05em;margin:0;font-size:clamp(34px,4vw,58px);line-height:1}.product-copy>p{max-width:570px;color:var(--color-text-secondary);margin:22px 0 0;font-size:18px}.product-feature-list{border-top:1px solid var(--color-border);gap:0;margin:28px 0 0;display:grid}.product-feature-list div{border-bottom:1px solid var(--color-border);grid-template-columns:70px 1fr;gap:12px;padding:15px 0;display:grid}.product-feature-list b{color:var(--color-brand-teal);text-transform:uppercase;font-size:12px}.product-feature-list span{font-weight:700}.product-action{margin-top:28px}.product-window{border:1px solid var(--color-border);background:var(--color-surface-page);box-shadow:var(--shadow-md);border-radius:18px;overflow:hidden}.product-window-bar{border-bottom:1px solid var(--color-border);background:var(--color-surface-subtle);min-height:46px;color:var(--color-text-secondary);grid-template-columns:72px 1fr auto;align-items:center;gap:12px;padding:0 15px;font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;display:grid}.window-dots{gap:5px;display:flex}.window-dots i{background:var(--color-border-strong);border-radius:50%;width:7px;height:7px}.product-state{color:var(--color-warning)}.product-window-body{grid-template-columns:56px 1fr;min-height:420px;display:grid}.product-sidebar{border-right:1px solid var(--color-border);background:var(--color-surface-subtle);align-content:start;justify-items:center;gap:19px;padding:18px 0;display:grid}.sidebar-mark{background:var(--color-brand-navy);color:#fff;border-radius:8px;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.product-sidebar span{border:1px solid var(--color-border-strong);border-radius:4px;width:17px;height:17px}.product-dashboard{padding:clamp(18px,2.5vw,30px)}.dashboard-topline{justify-content:space-between;align-items:end;gap:20px;display:flex}.dashboard-topline h3{margin:5px 0 0;font-size:20px}.mini-label{color:var(--color-text-tertiary);letter-spacing:.12em;font:800 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.dashboard-date{color:var(--color-text-tertiary);font-size:11px}.metric-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px;display:grid}.metric-grid article{border:1px solid var(--color-border);background:var(--color-surface-subtle);border-radius:10px;min-width:0;padding:15px}.metric-grid span,.metric-grid small{color:var(--color-text-secondary);font-size:10px;display:block}.metric-grid strong{letter-spacing:-.04em;margin:6px 0;font-size:22px;display:block}.metric-grid .metric-alert strong{color:var(--color-warning)}.recommendation{background:var(--color-surface-purple);border:1px solid #9136b847;border-radius:12px;grid-template-columns:44px 1fr auto;align-items:center;gap:14px;margin-top:12px;padding:17px;display:grid}.recommendation-icon{width:44px;height:44px;color:var(--color-brand-purple);background:#9136b81f;border-radius:10px;place-items:center;font:900 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace;display:grid}.recommendation h4{margin:7px 0 2px;font-size:14px}.recommendation p{color:var(--color-text-secondary);margin:0;font-size:11px}.recommendation-action{background:var(--color-brand-navy);color:#fff;white-space:nowrap;border-radius:8px;padding:10px 12px;font-size:11px;font-weight:800}html[data-theme=dark] .recommendation-action{color:#0b122b;background:#f1f5ff}.signal-row{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px;display:grid}.signal{border:1px solid var(--color-border);color:var(--color-text-secondary);border-radius:9px;justify-content:space-between;gap:12px;padding:12px 14px;font-size:11px;display:flex}.signal strong{color:var(--color-text-primary)}.engineering-section{background:var(--color-surface-subtle)}.architecture-stack{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:22px;margin-top:56px;display:grid}.architecture-layer{border:1px solid var(--color-border);background:var(--color-surface-page);width:100%;min-height:64px;color:var(--color-text-primary);text-align:left;cursor:pointer;border-radius:10px;grid-template-columns:1fr auto;align-items:center;gap:14px;padding:0 18px;transition:border-color .2s,background .2s,transform .2s;display:grid;position:relative}.architecture-layer:hover{border-color:var(--color-border-strong);transform:translate(4px)}.architecture-layer.is-active{border-color:var(--color-brand-teal);background:var(--color-surface-page);box-shadow:inset 3px 0 0 var(--color-brand-teal)}.architecture-layer strong{font-size:14px}.architecture-layer em{color:var(--color-text-secondary);font-size:12px;font-style:normal}.architecture-detail{border:1px solid var(--color-border);background:var(--color-surface-brand-deep);color:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-self:stretch;min-height:100%;padding:clamp(26px,4vw,52px);display:flex}.architecture-detail .mini-label{color:#93a0ba}.architecture-detail h3{letter-spacing:-.04em;margin:14px 0 0;font-size:clamp(28px,3vw,44px);line-height:1.05}.architecture-detail p{color:#b5bfd1;margin:18px 0 0}.principle-grid{border-top:1px solid var(--color-border);grid-template-columns:repeat(3,1fr);gap:0;margin-top:54px;display:grid}.principle{border-bottom:1px solid var(--color-border);min-height:220px;padding:30px 24px 34px 0}.principle:nth-child(3n+2),.principle:nth-child(3n+3){border-left:1px solid var(--color-border);padding-left:24px}.principle span{color:var(--color-brand-teal);letter-spacing:.1em;font:800 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.principle h3{letter-spacing:-.025em;margin:20px 0 8px;font-size:22px}.principle p{color:var(--color-text-secondary);margin:0}.process-section{background:var(--color-surface-subtle)}.process-grid{border-top:1px solid var(--color-border);border-left:1px solid var(--color-border);grid-template-columns:repeat(4,1fr);margin-top:54px;display:grid}.process-grid article{border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:var(--color-surface-page);min-height:210px;padding:24px}.process-grid span{color:var(--color-brand-teal);letter-spacing:.08em;font:800 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.process-grid h3{margin:45px 0 7px;font-size:21px}.process-grid p{color:var(--color-text-secondary);margin:0;font-size:14px}.tech-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:52px;display:grid}.tech-card{border:1px solid var(--color-border);background:var(--color-surface-page);border-radius:12px;flex-direction:column;min-height:250px;padding:22px;display:flex}.tech-card span{color:var(--color-text-tertiary);letter-spacing:.1em;font:800 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.tech-card h3{margin:12px 0 5px;font-size:18px}.tech-card p{color:var(--color-text-secondary);margin:0;font-size:14px}.tech-tags{flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:16px;display:flex}.tech-tags b,.tag-list span{background:var(--color-surface-subtle);color:var(--color-text-secondary);border-radius:6px;padding:6px 8px;font-size:11px;font-weight:700}.trust-strip{background:var(--color-brand-navy);color:#fff}.trust-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:70px;display:grid}.trust-grid h2{color:#fff;letter-spacing:-.05em;max-width:650px;margin:0;font-size:clamp(38px,4.6vw,64px);line-height:1.03}.trust-items{border-top:1px solid #ffffff24;gap:0;display:grid}.trust-items div{border-bottom:1px solid #ffffff24;grid-template-columns:150px 1fr;gap:20px;padding:22px 0;display:grid}.trust-items strong{color:#fff}.trust-items span{color:#bdc8d8}.about-strip{background:var(--color-brand-navy);color:#fff}.about-strip .section-heading h2{color:#fff}.about-strip .section-heading-body{color:#bec8da}.about-grid{grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;display:grid}.about-note{border-left:2px solid var(--color-brand-orange);background:#ffffff0a;padding:24px}.about-note strong{font-size:20px;line-height:1.25;display:block}.about-note span{color:#aeb9cc;margin-top:10px;font-size:13px;display:block}.about-note a{color:#fff;margin-top:18px;font-weight:800;display:inline-block}.cta-section{background:var(--color-surface-subtle)}.cta-panel{border-radius:var(--radius-xl);background:var(--color-brand-navy-deep);color:#fff;grid-template-columns:1fr auto;align-items:center;gap:40px;padding:clamp(28px,5vw,60px);display:grid}.cta-panel h2{letter-spacing:-.045em;max-width:720px;margin:0;font-size:clamp(32px,4vw,54px);line-height:1.03}.cta-panel p:last-child{color:#aeb8ca;margin:18px 0 0}.site-footer{background:var(--color-brand-navy-deep);color:#fff;padding-top:70px}.footer-main{grid-template-columns:1.7fr repeat(3,1fr);gap:48px;padding-bottom:58px;display:grid}.footer-logo{color:#fff;align-items:center;gap:6px;width:fit-content;min-height:42px;display:inline-flex}.footer-logo-mark{flex:none;width:36px;height:36px;display:block;position:relative}.footer-logo-image{object-fit:contain;object-position:center;width:100%;height:100%;position:absolute;inset:0}.footer-logo-light{opacity:0}.footer-logo-dark{opacity:1}.footer-logo-name{color:#fff;letter-spacing:-.035em;white-space:nowrap;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:800;line-height:1;display:block}.footer-brand p{color:#aeb9cc;max-width:330px;margin:18px 0 15px}.footer-email{color:#d7e0ee;font-weight:750}.footer-nav-group{align-content:start;gap:10px;display:grid}.footer-nav-group h2{color:#78859b;letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font:800 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace}.footer-nav-group a{color:#d0d8e5;font-size:14px}.footer-nav-group a:hover{color:#fff}.footer-bottom{color:#7f8ba0;border-top:1px solid #ffffff1a;justify-content:space-between;gap:20px;padding:20px 0 24px;font-size:11px;display:flex}.footer-bottom p{margin:0}.page-hero{padding:calc(var(--header-height) + 86px) 0 80px;background:var(--color-surface-subtle);border-bottom:1px solid var(--color-border)}.page-hero-inner{max-width:100%}.page-hero h1{letter-spacing:-.055em;text-wrap:balance;max-width:980px;margin:0;font-size:clamp(44px,6vw,80px);line-height:.98}.page-hero p:not(.eyebrow){max-width:780px;color:var(--color-text-secondary);margin:25px 0 0;font-size:19px}.page-hero .button{margin-top:28px}.page-content{padding-block:clamp(70px,9vw,130px)}.content-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.four-grid{grid-template-columns:repeat(4,1fr)}.single-column{grid-template-columns:1fr}.content-card{border:1px solid var(--color-border);background:var(--color-surface-page);border-radius:14px;flex-direction:column;min-height:230px;padding:32px;display:flex}.content-card h2{letter-spacing:-.03em;margin:16px 0 0;font-size:28px}.content-card p{color:var(--color-text-secondary);margin-bottom:0}.content-card ul{color:var(--color-text-secondary);margin:20px 0 0;padding-left:18px}.content-card li+li{margin-top:8px}.split-content{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:start;gap:clamp(40px,7vw,100px);display:grid}.fact-panel{border-top:1px solid var(--color-border);gap:0;display:grid}.fact-panel>div{border-bottom:1px solid var(--color-border);padding:20px 0}.fact-panel span,.contact-item span{color:var(--color-text-tertiary);letter-spacing:.12em;font:800 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace;display:block}.fact-panel strong{margin-top:8px;display:block}.fact-panel small{color:var(--color-text-secondary);margin-top:5px;display:block}.company-card{justify-content:center;min-height:300px}.tag-list{flex-wrap:wrap;gap:7px;margin-top:18px;display:flex}.service-page-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.service-page-card{border:1px solid var(--color-border);background:var(--color-surface-page);border-radius:16px;flex-direction:column;min-height:330px;padding:34px;display:flex}.service-page-card h2{letter-spacing:-.04em;margin:16px 0 10px;font-size:clamp(28px,3vw,40px);line-height:1.05}.service-page-card p{color:var(--color-text-secondary);margin:0}.service-page-card ul{color:var(--color-text-secondary);margin:auto 0 0;padding:24px 0 0 18px}.service-page-card li+li{margin-top:8px}.featured-product-card{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface-subtle);grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;padding:clamp(28px,5vw,60px);display:grid}.featured-product-card h2{letter-spacing:-.045em;margin:18px 0 12px;font-size:clamp(36px,4vw,58px);line-height:1}.featured-product-card p{max-width:700px;color:var(--color-text-secondary);font-size:18px}.product-status-summary{border-top:1px solid var(--color-border);gap:0;display:grid}.product-status-summary div{border-bottom:1px solid var(--color-border);grid-template-columns:110px 1fr;gap:18px;padding:18px 0;display:grid}.product-status-summary strong{font-size:14px}.product-status-summary span{color:var(--color-text-secondary)}.product-detail-hero{grid-template-columns:.75fr 1.25fr;align-items:center;gap:56px;display:grid}.product-detail-hero h2{letter-spacing:-.045em;margin:18px 0 12px;font-size:clamp(34px,4vw,56px);line-height:1.02}.product-detail-hero p{color:var(--color-text-secondary);font-size:18px}.status-section{max-width:1100px}.status-section-heading{justify-content:space-between;align-items:end;gap:30px;display:flex}.status-section-heading h2{letter-spacing:-.045em;margin:0;font-size:clamp(34px,4vw,56px);line-height:1.02}.status-list{border-top:1px solid var(--color-border);gap:0;margin-top:42px;display:grid}.status-list article{border-bottom:1px solid var(--color-border);grid-template-columns:1.3fr .7fr;gap:24px;padding:20px 0;display:grid}.status-list strong{font-size:16px}.status-list span{color:var(--color-text-secondary);font-size:13px}.careers-callout{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:86px;display:grid}.careers-callout>div{border:1px solid var(--color-border);background:var(--color-surface-subtle);border-radius:12px;padding:24px}.careers-callout strong{margin-top:10px;display:block}.careers-heading{max-width:860px}.role-list{gap:16px;margin-top:50px;display:grid}.role-card{border:1px solid var(--color-border);background:var(--color-surface-page);border-radius:16px;grid-template-columns:1.1fr .9fr;gap:50px;padding:clamp(26px,4vw,44px);display:grid}.role-card h2{letter-spacing:-.04em;margin:14px 0 10px;font-size:clamp(28px,3vw,42px);line-height:1.05}.role-card p{color:var(--color-text-secondary);margin:0}.role-card h3{margin:0;font-size:15px}.role-card .button{margin-top:22px}.application-note{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface-subtle);max-width:900px;padding:clamp(28px,5vw,56px)}.application-note h2{letter-spacing:-.04em;margin:0;font-size:clamp(28px,3.5vw,46px);line-height:1.05}.application-note p:not(.eyebrow){color:var(--color-text-secondary)}.application-note a{color:var(--color-brand-teal);font-weight:750}.contact-grid{grid-template-columns:.8fr 1.2fr;gap:50px;display:grid}.contact-list{gap:12px;margin-top:28px;display:grid}.contact-item{border:1px solid var(--color-border);background:var(--color-surface-page);border-radius:11px;padding:18px}.contact-item strong{margin-top:8px;display:block}.contact-item p{color:var(--color-text-secondary);margin:5px 0 0;font-size:13px}.contact-item a{color:var(--color-brand-teal)}.contact-form{border:1px solid var(--color-border);background:var(--color-surface-subtle);border-radius:16px;gap:16px;padding:clamp(24px,4vw,42px);display:grid}.form-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.field{gap:7px;display:grid}.field label{font-size:13px;font-weight:750}.field input,.field textarea,.field select{border:1px solid var(--color-border-strong);background:var(--color-surface-page);width:100%;color:var(--color-text-primary);border-radius:8px;outline:none;padding:12px 13px}.field textarea{resize:vertical;min-height:140px}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--color-brand-teal);box-shadow:0 0 0 3px #087c861f}.form-full{grid-column:1/-1}.form-note{color:var(--color-text-tertiary);margin:0;font-size:12px}.coming-soon-panel{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface-subtle);max-width:980px;padding:clamp(30px,5vw,64px)}.coming-soon-panel h2{letter-spacing:-.045em;margin:18px 0 12px;font-size:clamp(32px,4vw,56px);line-height:1.04}.coming-soon-panel p{max-width:760px;color:var(--color-text-secondary);font-size:18px}.coming-soon-panel .button{margin-top:14px}.legal-content{max-width:880px}.legal-content h2{letter-spacing:-.025em;margin:42px 0 10px;font-size:28px}.legal-content h2:first-child{margin-top:0}.legal-content p{color:var(--color-text-secondary)}.legal-content a{color:var(--color-brand-teal);font-weight:700}.legal-note{border-left:3px solid var(--color-brand-orange);background:var(--color-surface-orange);margin-top:50px;padding:18px;font-size:13px}.error-page{align-content:center;justify-items:start;min-height:65vh;display:grid}.error-page h1{letter-spacing:-.06em;margin:0;font-size:clamp(48px,7vw,90px);line-height:.98}.error-page>p:not(.eyebrow){max-width:620px;color:var(--color-text-secondary);font-size:18px}.error-page>div{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}@media (width<=1100px){:root{--container:1120px}.desktop-nav{gap:18px}.header-cta{display:none}.hero-grid{grid-template-columns:1fr .85fr;gap:38px}.product-layout,.product-detail-hero{grid-template-columns:1fr}.product-copy{max-width:760px}.architecture-stack{grid-template-columns:1fr}.architecture-detail{min-height:250px}.four-grid{grid-template-columns:repeat(2,1fr)}.featured-product-card,.split-content{grid-template-columns:1fr}}@media (width<=640px){.brand{gap:4px}.brand-mark{width:34px;height:34px}.brand-name{font-size:19px}.mobile-menu{padding:18px 20px 28px}.mobile-menu a{min-height:60px;padding:16px 4px;font-size:19px}.mobile-menu .mobile-menu-cta{margin-top:18px}}@media (width<=359px){.mobile-menu{padding:14px 16px 24px}.mobile-menu a{min-height:56px;padding:14px 4px;font-size:18px}.mobile-menu .mobile-menu-cta{margin-top:16px}.brand{gap:3px}.brand-mark{width:32px;height:32px}.brand-name{font-size:18px}.icon-button{width:38px;height:38px}.hero-title{font-size:40px}}@media (width<=899px){:root{--header-height:72px}.container{width:min(calc(100% - 32px), var(--container))}.desktop-nav{display:none}.menu-toggle{display:inline-grid}.header-actions{margin-left:auto}.hero{min-height:auto;padding-top:calc(var(--header-height) + 58px)}.hero-grid{grid-template-columns:1fr}.hero-visual{max-width:720px}.thesis-grid{grid-template-columns:1fr;gap:44px}.data-flow{grid-template-columns:1fr;gap:8px}.flow-line{width:1px;height:18px;margin-left:28px}.flow-node{min-height:100px}.service-grid,.tech-grid,.principle-grid{grid-template-columns:1fr 1fr}.principle:nth-child(3n+2),.principle:nth-child(3n+3){border-left:0;padding-left:0}.principle:nth-child(2n){border-left:1px solid var(--color-border);padding-left:24px}.process-grid{grid-template-columns:1fr 1fr}.about-grid,.trust-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1.5fr 1fr 1fr}.contact-grid{grid-template-columns:1fr}.role-card{grid-template-columns:1fr;gap:30px}.careers-callout{grid-template-columns:1fr}.status-list article,.trust-items div{grid-template-columns:1fr;gap:6px}}@media (width<=640px){.container{width:min(calc(100% - 28px), var(--container))}.header-inner{gap:10px}.brand-mark{width:34px;height:34px}.brand-name{font-size:19px}.hero{padding-bottom:58px}.hero-title{font-size:clamp(42px,13vw,62px)}.hero-actions{grid-template-columns:1fr;display:grid}.hero-actions .button{width:100%}.hero-meta{gap:9px;display:grid}.system-body{padding:14px}.system-node{grid-template-columns:36px 1fr}.system-node>span:first-child{width:36px;height:36px}.system-node em{display:none}.section-pad{padding-block:72px}.service-grid,.tech-grid,.content-grid,.four-grid,.principle-grid,.process-grid,.service-page-grid{grid-template-columns:1fr}.principle,.principle:nth-child(2n){border-left:0;padding:26px 0}.product-window-body{grid-template-columns:44px 1fr}.product-sidebar{padding-top:15px}.dashboard-topline{align-items:start}.dashboard-date{display:none}.metric-grid{grid-template-columns:1fr}.recommendation{grid-template-columns:38px 1fr}.recommendation-icon{width:38px;height:38px}.recommendation-action{grid-column:2;justify-self:start}.signal-row{grid-template-columns:1fr}.architecture-layer{grid-template-columns:1fr;min-height:82px;padding-block:14px}.architecture-layer em{display:block}.process-grid article{min-height:175px}.process-grid h3{margin-top:34px}.footer-main{grid-template-columns:1fr 1fr;gap:36px 20px}.footer-brand{grid-column:1/-1}.footer-bottom{gap:6px;display:grid}.form-grid{grid-template-columns:1fr}.form-full{grid-column:auto}.page-hero{padding-top:calc(var(--header-height) + 58px);padding-bottom:56px}.page-hero h1{font-size:clamp(42px,13vw,62px)}.product-heading-row,.status-section-heading{flex-direction:column;align-items:start}.product-feature-list div{grid-template-columns:62px 1fr}.featured-product-card{padding:24px}.product-status-summary div{grid-template-columns:95px 1fr}.error-page>div{width:100%;display:grid}.error-page .button{width:100%}}@media (width<=359px){.brand-wordmark{width:114px;height:48px}.icon-button{width:38px;height:38px}.hero-title{font-size:40px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
