.hero{--hero-bg: #101f1a;--hero-text: #f5f6ed;--hero-muted: #afbeb3;--hero-accent: #b9e781;position:relative;isolation:isolate;overflow:hidden;color:var(--hero-text);background:var(--hero-bg)}.hero:before{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(ellipse at 85% 35%,#294c354d,transparent 55%);pointer-events:none}.hero-container{position:relative}.hero-split{display:grid;gap:1rem;padding:3.5rem 0 1rem}.hero-content{min-width:0;align-self:center}.home .hero-eyebrow{display:flex;align-items:center;gap:.65rem;margin:0 0 1.75rem;font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--hero-accent)}.hero-eyebrow>span{width:6px;height:6px;border-radius:50%;background:currentColor;flex:0 0 auto}.hero h1{margin:0 0 1.5rem;font-family:var(--font-primary);font-size:clamp(2.65rem,7.7vw,5.65rem);font-weight:500;line-height:1.06;letter-spacing:-.055em;color:var(--hero-text)}.hero h1>span{color:var(--hero-accent)}.home .hero-description{max-width:31rem;margin:0;color:var(--hero-muted);font-size:1rem;line-height:1.8}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:1rem 1.75rem;margin-top:2rem}.hero-cta,.hero-more{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;min-height:48px;font-size:.875rem;font-weight:600}.hero .hero-cta{background:var(--hero-accent);color:var(--hero-bg);border-radius:6px;padding:1rem 1.3rem;transition:background .18s ease,transform .18s ease}.hero .hero-cta:hover{background:#c9f29a;color:var(--hero-bg);transform:translateY(-2px)}.hero .hero-more{color:var(--hero-text);text-underline-offset:6px}.hero .hero-more:hover{text-decoration:underline}.hero-cta svg,.hero-capabilities svg{transition:transform .18s ease;flex-shrink:0}.hero-cta:hover svg,.hero-capabilities a:hover>svg{transform:translate(3px)}.home .hero-note{color:var(--hero-muted);margin:1.5rem 0 0;font-size:.75rem}.hero-visual{width:100%;max-width:560px;aspect-ratio:560 / 500;position:relative;justify-self:center;align-self:center}.hero-visual-grid{position:absolute;inset:0;background-image:radial-gradient(circle,#9fba9b40 .8px,transparent 1px);background-size:22px 22px;mask-image:radial-gradient(ellipse,#000 20%,transparent 70%)}.hero-orbit{position:absolute;border:1px solid #afcc992b;border-radius:50%;aspect-ratio:1;animation:hero-orbit 32s linear infinite}.hero-orbit--outer{width:72%;left:14%;top:9.68%}.hero-orbit--inner{width:49%;left:25.5%;top:22.56%;border-style:dashed;animation-duration:24s;animation-direction:reverse}.hero-orbit>span{position:absolute;left:calc(50% - 4px);top:-4px;width:7px;height:7px;background:var(--hero-accent);border-radius:50%;box-shadow:0 0 16px #b9e78166}.hero-orbit--inner>span{width:5px;height:5px;top:-3px;background:#83b4a7}.hero-connections{position:absolute;inset:0;width:100%;height:100%}.hero-wire{stroke:#9fba9b40;stroke-width:1}.hero-signal{stroke:var(--hero-accent);stroke-width:1.6;stroke-dasharray:24 340;animation:hero-signal 5s linear infinite}.hero-signal--two{animation-delay:-1.6s}.hero-signal--three{animation-delay:-3.3s}.hero-core{position:absolute;width:26%;aspect-ratio:1;left:37%;top:35.44%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #a5cd7866;border-radius:24%;background:linear-gradient(145deg,#314c34,#16281f 75%);box-shadow:0 0 65px #a3d77112,inset 0 1px #d8f5b11a,0 20px 40px #0003;color:var(--hero-text)}.hero-core-mark{width:48%;color:var(--hero-accent)}.hero-core>span{font-size:clamp(.85rem,2.8vw,1.2rem);letter-spacing:-.04em;font-weight:500}.hero-core-x{color:var(--hero-accent)}.hero .hero-node{position:absolute;display:flex;align-items:center;gap:.45rem;padding:.7rem .5rem;border:1px solid #69836c80;border-radius:9px;color:var(--hero-text);background:#1b3026;box-shadow:0 12px 28px #0002;transition:border-color .18s ease,background .18s ease}.hero-node--compliance{top:14%;right:4%;animation:hero-float 7s ease-in-out infinite}.hero-node--security{top:65%;left:0;animation:hero-float 7s -2.3s ease-in-out infinite}.hero-node--development{top:69%;right:0;animation:hero-float 7s -4.6s ease-in-out infinite}.hero-node-icon{color:var(--hero-accent);display:flex}.hero-node small{display:block;font-size:.55rem;letter-spacing:.09em;text-transform:uppercase;color:var(--hero-muted);margin-bottom:.15rem}.hero-node strong{display:block;font-size:.75rem;font-weight:500}.hero .hero-node-arrow{display:none;color:var(--hero-muted)}.hero .hero-node:hover{background:#294534;border-color:var(--hero-accent)}.hero-visual-caption{position:absolute;bottom:2%;left:0;width:100%;display:flex;align-items:center;justify-content:center;gap:.6rem;color:var(--hero-muted);font-size:.7rem;letter-spacing:.025em}.hero-visual-caption>span{width:16px;height:1px;background:var(--hero-accent)}.hero-footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;padding:1rem 0;border-top:1px solid #82978140;color:var(--hero-muted);font-size:.68rem}.hero-motion-input{position:absolute;bottom:1.5rem;right:2rem;width:1px;height:1px;opacity:0}.hero-motion-control{display:inline-flex;align-items:center;gap:.55rem;min-height:44px;cursor:pointer}.hero-pause-icon{width:9px;height:10px;border-left:2px solid currentColor;border-right:2px solid currentColor}.hero-motion-play{display:none}.hero-motion-input:checked~.hero-footer .hero-motion-pause{display:none}.hero-motion-input:checked~.hero-footer .hero-motion-play{display:inline}.hero-motion-input:checked~.hero-footer .hero-pause-icon{width:0;height:0;border:5px solid transparent;border-right:0;border-left:8px solid currentColor}.hero-motion-input:checked~.hero-split *,.hero-motion-input:checked~.hero-split *:before{animation-play-state:paused}.home .hero a:focus-visible,.hero-motion-input:focus-visible~.hero-footer .hero-motion-control{outline:2px solid var(--hero-accent);outline-offset:5px}.hero-capabilities{background:var(--home-paper);color:var(--home-ink)}.hero-capabilities-grid{display:grid}.hero-capabilities a{display:flex;align-items:center;gap:1rem;padding:1.35rem 0;color:var(--home-ink);border-bottom:1px solid var(--home-line)}.hero-capabilities a:last-child{border-bottom:0}.hero-capability-number{font-family:var(--font-mono);color:var(--home-green);font-size:.7rem}.hero-capabilities strong{display:block;font-size:.925rem;font-weight:600}.hero-capabilities small{display:block;font-size:.7rem;color:var(--home-muted);margin-top:.25rem}.hero-capabilities a>svg{margin-left:auto;color:var(--home-green)}.home .hero-capabilities a:focus-visible{outline-color:var(--home-green);outline-offset:-3px}@keyframes hero-orbit{to{transform:rotate(360deg)}}@keyframes hero-signal{0%{stroke-dashoffset:364}to{stroke-dashoffset:0}}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes hero-enter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 480px){.hero-node strong{font-size:.95rem}.hero-node small{font-size:.6rem}.hero .hero-node{padding:1rem 1.1rem;gap:.8rem}.hero .hero-node-arrow{display:block}}@media (min-width: 900px){.hero-split{grid-template-columns:1.1fr 1fr;gap:2rem;padding:clamp(3rem,5vw,5rem) 0 3rem;min-height:600px}.hero h1{font-size:clamp(3.5rem,5.8vw,5.2rem)}.home .hero-description{font-size:1.0625rem}.hero-visual{width:calc(100% + 1rem)}.hero-capabilities-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-capabilities a{margin:1.5rem 0;padding:.25rem 1.5rem;border-bottom:0;border-right:1px solid var(--home-line)}.hero-capabilities a:first-child{padding-left:0}.hero-capabilities a:last-child{padding-right:0;border-right:0}}@media (prefers-reduced-motion: no-preference){.hero-content{animation:hero-enter .75s ease-out both}.hero-visual{animation:hero-enter .95s .1s ease-out both}}@media (prefers-reduced-motion: reduce){.hero *,.hero *:before,.hero *:after{animation:none!important;transition:none!important}.hero-motion-input,.hero-motion-control{display:none}.hero-signal{stroke-dasharray:none;opacity:.35}}.home{--home-paper: #f5f4ee;--home-ink: #24312a;--home-muted: #596159;--home-green: #3c6a31;--home-line: #d8ddd2;color:var(--home-ink)}.home h2,.home h3{color:var(--home-ink);font-family:var(--font-primary);font-weight:500;letter-spacing:-.035em}.home h2{font-size:clamp(2rem,3.2vw,2.875rem);line-height:1.2}.home h3{font-size:1.5rem;line-height:1.3}.home p{line-height:1.75}.home .home-eyebrow{font-size:.7rem;letter-spacing:.13em;text-transform:uppercase;font-weight:600;color:var(--home-green);margin-bottom:1.5rem}.home .home-button{background:var(--home-green);color:#fff;border-radius:4px;box-shadow:none;font-size:.875rem;font-weight:500;padding:1rem 1.375rem}.home .home-button:before{display:none}.home .home-button:hover{background:#2f5627;box-shadow:none;transform:none}.home .home-text-link{display:inline-flex;align-items:center;gap:.625rem;min-height:44px;font-size:.875rem;font-weight:600;color:var(--home-green);text-underline-offset:5px}.home .home-text-link:hover{text-decoration:underline}.home a:focus-visible,.home summary:focus-visible{outline:2px solid var(--home-green);outline-offset:5px}.home-section{padding:clamp(3.5rem,7vw,6.5rem) 0}.home section[id],.home-service[id]{scroll-margin-top:120px}.home-heading-split{display:grid;gap:1rem}.home-heading-split>p{max-width:30rem;color:var(--home-muted);align-self:end}.home-section-heading{margin-bottom:2.75rem}.home-service{display:grid;gap:1.5rem;border-top:1px solid var(--home-line);padding:2.5rem 0}.home-service:last-child{border-bottom:1px solid var(--home-line)}.home-service__label{display:flex;gap:.75rem;align-items:baseline;font-size:.75rem;color:var(--home-muted);margin-bottom:1.125rem}.home-service__label>span{font:.75rem var(--font-mono);color:var(--home-green)}.home-service__title h3{margin:0;font-size:clamp(1.5rem,2.2vw,1.875rem)}.home-service__body>p{color:var(--home-muted);font-size:.9375rem;margin-bottom:1rem}.home-service__example{margin:0;padding:1.25rem 1.5rem;background:var(--home-paper)}.home-service__example>div+div{border-top:1px solid var(--home-line);margin-top:1rem;padding-top:1rem}.home-service__example dt{color:var(--home-green);font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem}.home-service__example dd{margin:0;font-size:.8125rem;line-height:1.7}.home-engineering{padding:2.5rem 0;border-bottom:1px solid var(--home-line)}.home-engineering .home-heading-split{gap:2rem 4rem}.home-engineering h3{font-size:1.25rem;margin-bottom:.75rem}.home-engineering .home-heading-split p{color:var(--home-muted);font-size:.9375rem;margin-bottom:.75rem}.home-services-footer{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem 2rem;padding-top:1.5rem}.home-services-footer nav{display:flex;align-items:center;gap:.25rem 1.25rem;flex-wrap:wrap;font-size:.75rem}.home-services-footer nav span{color:var(--home-muted)}.home-services-footer nav a{color:var(--home-ink);display:inline-flex;align-items:center;min-height:44px;text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--home-line)}.home-services-footer nav a:hover{text-decoration-color:var(--home-green)}.home-product{background:#243b2e;color:#eaf0e7;padding:clamp(3rem,6vw,5rem) 0}.home-product__grid{display:grid;gap:3rem}.home-product .home-eyebrow{color:#b4cf9a}.home-product h2{color:#fff;margin:1.5rem 0}.home-product__brand{display:flex;gap:.625rem;align-items:center;font-size:.9375rem;font-weight:500}.home-product__grid>div>p:not(.home-eyebrow){max-width:32rem;color:#ccd8cc;font-size:.9375rem}.home-product .home-text-link{color:#d1e6b2}.home-product a:focus-visible{outline-color:#d1e6b2}.home-product__index{align-self:center;border-top:1px solid #687e67;padding-top:1.5rem}.home-product__grid>.home-product__index>p{font-size:.75rem}.home-product__index dl{margin:0 0 1rem}.home-product__index dl>div{padding:1.25rem 0;border-bottom:1px solid #50634f}.home-product__index dt{font-size:.75rem;color:#bacbb7;margin-bottom:.375rem}.home-product__index dd{margin:0;font-size:1.375rem;letter-spacing:-.025em}.home-work__grid,.home-faq__grid{display:grid;gap:2.5rem}.home-work header>p:not(.home-eyebrow),.home-faq header>p:not(.home-eyebrow){color:var(--home-muted);max-width:25rem;font-size:.9375rem}.home-steps{margin:0;padding:0;list-style:none}.home-steps li{display:grid;grid-template-columns:2rem 1fr;gap:1rem;padding:1.75rem 0;border-top:1px solid var(--home-line)}.home-steps li:first-child{padding-top:0;border-top:0}.home-steps li:last-child{padding-bottom:0}.home-steps__number{color:var(--home-green);font:.8rem var(--font-mono);padding-top:.5rem}.home-steps h3{font-size:1.25rem;margin-bottom:.75rem;letter-spacing:-.03em}.home-steps p{font-size:.9375rem;color:var(--home-muted);margin-bottom:.75rem}.home-steps .home-steps__result{display:flex;align-items:baseline;gap:.625rem;color:var(--home-green);font-size:.75rem;margin-bottom:0}.home-steps__result svg{flex-shrink:0;align-self:center}.home-faq{background:#fafbf8;border-top:1px solid var(--home-line);border-bottom:1px solid var(--home-line)}.home-faq details{border-top:1px solid var(--home-line)}.home-faq details:last-child{border-bottom:1px solid var(--home-line)}.home-faq summary{list-style:none;display:flex;justify-content:space-between;gap:1.25rem;align-items:center;cursor:pointer;padding:1.25rem 0;font-weight:500;font-size:.9375rem}.home-faq summary::-webkit-details-marker{display:none}.home-faq__toggle{width:14px;height:14px;position:relative;flex-shrink:0}.home-faq__toggle:before,.home-faq__toggle:after{content:"";position:absolute;background:var(--home-green)}.home-faq__toggle:before{width:14px;height:1px;top:6px}.home-faq__toggle:after{height:14px;width:1px;left:6px}.home-faq details[open] .home-faq__toggle:after{display:none}.home-faq details>p{color:var(--home-muted);font-size:.9375rem;padding-right:2rem;margin-bottom:1.5rem}.home-contact{background:var(--home-paper);padding:clamp(3.5rem,7vw,6rem) 0}.home-contact__grid{display:grid;gap:3rem}.home-contact__grid>div>p:not(.home-eyebrow){max-width:29rem;color:var(--home-muted);font-size:.9375rem}.home-contact__details{align-self:center;border-top:1px solid var(--home-green);padding-top:1.5rem}.home-contact__details a{display:flex;align-items:center;width:fit-content;min-height:44px;color:var(--home-green);font-size:.875rem;padding:.35rem 0;text-underline-offset:4px}.home-contact__details a:hover{text-decoration:underline}@media (min-width: 768px){.home-heading-split{grid-template-columns:1fr 1fr;gap:4rem}.home-service{grid-template-columns:1fr 1.2fr;gap:2rem}.home-service__example{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.home-service__example>div+div{border-top:0;margin-top:0;padding-top:0}.home-product__grid,.home-work__grid,.home-faq__grid,.home-contact__grid{grid-template-columns:1.15fr 1fr;gap:clamp(3rem,7vw,7rem)}}@media (min-width: 1100px){.home-service{grid-template-columns:1fr 1.12fr .95fr;gap:2.75rem}.home-service__example{grid-column:auto;display:block}.home-service__example>div+div{border-top:1px solid var(--home-line);margin-top:1rem;padding-top:1rem}}
