.enable-carousel__viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:.25rem 2rem;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%)}.enable-carousel__viewport::-webkit-scrollbar{display:none}.enable-carousel__track{display:flex;list-style:none;margin:0;padding:0 2rem 0 0;gap:1.5rem}.enable-carousel__card{flex:0 0 clamp(280px,calc((100% - 6rem) / 2.4),460px);min-height:280px;scroll-snap-align:start;scroll-snap-stop:always;padding:2rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#181818;display:flex;flex-direction:column;transition:transform .3s ease,border-color .3s ease,background .3s ease}.enable-carousel__card:hover{transform:translateY(-4px);border-color:#7fdbf659;background:#1d1d1d}.enable-carousel__card.is-active{border-color:#7fdbf659;background:radial-gradient(ellipse at 0% 0%,rgba(127,219,246,.07),transparent 60%),#1d1d1d}.enable-carousel__card-t{font-size:1.25rem;font-weight:700;margin:0 0 1rem;color:var(--color-text-main);letter-spacing:-.01em;line-height:1.25}.enable-carousel__card-b{font-size:1rem;line-height:1.6;color:var(--color-text-muted);margin:0 0 1.5rem;flex:1}.enable-carousel__card-foot{border-top:1px solid rgba(255,255,255,.08);padding-top:.75rem;display:flex;align-items:center;justify-content:space-between}.enable-carousel__card-count{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.7rem;letter-spacing:.18em;color:#ffffff80;text-transform:uppercase}.enable-carousel__card.is-active .enable-carousel__card-count{color:var(--color-accent)}.enable-carousel__nav{display:flex;align-items:center;justify-content:center;gap:1rem;padding:0 2rem}.enable-carousel__arrow{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#ffffff05;color:var(--color-text-main);padding:0;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.enable-carousel__arrow:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent);background:#7fdbf60f}.enable-carousel__arrow:active:not(:disabled){transform:scale(.95)}.enable-carousel__arrow:disabled{opacity:.3;cursor:not-allowed}.enable-carousel__arrow svg{display:block}.enable-carousel__dots{display:flex;gap:.5rem;justify-content:center}.enable-carousel__dot{width:22px;height:3px;border-radius:2px;background:#fff3;border:none;padding:0;cursor:pointer;transition:background .2s ease,width .2s ease}.enable-carousel__dot.is-active{background:var(--color-accent);width:28px}.enable-carousel__dot:hover{background:var(--color-text-muted)}.enable-carousel__dot.is-active:hover{background:var(--color-accent)}@media (max-width: 900px){.enable-carousel__viewport{padding:.25rem 1.5rem}.enable-carousel__track{padding-right:1.5rem;gap:1rem}.enable-carousel__nav{padding:0 1.5rem;gap:.75rem}.enable-carousel__card{flex:0 0 min(280px,calc(100% - 4.5rem));min-height:220px;padding:1.5rem}.enable-carousel__card-t{font-size:1.125rem}.enable-carousel__card-b{font-size:.95rem}}.enable-carousel--hero{gap:1rem}.enable-carousel--hero .enable-carousel__viewport{padding:.25rem 0;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 96%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 96%,transparent 100%)}.enable-carousel--hero .enable-carousel__track{padding:0 1rem 0 0;gap:1rem}.enable-carousel--hero .enable-carousel__card{flex:0 0 clamp(240px,calc(100% - 4rem),340px);min-height:200px;padding:1.25rem 1.25rem .9rem}.enable-carousel--hero .enable-carousel__card-t{font-size:1.05rem;margin:0 0 .5rem}.enable-carousel--hero .enable-carousel__card-b{font-size:.85rem;line-height:1.5;margin:0 0 .85rem}.enable-carousel--hero .enable-carousel__card-foot{padding-top:.5rem}.enable-carousel--hero .enable-carousel__nav{justify-content:flex-start;padding:0;gap:.75rem}.enable-carousel--hero .enable-carousel__arrow{width:28px;height:28px}@media (prefers-reduced-motion: reduce){.enable-carousel__card,.enable-carousel__dot{transition:none}}.bh-hero{--bh-fg: #EEEEEE;--bh-fg-strong: #FFFFFF;--bh-fg-muted: #ACACAC;--bh-fg-faint: rgba(255, 255, 255, .5);--bh-accent: #7FDBF6;--bh-accent-hover: #6ed0eb;--bh-line-05: rgba(255, 255, 255, .05);--bh-line-08: rgba(255, 255, 255, .08);--bh-line-10: rgba(255, 255, 255, .1);--bh-line-20: rgba(255, 255, 255, .2);--bh-surface-05: rgba(255, 255, 255, .05);--bh-r-xs: 4px;--bh-r-lg: 12px;--bh-font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;--bh-ls-eyebrow: .18em;--bh-ls-button: .05em;--bh-ls-display: -.02em;--bh-ls-heading: -.01em;--bh-t-fast: .2s ease;position:relative;color:var(--bh-fg)}.bh-hero .bh-wash{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 80% 60% at 30% 50%,rgba(53,32,20,.42),transparent 60%),radial-gradient(ellipse 55% 45% at 80% 80%,rgba(127,219,246,.05),transparent 60%)}.bh-hero .bh-canvas-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none}.bh-hero .bh-canvas{display:block;width:100%;height:100%}.bh-hero .bh-scroll{position:relative;height:240vh}.bh-hero .bh-sticky{position:sticky;top:0;height:100vh;height:100dvh;overflow:hidden;z-index:10}.bh-hero .stage{position:absolute;top:0;right:0;bottom:0;left:0;padding:100px 0 56px;z-index:20}.bh-hero .stage__inner{height:100%;display:grid;grid-template-columns:var(--rail-w) minmax(0,1fr) minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;column-gap:var(--rail-gap);align-items:stretch;position:relative}.bh-hero .stage__diagram{grid-column:2;grid-row:1;position:relative;display:flex;align-items:center;justify-content:center;align-self:stretch;min-height:0}.bh-hero .v11-svg{width:100%;max-width:600px;height:auto;max-height:100%;display:block;overflow:visible}.bh-hero .v11-sources{opacity:max(0,min(1,calc((.32 - var(--scroll-progress, 0)) / .3)))}.bh-hero .v11-threads-top{opacity:max(0,min(1,calc((.28 - var(--scroll-progress, 0)) / .26)))}.bh-hero .v11-threads-bot{opacity:max(0,min(1,calc((.3 - var(--scroll-progress, 0)) / .26)))}.bh-hero .v11-consumers{opacity:max(0,min(1,calc((.36 - var(--scroll-progress, 0)) / .3)))}.bh-hero .v11-core{opacity:max(0,min(1,calc((.42 - var(--scroll-progress, 0)) / .28)))}.bh-hero .v5-label{font-family:var(--bh-font-mono);font-size:9px;letter-spacing:.16em;fill:#ffffff8c}.bh-hero .v5-label--accent{fill:var(--bh-accent)}.bh-hero .v5-cons-title{font-family:Space Grotesk,system-ui,sans-serif;font-size:12px;font-weight:600;fill:#eee}.bh-hero .v5-cons-sub{font-family:Space Grotesk,system-ui,sans-serif;font-size:10.5px;fill:#ffffff8c}.bh-hero .v5-truth-eye{font-family:var(--bh-font-mono);font-size:9px;letter-spacing:.22em;fill:var(--bh-accent)}.bh-hero .v5-truth-val{font-family:var(--bh-font-mono);font-size:13px;font-weight:700;fill:#ff9500}.bh-hero .v5-truth-meta{font-family:var(--bh-font-mono);font-size:9px;fill:#ffffff80;letter-spacing:.04em}.bh-hero .v5-onto-text{font-family:var(--bh-font-mono);font-size:9px;fill:#7fdbf6bf;letter-spacing:.18em}.bh-hero .v5-dash{animation:bh-flow 2s linear infinite}.bh-hero .v5-dash--rev{animation:bh-flow-rev 2.2s linear infinite}@keyframes bh-flow{to{stroke-dashoffset:-72}}@keyframes bh-flow-rev{to{stroke-dashoffset:72}}.bh-hero .v5-onto-ring{animation:bh-onto-rotate 80s linear infinite;transform-origin:center;transform-box:fill-box}.bh-hero .v5-onto-dots{animation:bh-onto-rotate-rev 120s linear infinite;transform-origin:center;transform-box:fill-box}@keyframes bh-onto-rotate{to{transform:rotate(360deg)}}@keyframes bh-onto-rotate-rev{to{transform:rotate(-360deg)}}.bh-hero .stage__right{grid-column:3;grid-row:1 / -1;position:relative;align-self:stretch;min-height:0;max-width:580px;justify-self:end;width:100%;padding-right:8px}.bh-hero .stack{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center}.bh-hero .stack--hero{opacity:max(0,min(1,calc((.42 - var(--scroll-progress, 0)) / .3)));transform:translateY(calc(var(--scroll-progress, 0) * -28px));align-items:flex-start;clip-path:inset(calc(50%*clamp(0,(var(--scroll-progress, 0) - .45) * 1000,1)))}.bh-hero .stack--hero .bh-eye{color:var(--bh-fg-muted)}.bh-hero .stack--hero .bh-eye--cycle .bh-eye__slot-words{color:var(--bh-accent)}.bh-hero .bh-eye--cycle .bh-eye__lead{margin-right:6px}.bh-hero .bh-eye--cycle .bh-eye__slot{display:inline-grid;vertical-align:baseline}.bh-hero .bh-eye--cycle .bh-eye__slot-pad{grid-area:1 / 1;visibility:hidden}.bh-hero .bh-eye--cycle .bh-eye__slot-words{grid-area:1 / 1;position:relative;display:inline-block}.bh-hero .bh-eye--cycle .bh-eye__slot-words span{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;animation:bh-eye-cycle 21.6s infinite}.bh-hero .bh-eye--cycle .bh-eye__slot-words span:nth-child(1){animation-delay:0s}.bh-hero .bh-eye--cycle .bh-eye__slot-words span:nth-child(2){animation-delay:2.4s}.bh-hero .bh-eye--cycle .bh-eye__slot-words span:nth-child(3){animation-delay:4.8s}.bh-hero .bh-eye--cycle .bh-eye__slot-words span:nth-child(4){animation-delay:7.2s}.bh-hero .bh-eye--cycle .bh-eye__slot-words span:nth-child(5){animation-delay:9.6s}.bh-hero .bh-eye--cycle .bh-eye__slot-words span:nth-child(6){animation-delay:12s}.bh-hero .bh-eye--cycle .bh-eye__slot-words span:nth-child(7){animation-delay:14.4s}.bh-hero .bh-eye--cycle .bh-eye__slot-words span:nth-child(8){animation-delay:16.8s}.bh-hero .bh-eye--cycle .bh-eye__slot-words span:nth-child(9){animation-delay:19.2s}@keyframes bh-eye-cycle{0%{opacity:0;transform:translateY(4px)}2.3%{opacity:1;transform:translateY(0)}8.8%{opacity:1;transform:translateY(0)}11.1%{opacity:0;transform:translateY(-4px)}to{opacity:0;transform:translateY(-4px)}}@media (prefers-reduced-motion: reduce){.bh-hero .bh-eye--cycle .bh-eye__slot-words span{animation:none;opacity:0}.bh-hero .bh-eye--cycle .bh-eye__slot-words span:nth-child(1){opacity:1}}.bh-hero .stack--enable{opacity:max(0,min(1,calc((var(--scroll-progress, 0) - .52) / .3)));transform:translateY(calc((1 - var(--scroll-progress, 0)) * 24px));pointer-events:none}.bh-hero .stack--enable-desktop{pointer-events:none;display:flex;flex-direction:column;gap:18px;align-items:stretch;clip-path:inset(calc(50% - (50%*clamp(0,(var(--scroll-progress, 0) - .5) * 1000,1))))}.bh-hero .stack--enable-desktop .enable__h2{margin:0}.bh-hero .stack--enable-desktop>*{pointer-events:auto}.bh-hero .bh-eye{display:inline-block;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:var(--bh-ls-eyebrow);color:var(--bh-fg-muted);margin-bottom:24px}.bh-hero .hero__h1{font-size:clamp(36px,3.6vw,52px);font-weight:400;line-height:1.05;letter-spacing:var(--bh-ls-display);margin:0 0 22px;text-wrap:pretty;color:var(--bh-fg)}.bh-hero .hero__h1 strong{font-weight:700;color:var(--bh-fg-strong)}.bh-hero .hero__sub{font-size:16px;line-height:1.6;color:var(--bh-fg-muted);margin:0 0 32px;max-width:520px}.bh-hero .hero__cta{display:flex;gap:12px;align-items:center;margin-bottom:28px}.bh-hero .bh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:var(--bh-r-xs);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:var(--bh-ls-button);cursor:pointer;border:1px solid transparent;font-family:inherit;transition:all var(--bh-t-fast);text-decoration:none}.bh-hero .bh-btn--primary{background:var(--bh-accent);color:#000}.bh-hero .bh-btn--primary:hover{background:var(--bh-accent-hover);transform:translateY(-2px)}.bh-hero .bh-btn--secondary{background:transparent;color:var(--bh-fg);border:1px solid var(--bh-line-20)}.bh-hero .bh-btn--secondary:hover{border-color:var(--bh-fg);background:var(--bh-surface-05)}.bh-hero .hero__pills{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.bh-hero .hero__pills li{display:inline-flex;align-items:center;gap:10px;font-size:12.5px;color:var(--bh-fg-muted)}.bh-hero .hero__pills .dot{width:6px;height:6px;border-radius:50%;background:var(--bh-accent);box-shadow:0 0 8px #7fdbf699}.bh-hero .hero__pills li.dim .dot{background:#7fdbf659;box-shadow:none}.bh-hero .enable__h2{font-size:clamp(28px,2.6vw,36px);font-weight:400;line-height:1.15;letter-spacing:var(--bh-ls-display);margin:0 0 28px;color:var(--bh-fg)}.bh-hero .enable__h2 strong{font-weight:700;color:var(--bh-fg-strong)}.bh-hero .scrollcue{grid-column:2;grid-row:2;justify-self:center;padding-top:14px;display:flex;flex-direction:column;align-items:center;gap:8px;font-family:var(--bh-font-mono);font-size:10.5px;color:var(--bh-fg-faint);letter-spacing:.18em;text-transform:uppercase;pointer-events:none;z-index:30;opacity:max(0,min(1,calc((.1 - var(--scroll-progress, 0)) / .1)))}.bh-hero .scrollcue__line{width:1px;height:30px;background:linear-gradient(to bottom,transparent,var(--bh-fg-faint));animation:bh-scroll-pulse 2.2s ease-in-out infinite}@keyframes bh-scroll-pulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.3)}}.bh-hero--mobile{position:relative}.bh-hero--mobile .bh-scroll{height:360vh}.bh-hero--mobile .bh-mobile-stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;padding:96px 0 calc(12px + env(safe-area-inset-bottom,0px))}.bh-hero--mobile .bh-mobile-stage__inner{height:100%;display:grid;grid-template-columns:var(--rail-w) minmax(0,1fr);gap:var(--rail-gap);align-items:stretch}.bh-hero--mobile .bh-mobile-stage__content{grid-column:2;position:relative;display:flex;flex-direction:column;min-width:0;min-height:0;height:100%}.bh-hero--mobile .stack--hero{padding:0}.bh-hero--mobile .stack--hero{position:relative;inset:auto;align-items:flex-start;justify-content:flex-start;flex:0 0 auto;opacity:1;transform:none}.bh-hero--mobile .stack--hero .hero__sub,.bh-hero--mobile .stack--hero .hero__cta{opacity:max(0,min(1,calc((.25 - var(--scroll-progress, 0)) / .2)))}.bh-hero--mobile .stack--hero .hero__cta{clip-path:inset(calc(50%*clamp(0,(var(--scroll-progress, 0) - .28) * 1000,1)))}.bh-hero--mobile .stack--hero .bh-eye,.bh-hero--mobile .stack--hero .hero__h1{opacity:max(0,min(1,calc((.55 - var(--scroll-progress, 0)) / .15)))}.bh-hero--mobile .hero__pills{display:none}.bh-hero--mobile .bh-eye{margin-bottom:8px}.bh-hero--mobile .hero__h1{font-size:clamp(22px,5.6vw,28px);line-height:1.08;margin-bottom:8px}.bh-hero--mobile .hero__sub{font-size:12.5px;line-height:1.45;margin:0 0 12px}.bh-hero--mobile .hero__cta{flex-direction:column;align-items:stretch;width:100%;gap:6px;margin-bottom:0}.bh-hero--mobile .bh-btn{width:100%;padding:10px 16px;font-size:11.5px}.bh-hero--mobile .stage__diagram{position:relative;flex:1 1 auto;min-height:0;display:flex;justify-content:center;align-items:flex-start;margin-top:0;transform:translateY(calc(min(var(--scroll-progress, 0) / .3,1)*-16vh));transition:transform .05s linear}.bh-hero--mobile .v11-sources{opacity:max(0,min(1,calc((.62 - var(--scroll-progress, 0)) / .15)))}.bh-hero--mobile .v11-threads-top{opacity:max(0,min(1,calc((.58 - var(--scroll-progress, 0)) / .13)))}.bh-hero--mobile .v11-threads-bot{opacity:max(0,min(1,calc((.6 - var(--scroll-progress, 0)) / .13)))}.bh-hero--mobile .v11-consumers{opacity:max(0,min(1,calc((.62 - var(--scroll-progress, 0)) / .15)))}.bh-hero--mobile .v11-core{opacity:max(0,min(1,calc((.66 - var(--scroll-progress, 0)) / .13)))}.bh-hero--mobile .stack--enable{opacity:max(0,min(1,calc((var(--scroll-progress, 0) - .55) / .3)));transform:none;clip-path:inset(calc(50% - (50%*clamp(0,(var(--scroll-progress, 0) - .5) * 1000,1))))}.bh-hero--mobile .v11-svg{width:100%;max-width:100%;height:100%;max-height:100%}.bh-hero--mobile .stack--enable{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;text-align:left;pointer-events:none;margin:0;padding:0}.bh-hero--mobile .stack--enable>*{pointer-events:auto}.bh-hero--mobile .bh-mobile-enable__head{display:flex;flex-direction:column;align-items:flex-start}.bh-hero--mobile .stack--enable .enable__h2{font-size:clamp(22px,6vw,28px);margin:0;max-width:22ch;text-wrap:balance}.bh-hero--mobile .bh-mobile-enable__cards{width:100%;margin-bottom:0}.page-gutter{position:fixed;top:100px;bottom:56px;left:0;right:0;z-index:50;pointer-events:none;transform:translateY(var(--gutter-translate-y, 0));will-change:transform}.page-gutter__shell{height:100%}.page-gutter__rail{width:var(--rail-w);height:100%;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.page-gutter__labels{position:relative;flex:0 0 auto;align-self:stretch;min-height:0}.page-gutter__label{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:flex-start;gap:10px;opacity:0;transition:opacity .25s ease}.page-gutter__label[data-step="1"]{position:relative}.page-gutter[data-active-step="1"] .page-gutter__label[data-step="1"],.page-gutter[data-active-step="2"] .page-gutter__label[data-step="2"],.page-gutter[data-active-step="3"] .page-gutter__label[data-step="3"],.page-gutter[data-active-step="4"] .page-gutter__label[data-step="4"]{opacity:1}.page-gutter__n{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:14px;font-weight:500;color:var(--color-accent);letter-spacing:.06em}.page-gutter__eye{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-muted);writing-mode:vertical-rl;transform:rotate(180deg);margin-top:4px}.page-gutter__rule{display:block;width:1px;flex:1 1 auto;min-height:80px;background:#ffffff14;margin:6px 0 0 6px;position:relative;overflow:hidden}.page-gutter__rule:after{content:"";position:absolute;left:0;top:0;width:100%;height:max(0%,calc(var(--step-progress, 0) * 100%));background:var(--color-accent);box-shadow:0 0 6px var(--color-accent);transition:height .08s linear}@media (max-width: 900px){.page-gutter{top:76px;bottom:32px}.page-gutter__n{font-size:12px}.page-gutter__eye{display:none}}.home-eyebrow{display:inline-block;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-muted)}.home-eyebrow--accent{color:var(--color-accent)}.home-section{padding:7rem 0;background-color:var(--color-bg);border-bottom:1px solid rgba(255,255,255,.05)}.home-section--ai{background:radial-gradient(ellipse at 80% 0%,rgba(127,219,246,.06),transparent 60%),linear-gradient(180deg,#0d0d0d,#121212);border-top:1px solid rgba(255,255,255,.05)}.home-section__grid{display:grid;grid-template-columns:var(--rail-w) minmax(0,1fr);gap:var(--rail-gap);align-items:stretch}.home-section__body{grid-column:2;min-width:0}.bh-sticky-section{position:relative;padding:0;border-bottom:1px solid rgba(255,255,255,.05)}.bh-sticky-section .bh-sticky-scroll{position:relative}.bh-sticky-section .bh-sticky-pin{position:sticky;top:0;height:100vh;height:100dvh;display:flex;align-items:center;overflow:hidden}.home-section__lead{display:none;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-muted);margin:0 0 8px}@media (max-width: 900px){.home-section__lead{display:block}}.home-section--ai.bh-sticky-section .bh-sticky-scroll{height:160vh}.home-section--ai .home-ai__body{opacity:min(clamp(0,calc(var(--ai-progress, 0) / .2),1),clamp(0,calc((1 - var(--ai-progress, 0)) / .3),1));transform:translateY(calc((.5 - var(--ai-progress, .5)) * -28px));will-change:opacity,transform}.home-ai__body{max-width:760px}.home-ai__body p{font-size:1.25rem;line-height:1.65;color:var(--color-text-main);margin:0 0 1.5rem;opacity:.92}.home-ai__body p:first-child{font-size:1.45rem;color:var(--color-text-muted);line-height:1.55}.home-ai__close{color:var(--color-accent)!important;font-weight:600;margin-top:2.5rem!important;opacity:1!important}.home-section--software.bh-sticky-section .bh-sticky-scroll{height:240vh}.home-section--software .software-product[data-focus=arc]{opacity:calc(.32 + .68 * var(--arc-focus, 1));transform:scale(calc(.982 + .018 * var(--arc-focus, 1)))}.home-section--software .software-product[data-focus=omega]{opacity:calc(.32 + .68 * var(--omega-focus, 0));transform:scale(calc(.982 + .018 * var(--omega-focus, 0)))}.home-section--software .software-principle[data-focus=principle]{opacity:calc(.3 + .7 * var(--principle-focus, 0))}.home-section--software .software-product,.home-section--software .software-principle{transition:opacity .15s linear,transform .15s linear;will-change:opacity,transform}.home-software__body{display:flex;flex-direction:column;gap:4rem}.software-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.software-product{display:grid;grid-template-columns:220px minmax(0,1fr);gap:2.5rem;padding:3.5rem 0;border-top:1px solid rgba(255,255,255,.08)}.software-product:last-child{border-bottom:1px solid rgba(255,255,255,.08)}.software-product__head{grid-column:1;display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}.software-product__index{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.8rem;font-weight:500;color:var(--color-text-muted);letter-spacing:.18em}.software-product__status{display:inline-flex;align-items:center;gap:.5rem;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--color-accent)}.software-product__status .dot{width:6px;height:6px;border-radius:50%;background:var(--color-accent);box-shadow:0 0 8px #7fdbf699}.software-product__main{grid-column:2;display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;max-width:640px}.software-product__brand{display:flex;align-items:center;gap:1rem}.software-product__logo{width:64px;height:64px;display:block;flex-shrink:0}.software-product__name{font-size:clamp(1.75rem,2.4vw,2.25rem);font-weight:700;letter-spacing:-.02em;line-height:1;color:var(--color-text-main);margin:0}.software-product__tagline{font-size:1.125rem;line-height:1.55;color:var(--color-text-muted);margin:0}.software-product__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 0;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent);text-decoration:none;border-bottom:1px solid rgba(127,219,246,.3);transition:color .2s ease,border-color .2s ease,gap .2s ease}.software-product__cta:hover{color:var(--color-text-main);border-bottom-color:var(--color-text-main);gap:.75rem}.software-principle{display:grid;grid-template-columns:220px minmax(0,1fr);gap:2.5rem;padding-top:1rem}.software-principle__label{grid-column:1;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:var(--color-text-muted);padding-top:.35rem}.software-principle__body{grid-column:2;font-size:1.05rem;line-height:1.65;color:var(--color-text-muted);margin:0;max-width:640px}.software-principle__body strong{color:var(--color-text-main);font-weight:700}.home-cta{padding:4.5rem 0;border-top:1px solid rgba(255,255,255,.05);text-align:center;background-color:var(--color-bg)}.home-cta__headline{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:400;letter-spacing:-.02em;line-height:1.25;margin:0 0 1.75rem}.home-cta__headline em{font-style:italic;color:var(--color-accent)}.home-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-cta__btn{display:inline-block;font-family:var(--font-body);font-size:.875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.8rem 2.2rem;border-radius:2px;text-decoration:none;transition:opacity .2s ease,border-color .2s ease,color .2s ease}.home-cta__btn--primary{background:var(--color-accent);color:#121212;border:none}.home-cta__btn--primary:hover{opacity:.82}.home-cta__btn--secondary{border:1px solid rgba(255,255,255,.2);color:var(--color-text-muted);font-weight:500}.home-cta__btn--secondary:hover{border-color:var(--color-accent);color:var(--color-accent)}.home-trust{padding:3.5rem 0;background-color:var(--color-bg);border-top:1px solid rgba(255,255,255,.05)}.home-trust__inner{text-align:center;color:var(--color-text-muted);font-size:.95rem;letter-spacing:.04em;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.home-trust__text{margin:0}.home-trust__logo{display:block;height:40px;width:auto;opacity:.9}@media (max-width: 900px){.home-section{padding:4.5rem 0}.home-section--ai.bh-sticky-section .bh-sticky-scroll{height:140vh}.home-section--ai.bh-sticky-section .bh-sticky-pin{align-items:flex-start;padding-top:96px}.home-section--software.bh-sticky-section .bh-sticky-scroll{height:auto}.home-section--software .bh-sticky-pin{position:static;height:auto;display:block;overflow:visible}.home-section--software .software-product[data-focus],.home-section--software .software-principle[data-focus]{opacity:.78;transform:none}.home-section--software .software-product.is-active,.home-section--software .software-principle.is-active{opacity:1}.home-ai__body p{font-size:1.05rem}.home-ai__body p:first-child{font-size:1.15rem}.software-product{grid-template-columns:1fr;gap:1.25rem;padding:2.5rem 0}.software-product__head{flex-direction:column;align-items:flex-start;gap:.4rem;padding-top:0}.software-product__status{font-size:.65rem;white-space:normal;max-width:10ch}.software-product__main{gap:1rem}.software-product__brand{gap:.75rem}.software-product__logo{width:48px;height:48px}.software-product__name{font-size:clamp(1.5rem,6vw,1.9rem)}.software-product__tagline{font-size:1rem}.software-principle{grid-template-columns:1fr;gap:.75rem}.home-software__body{gap:2.5rem}.home-cta{padding:3rem 0}}
