@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@400;500;600&family=Newsreader:ital,wght@0,400;1,400&family=Outfit:wght@400;500;600&display=swap";:root{--cloud: #f8f7f2;--paper: #ffffff;--powder: #c9dce8;--harbor: #648596;--harbor-deep: #435e6c;--ink: #26364a;--mint: #cde6d5;--peach: #f4c7b8;--butter: #f3dc8c;--lilac: #d9d0f2;--line: #d8dee1;--muted: #74818b;--success: #5e8872;--danger: #c96b64;--content: 1312px;--margin: 64px;--radius-control: 8px;color:var(--ink);background:var(--cloud);font-family:Manrope,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:auto;scroll-padding-top:86px}body{margin:0;min-width:1100px;min-height:100vh;overflow-x:hidden;background:var(--cloud);-webkit-font-smoothing:antialiased}button,input,select,textarea{color:inherit;font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p,blockquote,figure{margin:0}h1,h2,h3,strong{font-weight:500}::selection{color:var(--paper);background:var(--ink)}:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:200;top:12px;left:12px;padding:10px 14px;color:var(--paper);background:var(--ink);border-radius:4px;transform:translateY(-150%);transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}.page-grid{width:min(calc(100% - (var(--margin) * 2)),var(--content));margin-inline:auto}.section-field{position:relative;overflow:hidden}.chapter-label,.eyebrow{color:var(--harbor-deep);font-size:12px;font-weight:600;line-height:16px;text-transform:uppercase}.chapter-label:before{display:inline-block;width:28px;height:1px;margin:0 12px 3px 0;content:"";background:currentColor}.icon{flex:0 0 auto;object-fit:contain}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;gap:10px;border:1px solid transparent;border-radius:var(--radius-control);font-size:14px;font-weight:600;line-height:20px;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.button-primary{color:var(--paper);background:var(--ink)}.button-primary .icon,.contact-section .button-primary .icon,.site-header.is-scrolled .header-cta .icon{filter:brightness(0) invert(1)}.button-primary:hover{background:#3d5367}.button-secondary{color:var(--ink);background:var(--paper);border-color:var(--line)}.button-secondary:hover{background:var(--mint);border-color:var(--mint)}.button-full{width:100%}.site-header{position:fixed;z-index:100;top:18px;left:50%;display:grid;grid-template-columns:228px 1fr auto;align-items:center;width:min(calc(100% - 64px),1376px);min-height:62px;padding:0 20px;color:var(--ink);border:1px solid transparent;border-radius:8px;transform:translate(-50%);transition:color .24s ease,background-color .24s ease,border-color .24s ease,top .24s ease}.site-header.is-scrolled{top:10px;color:var(--paper);background:#26364af5;border-color:#ffffff1f;box-shadow:0 12px 30px #26364a29;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header.is-entry{top:18px;color:#1a1a1a;background:linear-gradient(180deg,#f8f7f2d1,#c9dce894);border-color:#ffffffbd;box-shadow:0 14px 38px #26364a14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header.is-entry .nav-link:hover,.site-header.is-entry .nav-link[aria-expanded=true]{background:#ffffff8f}.site-header.is-entry .header-cta{color:var(--paper);background:#1a1a1a}.site-header.is-entry .header-cta .icon{filter:brightness(0) invert(1)}.brand-link{display:inline-flex;align-items:center;width:150px}.brand-logo{width:150px;height:40px}.brand-logo-dark,.site-header.is-scrolled .brand-logo-light{display:none}.site-header.is-scrolled .brand-logo-dark{display:block}.primary-nav{display:flex;align-items:center;justify-content:center;gap:8px}.nav-menu{position:relative}.nav-link{display:inline-flex;align-items:center;min-height:40px;padding:0 10px;gap:5px;color:inherit;background:transparent;border:0;border-radius:6px;font-size:13px;font-weight:500;line-height:18px;cursor:pointer;transition:background-color .18s ease}.nav-link:hover,.nav-link[aria-expanded=true]{background:#c9dce88c}.site-header.is-scrolled .nav-link:hover,.site-header.is-scrolled .nav-link[aria-expanded=true]{background:#ffffff1a}.site-header.is-scrolled .nav-link .icon{filter:brightness(0) invert(1)}.nav-dropdown{position:absolute;top:calc(100% + 10px);left:0;width:316px;padding:10px;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:8px;box-shadow:0 20px 46px #26364a29;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease}.nav-dropdown.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown-label{padding:8px 10px 10px;color:var(--muted);font-size:11px;font-weight:600;text-transform:uppercase}.nav-dropdown a{display:flex;flex-direction:column;padding:11px 10px;gap:3px;border-radius:6px}.nav-dropdown a:hover{background:var(--cloud)}.nav-dropdown a span{font-size:14px;font-weight:600}.nav-dropdown a small{color:var(--harbor-deep);font-size:12px;line-height:18px}.nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.header-cta{min-height:42px;padding-inline:18px}.site-header.is-scrolled .header-cta{color:var(--ink);background:var(--paper)}.site-header.is-scrolled .header-cta .icon{filter:none}.auth-dialog{position:fixed;width:440px;padding:40px;color:var(--ink);background:var(--cloud);border:1px solid var(--line);border-radius:8px;box-shadow:0 30px 90px #26364a42}.auth-dialog::backdrop{background:#26364aa3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.auth-close{position:absolute;top:16px;right:16px}.icon-button{display:inline-grid;width:40px;height:40px;place-items:center;padding:0;background:transparent;border:1px solid var(--line);border-radius:8px;cursor:pointer}.icon-button:hover{background:var(--mint)}.auth-logo{width:140px;margin-bottom:54px}.auth-dialog h2{margin-top:10px;font-family:Newsreader,serif;font-size:38px;font-weight:400;line-height:44px}.auth-dialog>p:not(.eyebrow),.auth-confirmation p{margin-top:10px;color:var(--harbor-deep);font-size:14px;line-height:22px}.auth-form{margin-top:28px}.auth-form label,.demo-form label{display:block;margin:0 0 7px;font-size:12px;font-weight:600}.auth-form input,.demo-form input,.demo-form select,.demo-form textarea{width:100%;min-height:44px;padding:10px 12px;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:4px;font-size:14px;transition:border-color .18s ease,box-shadow .18s ease}.auth-form input:focus,.demo-form input:focus,.demo-form select:focus,.demo-form textarea:focus{outline:0;border-color:var(--harbor);box-shadow:0 0 0 3px #64859626}.auth-form .button{margin-top:14px}.form-note{margin-top:12px!important;color:var(--muted)!important;font-size:11px!important;line-height:17px!important}.auth-confirmation{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.auth-confirmation .button{margin-top:14px}.entry-hero{--entry-bg: var(--powder);--entry-ink: #1a1a1a;--entry-muted: #777984;--entry-green: #9fff00;position:relative;display:flex;width:100%;min-height:110vh;align-items:flex-start;justify-content:center;overflow:hidden;color:var(--entry-ink);background:var(--entry-bg);font-family:Inter,sans-serif}.entry-hero ::selection{color:#000;background:var(--entry-green)}.entry-video-wrap{position:absolute;z-index:0;top:15vh;left:0;width:100%;height:95vh;pointer-events:none}.entry-video{width:100%;height:100%;object-fit:cover;object-position:center center;opacity:1;transform-origin:center center}.entry-video-blend{position:absolute;z-index:2;top:0;left:0;width:100%;height:150px;background:linear-gradient(180deg,var(--entry-bg),rgba(237,238,245,0))}.entry-video-wash{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:#c9dce81f}.entry-content{position:relative;z-index:10;display:grid;grid-template-columns:repeat(12,1fr);padding-top:178px;column-gap:24px}.entry-copy{grid-column:2 / 12}.entry-kicker{margin-bottom:22px;color:#555863;font-size:11px;font-weight:600;line-height:16px;text-transform:uppercase}.entry-copy h1{max-width:1110px;font-family:Outfit,sans-serif;font-size:58px;font-weight:400;line-height:64px;letter-spacing:0}.entry-title-line{display:block;color:var(--entry-muted)}.entry-title-dark{color:var(--entry-ink)}.entry-gate{display:inline-flex;width:62px;height:29px;align-items:center;justify-content:center;margin-right:10px;vertical-align:5px;border:2px solid var(--entry-ink);border-radius:999px}.entry-gate i{display:block;width:8px;height:8px;background:var(--entry-ink);border-radius:50%}.entry-search{display:flex;align-items:center;width:432px;min-height:48px;margin-top:36px;padding:4px 4px 4px 17px;background:#ffffffeb;border:1px solid rgba(26,26,26,.06);border-radius:6px;box-shadow:0 12px 32px #26364a17;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.entry-search input{min-width:0;flex:1;padding:0;color:var(--entry-ink);background:transparent;border:0;outline:0;font-size:13px}.entry-search input::placeholder{color:#7d8089}.entry-search button{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;padding:0;color:var(--paper);background:var(--entry-ink);border:0;border-radius:50%;cursor:pointer;transition:background-color .18s ease,transform .18s ease}.entry-search button:hover{background:#344457;transform:translate(2px)}.entry-search button .icon{filter:brightness(0) invert(1)}.entry-search-note{max-width:430px;margin-top:12px;color:#1a1a1a94;font-size:10px;line-height:16px}.entry-language{position:absolute;z-index:12;top:50%;right:28px;display:flex;width:92px;min-height:38px;align-items:center;justify-content:center;gap:9px;color:var(--entry-ink);background:#ffffff94;border:1px solid rgba(255,255,255,.72);border-radius:999px;box-shadow:0 10px 26px #26364a14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-size:10px;text-transform:uppercase;transform:translateY(-50%) rotate(90deg)}.entry-language i{width:15px;height:1px;background:#1a1a1a6b}.entry-language strong{font-weight:600}.entry-edge{position:absolute;z-index:10;bottom:25px;color:#1a1a1aad;font-size:10px;font-weight:500;text-transform:uppercase}.entry-edge-left{left:32px}.entry-edge-right{right:32px}.entry-scroll-cue{position:absolute;z-index:11;bottom:24px;left:50%;display:flex;align-items:center;gap:8px;color:#1a1a1abd;font-size:10px;font-weight:600;text-transform:uppercase;transform:translate(-50%)}.hero{position:relative;min-height:980px;overflow:hidden;background:var(--cloud);border-bottom:1px solid var(--line)}.hero-visual{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:900px;object-fit:cover;object-position:center top;transform-origin:center center}.hero-copy{position:relative;z-index:2;padding-top:206px;padding-right:740px}.hero-copy .eyebrow{margin-bottom:22px}.hero h1{width:590px;font-size:60px;line-height:66px;letter-spacing:0}.hero h1 span{display:block;font-family:Newsreader,serif;font-size:66px;font-style:italic;font-weight:400;line-height:70px}.hero-lead{width:500px;margin-top:28px;color:var(--harbor-deep);font-size:17px;line-height:28px}.hero-actions{display:flex;margin-top:30px;gap:12px}.hero-footnote{margin-top:22px;color:var(--muted);font-size:12px;line-height:18px}.hero-telemetry{position:absolute;z-index:3;bottom:34px;left:50%;display:grid;grid-template-columns:repeat(6,1fr);transform:translate(-50%);border-top:1px solid rgba(100,133,150,.36)}.hero-telemetry div{display:flex;flex-direction:column;padding:18px 18px 0;gap:5px;border-left:1px solid rgba(100,133,150,.24)}.hero-telemetry div:first-child{padding-left:0;border-left:0}.hero-telemetry span{color:var(--muted);font-size:10px;font-weight:600;text-transform:uppercase}.hero-telemetry strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.scroll-cue{position:absolute;z-index:4;right:64px;bottom:116px;display:flex;align-items:center;gap:8px;color:var(--harbor-deep);font-size:11px;font-weight:600;text-transform:uppercase}.problem-section{min-height:1160px;padding:120px 0 100px;background:var(--powder)}.problem-layout{display:grid;grid-template-columns:1fr .72fr;column-gap:100px}.problem-heading h2,.control-copy h2,.product-intro h2,.anatomy-copy h2,.use-cases-heading h2,.trust-heading h2,.contact-copy h2{margin-top:24px;font-size:52px;line-height:58px;letter-spacing:0}.problem-heading h2 span,.control-copy h2 span,.product-intro h2 span,.anatomy-copy h2 span,.use-cases-heading h2 span,.trust-heading h2 span,.contact-copy h2 span{display:block;font-family:Newsreader,serif;font-style:italic;font-weight:400}.problem-heading>p:last-child,.control-copy>p:last-child,.product-intro>p:last-child,.anatomy-copy>p,.trust-heading>p:last-child,.contact-copy>p{max-width:560px;margin-top:24px;color:var(--harbor-deep);font-size:16px;line-height:26px}.problem-quote{align-self:end;padding-bottom:8px}.problem-quote p{font-family:Newsreader,serif;font-size:28px;font-style:italic;line-height:34px}.problem-quote small{display:block;max-width:380px;margin-top:12px;color:var(--harbor-deep);font-size:13px;line-height:21px}.fragment-list{grid-column:1 / -1;margin-top:80px;border-top:1px solid rgba(67,94,108,.25)}.fragment-row{position:relative;display:grid;grid-template-columns:38px 42px 430px 150px 1fr;align-items:center;min-height:116px;border-bottom:1px solid rgba(67,94,108,.24)}.fragment-index{color:var(--harbor-deep);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.fragment-icon,.use-case-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:50%}.fragment-row.peach .fragment-icon{background:var(--peach)}.fragment-row.butter .fragment-icon{background:var(--butter)}.fragment-row.lilac .fragment-icon{background:var(--lilac)}.fragment-row.powder .fragment-icon{background:#fff9}.fragment-row h3{font-size:17px;line-height:24px}.fragment-row p{margin-top:4px;color:var(--harbor-deep);font-size:13px;line-height:20px}.fragment-row>strong{justify-self:start;padding:6px 8px;background:#ffffff9e;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.fragment-route{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;height:1px;background:#435e6c59}.fragment-route i{width:7px;height:7px;justify-self:center;background:var(--paper);border:1px solid var(--harbor-deep);border-radius:50%}.fragment-row.peach .fragment-route i:nth-child(2){background:var(--peach)}.fragment-row.butter .fragment-route i:nth-child(3){background:var(--butter)}.fragment-row.lilac .fragment-route i:nth-child(1){background:var(--lilac)}.incident-question{grid-column:1 / -1;display:grid;grid-template-columns:48px 1fr auto;align-items:center;margin-top:54px;padding:20px 22px;border:1px solid var(--danger);border-radius:4px}.incident-question>div{display:flex;flex-direction:column;gap:4px}.incident-question span{color:var(--harbor-deep);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.incident-question strong{font-size:15px}.incident-question .incident-state{color:var(--danger);font-family:Manrope,sans-serif;font-size:12px;font-weight:600}.control-section{min-height:1040px;padding:124px 0 110px;background:var(--cloud)}.control-layout{display:grid;grid-template-columns:390px 1fr;column-gap:86px}.control-stage{position:relative;grid-column:1 / -1;display:grid;grid-template-columns:300px 1fr 260px 210px;align-items:center;min-height:570px;margin-top:110px;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.control-copy{grid-column:1 / -1}.control-copy h2{max-width:790px}.control-scan{position:absolute;z-index:5;top:0;bottom:0;left:0;width:4px;background:var(--mint);box-shadow:0 0 28px #5e887280}.evidence-stack,.control-products{display:flex;flex-direction:column;gap:13px}.evidence-row{display:grid;grid-template-columns:10px 22px 1fr;align-items:center;min-height:72px;padding:10px 0;gap:10px}.evidence-row>div,.control-products div{display:flex;flex-direction:column;gap:3px}.evidence-row span,.control-products small{color:var(--muted);font-size:10px;font-weight:600;text-transform:uppercase}.evidence-row strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.evidence-dot{width:7px;height:7px;border-radius:50%}.evidence-dot-1{background:var(--peach)}.evidence-dot-2{background:var(--butter)}.evidence-dot-3{background:var(--lilac)}.evidence-dot-4{background:var(--powder)}.convergence-rail{display:grid;height:304px;align-content:space-around}.convergence-rail i{display:block;height:1px;background:var(--harbor);transform-origin:left}.convergence-rail i:nth-child(1){transform:rotate(18deg)}.convergence-rail i:nth-child(2){transform:rotate(6deg)}.convergence-rail i:nth-child(3){transform:rotate(-6deg)}.convergence-rail i:nth-child(4){transform:rotate(-18deg)}.control-products{padding:22px;background:var(--paper);border:1px solid var(--line);border-radius:8px}.control-products div{display:grid;grid-template-columns:28px 1fr auto;align-items:center;min-height:62px;padding:10px 0;border-bottom:1px solid var(--line)}.control-products div:last-child{border-bottom:0}.control-products span{font-size:14px;font-weight:600}.allowed-result{display:flex;flex-direction:column;align-items:flex-start;padding:22px;gap:5px;background:var(--mint);border-radius:8px}.allowed-result span{margin-top:12px;color:var(--success);font-size:11px;font-weight:600;text-transform:uppercase}.allowed-result strong{font-size:15px}.allowed-result small{color:var(--harbor-deep);font-size:11px}.control-note{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;margin-top:50px;padding-top:24px;border-top:1px solid var(--line)}.control-note span{font-family:Newsreader,serif;font-size:24px;font-style:italic}.control-note a,.product-step a{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.product-section{min-height:1780px;padding:124px 0 140px;color:var(--paper);background:var(--ink)}.product-section .chapter-label{color:var(--powder)}.product-intro{position:relative;z-index:2}.product-intro h2{max-width:650px}.product-intro>p:last-child{color:#ffffffad}.product-story{display:grid;grid-template-columns:430px 1fr;align-items:start;margin-top:82px;gap:90px}.product-steps{display:flex;flex-direction:column}.product-step{min-height:430px;padding:30px 0 60px;opacity:.5;border-top:1px solid rgba(255,255,255,.2);transition:opacity .24s ease}.product-step.is-active{opacity:1}.product-step button{display:grid;grid-template-columns:44px 1fr auto;align-items:center;width:100%;padding:0;color:var(--paper);text-align:left;background:transparent;border:0;cursor:pointer}.product-step button>span:nth-child(2){font-size:18px;font-weight:600}.product-step button small{color:#ffffff75;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.product-signature,.inspector-product-icon{display:grid;width:34px;height:34px;place-items:center;color:var(--ink);border-radius:6px}.product-signature.butter,.inspector-product-icon.butter{background:var(--butter)}.product-signature.powder,.inspector-product-icon.powder{background:var(--powder)}.product-signature.lilac,.inspector-product-icon.lilac{background:var(--lilac)}.product-step h3{margin-top:34px;font-family:Newsreader,serif;font-size:32px;font-style:italic;font-weight:400;line-height:38px}.product-step p{margin-top:15px;color:#ffffffa8;font-size:14px;line-height:23px}.product-step a{margin-top:24px}.product-step a .icon,.contact-section .icon,.site-footer .icon{filter:brightness(0) invert(1)}.call-inspector{position:sticky;top:110px;min-height:820px;color:var(--ink);background:var(--paper);border:1px solid rgba(255,255,255,.18);border-radius:8px;overflow:hidden}.call-inspector:before{display:block;height:6px;content:"";background:var(--butter);transition:background-color .24s ease}.call-inspector.product-powder:before{background:var(--powder)}.call-inspector.product-lilac:before{background:var(--lilac)}.inspector-header{display:flex;align-items:center;justify-content:space-between;padding:28px 30px;border-bottom:1px solid var(--line)}.inspector-header>div,.inspector-active-view>div:not(.inspector-product-icon){display:flex;flex-direction:column;gap:5px}.inspector-header span,.inspector-summary span,.inspector-active-view span,.timeline-head span{color:var(--muted);font-size:10px;font-weight:600;text-transform:uppercase}.inspector-header strong{font-size:17px}.status-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;gap:6px;color:var(--success)!important;background:var(--mint);border-radius:999px}.inspector-summary{display:grid;grid-template-columns:repeat(2,1fr);padding:24px 30px;gap:24px;background:var(--cloud);border-bottom:1px solid var(--line)}.inspector-summary div{display:flex;flex-direction:column;gap:5px}.inspector-summary strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.inspector-active-view{display:grid;grid-template-columns:48px 1fr auto;align-items:center;margin:28px 30px;padding:18px;background:var(--cloud);border:1px solid var(--line);border-radius:6px}.inspector-active-view>span{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.timeline-table{margin:0 30px;border-top:1px solid var(--line)}.timeline-head,.timeline-row{display:grid;grid-template-columns:135px 1fr 140px;align-items:center;min-height:62px;border-bottom:1px solid var(--line)}.timeline-head{min-height:44px}.timeline-row>span,.timeline-row strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.timeline-row>span:nth-child(2){display:flex;align-items:center;gap:10px}.timeline-row i{width:7px;height:7px;background:var(--powder);border-radius:50%}.timeline-row i.butter-1,.timeline-row i.butter-2{background:var(--butter)}.timeline-row i.lilac-1,.timeline-row i.lilac-2{background:var(--lilac)}.timeline-row i.powder-1,.timeline-row i.powder-2{background:var(--powder)}.inspector-footer{display:flex;align-items:center;justify-content:space-between;margin:30px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.inspector-footer span{display:inline-flex;align-items:center;gap:7px;color:var(--harbor-deep);font-size:11px}.anatomy-section{min-height:1120px;padding:130px 0 110px;background:var(--powder)}.anatomy-layout{display:grid;grid-template-columns:390px 1fr;align-items:start;gap:90px}.anatomy-copy{padding-top:24px}.anatomy-copy .button{margin-top:32px}.anatomy-copy blockquote{margin-top:112px;padding-top:22px;border-top:1px solid rgba(67,94,108,.3)}.anatomy-copy blockquote p{font-family:Newsreader,serif;font-size:28px;font-style:italic;line-height:34px}.anatomy-copy cite{display:block;margin-top:13px;color:var(--harbor-deep);font-family:Manrope,sans-serif;font-size:11px;font-style:normal;text-transform:uppercase}.anatomy-visual{overflow:hidden}.anatomy-visual img{width:100%;height:780px;object-fit:contain;background:var(--paper);border:1px solid rgba(67,94,108,.12);border-radius:8px}.anatomy-visual figcaption{margin-top:22px;color:var(--harbor-deep);font-size:11px;line-height:18px;text-align:center}.use-cases-section{min-height:860px;padding:124px 0 100px;background:var(--cloud)}.use-cases-heading{max-width:650px}.use-case-list{margin-top:78px;border-top:1px solid var(--line)}.use-case-row{display:grid;grid-template-columns:58px 52px 260px 1fr 36px;align-items:center;min-height:112px;border-bottom:1px solid var(--line);transition:background-color .18s ease,padding .18s ease}.use-case-row:hover{padding-inline:14px;background:var(--paper)}.use-case-index{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.use-case-icon{background:var(--paper);border:1px solid var(--line);border-radius:6px}.use-case-row>strong{font-size:17px}.use-case-row p{color:var(--harbor-deep);font-size:14px;line-height:22px}.use-case-row>.icon:last-child{justify-self:end}.use-case-route{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;height:1px;margin-top:64px;background:var(--line)}.use-case-route i{width:8px;height:8px;justify-self:center;border-radius:50%}.use-case-route i:nth-child(1){background:var(--butter)}.use-case-route i:nth-child(2){background:var(--powder)}.use-case-route i:nth-child(3){background:var(--lilac)}.use-case-route i:nth-child(4){background:var(--mint)}.trust-section{min-height:1030px;padding:128px 0 100px;background:var(--cloud);border-top:1px solid var(--line)}.trust-layout{display:grid;grid-template-columns:1fr .9fr;gap:76px 92px}.trust-heading{grid-column:1 / -1}.trust-heading h2{max-width:700px}.customer-proof{min-height:330px;padding:40px;background:var(--powder);border-radius:8px}.proof-status{display:flex;align-items:center;gap:8px;color:var(--harbor-deep);font-size:10px;font-weight:600;text-transform:uppercase}.proof-status span{width:7px;height:7px;background:var(--butter);border-radius:50%}.customer-proof>p{margin-top:50px;font-family:Newsreader,serif;font-size:31px;font-style:italic;line-height:39px}.customer-proof footer{display:flex;margin-top:58px;gap:18px;color:var(--harbor-deep);font-size:11px}.customer-proof footer span+span:before{margin-right:18px;content:"/";color:var(--harbor)}.trust-list{border-top:1px solid var(--line)}.trust-list>div{display:grid;grid-template-columns:34px 170px 1fr;align-items:center;min-height:66px;border-bottom:1px solid var(--line)}.trust-list strong{font-size:13px}.trust-list span{color:var(--harbor-deep);font-size:12px;line-height:19px}.proof-note{grid-column:1 / -1;color:var(--muted);font-size:11px;text-align:right}.contact-section{min-height:1180px;padding:128px 0 0;color:var(--paper);background:var(--ink)}.contact-layout{display:grid;grid-template-columns:1fr .82fr;align-items:start;gap:120px}.chapter-label-on-dark{color:var(--powder)}.contact-copy h2{max-width:620px}.contact-copy>p{color:#ffffffa6}.contact-benefits{display:flex;flex-direction:column;margin-top:50px;gap:16px}.contact-benefits span{display:flex;align-items:center;gap:10px;font-size:13px}.demo-form-shell{min-height:610px;padding:34px;color:var(--ink);background:var(--paper);border-radius:8px}.form-heading{display:flex;flex-direction:column;padding-bottom:22px;gap:4px;border-bottom:1px solid var(--line)}.form-heading span{font-size:17px;font-weight:600}.form-heading small{color:var(--harbor-deep);font-size:11px}.demo-form{display:grid;grid-template-columns:1fr 1fr;margin-top:24px;column-gap:14px}.demo-form label{grid-column:1 / -1}.demo-form input,.demo-form select,.demo-form textarea,.demo-form .button,.demo-form .form-note{grid-column:1 / -1;margin-bottom:15px}.demo-form textarea{min-height:76px;resize:vertical}.demo-form .button{margin-top:4px;margin-bottom:0}.demo-success{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:540px}.success-icon{display:grid;width:52px;height:52px;place-items:center;background:var(--mint);border-radius:8px}.demo-success .success-icon .icon{filter:none}.demo-success .eyebrow{margin-top:28px}.demo-success h3{margin-top:9px;font-family:Newsreader,serif;font-size:38px;font-weight:400}.demo-success>p:not(.eyebrow){max-width:420px;margin-top:12px;color:var(--harbor-deep);font-size:14px;line-height:23px}.demo-success .button{margin-top:28px}.site-footer{margin-top:112px;padding:50px 0 28px;border-top:1px solid rgba(255,255,255,.16)}.footer-main{display:grid;grid-template-columns:1fr 270px;gap:80px}.footer-columns{display:grid;grid-template-columns:repeat(4,1fr)}.footer-columns>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-columns strong{margin-bottom:6px;color:#ffffff80;font-size:10px;font-weight:600;text-transform:uppercase}.footer-columns a{color:#fffc;font-size:12px}.footer-columns a:hover{color:var(--mint)}.footer-brand img{width:154px}.footer-brand p{margin-top:12px;color:#fff9;font-size:12px}.footer-contact{display:flex;flex-direction:column;margin-top:28px;gap:14px;font-style:normal}.footer-contact a,.footer-contact>div{display:grid;grid-template-columns:22px 1fr;align-items:start;gap:8px;color:#ffffffd1;font-size:11px;line-height:17px}.footer-contact span{display:flex;flex-direction:column;gap:1px}.footer-contact small{color:#ffffff6b;font-size:9px;font-weight:600;line-height:14px;text-transform:uppercase}.footer-contact a:hover{color:var(--mint)}.footer-contact .icon{margin-top:2px}.social-row{display:flex;margin-top:24px;gap:8px}.social-row>span{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:8px}.footer-bottom{display:flex;justify-content:space-between;margin-top:54px;padding-top:22px;color:#ffffff70;border-top:1px solid rgba(255,255,255,.12);font-size:10px}@media(max-width:1240px){:root{--margin: 40px}.site-header{width:calc(100% - 36px);grid-template-columns:174px 1fr auto}.primary-nav{gap:2px}.nav-link{padding-inline:7px}.hero-copy{padding-right:610px}.entry-content{column-gap:18px}.entry-copy h1{font-size:50px;line-height:56px}.entry-gate{width:52px;height:25px;vertical-align:4px}.control-stage{grid-template-columns:270px 1fr 230px 190px}.product-story{grid-template-columns:390px 1fr;gap:58px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-copy,.hero-visual,.entry-title-line,.entry-kicker,.entry-search,.entry-search-note,.entry-edge,.entry-language,.entry-scroll-cue,.entry-video,.reveal-block,.signal-row,.control-scan,.anatomy-visual img{opacity:1!important;transform:none!important}.product-step{opacity:1}}.hero-scroll-chapter{min-height:2180px;overflow:visible}.hero-stage{position:sticky;top:0;min-height:980px;overflow:hidden;background:var(--cloud);border-bottom:1px solid var(--line)}.hero-scroll-chapter .hero-visual{height:900px}.hero-phase-stack{position:absolute;z-index:4;top:282px;right:max(64px,calc((100vw - var(--content)) / 2));width:286px;min-height:124px}.hero-phase{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;padding:18px 20px;gap:8px;color:var(--ink);background:#ffffffd6;border:1px solid rgba(100,133,150,.34);border-radius:8px;box-shadow:0 14px 34px #26364a1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-phase:not(:first-child){visibility:hidden}.hero-phase span,.hero-phase strong{font-size:11px;line-height:17px}.hero-phase span{color:var(--harbor-deep);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase}.hero-phase strong{max-width:232px;font-weight:500}.chapter-progress{position:absolute;z-index:5;top:128px;right:28px;width:2px;height:112px;background:#435e6c38}.chapter-progress span{display:block;width:100%;height:100%;background:var(--harbor-deep);transform:scaleY(0);transform-origin:top}.hero-chapter-progress{top:192px;right:34px;height:210px}.sticky-chapter{position:relative;overflow:visible}.sticky-chapter-inner{position:sticky;top:88px}.problem-section.sticky-chapter{min-height:1900px}.problem-section .chapter-progress{background:#435e6c52}.control-section.sticky-chapter{min-height:1940px}.anatomy-section.sticky-chapter{min-height:1760px}.trust-section.sticky-chapter{min-height:1710px;overflow:visible}.scroll-accumulate-item{will-change:transform,opacity}.problem-layout.scroll-accumulate .problem-heading{grid-column:1}.anatomy-callouts{display:flex;justify-content:space-between;margin-top:18px;padding:0 8px;color:var(--harbor-deep);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;text-transform:uppercase}.scroll-story{position:relative;min-height:1840px;padding:124px 0 140px;overflow:visible;background:var(--cloud)}.scroll-story-heading{display:grid;grid-template-columns:1fr .56fr;align-items:start;gap:26px 90px}.scroll-story-heading .chapter-label{grid-column:1 / -1}.scroll-story-heading h2,.pricing-plans-heading h2,.internal-cta h2{max-width:720px;font-size:52px;font-weight:500;line-height:58px}.scroll-story-heading h2 span,.pricing-plans-heading h2 span,.internal-cta h2 span{display:block;font-family:Newsreader,serif;font-style:italic;font-weight:400}.scroll-story-heading>p:last-child{max-width:390px;padding-top:8px;color:var(--harbor-deep);font-size:15px;line-height:25px}.scroll-story-layout{display:grid;grid-template-columns:.88fr .78fr;align-items:start;margin-top:82px;gap:118px}.scroll-story-visual{position:sticky;top:110px;min-height:550px;padding:32px;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 46px #26364a14}.scroll-story-progress,.wizard-progress{height:2px;overflow:hidden;background:var(--line)}.scroll-story-progress span,.wizard-progress span{display:block;width:100%;height:100%;background:var(--harbor-deep);transform-origin:left;transition:transform .32s ease}.scroll-story-render{display:grid;min-height:438px;margin-top:26px;place-items:center}.scroll-story-counter{position:absolute;right:32px;bottom:24px;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.scroll-story-steps{padding-bottom:130px}.scroll-story-step{min-height:402px;padding:34px 0 52px;opacity:.32;border-top:1px solid var(--line);transition:opacity .26s ease,transform .26s ease}.scroll-story-step.is-active{opacity:1;transform:translate(10px)}.story-step-label{display:flex;align-items:center;gap:11px;color:var(--harbor-deep)}.story-step-label>span,.story-step-label strong,.scroll-story-step small{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.story-step-label strong{font-family:Manrope,sans-serif;font-weight:600;text-transform:uppercase}.scroll-story-step h3{max-width:510px;margin-top:30px;font-family:Newsreader,serif;font-size:36px;font-style:italic;font-weight:400;line-height:43px}.scroll-story-step p{max-width:500px;margin-top:16px;color:var(--harbor-deep);font-size:15px;line-height:25px}.scroll-story-step small{display:inline-block;margin-top:22px;padding:7px 9px;color:var(--harbor-deep);background:#c9dce86b;border-radius:4px}.pricing-story{min-height:1640px;background:var(--mint)}.testimonials-story{min-height:1640px;background:var(--cloud);border-top:1px solid var(--line)}.pricing-plan-visual,.testimonial-visual,.pricing-meter-visual,.access-ledger,.contact-brief-visual,.demo-trace-visual,.product-story-console{width:100%}.pricing-plan-visual{min-height:384px;padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--paper)}.pricing-plan-visual.accent-butter{box-shadow:inset 6px 0 0 var(--butter)}.pricing-plan-visual.accent-powder{box-shadow:inset 6px 0 0 var(--powder)}.pricing-plan-visual.accent-lilac{box-shadow:inset 6px 0 0 var(--lilac)}.pricing-plan-top,.pricing-meter-top,.access-ledger-top,.contact-brief-top,.demo-trace-top,.console-top{display:flex;justify-content:space-between;color:var(--harbor-deep);font-size:11px;font-weight:600;text-transform:uppercase}.pricing-price{display:flex;flex-direction:column;margin-top:52px;gap:4px}.pricing-price strong{font-family:Newsreader,serif;font-size:62px;font-weight:400;line-height:64px}.pricing-price span,.pricing-plan-visual>p{color:var(--harbor-deep);font-size:13px;line-height:20px}.pricing-plan-visual>p{margin-top:20px}.pricing-detail-list{display:flex;flex-direction:column;margin-top:25px;gap:9px}.pricing-detail-list span{display:flex;align-items:center;gap:8px;font-size:12px}.pricing-detail-list .icon{filter:none}.pricing-plan-visual .button{margin-top:28px}.testimonial-visual{display:flex;flex-direction:column;justify-content:space-between;min-height:390px;padding:32px;color:var(--paper);background:var(--ink);border-radius:8px}.testimonial-mark{height:48px;color:var(--butter);font-family:Newsreader,serif;font-size:80px;line-height:1}.testimonial-visual p{max-width:480px;margin-top:35px;font-family:Newsreader,serif;font-size:30px;font-style:italic;line-height:38px}.testimonial-visual footer{display:flex;margin-top:40px;gap:12px;color:#ffffffb3;font-size:11px}.testimonial-visual footer span:before{margin-right:12px;content:"/";color:var(--butter)}.internal-page{background:var(--cloud)}.detail-hero,.pricing-hero,.auth-hero,.contact-page-hero,.demo-hero{padding:166px 0 126px}.detail-hero{min-height:770px;background:var(--cloud)}.detail-hero-layout{display:grid;grid-template-columns:.86fr .94fr;align-items:center;gap:100px}.detail-hero-copy h1,.pricing-hero-copy h1,.auth-context h1,.contact-page-heading h1,.demo-hero-heading h1{max-width:650px;margin-top:24px;font-size:58px;font-weight:500;line-height:64px}.detail-hero-copy h1 span,.pricing-hero-copy h1 span,.auth-context h1 span,.contact-page-heading h1 span,.demo-hero-heading h1 span{display:block;font-family:Newsreader,serif;font-style:italic;font-weight:400}.detail-hero-copy>p:last-of-type,.pricing-hero-copy>p:last-child,.auth-context>p:last-of-type,.contact-page-heading>p:last-child,.demo-hero-heading>p:last-child{max-width:530px;margin-top:26px;color:var(--harbor-deep);font-size:16px;line-height:27px}.detail-hero-actions{display:flex;margin-top:32px;gap:12px}.detail-hero-panel{position:relative;padding:26px;background:var(--paper);border:1px solid var(--line);border-radius:8px;box-shadow:0 22px 55px #26364a1a;transform-style:preserve-3d}.detail-panel-header{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px}.detail-panel-header>div{display:flex;flex-direction:column;gap:4px}.detail-panel-header>div span{color:var(--muted);font-size:10px;font-weight:600;text-transform:uppercase}.detail-panel-header>div strong{font-size:14px}.detail-route-line{position:relative;height:2px;margin:42px 4px 26px;background:var(--line)}.detail-route-packet{position:absolute;top:-11px;display:grid;width:24px;height:24px;place-items:center;background:var(--butter);border-radius:50%}.detail-panel-events{border-top:1px solid var(--line)}.detail-panel-events>div{display:grid;grid-template-columns:30px 26px 1fr auto;align-items:center;min-height:56px;gap:7px;border-bottom:1px solid var(--line)}.detail-panel-events>div>span,.detail-panel-events small{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.detail-panel-events strong{font-size:12px}.detail-panel-proof{margin-top:23px;color:var(--harbor-deep);font-family:Newsreader,serif;font-size:20px;font-style:italic;line-height:28px}.product-deep-story{background:var(--powder)}.product-deep-story.accent-butter{background:var(--mint)}.product-deep-story.accent-lilac{background:#e6e0f3}.product-story-console{padding:20px;background:var(--cloud);border:1px solid var(--line);border-radius:6px}.console-state{display:grid;grid-template-columns:42px 1fr auto;align-items:center;margin-top:28px;padding:16px;gap:12px;background:var(--paper);border:1px solid var(--line);border-radius:6px}.console-state>div{display:flex;flex-direction:column;gap:4px}.console-state small,.console-state>span:last-child{color:var(--muted);font-size:10px;text-transform:uppercase}.console-state strong{font-size:15px}.console-rows{margin-top:20px;border-top:1px solid var(--line)}.console-rows>div{display:grid;grid-template-columns:86px 1fr;min-height:77px;padding:13px 0;gap:5px 14px;opacity:.35;border-bottom:1px solid var(--line);transition:opacity .22s ease}.console-rows>div.is-resolved{opacity:1}.console-rows>div>span,.console-rows small{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.console-rows strong{font-size:12px}.console-rows small{grid-column:2}.capabilities-section{padding:128px 0 140px;background:var(--cloud)}.capabilities-heading h2{max-width:720px;margin-top:24px;font-size:52px;line-height:58px}.capabilities-heading h2 span{display:block;font-family:Newsreader,serif;font-style:italic;font-weight:400}.capability-list{margin-top:70px;border-top:1px solid var(--line)}.capability-row{display:grid;grid-template-columns:54px 34px 250px 1fr 28px;align-items:center;min-height:104px;gap:16px;border-bottom:1px solid var(--line)}.capability-row>span{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.capability-row h3{font-size:16px}.capability-row p{color:var(--harbor-deep);font-size:13px;line-height:21px}.capability-row>.icon:last-child{justify-self:end}.internal-cta{padding:86px 0;color:var(--paper);background:var(--ink)}.internal-cta .eyebrow{color:var(--powder)}.internal-cta-inner{display:flex;align-items:end;justify-content:space-between;gap:40px}.internal-cta h2{margin-top:20px;max-width:760px}.internal-cta .button{flex:0 0 auto;color:var(--ink);background:var(--butter)}.internal-cta .button .icon{filter:none}.pricing-hero{padding-bottom:114px;background:var(--mint)}.pricing-hero-layout{display:grid;grid-template-columns:.9fr .74fr;align-items:end;gap:130px}.usage-estimator{padding:28px;background:#ffffffc2;border:1px solid rgba(67,94,108,.2);border-radius:8px}.estimator-heading,.estimate-result{display:flex;align-items:baseline;justify-content:space-between}.estimator-heading span,.estimator-scale,.estimate-result small{color:var(--harbor-deep);font-size:11px;font-weight:600;text-transform:uppercase}.estimator-heading strong{font-family:Newsreader,serif;font-size:42px;font-weight:400}.usage-estimator input[type=range]{width:100%;margin-top:32px;accent-color:var(--harbor-deep)}.estimator-scale{display:flex;justify-content:space-between;margin-top:7px}.estimate-result{margin-top:30px;padding-top:20px;border-top:1px solid rgba(67,94,108,.22)}.estimate-result div{display:flex;flex-direction:column;gap:4px}.estimate-result strong{font-size:18px}.usage-estimator>p{margin-top:19px;color:var(--harbor-deep);font-size:12px;line-height:20px}.pricing-model-story{background:var(--cloud)}.pricing-meter-visual{padding:24px;background:var(--paper);border:1px solid var(--line);border-radius:6px}.pricing-meter-visual>div:not(.pricing-meter-top){display:grid;grid-template-columns:34px 28px 1fr auto;align-items:center;min-height:65px;margin-top:18px;padding:0 10px;color:var(--muted);border:1px solid var(--line);border-radius:4px;opacity:.4;transition:opacity .22s ease,background-color .22s ease}.pricing-meter-visual>div.is-active{color:var(--ink);background:var(--mint);opacity:1}.pricing-meter-visual>div span,.pricing-meter-visual>div small{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.pricing-meter-visual>div strong{font-size:12px}.pricing-meter-visual>p{display:flex;align-items:center;margin-top:24px;gap:8px;color:var(--harbor-deep);font-family:Newsreader,serif;font-size:19px;font-style:italic;line-height:25px}.pricing-plans-section{padding:130px 0 140px;background:var(--cloud)}.pricing-plans-heading h2{margin-top:24px}.pricing-plans-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:76px;gap:18px}.pricing-page-plan{position:relative;min-height:540px;padding:26px;background:var(--paper);border:1px solid var(--line);border-radius:8px}.pricing-page-plan.is-featured{background:var(--ink);color:var(--paper);border-color:var(--ink)}.plan-index{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.plan-title{display:flex;align-items:center;justify-content:space-between;margin-top:26px}.plan-title h3{font-family:Newsreader,serif;font-size:38px;font-weight:400}.plan-title span{padding:4px 6px;color:var(--ink);background:var(--butter);border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase}.pricing-page-plan>p{min-height:43px;margin-top:14px;color:var(--harbor-deep);font-size:13px;line-height:21px}.pricing-page-plan.is-featured>p{color:#ffffffa8}.plan-price{display:block;margin-top:26px;font-family:Newsreader,serif;font-size:52px;font-weight:400;line-height:55px}.pricing-page-plan>small{display:block;margin-top:3px;color:var(--muted);font-size:11px}.pricing-page-plan.is-featured>small{color:#ffffff85}.pricing-page-plan ul{display:flex;flex-direction:column;margin:28px 0;padding:0;gap:12px;list-style:none}.pricing-page-plan li{display:flex;align-items:center;gap:8px;font-size:12px}.pricing-page-plan li .icon{filter:none}.pricing-page-plan.is-featured li .icon{filter:brightness(0) invert(1)}.pricing-page-plan .button{position:absolute;right:26px;bottom:26px;left:26px}.pricing-page-plan.is-featured .button{color:var(--ink);background:var(--butter)}.pricing-page-plan.is-featured .button .icon{filter:none}.auth-hero{padding-bottom:126px;background:var(--cloud)}.auth-hero-layout{display:grid;grid-template-columns:.95fr .7fr;align-items:center;gap:120px}.auth-trace-preview{display:grid;grid-template-columns:repeat(2,1fr);max-width:560px;margin-top:52px;border:1px solid var(--line);border-radius:8px;overflow:hidden}.auth-trace-preview>div{display:grid;grid-template-columns:22px 1fr;align-items:center;min-height:80px;padding:16px;gap:8px;background:var(--paper);border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px;font-weight:600}.auth-trace-preview>div:first-child{grid-column:1 / -1;display:flex;min-height:48px;color:var(--success);background:var(--mint);border-right:0}.auth-trace-preview small{grid-column:2;color:var(--muted);font-size:10px;font-weight:500}.live-dot{display:inline-block;width:8px;height:8px;margin-right:8px;background:var(--success);border-radius:50%}.auth-panel,.contact-page-form,.demo-wizard{padding:32px;background:var(--paper);border:1px solid var(--line);border-radius:8px;box-shadow:0 16px 44px #26364a14}.auth-panel form,.contact-page-form form,.demo-wizard form{display:flex;flex-direction:column;gap:18px}.form-heading{padding-bottom:20px}.form-heading .eyebrow{margin-bottom:4px}.form-heading h2{font-family:Newsreader,serif;font-size:34px;font-weight:400;line-height:40px}.form-heading>span{color:var(--harbor-deep);font-size:12px;line-height:19px}.auth-panel label,.contact-page-form label,.demo-wizard label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:600}.auth-panel input,.contact-page-form input,.contact-page-form select,.contact-page-form textarea,.demo-wizard input,.demo-wizard select,.demo-wizard textarea{width:100%;min-height:46px;padding:11px 12px;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:4px;font-size:14px}.auth-panel input:focus,.contact-page-form input:focus,.contact-page-form select:focus,.contact-page-form textarea:focus,.demo-wizard input:focus,.demo-wizard select:focus,.demo-wizard textarea:focus{outline:0;border-color:var(--harbor);box-shadow:0 0 0 3px #64859624}.auth-panel textarea,.contact-page-form textarea,.demo-wizard textarea{resize:vertical}.form-meta{display:flex;align-items:center;justify-content:space-between;color:var(--harbor-deep);font-size:11px}.checkbox-label{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:7px!important;font-weight:500!important}.checkbox-label input{width:15px;min-height:15px}.form-meta a,.form-footnote a{color:var(--harbor-deep);text-decoration:underline;text-decoration-thickness:1px}.form-footnote{color:var(--muted);font-size:11px;line-height:18px;text-align:center}.form-success{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:390px;gap:14px}.form-success>span{display:grid;width:48px;height:48px;place-items:center;background:var(--mint);border-radius:8px}.form-success>span .icon{filter:none}.form-success h2{font-family:Newsreader,serif;font-size:38px;font-weight:400;line-height:44px}.form-success>p:not(.eyebrow){max-width:410px;color:var(--harbor-deep);font-size:14px;line-height:23px}.access-story{background:var(--powder)}.access-ledger{padding:24px;border:1px solid var(--line);border-radius:6px;background:var(--paper)}.access-ledger>div:not(.access-ledger-top){display:grid;grid-template-columns:28px 76px 1fr auto;align-items:center;min-height:68px;color:var(--muted);gap:8px;opacity:.35;border-bottom:1px solid var(--line);transition:opacity .22s ease}.access-ledger>div.is-resolved{color:var(--ink);opacity:1}.access-ledger>div>span,.access-ledger>div small{font-size:11px;font-weight:600}.access-ledger>div strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:500}.access-ledger>div small{color:var(--success);font-size:10px}.contact-page-hero{padding-bottom:140px;background:var(--powder)}.contact-page-heading{max-width:760px}.contact-page-grid{display:grid;grid-template-columns:.75fr 1fr;align-items:start;margin-top:74px;gap:118px}.contact-channel-list{display:flex;flex-direction:column;padding-top:8px;border-top:1px solid rgba(67,94,108,.28)}.contact-channel-list article{display:grid;grid-template-columns:36px 1fr;min-height:110px;padding:23px 0;gap:13px;border-bottom:1px solid rgba(67,94,108,.24)}.contact-channel-list article>div{display:flex;flex-direction:column;gap:6px}.contact-channel-list strong{font-size:14px}.contact-channel-list span{color:var(--harbor-deep);font-size:12px;line-height:19px}.contact-response-note{display:flex;align-items:center;margin-top:26px;color:var(--harbor-deep);font-size:11px}.contact-response-note .live-dot{background:var(--success)}.form-grid-two{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.contact-story{background:var(--cloud)}.contact-brief-visual{padding:24px;background:var(--paper);border:1px solid var(--line);border-radius:6px}.contact-brief-visual>div:not(.contact-brief-top){display:grid;grid-template-columns:34px 28px 1fr auto;align-items:center;min-height:67px;margin-top:14px;padding:0 10px;opacity:.32;border:1px solid var(--line);border-radius:4px;transition:opacity .22s ease,background-color .22s ease}.contact-brief-visual>div.is-active{background:var(--powder);opacity:1}.contact-brief-visual>div>span,.contact-brief-visual>div small{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.contact-brief-visual>div strong{font-size:12px}.contact-brief-visual>p{margin-top:26px;font-family:Newsreader,serif;font-size:23px;font-style:italic;line-height:31px}.demo-hero{padding-bottom:148px;background:var(--butter)}.demo-hero-heading{max-width:780px}.demo-booking-layout{display:grid;grid-template-columns:.7fr 1fr;align-items:start;margin-top:72px;gap:118px}.demo-agenda{padding-top:6px;border-top:1px solid rgba(67,94,108,.32)}.demo-agenda article{display:grid;grid-template-columns:36px 30px 1fr;align-items:start;min-height:102px;padding:22px 0;gap:9px;opacity:.45;border-bottom:1px solid rgba(67,94,108,.26);transition:opacity .22s ease}.demo-agenda article.is-current{opacity:1}.demo-agenda article>span{color:var(--harbor-deep);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.demo-agenda article>div{display:flex;flex-direction:column;gap:5px}.demo-agenda article strong{font-size:14px}.demo-agenda article p{color:var(--harbor-deep);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.demo-agenda-note{display:flex;align-items:center;margin-top:25px;gap:9px;color:var(--harbor-deep);font-size:11px}.demo-wizard{min-height:494px}.demo-wizard .wizard-progress{margin-bottom:5px}.wizard-fields{display:flex;flex-direction:column;gap:18px}.wizard-actions{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.icon-back{transform:rotate(180deg)}.demo-story{background:var(--mint)}.demo-trace-visual{padding:24px;background:var(--paper);border:1px solid var(--line);border-radius:6px}.demo-trace-route{display:flex;align-items:center;justify-content:space-between;margin:32px 6px 22px;color:var(--harbor-deep);font-size:11px;font-weight:600}.demo-trace-route i{width:86px;height:1px;background:var(--harbor)}.demo-trace-visual>div:not(.demo-trace-top):not(.demo-trace-route){display:grid;grid-template-columns:30px 70px 1fr auto;align-items:center;min-height:68px;padding:0 9px;color:var(--muted);gap:8px;opacity:.34;border-top:1px solid var(--line);transition:opacity .22s ease,background-color .22s ease}.demo-trace-visual>div.is-active{color:var(--ink);background:var(--mint);opacity:1}.demo-trace-visual strong{font-size:12px}.demo-trace-visual small,.demo-trace-visual>div>span{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.simple-footer{padding:68px 0 24px;color:var(--paper);background:var(--ink)}.simple-footer-inner{display:grid;grid-template-columns:.8fr 1.4fr auto;align-items:start;gap:70px}.simple-footer-brand img{width:148px}.simple-footer-brand p{max-width:180px;margin-top:15px;color:#fff9;font-size:12px;line-height:18px}.simple-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.simple-footer-links>div{display:flex;flex-direction:column;gap:10px}.simple-footer-links strong{margin-bottom:5px;color:#ffffff7a;font-size:10px;font-weight:600;text-transform:uppercase}.simple-footer-links a{color:#fffc;font-size:12px}.simple-footer-links a:hover{color:var(--mint)}.simple-footer-social{display:flex;gap:7px}.simple-footer-social>span{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:6px}.simple-footer-social .icon{filter:brightness(0) invert(1)}.simple-footer-bottom{display:flex;justify-content:space-between;margin-top:56px;padding-top:20px;color:#ffffff70;border-top:1px solid rgba(255,255,255,.12);font-size:10px}@media(prefers-reduced-motion:reduce){.hero-scroll-chapter,.problem-section.sticky-chapter,.control-section.sticky-chapter,.anatomy-section.sticky-chapter,.scroll-story{min-height:auto}.hero-stage,.sticky-chapter-inner,.scroll-story-visual{position:relative;top:auto}.hero-phase{position:relative;margin-top:10px;opacity:1!important;visibility:visible!important;transform:none!important}.hero-phase-stack{position:relative;top:auto;right:auto;width:min(390px,calc(100% - 128px));margin:56px auto 0}.chapter-progress{display:none}.scroll-story-step,.scroll-accumulate-item{opacity:1!important;transform:none!important}}
