@layer base{*{box-sizing:border-box}html{background:var(--paper);font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}body{background:var(--paper);min-width:20rem;min-height:100vh;color:var(--text);font-kerning:normal;margin:0;font-size:1rem;line-height:1.5}button,input,textarea,select{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit;text-decoration:none}.brand-mark{align-items:center;gap:.65rem;min-width:0;font-size:.93rem;display:inline-flex}.brand-mark>.hendrik-mark{width:1.4rem;height:1.4rem}.brand-mark>strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}h1,h2,h3,p,dl,dd,figure{margin:0}h1,h2,h3{letter-spacing:-.025em;font-weight:620}h1{font-size:clamp(1.8rem,1.25rem + 1.25vw,2.55rem);line-height:1.05}h2{font-size:1.08rem;line-height:1.25}h3{font-size:.96rem;line-height:1.35}::selection{background:var(--accent-200);color:var(--accent-900)}:focus{outline:none}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.skip-link{z-index:1000;border-radius:var(--radius-sm);background:var(--accent-900);color:var(--paper-raised);min-height:2.75rem;transition:transform var(--duration-fast) var(--ease-out);align-items:center;padding:.65rem .9rem;display:flex;position:fixed;top:.5rem;left:.5rem;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.mono{font-family:var(--font-mono);font-variant-ligatures:none;font-size:.82em}.eyebrow{color:var(--text-tertiary);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.69rem;font-weight:650;line-height:1.3}.text-button{cursor:pointer;width:-moz-fit-content;width:fit-content;color:var(--accent-700);background:0 0;padding:0;font-size:.82rem;font-weight:650}.text-button:hover{color:var(--accent-900);text-underline-offset:.2rem;text-decoration:underline}}.page{width:min(100%,95rem);animation:page-enter .42s var(--ease-out) both;margin:0 auto;padding:clamp(1.5rem,2vw + .8rem,3.25rem) clamp(1rem,2.5vw,3rem) 5rem}.page--wide{width:100%;max-width:none}.page--loading{padding-top:2.5rem}@keyframes page-enter{0%{transform:translateY(.35rem)}to{transform:translateY(0)}}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.25rem 2rem;margin-bottom:clamp(1.75rem,4vw,3.5rem);display:flex}.page-header__copy{gap:.45rem;max-width:48rem;display:grid}.page-header__copy>p:not(.eyebrow){max-width:65ch;color:var(--text-secondary);font-size:.94rem}.page-header__actions{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.section-header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.section-header>div{gap:.2rem;display:grid}.section-header p{color:var(--text-tertiary);font-size:.78rem}.button{cursor:pointer;border-radius:var(--radius-sm);min-height:2.45rem;transition:background var(--duration-fast), border-color var(--duration-fast), color var(--duration-fast), transform var(--duration-fast), box-shadow var(--duration-fast);border:1px solid #0000;justify-content:center;align-items:center;gap:.45rem;padding:.62rem .9rem;font-size:.78rem;font-weight:650;line-height:1;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)scale(.985)}.button:disabled{cursor:not-allowed;opacity:.5}.button--primary{background:var(--accent-900);color:var(--paper-raised);box-shadow:var(--shadow-1)}.button--secondary{border-color:var(--border);background:var(--paper-raised);color:var(--text)}.button--secondary:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-hover)}.button--ghost{color:var(--text-secondary);background:0 0}.button--ghost:hover:not(:disabled){background:var(--ink-100);color:var(--text)}.button--danger{border-color:var(--red-100);background:var(--red-50);color:var(--red-800)}.button--danger:hover:not(:disabled){border-color:var(--red-700)}.button--small{min-height:2rem;padding:.45rem .68rem;font-size:.72rem}.button--large{min-height:3rem;padding:.8rem 1.15rem;font-size:.86rem}.badge{border:1px solid var(--border-subtle);background:var(--ink-50);width:-moz-fit-content;width:fit-content;min-height:1.4rem;color:var(--text-secondary);white-space:nowrap;border-radius:2rem;align-items:center;gap:.35rem;padding:.32rem .52rem;font-size:.65rem;font-weight:650;line-height:1;display:inline-flex}.badge__dot{background:currentColor;border-radius:50%;width:.38rem;height:.38rem}.badge--positive{background:var(--positive-soft);color:#487c2c;border-color:#cee5c0}.badge--warning{border-color:var(--amber-100);background:var(--amber-50);color:var(--amber-800)}.badge--negative{border-color:var(--red-100);background:var(--red-50);color:var(--red-800)}.badge--info{border-color:var(--blue-100);background:var(--info-soft);color:var(--blue-700)}.badge--accent{border-color:var(--accent-200);background:var(--accent-100);color:var(--accent-900)}.status-dot{color:var(--text-secondary);white-space:nowrap;align-items:center;gap:.4rem;font-size:.7rem;display:inline-flex}.status-dot>span{background:var(--ink-400);border-radius:50%;width:.45rem;height:.45rem}.status-dot--healthy>span,.status-dot--complete>span,.status-dot--connected>span{background:var(--gain)}.status-dot--attention>span,.status-dot--waiting>span{background:var(--amber-700)}.status-dot--critical>span,.status-dot--disconnected>span{background:var(--red-700)}.status-dot--running>span,.status-dot--syncing>span{background:var(--neutral-data);animation:1.5s ease-in-out infinite pulse}.status-dot--archived>span{background:var(--ink-400)}@keyframes pulse{50%{box-shadow:0 0 0 .3rem color-mix(in oklch, currentColor 12%, transparent)}}.metric-delta{font-variant-numeric:tabular-nums;align-items:center;gap:.12rem;font-size:.7rem;font-weight:640;display:inline-flex}.metric-delta--positive{color:var(--gain)}.metric-delta--negative{color:var(--red-700)}.metric-delta--neutral{color:var(--text-secondary)}.progress__track{background:var(--ink-150);border-radius:1rem;height:.3rem;overflow:hidden}.progress__track>span{transform-origin:0;border-radius:inherit;background:var(--accent-600);width:100%;height:100%;transition:transform .5s var(--ease-out);display:block}.progress--warning .progress__track>span{background:var(--amber-700)}.progress--negative .progress__track>span{background:var(--red-700)}.progress--positive .progress__track>span{background:var(--gain)}.key-value{gap:.2rem;display:grid}.key-value dt{color:var(--text-tertiary);font-size:.68rem}.key-value dd{color:var(--text);font-variant-numeric:tabular-nums;font-size:.83rem;font-weight:590}.check-line{color:var(--text-secondary);align-items:flex-start;gap:.45rem;font-size:.77rem;display:inline-flex}.check-line svg{flex:none;margin-top:.1rem}.check-line--pass svg{color:var(--gain)}.check-line--warning svg{color:var(--amber-700)}.check-line--fail svg{color:var(--red-700)}.row-link{justify-content:space-between;align-items:center;display:flex}.row-link:hover{color:var(--accent-800)}.empty-state{max-width:30rem;color:var(--text-secondary);justify-items:start;gap:.6rem;padding:3rem 0;display:grid}.empty-state>svg{color:var(--accent-700)}.empty-state h2{color:var(--text)}.empty-state p{max-width:52ch;font-size:.86rem}.inline-error{border:1px solid var(--red-100);border-radius:var(--radius-md);background:var(--red-50);color:var(--red-800);grid-template-columns:auto 1fr auto;align-items:start;gap:.75rem;padding:.9rem;display:grid}.inline-error strong{font-size:.83rem}.inline-error p{margin-top:.15rem;font-size:.77rem}.skeleton{border-radius:var(--radius-sm);background:var(--surface-subtle);animation:1.4s ease-in-out infinite skeleton-pulse;overflow:hidden}@keyframes skeleton-pulse{50%{opacity:.55}}.page-skeleton__header{gap:.75rem;width:min(32rem,80%);margin-bottom:2.5rem;display:grid}.page-skeleton__header>:first-child{width:70%;height:2.4rem}.page-skeleton__header>:last-child{width:100%;height:1rem}.page-skeleton__metrics{background:var(--border);grid-template-columns:repeat(4,1fr);gap:1px;margin-bottom:2rem;display:grid}.page-skeleton__metrics>*{border-radius:0;height:7rem}.page-skeleton__canvas{height:24rem}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.toast-region{z-index:200;right:max(1rem, env(safe-area-inset-right));bottom:max(1rem, env(safe-area-inset-bottom));gap:.6rem;width:min(25rem,100vw - 2rem);display:grid;position:fixed}.toast{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--paper-raised);box-shadow:var(--shadow-float);animation:toast-enter .32s var(--ease-out) both;grid-template-columns:auto 1fr auto;align-items:start;gap:.7rem;padding:.8rem;display:grid}@keyframes toast-enter{0%{opacity:0;transform:translateY(.7rem)scale(.98)}}.toast>svg{color:var(--blue-700);margin-top:.1rem}.toast--success>svg{color:var(--gain)}.toast--error>svg{color:var(--red-700)}.toast__content{gap:.12rem;display:grid}.toast__content strong{font-size:.79rem}.toast__content span{color:var(--text-secondary);font-size:.74rem}.command-dialog{border:1px solid var(--border-strong);border-radius:var(--radius-lg);background:var(--paper-raised);width:min(38rem,100vw - 2rem);max-height:min(38rem,100vh - 4rem);color:var(--text);box-shadow:var(--shadow-float);padding:0;overflow:hidden}.command-dialog::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#17181a57}.command-dialog[open]{animation:dialog-enter .22s var(--ease-out) both}@keyframes dialog-enter{0%{opacity:0;transform:translateY(-.7rem)scale(.985)}}.command-dialog__search{border-bottom:1px solid var(--border-subtle);align-items:center;gap:.65rem;padding:.8rem .9rem;display:flex}.command-dialog__search>svg{color:var(--text-tertiary)}.command-dialog__search input{background:0 0;border:0;flex:1;min-width:0;font-size:.92rem}.command-dialog__search input::placeholder{color:var(--ink-600)}.command-dialog__results{max-height:26rem;padding:.45rem;overflow-y:auto}.command-dialog__results button{cursor:pointer;border-radius:var(--radius-sm);width:100%;min-height:2.7rem;color:var(--text-secondary);text-align:left;background:0 0;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;padding:.5rem .65rem;display:grid}.command-dialog__results button:hover,.command-dialog__results button:focus-visible{background:var(--accent-50);color:var(--accent-900)}.command-dialog__results button span{font-size:.8rem;font-weight:580}.command-dialog__results button small{color:var(--text-tertiary);font-size:.68rem}.command-dialog__empty{color:var(--text-tertiary);text-align:center;padding:2rem .7rem;font-size:.8rem}.command-dialog footer{border-top:1px solid var(--border-subtle);color:var(--text-tertiary);gap:1rem;padding:.55rem .8rem;font-size:.64rem;display:flex}.command-dialog footer span{align-items:center;gap:.25rem;display:inline-flex}.fatal-error,.boot-error{place-content:center;justify-items:start;gap:.8rem;min-height:100vh;padding:2rem;display:grid}.fatal-error{max-width:42rem;margin:auto}.fatal-error__mark{background:var(--red-100);width:3rem;height:3rem;color:var(--red-800);border-radius:50%;place-items:center;display:grid}.fatal-error p:not(.eyebrow){max-width:60ch;color:var(--text-secondary)}.fatal-error details{max-width:100%;color:var(--text-tertiary);font-size:.78rem}.fatal-error code{border-radius:var(--radius-sm);background:var(--paper-inset);margin-top:.5rem;padding:.8rem;display:block;overflow:auto}@media (max-width:72rem){:root{--sidebar-width:14.25rem}.utility-bar__right>.status-dot{display:none}}@media (max-width:54rem){.app-shell{padding-top:var(--utility-height);display:block}.sidebar,.utility-bar{display:none}.app-main{min-width:0}.mobile-bar{z-index:35;height:var(--utility-height);border-bottom:1px solid var(--border-subtle);padding:0 max(.6rem, env(safe-area-inset-right)) 0 max(.6rem, env(safe-area-inset-left));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f4eef5;background:lab(96.3283% .149131 3.43755/.96);justify-content:space-between;align-items:center;display:flex;position:fixed;inset:0 0 auto}.mobile-bar .brand-mark>span{width:1.7rem;height:1.7rem;font-size:1rem}.mobile-nav-layer{z-index:100;display:block;position:fixed;inset:0}.mobile-nav-layer__backdrop{cursor:pointer;background:#17181a61;width:100%;position:absolute;inset:0}.mobile-nav{background:var(--paper-raised);width:min(19rem,100vw - 3rem);box-shadow:var(--shadow-float);animation:mobile-nav-enter .28s var(--ease-out) both;flex-direction:column;display:flex;position:absolute;inset:0 auto 0 0;overflow:hidden}@keyframes mobile-nav-enter{0%{transform:translate(-100%)}}.mobile-nav__close{z-index:3;position:absolute;top:.4rem;right:.4rem}.mobile-nav .sidebar__collapse{display:none}.mobile-nav .sidebar__brand{padding-right:3.2rem}.mobile-nav .sidebar__footer{margin-top:auto}.page{padding-inline:max(1rem, env(safe-area-inset-left))}}@media (max-width:42rem){h1{font-size:clamp(1.65rem,7vw,2.1rem)}.page{padding-top:1.35rem;padding-bottom:max(4rem, calc(env(safe-area-inset-bottom) + 2rem))}.page-header{align-items:flex-start;margin-bottom:2rem}.page-header__actions{width:100%}.page-header__actions .button{flex:1}.page-skeleton__metrics{grid-template-columns:repeat(2,1fr)}.inline-error{grid-template-columns:auto 1fr}.inline-error>:last-child{grid-column:2}}@font-face{font-family:IBM Plex Sans Condensed;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-sans-condensed-latin-400-normal-DKyD6XsY.woff2)format("woff2"),url(/assets/ibm-plex-sans-condensed-latin-400-normal-5i361Byk.woff)format("woff")}@font-face{font-family:IBM Plex Sans Condensed;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-sans-condensed-latin-500-normal-BqaLkUoX.woff2)format("woff2"),url(/assets/ibm-plex-sans-condensed-latin-500-normal-BLe87hIu.woff)format("woff")}@font-face{font-family:IBM Plex Sans Condensed;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-sans-condensed-latin-600-normal-CRd5VyFf.woff2)format("woff2"),url(/assets/ibm-plex-sans-condensed-latin-600-normal-6XnkKYvF.woff)format("woff")}@font-face{font-family:IBM Plex Sans Condensed;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/ibm-plex-sans-condensed-latin-700-normal-D8r4s4aS.woff2)format("woff2"),url(/assets/ibm-plex-sans-condensed-latin-700-normal-D3enqrvP.woff)format("woff")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/ibm-plex-mono-latin-400-normal-DMJ8VG8y.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-400-normal-CvHOgSBP.woff)format("woff")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/ibm-plex-mono-latin-500-normal-DSY6xOcd.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-500-normal-CB9ihrfo.woff)format("woff")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/ibm-plex-mono-latin-600-normal-BgSNZQsw.woff2)format("woff2"),url(/assets/ibm-plex-mono-latin-600-normal-DWFSQ4vo.woff)format("woff")}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--canvas:#f6f5f1;--surface:#fff;--surface-subtle:#efece4;--ink:#0b0f19;--ink-muted:#4a5366;--hairline:#0b0f1924;--gain:#1f6f3a;--loss:#b9323a;--watch:#805a08;--neutral-data:#4a5366;--ink-950:#0b0f19;--ink-900:#1a2030;--ink-800:#2d3546;--ink-700:#3d4658;--ink-600:#4a5366;--ink-500:#5f697b;--ink-400:#8a93a4;--ink-300:#b7bdc8;--ink-200:#d5d8de;--ink-150:#e3e2dd;--ink-100:#efece4;--ink-50:#f6f5f1;--paper:var(--canvas);--paper-raised:var(--surface);--paper-inset:var(--surface-subtle);--surface-hover:#f8f7f3;--border-subtle:var(--hairline);--border:var(--hairline);--border-strong:#0b0f1947;--text:var(--ink);--text-secondary:#4a5366;--text-tertiary:#5f697b;--accent-900:#711713;--accent-800:#96231f;--accent-700:#ad2924;--accent-600:#c8302a;--accent-500:#e14e47;--accent-400:#e97973;--accent-300:#f0a7a2;--accent-200:#f6cecb;--accent-100:#fbe7e5;--accent-50:#fff7f6;--red-800:#ba252b;--red-700:var(--loss);--red-100:#fbd9da;--red-50:#fff4f4;--amber-800:#7a4806;--amber-700:var(--watch);--amber-100:#f8e2bd;--amber-50:#fff8ec;--blue-700:var(--neutral-data);--blue-100:#e5e7eb;--background:var(--canvas);--foreground:var(--ink);--card:var(--surface);--card-foreground:var(--ink);--popover:var(--surface);--popover-foreground:var(--ink);--primary:#0b0f19;--primary-foreground:#fff;--secondary:var(--surface-subtle);--secondary-foreground:var(--ink);--muted:var(--surface-subtle);--muted-foreground:#4a5366;--accent:#fbe7e5;--accent-foreground:#711713;--destructive:var(--loss);--input:#0b0f1947;--ring:var(--ink);--positive:var(--gain);--positive-soft:#eef7e9;--warning:var(--watch);--warning-soft:#fff3df;--critical:var(--loss);--critical-soft:#fff0f0;--info:var(--neutral-data);--info-soft:#f0f1f3;--chart-1:#0b0f19;--chart-2:#697386;--chart-3:#63a63c;--chart-4:#e8a13c;--chart-5:#e5484d;--sidebar:#efece4;--sidebar-foreground:var(--ink);--sidebar-primary:#0b0f19;--sidebar-primary-foreground:#fff;--sidebar-accent:#fbe7e5;--sidebar-accent-foreground:#711713;--sidebar-border:var(--hairline);--sidebar-ring:var(--ink);--font-sans:"IBM Plex Sans Condensed", "Arial Narrow", Arial, ui-sans-serif, system-ui, sans-serif;--font-display:"IBM Plex Sans Condensed", "Arial Narrow", Arial, ui-sans-serif, system-ui, sans-serif;--font-heading:var(--font-display);--font-editorial:var(--font-display);--font-mono:"IBM Plex Mono", "SFMono-Regular", ui-monospace, monospace;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--space-10:8rem;--radius:.375rem;--radius-xs:.25rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.5rem;--radius-xl:.5rem;--radius-2xl:.5rem;--shadow-1:0 1px 2px #0b0f190a;--shadow-2:0 12px 32px #0b0f191a;--shadow-low:var(--shadow-1);--shadow-float:var(--shadow-2);--duration-fast:.12s;--duration-medium:.24s;--ease-out:cubic-bezier(.22, 1, .36, 1);--sidebar-width:15rem;--sidebar-collapsed-width:3.75rem;--utility-height:3rem}html{font-synthesis:none;text-rendering:optimizelegibility}body{background:var(--canvas);color:var(--ink);font-family:var(--font-sans);letter-spacing:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.9375rem;font-weight:400;line-height:1.5}button,input,textarea,select{font-family:var(--font-sans)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--ink);font-synthesis:none}h1,h2{text-wrap:balance}p{text-wrap:pretty}.hendrik-mark{flex:none;width:1.5rem;height:1.5rem;display:block;overflow:visible}.public-page{font-size:1rem;line-height:1.55}main h1{font-family:var(--font-heading);letter-spacing:-.03em;font-weight:600;line-height:1}.public-page main h1,.public-page h1{font-family:var(--font-display);letter-spacing:-.04em;font-weight:600;line-height:.94}.pricing-hero h1,.pricing-section__header h2,.product-story__heading h2,.decision-story h2,.use-case-section h2,.faq-section h2,.closing-cta h2{font-family:var(--font-display);letter-spacing:-.035em;text-wrap:balance;font-weight:600;line-height:.96}.public-page h3,.public-page h4{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:600;line-height:1.05}.public-page strong,.public-page b{font-weight:600}.eyebrow,.uppercase,.workspace-request>span,.evidence-impact span,.observation>span,.key-value dt,.page-header-metrics span{font-family:var(--font-mono);letter-spacing:.08em;font-size:.75rem;font-weight:500}.tabular-nums,.metric-delta,.key-value dd,.page-header-metrics strong,.signal-row__impact strong,.anomaly-hero__impact>strong,.evidence-impact strong,.observation>strong,.ledger-summary strong,.margin-rule-rate strong,.billing-current strong,.billing-tiers article>strong,.evidence-metric>strong,.brief-snapshot article>strong{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:-.025em}.page{width:min(100%,86rem);padding:clamp(1.25rem,1.5vw + .75rem,2.5rem) clamp(1rem,2vw,2.5rem) 3rem}.app-shell--expanded{grid-template-columns:15rem minmax(0,1fr)}aside[aria-label=Application\ navigation]{padding:.75rem}.button,button,input,textarea,select{border-radius:var(--radius-sm)}.button--primary{background:var(--ink);box-shadow:var(--shadow-1)}.button--primary:hover:not(:disabled){background:var(--ink-800);box-shadow:var(--shadow-1)}.badge,[data-slot=badge],button.rounded-full,input[type=radio]{border-radius:999px}.pricing-hero,.mechanism-strip,.pricing-section,.public-nav,.product-story,.decision-story,.use-case-section,.faq-section,.closing-cta{width:min(100% - 2rem,73.75rem)}.pricing-hero{padding-block:clamp(6rem,11vw,8rem)}.empty-state,.not-found{min-height:18rem}.play-editor,.recovery-card{box-shadow:var(--shadow-1)}[data-slot=popover-content],[data-slot=dropdown-menu-content],[data-slot=dialog-content]{box-shadow:var(--shadow-2)}@media (min-width:54.01rem){.workspace-split{grid-template-columns:minmax(20rem,2fr) minmax(32rem,3fr)}}@media (max-width:54rem){.app-shell--expanded{grid-template-columns:1fr}.public-page main h1,.public-page h1{letter-spacing:-.035em;line-height:.96}.pricing-hero h1,.pricing-section__header h2,.product-story__heading h2,.decision-story h2,.use-case-section h2,.faq-section h2,.closing-cta h2{letter-spacing:-.03em;line-height:.98}}.landing-page{--landing-section-space:clamp(4rem, 7vw, 6.5rem)}.landing-page [id]{scroll-margin-top:5.5rem}.landing-hero{flex-direction:column;justify-content:center;align-items:flex-start;min-height:min(42rem,78svh - 4rem);padding-block:clamp(1.75rem,3vw,2.75rem);display:flex}.landing-hero__copy{flex-direction:column;align-items:flex-start;gap:.9rem;max-width:64rem;display:flex}.landing-hero h1{letter-spacing:-.03em;max-width:68rem;font-size:clamp(4.375rem,6.4vw,6.5rem);font-weight:600;line-height:.88}.landing-hero h1 span{display:block}.landing-hero__body{max-width:46rem;color:var(--site-muted);text-wrap:pretty;font-size:clamp(1.08rem,1.5vw,1.25rem);line-height:1.45}.landing-hero__positioning{max-width:40rem;color:var(--site-ink);align-items:baseline;gap:.75rem;display:flex}.landing-hero__positioning>span{color:var(--site-accent-dark);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;flex:none;font-size:.72rem;font-weight:600}.landing-hero__positioning>p{font-size:1rem;font-weight:600;line-height:1.3}.landing-hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.landing-hero__actions .site-button:first-child{min-height:3.25rem;padding-inline:1.25rem}.landing-hero__trust{color:var(--site-muted);margin-top:.85rem;font-size:.92rem}.landing-section{padding-block:var(--landing-section-space)}.landing-section--tint{background:var(--site-subtle)}.landing-section--proof{background:#ece9e0}.landing-section-intro{flex-direction:column;align-items:flex-start;gap:.9rem;max-width:57rem;display:flex}.landing-section-intro h2{letter-spacing:-.035em;max-width:20ch;font-size:clamp(2.75rem,5.2vw,4.8rem);font-weight:600;line-height:.94}.landing-section-intro>p:not(.site-kicker){max-width:47rem;color:var(--site-muted);text-wrap:pretty;font-size:clamp(1rem,1.35vw,1.12rem);line-height:1.6}.landing-section-intro>strong{max-width:47rem;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.5}.landing-objection>.landing-section-intro,.landing-objection .landing-section-intro{max-width:64rem}.platform-comparison{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;margin-top:clamp(2.25rem,5vw,3.75rem);display:grid;position:relative}.platform-comparison>article{border:1px solid var(--site-border);background:var(--site-surface);border-radius:.65rem;overflow:hidden;box-shadow:0 20px 50px #0b0f190d}.platform-comparison>article>header,.platform-comparison>article>footer{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.platform-comparison>article>header{border-bottom:1px solid var(--site-border)}.platform-comparison>article>header span,.platform-comparison>article>footer span{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;font-size:.67rem;font-weight:600}.platform-comparison>article>header small{color:var(--site-muted);font-size:.7rem}.platform-comparison dl{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.platform-comparison dl>div{border-inline-end:1px solid var(--site-border);border-bottom:1px solid var(--site-border);flex-direction:column;justify-content:space-between;gap:1rem;min-height:8rem;padding:1.25rem;display:flex}.platform-comparison dl>div:nth-child(2n){border-inline-end:0}.platform-comparison dt{color:var(--site-muted);font-size:.75rem}.platform-comparison dd{font-family:var(--font-display);font-variant-numeric:tabular-nums;font-size:clamp(2rem,4vw,3.2rem);font-weight:600;line-height:1}.platform-comparison dd.is-positive{color:var(--site-green)}.platform-comparison dd.is-negative{color:var(--site-red)}.platform-comparison>article>footer{flex-direction:column;justify-content:center;align-items:flex-start;min-height:6rem}.platform-comparison>article>footer strong{font-size:.95rem;line-height:1.45}.platform-comparison__hendrik{border-color:var(--site-border-strong)!important}.platform-comparison__hendrik>header{background:var(--site-ink);color:#fff}.platform-comparison__hendrik>header small{color:#ffffffad!important}.platform-comparison__versus{z-index:2;border:1px solid var(--site-border-strong);background:var(--site-canvas);width:2.5rem;height:2.5rem;font-family:var(--font-mono);border-radius:50%;place-items:center;font-size:.65rem;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.platform-comparison>p{color:var(--site-muted);font-family:var(--font-mono);text-align:end;text-transform:uppercase;grid-column:1/-1;font-size:.62rem}.platform-comparison__conclusion{font-family:var(--font-display);letter-spacing:-.03em;font-size:clamp(1.75rem,3.2vw,2.8rem);font-weight:600;line-height:1;margin-top:1rem!important}.platform-comparison__conclusion span{color:var(--site-muted)}.landing-alternatives>.site-container>.landing-section-intro{max-width:53rem}.alternative-block{border-top:1px solid var(--site-border-strong);grid-template-columns:minmax(14rem,.72fr) minmax(0,1.28fr);gap:clamp(2rem,6vw,5rem);margin-top:clamp(2.5rem,5vw,4rem);padding-top:clamp(1.5rem,3vw,2.25rem);display:grid}.alternative-block+.alternative-block{margin-top:clamp(3.5rem,6vw,5rem)}.alternative-block__intro{flex-direction:column;align-items:flex-start;gap:.8rem;display:flex}.alternative-block__intro h3{letter-spacing:-.03em;max-width:19ch;font-size:clamp(1.8rem,3.4vw,3rem);font-weight:600;line-height:.98}.alternative-block__intro>p:not(.site-kicker){max-width:29rem;color:var(--site-muted);font-size:.95rem;line-height:1.5}.workflow-comparison{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:0;display:grid}.workflow-comparison article{border-top:1px solid var(--site-border-strong)}.workflow-comparison article>header{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;padding-block:1rem;font-size:.7rem;font-weight:600}.workflow-comparison ol{margin:0;padding:0;list-style:none}.workflow-comparison li{border-top:1px solid var(--site-border);justify-content:space-between;align-items:center;gap:1rem;min-height:3.15rem;padding-inline:.8rem;font-size:.88rem;display:flex}.workflow-comparison li svg{width:.85rem;color:var(--site-muted);stroke-width:1.5px}.workflow-comparison li:last-child svg{visibility:hidden}.workflow-comparison__hendrik{border-top-color:var(--site-accent)!important}.workflow-comparison__hendrik li{background:#ffffff94;font-weight:600}.connected-state{border:1px solid var(--site-border-strong);background:var(--site-surface);border-radius:.65rem;margin-top:0;overflow:hidden;box-shadow:0 20px 50px #0b0f190d}.connected-state__columns{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.connected-state__columns article{padding:clamp(1.25rem,3vw,2rem)}.connected-state__columns article+article{border-inline-start:1px solid var(--site-border)}.connected-state__columns article>span{color:var(--site-accent-dark);font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;margin-bottom:1rem;font-size:.68rem;font-weight:600;display:block}.connected-state dl,.connected-state ul{gap:0;margin:0;padding:0;display:grid}.connected-state dl>div,.connected-state li{border-top:1px solid var(--site-border);padding-block:.65rem}.connected-state dt{color:var(--site-muted);font-size:.7rem}.connected-state dd{margin-top:.2rem;font-size:.9rem}.connected-state li{padding-inline-start:1rem;font-size:.84rem;list-style:none}.connected-state li:before{content:"—";color:var(--site-accent);margin-inline:-1rem .5rem}.connected-state__question{border-top:1px solid var(--site-border-strong);background:var(--site-ink);color:#fff;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem;padding:clamp(1.25rem,3vw,2rem);display:grid}.connected-state__question div{flex-direction:column;gap:.4rem;display:flex}.connected-state__question div:last-child{text-align:end}.connected-state__question small{color:#ffffff9e;font-family:var(--font-mono);text-transform:uppercase;font-size:.62rem}.connected-state__question strong{font-family:var(--font-display);font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:600;line-height:1.15}.connected-state__question>svg{width:1rem;color:var(--site-accent)}.connected-state>p{color:var(--site-muted);padding:.75rem 1rem;font-size:.68rem}.sample-investigation{margin-top:clamp(2.25rem,5vw,3.75rem)}.sample-investigation__questions{border-top:1px solid var(--site-border-strong);border-inline-start:1px solid var(--site-border);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.sample-investigation__questions button{border:0;border-inline-end:1px solid var(--site-border);border-bottom:1px solid var(--site-border);min-height:5rem;color:var(--site-muted);text-align:start;background:0 0;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem;font-family:inherit;font-size:.9rem;line-height:1.4;transition:background .14s ease-out,color .14s ease-out,transform .12s ease-out;display:flex}.sample-investigation__questions button:hover,.sample-investigation__questions button[aria-pressed=true]{background:var(--site-surface);color:var(--site-ink)}.sample-investigation__questions button[aria-pressed=true]{box-shadow:inset 0 -3px 0 var(--site-accent);font-weight:600}.sample-investigation__questions button:active,.sample-side__tabs button:active,.sample-followup:active{transform:scale(.96)}.sample-investigation__questions svg{flex:none;width:.85rem}.sample-work{border:1px solid var(--site-border-strong);background:var(--site-surface);border-radius:.65rem;margin-top:1rem;overflow:hidden;box-shadow:0 24px 60px #0b0f1914}.sample-work__header{border-bottom:1px solid var(--site-border);justify-content:space-between;align-items:center;gap:1rem;min-height:4.5rem;padding:.75rem 1rem;display:flex}.sample-work__header>div{align-items:center;gap:.75rem;min-width:0;display:flex}.sample-work__header>div>div{flex-direction:column;min-width:0;display:flex}.sample-work__header small,.sample-work__header strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sample-work__header small{color:var(--site-muted);font-size:.72rem}.sample-work__header strong{font-size:1rem}.sample-work__mark{background:var(--site-ink);color:#fff;width:2.25rem;height:2.25rem;font-family:var(--font-display);border-radius:.25rem;flex:none;place-items:center;font-weight:600;display:grid}.sample-work__status{color:var(--site-green);flex:none;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;display:inline-flex}.sample-work__status svg{width:.8rem}.sample-work__body{grid-template-columns:minmax(0,1.15fr) minmax(20rem,.85fr);min-height:31rem;display:grid}.sample-conversation{border-inline-end:1px solid var(--site-border);flex-direction:column;gap:1.25rem;padding:clamp(1.25rem,3vw,2rem);display:flex}.sample-conversation article{max-width:40rem}.sample-conversation article>span,.sample-conversation__hendrik>span{color:var(--site-muted);font-family:var(--font-mono);text-transform:uppercase;font-size:.7rem;font-weight:600}.sample-conversation article p{margin-top:.4rem;font-size:1.02rem;line-height:1.5}.sample-conversation>article:not(.sample-conversation__hendrik) p{background:var(--site-subtle);border-radius:.4rem;padding:.8rem 1rem;display:inline-block}.sample-conversation__hendrik{border-inline-start:2px solid var(--site-accent);padding-inline-start:1rem}.sample-followup{border:1px solid var(--site-border-strong);background:var(--site-surface);min-height:2.75rem;color:var(--site-ink);text-align:start;border-radius:.35rem;align-self:flex-start;padding:.65rem .85rem;font-family:inherit;font-size:.86rem;transition:background .14s ease-out,transform .12s ease-out}.sample-followup:hover{background:var(--site-subtle)}.sample-side{background:#fbfaf7;min-width:0}.sample-side__tabs{border-bottom:1px solid var(--site-border);grid-template-columns:repeat(3,1fr);display:grid}.sample-side__tabs button{border:0;border-inline-end:1px solid var(--site-border);min-height:3rem;color:var(--site-muted);background:0 0;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .14s ease-out,color .14s ease-out,transform .12s ease-out}.sample-side__tabs button:last-child{border-inline-end:0}.sample-side__tabs button[aria-pressed=true]{box-shadow:inset 0 -2px 0 var(--site-accent);background:var(--site-surface);color:var(--site-ink)}.sample-evidence,.sample-drivers,.sample-decision{padding:1.5rem}.sample-evidence>header,.sample-drivers>span,.sample-decision>span{color:var(--site-muted);font-family:var(--font-mono);text-transform:uppercase;align-items:center;gap:.5rem;font-size:.7rem;font-weight:600;display:flex}.sample-evidence>header svg,.sample-drivers>span svg,.sample-decision>span svg{width:.85rem}.sample-evidence dl{border-top:1px solid var(--site-border);border-inline-start:1px solid var(--site-border);grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem;display:grid}.sample-evidence dl>div{border-inline-end:1px solid var(--site-border);border-bottom:1px solid var(--site-border);flex-direction:column;justify-content:space-between;min-height:7rem;padding:.8rem;display:flex}.sample-evidence dt{color:var(--site-muted);font-size:.76rem}.sample-evidence dd{font-family:var(--font-display);font-variant-numeric:tabular-nums;font-size:clamp(1.55rem,3vw,2.25rem);font-weight:600;line-height:1}.sample-evidence>p{color:var(--site-muted);align-items:flex-start;gap:.45rem;margin-top:1rem;font-size:.76rem;line-height:1.5;display:flex}.sample-evidence>p svg{flex:none;width:.8rem}.sample-drivers ol{border-top:1px solid var(--site-border);gap:0;margin:1rem 0 0;padding:0;list-style:none;display:grid}.sample-drivers li{border-bottom:1px solid var(--site-border);grid-template-columns:2.25rem minmax(0,1fr);align-items:center;gap:.75rem;min-height:4.6rem;display:grid}.sample-drivers li>span{color:var(--site-accent-dark);font-family:var(--font-mono);font-size:.68rem}.sample-drivers li>strong{font-size:1rem;font-weight:600}.sample-drivers>p{color:var(--site-muted);margin-top:1rem;font-size:.78rem;line-height:1.5}.sample-decision>p{font-family:var(--font-display);margin-top:1.25rem;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:600;line-height:1.06}.sample-decision dl{border-top:1px solid var(--site-border);grid-template-columns:repeat(2,1fr);margin-top:2rem;display:grid}.sample-decision dl>div{padding-block:.8rem}.sample-decision dt{color:var(--site-muted);font-size:.72rem}.sample-decision dd{margin-top:.2rem;font-size:.88rem;font-weight:600}.sample-work__footer{border-top:1px solid var(--site-border);color:var(--site-muted);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;font-size:.7rem;display:flex}.sample-investigation__cta{border-top:1px solid var(--site-border-strong);border-bottom:1px solid var(--site-border-strong);justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1rem;padding-block:1.25rem;display:flex}.sample-investigation__cta>div{flex-direction:column;gap:.2rem;display:flex}.sample-investigation__cta strong{font-size:1rem;font-weight:600}.sample-investigation__cta span{color:var(--site-muted);font-size:.84rem}.sample-work__footer span:first-child{color:var(--site-accent-dark);font-family:var(--font-mono);text-transform:uppercase;font-weight:600}.operating-loop{border-top:1px solid var(--site-border-strong);border-inline-start:1px solid var(--site-border);grid-template-columns:repeat(4,minmax(0,1fr));margin:clamp(2.25rem,5vw,3.75rem) 0 0;padding:0;list-style:none;display:grid}.operating-loop li{border-inline-end:1px solid var(--site-border);border-bottom:1px solid var(--site-border);min-height:13rem;padding:clamp(1rem,2.5vw,1.5rem);position:relative}.operating-loop li>span{color:var(--site-accent-dark);font-family:var(--font-mono);font-size:.65rem}.operating-loop h3{font-family:var(--font-display);letter-spacing:-.025em;margin-top:2.5rem;font-size:clamp(1.55rem,2.5vw,2.2rem);font-weight:600;line-height:1}.operating-loop p{color:var(--site-muted);margin-top:.8rem;font-size:.78rem;line-height:1.55}.landing-control{background:var(--site-ink);color:#fff}.landing-control__layout{grid-template-columns:minmax(0,.9fr) minmax(24rem,1.1fr);align-items:center;gap:clamp(3rem,8vw,7rem);display:grid}.landing-control .site-kicker{color:#ef7a73}.landing-control .landing-section-intro h2{color:#fff}.landing-control .landing-section-intro>p:not(.site-kicker){color:#ffffffa8}.approval-card{color:var(--site-ink);background:#f7f5ef;border:1px solid #ffffff38;border-radius:.65rem;overflow:hidden;box-shadow:0 30px 70px #00000047}.approval-card>header{border-bottom:1px solid var(--site-border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.approval-card>header>div{flex-direction:column;display:flex}.approval-card>header span{font-size:.82rem;font-weight:600}.approval-card>header small{color:var(--site-accent-dark);font-size:.68rem}.approval-card>header svg{width:1.1rem;color:var(--site-green)}.approval-card__change,.approval-card__why,.approval-card__guards{border-bottom:1px solid var(--site-border);margin:0;padding:1.25rem}.approval-card__change>span,.approval-card__why>span{color:var(--site-muted);font-family:var(--font-mono);text-transform:uppercase;font-size:.62rem}.approval-card__change dl{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-top:1rem;display:grid}.approval-card__change dl>div:last-child{text-align:end}.approval-card__change dt{color:var(--site-muted);font-size:.65rem}.approval-card__change dd{font-family:var(--font-display);font-variant-numeric:tabular-nums;margin-top:.2rem;font-size:1.8rem;font-weight:600}.approval-card__change svg{width:1rem;color:var(--site-muted)}.approval-card__change>p{color:var(--site-muted);margin-top:.75rem;font-size:.72rem}.approval-card__why dl,.approval-card__guards{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem 1rem;list-style:none;display:grid}.approval-card__why dl{margin:.8rem 0 0;padding:0}.approval-card__why dl>div{min-width:0}.approval-card__why dt{color:var(--site-muted);font-family:var(--font-mono);text-transform:uppercase;font-size:.58rem;line-height:1.35}.approval-card__why dd{font-family:var(--font-display);font-variant-numeric:tabular-nums;margin-top:.2rem;font-size:1.1rem;font-weight:600;line-height:1.1}.approval-card__why dd small{color:var(--site-green);margin-top:.15rem;font-size:.62rem;font-weight:600;display:block}.approval-card__why>p{text-wrap:pretty;margin-top:1rem;font-size:.76rem;font-weight:600;line-height:1.45}.approval-card__why>small{color:var(--site-muted);margin-top:.35rem;font-size:.66rem;line-height:1.4;display:block}.approval-card__guards li{color:var(--site-muted);align-items:center;gap:.4rem;font-size:.72rem;display:flex}.approval-card__guards svg{width:.8rem;color:var(--site-green);flex:none}.approval-card__guards li:last-child{grid-column:1/-1}.approval-card>footer{grid-template-columns:auto auto minmax(0,1fr);gap:.5rem;padding:1rem 1.25rem;display:grid}.approval-card>footer span{border:1px solid var(--site-border-strong);background:var(--site-surface);min-height:2.75rem;color:var(--site-ink);border-radius:.3rem;justify-content:center;align-items:center;padding-inline:.8rem;font-family:inherit;font-size:.7rem;display:inline-flex}.approval-card>footer span:last-child{border-color:var(--site-ink);background:var(--site-ink);color:#fff}.approval-card>p{color:var(--site-muted);font-family:var(--font-mono);text-align:end;text-transform:uppercase;padding:0 1.25rem 1rem;font-size:.58rem}.buyer-fit>.landing-section-intro{max-width:61rem}.fit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:clamp(2.25rem,5vw,3.75rem);display:grid}.fit-grid article{border-top:1px solid var(--site-border-strong);padding-top:1.25rem}.fit-grid h3{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.5rem);font-weight:600}.fit-grid ul{gap:.8rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.fit-grid li{color:var(--site-muted);align-items:flex-start;gap:.6rem;font-size:.92rem;display:flex}.fit-grid li svg{width:.9rem;color:var(--site-green);flex:none}.fit-grid article:last-child li svg{color:var(--site-muted)}.price-anchor{border-top:1px solid var(--site-border-strong);border-bottom:1px solid var(--site-border-strong);justify-content:space-between;align-items:flex-end;gap:2rem;margin-top:clamp(2.25rem,5vw,3.75rem);padding-block:clamp(1.5rem,4vw,2.5rem);display:flex}.price-anchor>div:first-child{flex-direction:column;max-width:37rem;display:flex}.price-anchor>div:first-child>span{color:var(--site-muted);font-family:var(--font-mono);text-transform:uppercase;font-size:.65rem}.price-anchor>div:first-child>strong{font-family:var(--font-display);letter-spacing:-.04em;margin-top:.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:600;line-height:1}.price-anchor>div:first-child>strong span{color:var(--site-muted);font-family:var(--font-sans);letter-spacing:0;font-size:.85rem;font-weight:400}.price-anchor>div:first-child>p{color:var(--site-muted);margin-top:.6rem;font-size:.78rem}.price-anchor>div:last-child{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.landing-faq{grid-template-columns:minmax(16rem,.75fr) minmax(0,1.25fr);gap:clamp(3rem,8vw,7rem);display:grid}.landing-faq .landing-section-intro{align-self:start;position:sticky;top:7rem}.landing-faq .landing-section-intro h2{font-size:clamp(2.6rem,4.8vw,4.2rem)}.landing-faq details{border-top:1px solid var(--site-border-strong)}.landing-faq details:last-child{border-bottom:1px solid var(--site-border-strong)}.landing-faq summary{cursor:pointer;min-height:4.5rem;color:var(--site-ink);justify-content:space-between;align-items:center;gap:1rem;padding-block:1rem;font-size:.88rem;font-weight:600;list-style:none;display:flex}.landing-faq summary::-webkit-details-marker{display:none}.landing-faq summary svg{width:1rem;color:var(--site-muted);flex:none;transition:transform .16s ease-out}.landing-faq details[open] summary svg{transform:rotate(90deg)}.landing-faq details>p{max-width:45rem;color:var(--site-muted);padding:0 2rem 1.3rem 0;font-size:.82rem;line-height:1.6}.landing-final-cta{min-height:27rem;padding-block:var(--landing-section-space);justify-content:space-between;align-items:flex-end;gap:clamp(2rem,8vw,7rem);display:flex}.landing-final-cta>div{flex-direction:column;align-items:flex-start;gap:1rem;max-width:54rem;display:flex}.landing-final-cta h2{max-width:14ch;font-size:clamp(3rem,6vw,5.5rem)}.landing-final-cta>div>p:not(.site-kicker){max-width:43rem;color:var(--site-muted);font-size:1rem;line-height:1.6}.landing-final-cta>div>span{color:var(--site-muted);align-items:center;gap:.45rem;font-size:.7rem;display:flex}.landing-final-cta>div>span svg{width:.85rem}.landing-final-cta>.site-button{flex:none;min-height:3.25rem;padding-inline:1.25rem}.landing-page .site-footer__links{grid-template-columns:1.5fr repeat(4,1fr)}@media (max-width:68rem){.sample-investigation__questions{grid-template-columns:repeat(2,minmax(0,1fr))}.sample-work__body{grid-template-columns:minmax(0,1fr) minmax(18rem,.8fr)}.operating-loop{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-control__layout{grid-template-columns:1fr}.approval-card{width:min(100%,43rem)}.landing-page .site-footer__links{grid-template-columns:repeat(4,minmax(0,1fr))}.landing-page .site-footer__links>div{grid-column:1/-1}}@media (max-width:52rem){.landing-hero{min-height:auto}.platform-comparison,.alternative-block,.connected-state__columns,.sample-work__body,.fit-grid,.landing-faq{grid-template-columns:1fr}.platform-comparison__versus{top:50%}.connected-state__columns article+article{border-top:1px solid var(--site-border);border-inline-start:0}.sample-conversation{border-inline-end:0;border-bottom:1px solid var(--site-border);min-height:24rem}.price-anchor,.landing-final-cta{flex-direction:column;align-items:flex-start}.price-anchor>div:last-child{justify-content:flex-start}.landing-faq .landing-section-intro{position:static}.landing-final-cta{justify-content:center;min-height:24rem}.landing-page .site-footer__links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:36rem){.landing-page{--landing-section-space:3.75rem}.landing-hero{padding-block:3.25rem 3.75rem}.landing-hero h1{max-width:12ch;font-size:clamp(3.2rem,14vw,4.4rem);line-height:.9}.landing-hero__body{font-size:1rem}.landing-hero__positioning{flex-direction:column;align-items:flex-start;gap:.35rem}.landing-hero__actions,.landing-hero__actions .site-button,.price-anchor>div:last-child,.price-anchor .site-button,.landing-final-cta>.site-button{width:100%}.landing-section-intro h2{font-size:clamp(2.6rem,12vw,3.6rem)}.platform-comparison dl{grid-template-columns:1fr}.platform-comparison dl>div{border-inline-end:0;min-height:6.5rem}.platform-comparison__versus{top:49%}.connected-state__question{grid-template-columns:1fr}.connected-state__question>svg{transform:rotate(90deg)}.connected-state__question div:last-child{text-align:start}.sample-investigation__questions,.sample-evidence dl,.operating-loop,.approval-card__guards{grid-template-columns:1fr}.sample-investigation__questions button{min-height:3.75rem}.sample-work__header{align-items:flex-start}.sample-work__status{font-size:0}.sample-work__status svg{width:1rem}.sample-conversation{min-height:26rem}.sample-work__footer{flex-direction:column;align-items:flex-start}.operating-loop li{min-height:auto}.operating-loop h3{margin-top:2.5rem}.approval-card__change dl{gap:.5rem}.approval-card__change dd{font-size:1.45rem}.approval-card__guards li:last-child{grid-column:auto}.approval-card>footer{grid-template-columns:1fr}.price-anchor>div:first-child>strong{font-size:3.1rem}.sample-investigation__cta{flex-direction:column;align-items:stretch}.sample-investigation__cta .site-button{width:100%}.landing-page .site-footer__links{grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){.sample-investigation__questions button,.sample-side__tabs button,.sample-followup,.landing-faq summary svg{transition:none}}
