:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:var(--font-inter), "Inter", Arial, sans-serif;--bn-background:#02050b;--bn-deep:#010309;--bn-panel:#050a14;--bn-text:#f4f6fb;--bn-muted:#a8afbd;--bn-dim:#747d8e;--bn-blue:#4c83ff;--bn-bright:#78b8ff;--bn-line:#a4bce62b;--bn-strong:#689dff6b;--bn-glow:#1872ff5c;--bg:var(--bn-background);--deep:var(--bn-deep);--panel:var(--bn-panel);--text:var(--bn-text);--muted:var(--bn-muted);--dim:var(--bn-dim);--line:var(--bn-line);--strong-line:var(--bn-strong);--blue:var(--bn-blue);--bright:var(--bn-bright);--glow:var(--bn-glow);background:var(--bg);color:var(--text);font-synthesis:none}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth;background:var(--bg)}body{background:radial-gradient(circle at 73% 22%, #155fdd14, transparent 30%), var(--bg);min-width:0;min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;margin:0}button,a{font:inherit}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:2px solid var(--bright);outline-offset:4px}.site-frame{background-image:linear-gradient(#a4bce606 1px,#0000 1px),linear-gradient(90deg,#a4bce606 1px,#0000 1px);background-size:48px 48px;min-height:100vh}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#02050bf5;position:relative}.header-inner{align-items:center;gap:clamp(24px,3vw,52px);width:min(1600px,100% - 64px);min-height:106px;margin:0 auto;display:flex}.brand-logo{flex-shrink:0;width:clamp(238px,26.6vw,382px);max-width:100%;line-height:0;display:block}.brand-logo img{aspect-ratio:382/78;object-fit:contain;width:100%;height:auto;display:block}.site-nav{color:var(--muted);align-items:center;gap:clamp(22px,2.8vw,46px);margin-left:auto;font-size:.9rem;display:flex}.site-nav>a:not(.primary-button){padding-block:12px;transition:color .18s;position:relative}.site-nav>a:not(.primary-button):after{content:"";background:var(--bright);height:1px;box-shadow:0 0 10px var(--glow);transition:right .18s;position:absolute;bottom:5px;left:0;right:100%}.site-nav>a:not(.primary-button):hover,.site-nav>a:not(.primary-button)[aria-current=page]{color:var(--text)}.site-nav>a:not(.primary-button):hover:after,.site-nav>a:not(.primary-button)[aria-current=page]:after{right:0}.primary-button{color:#080b12;background:#f4f6fb;border:1px solid #f4f6fb;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 24px;font-size:.86rem;font-weight:600;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 0 22px #5a97ff21}.primary-button:hover{transform:translateY(-1px);box-shadow:0 0 28px #5a97ff3d}.menu-button{border:1px solid var(--line);width:46px;height:46px;color:var(--text);cursor:pointer;background:0 0;border-radius:50%;place-items:center;display:inline-grid}.menu-button svg{width:20px;height:20px}.menu-button{margin-left:auto;display:none}.hero{border-bottom:1px solid var(--line);background:linear-gradient(90deg, var(--bg) 0 42%, #081124e6 100%);grid-template-columns:minmax(0,43%) minmax(0,57%);align-items:stretch;gap:0;min-height:610px;padding-block:0;display:grid;overflow:hidden}.hero-copy{z-index:3;align-self:center;max-width:680px;padding:32px clamp(32px,4.7vw,68px);position:relative}.eyebrow{color:var(--bright);letter-spacing:.17em;text-transform:uppercase;align-items:center;gap:12px;margin:0 0 14px;font:600 .69rem/1.2 Space Grotesk,monospace;display:flex}.eyebrow:before{content:"";background:var(--blue);width:28px;height:1px}.hero h1{max-width:610px;font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.057em;margin:0 0 17px;font-size:clamp(2.9rem,3.45vw,4.25rem);font-weight:500;line-height:1.03}.hero h1 em{color:#81a8ff;font-style:normal;font-weight:inherit;font-family:inherit;display:inline}.services-copy h1 em,.process-neon-header h1 em,.process-neon-header h2 em,.about-hero-copy h1 em,.contact-hero-copy h1 em{font-family:inherit}.hero-intro{max-width:575px;color:var(--muted);margin:0;font-size:clamp(.96rem,1.12vw,1.1rem);line-height:1.58}.capabilities{max-width:580px;margin:12px 0 15px;padding:0;list-style:none}.capabilities li{border-bottom:1px solid var(--line);color:#d4d9e3;padding:6px 0 6px 27px;font-size:.88rem;line-height:1.4;position:relative}.capabilities li:before{content:"✓";color:var(--bright);font-weight:600;position:absolute;left:1px}.text-link{border-bottom:1px solid var(--bright);color:var(--bright);align-items:center;gap:13px;padding-bottom:5px;font-size:.88rem;font-weight:600;transition:color .18s,border-color .18s;display:inline-flex}.text-link:hover{border-color:var(--text);color:var(--text)}.hero-visual{isolation:isolate;min-width:0;min-height:610px;box-shadow:none;background:#02050b;border:0;border-radius:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-image-frame{z-index:1;aspect-ratio:930/618;background:#02050b;width:min(100%,930px);position:relative;overflow:hidden}.hero-image-frame img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.site-footer{border-top:1px solid var(--line);background:#02050bfa;padding:0}.footer-inner{align-items:center;gap:clamp(22px,2.5vw,42px);width:min(1600px,100% - 64px);min-height:118px;margin:0 auto;display:flex}.footer-brand{width:clamp(260px,23vw,382px);margin-bottom:0}.footer-divider{background:var(--line);flex:0 0 1px;width:1px;height:54px}.footer-inner p{color:var(--muted);flex:auto;margin:0;font-size:.94rem;line-height:1.5}.footer-nav{color:var(--muted);align-items:center;gap:clamp(22px,3vw,52px);font-size:.92rem;display:flex}.footer-nav a,.footer-social a{transition:color .18s}.footer-nav a:hover,.footer-social a:hover{color:var(--text)}.footer-social{color:var(--text);align-items:center;gap:20px;display:flex}.footer-social svg{width:25px;height:25px}.footer-legal{border-top:1px solid var(--line);width:min(1600px,100% - 64px);color:var(--dim);letter-spacing:.06em;text-transform:uppercase;justify-content:flex-end;gap:22px;margin:0 auto;padding:15px 0 20px;font-size:.68rem;display:flex}.footer-legal span{margin-right:auto}.benefit-strip{border-bottom:1px solid var(--line);background:#010309f7}.benefit-grid{grid-template-columns:repeat(4,minmax(0,1fr));width:min(1600px,100%);min-height:128px;margin:0 auto;display:grid}.benefit-card{border-right:1px solid var(--line);background:linear-gradient(#050a1440,#0000);align-items:center;gap:20px;min-width:0;min-height:128px;padding:22px clamp(22px,2.7vw,46px);transition:background .18s;display:flex}.benefit-card:last-child{border-right:0}.benefit-card:hover{background:#4c83ff0f}.benefit-card>svg{width:42px;height:42px;color:var(--blue);flex:0 0 42px}.benefit-index{color:var(--bright);letter-spacing:.14em;font:600 .63rem/1 Space Grotesk,monospace;display:none}.benefit-card h2{color:var(--text);font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.015em;margin:0 0 5px;font-size:.98rem;font-weight:500}.benefit-card p{color:var(--muted);margin:0;font-size:.79rem;line-height:1.45}.services-section{border-bottom:1px solid var(--line);background:linear-gradient(#a4bce605 1px, transparent 1px), linear-gradient(90deg, #a4bce605 1px, transparent 1px), var(--bn-deep);background-size:48px 48px;scroll-margin-top:24px}.services-hero{grid-template-columns:minmax(0,38%) minmax(0,62%);min-height:620px;display:grid}.services-copy{align-self:center;max-width:650px;padding:72px clamp(32px,4.7vw,68px)}.services-copy h1{max-width:560px;font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.058em;margin:0 0 22px;font-size:clamp(2.85rem,3.65vw,4.45rem);font-weight:500;line-height:1.02}.services-copy h1 em{color:var(--bn-bright);font-style:normal;font-weight:inherit}.services-copy>p:not(.eyebrow){max-width:490px;color:var(--bn-muted);margin:0 0 30px;font-size:clamp(.98rem,1.1vw,1.08rem);line-height:1.65}.services-visual{border-left:1px solid var(--bn-line);background:radial-gradient(circle,#4c83ff1f,#0000 48%),#050a1447;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:620px;padding:34px clamp(22px,3.4vw,54px) 26px;display:flex;overflow:hidden}.engine-heading{color:var(--bn-dim);letter-spacing:.15em;text-transform:uppercase;align-items:baseline;gap:9px;font:500 .65rem/1 Space Grotesk,monospace;display:flex}.engine-heading strong{color:var(--bn-bright);font-weight:600}.services-engine-art{object-fit:contain;width:min(100%,620px);height:auto;margin:-8px auto clamp(-100px,-6vw,-72px);display:block}.service-area-grid{border-top:1px solid var(--bn-line);border-bottom:1px solid var(--bn-line);grid-template-columns:repeat(4,minmax(0,1fr));width:min(1600px,100%);min-height:184px;margin:0 auto;display:grid}.service-area-card{border-right:1px solid var(--bn-line);text-align:center;background:#050a143d;flex-direction:column;justify-content:center;align-items:center;gap:11px;min-width:0;min-height:184px;padding:27px clamp(24px,3vw,50px) 30px;display:flex}.service-area-card:last-child{border-right:0}.service-area-card>svg{width:44px;height:44px;color:var(--bn-blue)}.service-area-card h3{max-width:220px;color:var(--bn-text);font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.018em;margin:0;font-size:1rem;font-weight:500;line-height:1.3}.service-area-card p{max-width:245px;color:var(--bn-muted);margin:0;font-size:.78rem;line-height:1.48}.services-content{width:min(1320px,100% - 64px);margin:0 auto;padding:112px 0;scroll-margin-top:28px}.services-section-heading{max-width:860px;margin-bottom:50px}.services-section-heading h2{max-width:820px;font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.055em;margin:0 0 20px;font-size:clamp(2.45rem,4.1vw,4.25rem);font-weight:500;line-height:1.04}.services-section-heading>p:not(.eyebrow){max-width:680px;color:var(--bn-muted);margin:0;font-size:clamp(.98rem,1.22vw,1.12rem);line-height:1.65}.offering-grid{border-top:1px solid var(--bn-line);border-left:1px solid var(--bn-line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.offering-card{border-right:1px solid var(--bn-line);border-bottom:1px solid var(--bn-line);background:linear-gradient(145deg,#4c83ff0a,#0000 42%),#050a1466;flex-direction:column;min-width:0;min-height:410px;padding:31px clamp(25px,2.45vw,38px) 33px;display:flex}.offering-card-topline{justify-content:space-between;align-items:center;margin-bottom:35px;display:flex}.offering-card-topline svg{width:34px;height:34px;color:var(--bn-blue)}.offering-card-topline span,.specialized-grid article>span{color:var(--bn-dim);letter-spacing:.18em;font:600 .66rem/1 Space Grotesk,monospace}.offering-card h3{max-width:330px;font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.035em;margin:0 0 15px;font-size:clamp(1.3rem,1.65vw,1.72rem);font-weight:500;line-height:1.16}.offering-card>p{max-width:350px;color:var(--bn-muted);margin:0 0 28px;font-size:.88rem;line-height:1.6}.offering-card ul{border-top:1px solid var(--bn-line);margin:auto 0 0;padding:0;list-style:none}.offering-card li{color:var(--bn-muted);border-bottom:1px solid #a4bce617;padding:9px 0 9px 17px;font-size:.76rem;line-height:1.35;position:relative}.offering-card li:last-child{border-bottom:0}.offering-card li:before{content:"";border:1px solid var(--bn-blue);border-radius:50%;width:5px;height:5px;position:absolute;top:14px;left:1px;box-shadow:0 0 7px #4c83ff57}.service-explorer{border:1px solid var(--bn-line);background:#050a1466;grid-template-columns:minmax(310px,.78fr) minmax(0,1.22fr);min-height:560px;display:grid}.service-selector{border-right:1px solid var(--bn-line);grid-template-rows:repeat(6,minmax(82px,1fr));display:grid}.service-selector button,.service-explorer-mobile>article>button{border:0;border-bottom:1px solid var(--bn-line);width:100%;min-width:0;color:var(--bn-muted);text-align:left;cursor:pointer;background:0 0;grid-template-columns:34px 34px minmax(0,1fr) 20px;align-items:center;gap:16px;padding:20px 24px;display:grid}.service-selector button:last-child{border-bottom:0}.service-selector button>span:first-child,.service-explorer-mobile>article>button>span:first-child,.service-detail-topline span{color:var(--bn-dim);letter-spacing:.16em;font:600 .66rem/1 Space Grotesk,monospace}.service-selector button svg,.service-explorer-mobile>article>button svg{width:29px;height:29px;color:var(--bn-blue)}.service-selector button strong,.service-explorer-mobile>article>button strong{color:inherit;font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;font-size:1rem;font-weight:500;line-height:1.25}.service-selector button>span:last-child,.service-explorer-mobile>article>button>span:last-child{color:var(--bn-bright);text-align:right;font-size:1.25rem}.service-selector button:hover,.service-selector button.is-active{color:var(--bn-text);background:linear-gradient(90deg,#4c83ff24,#4c83ff09)}.service-selector button.is-active{box-shadow:inset 3px 0 0 var(--bn-bright)}.service-selector button:focus-visible,.service-explorer-mobile button:focus-visible{z-index:1;outline:2px solid var(--bn-bright);outline-offset:-3px;position:relative}.service-detail-panel{background:radial-gradient(circle at 84% 12%,#4c83ff21,#0000 32%),linear-gradient(145deg,#4c83ff0e,#0000 52%),#02050b94;flex-direction:column;min-width:0;padding:clamp(38px,5vw,72px);display:flex}.service-detail-topline{justify-content:space-between;align-items:center;margin-bottom:clamp(58px,8vw,108px);display:flex}.service-detail-topline svg{width:58px;height:58px;color:var(--bn-blue)}.service-detail-panel>.eyebrow{margin-bottom:15px}.service-detail-panel h3{max-width:660px;font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.05em;margin:0 0 18px;font-size:clamp(2rem,3.1vw,3.5rem);font-weight:500;line-height:1.05}.service-detail-panel>p:not(.eyebrow),.service-explorer-mobile>article>div>p{max-width:650px;color:var(--bn-muted);margin:0 0 30px;font-size:.98rem;line-height:1.65}.service-detail-panel ul,.service-explorer-mobile ul{border-top:1px solid var(--bn-line);grid-template-columns:repeat(2,minmax(0,1fr));margin:0 0 34px;padding:0;list-style:none;display:grid}.service-detail-panel li,.service-explorer-mobile li{border-bottom:1px solid var(--bn-line);color:var(--bn-muted);padding:13px 18px 13px 19px;font-size:.8rem;line-height:1.4;position:relative}.service-detail-panel li:nth-child(odd){border-right:1px solid var(--bn-line)}.service-detail-panel li:before,.service-explorer-mobile li:before{content:"";border:1px solid var(--bn-bright);border-radius:50%;width:5px;height:5px;position:absolute;top:18px;left:2px;box-shadow:0 0 8px #4c83ff6b}.service-detail-cta{border:1px solid var(--bn-strong);width:fit-content;min-height:46px;color:var(--bn-text);font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;justify-content:center;align-items:center;gap:12px;margin-top:auto;padding:0 19px;font-size:.84rem;font-weight:600;display:inline-flex}.service-detail-cta:hover{border-color:var(--bn-bright);background:#4c83ff1a}.service-detail-cta svg{width:17px;height:17px;color:var(--bn-bright)}.service-explorer-mobile{display:none}.specialized-content{padding-top:10px}.specialized-grid{border-top:1px solid var(--bn-line);border-left:1px solid var(--bn-line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.specialized-grid article{border-right:1px solid var(--bn-line);border-bottom:1px solid var(--bn-line);background:#050a1452;flex-direction:column;min-width:0;min-height:245px;padding:29px clamp(23px,2.2vw,34px) 32px;display:flex}.specialized-grid article>span{color:var(--bn-bright);margin-bottom:55px}.specialized-grid h3{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.028em;margin:0 0 11px;font-size:clamp(1.16rem,1.45vw,1.48rem);font-weight:500}.specialized-grid p{color:var(--bn-muted);margin:0;font-size:.84rem;line-height:1.58}.services-callout{border:1px solid var(--bn-strong);background:radial-gradient(circle at 88% 28%,#4c83ff1f,#0000 34%),linear-gradient(120deg,#4c83ff14,#0000 54%),#050a149e;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:44px;width:min(1320px,100% - 64px);min-height:250px;margin:0 auto 112px;padding:clamp(36px,4.5vw,64px);display:grid}.services-callout h2{max-width:690px;font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.05em;margin:0 0 13px;font-size:clamp(2rem,3.35vw,3.55rem);font-weight:500;line-height:1.06}.services-callout p{max-width:640px;color:var(--bn-muted);margin:0;font-size:.96rem;line-height:1.6}.services-callout-button{border:1px solid var(--bn-text);background:var(--bn-text);min-height:54px;color:var(--bn-deep);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:11px;padding:0 24px;font-size:.86rem;font-weight:600;transition:transform .18s,box-shadow .18s;display:inline-flex}.services-callout-button:hover{transform:translateY(-1px);box-shadow:0 0 28px #4c83ff3d}.services-callout-button svg{width:18px;height:18px}.process-section{border-top:1px solid var(--bn-line);background:var(--bn-background)}.process-hero{grid-template-columns:minmax(0,40%) minmax(0,60%);min-height:610px;display:grid}.process-copy{align-self:center;max-width:650px;padding:56px clamp(32px,4.7vw,68px)}.process-copy h2,.process-section-heading h2{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.05em;margin:0;font-weight:500;line-height:1.05}.process-copy h2{max-width:620px;font-size:clamp(2.8rem,3.8vw,4.55rem)}.process-copy h2 em{color:var(--bn-bright);font-style:normal;font-weight:inherit}.process-copy>p:not(.eyebrow){max-width:570px;color:var(--bn-muted);margin:24px 0 0;font-size:1rem;line-height:1.65}.process-copy .text-link{margin-top:30px}.process-visual{border-left:1px solid var(--bn-line);background:var(--bn-background);justify-content:center;align-items:center;min-width:0;padding:34px clamp(20px,3vw,46px);display:flex;overflow:visible}.process-explorer{background:#030812c7;border:1px solid #4c83ff47;width:min(100%,920px);overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff04,0 24px 80px #0000003d}.process-explorer-heading{border-bottom:1px solid var(--bn-line);padding:24px 26px 18px}.process-explorer-heading .eyebrow{margin-bottom:12px}.process-explorer-heading h2{letter-spacing:-.035em;max-width:720px;margin:0;font-size:clamp(1.35rem,2.2vw,2.15rem);font-weight:520;line-height:1.08}.process-explorer-heading>p:last-child{max-width:720px;color:var(--bn-muted);margin:10px 0 0;font-size:.84rem;line-height:1.5}.process-path-unit{aspect-ratio:2200/973;background:var(--bn-background);border-bottom:1px solid var(--bn-line);width:min(100%,1120px);position:relative;overflow:hidden}.process-image-frame{position:absolute;inset:0}.process-image-frame img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.process-image-hotspots{z-index:2;position:absolute;inset:0}.process-node{left:var(--node-x);top:var(--node-y);z-index:1;width:0;height:0;position:absolute}.process-node>button{aspect-ratio:1;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;width:clamp(30px,5.5%,48px);min-width:34px;padding:0;transition:border-color .16s,background .16s,box-shadow .16s;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.process-node>button:hover,.process-node>button:focus-visible,.process-node.is-active>button{border-color:var(--bn-bright);background:#4c83ff29;outline:none;box-shadow:0 0 22px #4c83ff66}.process-node-panel{z-index:3;opacity:0;visibility:hidden;pointer-events:none;background:#030812f7;border:1px solid #4c83ff80;width:clamp(160px,23vw,220px);padding:12px 14px 13px;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;left:0;transform:translate(-50%)scale(.97);box-shadow:0 16px 40px #0000006b}.process-node--below .process-node-panel{top:25px}.process-node--above .process-node-panel{bottom:25px}.process-node.is-active{z-index:4}.process-node.is-active .process-node-panel{opacity:1;visibility:visible;transform:translate(-50%)scale(1)}.process-node-panel span{color:var(--bn-blue);letter-spacing:.14em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.62rem}.process-node-panel strong{color:var(--bn-text);font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;margin-top:4px;font-size:.82rem;display:block}.process-node-panel p{color:var(--bn-muted);margin:6px 0 0;font-size:.7rem;line-height:1.42}.process-control-grid{border-top:1px solid var(--bn-line);border-bottom:1px solid var(--bn-line);grid-template-columns:repeat(4,minmax(0,1fr));width:min(100% - 80px,1340px);margin:0 auto clamp(96px,9vw,138px);display:grid}.process-control-grid article{border-right:1px solid var(--bn-line);grid-template-rows:auto auto;grid-template-columns:30px minmax(0,1fr);align-content:center;column-gap:15px;min-height:126px;padding:24px 24px 22px;display:grid}.process-control-grid article:last-child{border-right:0}.process-control-grid svg{width:26px;height:26px;color:var(--bn-blue);grid-row:1/3;margin:1px 0 0}.process-control-grid h3,.process-stage-detail h3,.process-proof-grid h3{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;color:var(--bn-text);margin:0}.process-control-grid h3{font-size:1rem;font-weight:560}.process-control-grid p{color:var(--bn-muted);margin:5px 0 0;font-size:.85rem;line-height:1.5}.process-content,.process-callout{width:min(100% - 80px,1220px);margin-inline:auto}.process-content{padding-block:96px 122px}.process-section-heading{max-width:810px;margin-bottom:48px}.process-section-heading h2{font-size:clamp(2.45rem,3.65vw,4rem)}.process-section-heading>p:last-child{max-width:690px;color:var(--bn-muted);margin:20px 0 0;font-size:1rem;line-height:1.65}.process-stage-selector{border-top:1px solid var(--bn-line);border-left:1px solid var(--bn-line);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.process-stage-selector button{border:0;border-right:1px solid var(--bn-line);border-bottom:1px solid var(--bn-line);min-width:0;min-height:116px;color:var(--bn-muted);text-align:left;cursor:pointer;background:0 0;flex-direction:column;align-items:flex-start;gap:14px;padding:19px 14px 17px;transition:background .16s,color .16s;display:flex}.process-stage-selector button:hover,.process-stage-selector button:focus-visible,.process-stage-selector button.is-active{color:var(--bn-text);background:#4c83ff14;outline:none}.process-stage-selector button>span,.process-stage-index,.process-proof-grid article>span{color:var(--bn-blue);letter-spacing:.14em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.7rem;font-weight:650}.process-stage-selector strong{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;text-transform:uppercase;letter-spacing:.035em;font-size:.92rem;font-weight:560}.process-stage-detail{border-right:1px solid var(--bn-line);border-bottom:1px solid var(--bn-line);border-left:1px solid var(--bn-line);background:#050a149e;grid-template-columns:70px minmax(0,.9fr) minmax(0,1.1fr);gap:34px;min-height:230px;padding:34px 36px;display:grid}.process-explorer .process-stage-selector button{gap:8px;min-height:78px;padding:13px 11px 12px}.process-explorer .process-stage-selector strong{font-size:clamp(.66rem,1vw,.82rem)}.process-explorer .process-stage-detail{border:0;grid-template-columns:42px minmax(0,.95fr) minmax(180px,1.05fr);gap:22px;min-height:0;padding:25px 26px 27px}.process-explorer .process-stage-detail h3{font-size:clamp(1.5rem,2.2vw,2.05rem)}.process-stage-detail h3{margin-bottom:12px;font-size:clamp(1.7rem,2.6vw,2.7rem);font-weight:520}.process-stage-detail p,.process-proof-grid p{color:var(--bn-muted);margin:0;line-height:1.6}.process-stage-detail p{font-size:.96rem}.process-stage-detail ul{color:var(--bn-muted);margin:0;padding:0;font-size:.86rem;list-style:none}.process-stage-detail li{border-bottom:1px solid var(--bn-line);padding:7px 0}.process-evidence{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:clamp(44px,6vw,78px);padding-top:0;display:grid}.process-evidence .process-section-heading{margin-bottom:0}.process-proof-grid{border-top:1px solid var(--bn-line);grid-template-columns:1fr;display:grid}.process-proof-grid article{border-bottom:1px solid var(--bn-line);grid-template-columns:76px minmax(130px,.65fr) minmax(0,1.35fr);align-items:start;gap:20px;min-height:0;padding:22px 0;display:grid}.process-proof-grid article>span{margin:3px 0 0;display:block}.process-proof-grid h3{margin:0;font-size:1.12rem;font-weight:560}.process-proof-grid p{font-size:.9rem}.process-callout{border:1px solid var(--bn-strong);background:var(--bn-panel);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:42px;min-height:205px;margin-bottom:112px;padding:38px 42px;display:grid}.process-callout h2{max-width:760px;font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.04em;margin:0 0 12px;font-size:clamp(1.7rem,2.4vw,2.7rem);font-weight:500;line-height:1.12}.process-callout p{max-width:700px;color:var(--bn-muted);margin:0;line-height:1.6}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.process-neon-header{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:end;gap:clamp(48px,7vw,108px);width:min(100% - 80px,1340px);margin:0 auto;padding:clamp(72px,8vw,118px) 0 42px;display:grid}.process-neon-header .eyebrow{grid-column:1/-1;margin-bottom:-20px}.process-neon-header h1,.process-neon-header h2{max-width:850px;font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.062em;margin:0;font-size:clamp(2.7rem,5.3vw,5.7rem);font-weight:470;line-height:.98}.process-neon-header h1 em,.process-neon-header h2 em{color:var(--bn-bright);font-style:normal}.process-neon-header>div>p{color:var(--bn-muted);margin:0 0 30px;font-size:1.02rem;line-height:1.68}.process-roadmap-shell{width:min(100% - 48px,1540px);margin:0 auto clamp(72px,8vw,118px)}.process-roadmap-stage{isolation:isolate;aspect-ratio:1672/941;background:#010713;border:1px solid #397dff2e;width:100%;position:relative;overflow:hidden;box-shadow:0 28px 100px #00144661}.process-roadmap-image{z-index:1;object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.process-roadmap-panel{z-index:3;width:min(29%,390px);color:var(--bn-text);background:linear-gradient(90deg,#000816f5,#000816b8 78%,#0000);border-left:1px solid #4ea4ffb8;padding:clamp(18px,2vw,28px);position:absolute;top:5%;left:clamp(28px,5vw,78px);transform:none}.process-roadmap-panel>span{color:var(--bn-bright);letter-spacing:-.08em;text-shadow:0 0 28px #2689ffb8;margin-bottom:10px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:clamp(2.4rem,3.8vw,4.3rem);line-height:.8;display:block}.process-roadmap-panel .eyebrow{margin:0 0 10px}.process-roadmap-panel h3{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;margin:0 0 10px;font-size:clamp(1.5rem,2.3vw,2.5rem);font-weight:520}.process-roadmap-panel>p:not(.eyebrow){color:#c9d6e7;margin:0;font-size:clamp(.82rem,1.15vw,1rem);line-height:1.46}.process-roadmap-panel h4{color:var(--bn-blue);letter-spacing:.16em;text-transform:uppercase;margin:16px 0 6px;font-size:.72rem;font-weight:650}.process-roadmap-panel ul{color:var(--bn-muted);grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px;margin:0;padding:0;font-size:clamp(.72rem,.92vw,.88rem);list-style:none;display:grid}.process-roadmap-panel li{border-bottom:1px solid #78aaeb26;padding:4px 0}.process-roadmap-nodes{z-index:4;position:absolute;inset:0}.process-roadmap-nodes button{left:var(--node-x);top:var(--node-y);width:var(--node-size);aspect-ratio:1;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:50%;min-width:34px;padding:0;transition:border-color .18s,box-shadow .18s,background .18s,filter .18s;position:absolute;transform:translate(-50%,-50%)}.process-roadmap-nodes button:hover,.process-roadmap-nodes button:focus-visible,.process-roadmap-nodes button.is-active{filter:brightness(1.18);background:#006aff14;border-color:#84ddffeb;outline:none;box-shadow:0 0 12px #69dcff,0 0 36px #005dfff0,inset 0 0 24px #0071ff57}.process-roadmap-mobile-highlight,.process-mobile-steps{display:none}.about-page{--about-width:min(calc(100% - 80px), 1340px);background:var(--bn-background);position:relative}.about-hero{border-bottom:1px solid var(--bn-line);grid-template-columns:minmax(0,39%) minmax(0,61%);min-height:760px;display:grid}.about-hero-copy{align-self:center;padding:72px clamp(34px,5vw,76px)}.about-hero-copy h1{max-width:660px;font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.065em;margin:0;font-size:clamp(3.15rem,5.5vw,6.15rem);font-weight:470;line-height:.96}.about-hero-copy h1 em{color:var(--bn-bright);font-style:normal}.about-hero-copy>p:not(.eyebrow){max-width:520px;color:var(--bn-muted);margin:28px 0;font-size:1rem;line-height:1.68}.about-visual-shell{border-left:1px solid var(--bn-line);align-items:center;min-width:0;padding:clamp(24px,3vw,46px);display:flex}.about-visual-frame{aspect-ratio:1400/992;background:var(--bn-background);width:100%;position:relative;overflow:hidden}.about-visual-frame img{object-fit:contain;width:100%;height:100%;display:block}.about-visual-nodes{position:absolute;inset:0}.about-visual-nodes button{aspect-ratio:1;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;width:clamp(34px,5%,64px);padding:0;position:absolute;transform:translate(-50%,-50%)}.about-visual-nodes button:first-child{top:20.65%;left:50%}.about-visual-nodes button:nth-child(2){top:50%;left:71.35%}.about-visual-nodes button:nth-child(3){top:79.55%;left:50%}.about-visual-nodes button:nth-child(4){top:50%;left:28.6%}.about-visual-nodes button:hover,.about-visual-nodes button:focus-visible,.about-visual-nodes button.is-active{border-color:var(--bn-bright);background:#3183ff1f;outline:none;box-shadow:0 0 22px #3289ff94,inset 0 0 18px #4aa1ff2e}.about-thinking-section,.about-content-section,.about-capabilities,.about-decision-section,.about-difference,.about-final-callout{width:var(--about-width);margin-inline:auto}.about-thinking-section{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:64px 82px;padding:118px 0 126px;display:grid}.about-thinking-section>header h2,.about-section-heading h2{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.055em;margin:0;font-size:clamp(2.6rem,4.4vw,5rem);font-weight:480;line-height:1}.about-thinking-detail{border-left:1px solid var(--bn-bright);grid-template-columns:72px 1fr;gap:24px;padding:34px 0 34px 34px;display:grid}.about-thinking-detail>span,.about-thinking-tabs span,.about-serious-grid article>span{color:var(--bn-blue);letter-spacing:.14em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.72rem;font-weight:650}.about-thinking-detail h3{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;margin:0 0 12px;font-size:clamp(1.75rem,2.6vw,2.8rem);font-weight:520}.about-thinking-detail p{color:var(--bn-muted);margin:0;line-height:1.65}.about-thinking-tabs{border-top:1px solid var(--bn-line);border-left:1px solid var(--bn-line);grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.about-thinking-tabs button{border:0;border-right:1px solid var(--bn-line);border-bottom:1px solid var(--bn-line);min-height:104px;color:var(--bn-muted);text-align:left;cursor:pointer;background:0 0;flex-direction:column;align-items:flex-start;gap:12px;padding:20px;display:flex}.about-thinking-tabs button:hover,.about-thinking-tabs button:focus-visible,.about-thinking-tabs button.is-active{color:var(--bn-text);background:#458bff14;outline:none}.about-thinking-tabs strong{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;text-transform:uppercase;letter-spacing:.035em;font-size:.9rem}.about-statement{border-block:1px solid var(--bn-line);text-align:center;padding:clamp(118px,13vw,190px) max(40px,50vw - 590px)}.about-statement h2{max-width:1160px;font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.066em;margin:0 auto;font-size:clamp(3.2rem,6.4vw,7.4rem);font-weight:460;line-height:.96}.about-statement>p:last-child{max-width:760px;color:var(--bn-muted);margin:32px auto 0;font-size:1.05rem;line-height:1.7}.about-content-section,.about-capabilities,.about-decision-section,.about-difference{padding-block:122px}.about-section-heading{max-width:920px;margin-bottom:58px}.about-section-heading>p:last-child{max-width:720px;color:var(--bn-muted);margin:22px 0 0;line-height:1.68}.about-experience-grid,.about-serious-grid{border-top:1px solid var(--bn-line);border-left:1px solid var(--bn-line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.about-experience-grid article,.about-serious-grid article{border-right:1px solid var(--bn-line);border-bottom:1px solid var(--bn-line);min-height:230px;padding:30px 26px}.about-experience-grid svg{width:30px;height:30px;color:var(--bn-blue);margin-bottom:50px}.about-experience-grid h3,.about-serious-grid h3{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;margin:0 0 11px;font-size:1.15rem;font-weight:560}.about-experience-grid p,.about-serious-grid p{color:var(--bn-muted);margin:0;font-size:.9rem;line-height:1.58}.about-capabilities{border-block:1px solid var(--bn-line)}.about-capability-field{border-top:1px solid var(--bn-line);border-left:1px solid var(--bn-line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.about-capability-field span{border-right:1px solid var(--bn-line);border-bottom:1px solid var(--bn-line);min-height:84px;color:var(--bn-muted);letter-spacing:.09em;text-transform:uppercase;align-items:center;padding:20px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.74rem;transition:color .16s,background .16s;display:flex}.about-capability-field span:hover,.about-capability-field span.is-primary{color:var(--bn-text);background:#3782ff14}.about-decision-section{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:72px;display:grid}.about-decision-flow{border-top:1px solid var(--bn-line);margin:0;padding:0;list-style:none}.about-decision-flow li{border-bottom:1px solid var(--bn-line);grid-template-columns:70px 1fr;align-items:center;min-height:70px;padding:16px 0;display:grid}.about-decision-flow span{color:var(--bn-blue);letter-spacing:.14em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.72rem}.about-decision-flow strong{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:1rem;font-weight:540}.about-serious-section{padding-top:0}.about-serious-grid article>span{margin-bottom:54px;display:block}.about-difference,.about-comparison{border-top:1px solid var(--bn-line)}.about-comparison>div{border-bottom:1px solid var(--bn-line);grid-template-columns:minmax(0,1fr) 60px minmax(0,1fr);align-items:center;min-height:74px;padding:17px 22px;display:grid}.about-comparison-head{color:var(--bn-blue);letter-spacing:.14em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.7rem;min-height:54px!important}.about-comparison>div>span:first-child{color:#667487}.about-comparison>div>span:nth-child(2){color:var(--bn-blue);text-align:center}.about-comparison strong{color:var(--bn-text);font-weight:540}.about-final-callout{border:1px solid var(--bn-strong);background:var(--bn-panel);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:54px;min-height:310px;margin-bottom:112px;padding:52px;display:grid}.about-final-callout h2{max-width:780px;font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.055em;margin:0 0 14px;font-size:clamp(2.6rem,4vw,4.8rem);font-weight:480;line-height:1}.about-final-callout>div>p:last-child{max-width:650px;color:var(--bn-muted);margin:0;line-height:1.65}.about-explore{width:var(--about-width);margin-inline:auto;padding-block:126px}.about-chapter-layout{grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(48px,7vw,110px);display:grid}.about-chapter-nav{border-top:1px solid var(--bn-line)}.about-chapter-nav button{border:0;border-bottom:1px solid var(--bn-line);width:100%;min-height:82px;color:var(--bn-dim);text-align:left;cursor:pointer;background:0 0;grid-template-columns:48px 1fr auto;align-items:center;gap:14px;padding:18px 0;transition:color .16s,padding .16s;display:grid}.about-chapter-nav button:hover,.about-chapter-nav button:focus-visible,.about-chapter-nav button.is-active{color:var(--bn-text);outline:none;padding-left:12px}.about-chapter-nav button.is-active{box-shadow:inset 2px 0 0 var(--bn-bright)}.about-chapter-nav button span:first-child{color:var(--bn-blue);letter-spacing:.13em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.7rem}.about-chapter-nav button strong{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;text-transform:uppercase;letter-spacing:.035em;font-size:.95rem;font-weight:540}.about-chapter-nav button span:last-child{color:var(--bn-bright);font-size:1.2rem}.about-chapter-panel{border-left:1px solid var(--bn-strong);min-height:492px;padding-left:clamp(28px,4vw,60px)}.about-chapter-copy>h3{max-width:740px;font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.05em;margin:0 0 22px;font-size:clamp(2.2rem,3.5vw,4.1rem);font-weight:480;line-height:1}.about-chapter-copy>p:not(.eyebrow){max-width:680px;color:var(--bn-muted);margin:0 0 34px;line-height:1.68}.about-experience-list,.about-serious-list{border-top:1px solid var(--bn-line);gap:0;display:grid}.about-experience-list article,.about-serious-list article{border-bottom:1px solid var(--bn-line);grid-template-columns:42px 1fr;align-items:center;gap:18px;min-height:86px;padding:18px 0;display:grid}.about-experience-list svg{width:27px;height:27px;color:var(--bn-blue)}.about-experience-list h4,.about-serious-list h4{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;margin:0 0 5px;font-size:1rem;font-weight:560}.about-experience-list p,.about-serious-list p{color:var(--bn-muted);margin:0;font-size:.86rem;line-height:1.5}.about-serious-list article{grid-template-columns:44px 1fr}.about-serious-list article>span{color:var(--bn-blue);letter-spacing:.12em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.7rem}.about-capability-list{flex-wrap:wrap;gap:10px;display:flex}.about-capability-list span{border:1px solid var(--bn-line);color:#c8d2e1;letter-spacing:.07em;text-transform:uppercase;padding:12px 15px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.7rem}.about-explore .about-decision-flow{margin-top:32px}.contact-page{--contact-width:min(calc(100% - 80px), 1340px);background:var(--bn-background);position:relative}.contact-hero{border-bottom:1px solid var(--bn-line);grid-template-columns:minmax(0,39%) minmax(0,61%);min-height:760px;display:grid}.contact-hero-copy{align-self:center;padding:72px clamp(34px,5vw,76px)}.contact-hero-copy h1{max-width:690px;font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.064em;margin:0;font-size:clamp(3.05rem,5.35vw,6rem);font-weight:470;line-height:.97}.contact-hero-copy h1 em{color:var(--bn-bright);font-style:normal}.contact-hero-copy>p:not(.eyebrow){max-width:520px;color:var(--bn-muted);margin:28px 0;line-height:1.68}.contact-visual-shell{border-left:1px solid var(--bn-line);align-items:center;min-width:0;padding:clamp(18px,2.8vw,42px);display:flex}.contact-visual-frame{aspect-ratio:6/5;background:#000;width:100%;overflow:hidden}.contact-visual-frame img{object-fit:contain;width:100%;height:100%;display:block}.contact-method-grid{border-bottom:1px solid var(--bn-line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.contact-method-grid>a{border-right:1px solid var(--bn-line);grid-template-columns:34px 1fr auto;align-items:start;gap:18px;min-height:178px;padding:28px clamp(22px,2.7vw,42px);transition:background .16s;display:grid}.contact-method-grid>a:last-child{border-right:0}.contact-method-grid>a:hover,.contact-method-grid>a:focus-visible{background:#4285ff12;outline:none}.contact-method-grid>a>svg:first-child{width:29px;height:29px;color:var(--bn-blue)}.contact-method-grid>a>svg:last-child{width:17px;height:17px;color:var(--bn-dim)}.contact-method-grid h2{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;margin:0 0 9px;font-size:1rem;font-weight:560}.contact-method-grid p{color:var(--bn-muted);margin:0;font-size:.82rem;line-height:1.56}.contact-inquiry{width:var(--contact-width);margin-inline:auto;padding:126px 0 134px}.contact-section-heading{max-width:960px;margin-bottom:78px}.contact-section-heading h2{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;letter-spacing:-.059em;margin:0;font-size:clamp(2.8rem,5vw,5.7rem);font-weight:470;line-height:.99}.contact-section-heading>p:last-child{max-width:720px;color:var(--bn-muted);margin:24px 0 0;line-height:1.68}.contact-inquiry-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(52px,8vw,124px);display:grid}.contact-inquiry-layout>*,.contact-form-row>*{min-width:0}.contact-next-steps{position:sticky;top:28px}.contact-next-steps h3{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;margin:0 0 28px;font-size:1.25rem;font-weight:560}.contact-next-steps ol{border-top:1px solid var(--bn-line);margin:0;padding:0;list-style:none}.contact-next-steps li{border-bottom:1px solid var(--bn-line);grid-template-columns:42px 1fr;gap:12px;padding:22px 0;display:grid}.contact-next-steps li>span{color:var(--bn-blue);letter-spacing:.12em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.7rem}.contact-next-steps li p{color:var(--bn-muted);margin:0;font-size:.88rem;line-height:1.6}.contact-next-steps li strong{color:var(--bn-text);font-weight:560}.contact-private-note{border:1px solid var(--bn-line);grid-template-columns:28px 1fr;gap:14px;margin-top:28px;padding:20px;display:grid}.contact-private-note svg{width:25px;height:25px;color:var(--bn-blue)}.contact-private-note p{color:var(--bn-muted);margin:0;font-size:.82rem;line-height:1.55}.contact-private-note strong{color:var(--bn-text)}.contact-form{border:0;border-left:1px solid var(--bn-strong);box-shadow:none;background:0 0;border-radius:0;gap:26px;padding:0 0 0 clamp(28px,4vw,58px);display:grid}.contact-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.contact-form label{color:#dce3ef;letter-spacing:.055em;text-transform:uppercase;gap:10px;margin:0;font-size:.77rem;font-weight:550;display:grid}.contact-field-title{color:#dce3ef;align-items:baseline;gap:.3em;display:inline-flex}.contact-field-title strong,.contact-consent strong{color:var(--bn-bright);font:inherit}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid var(--bn-line);width:100%;min-height:54px;color:var(--bn-text);font:400 .92rem/1.5 var(--font-inter), "Inter", sans-serif;text-transform:none;letter-spacing:normal;background:#050a13;border-radius:0;outline:none;padding:14px 15px;transition:border-color .16s,box-shadow .16s}.contact-form textarea{resize:vertical;min-height:178px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--bn-bright);box-shadow:0 0 0 3px #498bff1c}.contact-form textarea::placeholder{color:#667284}.contact-form small{color:var(--bn-dim);letter-spacing:0;text-transform:none;font-size:.72rem;font-weight:400;line-height:1.5}.contact-form .contact-consent{color:var(--bn-muted);letter-spacing:0;text-transform:none;grid-template-columns:20px 1fr;align-items:start;gap:12px;font-size:.78rem;font-weight:400;line-height:1.5}.contact-form .contact-consent input{width:18px;height:18px;min-height:18px;accent-color:var(--bn-blue);margin:1px 0 0}.contact-submit{justify-self:start}.contact-submit:disabled{cursor:wait;opacity:.68}.contact-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.contact-form-status{min-height:24px;color:var(--bn-bright);margin:-8px 0 0;font-size:.82rem;line-height:1.5}.contact-form-status.error,.contact-form-status.verification{color:#ff9d9d}.contact-turnstile{max-width:100%;min-height:65px;overflow:hidden}.contact-confirmation{border-left:1px solid var(--bn-strong);flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;min-height:100%;padding-left:clamp(28px,4vw,58px);display:flex}.contact-confirmation h3{max-inline-size:100%;max-width:620px;color:var(--bn-text);font:500 clamp(2.75rem, 5vw, 5rem)/.98 var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:-.055em;overflow-wrap:anywhere;word-break:break-word;margin:18px 0 20px}.contact-confirmation-lead{max-width:650px;color:var(--bn-muted);margin:0;font-size:.98rem;line-height:1.75}.contact-confirmation-lead strong{color:var(--bn-text);overflow-wrap:anywhere;word-break:break-word;font-weight:500}.contact-confirmation-reference{border-block:1px solid var(--bn-line);grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin:38px 0 34px;display:grid}.contact-confirmation-reference div{padding:20px 0}.contact-confirmation-reference div+div{border-left:1px solid var(--bn-line);padding-left:28px}.contact-confirmation-reference dt{color:var(--bn-dim);letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px;font-size:.65rem}.contact-confirmation-reference dd{color:var(--bn-bright);font:500 .88rem/1.4 var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:.06em;text-transform:uppercase;overflow-wrap:anywhere;word-break:break-word;margin:0}.contact-confirmation-next{grid-template-columns:34px minmax(0,1fr);gap:22px 14px;margin-bottom:38px;display:grid}.contact-confirmation-next>span{color:var(--bn-bright);font:500 .69rem/1.5 var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:.1em}.contact-confirmation-next p{color:var(--bn-muted);margin:0;font-size:.82rem;line-height:1.6}.contact-confirmation-next strong{color:var(--bn-text);margin-bottom:3px;font-weight:550;display:block}@media (max-width:1120px){.header-inner{width:calc(100% - 40px)}.site-nav{gap:20px}.primary-button{padding-inline:18px}.hero{grid-template-columns:minmax(0,48%) minmax(0,52%)}.hero-copy{padding-inline:38px}.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit-card:nth-child(2){border-right:0}.benefit-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.services-hero{grid-template-columns:minmax(0,42%) minmax(0,58%)}.process-stage-selector{grid-template-columns:repeat(3,minmax(0,1fr))}.services-copy{padding-inline:38px}.services-visual{padding-inline:18px}.service-area-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-area-card:nth-child(2){border-right:0}.service-area-card:nth-child(-n+2){border-bottom:1px solid var(--bn-line)}.offering-grid,.specialized-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{flex-wrap:wrap;padding-block:28px}.footer-inner p{min-width:min(460px,100%)}}@media (max-width:840px){.header-inner{min-height:82px}.brand-logo{width:clamp(220px,52vw,300px)}.menu-button{display:inline-grid}.site-nav{border-bottom:1px solid var(--line);background:#02050bfb;flex-direction:column;align-items:stretch;gap:0;margin:0;padding:22px 20px 26px;display:none;position:absolute;top:82px;left:0;right:0}.site-nav.is-open{display:flex}.site-nav>a:not(.primary-button){border-bottom:1px solid var(--line);padding:15px 2px}.primary-button{margin-top:18px}.hero{grid-template-columns:1fr}.hero-copy{max-width:760px;padding:68px 34px 48px}.hero h1{max-width:680px}.hero-visual{border-top:1px solid var(--line);min-height:min(68vw,610px)}.hero-image-frame{width:100%}.services-hero{grid-template-columns:1fr}.services-copy{max-width:760px;padding:72px 34px 56px}.services-copy h1{max-width:680px}.services-visual{border-top:1px solid var(--bn-line);border-left:0;min-height:590px;padding:38px 14px 20px}.services-content,.services-callout{width:calc(100% - 40px)}.services-content{padding-block:88px}.specialized-content{padding-top:0}.services-callout{grid-template-columns:1fr;justify-items:start;gap:28px;margin-bottom:88px}.process-hero{grid-template-columns:1fr}.process-copy{max-width:760px;padding:72px 34px 56px}.process-visual{border-top:1px solid var(--bn-line);border-left:0;min-height:430px;padding:48px 20px}.process-control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-control-grid article:nth-child(2){border-right:0}.process-control-grid article:nth-child(-n+2){border-bottom:1px solid var(--bn-line)}.process-content,.process-callout{width:calc(100% - 40px)}.process-content{padding-block:88px}.process-evidence{grid-template-columns:1fr;padding-top:0}.process-stage-detail{grid-template-columns:60px 1fr}.process-stage-detail ul{grid-column:2}.process-callout{grid-template-columns:1fr;justify-items:start;margin-bottom:88px}.footer-inner{flex-direction:column;align-items:flex-start;gap:20px;width:calc(100% - 40px)}.footer-divider{flex-basis:1px;width:100%;height:1px}.footer-nav{justify-content:space-between;gap:16px;width:100%}}@media (max-width:560px){.header-inner{width:calc(100% - 28px)}.brand-logo{width:min(238px,100vw - 108px)}.hero-copy{padding:54px 22px 42px}.hero h1{font-size:clamp(2.65rem,13.4vw,4rem)}.hero-intro{font-size:.95rem}.benefit-grid{grid-template-columns:1fr}.benefit-card,.benefit-card:nth-child(2){border-right:0;border-bottom:1px solid var(--line);min-height:112px}.benefit-card:last-child{border-bottom:0}.services-copy{padding:60px 22px 48px}.services-copy h1{font-size:clamp(2.65rem,13vw,4rem)}.services-visual{min-height:440px;padding-inline:4px}.engine-heading{letter-spacing:.11em;gap:6px;font-size:.61rem}.services-engine-art{width:min(100%,430px);margin-top:0;margin-bottom:-66px}.service-area-grid{grid-template-columns:1fr}.service-area-card,.service-area-card:nth-child(2){border-right:0;border-bottom:1px solid var(--bn-line);text-align:left;grid-template-rows:auto auto;grid-template-columns:44px minmax(0,1fr);place-content:center stretch;gap:5px 20px;min-height:142px;padding:24px;display:grid}.service-area-card>svg{grid-row:1/3;align-self:center}.service-area-card h3,.service-area-card p{max-width:none}.offering-grid,.specialized-grid{grid-template-columns:1fr}.services-content,.services-callout{width:calc(100% - 28px)}.services-content{padding-block:72px}.services-section-heading{margin-bottom:35px}.services-section-heading h2{font-size:clamp(2.3rem,11.8vw,3.5rem)}.offering-card{min-height:390px;padding:27px 24px 29px}.specialized-content{padding-top:0}.specialized-grid article{min-height:210px;padding:25px 24px 28px}.specialized-grid article>span{margin-bottom:42px}.services-callout{min-height:0;margin-bottom:72px;padding:34px 26px}.services-callout-button{width:100%}.service-area-card:last-child{border-bottom:0}.process-copy{padding:60px 22px 48px}.process-copy h2{font-size:clamp(2.55rem,12.7vw,3.8rem)}.process-visual{min-height:300px;padding:42px 12px}.process-control-grid{grid-template-columns:1fr}.process-control-grid article,.process-control-grid article:nth-child(2){border-right:0;border-bottom:1px solid var(--bn-line);min-height:142px;padding:24px}.process-control-grid article:last-child{border-bottom:0}.process-content,.process-callout{width:calc(100% - 28px)}.process-content{padding-block:72px}.process-evidence{padding-top:0}.process-stage-selector{grid-template-columns:repeat(2,minmax(0,1fr))}.process-stage-selector button{min-height:94px}.process-stage-detail{grid-template-columns:42px 1fr;gap:18px;min-height:0;padding:28px 24px}.process-stage-detail ul{grid-column:1/-1}.process-callout{min-height:0;margin-bottom:72px;padding:34px 26px}.footer-inner{width:calc(100% - 28px)}.footer-brand{width:min(300px,100%)}.footer-nav{flex-wrap:wrap;justify-content:flex-start;row-gap:12px}}@media (max-width:840px){.process-neon-header{grid-template-columns:1fr;gap:24px;width:calc(100% - 40px);padding-top:72px}.process-neon-header .eyebrow{margin-bottom:0}.process-neon-header h1,.process-neon-header h2{font-size:clamp(2.55rem,11vw,4.6rem)}.process-neon-header>div>p{max-width:620px}.process-roadmap-shell{width:calc(100% - 24px)}.process-roadmap-panel{width:34%;padding:22px;left:24px}.process-roadmap-panel h4,.process-roadmap-panel ul{display:none}}@media (max-width:720px){.process-roadmap-stage{aspect-ratio:1672/941}.process-roadmap-panel,.process-roadmap-nodes{display:none}.process-roadmap-mobile-highlight{z-index:4;left:var(--node-x);top:var(--node-y);width:max(var(--node-size), 28px);aspect-ratio:1;pointer-events:none;background:#0070ff1f;border:1px solid #a6e8fffa;border-radius:50%;transition:left .42s cubic-bezier(.22,1,.36,1),top .42s cubic-bezier(.22,1,.36,1),width .22s;animation:1.9s ease-in-out infinite process-mobile-beacon;display:block;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 8px #8ae7ff,0 0 22px #0071fffa,0 0 44px #0048ffb8,inset 0 0 16px #58ccff73}.process-mobile-steps{border-top:1px solid var(--bn-line);border-left:1px solid var(--bn-line);margin-top:16px;display:grid}.process-mobile-steps article{border-right:1px solid var(--bn-line);border-bottom:1px solid var(--bn-line);background:#030812a3}.process-mobile-steps article.is-active{box-shadow:inset 3px 0 0 var(--bn-bright);background:#004bbe1a}.process-mobile-steps article>button{width:100%;min-height:76px;color:var(--bn-text);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;padding:18px 20px;display:grid}.process-mobile-steps article>button span:first-child{color:var(--bn-bright);letter-spacing:.12em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.process-mobile-steps article>button strong{font-family:var(--font-space-grotesk), "Space Grotesk", var(--font-inter), var(--font-inter), "Inter", sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:1rem}.process-mobile-steps article>button span:last-child{color:var(--bn-bright);font-size:1.35rem}.process-mobile-steps article>div{padding:0 20px 24px 80px}.process-mobile-steps article>div p{color:var(--bn-muted);margin:0 0 16px;line-height:1.58}.process-mobile-steps article>div ul{color:#c9d6e7;margin:0;padding-left:18px;font-size:.86rem;line-height:1.7}.process-control-grid{width:calc(100% - 24px);margin-bottom:82px}.process-control-grid article,.process-control-grid article:nth-child(2){min-height:0;padding:20px}.process-proof-grid article{grid-template-columns:56px minmax(0,1fr);gap:10px 14px;padding:20px 0}.process-proof-grid article p{grid-column:2}}@keyframes process-mobile-beacon{0%,to{filter:brightness();opacity:.82}50%{filter:brightness(1.32);opacity:1}}@media (prefers-reduced-motion:reduce){.process-roadmap-mobile-highlight{transition:none;animation:none}}.about-visual-shell{flex-direction:column;justify-content:center;align-items:stretch;gap:18px}.about-visual-caption{color:#d0d9e6;font:600 clamp(.78rem, .92vw, .93rem)/1.55 var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:.035em;text-align:center;margin:0}.about-visual-caption span{color:var(--bn-bright);padding-inline:7px}.about-statement,.about-difference{border-top:0}.about-statement{border-bottom:0;padding-block:clamp(94px,9vw,132px)}.about-chapter-panel{min-height:310px}.about-chapter-copy>p:not(.eyebrow){max-width:730px;margin-bottom:0}.about-hero-copy h1{max-width:740px}.about-thinking-section{display:block}.about-thinking-section>header{max-width:730px;margin-bottom:54px}.about-thinking-rail{grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);align-items:center;gap:clamp(42px,7vw,112px);display:grid}.about-thinking-tabs{border:0;display:block}.about-thinking-tabs button{border:0;border-bottom:1px solid var(--bn-line);width:100%;min-height:68px;color:var(--bn-dim);background:0 0;grid-template-columns:48px 1fr;align-items:center;gap:14px;padding:16px 0;display:grid}.about-thinking-tabs button:first-child{border-top:1px solid var(--bn-line)}.about-thinking-tabs button:hover,.about-thinking-tabs button:focus-visible,.about-thinking-tabs button.is-active{color:var(--bn-text);box-shadow:inset 2px 0 0 var(--bn-bright);background:0 0;padding-left:12px}.about-thinking-detail{min-height:174px}.about-statement h2{max-width:900px;font-size:clamp(2.8rem,4.7vw,5rem)}.about-final-callout{border:0;border-top:1px solid var(--bn-strong);background:0 0;min-height:0;padding:58px 0 112px}.about-hero-copy>p:not(.eyebrow),.about-section-heading>p:last-child,.about-thinking-detail p,.about-chapter-copy>p:not(.eyebrow),.about-final-callout>div>p:last-child,.about-statement>p:last-child{color:#c7d0dd;font-size:clamp(1rem,1.18vw,1.12rem);line-height:1.72}.about-thinking-tabs strong,.about-chapter-nav button strong{font-size:1rem}.about-capability-copy{color:#d2d9e5;max-width:780px;font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:-.018em;margin:34px 0 0;font-size:clamp(1.05rem,1.35vw,1.28rem);font-weight:500;line-height:1.78}.about-comparison>div{font-size:.98rem;line-height:1.5}.about-comparison-head{font-size:.72rem!important}@media (max-width:840px){.about-visual-caption{text-align:left}.about-thinking-rail{grid-template-columns:1fr;gap:34px}}@media (max-width:620px){.about-thinking-section>header{margin-bottom:38px}.about-final-callout{padding-block:44px 72px}}@media (max-width:560px){.about-visual-caption{font-size:.82rem;line-height:1.65}.about-chapter-panel{min-height:230px}.about-hero-copy>p:not(.eyebrow),.about-section-heading>p:last-child,.about-thinking-detail p,.about-chapter-copy>p:not(.eyebrow),.about-final-callout>div>p:last-child,.about-statement>p:last-child{font-size:1rem;line-height:1.72}.about-thinking-tabs strong,.about-chapter-nav button strong{font-size:.96rem}.about-capability-copy{font-size:1.04rem;line-height:1.72}.about-comparison>div{font-size:.9rem}.about-comparison-head{font-size:.66rem!important}}@media (max-width:1120px){.contact-page{--contact-width:calc(100% - 40px)}.contact-hero{grid-template-columns:minmax(0,42%) minmax(0,58%);min-height:680px}.contact-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-method-grid>a:nth-child(2){border-right:0}.contact-method-grid>a:nth-child(-n+2){border-bottom:1px solid var(--bn-line)}.about-page{--about-width:calc(100% - 40px)}.about-hero{grid-template-columns:minmax(0,42%) minmax(0,58%);min-height:680px}.about-experience-grid,.about-serious-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-capability-field{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:840px){.contact-hero{grid-template-columns:1fr;min-height:0}.contact-hero-copy{padding:72px 32px 58px}.contact-hero-copy h1{max-width:720px;font-size:clamp(3.2rem,11vw,5.8rem)}.contact-visual-shell{border-top:1px solid var(--bn-line);border-left:0;padding:22px}.contact-inquiry-layout{grid-template-columns:1fr;gap:54px}.contact-next-steps{position:static}.contact-form,.contact-confirmation{border-top:1px solid var(--bn-strong);border-left:0;padding:42px 0 0}.about-hero{grid-template-columns:1fr;min-height:0}.about-hero-copy{padding:72px 32px 58px}.about-hero-copy h1{max-width:720px;font-size:clamp(3.2rem,11vw,5.8rem)}.about-visual-shell{border-top:1px solid var(--bn-line);border-left:0;padding:22px}.about-thinking-section,.about-decision-section{grid-template-columns:1fr;gap:40px}.about-thinking-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.about-statement{padding-inline:32px}.about-capability-field{grid-template-columns:repeat(2,minmax(0,1fr))}.about-final-callout{grid-template-columns:1fr;justify-items:start}.about-explore{padding-block:92px}.about-chapter-layout{grid-template-columns:1fr;gap:42px}.about-chapter-nav{border-left:1px solid var(--bn-line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.about-chapter-nav button{border-right:1px solid var(--bn-line);padding-inline:16px}.about-chapter-nav button:hover,.about-chapter-nav button:focus-visible,.about-chapter-nav button.is-active{padding-left:20px}.about-chapter-panel{min-height:0}}@media (max-width:560px){.contact-page{--contact-width:calc(100% - 28px)}.contact-hero-copy{padding:58px 22px 46px}.contact-hero-copy h1{font-size:clamp(2.75rem,13.2vw,4.1rem)}.contact-visual-shell{padding:10px 4px}.contact-method-grid{grid-template-columns:1fr}.contact-method-grid>a,.contact-method-grid>a:nth-child(2){border-right:0;border-bottom:1px solid var(--bn-line);min-height:138px}.contact-method-grid>a:last-child{border-bottom:0}.contact-inquiry{padding:82px 0 92px}.contact-section-heading{margin-bottom:52px}.contact-section-heading h2{font-size:clamp(2.45rem,12vw,3.8rem)}.contact-form-row{grid-template-columns:1fr}.contact-form,.contact-confirmation{padding-top:34px}.contact-confirmation-reference{grid-template-columns:1fr}.contact-confirmation-reference div+div{border-top:1px solid var(--bn-line);border-left:0;padding-left:0}.contact-submit{width:100%}.about-page{--about-width:calc(100% - 28px)}.about-hero-copy{padding:58px 22px 46px}.about-hero-copy h1{font-size:clamp(2.75rem,13.2vw,4.1rem)}.about-visual-shell{padding:10px 4px}.about-thinking-section,.about-content-section,.about-capabilities,.about-decision-section,.about-difference{padding-block:78px}.about-thinking-section{gap:30px}.about-thinking-detail{grid-template-columns:42px 1fr;gap:12px;padding:26px 0 26px 22px}.about-thinking-tabs,.about-experience-grid,.about-serious-grid{grid-template-columns:1fr}.about-statement{padding:92px 22px}.about-statement h2{font-size:clamp(2.75rem,13vw,4.4rem)}.about-section-heading{margin-bottom:38px}.about-section-heading h2,.about-thinking-section>header h2{font-size:clamp(2.35rem,11.5vw,3.6rem)}.about-experience-grid article,.about-serious-grid article{min-height:190px}.about-capability-field span{min-height:76px;padding:16px;font-size:.66rem}.about-comparison>div{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr);gap:4px;padding-inline:10px;font-size:.77rem}.about-comparison-head{font-size:.58rem!important}.about-final-callout{min-height:0;margin-bottom:72px;padding:34px 26px}.about-explore{padding-block:78px}.about-chapter-nav{grid-template-columns:1fr}.about-chapter-nav button{min-height:70px}.about-chapter-panel{padding-left:22px}.about-chapter-copy>h3{font-size:clamp(2.1rem,10.8vw,3.25rem)}}@media (max-width:760px){.service-explorer-desktop{display:none}.service-explorer-mobile{border-top:1px solid var(--bn-line);border-left:1px solid var(--bn-line);display:grid}.service-explorer-mobile>article{border-right:1px solid var(--bn-line);border-bottom:1px solid var(--bn-line);background:#050a146b}.service-explorer-mobile>article.is-expanded{box-shadow:inset 3px 0 0 var(--bn-bright);background:linear-gradient(145deg,#4c83ff14,#050a1485)}.service-explorer-mobile>article>button{border-bottom:0;grid-template-columns:28px 30px minmax(0,1fr) 18px;gap:12px;min-height:82px;padding:18px 16px}.service-explorer-mobile>article>button strong{font-size:.94rem}.service-explorer-mobile>article>div{padding:2px 20px 26px 73px}.service-explorer-mobile>article>div>p{margin-bottom:22px;font-size:.9rem}.service-explorer-mobile ul{grid-template-columns:1fr;margin-bottom:24px}.service-explorer-mobile li{padding-right:0}.service-detail-cta{min-height:44px;padding-inline:15px}}@media (max-width:430px){.service-explorer-mobile>article>div{padding-left:20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
:root{--bn-content-max:1280px;--bn-reading-max:760px;--bn-narrow-max:560px;--bn-gutter:64px;--bn-section-space:clamp(4.5rem, 8vw, 8rem);--bn-display-size:clamp(2.5rem, 5vw, 5.25rem);--bn-section-title-size:clamp(2rem, 3.5vw, 3.5rem);--bn-panel-radius:0px}html{scroll-padding-top:92px}body{overflow-x:clip}.header-inner,.footer-inner,.section-shell,.services-content,.services-callout,.process-content,.process-callout,.process-control-grid,.about-thinking-section,.about-content-section,.about-capabilities,.about-decision-section,.about-difference,.about-final-callout,.about-explore,.contact-inquiry{width:min(var(--bn-content-max), calc(100% - (var(--bn-gutter) * 2)))}.site-header{position:sticky;top:0}.header-inner{min-height:88px}.footer-inner{min-height:96px}.footer-legal{padding-inline:max(var(--bn-gutter), calc((100vw - var(--bn-content-max)) / 2))}.section-shell,.services-section,.process-section,.about-page,.contact-page{--services-width:min(var(--bn-content-max), calc(100% - (var(--bn-gutter) * 2)));--process-width:min(var(--bn-content-max), calc(100% - (var(--bn-gutter) * 2)));--about-width:min(var(--bn-content-max), calc(100% - (var(--bn-gutter) * 2)));--contact-width:min(var(--bn-content-max), calc(100% - (var(--bn-gutter) * 2)))}.hero-copy,.services-copy,.about-hero-copy,.contact-hero-copy,.process-neon-header>div{padding-inline-start:max(var(--bn-gutter), calc((100vw - var(--bn-content-max)) / 2))}.hero h1,.services-copy h1,.process-neon-header h1,.about-hero-copy h1,.contact-hero-copy h1{font-size:var(--bn-display-size);max-width:13ch}.services-section-heading h2,.process-section-heading h2,.process-explorer-heading h2,.about-thinking-section>header h2,.about-section-heading h2,.contact-section-heading h2,.services-callout h2,.process-callout h2,.about-final-callout h2{font-size:var(--bn-section-title-size)}.hero-intro,.services-copy>p:not(.eyebrow),.process-neon-header>div>p,.about-hero-copy>p:not(.eyebrow),.contact-hero-copy>p:not(.eyebrow),.services-section-heading>p:not(.eyebrow),.process-section-heading>p:last-child,.about-section-heading>p:last-child,.contact-section-heading>p:last-child{max-width:var(--bn-reading-max)}.services-content,.process-content,.process-evidence,.about-thinking-section,.about-content-section,.about-capabilities,.about-decision-section,.about-difference,.about-explore,.contact-inquiry{padding-block:var(--bn-section-space)}.services-callout,.process-callout,.about-final-callout{margin-bottom:var(--bn-section-space)}.services-callout,.process-callout,.about-final-callout,.contact-form,.contact-confirmation,.wire-callout,.wire-service-explorer,.process-control-grid,.process-explorer,.about-chapter-panel,.about-comparison{border-radius:var(--bn-panel-radius);box-shadow:none}.primary-button,.services-callout-button,.wire-service-cta,.service-detail-cta{min-height:48px}img[src="/assets/blacknimbus-bn-core-capability-approved.png"],img[src="/images/impralis-holographic-presence-v2.png"],img[src="/images/impralis-decision-field-v2.png"]{object-fit:contain;width:100%;height:auto}.work-experience{isolation:isolate;position:relative;overflow:hidden}.work-experience:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 78% 18%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 34%), linear-gradient(180deg, color-mix(in srgb, var(--accent) 3%, transparent), transparent 72%);height:760px;position:absolute;inset:0 0 auto}.work-hero,.work-console,.work-proof-rule,.work-final{width:min(var(--bn-content-max), calc(100% - (var(--bn-gutter) * 2)));margin-inline:auto}.work-hero{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1.15fr) minmax(290px,.65fr);align-items:end;gap:clamp(4rem,9vw,9rem);min-height:min(760px,100vh - 88px);padding-block:clamp(6rem,10vw,9rem) clamp(4.5rem,8vw,7rem);display:grid;position:relative}.work-hero:after{content:"";background:linear-gradient(90deg, var(--accent), transparent);width:min(26vw,360px);height:1px;box-shadow:0 0 18px color-mix(in srgb, var(--accent) 60%, transparent);position:absolute;bottom:-1px;left:0}.work-hero-copy h1{max-width:9ch;font-size:var(--bn-display-size);margin:1.4rem 0 1.75rem}.work-hero-copy h1 em{color:var(--accent-bright);display:block}.work-hero-lead{max-width:690px;margin:0;font-size:clamp(1rem,1.35vw,1.17rem);line-height:1.72}.work-hero-register{border-top:1px solid var(--line);align-self:end}.work-hero-register>span{border-bottom:1px solid var(--line);color:var(--ink-soft);grid-template-columns:104px minmax(0,1fr);gap:1rem;padding:1.05rem 0;font-size:.82rem;line-height:1.45;display:grid}.work-hero-register b{color:var(--accent-bright);letter-spacing:.13em;text-transform:uppercase;font-size:.65rem}.work-console{padding-block:var(--bn-section-space)}.work-console-heading{grid-template-columns:minmax(0,1fr) minmax(320px,.65fr);align-items:end;gap:clamp(3rem,9vw,8rem);margin-bottom:clamp(3rem,6vw,5rem);display:grid}.work-console-heading h2,.work-proof-rule h2,.work-final h2{font-size:var(--bn-section-title-size)}.work-console-heading h2{max-width:11ch;margin:1rem 0 0}.work-console-heading>p:last-child{max-width:520px;margin:0;line-height:1.7}.work-console-shell{border:1px solid color-mix(in srgb, var(--accent) 24%, var(--line));background:linear-gradient(115deg, color-mix(in srgb, var(--accent) 4%, transparent), transparent 34%), color-mix(in srgb, var(--surface-solid) 18%, transparent);grid-template-columns:300px minmax(0,1fr);min-height:690px;display:grid;position:relative}.work-console-shell:before{content:"EVIDENCE REGISTER  /  SELECTED STATE";z-index:2;color:color-mix(in srgb, var(--accent-bright) 70%, var(--ink-soft));font:600 .57rem/1 var(--font);letter-spacing:.18em;pointer-events:none;padding:.7rem .9rem;position:absolute;top:0;right:0}.work-record-tabs{border-right:1px solid var(--line);background:color-mix(in srgb, var(--bg-soft) 38%, transparent);flex-direction:column;padding-top:2.25rem;display:flex}.work-record-tabs button{border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;gap:.45rem;min-height:148px;padding:1.6rem 1.65rem;transition:background-color .18s,color .18s;display:grid;position:relative}.work-record-tabs button:before{content:"";background:0 0;width:2px;transition:background-color .18s,box-shadow .18s;position:absolute;inset:0 auto 0 0}.work-record-tabs button:hover{background:color-mix(in srgb, var(--accent) 5%, transparent)}.work-record-tabs button.is-active{background:linear-gradient(90deg, color-mix(in srgb, var(--accent) 12%, transparent), transparent 82%)}.work-record-tabs button.is-active:before{background:var(--accent-bright);box-shadow:0 0 18px color-mix(in srgb, var(--accent) 70%, transparent)}.work-record-tabs button>span{color:var(--accent-bright);letter-spacing:.15em;font-size:.68rem;font-weight:700}.work-record-tabs button>strong{color:var(--ink);font-size:.92rem;line-height:1.35}.work-record-tabs button>small{color:var(--ink-soft);font-size:.72rem;line-height:1.4}.work-record-panel{flex-direction:column;min-width:0;padding:clamp(3rem,5vw,5.25rem);animation:.26s ease-out both work-record-in;display:flex}@keyframes work-record-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.work-record-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;gap:2rem;padding-bottom:2rem;display:flex}.work-record-header p{color:var(--accent-bright);letter-spacing:.14em;text-transform:uppercase;margin:0 0 .8rem;font-size:.67rem;font-weight:700}.work-record-header h3{max-width:20ch;margin:0;font-size:clamp(1.75rem,3vw,2.65rem);line-height:1.08}.work-record-header>span{color:var(--ink-soft);letter-spacing:.1em;text-transform:uppercase;flex:none;padding-top:.25rem;font-size:.68rem;font-weight:650}.work-record-summary{max-width:780px;margin:2.2rem 0;font-size:1.02rem;line-height:1.75}.work-record-objective{border-left:2px solid var(--accent);background:linear-gradient(90deg, color-mix(in srgb, var(--accent) 7%, transparent), transparent 78%);grid-template-columns:105px minmax(0,1fr);gap:1.35rem;margin-bottom:2.5rem;padding:1.4rem 0 1.4rem 1.35rem;display:grid}.work-record-objective>span,.work-record-label,.work-record-footer>div>span{color:var(--accent-bright);letter-spacing:.14em;text-transform:uppercase;font-size:.64rem;font-weight:700}.work-record-objective p{color:var(--ink);margin:0;line-height:1.6}.work-record-columns{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}.work-record-columns>section{min-width:0;padding:2rem 0}.work-record-columns>section:first-child{border-right:1px solid var(--line);padding-right:2rem}.work-record-columns>section:last-child{padding-left:2rem}.work-record-label{margin-bottom:1.3rem}.work-record-columns ol,.work-record-columns ul{margin:0;padding:0;list-style:none}.work-record-columns ol li{border-top:1px solid color-mix(in srgb, var(--line) 72%, transparent);grid-template-columns:34px minmax(0,1fr);gap:.8rem;padding:.9rem 0;display:grid}.work-record-columns ol li:first-child,.work-record-columns ul li:first-child{border-top:0}.work-record-columns ol li>span{color:var(--accent-bright);letter-spacing:.1em;font-size:.64rem;font-weight:700}.work-record-columns ol li p{margin:0;font-size:.84rem;line-height:1.55}.work-record-columns ul li{border-top:1px solid color-mix(in srgb, var(--line) 72%, transparent);color:var(--ink-soft);padding:.9rem 0 .9rem 1.2rem;font-size:.84rem;line-height:1.55;position:relative}.work-record-columns ul li:before{content:"";border:1px solid var(--accent-bright);width:5px;height:5px;position:absolute;top:1.35rem;left:0;transform:rotate(45deg)}.work-record-footer{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:2.5rem;margin-top:auto;padding-top:2.4rem;display:grid}.work-record-footer>div{max-width:680px}.work-record-footer>div>span{margin-bottom:.6rem;display:block}.work-record-footer p{margin:0;font-size:.79rem;line-height:1.55}.work-record-footer>a,.work-final>a{border:1px solid color-mix(in srgb, var(--accent) 58%, var(--line));min-height:48px;color:var(--ink);justify-content:center;align-items:center;gap:.7rem;padding:.75rem 1.15rem;font-size:.8rem;font-weight:700;transition:background-color .18s,border-color .18s,transform .18s;display:inline-flex}.work-record-footer>a:hover,.work-final>a:hover{border-color:var(--accent-bright);background:color-mix(in srgb, var(--accent) 10%, transparent);transform:translateY(-1px)}.work-proof-rule{padding-block:var(--bn-section-space);border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:.8fr 1.2fr;gap:clamp(4rem,10vw,9rem);display:grid}.work-proof-rule h2{max-width:11ch;margin:1rem 0 0}.work-proof-rule-copy{border-top:1px solid var(--line)}.work-proof-rule-copy p{border-bottom:1px solid var(--line);grid-template-columns:155px minmax(0,1fr);gap:1.5rem;margin:0;padding:1.25rem 0;line-height:1.55;display:grid}.work-proof-rule-copy strong{color:var(--ink)}.work-final{margin-block:var(--bn-section-space);border:1px solid color-mix(in srgb, var(--accent) 48%, var(--line));background:radial-gradient(circle at 86% 34%, color-mix(in srgb, var(--accent) 13%, transparent), transparent 24%), color-mix(in srgb, var(--surface-solid) 15%, transparent);grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:3rem;padding:clamp(2.5rem,5vw,4.5rem);display:grid;position:relative}.work-final:before{content:"";background:var(--accent-bright);width:2px;height:44%;box-shadow:0 0 18px color-mix(in srgb, var(--accent) 65%, transparent);position:absolute;top:28%;left:-1px}.work-final h2{max-width:15ch;margin:1rem 0}.work-final p:last-child{max-width:650px;margin:0}@media (max-width:1439px){:root{--bn-gutter:40px}.work-console-shell{grid-template-columns:260px minmax(0,1fr)}.work-record-panel{padding:clamp(2.5rem,4vw,4rem)}}@media (max-width:900px){.work-hero,.work-console-heading,.work-proof-rule{grid-template-columns:1fr}.work-hero{gap:3.5rem;min-height:0}.work-hero-register{max-width:620px}.work-console-heading{gap:1.75rem}.work-console-heading>p:last-child{max-width:var(--bn-reading-max)}.work-console-shell{grid-template-columns:1fr}.work-console-shell:before{display:none}.work-record-tabs{border-right:0;border-bottom:1px solid var(--line);overscroll-behavior-inline:contain;grid-auto-columns:minmax(220px,1fr);grid-auto-flow:column;padding-top:0;display:grid;overflow-x:auto}.work-record-tabs button{border-right:1px solid var(--line);border-bottom:0;min-height:124px}.work-record-tabs button:before{width:auto;height:2px;inset:auto 0 0}.work-record-columns{grid-template-columns:1fr}.work-record-columns>section:first-child{border-right:0;border-bottom:1px solid var(--line);padding-right:0}.work-record-columns>section:last-child{padding-left:0}.work-proof-rule{gap:2.5rem}}@media (max-width:767px){:root{--bn-gutter:20px;--bn-section-space:clamp(4.25rem, 18vw, 5.5rem);--bn-display-size:clamp(2.5rem, 12vw, 3.75rem);--bn-section-title-size:clamp(2rem, 9.5vw, 3rem)}.header-inner{min-height:76px}.footer-inner{min-height:0}.footer-legal{padding-inline:var(--bn-gutter)}.hero h1,.services-copy h1,.process-neon-header h1,.about-hero-copy h1,.contact-hero-copy h1{max-width:12ch}.work-hero{gap:2.75rem;padding-top:5rem}.work-hero-copy h1{max-width:8.5ch}.work-hero-register>span{grid-template-columns:90px minmax(0,1fr);font-size:.76rem}.work-console-shell{margin-inline:calc(var(--bn-gutter) * -1);border-inline:0}.work-record-panel{padding:2rem var(--bn-gutter) 2.5rem}.work-record-header{gap:1rem;display:grid}.work-record-header>span{order:-1}.work-record-objective{grid-template-columns:1fr;gap:.55rem}.work-record-footer,.work-final{grid-template-columns:1fr;align-items:start}.work-record-footer>a,.work-final>a{justify-self:start}.work-proof-rule-copy p{grid-template-columns:1fr;gap:.35rem}.work-final{padding:2rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.work-record-panel{animation:none}.work-record-tabs button,.work-record-tabs button:before,.work-record-footer>a,.work-final>a{transition:none}}
.contact-page{color:#f4f7fd;background:radial-gradient(circle at 82% 8%,#2c70e214,#0000 24%),#02050b;position:relative;overflow:hidden}.contact-hero{background:#02050b;grid-template-columns:minmax(0,46%) minmax(0,54%);min-height:min(760px,100vh - 88px)}.contact-hero-copy{width:min(100%,720px);padding-inline-start:max(var(--bn-gutter), calc((100vw - var(--bn-content-max)) / 2));padding-inline-end:clamp(2.5rem,6vw,6rem)}.contact-hero-copy h1{max-width:9.5ch;font-size:var(--bn-display-size)}.contact-hero-copy>p:not(.eyebrow){color:#bdc9d9;max-width:610px;font-size:clamp(1rem,1.25vw,1.12rem);line-height:1.72}.contact-visual-shell{border-left:1px solid var(--bn-line);background:radial-gradient(circle at 52% 48%,#286fe221,#0000 43%),linear-gradient(145deg,#07101f,#02060d 72%);place-items:center;min-width:0;min-height:620px;display:grid;position:relative;overflow:hidden}.contact-visual-shell:before{content:"";pointer-events:none;border:1px solid #6ba0f414;position:absolute;inset:7%}.contact-visual-frame{z-index:1;place-items:center;width:min(100%,880px);height:100%;min-height:620px;display:grid;position:relative;overflow:hidden}.contact-visual-frame:after{content:"DIRECT CONNECTION / HUMAN REVIEW";color:#7294c2;letter-spacing:.15em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.56rem;position:absolute;bottom:clamp(1.5rem,4vw,3rem);right:clamp(1.5rem,4vw,3.5rem)}.contact-visual-frame img{object-fit:contain;filter:drop-shadow(0 0 38px #2d75ea29);width:min(104%,900px);height:auto;max-height:650px}.contact-router{width:min(var(--bn-content-max), calc(100% - (var(--bn-gutter) * 2)));padding-block:var(--bn-section-space);margin-inline:auto}.contact-router-heading{grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);align-items:end;gap:clamp(3rem,8vw,8rem);margin-bottom:clamp(3rem,6vw,5rem);display:grid}.contact-router-heading .eyebrow{grid-column:1}.contact-router-heading h2{max-width:13ch;font-size:var(--bn-section-title-size);grid-column:1;margin:0}.contact-router-heading>p:last-child{color:#aebdd0;grid-area:1/2/span 2;max-width:560px;margin:0;line-height:1.7}.contact-router-shell{background:0 0;border:0;min-height:0;display:block}.contact-router-options{border-top:1px solid var(--bn-line);border-right:0;border-bottom:1px solid var(--bn-line);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.contact-router-options button{border:0;border-right:1px solid var(--bn-line);color:#8d9db4;text-align:left;cursor:pointer;background:0 0;border-bottom:0;flex-direction:column;justify-content:space-between;gap:1rem;min-height:126px;padding:1.35rem 1.2rem;transition:color .18s,background-color .18s;display:flex;position:relative}.contact-router-options button:last-child{border-right:0}.contact-router-options button:before{content:"";background:#72a9ff;width:auto;height:2px;transition:right .18s;position:absolute;bottom:-1px;left:1.2rem;right:100%}.contact-router-options button:hover,.contact-router-options button.is-active{color:#f1f6fd;background:linear-gradient(#2f70da0e,#0000)}.contact-router-options button.is-active:before{right:1.2rem;box-shadow:0 0 18px #5295ff6b}.contact-router-options button>span{color:#6f9ddd;letter-spacing:.11em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.62rem}.contact-router-options button>strong{max-width:16ch;font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;font-size:clamp(.82rem,1vw,.94rem);font-weight:500;line-height:1.42}.contact-router-readout{background:0 0;grid-template-rows:auto auto auto;grid-template-columns:minmax(270px,.72fr) minmax(0,1.28fr);align-content:center;column-gap:clamp(4rem,10vw,10rem);min-height:430px;padding:clamp(3.5rem,7vw,6rem) 0;display:grid}.contact-router-state{border:0;border-left:2px solid #6da6fb;grid-area:1/1/span 3;align-self:center;margin:0;padding:0 0 0 clamp(1.2rem,2vw,1.8rem)}.contact-router-state span{color:#6d94ca;letter-spacing:.13em;text-transform:uppercase;margin-bottom:.85rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.6rem;display:block}.contact-router-state strong{color:#f4f7fd;max-width:11ch;font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:-.05em;font-size:clamp(2rem,4vw,3.55rem);font-weight:500;line-height:1.01;display:block}.contact-router-readout>p{color:#bdc9d9;grid-column:2;max-width:720px;margin:0 0 1.9rem;font-size:clamp(.98rem,1.2vw,1.08rem);line-height:1.72}.contact-router-readout ul{border-top:1px solid var(--bn-line);border-bottom:1px solid var(--bn-line);grid-column:2;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0 0 2rem;padding:0;list-style:none;display:grid}.contact-router-readout li{border-right:1px solid var(--bn-line);color:#cfd9e7;align-items:center;gap:.7rem;min-height:94px;padding:1rem 1.15rem;font-size:.81rem;line-height:1.45;display:flex}.contact-router-readout li:last-child{border-right:0}.contact-router-readout li svg{color:#70a7f8;flex:0 0 17px;width:17px;height:17px}.contact-router-continue{color:#73a9fb;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #69a3ff94;grid-column:2;align-items:center;gap:.7rem;width:max-content;min-height:48px;padding:0;font-weight:650;transition:color .18s,border-color .18s;display:inline-flex}.contact-router-continue:hover{color:#a9caff;border-color:#a9caff}.contact-inquiry{border-top:1px solid var(--bn-line);position:relative}.contact-inquiry:before{display:none}.contact-section-heading{grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);align-items:end;gap:clamp(3rem,8vw,8rem);margin-bottom:clamp(3rem,6vw,5rem);display:grid}.contact-section-heading .eyebrow{grid-column:1}.contact-section-heading h2{grid-column:1;max-width:14ch;margin-bottom:0}.contact-section-heading>p:last-child{color:#aebdd0;grid-area:1/2/span 2;max-width:560px;margin:0;line-height:1.7}.contact-inquiry-layout{grid-template-columns:minmax(250px,.62fr) minmax(0,1.38fr);align-items:start;gap:clamp(3.5rem,8vw,8rem);display:grid}.contact-next-steps{border-top:1px solid var(--bn-line);background:0 0;padding:0}.contact-next-steps h3{border-bottom:1px solid var(--bn-line);color:#eef4fc;margin:0;padding:1.25rem 0;font-size:.9rem;font-weight:500}.contact-next-steps ol{margin:0;padding:0;list-style:none}.contact-next-steps ol li{border-bottom:1px solid var(--bn-line);grid-template-columns:30px minmax(0,1fr);gap:.8rem;padding:1.1rem 0;display:grid}.contact-next-steps ol li span{color:#6fa4ef;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.6rem}.contact-next-steps ol li p{color:#9eafc5;margin:0;font-size:.8rem;line-height:1.55}.contact-next-steps ol li strong{color:#dbe5f2;margin-bottom:.22rem;font-weight:500;display:block}.contact-private-note{background:0 0;border:0;grid-template-columns:20px minmax(0,1fr);gap:.75rem;margin-top:1.5rem;padding:0;display:grid}.contact-private-note svg{color:#70a7f8;width:18px}.contact-private-note p{color:#8fa1b9;margin:0;font-size:.76rem;line-height:1.55}.contact-private-note strong{color:#cbd6e5;font-weight:500}.contact-form,.contact-confirmation{box-shadow:none;background:0 0;border:0;border-top:1px solid #69a3ff6b;border-radius:0;padding:clamp(1.75rem,3vw,2.5rem) 0 0}.contact-form input,.contact-form select,.contact-form textarea{background:#02070ec7;border-color:#8eb1e733}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#69a3ffc7;box-shadow:0 0 0 1px #69a3ff29}@media (max-width:1080px){.contact-router-options{overscroll-behavior-inline:contain;grid-template-columns:repeat(5,minmax(190px,1fr));overflow-x:auto}.contact-router-readout{column-gap:clamp(2.5rem,6vw,5rem)}}@media (max-width:1000px){.contact-hero{grid-template-columns:1fr;min-height:0}.contact-hero-copy{width:min(var(--bn-content-max), calc(100% - (var(--bn-gutter) * 2)));margin-inline:auto;padding:clamp(4.5rem,11vw,7rem) 0}.contact-visual-shell,.contact-visual-frame{min-height:500px}.contact-visual-shell{border-top:1px solid var(--bn-line);border-left:0}.contact-router-heading,.contact-section-heading{grid-template-columns:1fr;gap:1.25rem}.contact-router-heading .eyebrow,.contact-router-heading h2,.contact-router-heading>p:last-child,.contact-section-heading .eyebrow,.contact-section-heading h2,.contact-section-heading>p:last-child{grid-area:auto/1}.contact-router-readout{grid-template-columns:1fr;gap:2rem}.contact-router-state,.contact-router-readout>p,.contact-router-readout ul,.contact-router-continue{grid-area:auto/1}.contact-router-state strong{max-width:16ch}.contact-inquiry-layout{grid-template-columns:1fr;gap:3.5rem}.contact-next-steps{max-width:680px}}@media (max-width:700px){.contact-hero-copy,.contact-router,.contact-inquiry{width:calc(100% - 40px)}.contact-hero-copy{padding:4.25rem 0 3.75rem}.contact-visual-shell,.contact-visual-frame{min-height:360px}.contact-visual-frame img{width:118%;max-width:none}.contact-visual-frame:after{font-size:.48rem;bottom:18px;right:20px}.contact-router-options{margin-inline:-20px;padding-inline:20px;scroll-padding-inline:20px}.contact-router-options button{min-height:112px}.contact-router-readout{min-height:0;padding-block:3.2rem}.contact-router-state strong{font-size:clamp(1.9rem,10vw,2.7rem)}.contact-router-readout ul{grid-template-columns:1fr}.contact-router-readout li,.contact-router-readout li:last-child{border-right:0;border-bottom:1px solid var(--bn-line);min-height:0}.contact-router-readout li:last-child{border-bottom:0}.contact-router-continue{justify-self:start;width:auto}.contact-section-heading{margin-bottom:3rem}}@media (prefers-reduced-motion:reduce){.contact-router-options button,.contact-router-options button:before,.contact-router-continue{transition:none}}
.contact-sequence{position:relative}.contact-sequence-progress{border-bottom:1px solid var(--bn-line);grid-template-columns:minmax(150px,auto) minmax(70px,1fr) minmax(180px,auto);align-items:center;gap:1rem;margin-bottom:clamp(2.5rem,5vw,4rem);padding-bottom:1.2rem;display:grid}.contact-sequence-progress>div{color:#7487a4;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:.7rem;display:grid}.contact-sequence-progress>div>span{color:#658fcb;letter-spacing:.1em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.57rem}.contact-sequence-progress>div>strong{font-size:.7rem;font-weight:500;line-height:1.35}.contact-sequence-progress>div.is-active,.contact-sequence-progress>div.is-complete{color:#dce6f2}.contact-sequence-progress>div.is-active>span{color:#86b9ff;text-shadow:0 0 14px #4e95ff57}.contact-sequence-progress>i{background:#78a4e32b;height:1px;position:relative;overflow:visible}.contact-sequence-progress>i>span{background:linear-gradient(90deg,#4f91ef,#83b8ff);transition:width .26s cubic-bezier(.22,1,.36,1);display:block;position:absolute;inset:0 auto 0 0;box-shadow:0 0 12px #5294ff57}.contact-sequence-step{min-height:520px}.contact-sequence-step[hidden]{display:none!important}.contact-sequence-step-heading{grid-template-columns:64px minmax(0,.9fr) minmax(260px,.7fr);align-items:end;gap:clamp(1.2rem,4vw,3.5rem);margin-bottom:2.5rem;display:grid}.contact-sequence-step-heading>span{color:#6e9fe5;letter-spacing:.11em;align-self:start;padding-top:.4rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.6rem}.contact-sequence-step-heading h3{color:#f4f7fd;max-width:11ch;font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:-.052em;margin:0;font-size:clamp(2rem,3.8vw,3.45rem);font-weight:500;line-height:1}.contact-sequence-step-heading p{color:#9eafc4;max-width:520px;margin:0;font-size:.82rem;line-height:1.62}.contact-sequence-actions{border-top:1px solid var(--bn-line);justify-content:space-between;align-items:center;gap:1rem;margin-top:1.8rem;padding-top:1.4rem;display:flex}.contact-sequence-actions-forward{justify-content:flex-end}.contact-sequence-next,.contact-sequence-back{color:#80b1f8;min-height:48px;font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #6fa9ff94;align-items:center;gap:.7rem;padding:.72rem 0;font-size:.8rem;font-weight:600;transition:color .18s,border-color .18s,transform .18s;display:inline-flex}.contact-sequence-next:hover,.contact-sequence-back:hover{color:#b4d1ff;border-color:#b4d1ff;transform:translateY(-1px)}.contact-sequence-next svg,.contact-sequence-back svg{width:17px;height:17px}.contact-sequence-step:not([hidden]){animation:.3s cubic-bezier(.22,1,.36,1) both contact-step-arrive}@keyframes contact-step-arrive{0%{opacity:.68;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@media (max-width:860px){.contact-sequence-progress{grid-template-columns:minmax(120px,auto) minmax(32px,1fr) minmax(150px,auto)}.contact-sequence-step-heading{grid-template-columns:48px minmax(0,1fr)}.contact-sequence-step-heading p{grid-column:2}}@media (max-width:600px){.contact-sequence-progress{grid-template-columns:1fr 40px 1fr;gap:.65rem}.contact-sequence-progress>div{grid-template-columns:1fr;gap:.25rem}.contact-sequence-progress>div:last-child{text-align:right}.contact-sequence-progress>div>strong{font-size:.63rem}.contact-sequence-step{min-height:0}.contact-sequence-step-heading{grid-template-columns:1fr;gap:.85rem}.contact-sequence-step-heading>span,.contact-sequence-step-heading p{grid-column:1}.contact-sequence-step-heading h3{font-size:clamp(2rem,10vw,2.8rem)}.contact-sequence-actions{flex-direction:column-reverse;align-items:stretch}.contact-sequence-actions-forward{flex-direction:column;align-items:stretch}.contact-sequence-next,.contact-sequence-back,.contact-sequence-actions .contact-submit{justify-content:space-between;width:100%}}@media (prefers-reduced-motion:reduce){.contact-sequence-progress>i>span,.contact-sequence-next,.contact-sequence-back,.contact-sequence-step:not([hidden]){transition:none;animation:none}}
.recovery-page{width:min(var(--bn-content-max), calc(100% - (var(--bn-gutter) * 2)));grid-template-columns:minmax(180px,.38fr) minmax(0,.92fr) minmax(320px,.7fr);align-items:center;gap:clamp(3rem,7vw,7rem);min-height:calc(100vh - 88px);margin-inline:auto;padding-block:clamp(5rem,10vw,9rem);display:grid}.recovery-code{align-content:center;justify-items:start;min-height:320px;display:grid;position:relative}.recovery-code:before{content:"";background:linear-gradient(#0000,#64a1ff9e,#0000);width:1px;position:absolute;top:12%;bottom:12%;left:0}.recovery-code span{color:#6fa5f5;letter-spacing:-.08em;padding-left:1.4rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:clamp(3.8rem,8vw,7rem);font-weight:300;line-height:.9}.recovery-code i{background:linear-gradient(90deg,#69a5ffad,#0000);width:min(100%,160px);height:1px;margin:1.4rem 0 0 1.4rem}.recovery-copy h1{color:#f4f7fd;max-width:12ch;font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:-.06em;margin:0 0 1.5rem;font-size:clamp(2.5rem,5vw,4.8rem);font-weight:500;line-height:1}.recovery-copy>p:not(.eyebrow){color:#aebdd0;max-width:620px;margin:0 0 2rem;line-height:1.72}.recovery-home{color:#75aaff;border-bottom:1px solid #6aa5ff94;align-items:center;gap:.75rem;min-height:48px;padding-bottom:.25rem;font-size:.84rem;font-weight:650;display:inline-flex}.recovery-home svg,.recovery-paths svg{width:17px}.recovery-paths{border-top:1px solid var(--bn-line)}.recovery-paths>a{border-bottom:1px solid var(--bn-line);min-height:126px;color:inherit;grid-template-columns:30px minmax(0,1fr) 20px;align-items:center;gap:.9rem;padding:1.2rem 0;transition:padding-inline .18s,background-color .18s;display:grid}.recovery-paths>a:hover{background:linear-gradient(90deg,#3170d911,#0000 88%);padding-inline:.8rem}.recovery-paths>a>span{color:#6f9fe5;letter-spacing:.1em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.6rem}.recovery-paths strong{color:#eaf1fa;font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;font-size:.93rem;font-weight:500}.recovery-paths p{color:#8fa0b7;margin:.35rem 0 0;font-size:.76rem;line-height:1.5}.recovery-paths svg{color:#6fa6f7}@media (max-width:1000px){.recovery-page{grid-template-columns:minmax(150px,.35fr) minmax(0,1fr)}.recovery-paths{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.recovery-paths>a{border-right:1px solid var(--bn-line)}.recovery-paths>a:last-child{border-right:0}}@media (max-width:700px){.recovery-page{grid-template-columns:1fr;gap:2.5rem;width:calc(100% - 40px);min-height:0;padding-block:4.5rem 5rem}.recovery-code{min-height:0}.recovery-code:before{top:0;bottom:0}.recovery-code span{font-size:clamp(3.2rem,19vw,5.5rem)}.recovery-copy h1{font-size:clamp(2.35rem,12vw,3.8rem)}.recovery-paths{grid-column:1;grid-template-columns:1fr}.recovery-paths>a,.recovery-paths>a:last-child{border-right:0;min-height:112px}}@media (prefers-reduced-motion:reduce){.recovery-paths>a{transition:none}}
.runtime-recovery{width:min(var(--bn-content-max), calc(100% - (var(--bn-gutter) * 2)));grid-template-columns:minmax(170px,.35fr) minmax(0,.95fr) minmax(300px,.62fr);align-items:center;gap:clamp(3rem,8vw,8rem);min-height:calc(100vh - 88px);margin-inline:auto;padding-block:clamp(5rem,10vw,9rem);display:grid}.runtime-recovery-signal{border-left:1px solid #69a5ff61;align-content:center;justify-items:start;min-height:300px;padding-left:1.3rem;display:grid;position:relative}.runtime-recovery-signal span{color:#6e96cc;letter-spacing:.16em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.56rem}.runtime-recovery-signal b{color:#83b7ff;font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;text-shadow:0 0 32px #4891ff42;margin-top:1rem;font-size:clamp(4.8rem,9vw,8rem);font-weight:300;line-height:.9}.runtime-recovery-signal i{background:#02050b;border:1px solid #79b0ff;border-radius:50%;width:7px;height:7px;position:absolute;top:18%;left:-4px;box-shadow:0 0 14px #4d95ff8f}.runtime-recovery-copy h1{color:#f4f7fd;max-width:11ch;font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:-.06em;margin:0 0 1.4rem;font-size:clamp(2.5rem,5vw,4.8rem);font-weight:500;line-height:1}.runtime-recovery-copy>p:not(.eyebrow){color:#aebdd0;max-width:660px;margin:0;line-height:1.72}.runtime-recovery-actions{flex-wrap:wrap;gap:.85rem;margin-top:2rem;display:flex}.runtime-recovery-actions button,.runtime-recovery-actions a{color:#dce6f2;cursor:pointer;background:0 0;border:1px solid #6fa9ff73;align-items:center;gap:.7rem;min-height:48px;padding:.76rem 1rem;font-size:.8rem;font-weight:650;display:inline-flex}.runtime-recovery-actions button{background:#306fd71a;border-color:#7db4ff}.runtime-recovery-actions svg{width:17px;height:17px}.runtime-recovery-paths{border-top:1px solid var(--bn-line)}.runtime-recovery-paths a{border-bottom:1px solid var(--bn-line);min-height:112px;color:inherit;grid-template-columns:30px minmax(0,1fr);align-content:center;gap:.35rem .8rem;padding:1rem 0;display:grid}.runtime-recovery-paths span{color:#6e9fe6;grid-row:1/span 2;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.58rem}.runtime-recovery-paths strong{color:#eaf1fa;font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;font-size:.9rem;font-weight:500}.runtime-recovery-paths small{color:#8496af;font-size:.72rem;line-height:1.45}@media (max-width:1000px){.runtime-recovery{grid-template-columns:minmax(140px,.3fr) minmax(0,1fr)}.runtime-recovery-paths{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.runtime-recovery-paths a{border-right:1px solid var(--bn-line);padding:1rem}}@media (max-width:700px){.runtime-recovery{grid-template-columns:1fr;gap:2.5rem;width:calc(100% - 40px);min-height:0;padding-block:4.5rem 5rem}.runtime-recovery-signal{min-height:130px}.runtime-recovery-paths{grid-column:1;grid-template-columns:1fr}.runtime-recovery-paths a{border-right:0;padding-inline:0}.runtime-recovery-actions{display:grid}.runtime-recovery-actions button,.runtime-recovery-actions a{justify-content:space-between;width:100%}}
.project-guide-trigger{color:#9fb1c7;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #7eb5ff47;min-height:42px;padding:0;font-size:.78rem;transition:color .18s,border-color .18s;position:relative}.project-guide-trigger:hover,.project-guide-trigger:focus-visible,.project-guide-trigger[aria-expanded=true]{color:#f3f8ff;border-color:#84bfffc7}.project-guide-trigger-context{background:#52cfff;border-radius:50%;width:5px;height:5px;position:absolute;top:7px;right:-8px;box-shadow:0 0 10px #52cfffbf}.project-guide-layer{z-index:1000;display:grid;position:fixed;inset:0;overflow:hidden}.project-guide-backdrop{background:#000207f5;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.project-guide-dialog{--guide-blue:#42c9ff;--guide-line:#55b5ef2b;--guide-muted:#9fb0c3;z-index:1;overscroll-behavior:contain;color:#f3f7fd;background:radial-gradient(circle at 76% 13%,#197ed324,#0000 30rem),radial-gradient(circle at 18% 62%,#0c458214,#0000 27rem),linear-gradient(#5ca8e206 1px,#0000 1px) 0 0/72px 72px,linear-gradient(90deg,#5ca8e206 1px,#0000 1px) 0 0/72px 72px,#020710;width:100%;min-height:100dvh;max-height:100dvh;position:relative;overflow-y:auto}.project-guide-dialog:before{content:"";pointer-events:none;background:linear-gradient(90deg,#00000047,#0000 22% 78%,#00000038);position:fixed;inset:0}.project-guide-header,.project-guide-body{width:min(1380px,100% - 80px);margin-inline:auto}.project-guide-header{border-bottom:1px solid var(--guide-line);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:2rem;padding:clamp(2.6rem,4.8vw,4.5rem) 0 clamp(2.2rem,3.7vw,3.4rem);display:grid;position:relative}.project-guide-header-copy{max-width:980px}.project-guide-header-copy>span,.project-guide-section-heading>span,.project-guide-kicker,.project-guide-subheading>span,.project-guide-recommendation-main>div>span,.project-guide-final>div>span{color:#63d3ff;letter-spacing:.16em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.66rem;font-weight:760}.project-guide-header h2{max-width:900px;font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:-.065em;text-wrap:balance;margin:.85rem 0 0;font-size:clamp(3rem,5.2vw,5.9rem);font-weight:430;line-height:.94}.project-guide-header h2 em{color:var(--guide-blue);font-style:normal;display:block}.project-guide-header-copy>p:not(.project-guide-memory){color:#b7c5d4;max-width:780px;margin:1.25rem 0 0;font-size:clamp(.98rem,1.15vw,1.08rem);line-height:1.68}.project-guide-memory{color:#7fa7d2;margin:1rem 0 0;font-size:.78rem;line-height:1.55}.project-guide-close{color:#b7cadf;cursor:pointer;background:#040d1975;border:1px solid #75bef147;border-radius:50%;place-items:center;width:46px;height:46px;padding:0;display:grid}.project-guide-close span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.project-guide-close:hover,.project-guide-close:focus-visible{color:#fff;border-color:#6cd3ffd1}.project-guide-close svg{width:20px;height:20px}.project-guide-body{padding:1.35rem 0 5rem}.project-guide-reassurance{color:#7891aa;border-bottom:1px solid #53afe61a;flex-wrap:wrap;gap:.7rem 1.8rem;padding:.8rem 0 1.2rem;font-size:.74rem;display:flex}.project-guide-reassurance span{padding-left:13px;position:relative}.project-guide-reassurance span:before{content:"";background:#43c8ff;border-radius:50%;width:5px;height:5px;position:absolute;top:.56em;left:0;box-shadow:0 0 8px #43c8ff66}.project-guide-progress{border-bottom:1px solid var(--guide-line);grid-template-columns:repeat(3,1fr);gap:0;margin:0;padding:0;list-style:none;display:grid}.project-guide-progress li{color:#667e97;border-left:1px solid #53afe61a;align-items:center;gap:.75rem;min-width:0;padding:1rem 1.1rem;display:flex}.project-guide-progress li:first-child{border-left:0;padding-left:0}.project-guide-progress li span{color:#4c759d;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.64rem}.project-guide-progress li strong{font-size:.82rem;font-weight:620}.project-guide-progress li.is-current{color:#eef7ff}.project-guide-progress li.is-current span{color:var(--guide-blue)}.project-guide-progress li.is-complete{color:#a9c6dc}.project-guide-progress li.is-complete span{color:#6ee0ff}.project-guide-step{border-bottom:1px solid var(--guide-line);padding:clamp(3rem,5vw,4.7rem) 0}.project-guide-section-heading{grid-template-columns:minmax(150px,.3fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,5vw,5rem);margin-bottom:2rem;display:grid}.project-guide-section-heading h3{max-width:820px;font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:-.045em;text-wrap:balance;margin:0;font-size:clamp(2rem,3.25vw,3.75rem);font-weight:470;line-height:1.02}.project-guide-section-heading p{max-width:720px;color:var(--guide-muted);margin:.7rem 0 0;font-size:.96rem;line-height:1.65}.project-guide-problem-layout{grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);align-items:stretch;gap:clamp(2.5rem,6vw,6.5rem);display:grid}.project-guide-paths{border-top:1px solid #5bb7ed2e}.project-guide-paths button{color:#94a9bd;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #5bb7ed1c;grid-template-rows:auto auto;grid-template-columns:36px minmax(0,1fr) 18px;align-items:center;gap:.3rem .9rem;width:100%;min-height:98px;padding:1rem 0;transition:color .17s,padding-left .17s,background .17s;display:grid;position:relative}.project-guide-paths button>span{color:#527da6;grid-area:1/1/3;align-self:start;padding-top:.2rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.66rem}.project-guide-paths button>strong{grid-column:2;font-size:1rem;font-weight:650;line-height:1.35}.project-guide-paths button>small{color:#687f96;grid-column:2;font-size:.76rem;line-height:1.4}.project-guide-paths button>i{border:1px solid #54bdf485;border-radius:50%;grid-area:1/3/3;justify-self:end;width:10px;height:10px}.project-guide-paths button:hover,.project-guide-paths button:focus-visible{color:#f4f9ff;padding-left:.5rem}.project-guide-paths button.is-active{color:#f4f9ff;background:linear-gradient(90deg,#1674b726,#0000 76%);padding-left:.8rem}.project-guide-paths button.is-active>small{color:#94adc4}.project-guide-paths button.is-active>i{background:#52ceff;border-color:#8ce3ff;box-shadow:0 0 0 5px #3dc3ff12,0 0 16px #3dc3ff80}.project-guide-fit-result{background:linear-gradient(145deg,#071627d1,#030a137a);border:1px solid #53b5ef1f;place-items:center;min-height:520px;padding:clamp(2rem,4vw,3.4rem);display:grid}.project-guide-fit-result.has-selection{background:radial-gradient(circle at 86% 7%,#36aaed21,#0000 16rem),linear-gradient(145deg,#07192ddb,#030a1385);border-color:#49c5ff38;display:block}.project-guide-fit-result>h3{max-width:760px;font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:-.055em;margin:.7rem 0 0;font-size:clamp(2.35rem,4vw,4.7rem);font-weight:450;line-height:.98}.project-guide-promise{color:#b7c7d6;max-width:760px;margin:1.2rem 0 0;font-size:1.02rem;line-height:1.7}.project-guide-empty-state{max-width:520px}.project-guide-empty-state>span{color:#55cfff;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:750}.project-guide-empty-state>strong{font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;margin-top:.8rem;font-size:clamp(1.8rem,3vw,3rem);font-weight:500;line-height:1.08;display:block}.project-guide-empty-state>p{color:#91a5b9;margin:1rem 0 0;line-height:1.7}.project-guide-outcomes{border-top:1px solid #51b9f126;margin-top:2rem;padding-top:1.25rem}.project-guide-outcomes>span,.project-guide-fit-signals>span{color:#7e9bb6;letter-spacing:.1em;text-transform:uppercase;font-size:.71rem;font-weight:720}.project-guide-outcomes ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.project-guide-outcomes li{color:#d1dce6;grid-template-columns:20px minmax(0,1fr);gap:.65rem;font-size:.86rem;line-height:1.5;display:grid}.project-guide-outcomes li svg{color:#57d1ff;width:17px;height:17px}.project-guide-fit-signals{margin-top:1.5rem}.project-guide-fit-signals>div{flex-wrap:wrap;gap:.5rem;margin-top:.8rem;display:flex}.project-guide-fit-signals small{color:#9db4c8;background:#07152373;border:1px solid #53b5ef24;padding:.55rem .75rem;font-size:.72rem}.project-guide-inline-actions,.project-guide-final-actions{flex-wrap:wrap;align-items:center;gap:.9rem 1.2rem;display:flex}.project-guide-inline-actions{margin-top:2rem}.project-guide-inline-actions a,.project-guide-final-actions>a:not(.project-guide-primary){color:#a8cdf0;border-bottom:1px solid #5ec7f759;align-items:center;gap:.55rem;min-height:48px;font-size:.84rem;font-weight:650;text-decoration:none;display:inline-flex}.project-guide-primary-button,.project-guide-primary{color:#fff;cursor:pointer;background:linear-gradient(105deg,#0876cf,#0f9ce5);border:1px solid #59d1ffc7;justify-content:center;align-items:center;gap:.65rem;min-height:50px;padding:0 1.2rem;font-size:.84rem;font-weight:720;text-decoration:none;display:inline-flex;box-shadow:0 0 26px #1c9de524}.project-guide-primary-button svg,.project-guide-primary svg,.project-guide-inline-actions a svg,.project-guide-final-actions a svg{width:17px;height:17px}.project-guide-context-step{scroll-margin-top:24px}.project-guide-stage-options{border-top:1px solid #52b6ef26;border-bottom:1px solid #52b6ef26;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.project-guide-stage-options button{color:#a9b9c8;text-align:left;cursor:pointer;background:0 0;border:0;border-left:1px solid #52b6ef1f;min-height:190px;padding:1.35rem 1.5rem}.project-guide-stage-options button:first-child{border-left:0}.project-guide-stage-options button>span{color:#5f85a8;letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:720}.project-guide-stage-options button>strong{color:#eef6fd;margin-top:1.4rem;font-size:1.2rem;font-weight:650;display:block}.project-guide-stage-options button>p{color:#879bad;margin:.7rem 0 0;font-size:.84rem;line-height:1.58}.project-guide-stage-options button:hover,.project-guide-stage-options button:focus-visible{background:#156ba514}.project-guide-stage-options button.is-active{background:linear-gradient(#1278b829,#051a2d1f)}.project-guide-stage-options button.is-active>span{color:#57d0ff}.project-guide-stage-options button.is-active>strong{color:#fff}.project-guide-constraints{grid-template-columns:minmax(260px,.48fr) minmax(0,1fr);gap:clamp(2rem,5vw,5rem);margin-top:2.4rem;display:grid}.project-guide-subheading>strong{color:#f0f6fc;margin-top:.6rem;font-size:1.05rem;display:block}.project-guide-subheading>p{color:#8095a9;margin:.6rem 0 0;font-size:.82rem;line-height:1.6}.project-guide-constraint-options{border-top:1px solid #52b6ef24;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}.project-guide-constraint-options button{color:#94a8bb;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #52b6ef1a;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:.7rem;min-height:64px;padding:.8rem .9rem;display:grid}.project-guide-constraint-options button:nth-child(odd){border-right:1px solid #52b6ef1a}.project-guide-constraint-options button>i{border:1px solid #4ec3f994;border-radius:50%;width:8px;height:8px}.project-guide-constraint-options button>span{font-size:.8rem;line-height:1.35}.project-guide-constraint-options button:hover,.project-guide-constraint-options button:focus-visible{color:#f1f8ff;background:#1266a112}.project-guide-constraint-options button.is-active{color:#f0f8ff;background:#1279b81c}.project-guide-constraint-options button.is-active>i{background:#55d0ff;box-shadow:0 0 12px #55d0ff80}.project-guide-recommendation-main{background:linear-gradient(90deg,#0e5e9921,#040e193d);border-left:2px solid #4bcaff;grid-template-columns:minmax(0,1.1fr) minmax(320px,.72fr);gap:clamp(2rem,6vw,6rem);padding:clamp(1.8rem,3vw,2.8rem);display:grid}.project-guide-recommendation-main h4{font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:-.045em;margin:.65rem 0 0;font-size:clamp(2rem,3.2vw,3.45rem);font-weight:490}.project-guide-recommendation-main>div>p{color:#aabccd;max-width:700px;margin:.9rem 0 0;line-height:1.7}.project-guide-recommendation-main dl{margin:0}.project-guide-recommendation-main dl>div{border-bottom:1px solid #52b6ef1c;grid-template-columns:minmax(130px,.7fr) 1fr;gap:1rem;padding:.8rem 0;display:grid}.project-guide-recommendation-main dt{color:#6f8da8;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.project-guide-recommendation-main dd{color:#d9e6f0;margin:0;font-size:.84rem;line-height:1.45}.project-guide-engagement-grid{border-top:1px solid #52b6ef26;border-bottom:1px solid #52b6ef26;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.project-guide-engagement-grid article{border-left:1px solid #52b6ef1c;min-height:350px;padding:1.5rem clamp(1.2rem,2vw,1.8rem);position:relative}.project-guide-engagement-grid article:first-child{border-left:0}.project-guide-engagement-grid article.is-recommended{background:linear-gradient(#1179b821,#0515240d)}.project-guide-engagement-grid article.is-recommended:before{content:"";background:#48caff;height:2px;position:absolute;top:-1px;left:0;right:0;box-shadow:0 0 18px #48caff6b}.project-guide-model-topline{justify-content:space-between;align-items:center;gap:.7rem;min-height:24px;display:flex}.project-guide-model-topline>span{color:#557b9e;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.65rem}.project-guide-model-topline>em{color:#57d1ff;text-transform:uppercase;letter-spacing:.08em;font-size:.67rem;font-style:normal;font-weight:730}.project-guide-engagement-grid article>small{color:#7192af;text-transform:uppercase;letter-spacing:.07em;margin-top:1.1rem;font-size:.7rem;display:block}.project-guide-engagement-grid h4{font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:-.035em;margin:.65rem 0 0;font-size:clamp(1.6rem,2.3vw,2.45rem);font-weight:500}.project-guide-engagement-grid article>p{color:#94a9bc;margin:.9rem 0 0;font-size:.86rem;line-height:1.63}.project-guide-engagement-grid footer{border-top:1px solid #52b6ef1a;margin-top:1.4rem;padding-top:1rem}.project-guide-engagement-grid footer strong{color:#6f91ad;text-transform:uppercase;letter-spacing:.08em;font-size:.67rem;display:block}.project-guide-engagement-grid footer span{color:#b7c7d4;margin-top:.5rem;font-size:.78rem;line-height:1.5;display:block}.project-guide-next ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,4vw,4rem);margin:0;padding:0;list-style:none;display:grid}.project-guide-next li{border-top:1px solid #52b6ef26;padding-top:1.2rem}.project-guide-next li>span{color:#4fcfff;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.68rem}.project-guide-next li>strong{color:#edf5fb;margin-top:1.3rem;font-size:1rem;display:block}.project-guide-next li>p{color:#8da2b5;margin:.65rem 0 0;font-size:.83rem;line-height:1.6}.project-guide-final{grid-template-columns:minmax(0,1.15fr) minmax(330px,.7fr);align-items:center;gap:clamp(2rem,6vw,6rem);padding:clamp(3.5rem,6vw,5.5rem) 0 1rem;display:grid}.project-guide-final h3{max-width:760px;font-family:var(--font-space-grotesk), "Space Grotesk", sans-serif;letter-spacing:-.052em;margin:.7rem 0 0;font-size:clamp(2.35rem,4vw,4.5rem);font-weight:450;line-height:1}.project-guide-final>div>p{color:#9eb0c1;max-width:680px;margin:1rem 0 0;line-height:1.65}.project-guide-final-actions{align-content:center}.project-guide-final-actions>small{color:#70879d;flex-basis:100%;font-size:.7rem;line-height:1.5}.project-guide-dialog button:focus-visible,.project-guide-dialog a:focus-visible{outline-offset:3px;outline:2px solid #a7e8ff}@media (max-width:1040px){.project-guide-header,.project-guide-body{width:min(100% - 48px,940px)}.project-guide-problem-layout{grid-template-columns:1fr}.project-guide-fit-result{min-height:0}.project-guide-outcomes ul{grid-template-columns:1fr}.project-guide-constraints{grid-template-columns:1fr;gap:1.4rem}.project-guide-recommendation-main,.project-guide-engagement-grid{grid-template-columns:1fr}.project-guide-engagement-grid article{border-top:1px solid #52b6ef1a;border-left:0;min-height:0}.project-guide-engagement-grid article:first-child{border-top:0}.project-guide-next ol{gap:1.4rem}.project-guide-final{grid-template-columns:1fr}}@media (max-width:760px){.project-guide-header,.project-guide-body{width:calc(100% - 32px)}.project-guide-header{padding-top:2rem;padding-bottom:2rem}.project-guide-header h2{padding-right:.5rem;font-size:clamp(2.55rem,12vw,4rem)}.project-guide-close{width:42px;height:42px}.project-guide-reassurance{gap:.55rem 1rem}.project-guide-progress{grid-template-columns:1fr;padding:.45rem 0}.project-guide-progress li,.project-guide-progress li:first-child{border-left:0;padding:.55rem 0}.project-guide-step{padding:2.8rem 0}.project-guide-section-heading{grid-template-columns:1fr;gap:.75rem;margin-bottom:1.5rem}.project-guide-section-heading h3{font-size:clamp(2rem,9vw,3rem)}.project-guide-paths button{min-height:92px}.project-guide-fit-result{padding:1.5rem}.project-guide-fit-result>h3{font-size:clamp(2.2rem,10vw,3.6rem)}.project-guide-inline-actions{align-items:stretch}.project-guide-primary-button{width:100%}.project-guide-stage-options{grid-template-columns:1fr}.project-guide-stage-options button{border-top:1px solid #52b6ef1a;border-left:0;min-height:0}.project-guide-stage-options button:first-child{border-top:0}.project-guide-constraint-options{grid-template-columns:1fr}.project-guide-constraint-options button:nth-child(odd){border-right:0}.project-guide-recommendation-main{padding:1.4rem}.project-guide-recommendation-main dl>div{grid-template-columns:1fr;gap:.25rem}.project-guide-next ol{grid-template-columns:1fr}.project-guide-final-actions{align-items:stretch}.project-guide-final-actions .project-guide-primary{width:100%}}@media (max-width:500px){.project-guide-header,.project-guide-body{width:calc(100% - 24px)}.project-guide-header{grid-template-columns:minmax(0,1fr) 42px;gap:.6rem}.project-guide-header-copy>p:not(.project-guide-memory){font-size:.93rem}.project-guide-problem-layout{gap:1.6rem}.project-guide-paths button{grid-template-columns:30px minmax(0,1fr) 14px}.project-guide-fit-signals small{width:100%}}@media (prefers-reduced-motion:reduce){.project-guide-dialog *,.project-guide-trigger{scroll-behavior:auto!important;transition:none!important}}
:root{--bn-scroll-progress:0;--bn-pointer-screen-x:70%;--bn-pointer-screen-y:25%}.bn-ambient-field{z-index:0;pointer-events:none;opacity:.72;background:radial-gradient(circle 520px at var(--bn-pointer-screen-x) var(--bn-pointer-screen-y), #347aeb0e, transparent 70%), radial-gradient(circle 720px at 18% 82%, #2357ac09, transparent 72%);transition:opacity .22s;position:fixed;inset:0}.site-header,main,.site-footer{z-index:1;position:relative}.site-header:after{content:"";height:1px;transform:scaleX(var(--bn-scroll-progress));transform-origin:0;pointer-events:none;background:linear-gradient(90deg,#5097ff29,#73abff 68%,#7eb9ff4d);position:absolute;bottom:-1px;left:0;right:0;box-shadow:0 0 12px #4b94ff33}html[data-experience-motion=active] main section[data-bn-reveal=pending]{opacity:.78;transform:translateY(24px)}html[data-experience-motion=active] main section[data-bn-reveal=visible]{opacity:1;transition:opacity .62s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1);transform:translate(0,0)}.home-solution summary,.work-story-selector button,.contact-router-options button,.founder-spine-tabs button,.project-guide-paths button{position:relative}.home-solution summary:before,.work-story-selector button:before,.contact-router-options button:after,.founder-spine-tabs button:after{content:"";pointer-events:none;opacity:0;background:radial-gradient(circle,#67a3ff1f,#0000 72%);transition:opacity .18s;position:absolute}.home-solution summary:before{inset:0}.work-story-selector button:before,.contact-router-options button:after,.founder-spine-tabs button:after{inset:10%}.home-solution summary:hover:before,.work-story-selector button:hover:before,.contact-router-options button:hover:after,.founder-spine-tabs button:hover:after,.work-story-selector button.is-active:before,.contact-router-options button.is-active:after,.founder-spine-tabs button.is-active:after{opacity:1}@media (prefers-reduced-motion:reduce){.bn-ambient-field{opacity:.34;background:radial-gradient(620px at 78% 18%,#347aeb09,#0000 70%),radial-gradient(720px at 18% 82%,#2357ac06,#0000 72%);transition:none}.site-header:after,main section,.home-solution summary:before,.work-story-selector button:before,.contact-router-options button:after,.founder-spine-tabs button:after{transition:none!important}main section[data-bn-reveal]{opacity:1!important;transform:none!important}}
