:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b0c0f;--bg-deep:#07080a;--surface:#111216;--surface-2:#17181c;--surface-3:#202126;--surface-raised:#25272d;--ink:#f7f7f8;--ink-soft:#bfc1c8;--muted:#9a9da5;--muted-strong:#71747c;--ink-muted:var(--muted);--line:#292b32;--line-strong:#3b3d44;--brand:#b41624;--brand-bright:#e33b4c;--brand-soft:#f35d6d;--brand-pale:#ffe4e8;--brand-wash:#b416241f;--node-person:#5571c8;--node-organization:#8060a9;--node-location:#238a88;--node-financial:#b37a2e;--node-document:#72757e;--node-event:#c25778;--node-communication:#2c8197;--font-display:"Space Grotesk", "Segoe UI", sans-serif;--font-sans:"IBM Plex Sans", "Segoe UI", sans-serif;--font-mono:"IBM Plex Mono", Consolas, monospace;--ease-loupe:cubic-bezier(.22, 1, .36, 1);--page-progress:0}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f7f8;--bg-deep:#ececef;--surface:#fff;--surface-2:#f1f1f3;--surface-3:#e7e7eb;--surface-raised:#fff;--ink:#15161a;--ink-soft:#4f525b;--muted:#666a73;--muted-strong:#858891;--ink-muted:#666a73;--line:#d9dae0;--line-strong:#c5c7cf;--brand-soft:#b41624;--brand-pale:#7f111c;--brand-wash:#b4162414}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{min-width:320px;color:var(--ink);background:radial-gradient(circle at 76% 3%, #b4162417, transparent 24rem), var(--bg);font-family:var(--font-sans);font-feature-settings:"kern", "liga", "calt";-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.55}body.modal-open,body.menu-open{overflow:hidden}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}::selection{color:var(--ink);background:#e33b4c59}:focus-visible{outline:2px solid var(--brand-soft);outline-offset:4px}.site-shell{position:relative;overflow:clip}.container{width:min(1240px,100% - 48px);margin:0 auto}.skip-link{z-index:300;color:var(--ink);background:var(--brand);border-radius:6px;padding:10px 14px;font-weight:600;transition:transform .16s ease-out;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.page-progress{z-index:210;width:calc(var(--page-progress) * 100%);pointer-events:none;background:var(--brand-bright);height:2px;position:fixed;top:0;left:0;box-shadow:0 0 16px #e33b4ca6}.section-index,.hero-eyebrow{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:10px;font-weight:500}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-family:var(--font-display);text-wrap:balance}.section-heading{max-width:800px}.section-heading h2,.trust-copy h2,.flow-statement h2{letter-spacing:-.058em;margin-top:22px;font-size:clamp(48px,6vw,84px);font-weight:600;line-height:.98}.section-heading>p:last-child,.trust-copy>p,.flow-statement>p{max-width:60ch;color:var(--ink-soft);margin-top:26px;font-size:18px;line-height:1.65}.section-heading-split{grid-template-columns:minmax(0,1.25fr) minmax(300px,.6fr);align-items:end;gap:clamp(48px,9vw,140px);max-width:none;display:grid}.section-heading-split>p:last-child{margin-bottom:7px}.reveal{opacity:0;filter:blur(6px);transition:opacity .76s var(--ease-loupe) var(--reveal-delay), filter .76s var(--ease-loupe) var(--reveal-delay), transform .76s var(--ease-loupe) var(--reveal-delay);transform:translateY(28px)}.reveal.is-visible{opacity:1;filter:none;transform:none}.navigation{z-index:120;border-bottom:1px solid #0000;transition:background-color .24s,border-color .24s,-webkit-backdrop-filter .24s,backdrop-filter .24s;position:fixed;top:0;left:0;right:0}.navigation-scrolled,.navigation-menu-open{background:#0b0c0fd6;border-bottom-color:#3b3d44bf}.navigation-scrolled{-webkit-backdrop-filter:blur(18px)saturate(1.25);backdrop-filter:blur(18px)saturate(1.25)}.navigation-menu-open{background:var(--bg)}.nav-inner{justify-content:space-between;align-items:center;gap:28px;min-height:82px;display:flex}.nav-brand{border-radius:5px;align-items:center;display:inline-flex}.brand-logo{width:166px;height:48px;display:block;position:relative;overflow:hidden}.brand-logo img{object-fit:contain;width:100%;height:100%;display:block;position:absolute;inset:0}.brand-logo-on-light,html[data-theme=light] .brand-logo-on-dark{visibility:hidden;opacity:0}html[data-theme=light] .brand-logo-on-light{visibility:visible;opacity:1}.nav-links{align-items:center;gap:30px;display:flex}.nav-links a{color:var(--ink-soft);padding:8px 0;font-size:14px;font-weight:500;transition:color .18s;position:relative}.nav-links a:after{content:"";background:var(--brand-soft);transform-origin:100%;height:1px;transition:transform .24s var(--ease-loupe);position:absolute;bottom:2px;left:0;right:0;transform:scaleX(0)}.nav-links a:hover{color:var(--ink)}.nav-links a:hover:after{transform-origin:0;transform:scaleX(1)}.nav-actions{align-items:center;gap:12px;display:flex}.theme-toggle{border:1px solid var(--line-strong);cursor:pointer;width:62px;height:34px;color:var(--muted);background:color-mix(in srgb, var(--surface-2), transparent 18%);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--ink), transparent 94%);transition:color .22s ease, border-color .22s ease, background-color .22s ease, transform .22s var(--ease-loupe);border-radius:18px;flex:0 0 62px;padding:0;position:relative}.theme-toggle:hover{color:var(--ink);border-color:color-mix(in srgb, var(--brand), var(--line-strong) 62%);transform:translateY(-1px)}.theme-toggle:active{transform:translateY(0)scale(.97)}.theme-toggle-indicator{background:var(--surface-raised);width:26px;height:26px;box-shadow:0 3px 9px color-mix(in srgb, var(--bg-deep), transparent 64%), inset 0 0 0 1px color-mix(in srgb, var(--line-strong), transparent 30%);transition:background-color .26s ease, box-shadow .26s ease, transform .36s var(--ease-loupe);border-radius:50%;position:absolute;top:3px;left:3px;transform:translate(28px)}.theme-toggle.is-light .theme-toggle-indicator{background:#fff;transform:translate(0);box-shadow:0 3px 10px #56464929,inset 0 0 0 1px #b4162429}.theme-toggle-icon{z-index:1;fill:none;stroke:currentColor;stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px;transition:color .24s ease, opacity .24s ease, transform .36s var(--ease-loupe);position:absolute;top:8px}.theme-toggle-sun{opacity:.48;left:8px}.theme-toggle-moon{color:var(--ink);right:8px}.theme-toggle.is-light .theme-toggle-sun{color:var(--brand);opacity:1;transform:rotate(90deg)}.theme-toggle.is-light .theme-toggle-moon{color:var(--muted-strong);opacity:.48}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.button{cursor:pointer;min-height:44px;transition:color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s var(--ease-loupe);border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:12px;padding:10px 16px;font-size:13px;font-weight:600;line-height:1;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)scale(.98)}.button-primary{color:#fff;background:var(--brand);box-shadow:0 12px 28px -16px #e33b4cd9}.button-primary:hover{background:#ca2436;box-shadow:0 18px 34px -17px #e33b4ce6}.button-ghost{border-color:var(--line-strong);color:var(--ink);background:#17181ca6}.button-ghost:hover{background:var(--surface-2);border-color:#565961}.button-quiet{border-color:var(--line);min-height:38px;color:var(--ink-soft);background:#17181cbd}.nav-contact{min-height:42px;padding-inline:18px;font-size:14px}.button-quiet:hover{color:var(--ink);border-color:var(--line-strong)}.menu-toggle{border:1px solid var(--line);cursor:pointer;background:var(--surface);border-radius:7px;width:44px;height:44px;display:none;position:relative}.menu-toggle span{background:var(--ink);width:18px;height:1px;transition:transform .22s,top .22s;position:absolute;left:12px}.menu-toggle span:first-child{top:17px}.menu-toggle span:last-child{top:24px}.menu-toggle.is-open span:first-child{top:21px;transform:rotate(45deg)}.menu-toggle.is-open span:last-child{top:21px;transform:rotate(-45deg)}.mobile-navigation{z-index:119;pointer-events:none;visibility:hidden;background:var(--bg);opacity:0;flex-direction:column;gap:0;padding:30px 24px;transition:opacity .22s,transform .22s,visibility .22s;display:none;position:fixed;inset:70px 0 0;transform:translateY(-10px)}.mobile-navigation.is-open{pointer-events:auto;visibility:visible;opacity:1;transform:none}.mobile-navigation a{border-bottom:1px solid var(--line);font-family:var(--font-display);letter-spacing:-.04em;grid-template-columns:44px 1fr;align-items:center;padding:20px 0;font-size:clamp(30px,8vw,46px);font-weight:600;display:grid}.mobile-navigation a span{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.1em;font-size:10px}.mobile-navigation .button{margin-top:28px}.hero{background:radial-gradient(circle at 71% 44%,#b4162426,#0000 23rem),linear-gradient(#0b0c0f 0%,#090a0c 100%);align-items:center;min-height:940px;padding:118px 0 104px;display:flex;position:relative;overflow:hidden}.hero:before{pointer-events:none;content:"";background:linear-gradient(90deg,#0b0c0f1a,#0b0c0f00 55%,#0b0c0f66);position:absolute;inset:0}.hero-grid{pointer-events:none;opacity:.34;background-image:linear-gradient(#bfc1c80b 1px,#0000 1px),linear-gradient(90deg,#bfc1c80b 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 62% 45%,#000,#0000 72%);mask-image:radial-gradient(circle at 62% 45%,#000,#0000 72%)}.hero-layout{z-index:2;grid-template-columns:minmax(0,1.1fr) minmax(390px,.8fr);align-items:center;gap:clamp(48px,8vw,120px);display:grid;position:relative}.hero-copy{z-index:3;max-width:780px;position:relative}.hero-eyebrow{letter-spacing:.13em;align-items:center;gap:10px;font-size:12px;font-weight:600;display:flex}.status-dot{background:var(--brand-bright);border-radius:50%;width:8px;height:8px;display:inline-block;box-shadow:0 0 0 5px #e33b4c1a,0 0 16px #e33b4cbf}.hero-title{letter-spacing:-.068em;margin-top:28px;font-size:clamp(68px,7.1vw,112px);font-weight:600;line-height:.94;overflow:visible}.hero-title-line{display:block}.hero-title-accent{color:#0000;-webkit-box-decoration-break:clone;box-decoration-break:clone;background:linear-gradient(98deg,#f7f7f8 2%,#d7a1a8 58%,#e33b4c 104%);-webkit-background-clip:text;background-clip:text;padding-bottom:.12em;padding-right:.12em;display:table}.hero-lede{max-width:62ch;color:var(--ink-soft);text-wrap:pretty;margin-top:32px;font-size:clamp(17px,1.4vw,20px);line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.hero-proof{color:var(--muted);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;gap:28px;margin-top:30px;font-size:9px;display:flex}.hero-proof span{padding-left:15px;position:relative}.hero-proof span:before{content:"";background:var(--brand-soft);width:6px;height:1px;position:absolute;top:50%;left:0}.hero-enter{opacity:0;filter:blur(8px);animation:hero-enter .9s var(--ease-loupe) forwards}.hero-enter-1{animation-delay:.16s}.hero-enter-2{animation-delay:.24s}.hero-enter-3{animation-delay:.34s}.hero-enter-4{animation-delay:.43s}.hero-enter-5{animation-delay:.52s}@keyframes hero-enter{0%{opacity:0;filter:blur(8px);transform:translateY(24px)}to{opacity:1;filter:none;transform:none}}.hero-identity{aspect-ratio:1;justify-self:end;width:min(42vw,540px);position:relative}.identity-orbit{border:1px solid #f35d6d24;border-radius:50%;position:absolute}.identity-orbit:before{content:"";border-radius:inherit;border:1px solid #0000;border-top-color:#f35d6d9e;animation:21s linear infinite orbit-spin;position:absolute;inset:-2px}.identity-orbit-outer{inset:0}.identity-orbit-inner{inset:14%}.identity-orbit-inner:before{border-top-color:#0000;border-right-color:#f35d6d57;animation-duration:14s;animation-direction:reverse}@keyframes orbit-spin{to{transform:rotate(360deg)}}.hero-canvas{z-index:3;pointer-events:none;filter:drop-shadow(0 34px 48px #00000052);width:124%;height:124%;display:block;position:absolute;inset:-12%}.hero-transition{z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#0d0e11b8 68%,#0d0e11 100%);height:128px;position:absolute;bottom:0;left:0;right:0}.hero-transition:before{content:"";background:linear-gradient(90deg,#0000 5%,#3b3d4473 22%,#f35d6d8c 50%,#3b3d4473 78%,#0000 95%);height:1px;position:absolute;bottom:1px;left:0;right:0}.hero-transition:after{content:"";filter:blur(9px);background:radial-gradient(#b416242b,#0000 68%);width:min(76vw,1080px);height:108px;position:absolute;bottom:-52px;left:50%;transform:translate(-50%)}.scroll-cue{color:var(--muted);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;writing-mode:vertical-rl;align-items:center;gap:11px;font-size:8px;display:flex;position:absolute;bottom:77px;right:28px}.scroll-cue i{background:linear-gradient(var(--brand-soft), transparent);width:1px;height:34px}.product-section{--carousel-progress:0;background:radial-gradient(circle at 84% 35%,#b4162414,#0000 30rem),#0d0e11;padding:150px 0 170px;position:relative}.product-section:before{pointer-events:none;content:"";opacity:.28;background-image:linear-gradient(#bfc1c808 1px,#0000 1px),linear-gradient(90deg,#bfc1c808 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.product-heading{z-index:2;position:relative}.product-sticky,.product-sticky-inner{position:relative}.product-layout{z-index:2;grid-template-columns:minmax(0,1fr);align-items:start;gap:16px;margin-top:54px;display:grid;position:relative}.product-steps{width:min(100%,1180px);margin-inline:auto;position:static}.product-step-track{border:1px solid var(--line);background:color-mix(in srgb, var(--surface), transparent 38%);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;position:relative}.product-progress-rail{display:none}.product-step{border:0;border-right:1px solid var(--line);cursor:pointer;text-align:left;background:0 0;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:11px;width:100%;min-height:78px;padding:13px 14px;transition:background-color .22s,box-shadow .22s;display:grid;position:relative}.product-step:last-child{border-right:0}.product-step:hover{background:#f7f7f805}.product-step-number{color:var(--muted-strong);font-family:var(--font-mono);align-self:center;font-size:9px;transition:color .22s}.product-step-copy{flex-direction:column;gap:6px;display:flex}.product-step-copy strong{color:var(--ink-soft);font-family:var(--font-display);font-size:14px;font-weight:500;line-height:1.3;transition:color .22s}.product-step-copy small{color:var(--muted-strong);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:7.5px}.product-step.is-active .product-step-number{color:var(--brand-soft)}.product-step.is-active .product-step-copy strong{color:var(--ink)}.product-step.is-active{background:linear-gradient(100deg,#b416241c,#b4162406 54%,#0000);box-shadow:inset 0 1px #f35d6d0a}.product-window-wrap{isolation:isolate;width:min(100%,1280px);min-width:0;margin-inline:auto;position:relative}.product-window-wrap:before{z-index:-1;pointer-events:none;content:"";filter:blur(42px);background:radial-gradient(#b416242b,#0000 70%);width:48%;height:42%;position:absolute;bottom:10%;right:8%}.product-window{border:1px solid var(--line-strong);background:#090a0d;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 34px 90px -40px #000000f2,0 12px 30px -24px #b4162461}.product-capture-bar{border-bottom:1px solid var(--line);background:linear-gradient(90deg,#b416240d,#0000 26%),#111216;grid-template-columns:1fr auto auto;align-items:center;gap:18px;min-height:45px;padding:0 15px;display:grid}.product-capture-bar>span{color:var(--ink-soft);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;font-size:7.5px;display:flex}.product-capture-bar>span i{background:var(--brand-bright);border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #e33b4cad}.product-capture-bar strong{color:var(--ink);font-size:10px;font-weight:600}.product-capture-bar small{color:var(--muted-strong);font-family:var(--font-mono);letter-spacing:.05em;font-size:7px}.product-capture{aspect-ratio:2558/1265;isolation:isolate;background:#090a0d;position:relative;overflow:hidden}.product-slide{opacity:var(--slide-opacity);transform:translate3d(0, var(--slide-y), 0) scale3d(var(--slide-scale), var(--slide-scale), 1);transform-origin:50%;backface-visibility:hidden;contain:paint;will-change:transform;transition:opacity .28s ease-out,transform .48s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;overflow:hidden}.product-slide[data-slide-state=incoming]{box-shadow:0 -18px 30px #08090c33}.product-slide img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}[data-scroll-carousel=active] .product-slide{transition:none}.product-capture-matte{z-index:3;pointer-events:none;background:linear-gradient(#0000 44%,#08090c1a 57%,#08090cf0 100%),linear-gradient(90deg,#08090c1f,#0000 48%);position:absolute;inset:0}.product-frame-overlay{z-index:4;color:#f7f7f8;justify-content:space-between;align-items:end;gap:34px;padding:clamp(24px,3vw,46px);display:flex;position:absolute;bottom:0;left:0;right:0}.product-frame-copy{max-width:680px}.product-frame-copy>span{color:#f38a96;font-family:var(--font-mono);letter-spacing:.13em;text-transform:uppercase;font-size:8px;font-weight:600}.product-frame-copy h3{color:#fff;letter-spacing:-.045em;max-width:620px;margin-top:10px;font-size:clamp(25px,2.25vw,40px);font-weight:590;line-height:1}.product-frame-copy p{color:#f7f7f8bd;max-width:64ch;margin-top:12px;font-size:clamp(11px,.9vw,14px);line-height:1.55}.product-frame-overlay>a{color:#f7f7f8bd;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;flex:none;margin-bottom:3px;font-size:8px;transition:color .18s}.product-frame-overlay>a:hover{color:#fff}.product-frame-overlay>a i{color:#f38a96;margin-left:5px;font-style:normal}.product-capture-edge{z-index:5;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff06,inset 0 0 0 1px #00000029}@keyframes product-copy-enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@media (width>=1181px) and (height>=860px) and (prefers-reduced-motion:no-preference){.product-section{height:calc(100svh + var(--carousel-scroll-length));padding:0}.product-sticky{align-items:center;min-height:100svh;padding:84px 0 18px;display:grid;position:sticky;top:0;overflow:hidden}.product-sticky-inner{width:min(100% - 64px,1760px);margin-inline:auto;transform:translateY(-20px)}.product-heading{grid-template-columns:auto minmax(0,1.35fr) minmax(360px,.65fr);grid-template-areas:"index title lede";align-items:center;gap:24px;max-width:none;display:grid}.product-heading .section-index{grid-area:index;align-self:center;padding-right:3px}.product-heading h2{white-space:nowrap;grid-area:title;margin:0;font-size:clamp(36px,3vw,52px);line-height:.98}.product-heading>p:last-of-type{grid-area:lede;margin:0;font-size:13px;line-height:1.5}.product-layout{grid-template-columns:158px minmax(0,1fr);align-items:stretch;gap:22px;margin-top:18px}.product-steps{width:auto;height:100%;margin:0}.product-step-track{background:0 0;border:0;border-radius:0;grid-template-rows:repeat(4,minmax(0,1fr));grid-template-columns:1fr;height:100%;padding-left:28px}.product-progress-rail{background:var(--line-strong);border-radius:2px;width:2px;display:block;position:absolute;top:0;bottom:0;left:8px;overflow:hidden}.product-progress-rail i{background:linear-gradient(var(--brand), var(--brand-soft));transform:scaleY(var(--carousel-progress));transform-origin:top;display:block;position:absolute;inset:0;box-shadow:0 0 14px #e33b4c80}.product-step{border-right:0;border-bottom:1px solid var(--line);opacity:.46;grid-template-columns:24px minmax(0,1fr);gap:8px;min-height:0;padding:14px 8px;transition:opacity .22s,background-color .22s,box-shadow .22s}.product-step:last-child{border-bottom:0}.product-step.is-active{opacity:1;background:linear-gradient(90deg,#b416241a,#0000 82%)}.product-step-copy{gap:6px}.product-step-copy strong{font-size:13px;line-height:1.25}.product-step-copy small{font-size:6.75px}.product-window-wrap{justify-self:start;width:min(100%,202.2svh - 428.664px);margin:0}.product-capture-bar{min-height:40px}}.window-chrome{border-bottom:1px solid var(--line);background:#111216;grid-template-columns:70px 1fr auto;align-items:center;min-height:50px;padding:0 16px;display:grid}.window-dots{gap:5px;display:flex}.window-dots i{border:1px solid var(--line-strong);background:var(--surface-2);border-radius:50%;width:7px;height:7px}.window-dots i:first-child{background:var(--brand);border-color:#e33b4c80}.window-chrome>div:nth-child(2){flex-direction:column;gap:1px;display:flex}.window-chrome strong{font-size:10px;font-weight:600}.window-chrome small{color:var(--muted-strong);font-size:8px}.window-status{color:var(--muted);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:7px;font-size:7.5px;display:flex}.window-status i{background:#3b8b67;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #3b8b67bf}.preview-app{background:#090a0d;grid-template-columns:168px minmax(0,1fr);min-height:610px;display:grid}.preview-sidebar{border-right:1px solid var(--line);min-width:0;color:var(--ink-soft);background:#0d0e12}.preview-sidebar-logo{border-bottom:1px solid var(--line);align-items:center;height:52px;padding:4px 13px;display:flex}.preview-sidebar-logo img{object-fit:contain;width:98px;height:42px}.preview-case-name{border-bottom:1px solid var(--line);background:#b416240e;flex-direction:column;gap:2px;padding:11px 13px;display:flex}.preview-case-name span,.preview-nav-section>span{color:var(--muted-strong);font-family:var(--font-mono);letter-spacing:.11em;text-transform:uppercase;font-size:6.5px}.preview-case-name strong{text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;font-weight:600;overflow:hidden}.preview-sidebar nav{padding:9px 7px 12px}.preview-nav-section{margin-top:10px}.preview-nav-section:first-child{margin-top:0}.preview-nav-section>span{padding:0 7px 5px;display:block}.preview-nav-section>div{height:29px;color:var(--muted);border-radius:5px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:6px;margin:1px 0;padding:0 7px;display:grid;position:relative}.preview-nav-section>div.is-active{color:var(--ink);background:#b416241f;box-shadow:inset 0 0 0 1px #f35d6d26}.preview-nav-section>div.is-active:before{content:"";background:var(--brand-soft);border-radius:2px;width:2px;position:absolute;top:6px;bottom:6px;left:2px}.app-icon{fill:none;stroke:currentColor;stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px;display:block;overflow:visible}.preview-nav-section b{text-overflow:ellipsis;white-space:nowrap;font-size:8.5px;font-weight:500;overflow:hidden}.preview-nav-section small{color:var(--muted-strong);font-family:var(--font-mono);font-size:6px}.preview-main{flex-direction:column;min-width:0;display:flex}.preview-toolbar{border-bottom:1px solid var(--line);background:#111216f5;align-items:center;gap:7px;min-height:43px;padding:6px 9px;display:flex}.preview-search{border:1px solid var(--line-strong);min-width:145px;height:29px;color:var(--muted-strong);background:#0d0e12;border-radius:5px;flex:1;align-items:center;gap:7px;padding:0 9px;font-size:8px;display:flex}.preview-search .app-icon{width:12px;height:12px}.preview-select,.preview-count{border:1px solid var(--line);height:28px;color:var(--muted);white-space:nowrap;border-radius:5px;align-items:center;gap:5px;padding:0 8px;font-size:7.5px;display:inline-flex}.preview-count{font-family:var(--font-mono);border:0;padding-inline:2px;font-size:6.5px}.preview-toolbar-spacer{flex:1}.preview-tool-group{border-left:1px solid var(--line);gap:1px;padding-left:7px;display:flex}.preview-tool-button{min-height:27px;color:var(--muted);white-space:nowrap;background:#f7f7f806;border-radius:4px;justify-content:center;align-items:center;gap:5px;padding:0 7px;display:inline-flex}.preview-tool-button .app-icon{width:12px;height:12px}.preview-tool-button b{font-size:7.5px;font-weight:500}.preview-tool-button:hover{color:var(--ink);background:var(--surface-3)}.preview-page-toolbar{justify-content:space-between;padding-inline:12px}.preview-page-toolbar>div{align-items:center;gap:8px;display:flex}.preview-page-toolbar>div>.app-icon{width:18px;height:18px;color:var(--brand-soft)}.preview-page-toolbar>div>span{flex-direction:column;display:flex}.preview-page-toolbar strong{font-family:var(--font-display);font-size:11px;font-weight:600}.preview-page-toolbar small{color:var(--muted-strong);font-size:7px}.preview-workspace{flex:1;min-height:0;overflow:hidden}.preview-split{height:100%;display:flex}.graph-canvas{background:radial-gradient(circle at 45% 44%,#b416240e,#0000 17rem),#090a0d;flex:1;min-width:0;position:relative;overflow:hidden}.graph-canvas:before{pointer-events:none;content:"";opacity:.22;background-image:linear-gradient(#bfc1c80a 1px,#0000 1px),linear-gradient(90deg,#bfc1c80a 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.graph-canvas>svg{width:96%;height:87%;position:absolute;inset:4% 2% 9%}.preview-graph-edges line{stroke:#34363e;stroke-width:1.15px}.preview-node>circle:not(.preview-node-halo){stroke-width:1.5px}.preview-node-halo{fill:#0000;stroke-width:1px;opacity:.15}.preview-node text{fill:var(--ink-soft);font-family:var(--font-sans);font-size:7.5px}.node-person circle{fill:var(--node-person);stroke:#8da0df}.node-person .preview-node-halo{stroke:var(--node-person)}.node-organization circle{fill:var(--node-organization);stroke:#b59bd0}.node-organization .preview-node-halo{stroke:var(--node-organization)}.node-location circle{fill:var(--node-location);stroke:#69b7b5}.node-location .preview-node-halo{stroke:var(--node-location)}.node-financial circle{fill:var(--node-financial);stroke:#d9b571}.node-financial .preview-node-halo{stroke:var(--node-financial)}.node-event circle{fill:var(--node-event);stroke:#e291a8}.node-event .preview-node-halo{stroke:var(--node-event)}.node-document circle{fill:var(--node-document);stroke:#a8aab0}.node-document .preview-node-halo{stroke:var(--node-document)}.node-communication circle{fill:var(--node-communication);stroke:#72b5c5}.node-communication .preview-node-halo{stroke:var(--node-communication)}.node-selected>circle:not(.preview-node-halo){fill:#941b27;stroke:var(--brand-soft);stroke-width:2px}.node-selected .preview-node-halo{fill:#e33b4c14;stroke:var(--brand-soft);opacity:.8}.graph-legend{border:1px solid var(--line-strong);background:#111216f0;border-radius:6px;width:135px;position:absolute;bottom:12px;right:10px;overflow:hidden;box-shadow:0 12px 26px -16px #000000e6}.graph-legend>strong{border-bottom:1px solid var(--line);padding:7px 9px;font-size:7.5px;font-weight:600;display:block}.graph-legend span{color:var(--ink-soft);grid-template-columns:8px 1fr auto;align-items:center;gap:6px;padding:4px 9px;font-size:7px;display:grid}.graph-legend span i{border-radius:50%;width:6px;height:6px}.graph-legend i.person{background:var(--node-person)}.graph-legend i.organization{background:var(--node-organization)}.graph-legend i.location{background:var(--node-location)}.graph-legend i.event{background:var(--node-event)}.graph-legend span b{color:var(--muted-strong);font-family:var(--font-mono);font-size:6px;font-weight:400}.graph-stats{color:var(--muted-strong);font-family:var(--font-mono);background:#111216d9;border-radius:5px;padding:6px 8px;font-size:6.5px;position:absolute;bottom:12px;left:10px}.preview-detail-panel{border-left:1px solid var(--line);background:#111216;flex:none;width:222px}.detail-tabs{border-bottom:1px solid var(--line);background:#25272d52;align-items:stretch;height:38px;display:flex}.detail-tabs span{min-width:0;color:var(--muted);white-space:nowrap;flex:1;justify-content:center;align-items:center;gap:4px;font-size:6.5px;display:flex;position:relative}.detail-tabs span.is-active{color:var(--ink)}.detail-tabs span.is-active:after{content:"";background:var(--brand-soft);height:2px;position:absolute;bottom:0;left:5px;right:5px}.detail-tabs .app-icon{width:10px;height:10px}.detail-content{padding:15px}.detail-type{color:#b59bd0;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:5px;font-size:6.5px;display:inline-flex}.detail-type i{background:var(--node-organization);border-radius:50%;width:6px;height:6px}.detail-type.financial{color:#d9b571}.detail-type.financial i{background:var(--node-financial)}.detail-content h4,.evidence-detail h4{letter-spacing:-.035em;margin-top:9px;font-size:15px;font-weight:600}.detail-content>p,.evidence-detail>p{color:var(--muted-strong);margin-top:3px;font-size:7.5px}.detail-actions{grid-template-columns:repeat(3,1fr);gap:4px;margin-top:14px;display:grid}.detail-actions span{border:1px solid var(--line-strong);min-height:25px;color:var(--ink-soft);border-radius:4px;place-items:center;font-size:6.5px;display:grid}.detail-content dl{margin:16px 0 0}.detail-content dl div{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:6px;padding:7px 0;display:grid}.detail-content dt,.detail-content dd{margin:0;font-size:7px}.detail-content dt{color:var(--muted-strong)}.detail-content dd{color:var(--ink-soft);text-align:right}.detail-source{background:#b4162412;border:1px solid #f35d6d2e;border-radius:6px;flex-direction:column;gap:3px;margin-top:15px;padding:10px;display:flex}.detail-source span{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:5px;font-size:6px;display:flex}.detail-source .app-icon{width:10px;height:10px}.detail-source strong{color:var(--ink-soft);margin-top:4px;font-size:8px;font-weight:500}.detail-source small{color:var(--muted-strong);font-size:6.5px}.evidence-folders{border-right:1px solid var(--line);background:#0d0e12;flex:none;width:142px;padding:12px 7px}.evidence-folders>span{color:var(--muted-strong);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;padding:0 7px 7px;font-size:6.5px;display:block}.evidence-folders>div{height:30px;color:var(--muted);border-radius:4px;grid-template-columns:16px 1fr auto;align-items:center;gap:5px;padding:0 7px;display:grid}.evidence-folders>div.is-active{color:var(--ink);background:#b416241c}.evidence-folders .app-icon{width:12px;height:12px}.evidence-folders b{text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;font-weight:500;overflow:hidden}.evidence-folders small{font-family:var(--font-mono);font-size:6px}.evidence-list{background:#090a0d;flex:1;min-width:0;padding:12px}.evidence-list-tools{align-items:center;gap:10px;margin-bottom:12px;display:flex}.evidence-list-tools>span{color:var(--muted-strong);font-size:7px}.evidence-table-head,.evidence-row{grid-template-columns:minmax(175px,1.6fr) minmax(70px,.65fr) minmax(58px,.55fr);align-items:center;gap:8px;display:grid}.evidence-table-head{color:var(--muted-strong);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;padding:0 8px 7px;font-size:6px}.evidence-row{border-top:1px solid var(--line);min-height:52px;color:var(--ink-soft);padding:6px 8px;font-size:7.5px}.evidence-row.is-active{box-shadow:inset 2px 0 0 var(--brand-soft);background:#b4162414;border-color:#f35d6d38;border-radius:5px}.evidence-row>span:first-child{grid-template-columns:18px 1fr;align-items:center;display:grid}.evidence-row>span:first-child .app-icon{width:13px;height:13px;color:var(--muted);grid-row:1/3}.evidence-row b{text-overflow:ellipsis;white-space:nowrap;font-size:7.5px;font-weight:500;overflow:hidden}.evidence-row small{color:var(--muted-strong);font-size:6.5px}.evidence-row>span:nth-child(2){color:#6ab38d;align-items:center;gap:5px;display:flex}.evidence-row>span:nth-child(2) i{background:#3b8b67;border-radius:50%;width:5px;height:5px}.evidence-row>span:nth-child(2).is-processing{color:#d9b571}.evidence-row>span:nth-child(2).is-processing i{background:var(--node-financial)}.evidence-detail{border-left:1px solid var(--line);background:#111216;flex:none;width:205px;padding:16px 14px}.evidence-detail .detail-type{color:var(--muted)}.evidence-detail .detail-type i{background:var(--node-document)}.evidence-summary{border-top:1px solid var(--line);margin-top:16px;padding-top:12px}.evidence-summary span{color:var(--muted-strong);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:6.5px}.evidence-summary p{color:var(--ink-soft);margin-top:7px;font-size:7.5px;line-height:1.55}.evidence-metrics{grid-template-columns:repeat(3,1fr);gap:4px;margin-top:16px;display:grid}.evidence-metrics span{border:1px solid var(--line);color:var(--muted-strong);border-radius:5px;flex-direction:column;padding:8px 6px;font-size:6px;display:flex}.evidence-metrics strong{color:var(--ink);font-family:var(--font-display);font-size:13px}.timeline-list{background:#090a0d;flex:1;min-width:0;padding:18px;position:relative}.timeline-list:before{content:"";background:var(--line-strong);width:1px;position:absolute;top:76px;bottom:42px;left:118px}.timeline-date-range{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:12px;display:flex}.timeline-date-range span{font-family:var(--font-display);font-size:13px;font-weight:600}.timeline-date-range b{color:var(--muted-strong);font-size:7px;font-weight:400}.timeline-event{border:1px solid #0000;border-radius:6px;grid-template-columns:85px 18px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:82px;padding:8px 10px;display:grid;position:relative}.timeline-event.is-active{background:#b4162413;border-color:#f35d6d33}.timeline-time{flex-direction:column;align-items:flex-end;display:flex}.timeline-time strong{color:var(--ink-soft);font-family:var(--font-mono);font-size:8px}.timeline-time small{color:var(--muted-strong);font-size:6.5px}.timeline-dot{z-index:2;background:var(--node-event);width:9px;height:9px;box-shadow:0 0 0 1px var(--node-event);border:2px solid #090a0d;border-radius:50%;position:relative}.timeline-dot.type-document{background:var(--node-document);box-shadow:0 0 0 1px var(--node-document)}.timeline-dot.type-financial{background:var(--node-financial);box-shadow:0 0 0 1px var(--node-financial)}.timeline-dot.type-communication{background:var(--node-communication);box-shadow:0 0 0 1px var(--node-communication)}.timeline-event>div:nth-child(3){flex-direction:column;gap:4px;min-width:0;display:flex}.timeline-event>div:nth-child(3) strong{color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;font-size:8.5px;font-weight:500;overflow:hidden}.timeline-event>div:nth-child(3) small{color:var(--muted-strong);text-overflow:ellipsis;white-space:nowrap;font-size:6.5px;overflow:hidden}.timeline-event>span{color:var(--muted);font-size:6.5px}.agent-thread{background:#090a0d;flex-direction:column;flex:1;min-width:0;padding:22px;display:flex}.agent-task-label{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:6px;font-size:6.5px;display:flex}.agent-task-label .app-icon{width:11px;height:11px}.agent-question{max-width:74%;color:var(--ink);background:#25272d;border-radius:8px 8px 2px;align-self:flex-end;margin-top:24px;padding:11px 13px;font-size:8.5px;line-height:1.5}.agent-answer{grid-template-columns:28px 1fr;gap:9px;margin-top:20px;display:grid}.agent-avatar{width:27px;height:27px;color:var(--brand-soft);background:#b416241a;border:1px solid #f35d6d40;border-radius:6px;place-items:center;display:grid}.agent-avatar .app-icon{width:14px;height:14px}.agent-answer>div>strong{font-size:8.5px;font-weight:600}.agent-answer p{color:var(--ink-soft);margin-top:7px;font-size:8px;line-height:1.65}.agent-citations{flex-wrap:wrap;gap:5px;margin-top:12px;display:flex}.agent-citations span{border:1px solid var(--line);color:var(--muted);border-radius:4px;align-items:center;gap:5px;padding:5px 7px;font-size:6.5px;display:flex}.agent-citations b{width:12px;height:12px;color:var(--brand-pale);font-family:var(--font-mono);background:#b416243b;border-radius:3px;place-items:center;font-size:6px;display:grid}.agent-input{border:1px solid var(--line-strong);min-height:42px;color:var(--muted-strong);background:#111216;border-radius:7px;justify-content:space-between;align-items:center;margin-top:auto;padding:0 7px 0 12px;font-size:7.5px;display:flex}.agent-input b{color:#fff;background:var(--brand);border-radius:4px;padding:7px 10px;font-size:7px;font-weight:600}.agent-sources{border-left:1px solid var(--line);background:#111216;flex:none;width:225px;padding:13px}.agent-sources-head{border-bottom:1px solid var(--line);grid-template-columns:16px 1fr auto;align-items:center;gap:6px;padding:2px 1px 12px;display:grid}.agent-sources-head .app-icon{width:12px;height:12px;color:var(--brand-soft)}.agent-sources-head strong{font-size:8px;font-weight:600}.agent-sources-head span{min-width:16px;height:16px;color:var(--brand-pale);font-family:var(--font-mono);background:#b4162433;border-radius:8px;place-items:center;font-size:6px;display:grid}.agent-source-card{border:1px solid var(--line);background:#0d0e12;border-radius:6px;flex-direction:column;gap:5px;margin-top:9px;padding:10px;display:flex}.agent-source-card.is-active{background:#b416240f;border-color:#f35d6d40}.agent-source-card>span{color:var(--brand-soft);font-family:var(--font-mono);font-size:6px}.agent-source-card strong{color:var(--ink-soft);font-size:7.5px;font-weight:500;line-height:1.45}.agent-source-card small{color:var(--muted-strong);font-size:6px}.product-caption{color:var(--muted);align-items:center;gap:14px;margin-top:16px;padding:0 15px 15px;font-size:12px;display:flex}.product-caption>span{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;background:#b4162414;border:1px solid #f35d6d33;border-radius:4px;flex:none;padding:4px 7px;font-size:7px}.product-caption p{max-width:68ch;color:var(--muted);line-height:1.55}.product-caption a{color:var(--ink-soft);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;flex:none;margin-left:auto;font-size:8px;transition:color .18s}.product-caption a:hover{color:var(--ink)}.product-caption a i{color:var(--brand-soft);font-style:normal}.capabilities-section{border-top:1px solid var(--line);background:radial-gradient(circle at 14% 60%,#b4162412,#0000 28rem),#0b0c0f;padding:160px 0 180px}.capability-grid{grid-template-columns:repeat(12,1fr);gap:14px;margin-top:76px;display:grid}.capability{border:1px solid var(--line);min-height:350px;transition:border-color .26s ease, background-color .26s ease, transform .34s var(--ease-loupe);background:linear-gradient(155deg,#25272d8f,#111216c2);border-radius:9px;flex-direction:column;padding:22px;display:flex;position:relative;overflow:hidden}.capability:first-child,.capability:nth-child(4),.capability:nth-child(5){grid-column:span 5}.capability:nth-child(2),.capability:nth-child(3),.capability:nth-child(6){grid-column:span 7}.capability:nth-child(2),.capability:nth-child(5){min-height:390px}.capability:hover{border-color:#4b2930;transform:translateY(-5px)}.capability:after{aspect-ratio:1;content:"";width:75%;transition:transform .6s var(--ease-loupe);border:1px solid #f35d6d14;border-radius:50%;position:absolute;bottom:-46%;right:-20%}.capability:hover:after{transform:scale(1.12)}.capability-topline{align-items:center;gap:10px;display:flex}.capability-topline span{color:var(--brand-soft);font-family:var(--font-mono);font-size:8px}.capability-topline i{background:linear-gradient(90deg,#f35d6d47,#0000);flex:1;height:1px}.capability>h3{z-index:2;letter-spacing:-.045em;margin-top:auto;font-size:24px;font-weight:600;position:relative}.capability>p{z-index:2;max-width:48ch;color:var(--muted);margin-top:11px;font-size:14px;line-height:1.6;position:relative}.cap-source-stack,.cap-mini-graph,.cap-timeline,.cap-map,.cap-flow,.cap-answer{height:155px;margin:20px 0 26px;position:relative}.cap-source-stack i{border:1px solid var(--line-strong);background:#17181c;border-radius:6px;width:80px;height:104px;position:absolute;top:24px;left:calc(50% - 57px);transform:rotate(-9deg);box-shadow:0 14px 30px -20px #000c}.cap-source-stack i:nth-child(2){border-color:#f35d6d3d;left:calc(50% - 15px);transform:rotate(7deg)}.cap-source-stack i:nth-child(3){background:#202126;top:31px;left:calc(50% - 35px);transform:rotate(0)}.cap-source-stack span,.cap-source-stack b{z-index:2;color:var(--ink-soft);font-family:var(--font-mono);background:#25272d;border-radius:4px;place-items:center;font-size:8px;display:grid;position:absolute}.cap-source-stack span{width:38px;height:25px;top:45px;left:calc(50% - 23px)}.cap-source-stack b{width:38px;height:25px;color:var(--brand-pale);background:#b4162433;top:81px;left:calc(50% - 15px)}.cap-mini-graph i{background:var(--node-person);border:3px solid #111216;border-radius:50%;width:16px;height:16px;position:absolute;box-shadow:0 0 0 1px #5571c880}.cap-mini-graph i:first-child{top:20%;left:19%}.cap-mini-graph i:nth-child(2){background:var(--node-organization);top:55%;left:44%}.cap-mini-graph i:nth-child(3){background:var(--node-location);top:21%;right:18%}.cap-mini-graph i:nth-child(4){background:var(--node-financial);bottom:10%;right:28%}.cap-mini-graph span{background:var(--line-strong);transform-origin:0;height:1px;position:absolute}.cap-mini-graph span:first-of-type{width:38%;top:35%;left:22%;transform:rotate(19deg)}.cap-mini-graph span:nth-of-type(2){width:28%;top:29%;left:54%;transform:rotate(-16deg)}.cap-mini-graph span:nth-of-type(3){width:27%;top:64%;left:47%;transform:rotate(28deg)}.cap-timeline:before{content:"";background:var(--line-strong);height:1px;position:absolute;top:75px;left:6%;right:6%}.cap-timeline span{background:var(--brand-soft);width:52%;height:1px;position:absolute;top:75px;left:6%}.cap-timeline i,.cap-timeline b{background:var(--node-document);width:13px;height:13px;box-shadow:0 0 0 1px var(--node-document);border:3px solid #15161a;border-radius:50%;position:absolute;top:69px}.cap-timeline i:nth-child(2){left:10%}.cap-timeline i:nth-child(3){background:var(--node-communication);box-shadow:0 0 0 1px var(--node-communication);left:39%}.cap-timeline b{background:var(--brand-bright);width:18px;height:18px;box-shadow:0 0 0 1px var(--brand-soft);top:66px;left:64%}.cap-timeline i:nth-child(5){background:var(--node-event);box-shadow:0 0 0 1px var(--node-event);right:7%}.cap-map{padding:20px 5%}.cap-map svg{width:100%;height:100%}.cap-map path{fill:none;stroke:#f35d6d70;stroke-width:1.5px;stroke-dasharray:4 5}.cap-map circle{fill:var(--brand-soft);filter:drop-shadow(0 0 8px #e33b4c8c)}.cap-flow{justify-content:center;align-items:center;gap:13px;display:flex}.cap-flow span,.cap-flow b,.cap-flow strong{border:1px solid var(--line-strong);width:45px;height:45px;color:var(--ink-soft);background:var(--surface-2);font-family:var(--font-mono);border-radius:7px;place-items:center;font-size:15px;font-weight:400;display:grid}.cap-flow b{color:var(--brand-pale);background:#b416241f;border-color:#f35d6d47}.cap-flow i{background:linear-gradient(90deg, var(--brand-soft), var(--line-strong));width:36px;height:1px}.cap-answer{flex-direction:column;justify-content:center;gap:9px;padding:20px 12%;display:flex}.cap-answer span{background:var(--surface-raised);border-radius:4px;height:7px}.cap-answer span:first-child{width:88%}.cap-answer span:nth-child(2){width:72%}.cap-answer span:nth-child(3){width:49%}.cap-answer b{color:#fff;background:var(--brand);border-radius:7px;place-items:center;width:38px;height:38px;display:grid;position:absolute;bottom:24px;right:12%;box-shadow:0 12px 24px -14px #e33b4ccc}.flow-section{border-top:1px solid var(--line);background:linear-gradient(90deg,#b416240d,#0000 38%),#0d0e11;padding:165px 0;position:relative;overflow:hidden}.flow-section:before{pointer-events:none;content:"";opacity:.25;background-image:radial-gradient(#bfc1c821 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 70%);mask-image:linear-gradient(90deg,#0000,#000 70%)}.flow-content{z-index:2;grid-template-columns:minmax(0,1.05fr) minmax(360px,.65fr);align-items:center;gap:clamp(68px,10vw,160px);display:grid;position:relative}.flow-statement h2 span{color:var(--brand-soft)}.flow-steps{margin:0;padding:0;list-style:none}.flow-steps li{border-top:1px solid var(--line);grid-template-columns:40px 1fr;align-items:start;gap:20px;min-height:128px;padding:25px 0;display:grid}.flow-steps li:last-child{border-bottom:1px solid var(--line)}.flow-steps li>span{color:var(--brand-soft);font-family:var(--font-mono);font-size:9px}.flow-steps h3{letter-spacing:-.04em;font-size:23px;font-weight:600}.flow-steps p{max-width:42ch;color:var(--muted);margin-top:8px;font-size:14px;line-height:1.55}.flow-trace{aspect-ratio:1;border:1px solid #f35d6d1a;border-radius:50%;width:min(64vw,880px);position:absolute;top:50%;right:-18vw;transform:translateY(-50%)}.flow-trace:before,.flow-trace:after{content:"";border:1px solid #f35d6d14;border-radius:50%;position:absolute}.flow-trace:before{inset:17%}.flow-trace:after{inset:34%}.flow-trace span{background:var(--brand-soft);border-radius:50%;width:7px;height:7px;position:absolute;box-shadow:0 0 12px #e33b4cad}.flow-trace span:first-child{top:12%;left:25%}.flow-trace span:nth-child(2){background:var(--node-person);top:47%;left:9%}.flow-trace span:nth-child(3){background:var(--node-location);bottom:24%;right:18%}.flow-trace span:nth-child(4){background:var(--node-financial);top:28%;right:32%}.trust-section{border-top:1px solid var(--line);background:radial-gradient(circle at 74% 44%,#b416241a,#0000 29rem),#0b0c0f;padding:160px 0 180px}.trust-layout{grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);align-items:center;gap:clamp(60px,9vw,136px);display:grid}.trust-copy ul{margin:44px 0 0;padding:0;list-style:none}.trust-copy li{border-top:1px solid var(--line);grid-template-columns:36px 1fr;gap:12px;padding:17px 0;display:grid}.trust-copy li:last-child{border-bottom:1px solid var(--line)}.trust-copy li>span{color:var(--brand-soft);font-family:var(--font-mono);font-size:8px}.trust-copy li strong{font-family:var(--font-display);font-size:15px;font-weight:600}.trust-copy li p{color:var(--muted);margin-top:5px;font-size:13px;line-height:1.5}.control-product{min-width:0}.control-product-bar{border:1px solid var(--line-strong);background:#111216;border-radius:10px 10px 0 0;justify-content:space-between;align-items:center;min-height:58px;padding:0 16px;display:flex}.control-product-bar>div{align-items:center;gap:10px;display:flex}.control-product-icon{width:30px;height:30px;color:var(--brand-soft);background:#b4162417;border:1px solid #f35d6d3b;border-radius:6px;place-items:center;display:grid}.control-product-bar>div>span:last-child{flex-direction:column;display:flex}.control-product-bar strong{font-size:11px;font-weight:600}.control-product-bar small{color:var(--muted-strong);font-size:8px}.control-product-bar>b{color:#76b595;font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:7px;font-size:7px;font-weight:400;display:flex}.control-product-bar>b i{background:#3b8b67;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #3b8b67cc}.control-tabs{border-right:1px solid var(--line-strong);border-left:1px solid var(--line-strong);background:#15161a;align-items:stretch;gap:6px;height:42px;padding:0 10px;display:flex}.control-tabs span{color:var(--muted);align-items:center;padding:0 11px;font-size:8px;display:flex;position:relative}.control-tabs span.is-active{color:var(--ink)}.control-tabs span.is-active:after{content:"";background:var(--brand-soft);height:2px;position:absolute;bottom:0;left:8px;right:8px}.control-product-body{border:1px solid var(--line-strong);border-top:1px solid var(--line);background:#0e0f12;border-radius:0 0 10px 10px;padding:16px;box-shadow:0 28px 70px -38px #000000e6}.control-summary{grid-template-columns:1fr auto;align-items:center;padding-bottom:13px;display:grid}.control-summary>span{color:var(--ink-soft);font-size:10px;font-weight:600}.control-summary strong{color:var(--brand-soft);font-family:var(--font-mono);font-size:8px;font-weight:500}.control-summary small{color:var(--muted-strong);grid-column:1/-1;margin-top:2px;font-size:7px}.access-list{border:1px solid var(--line);border-radius:6px;overflow:hidden}.access-list-head,.access-row{grid-template-columns:1.15fr .85fr .85fr;align-items:center;gap:10px;display:grid}.access-list-head{min-height:29px;color:var(--muted-strong);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;background:#17181c;padding:0 10px;font-size:6.5px}.access-row{border-top:1px solid var(--line);min-height:48px;color:var(--ink-soft);padding:0 10px;font-size:7.5px}.access-row>span:first-child{align-items:center;gap:7px;display:flex}.access-row>span:first-child i{width:24px;height:24px;color:var(--ink-soft);background:var(--surface-raised);font-family:var(--font-mono);border-radius:5px;flex:none;place-items:center;font-size:6.5px;font-style:normal;display:grid}.access-row>span:nth-child(2),.access-row>span:nth-child(3){color:var(--muted)}.access-row .access-elevated{color:var(--brand-soft)}.provenance-card{background:#b416240b;border:1px solid #f35d6d2e;border-radius:6px;margin-top:13px;padding:12px}.provenance-card-head{justify-content:space-between;align-items:center;display:flex}.provenance-card-head span{color:var(--ink-soft);font-size:8.5px;font-weight:600}.provenance-card-head b{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:6px;font-weight:500}.provenance-path{grid-template-columns:minmax(0,1fr) 14px minmax(0,1fr) 14px minmax(0,1fr);align-items:center;gap:6px;margin-top:12px;display:grid}.provenance-path>span{border:1px solid var(--line);background:#111216;border-radius:5px;grid-template-columns:24px 1fr;align-items:center;min-width:0;padding:7px;display:grid}.provenance-path>span i{color:var(--brand-soft);font-family:var(--font-mono);grid-row:1/3;font-size:5.5px;font-style:normal}.provenance-path strong,.provenance-path small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.provenance-path strong{color:var(--ink-soft);font-size:6.5px;font-weight:500}.provenance-path small{color:var(--muted-strong);font-size:5.5px}.provenance-path em{color:var(--brand-soft);text-align:center;font-style:normal}.final-cta{border-top:1px solid var(--line);background:#08090b;align-items:center;min-height:820px;display:flex;position:relative;overflow:hidden}.final-grid{background-image:linear-gradient(#bfc1c80a 1px,#0000 1px),linear-gradient(90deg,#bfc1c80a 1px,#0000 1px);background-size:66px 66px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.final-lens{aspect-ratio:1;border:1px solid #f35d6d1c;border-radius:50%;width:min(66vw,760px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.final-lens:before,.final-lens:after,.final-lens i{content:"";border:1px solid #f35d6d17;border-radius:50%;position:absolute}.final-lens:before{inset:17%}.final-lens:after{inset:34%}.final-lens i:first-child{border-color:#f35d6d8a #0000 #0000;animation:24s linear infinite orbit-spin;inset:-2px}.final-lens i:nth-child(2){border-color:#0000 #f35d6d59 #0000 #0000;animation:17s linear infinite reverse orbit-spin;inset:17%}.final-cta-inner{z-index:2;text-align:center;position:relative}.final-cta h2{letter-spacing:-.065em;margin-top:24px;font-size:clamp(62px,9vw,124px);font-weight:600;line-height:.86}.final-cta h2 span{color:#0000;background:linear-gradient(98deg,#f7f7f8,#d998a0 64%,#e33b4c);-webkit-background-clip:text;background-clip:text}.final-cta p:not(.section-index){max-width:58ch;color:var(--ink-soft);margin:30px auto 0;font-size:18px;line-height:1.6}.button-large{min-height:54px;margin-top:34px;padding:14px 22px;font-size:14px}.footer{border-top:1px solid var(--line);background:#07080a;padding:72px 0 30px}.footer-inner{grid-template-columns:1fr 1fr;gap:64px;display:grid}.footer-brand p{color:var(--muted);margin-top:16px;font-size:13px}.footer-links{grid-template-columns:repeat(2,1fr);gap:38px;display:grid}.footer-links div{flex-direction:column;align-items:flex-start;gap:9px;display:flex}.footer-links span{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:8px}.footer-links a,.footer-links button{color:var(--ink-soft);cursor:pointer;text-align:left;background:0 0;border:0;padding:0;font-size:13px;transition:color .18s}.footer-links a:hover,.footer-links button:hover{color:var(--ink)}.footer-bottom{border-top:1px solid var(--line);color:var(--muted-strong);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;grid-column:1/-1;justify-content:space-between;padding-top:26px;font-size:7.5px;display:flex}.modal-backdrop{z-index:220;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#040507d1;place-items:center;padding:20px;animation:.22s ease-out both modal-backdrop-enter;display:grid;position:fixed;inset:0}.contact-modal{border:1px solid var(--line-strong);width:min(100%,560px);max-height:calc(100svh - 40px);animation:modal-enter .38s var(--ease-loupe) both;background:radial-gradient(circle at 100% 0,#b416241f,#0000 34%),#111216;border-radius:12px;padding:clamp(30px,5vw,46px);position:relative;overflow:auto;box-shadow:0 30px 100px -34px #000000f2}@keyframes modal-backdrop-enter{0%{opacity:0}}@keyframes modal-enter{0%{opacity:0;filter:blur(4px);transform:translateY(16px)scale(.985)}}.modal-close{border:1px solid var(--line);cursor:pointer;width:38px;height:38px;color:var(--ink-soft);background:var(--surface-2);border-radius:7px;font-size:23px;line-height:1;transition:color .18s,background-color .18s,transform .18s;position:absolute;top:14px;right:14px}.modal-close:hover{color:var(--ink);background:var(--surface-raised);transform:rotate(4deg)}.contact-modal h2{letter-spacing:-.05em;margin-top:16px;font-size:clamp(38px,7vw,56px);font-weight:600;line-height:1}.contact-intro{color:var(--ink-soft);margin-top:16px;font-size:15px;line-height:1.55}.contact-modal form{grid-template-columns:1fr 1fr;gap:15px;margin-top:28px;display:grid}.contact-modal label{flex-direction:column;gap:7px;display:flex}.contact-modal label:nth-child(3),.contact-modal label:nth-child(4){grid-column:1/-1}.contact-modal label span{color:var(--muted);font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;font-size:8px}.contact-modal input,.contact-modal textarea{border:1px solid var(--line-strong);width:100%;color:var(--ink);background:#0d0e12;border-radius:6px;outline:0;transition:border-color .18s,box-shadow .18s,background-color .18s}.contact-modal input{min-height:44px;padding:9px 11px}.contact-modal textarea{resize:vertical;padding:11px}.contact-modal input:focus,.contact-modal textarea:focus{background:#0b0c0f;border-color:#f35d6d9e;box-shadow:0 0 0 3px #b416241f}.modal-submit,.draft-status{grid-column:1/-1}.modal-submit{margin-top:4px}.draft-status{color:var(--brand-pale);font-family:var(--font-mono);text-align:center;font-size:9px}@media (width<=1180px){.nav-links{display:none}.menu-toggle{display:block}.mobile-navigation{display:flex}.hero-layout{grid-template-columns:minmax(0,1.1fr) minmax(350px,.7fr);gap:40px}.product-layout{grid-template-columns:1fr}.product-steps{display:block;position:static}.product-step-track{grid-template-columns:repeat(4,minmax(0,1fr))}.product-step{border-right:1px solid var(--line);grid-template-columns:30px minmax(0,1fr);min-height:82px;padding:12px}.product-step-number,.product-step-copy{grid-column:auto}.trust-layout{grid-template-columns:1fr}.trust-copy{max-width:760px}.control-product{width:min(100%,800px)}}@media (width<=900px){.container{width:min(100% - 36px,1240px)}.nav-contact{display:none}.hero{min-height:auto;padding-top:150px;padding-bottom:126px}.hero-layout{grid-template-columns:1fr}.hero-copy{max-width:760px}.hero-identity{justify-self:center;width:min(78vw,540px);margin-top:28px}.scroll-cue{display:none}.section-heading-split{grid-template-columns:1fr;gap:0}.section-heading-split>p:last-child{margin-bottom:0}.capability:nth-child(n){grid-column:span 6;min-height:350px}.flow-content{grid-template-columns:1fr}.flow-statement{max-width:760px}.flow-steps{max-width:620px}.flow-trace{opacity:.45;right:-48vw}.footer-inner{grid-template-columns:1fr}.footer-bottom{grid-column:1}}@media (width<=720px){.container{width:min(100% - 28px,1240px)}.nav-inner{min-height:70px}.brand-logo{width:140px;height:42px}.hero{padding-top:126px;padding-bottom:110px}.hero-title{font-size:clamp(52px,14vw,76px);line-height:.92}.hero-lede{margin-top:24px;font-size:16px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-proof{flex-direction:column;gap:10px}.hero-identity{width:min(86vw,460px)}.product-section,.capabilities-section,.flow-section,.trust-section{padding-top:105px;padding-bottom:118px}.section-heading h2,.trust-copy h2,.flow-statement h2{font-size:clamp(42px,12vw,62px)}.section-heading>p:last-child,.trust-copy>p,.flow-statement>p{margin-top:20px;font-size:16px}.product-layout{margin-top:50px}.product-step-track{grid-template-columns:1fr 1fr}.product-step:nth-child(2n){border-right:0}.product-step:nth-child(-n+2){border-bottom:1px solid var(--line)}.product-capture-bar{grid-template-columns:1fr auto;gap:10px;padding-inline:11px}.product-capture-bar small{display:none}.product-capture{aspect-ratio:4/3}.product-frame-overlay{gap:18px;padding:20px}.product-frame-copy h3{font-size:clamp(21px,5vw,30px)}.product-frame-copy p{max-width:48ch;font-size:11px}.product-mode-evidence .product-capture img{object-position:62% center}.product-mode-graph .product-capture img{object-position:58% center}.product-mode-timeline .product-capture img{object-position:60% center}.product-mode-agent .product-capture img{object-position:64% center}.product-caption{flex-wrap:wrap;align-items:center;padding-bottom:11px;padding-left:11px;padding-right:11px}.product-caption p{flex:220px}.product-caption a{margin-left:0}.window-chrome{grid-template-columns:44px 1fr}.window-status{display:none}.preview-app{grid-template-columns:1fr;min-height:540px}.preview-sidebar,.preview-detail-panel,.evidence-detail,.agent-sources{display:none}.evidence-folders{width:122px}.preview-tool-button b,.preview-count{display:none}.preview-toolbar{overflow:hidden}.preview-search{min-width:115px}.evidence-table-head,.evidence-row{grid-template-columns:minmax(140px,1.5fr) minmax(65px,.7fr)}.evidence-table-head span:last-child,.evidence-row>span:last-child{display:none}.capability:nth-child(n){grid-column:1/-1;min-height:340px}.flow-steps li{grid-template-columns:32px 1fr}.control-product-bar{padding-inline:12px}.control-product-bar>b{display:none}.access-list-head,.access-row{grid-template-columns:1.2fr .8fr}.access-list-head span:last-child,.access-row>span:last-child{display:none}.provenance-path{grid-template-columns:1fr}.provenance-path em{transform:rotate(90deg)}.final-cta{min-height:700px}.final-cta h2{font-size:clamp(54px,16vw,84px)}.final-cta p:not(.section-index){font-size:16px}.footer-links{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:9px}.contact-modal form{grid-template-columns:1fr}.contact-modal label:nth-child(3),.contact-modal label:nth-child(4),.modal-submit,.draft-status{grid-column:1}}@media (width<=480px){.hero-identity{width:94vw;margin-left:-3vw}.product-step{min-height:104px}.product-capture-bar strong{text-overflow:ellipsis;white-space:nowrap;max-width:16ch;overflow:hidden}.product-frame-overlay{padding:16px}.product-frame-copy p,.product-frame-overlay>a{display:none}.product-caption p{flex-basis:100%;order:3}.evidence-folders{display:none}.timeline-list{padding:10px}.timeline-list:before{left:94px}.timeline-event{grid-template-columns:67px 15px minmax(0,1fr);padding-inline:5px}.timeline-event>span{display:none}.agent-thread{padding:15px}.agent-question{max-width:92%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.reveal{opacity:1;filter:none;transform:none}}.evidence-layer-section,.grounding-section,.curation-section,.trust-section{isolation:isolate;border-top:1px solid var(--line);position:relative;overflow:hidden}.evidence-layer-section{background:radial-gradient(circle at 77% 34%,#b4162421,#0000 31rem),linear-gradient(#0b0c0f 0%,#090a0d 100%);padding:168px 0 182px}.evidence-layer-section:before{z-index:-1;pointer-events:none;content:"";background-image:linear-gradient(#bfc1c806 1px,#0000 1px),linear-gradient(90deg,#bfc1c806 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 18% 82%,#0000);mask-image:linear-gradient(#0000,#000 18% 82%,#0000)}.evidence-layer-heading,.grounding-heading,.curation-heading,.trust-heading{max-width:960px}.evidence-layer-heading h2,.grounding-heading h2,.curation-heading h2,.trust-heading h2{letter-spacing:-.066em;margin-top:22px;font-size:clamp(58px,7.5vw,104px);font-weight:600;line-height:.92}.evidence-layer-heading h2 span,.grounding-heading h2 span,.curation-heading h2 span,.trust-heading h2 span{color:#0000;background:linear-gradient(94deg,#f5d9dd 2%,#df8994 56%,#e33b4c 100%);-webkit-background-clip:text;background-clip:text}.evidence-layer-heading>p:last-child,.grounding-heading>p:last-child,.curation-heading>p:last-child,.trust-heading>p:last-child{max-width:66ch;color:var(--ink-soft);margin-top:30px;font-size:18px;line-height:1.68}.evidence-system{border:1px solid var(--line-strong);background:radial-gradient(circle at 50% 48%,#b4162429,#0000 24rem),#0d0e11eb;margin-top:78px;position:relative;overflow:hidden;box-shadow:0 48px 120px -72px #000000f2}.evidence-system:after{z-index:-1;pointer-events:none;content:"";background-image:linear-gradient(#bfc1c809 1px,#0000 1px),linear-gradient(90deg,#bfc1c809 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:45px 0 59px}.evidence-system-kicker{border-bottom:1px solid var(--line);min-height:46px;color:var(--muted);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;background:#131418db;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:0 20px;font-size:8px;display:grid}.evidence-system-kicker i{background:linear-gradient(90deg, var(--line), #f35d6d73, var(--line));height:1px}.evidence-system-body{grid-template-columns:minmax(190px,.72fr) minmax(420px,1.45fr) minmax(190px,.72fr);align-items:center;gap:28px;min-height:540px;padding:46px 38px;display:grid}.source-stack{flex-direction:column;gap:11px;display:flex}.source-chip{border:1px solid var(--line);min-height:70px;transform:translateX(calc(var(--source-index) * 3px));background:#16171be6;grid-template-columns:44px 1fr 8px;align-items:center;gap:12px;padding:12px 12px 12px 14px;display:grid;position:relative}.source-chip:after{content:"";background:linear-gradient(90deg,#f35d6d57,#0000);width:clamp(38px,5vw,76px);height:1px;position:absolute;top:50%;left:100%}.source-chip>span{width:42px;height:42px;color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.06em;background:#b4162414;border:1px solid #f35d6d2e;place-items:center;font-size:7px;display:grid}.source-chip strong{color:var(--ink-soft);font-size:12px;font-weight:500}.source-chip>i{background:var(--brand-soft);border-radius:50%;width:5px;height:5px;box-shadow:0 0 10px #f35d6db3}.case-model{aspect-ratio:1;justify-self:center;width:min(100%,460px);position:relative}.case-model-links,.case-model-orbit,.case-core,.case-node{position:absolute}.case-model-links{width:100%;height:100%;inset:0}.case-model-links path{fill:none;stroke:#bfc1c81f;stroke-width:1px}.case-model-links .case-model-link-active{stroke:#f35d6d7a;stroke-dasharray:5 6;filter:drop-shadow(0 0 4px #e33b4c6b);animation:10s linear infinite evidence-path}@keyframes evidence-path{to{stroke-dashoffset:-88px}}.case-model-orbit{border:1px solid #f35d6d1a;border-radius:50%;inset:10%}.case-model-orbit-inner{border-style:dashed;border-color:#f35d6d29;inset:26%}.case-node{z-index:2;color:#aebce9;min-width:72px;min-height:29px;font-family:var(--font-mono);background:#161922;border:1px solid #5571c873;border-radius:20px;place-items:center;padding:6px 9px;font-size:7px;display:grid;box-shadow:0 8px 22px -15px #000}.case-node:before{content:"";background:var(--node-person);border-radius:50%;width:5px;height:5px;margin-right:6px}.case-node-person{top:23%;left:17%}.case-node-org{color:#c3afe0;background:#1c1823;border-color:#8060a980;top:19%;right:10%}.case-node-org:before{background:var(--node-organization)}.case-node-place{color:#99d7d5;background:#121f20;border-color:#238a8880;bottom:30%;right:4%}.case-node-place:before{background:var(--node-location)}.case-node-event{color:#e5a9bb;background:#25171d;border-color:#c2577880;bottom:16%;left:21%}.case-node-event:before{background:var(--node-event)}.case-core{aspect-ratio:1;text-align:center;background:radial-gradient(circle at 50% 38%,#e33b4c3d,#0000 45%),#151216;border:1px solid #f35d6d85;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:158px;display:flex;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 0 0 12px #b4162409,0 0 60px #b4162429}.case-core small{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:6px}.case-core>strong{font-family:var(--font-display);letter-spacing:-.035em;margin-top:9px;font-size:18px;font-weight:600;line-height:1.05}.case-core>span{color:#87bea0;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:5px;margin-top:11px;font-size:6px;display:flex}.case-core>span i,.system-status i{background:#4fa477;border-radius:50%;width:5px;height:5px;box-shadow:0 0 8px #4fa477bf}.lens-stack>p{color:var(--muted);font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;margin-bottom:14px;font-size:8px}.lens-stack>div{border-top:1px solid var(--line);min-height:48px;color:var(--muted);grid-template-columns:31px 1fr 12px;align-items:center;display:grid}.lens-stack>div:last-child{border-bottom:1px solid var(--line)}.lens-stack>div.is-active{color:var(--ink);background:linear-gradient(90deg,#b416241f,#0000)}.lens-stack>div>span{color:var(--brand-soft);font-family:var(--font-mono);font-size:7px}.lens-stack>div>strong{font-size:12px;font-weight:500}.lens-stack>div>i{border:1px solid var(--muted-strong);border-radius:50%;width:6px;height:6px}.lens-stack>div.is-active>i{border-color:var(--brand-soft);background:var(--brand-soft);box-shadow:0 0 10px #f35d6d99}.evidence-system-footer{border-top:1px solid var(--line);background:#111216f5;justify-content:space-between;align-items:center;gap:24px;min-height:60px;padding:12px 20px;display:flex}.evidence-system-footer>p{color:var(--muted);font-size:11px}.evidence-system-footer>p span{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin-right:12px;font-size:7px}.system-status{gap:16px;display:flex}.system-status span{color:var(--muted);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:7px;font-size:6.5px;display:flex}.case-scale{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1.6fr repeat(3,minmax(150px,.65fr));margin-top:18px;display:grid}.case-scale-intro,.case-scale-stat{border-right:1px solid var(--line);flex-direction:column;justify-content:center;min-height:128px;padding:22px 26px;display:flex}.case-scale-stat:last-child{border-right:0}.case-scale-intro>span{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;font-size:8px}.case-scale-intro>p{max-width:34ch;color:var(--muted);margin-top:7px;font-size:13px}.case-scale-stat strong{font-family:var(--font-display);letter-spacing:-.055em;font-size:clamp(34px,4vw,53px);font-weight:500;line-height:1}.case-scale-stat span{color:var(--muted);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;margin-top:8px;font-size:7px}.not-chatbot-statement{grid-template-columns:minmax(150px,.42fr) minmax(520px,1.58fr);justify-content:space-between;align-items:baseline;gap:38px;padding-top:108px;display:grid}.not-chatbot-statement p{max-width:9ch;color:var(--muted);font-size:clamp(18px,2vw,27px)}.not-chatbot-statement strong{color:var(--ink);font-family:var(--font-display);letter-spacing:-.055em;text-align:right;font-size:clamp(32px,5vw,72px);font-weight:500;line-height:1}.grounding-section{background:radial-gradient(circle at 82% 43%,#e33b4c1c,#0000 32rem),#0d0e11;padding:168px 0 184px}.grounding-grid{z-index:-1;opacity:.38;background-image:linear-gradient(#bfc1c80a 1px,#0000 1px),linear-gradient(90deg,#bfc1c80a 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0 0 0 50%;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.grounding-layout{grid-template-columns:minmax(330px,.72fr) minmax(520px,1.28fr);align-items:center;gap:clamp(52px,8vw,118px);margin-top:86px;display:grid}.grounding-steps{margin:0;padding:0;list-style:none}.grounding-steps li{border-top:1px solid var(--line);grid-template-columns:38px 1fr 6px;align-items:start;gap:16px;min-height:118px;padding:22px 0;display:grid;position:relative}.grounding-steps li:last-child{border-bottom:1px solid var(--line)}.grounding-steps li>span{color:var(--brand-soft);font-family:var(--font-mono);font-size:8px}.grounding-steps h3{letter-spacing:-.04em;font-size:23px;font-weight:600;line-height:1}.grounding-steps p{max-width:43ch;color:var(--muted);margin-top:9px;font-size:13px;line-height:1.55}.grounding-steps li>i{border:1px solid var(--muted-strong);border-radius:50%;width:6px;height:6px;margin-top:5px}.grounding-steps li:nth-child(2)>i,.grounding-steps li:nth-child(5)>i{border-color:var(--brand-soft);background:var(--brand-soft);box-shadow:0 0 10px #f35d6da3}.claim-record{border:1px solid var(--line-strong);background:#0c0d10;position:relative;box-shadow:0 42px 90px -58px #000}.claim-record:before{z-index:-1;content:"";border:1px solid #f35d6d12;height:100%;position:absolute;inset:-24px 34px auto}.claim-record-bar{border-bottom:1px solid var(--line);background:#15161a;justify-content:space-between;align-items:center;min-height:54px;padding:0 20px;display:flex}.claim-record-bar>span,.claim-record-bar>b{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;font-size:7px;font-weight:500;display:flex}.claim-record-bar>span{color:var(--ink-soft)}.claim-record-bar>span i{background:var(--brand-bright);border-radius:50%;width:7px;height:7px;box-shadow:0 0 12px #e33b4cb3}.claim-record-bar>b{color:#79bb97}.claim-record-main{padding:clamp(26px,4vw,44px)}.claim-label{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;font-size:8px}.claim-record-main>h3{letter-spacing:-.05em;max-width:18ch;margin-top:15px;font-size:clamp(28px,3.25vw,46px);font-weight:500;line-height:1.02}.claim-triple{grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-top:34px;display:grid}.claim-triple>span{border:1px solid var(--line);background:#131419;flex-direction:column;justify-content:center;min-height:60px;padding:11px 14px;display:flex}.claim-triple small,.claim-record-footer small{color:var(--muted-strong);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:6px}.claim-triple strong{color:var(--ink-soft);margin-top:4px;font-size:10px;font-weight:500}.claim-triple>i{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;font-size:6px;font-style:normal}.claim-record blockquote{border-left:2px solid var(--brand-bright);color:var(--ink-soft);font-family:var(--font-mono);background:#b4162413;margin:18px 0 0;padding:17px 18px;font-size:9px;line-height:1.65}.claim-source{background:#131216;border:1px solid #f35d6d30;justify-content:space-between;align-items:center;gap:18px;min-height:68px;margin-top:18px;padding:11px 12px;display:flex}.claim-source>div{align-items:center;gap:12px;min-width:0;display:flex}.claim-source>div>span{width:38px;height:38px;color:var(--brand-soft);font-family:var(--font-mono);background:#b416241f;flex:none;place-items:center;font-size:7px;display:grid}.claim-source p{flex-direction:column;min-width:0;display:flex}.claim-source p strong{color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:500;overflow:hidden}.claim-source p small{color:var(--muted-strong);margin-top:2px;font-size:7px}.claim-source-link{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;flex:none;font-size:7px}.claim-record-footer{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#121318;grid-template-columns:repeat(3,1fr);display:grid}.claim-record-footer>span{border-right:1px solid var(--line);flex-direction:column;justify-content:center;min-height:62px;padding:10px 18px;display:flex}.claim-record-footer>span:last-child{border-right:0}.claim-record-footer strong{color:var(--ink-soft);align-items:center;gap:6px;margin-top:3px;font-size:10px;font-weight:500;display:flex}.claim-record-footer strong i{background:#4fa477;border-radius:50%;width:5px;height:5px}.claim-caption{color:var(--muted-strong);font-family:var(--font-mono);letter-spacing:.04em;padding:12px 18px;font-size:6.5px}.curation-section{background:linear-gradient(135deg,#b416240e,#0000 42%),#090a0d;padding:172px 0 186px}.curation-section:after{z-index:-1;aspect-ratio:1;content:"";border:1px solid #f35d6d12;border-radius:50%;width:58vw;position:absolute;top:8%;right:-20%;box-shadow:0 0 0 110px #f35d6d05,0 0 0 220px #f35d6d03}.curation-workbench{border:1px solid var(--line-strong);background:#0c0d10;grid-template-columns:minmax(360px,1fr) 58px minmax(360px,1fr);align-items:stretch;min-height:570px;margin-top:84px;display:grid;box-shadow:0 40px 100px -66px #000}.curation-source-pane,.narrative-pane{flex-direction:column;min-width:0;display:flex}.curation-pane-bar,.narrative-pane-bar{border-bottom:1px solid var(--line);min-height:50px;color:var(--ink-soft);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;background:#15161a;justify-content:space-between;align-items:center;gap:18px;padding:0 18px;font-size:7px;display:flex}.curation-pane-bar b,.narrative-pane-bar b{color:var(--muted);font-size:6px;font-weight:400}.narrative-pane-bar b{color:#79bb97;align-items:center;gap:7px;display:flex}.narrative-pane-bar b i{background:#4fa477;border-radius:50%;width:5px;height:5px}.transcript-lines{background:linear-gradient(90deg,#0000 58px,#f35d6d12 59px,#0000 60px);flex:1;padding:35px clamp(24px,3vw,40px)}.transcript-lines>p{color:var(--muted);font-family:var(--font-mono);padding:11px 13px;font-size:9px;line-height:1.8;position:relative}.transcript-lines>p:before{color:var(--muted-strong);content:counter(transcript-line, decimal-leading-zero);counter-increment:transcript-line;font-size:5px;position:absolute;top:17px;left:-18px}.transcript-lines{counter-reset:transcript-line 8}.transcript-lines .is-highlighted{color:var(--ink);background:linear-gradient(90deg,#b4162436,#b4162412);border:1px solid #f35d6d47;margin:7px 0}.transcript-lines .is-highlighted:after{content:"";background:var(--brand-bright);width:3px;position:absolute;top:-1px;bottom:-1px;left:-1px}.transcript-lines .is-highlighted span{color:var(--brand-pale);letter-spacing:.07em;text-transform:uppercase;background:#b416244d;margin-top:9px;padding:4px 6px;font-size:5.5px;display:inline-block}.transcript-lines .is-soft-highlighted{color:var(--ink-soft);background:#bfc1c809}.source-location{border-top:1px solid var(--line);background:#111216;flex-direction:column;justify-content:center;min-height:62px;padding:10px 18px;display:flex}.source-location span,.narrative-overline{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:6px}.source-location strong{color:var(--muted);margin-top:3px;font-size:8px;font-weight:400}.curation-path{border-right:1px solid var(--line);border-left:1px solid var(--line);background:#111216;flex-direction:column;justify-content:center;align-items:center;gap:9px;display:flex;position:relative}.curation-path span{z-index:2;border:1px solid var(--line);width:42px;color:var(--muted);font-family:var(--font-mono);letter-spacing:.05em;text-align:center;text-transform:uppercase;background:#17181c;padding:5px 2px;font-size:5px}.curation-path span:nth-of-type(2),.curation-path span:last-child{color:var(--brand-soft);border-color:#f35d6d3d}.curation-path i{background:linear-gradient(var(--line-strong), var(--brand-soft));width:1px;height:24px}.narrative-pane{background:radial-gradient(circle at 86% 24%,#b416241f,#0000 16rem),#0d0e11;padding-bottom:0}.narrative-overline{margin:41px 38px 0}.narrative-pane>h3{letter-spacing:-.05em;max-width:15ch;margin:15px 38px 0;font-size:clamp(30px,3.3vw,48px);font-weight:500;line-height:1.02}.narrative-timeline{gap:0;margin:38px 38px 0;display:grid;position:relative}.narrative-timeline:before{content:"";background:var(--line-strong);width:1px;position:absolute;top:0;bottom:0;left:52px}.narrative-timeline>div{border-top:1px solid var(--line);grid-template-columns:53px 1fr;align-content:center;min-height:61px;padding:8px 0;display:grid;position:relative}.narrative-timeline>div:last-child{border-bottom:1px solid var(--line)}.narrative-timeline>div:before{z-index:2;content:"";background:var(--brand-soft);border:2px solid #0d0e11;border-radius:50%;width:7px;height:7px;position:absolute;top:27px;left:49px;box-shadow:0 0 9px #f35d6d80}.narrative-timeline span{color:var(--brand-soft);font-family:var(--font-mono);font-size:6px}.narrative-timeline strong,.narrative-timeline small{grid-column:2;padding-left:20px}.narrative-timeline strong{color:var(--ink-soft);font-size:10px;font-weight:500}.narrative-timeline small{color:var(--muted-strong);font-size:7px}.narrative-actions{border-top:1px solid var(--line);min-height:62px;font-family:var(--font-mono);letter-spacing:.06em;background:#111216;justify-content:space-between;align-items:center;gap:18px;margin-top:auto;padding:12px 18px;font-size:6px;display:flex}.narrative-actions span{color:var(--brand-soft)}.narrative-actions b{color:#79bb97;font-weight:400}.chatbot-comparison{grid-template-columns:minmax(300px,.75fr) minmax(560px,1.25fr);align-items:start;gap:clamp(50px,8vw,110px);margin-top:156px;display:grid}.comparison-heading{position:sticky;top:120px}.comparison-heading h3{letter-spacing:-.055em;margin-top:20px;font-size:clamp(38px,4.5vw,64px);font-weight:500;line-height:1}.comparison-table{border-top:1px solid var(--line-strong)}.comparison-row{border-bottom:1px solid var(--line);grid-template-columns:.72fr 1fr 1.05fr;align-items:center;gap:22px;min-height:84px;padding:15px 12px;display:grid}.comparison-row>strong{color:var(--ink-soft);font-family:var(--font-display);font-size:14px;font-weight:600}.comparison-row>span{color:var(--muted);font-size:12px;line-height:1.5}.comparison-row>span:last-child{color:var(--ink);align-items:center;gap:10px;display:flex}.comparison-row>span:last-child i{background:var(--brand-soft);border-radius:50%;flex:none;width:6px;height:6px;box-shadow:0 0 9px #f35d6d8c}.comparison-head{background:#bfc1c806;min-height:45px}.comparison-head>span{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:6.5px;color:var(--muted-strong)!important}.comparison-head>span:last-child{color:var(--brand-soft)!important}.trust-section{background:radial-gradient(circle at 16% 36%,#b416241f,#0000 28rem),#0c0d10;padding:172px 0 184px}.trust-signal{z-index:-1;aspect-ratio:1;border:1px solid #f35d6d14;border-radius:50%;width:min(70vw,920px);position:absolute;top:5%;right:-16%}.trust-signal:before,.trust-signal:after,.trust-signal i{content:"";border:1px solid #f35d6d0f;border-radius:50%;position:absolute}.trust-signal:before{inset:17%}.trust-signal:after{inset:34%}.trust-signal i:first-child{background:var(--brand-bright);border:0;inset:49%;box-shadow:0 0 44px #e33b4c99}.trust-signal i:nth-child(2){border-top-color:#f35d6d61;inset:17%}.trust-signal i:nth-child(3){border-right-color:#f35d6d52;inset:-1px}.trust-grid{border:1px solid var(--line);background:var(--line);grid-template-columns:repeat(2,1fr);gap:1px;margin-top:86px;display:grid}.trust-control{background:linear-gradient(145deg,#1c1d22db,#0d0e11f5);min-height:360px;padding:clamp(28px,4vw,46px);position:relative;overflow:hidden}.trust-control-top{justify-content:space-between;align-items:center;display:flex}.trust-control-top>span,.trust-control-top>b{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:7px;font-weight:400}.trust-control-top>span{color:var(--brand-soft)}.trust-control-top>b{color:#79bb97;align-items:center;gap:7px;display:flex}.trust-control-top>b i{background:#4fa477;border-radius:50%;width:5px;height:5px;box-shadow:0 0 8px #4fa477b3}.trust-control>h3{letter-spacing:-.05em;margin-top:65px;font-size:clamp(28px,3.2vw,44px);font-weight:500;line-height:1}.trust-control>p{max-width:48ch;color:var(--muted);margin-top:15px;font-size:13px;line-height:1.6}.trust-control-visual{opacity:.74;width:130px;height:64px;position:absolute;bottom:28px;right:34px}.trust-control-visual span{border:1px solid var(--line-strong);position:absolute}.trust-control-visual-1 span{border-radius:50%;inset:0}.trust-control-visual-1 span:nth-child(2){border-color:#f35d6d4f;inset:12px 25px}.trust-control-visual-1 span:nth-child(3){background:var(--brand-soft);border-radius:50%;inset:25px 54px;box-shadow:0 0 12px #f35d6d94}.trust-control-visual-1 span:nth-child(4){display:none}.trust-control-visual-2 span{background:#15161a;width:56px;height:42px}.trust-control-visual-2 span:first-child{top:0;left:0}.trust-control-visual-2 span:nth-child(2){top:9px;left:23px}.trust-control-visual-2 span:nth-child(3){border-color:#f35d6d57;top:18px;left:46px}.trust-control-visual-2 span:nth-child(4){border-color:#4fa47757;top:27px;left:69px}.trust-control-visual-3{align-items:center;gap:8px;display:flex}.trust-control-visual-3 span{background:var(--line-strong);border:0;width:11px;height:36px;position:static}.trust-control-visual-3 span:first-child{background:var(--brand-soft);height:20px}.trust-control-visual-3 span:nth-child(2){height:46px}.trust-control-visual-3 span:nth-child(3){background:#f35d6d6e;height:29px}.trust-control-visual-3 span:nth-child(4){height:55px}.trust-control-visual-4 span{border-radius:50%;inset:6px 20px}.trust-control-visual-4 span:nth-child(2){border-color:#f35d6d59;inset:17px 39px}.trust-control-visual-4 span:nth-child(3){background:#4fa477;border:0;border-radius:50%;inset:26px 56px;box-shadow:0 0 10px #4fa477a6}.trust-control-visual-4 span:nth-child(4){border-color:#0000;border-top-color:var(--brand-soft);inset:0 14px}.trust-manifesto{border-top:1px solid var(--line);grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(52px,9vw,130px);margin-top:92px;padding-top:62px;display:grid}.trust-manifesto>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.trust-manifesto>div span{border:1px solid var(--line);color:var(--ink-soft);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;background:#121318;padding:10px 12px;font-size:7px}.trust-manifesto>div span:last-child{color:var(--brand-pale);background:#b416241f;border-color:#f35d6d4d}.trust-manifesto>div i{color:var(--brand-soft);font-style:normal}.trust-manifesto>p{color:var(--ink-soft);font-family:var(--font-display);letter-spacing:-.035em;font-size:clamp(22px,2.4vw,33px);line-height:1.24}.final-cta{min-height:900px;padding:132px 0}.final-cta h2{font-size:clamp(66px,10vw,136px)}.final-cta p:not(.section-index){max-width:62ch}.footer-brand p{max-width:36ch}@media (width<=1080px){.evidence-system-body{grid-template-columns:190px minmax(360px,1fr)}.lens-stack{border-top:1px solid var(--line);grid-column:1/-1;grid-template-columns:repeat(6,1fr);display:grid}.lens-stack>p{grid-column:1/-1;margin:0;padding:10px 0}.lens-stack>div{border-bottom:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:23px 1fr;padding:0 8px}.lens-stack>div>i{display:none}.case-scale{grid-template-columns:1.2fr repeat(3,.7fr)}.grounding-layout{grid-template-columns:1fr}.grounding-steps{grid-template-columns:repeat(5,1fr);display:grid}.grounding-steps li{border-right:1px solid var(--line);flex-direction:column;min-height:180px;padding:20px 16px;display:flex}.grounding-steps li:last-child{border-right:0}.grounding-steps li>i{margin-top:auto}.claim-record{justify-self:end;width:min(100%,790px)}.curation-workbench{grid-template-columns:1fr 48px 1fr}.chatbot-comparison{grid-template-columns:1fr}.comparison-heading{position:static}}@media (width<=800px){.evidence-layer-section,.grounding-section,.curation-section,.trust-section{padding-top:112px;padding-bottom:122px}.evidence-layer-heading h2,.grounding-heading h2,.curation-heading h2,.trust-heading h2{font-size:clamp(46px,12.5vw,74px)}.evidence-layer-heading>p:last-child,.grounding-heading>p:last-child,.curation-heading>p:last-child,.trust-heading>p:last-child{font-size:16px}.evidence-system{margin-top:56px}.evidence-system-body{grid-template-columns:1fr;padding:28px 22px}.source-stack{grid-template-columns:1fr 1fr;display:grid}.source-chip{transform:none}.source-chip:after{display:none}.case-model{width:min(100%,430px)}.lens-stack{grid-template-columns:repeat(3,1fr)}.system-status{display:none}.case-scale{grid-template-columns:repeat(3,1fr)}.case-scale-intro{border-right:0;border-bottom:1px solid var(--line);grid-column:1/-1;min-height:98px}.not-chatbot-statement{flex-direction:column;align-items:flex-start;padding-top:82px;display:flex}.not-chatbot-statement strong{text-align:left}.grounding-layout{margin-top:58px}.grounding-steps{grid-template-columns:1fr}.grounding-steps li{border-right:0;grid-template-columns:38px 1fr 6px;min-height:0;padding-inline:0;display:grid}.grounding-steps li>i{margin-top:5px}.claim-record-main>h3{max-width:none}.curation-workbench{grid-template-columns:1fr}.curation-path{border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:row;gap:7px;padding:13px 8px}.curation-path i{background:linear-gradient(90deg, var(--line-strong), var(--brand-soft));width:20px;height:1px}.narrative-pane{min-height:500px}.chatbot-comparison{margin-top:108px}.comparison-row{grid-template-columns:.65fr 1fr 1fr}.trust-grid,.trust-manifesto{grid-template-columns:1fr}.trust-control{min-height:320px}.final-cta{min-height:760px}}@media (width<=560px){.evidence-system-kicker{grid-template-columns:1fr;gap:3px;padding-block:10px}.evidence-system-kicker i,.evidence-system-kicker span:last-child{display:none}.source-stack{grid-template-columns:1fr}.source-chip{min-height:58px}.case-node{min-width:58px;font-size:5.5px}.case-core{width:130px}.case-core>strong{font-size:15px}.evidence-system-footer{align-items:flex-start}.evidence-system-footer>p span{margin-bottom:4px;display:block}.case-scale{grid-template-columns:1fr}.case-scale-stat{border-right:0;border-bottom:1px solid var(--line);min-height:96px}.case-scale-stat:last-child{border-bottom:0}.claim-triple{grid-template-columns:1fr}.claim-triple>i{text-align:center}.claim-source{flex-direction:column;align-items:flex-start}.claim-source-link{margin-left:50px}.claim-record-footer{grid-template-columns:1fr}.claim-record-footer>span{border-right:0;border-bottom:1px solid var(--line);min-height:52px}.claim-record-footer>span:last-child{border-bottom:0}.curation-path{justify-content:center;overflow:hidden}.curation-path span{flex:1;width:auto}.curation-path i{width:8px}.narrative-overline,.narrative-pane>h3,.narrative-timeline{margin-left:22px;margin-right:22px}.comparison-row{grid-template-columns:1fr 1fr;gap:8px 16px;padding:18px 10px}.comparison-row>strong{grid-column:1/-1}.comparison-head{display:none}.trust-control{min-height:360px}.trust-manifesto>div{gap:5px}.trust-manifesto>div span{padding:7px 5px;font-size:5.5px}}.case-model-section,.work-product-section{isolation:isolate;border-top:1px solid var(--line);scroll-margin-top:80px;position:relative;overflow:hidden}.case-model-section{background:linear-gradient(#ffffff04 1px, transparent 1px), linear-gradient(90deg, #ffffff04 1px, transparent 1px), var(--bg);background-size:72px 72px;padding:142px 0 150px}.case-model-section:before{z-index:-1;content:"";pointer-events:none;background:radial-gradient(circle,#b4162421,#0000 68%);border-radius:50%;width:760px;height:760px;position:absolute;top:-250px;right:-330px}.case-model-heading,.work-product-heading{grid-template-columns:minmax(0,1.22fr) minmax(320px,.62fr);align-items:end;column-gap:clamp(58px,9vw,138px);display:grid}.case-model-heading h2,.work-product-heading h2{color:var(--ink);font-family:var(--font-display);letter-spacing:-.052em;text-wrap:balance;font-size:clamp(50px,5.5vw,78px);font-weight:580;line-height:.98}.case-model-heading>p:last-child,.work-product-heading>p:last-child{max-width:52ch;color:var(--ink-soft);text-wrap:pretty;margin-bottom:5px;font-size:17px;line-height:1.72}.case-model-body{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(60px,9vw,136px);margin-top:78px;scroll-margin-top:112px;display:grid}.case-model-thesis,.work-product-origin{border-top:1px solid var(--brand-soft);padding-top:25px}.case-model-thesis>span,.work-product-origin>span{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;font-size:9px;font-weight:500}.case-model-thesis>p{max-width:430px;color:var(--ink);font-family:var(--font-display);letter-spacing:-.045em;margin-top:31px;font-size:clamp(29px,2.7vw,40px);font-weight:510;line-height:1.08}.case-model-narrative{border-top:1px solid var(--line-strong)}.case-model-narrative>p{border-bottom:1px solid var(--line);max-width:67ch;color:var(--ink-muted);text-wrap:pretty;padding:27px 0 29px;font-size:16px;line-height:1.74}.case-model-narrative strong{color:var(--ink);font-weight:600}.work-product-section{background:radial-gradient(circle at 92% 16%, #b416241c, transparent 27rem), var(--bg-deep);padding:142px 0 150px}.work-product-grid{z-index:-1;pointer-events:none;opacity:.38;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 16% 82%,#0000);mask-image:linear-gradient(#0000,#000 16% 82%,#0000)}.work-product-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(60px,9vw,136px);margin-top:78px;display:grid}.work-product-origin>p{max-width:420px;color:var(--ink-soft);text-wrap:pretty;margin-top:24px;font-size:16px;line-height:1.72}.work-product-origin>p+p{color:var(--ink-muted);margin-top:17px}.work-product-outcomes{border-top:1px solid var(--line-strong)}.work-product-outcomes article{border-bottom:1px solid var(--line);min-height:0;padding:28px 0 30px}.work-product-outcomes h3{color:var(--ink);font-family:var(--font-display);letter-spacing:-.035em;font-size:clamp(23px,2vw,29px);font-weight:560;line-height:1.08}.work-product-outcomes p{max-width:65ch;color:var(--ink-muted);text-wrap:pretty;margin-top:11px;font-size:15px;line-height:1.7}.work-product-close{border-top:1px solid var(--line-strong);max-width:980px;color:var(--ink);font-family:var(--font-display);letter-spacing:-.043em;text-wrap:balance;margin-top:76px;padding:28px 0 0;font-size:clamp(28px,3.4vw,47px);font-weight:510;line-height:1.08}html[data-theme=light] .case-model-section{background:linear-gradient(#15161a06 1px, transparent 1px), linear-gradient(90deg, #15161a06 1px, transparent 1px), var(--bg);background-size:72px 72px}html[data-theme=light] .work-product-section{background:radial-gradient(circle at 92% 16%,#b4162412,#0000 27rem),#efeff2}html[data-theme=light] .work-product-grid{opacity:.48;background-image:linear-gradient(#15161a08 1px,#0000 1px),linear-gradient(90deg,#15161a08 1px,#0000 1px)}@media (width<=980px){.case-model-heading,.work-product-heading{grid-template-columns:1fr}.case-model-heading>p:last-child,.work-product-heading>p:last-child{margin-top:30px;margin-bottom:0}.case-model-body,.work-product-layout{grid-template-columns:1fr;gap:58px}.case-model-thesis,.work-product-origin{max-width:680px}}.case-model-heading.reveal,.work-product-heading.reveal{filter:none;transition:opacity .52s var(--ease-loupe) var(--reveal-delay), transform .52s var(--ease-loupe) var(--reveal-delay);transform:translateY(14px)}.case-model-heading.reveal.is-visible,.work-product-heading.reveal.is-visible{filter:none;transform:none}.final-cta h2 span,html[data-theme=light] .final-cta h2 span{color:var(--brand-soft);-webkit-text-fill-color:currentColor;background:0 0;-webkit-background-clip:border-box;background-clip:border-box}@media (width<=720px){.case-model-section,.work-product-section{padding:104px 0 112px}.case-model-heading h2,.work-product-heading h2{font-size:clamp(43px,12vw,62px)}.case-model-heading>p:last-child,.work-product-heading>p:last-child{font-size:16px}.case-model-body,.work-product-layout{margin-top:64px}.work-product-close{margin-top:58px;font-size:clamp(28px,9vw,40px)}}.product-section{isolation:isolate;background:radial-gradient(circle at 82% 15%,#b4162421,#0000 31rem),radial-gradient(circle at 18% 78%,#6e0f1c14,#0000 36rem),#0d0e11;height:auto;min-height:0;padding:164px 0 210px;position:relative;overflow:clip}.product-section:before{z-index:-2;pointer-events:none;content:"";opacity:.34;background-image:linear-gradient(#bfc1c808 1px,#0000 1px),linear-gradient(90deg,#bfc1c808 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.product-section:after{z-index:-1;pointer-events:none;content:"";opacity:.62;filter:blur(70px);background:radial-gradient(#b416241f,#0000 68%);width:min(82vw,1320px);height:64%;position:absolute;top:12%;left:50%;transform:translate(-50%)}.product-inner{width:min(100% - 64px,1760px);position:relative}.product-heading{z-index:2;width:min(100%,1240px);max-width:1180px;margin-inline:auto;position:relative}.product-case-stack{z-index:2;width:min(100%,1240px);margin:72px auto 0;position:relative}.product-case-thread{background:linear-gradient(#0000,#e33b4cad 7%,#e33b4c33 82%,#0000);width:1px;position:absolute;top:16px;bottom:24px;left:-41px;overflow:hidden;box-shadow:0 0 14px #e33b4c29}.product-case-card{--stack-offset:calc(var(--stack-index) * 14px);--stack-resting-top:clamp(92px, calc(100svh - 970px), 350px);top:calc(var(--stack-resting-top) + var(--stack-offset));z-index:calc(10 + var(--stack-index));margin-bottom:clamp(190px,24vh,300px);scroll-margin-top:112px;position:sticky}.product-case-card:last-child{margin-bottom:0}.product-case-reveal{position:relative}.product-case-node{z-index:4;color:var(--muted-strong);font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:.08em;flex-direction:column;align-items:center;gap:8px;font-size:7px;display:flex;position:absolute;top:13px;left:-56px}.product-case-node>i{background:var(--brand-bright);border:2px solid #0d0e11;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 1px #f35d6d8c,0 0 16px #e33b4c80}.product-case-window{border:1px solid var(--line-strong);transform-origin:top;background:#090a0d;border-radius:14px;transition:border-color .22s ease-out,box-shadow .32s ease-out;position:relative;overflow:visible;box-shadow:0 52px 110px -58px #000000f5,0 22px 54px -34px #b4162485,inset 0 1px #ffffff06}.product-case-window:hover{border-color:#f35d6d4d;box-shadow:0 58px 120px -58px #000000fa,0 24px 62px -32px #b41624a3,inset 0 1px #ffffff0a}.product-case-file-tab{z-index:1;border:1px solid var(--line-strong);min-width:212px;height:30px;color:var(--ink-muted);font-family:var(--font-mono);text-transform:uppercase;background:linear-gradient(105deg,#b416241a,#0000 52%),#111216;border-bottom:0;border-radius:8px 8px 0 0;align-items:center;gap:12px;padding:0 17px;display:flex;position:absolute;top:-29px;left:18px}.product-case-file-tab>b{color:var(--brand-soft);font-variant-numeric:tabular-nums;letter-spacing:.14em;font-size:8px;font-weight:600}.product-case-file-tab>i{color:var(--muted);letter-spacing:.1em;font-size:7px;font-style:normal}.product-case-capture{aspect-ratio:2558/1265;isolation:isolate;background:#090a0d;border-radius:13px;position:relative;overflow:hidden}.product-case-capture>img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.product-case-matte{z-index:2;pointer-events:none;background:linear-gradient(#0000 0,#08090c0a 24%,#08090cc2 76%,#08090cf5 100%);height:48%;position:absolute;bottom:0;left:0;right:0}.product-case-scan{z-index:3;pointer-events:none;opacity:0;mix-blend-mode:screen;background:linear-gradient(90deg,#0000 0,#e33b4c03 72%,#f35d6d6b 99.4%,#fffc 99.7%,#0000 100%);width:34%;position:absolute;top:0;bottom:0;left:0;transform:translate(-108%)}.product-case-copy{z-index:4;color:#f7f7f8;justify-content:space-between;align-items:end;gap:34px;padding:clamp(26px,3.2vw,52px);display:flex;position:absolute;bottom:0;left:0;right:0}.product-case-copy>div{max-width:760px}.product-case-copy>div>span{color:#f38a96;font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:.13em;text-transform:uppercase;font-size:8px;font-weight:600}.product-case-copy h3{color:#fff;letter-spacing:-.05em;text-shadow:0 3px 24px #0000006b;text-wrap:balance;max-width:720px;margin-top:11px;font-size:clamp(29px,2.55vw,46px);font-weight:590;line-height:.98}.product-case-copy p{color:#f7f7f8b8;text-shadow:0 2px 14px #00000085;text-wrap:pretty;max-width:64ch;margin-top:14px;font-size:clamp(11px,.9vw,14px);line-height:1.55}.product-case-copy>a{color:#f7f7f8b8;min-height:40px;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;flex:none;align-items:center;margin:0 -8px -8px 0;padding:8px;font-size:8px;transition:color .18s ease-out,transform .18s ease-out;display:inline-flex;position:relative}.product-case-copy>a:hover{color:#fff;transform:translateY(-2px)}.product-case-copy>a:active{transform:scale(.96)}.product-case-copy>a:focus-visible{outline:2px solid var(--brand-soft);outline-offset:2px;border-radius:4px}.product-case-copy>a i{color:#f38a96;margin-left:6px;font-style:normal}.product-case-edge{z-index:5;pointer-events:none;border-radius:inherit;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff09,inset 0 0 0 1px #00000029}@keyframes product-case-arrive{0%{opacity:.46;filter:saturate(.72)brightness(.72);clip-path:inset(5% 2.5% 0 round 20px);transform:perspective(1400px)translateY(92px)rotateX(6deg)scale(.96)}to{opacity:1;filter:none;clip-path:inset(0 round 14px);transform:perspective(1400px)translate(0,0)rotateX(0)scale(1)}}@keyframes product-case-scan{0%{opacity:0;transform:translate(-108%)}12%{opacity:.78}82%{opacity:.42}to{opacity:0;transform:translate(300%)}}@supports (animation-timeline:view()){.product-case-window{animation:1ms linear both product-case-arrive;animation-timeline:view();animation-range:entry 4% entry 54%}.product-case-scan{animation:1ms linear both product-case-scan;animation-timeline:view();animation-range:entry 16% cover 58%}}@media (width>=1181px){.product-heading{grid-template-columns:minmax(0,1fr) minmax(340px,420px);grid-template-areas:"index lede""title lede";align-items:start;gap:10px 24px;max-width:none;display:grid}.product-heading .section-index{grid-area:index;align-self:end}.product-heading h2{white-space:nowrap;grid-area:title;margin:0;font-size:clamp(40px,2.4vw,50px);line-height:.96}.product-heading>p:last-of-type{grid-area:lede;align-self:center;max-width:520px;margin:0;font-size:14px;line-height:1.58}}@media (width>=1181px) and (height>=1100px){.product-heading{z-index:24;position:sticky;top:94px}}@media (width<=1180px){.product-section{padding:132px 0 154px}.product-inner{width:min(100% - 40px,1240px)}.product-case-stack{margin-top:64px}.product-case-thread,.product-case-node{display:none}.product-case-card{margin-bottom:76px;position:relative;top:auto}}@media (width<=720px){.product-section{padding:108px 0 126px}.product-inner{width:min(100% - 28px,1240px)}.product-case-stack{margin-top:62px}.product-case-card{margin-bottom:60px}.product-case-file-tab{min-width:178px}.product-case-capture{aspect-ratio:4/3}.product-case-copy{gap:18px;padding:20px}.product-case-copy h3{font-size:clamp(24px,6.4vw,34px)}.product-case-copy p{max-width:49ch;font-size:11px}.product-mode-evidence .product-case-capture>img{object-position:62% center}.product-mode-graph .product-case-capture>img{object-position:58% center}.product-mode-timeline .product-case-capture>img{object-position:60% center}}@media (width<=520px){.product-case-card{margin-bottom:52px}.product-case-file-tab{min-width:160px;padding-inline:12px;left:10px}.product-case-copy{padding:16px}.product-case-copy p,.product-case-copy>a{display:none}}html[data-theme=light] .product-section:after{opacity:.34}html[data-theme=light] .product-case-thread{background:linear-gradient(#0000,#b416248f 7%,#b4162424 82%,#0000)}html[data-theme=light] .product-case-node>i{border-color:#f1f1f3}html[data-theme=light] .product-case-window{background:#fff;border-color:#15161a29;box-shadow:0 48px 100px -58px #312a2c66,0 20px 48px -34px #b416244d,inset 0 1px #ffffffc2}html[data-theme=light] .product-case-window:hover{border-color:#b416244d;box-shadow:0 54px 112px -58px #312a2c70,0 24px 56px -32px #b4162457,inset 0 1px #ffffffdb}html[data-theme=light] .product-case-file-tab{background:linear-gradient(105deg,#b416240f,#0000 52%),#fff;border-color:#15161a29}html[data-theme=light] .product-case-capture{background:var(--surface-2)}html[data-theme=light] .product-case-edge{box-shadow:inset 0 1px #ffffffc2,inset 0 0 0 1px #15161a0b}@media (prefers-reduced-motion:reduce){.product-case-window,.product-case-scan{animation:none}.product-case-scan{display:none}}html[data-theme=light],html[data-theme=light] body{background:var(--bg)}html[data-theme=light] body{background:radial-gradient(circle at 76% 3%, #b416240e, transparent 25rem), var(--bg)}html[data-theme=light] .navigation-scrolled,html[data-theme=light] .navigation-menu-open{background:#f7f7f8e0;border-bottom-color:#c5c7cfd1}html[data-theme=light] .button-ghost{border-color:var(--line-strong);color:var(--ink);background:#ffffffbd}html[data-theme=light] .button-ghost:hover{background:#fff;border-color:#aeb0b9}html[data-theme=light] .button-quiet{border-color:var(--line);color:var(--ink-soft);background:#ffffffc2}html[data-theme=light] .button-quiet:hover{border-color:var(--line-strong);color:var(--ink);background:#fff}html[data-theme=light] .hero{background:radial-gradient(circle at 71% 44%,#b4162417,#0000 24rem),linear-gradient(#fbfbfc 0%,#f4f4f6 100%)}html[data-theme=light] .hero:before{background:linear-gradient(90deg,#f7f7f814,#0000 55%,#d9dae047)}html[data-theme=light] .hero-grid{opacity:.62;background-image:linear-gradient(#15161a0b 1px,#0000 1px),linear-gradient(90deg,#15161a0b 1px,#0000 1px)}html[data-theme=light] .hero-title-accent,html[data-theme=light] .evidence-layer-heading h2 span,html[data-theme=light] .grounding-heading h2 span,html[data-theme=light] .curation-heading h2 span,html[data-theme=light] .trust-heading h2 span,html[data-theme=light] .agent-heading h2 span,html[data-theme=light] .agent-thesis>strong,html[data-theme=light] .final-cta h2 span{background:linear-gradient(98deg,#15161a 2%,#8f202a 58%,#e33b4c 104%);-webkit-background-clip:text;background-clip:text}html[data-theme=light] .identity-orbit{border-color:#b4162426}html[data-theme=light] .identity-orbit:before{border-top-color:#b416248f}html[data-theme=light] .identity-orbit-inner:before{border-top-color:#0000;border-right-color:#b416244d}html[data-theme=light] .hero-canvas{filter:drop-shadow(0 34px 42px #422f332e)}html[data-theme=light] .hero-transition{background:linear-gradient(#0000 0%,#f1f1f3bd 70%,#f1f1f3 100%)}html[data-theme=light] .hero-transition:before{background:linear-gradient(90deg,#0000 5%,#c5c7cfb3 22%,#b4162485 50%,#c5c7cfb3 78%,#0000 95%)}html[data-theme=light] .hero-transition:after{background:radial-gradient(#b416241a,#0000 68%)}html[data-theme=light] .product-section{background:radial-gradient(circle at 84% 35%,#b416240e,#0000 31rem),#f1f1f3}html[data-theme=light] .product-section:before{opacity:.56;background-image:linear-gradient(#15161a09 1px,#0000 1px),linear-gradient(90deg,#15161a09 1px,#0000 1px)}html[data-theme=light] .product-step:hover{background:#15161a07}html[data-theme=light] .product-window,html[data-theme=light] .provenance-capture,html[data-theme=light] .loupe-capture,html[data-theme=light] .agent-capture{border-color:var(--line-strong);background:#fff;box-shadow:0 30px 70px -42px #312a2c52,0 12px 30px -25px #b4162433}html[data-theme=light] .product-capture-bar{border-bottom-color:var(--line);background:linear-gradient(90deg,#b416240b,#0000 28%),#fff}html[data-theme=light] .product-capture{background:var(--surface-2)}html[data-theme=light] .product-capture-edge{box-shadow:inset 0 1px #ffffffb8,inset 0 0 0 1px #15161a0b}html[data-theme=light] .difference-section{background:linear-gradient(#15161a07 1px, transparent 1px), linear-gradient(90deg, #15161a07 1px, transparent 1px), var(--bg);background-size:72px 72px}html[data-theme=light] .provenance-section{background:radial-gradient(circle at 8% 42%,#b416240d,#0000 27%),#fff}html[data-theme=light] .loupe-section{background:linear-gradient(115deg, #ffffffbd, transparent 42%), var(--bg-deep)}html[data-theme=light] .agent-section{background:radial-gradient(circle at 90% 10%, #b416240d, transparent 28%), var(--bg)}html[data-theme=light] .difference-principles,html[data-theme=light] .loupe-principles{background:#ffffffb8}html[data-theme=light] .difference-head{background:#d9dae057}html[data-theme=light] .difference-row>span:last-child{background:linear-gradient(90deg,#b4162412,#b4162404)}html[data-theme=light] .trust-section{background:radial-gradient(circle at 16% 36%,#b4162411,#0000 28rem),#f1f1f3}html[data-theme=light] .trust-control{background:linear-gradient(145deg,#fffffff5,#f1f1f3f5)}html[data-theme=light] .trust-control-visual-2 span,html[data-theme=light] .trust-manifesto>div span{background:#fff}html[data-theme=light] .trust-manifesto>div span:last-child{color:var(--brand);background:#b4162412}html[data-theme=light] .final-cta{background:#ececef}html[data-theme=light] .final-grid{background-image:linear-gradient(#15161a0b 1px,#0000 1px),linear-gradient(90deg,#15161a0b 1px,#0000 1px)}html[data-theme=light] .footer{background:#fff}html[data-theme=light] .modal-backdrop{background:#1d181a80}html[data-theme=light] .contact-modal{background:radial-gradient(circle at 100% 0,#b4162412,#0000 34%),#fff;box-shadow:0 30px 100px -34px #261f2170}html[data-theme=light] .contact-modal input,html[data-theme=light] .contact-modal textarea{background:var(--bg)}html[data-theme=light] .contact-modal input:focus,html[data-theme=light] .contact-modal textarea:focus{background:#fff}@media (width<=720px){.theme-toggle{flex-basis:58px;width:58px}.theme-toggle-indicator{transform:translate(24px)}}@media (prefers-reduced-motion:reduce){.case-model-links .case-model-link-active{animation:none}}.difference-section,.provenance-section,.loupe-section,.agent-section{isolation:isolate;border-top:1px solid var(--line);padding:168px 0 184px;position:relative;overflow:hidden}.difference-section:before,.provenance-section:before,.loupe-section:before,.agent-section:before{z-index:-1;content:"";pointer-events:none;filter:blur(8px);border-radius:50%;width:680px;height:680px;position:absolute}.difference-section{background:linear-gradient(#ffffff03 1px, transparent 1px), linear-gradient(90deg, #ffffff03 1px, transparent 1px), var(--bg-deep);background-size:72px 72px}.difference-section:before{background:radial-gradient(circle,#b4162424,#0000 69%);top:14%;right:-340px}.provenance-section{background:radial-gradient(circle at 8% 42%, #b4162414, transparent 27%), var(--bg)}.provenance-section:before{background:radial-gradient(circle,#e33b4c17,#0000 68%);bottom:-270px;right:-360px}.loupe-section{background:linear-gradient(115deg, #ffffff05, transparent 42%), var(--bg-deep)}.loupe-section:before{background:radial-gradient(circle,#b4162429,#0000 70%);top:17%;left:-410px}.agent-section{background:radial-gradient(circle at 90% 10%, #b4162414, transparent 28%), var(--bg)}.agent-section:before{background:radial-gradient(circle,#f35d6d14,#0000 70%);bottom:-340px;right:-390px}.agent-heading{max-width:1020px}.agent-heading h2{color:var(--ink);font-family:var(--font-display);letter-spacing:-.07em;margin:24px 0 0;font-size:clamp(58px,7.4vw,108px);font-weight:620;line-height:.91}.agent-heading h2 span{color:#0000;background:linear-gradient(102deg, #f8e2e5 4%, #ed9aa4 46%, var(--brand-bright) 100%);-webkit-background-clip:text;background-clip:text}.agent-heading>p:last-child{max-width:720px;color:var(--ink-soft);margin:40px 0 0;font-size:20px;line-height:1.65}.difference-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(54px,8vw,124px);margin-top:88px;display:grid}.difference-statement{border-top:1px solid var(--brand-soft);padding-top:22px;position:sticky;top:112px}.difference-statement>span,.loupe-definition>span,.hypothesis-statement>span,.agent-thesis>span,.trust-manifesto-clean>span{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;font-size:10px;font-weight:600;line-height:1.5}.difference-statement blockquote{color:var(--ink);font-family:var(--font-display);letter-spacing:-.052em;margin:38px 0 0;font-size:clamp(31px,3.25vw,49px);font-weight:520;line-height:1.05}.difference-statement blockquote strong{color:var(--brand-soft);margin-top:9px;font-weight:590;display:block}.difference-statement>p{max-width:430px;color:var(--ink-muted);margin:34px 0 0;font-size:15px;line-height:1.72}.difference-table{border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}.difference-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(150px,.78fr) minmax(150px,1fr) minmax(210px,1.28fr);min-height:116px;display:grid}.difference-row:last-child{border-bottom:0}.difference-row>*{border-right:1px solid var(--line);align-items:center;padding:28px 24px;display:flex}.difference-row>:last-child{border-right:0}.difference-row>strong{color:var(--ink);font-size:14px;font-weight:600;line-height:1.45}.difference-row>span{color:var(--ink-muted);font-size:14px;line-height:1.55}.difference-row>span:last-child{color:var(--ink-soft);background:linear-gradient(90deg,#b416241c,#b4162405);gap:13px;position:relative}.difference-row>span:last-child i{background:var(--brand);border-radius:50%;flex:0 0 6px;width:6px;height:6px;box-shadow:0 0 0 5px #b416241f}.difference-head{background:#ffffff04;min-height:58px}.difference-head>span,.difference-head>span:last-child{color:var(--ink-muted);font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;background:0 0;font-size:8px;font-weight:600}.difference-principles,.loupe-principles{border:1px solid var(--line);background:#1112169e;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:86px;display:grid}.difference-principles article,.loupe-principles article{border-right:1px solid var(--line);min-height:244px;padding:34px 32px}.difference-principles article:last-child,.loupe-principles article:last-child{border-right:0}.difference-principles article>span,.loupe-principles article>span,.agent-capabilities article>span,.provenance-steps>li>span{color:var(--brand-soft);font-family:var(--font-mono);letter-spacing:.16em;font-size:9px}.difference-principles h3,.loupe-principles h3{max-width:290px;color:var(--ink);font-family:var(--font-display);letter-spacing:-.035em;margin:72px 0 0;font-size:24px;font-weight:580;line-height:1.1}.difference-principles p,.loupe-principles p{color:var(--ink-muted);margin:17px 0 0;font-size:14px;line-height:1.65}.difference-section .case-scale{margin-top:22px}.provenance-layout{grid-template-columns:minmax(0,1.38fr) minmax(270px,.62fr);align-items:start;gap:48px;margin-top:86px;display:grid}.provenance-capture,.loupe-capture,.agent-capture{border:1px solid var(--line-strong);background:#0c0d10;border-radius:13px;min-width:0;overflow:hidden;box-shadow:0 40px 100px #0000005c}.provenance-image,.loupe-image,.agent-image{aspect-ratio:2.022;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f7f7f8;overflow:hidden}.provenance-image img,.loupe-image img,.agent-image img{object-fit:contain;object-position:top left;width:100%;height:100%;display:block}.provenance-steps{border-top:1px solid var(--line-strong);margin:0;padding:0;list-style:none}.provenance-steps>li{border-bottom:1px solid var(--line);grid-template-columns:42px 1fr;gap:8px;min-height:127px;padding:24px 0;display:grid}.provenance-steps h3{color:var(--ink);font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-size:21px;font-weight:580}.provenance-steps p{color:var(--ink-muted);margin:10px 0 0;font-size:13px;line-height:1.62}.loupe-definition-layout{grid-template-columns:minmax(300px,.74fr) minmax(0,1.26fr);align-items:start;gap:52px;margin-top:88px;display:grid}.loupe-definition{border-top:1px solid var(--brand-soft);border-bottom:1px solid var(--line);padding:33px 0 36px;position:sticky;top:112px}.loupe-definition blockquote{color:var(--ink);font-family:var(--font-display);letter-spacing:-.052em;margin:36px 0 0;font-size:clamp(31px,3.25vw,49px);font-weight:520;line-height:1.04}.loupe-definition blockquote strong{color:var(--brand-soft);margin-top:10px;font-weight:590;display:block}.loupe-definition>p{color:var(--ink-muted);margin:34px 0 0;font-size:15px;line-height:1.72}.loupe-principles{margin-top:70px}.hypothesis-statement,.agent-thesis,.trust-manifesto-clean{border-top:1px solid var(--line-strong);grid-template-columns:minmax(180px,.42fr) minmax(0,1.58fr);align-items:start;gap:clamp(44px,7vw,112px);margin-top:108px;padding-top:31px;display:grid}.hypothesis-statement>p,.trust-manifesto-clean>p{max-width:900px;color:var(--ink);font-family:var(--font-display);letter-spacing:-.052em;margin:0;font-size:clamp(31px,4vw,60px);font-weight:520;line-height:1.05}.agent-layout{grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);align-items:start;gap:48px;margin-top:88px;display:grid}.agent-capabilities{border-top:1px solid var(--line-strong)}.agent-capabilities article{border-bottom:1px solid var(--line);grid-template-columns:40px 1fr;column-gap:10px;padding:26px 0 28px;display:grid}.agent-capabilities article>span{grid-row:1/3}.agent-capabilities h3{color:var(--ink);font-family:var(--font-display);letter-spacing:-.03em;margin:0;font-size:21px;font-weight:580}.agent-capabilities p{color:var(--ink-muted);margin:11px 0 0;font-size:13px;line-height:1.62}.agent-thesis{align-items:end}.agent-thesis>span{max-width:220px}.agent-thesis>strong{color:#0000;background:linear-gradient(102deg, #f8e2e5 4%, #ed9aa4 46%, var(--brand-bright) 100%);max-width:1000px;font-family:var(--font-display);letter-spacing:-.064em;-webkit-background-clip:text;background-clip:text;font-size:clamp(42px,6.5vw,92px);font-weight:610;line-height:.94}.trust-section-clean{min-height:0;padding-bottom:184px;overflow:hidden}.trust-grid-clean{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:86px}.trust-control-clean{min-height:330px;padding:32px 34px 36px}.trust-control-clean h3{max-width:430px;margin-top:88px}.trust-control-clean p{max-width:520px}.trust-manifesto-clean{background:0 0;border-bottom:0;border-left:0;border-right:0;height:auto;min-height:0;margin-top:108px;padding:31px 0 0}.trust-manifesto-clean:before,.trust-manifesto-clean:after{display:none}.trust-manifesto-clean>p{z-index:auto;max-width:980px;position:static}@media (width<=1080px){.difference-layout,.loupe-definition-layout{grid-template-columns:1fr}.difference-statement,.loupe-definition{max-width:740px;position:static}.provenance-layout,.agent-layout{grid-template-columns:1fr}.provenance-steps{border-bottom:1px solid var(--line-strong);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.provenance-steps>li{border-right:1px solid var(--line);border-bottom:0;min-height:246px;padding:28px 20px;display:block}.provenance-steps>li:last-child{border-right:0}.provenance-steps h3{margin-top:64px}.agent-capabilities{border-bottom:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.agent-capabilities article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:218px;padding:28px 26px}.agent-capabilities article:nth-child(2n){border-right:0}.agent-capabilities article:nth-last-child(-n+2){border-bottom:0}}@media (width<=800px){.difference-section,.provenance-section,.loupe-section,.agent-section{padding:116px 0 128px}.agent-heading h2{font-size:clamp(47px,14vw,76px)}.agent-heading>p:last-child{margin-top:30px;font-size:17px}.difference-layout,.provenance-layout,.loupe-definition-layout,.agent-layout{margin-top:62px}.difference-row{grid-template-columns:minmax(120px,.7fr) minmax(130px,1fr) minmax(170px,1.15fr)}.difference-row>*{padding:22px 18px}.difference-principles,.loupe-principles{grid-template-columns:1fr;margin-top:54px}.difference-principles article,.loupe-principles article{border-right:0;border-bottom:1px solid var(--line);min-height:210px}.difference-principles article:last-child,.loupe-principles article:last-child{border-bottom:0}.difference-principles h3,.loupe-principles h3{margin-top:48px}.provenance-steps{border-bottom:0;grid-template-columns:1fr}.provenance-steps>li{border-right:0;border-bottom:1px solid var(--line);grid-template-columns:42px 1fr;min-height:0;padding:24px 0;display:grid}.provenance-steps h3{margin-top:0}.hypothesis-statement,.agent-thesis,.trust-manifesto-clean{grid-template-columns:1fr;gap:34px;margin-top:78px}.agent-capabilities{grid-template-columns:1fr}.agent-capabilities article{border-right:0;border-bottom:1px solid var(--line);min-height:0;padding:26px 0}.agent-capabilities article:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.agent-capabilities article:last-child{border-bottom:0}.trust-grid-clean{grid-template-columns:1fr;margin-top:62px}.trust-control-clean{min-height:290px}.trust-manifesto-clean{display:grid}}@media (width<=560px){.difference-row{grid-template-columns:1fr;min-height:0}.difference-row>*{border-right:0;border-bottom:1px solid var(--line);min-height:62px}.difference-row>:last-child{border-bottom:0}.difference-head{display:none}.difference-principles article,.loupe-principles article,.trust-control-clean{padding-left:24px;padding-right:24px}.product-capture-bar{grid-template-columns:1fr auto}.product-capture-bar small{display:none}.hypothesis-statement>p,.trust-manifesto-clean>p{font-size:clamp(30px,10vw,44px)}}html[data-theme=light] .final-cta h2 span{color:var(--brand-soft);-webkit-text-fill-color:currentColor;background:0 0;-webkit-background-clip:border-box;background-clip:border-box}
