@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-7.ttf) format('truetype');
}
:root{--ink:#14221f;--muted:#5d6864;--green:#a5dc55;--line:#dce1d9;--paper:#f7f8f3;--dark:#101b1a}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;height:auto}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Space Grotesk',sans-serif;font-weight:500;line-height:1.08;letter-spacing:-.045em}h2{font-size:clamp(34px,4.2vw,56px)}h3{font-size:25px;letter-spacing:-.03em}em{font-style:normal;color:var(--green)}.wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}.skip{position:absolute;top:-100px;left:20px;background:white;padding:12px;z-index:100}.skip:focus{top:10px}a:focus-visible,button:focus-visible{outline:3px solid #66962d;outline-offset:6px}header{background:var(--paper);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}.nav{height:90px;display:flex;justify-content:space-between;align-items:center}.brand{display:inline-flex;align-items:center}.brand img{width:180px}nav{display:flex;gap:32px;align-items:center;font-size:14px;font-weight:600}nav a:not(.button):hover{color:#507a27}.button{display:inline-flex;gap:32px;align-items:center;justify-content:space-between;padding:16px 23px;background:var(--green);color:var(--ink);font-size:14px;font-weight:700;border:1px solid transparent;transition:background .2s,transform .2s}.button:hover{background:#b9ee6b;transform:translateY(-2px)}.button span{font-size:20px;line-height:1}.button.small{padding:12px 20px;gap:24px}.menu-toggle{display:none}.hero{background:var(--dark);color:#f8faf5;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.04fr 1fr;gap:40px;align-items:center;min-height:650px;padding-top:70px;padding-bottom:55px}.eyebrow{font-size:11px;letter-spacing:.15em;font-weight:700;line-height:1.5}.hero .eyebrow{color:#c7d1c8;display:flex;gap:11px;align-items:center}.dot,.scene-bottom i,.local-badge i{display:inline-block;background:var(--green);width:6px;height:6px;border-radius:50%}h1{font-size:clamp(60px,6.7vw,92px);line-height:.99;margin:26px 0;letter-spacing:-.06em}.intro{font-size:18px;line-height:1.7}.hero-copy>.intro{max-width:490px;color:#b6c3bd;font-size:16px}.actions{display:flex;gap:24px;align-items:center;margin-top:32px}.text-link{font-size:13px;border-bottom:1px solid #708477;padding:9px 0}.text-link span{margin-left:10px}.product-scene{height:495px;position:relative;background:radial-gradient(ellipse at center,#31432c 0,transparent 66%),linear-gradient(#a5dc5508 1px,transparent 1px),linear-gradient(90deg,#a5dc5508 1px,transparent 1px);background-size:auto,36px 36px,36px 36px;border:1px solid #3b4a3d}.scene-top,.scene-bottom{position:absolute;left:20px;right:20px;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.1em;color:#b1c0b4;align-items:center}.scene-top{top:15px}.cross{font-size:25px;color:var(--green)}.scene-bottom{bottom:20px}.scene-bottom i{margin-right:8px}.hero-product{position:absolute;width:86%;left:7%;bottom:51px;z-index:2;filter:drop-shadow(0 24px 22px #0009)}.orbit{position:absolute;width:370px;height:370px;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid #a5dc5523;border-radius:50%}.orbit-two{width:260px;height:260px}.scene-label{position:absolute;font-size:9px;letter-spacing:.12em;color:#c6d8be;padding:7px 9px;background:#14231dd9;border-left:2px solid var(--green);z-index:3}.label-one{left:19px;top:113px}.label-two{right:15px;top:220px}.label-three{left:35px;bottom:85px}.hero-foot{border-top:1px solid #34413a;padding:22px 0;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.14em;color:#99aea2}.capability-strip{border-bottom:1px solid var(--line);background:#edf1e6}.capability-strip>.wrap{display:flex;justify-content:space-between;padding-block:24px;font-size:14px}.capability-strip b{font-weight:400;color:#84a94d}.section{padding-block:100px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:55px;margin-bottom:48px}.section-heading .eyebrow{color:#667c48;margin-bottom:22px}.section-heading>p{max-width:350px;color:var(--muted);font-size:15px}.features{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.features article{padding:35px 28px 35px 0;position:relative}.features article+article{border-left:1px solid var(--line);padding-left:28px}.feature-icon{font-size:34px;color:#719346;line-height:1;margin-bottom:38px}.number{position:absolute;right:27px;top:38px;color:#8d978b;font-size:11px}.features h3{margin-bottom:20px}.features p{color:var(--muted);font-size:14px;min-height:96px}.tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:25px}.tags span{font-size:10px;background:#e9eddf;padding:5px 9px}.hardware-row{display:grid;grid-template-columns:1.8fr repeat(4,1fr);gap:20px;margin-top:50px;align-items:center}.hardware-row .eyebrow{font-size:8px;color:#667c48;margin-bottom:12px}.hardware-row h3{font-size:22px}.hardware-row strong{font-size:18px;font-weight:500}.hardware-row span{display:block;font-size:11px;color:var(--muted);margin-top:5px}.fine-print{font-size:11px;color:#6b756b;margin-top:23px}.architecture-section{background:#e9eee2;padding-block:85px}.flow{display:grid;grid-template-columns:1fr 40px 1fr 40px 1fr;align-items:center}.flow-node{background:#f7f8f3;border:1px solid #cbd5c2;padding:28px;min-height:211px}.flow-node .eyebrow{font-size:9px;color:#6c7e5d}.flow-node h3{font-size:23px;margin:20px 0 12px}.flow-node p{font-size:11px;color:var(--muted)}.flow-node.center{background:var(--dark);color:white;border:1px solid var(--dark)}.flow-node.center .eyebrow{color:var(--green)}.flow-node.center p{color:#aebaad}.flow-arrow{text-align:center;color:#748a63;font-size:22px}.signal{color:#729548;font-size:23px;letter-spacing:3px;line-height:1;margin-top:17px}.local-badge{display:inline-block;font-size:10px;color:#c3d0bf;margin-top:20px}.local-badge i{margin-right:7px}.mini-bars{display:flex;gap:7px;align-items:flex-end;height:30px;margin-top:13px}.mini-bars b{display:block;width:18px;background:#afc58e;height:10px}.mini-bars b:nth-child(2){height:18px}.mini-bars b:nth-child(3){height:14px}.mini-bars b:nth-child(4){height:25px}.mini-bars b:nth-child(5){height:20px}.mini-bars b:nth-child(6){height:30px}.application-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.application-grid article{background:#ecf0e6;border-top:3px solid #9cbe71;padding:29px}.application-grid article>span{font-size:9px;letter-spacing:.12em;color:#647653}.application-grid h3{font-size:28px;line-height:1.15;margin:32px 0 23px}.application-grid p{font-size:14px;color:var(--muted)}.application-grid a{border-top:1px solid #cdd5c5;display:flex;justify-content:space-between;font-size:12px;margin-top:36px;padding-top:20px;font-weight:600}.application-grid a:hover{color:#4c7628}.ai-section{background:var(--dark);color:#f5f8f0;padding-block:95px}.ai-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:100px}.ai-section .eyebrow{color:#afc1a8;margin-bottom:25px}.ai-section h2{font-size:clamp(38px,4.1vw,55px)}.ai-section .intro{margin:28px 0 20px;max-width:440px}.ai-section p:not(.eyebrow):not(.intro){color:#aabbb0;font-size:14px}.ai-section .button{margin-top:32px}.ai-steps article{display:flex;gap:25px;border-bottom:1px solid #34423a;padding:25px 0}.ai-steps article:first-child{padding-top:0}.ai-steps article>span{color:var(--green);font-size:11px;padding-top:6px}.ai-steps h3{font-size:24px;margin-bottom:12px}.ai-steps .ai-note{font-size:11px!important;margin-top:22px}.resource-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.resource{padding:30px;border:1px solid var(--line);transition:background .2s}.resource:hover{background:#edf1e6}.resource>.eyebrow{font-size:9px;color:#6b8051}.resource h3{margin:25px 0 15px}.resource p{font-size:14px;color:var(--muted)}.resource-bottom{display:flex;justify-content:space-between;font-size:12px;margin-top:35px;padding-top:19px;border-top:1px solid var(--line)}.resource-bottom b{font-size:20px;font-weight:400}.contact-section{background:var(--green);padding:70px 0}.contact-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-grid h2{margin:20px 0;font-size:56px}.contact-grid p:not(.eyebrow){font-size:15px}.button.light{background:var(--dark);color:#fff;min-width:215px}.button.light:hover{background:#2a3c31}footer{padding-top:45px}.footer-top{display:flex;justify-content:space-between;align-items:center;padding-bottom:40px;gap:25px}.footer-top p{font-size:13px;color:var(--muted)}.footer-top>a:last-child{font-size:12px}.footer-bottom{display:flex;justify-content:space-between;padding:22px 0;border-top:1px solid var(--line);font-size:10px;color:var(--muted);gap:20px}.footer-bottom>div{display:flex;gap:25px}
@media(min-width:1500px){.hero-grid{min-height:720px}}@media(max-width:1100px){.wrap{width:calc(100% - 56px)}nav{gap:20px}.hero-grid{gap:25px}.hero-product{bottom:65px}.product-scene{height:430px}.actions{gap:18px;flex-wrap:wrap}.hardware-row{grid-template-columns:repeat(4,1fr)}.hardware-row>div:first-child{grid-column:1/-1;margin-bottom:10px}.ai-grid{gap:50px}.flow-node{padding:22px}.application-grid article{padding:23px}.application-grid h3{font-size:25px}.features p{min-height:120px}}@media(max-width:900px){.wrap{width:calc(100% - 40px)}.nav{height:74px}.brand img{width:155px}.menu-toggle{display:flex;gap:15px;background:transparent;border:1px solid #cdd5c5;padding:8px 12px;font-size:12px}nav{display:none;position:absolute;left:0;right:0;top:74px;background:var(--paper);padding:25px;box-shadow:0 10px 12px #0001;align-items:stretch}nav.open{display:flex;flex-direction:column}nav a{padding:8px 0}.hero-grid{grid-template-columns:1fr;padding-top:45px;padding-bottom:35px;gap:40px}.hero h1{font-size:72px}.hero-copy>.intro{max-width:520px}.hero .eyebrow{font-size:9px}.hero-product{width:78%;max-width:400px;left:50%;transform:translateX(-50%);bottom:48px}.product-scene{height:420px;max-width:530px;width:100%;margin:auto}.hero-foot{font-size:8px;gap:25px}.hero-foot>span{max-width:170px}.capability-strip>.wrap{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding-block:22px;font-size:12px}.capability-strip b{display:none}.section{padding-block:65px}.section-heading{display:block;margin-bottom:32px}.section-heading>p{margin-top:25px;max-width:100%}.section-heading .eyebrow{margin-bottom:18px}.features{grid-template-columns:1fr}.features article,.features article+article{padding:30px 0;border-left:0}.features article+article{border-top:1px solid var(--line)}.feature-icon{margin-bottom:25px}.features p{min-height:0}.hardware-row{grid-template-columns:1fr 1fr;gap:28px}.flow{grid-template-columns:1fr}.flow-arrow{transform:rotate(90deg);padding:6px}.flow-node{min-height:190px}.architecture-section{padding-block:60px}.application-grid{grid-template-columns:1fr}.application-grid h3{font-size:30px}.application-grid article{padding:28px}.application-grid h3 br{display:none}.ai-section{padding-block:65px}.ai-grid{grid-template-columns:1fr;gap:45px}.resource-grid{grid-template-columns:1fr}.contact-grid{align-items:flex-start;flex-direction:column}.contact-grid h2{font-size:46px}.contact-grid p br{display:none}.footer-top{flex-wrap:wrap;justify-content:flex-start;column-gap:40px}.footer-top>a:last-child{width:100%}.footer-bottom{flex-direction:column}.footer-bottom>div{gap:22px}.orbit{width:300px;height:300px}.orbit-two{width:220px;height:220px}}@media(max-width:380px){.hero h1{font-size:62px}.product-scene{height:360px}.scene-top,.scene-bottom{font-size:7px}.scene-label{font-size:8px}.scene-bottom{left:12px;right:12px}.hero-foot{font-size:7px}.button{padding:15px 19px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

.flow-node{min-width:0}.signal{overflow:hidden}.hero-copy,.product-scene{min-width:0}
.document{max-width:900px;min-height:65vh}.document>h1{font-size:clamp(42px,6vw,70px);margin-bottom:35px}.document>h2{font-size:25px;margin:35px 0 15px}.document>p{max-width:700px;margin-bottom:20px}.document>p>a:not(.button){text-decoration:underline}.contact-form{max-width:700px;margin-top:35px;display:grid;grid-template-columns:1fr 1fr;gap:22px}.contact-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}.contact-form input,.contact-form select,.contact-form textarea{font:inherit;font-size:16px;padding:13px;border:1px solid #adb9a4;border-radius:0;background:white;width:100%;color:var(--ink)}.contact-form .full{grid-column:1/-1}.contact-form .button{cursor:pointer}.contact-form p{font-size:12px;color:var(--muted)}@media(max-width:550px){.contact-form{grid-template-columns:1fr}}
