:root{--ink:#07130d;--ink2:#0c2117;--leaf:#8ee03f;--mint:#d9ffbd;--cream:#f1f2e9;--white:#fff;--muted:#9ca89f;--line:rgba(255,255,255,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--cream);font-family:Inter,Arial,Helvetica,sans-serif;overflow-x:hidden}.noise{position:fixed;inset:0;opacity:.025;pointer-events:none;z-index:99;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E")}.cursor-glow{position:fixed;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(142,224,63,.12),transparent 68%);transform:translate(-50%,-50%);pointer-events:none;z-index:4;mix-blend-mode:screen}.site-header{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:22px 4vw;z-index:50;transition:.35s}.site-header.scrolled{background:rgba(7,19,13,.72);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08);padding-top:14px;padding-bottom:14px}.brand{display:flex;gap:11px;align-items:center;color:#fff;text-decoration:none;font-weight:800;letter-spacing:.14em;font-size:14px}.brand-mark{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:var(--leaf);box-shadow:0 0 40px rgba(142,224,63,.28)}.brand-mark svg{width:23px;height:23px;fill:none;stroke:var(--ink);stroke-width:2.7;stroke-linecap:round}.site-header nav{display:flex;gap:28px;align-items:center}.site-header nav a{color:#e9efe9;text-decoration:none;font-size:13px}.nav-cta{border:1px solid rgba(255,255,255,.35);padding:11px 18px;border-radius:30px}.menu-btn{display:none;background:none;border:0}.hero{min-height:100svh;position:relative;display:flex;align-items:center;padding:150px 6vw 70px;overflow:hidden}.hero-media{position:absolute;inset:0;z-index:-3}.hero-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.06);animation:heroZoom 14s ease-out forwards}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,14,9,.94) 0%,rgba(4,14,9,.72) 42%,rgba(4,14,9,.12) 74%),linear-gradient(0deg,rgba(4,14,9,.72),transparent 45%)}@keyframes heroZoom{to{transform:scale(1)}}.hero-copy{max-width:850px;z-index:2}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700;color:#dce8de}.eyebrow>span{width:34px;height:1px;background:var(--leaf)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(60px,8.5vw,142px);line-height:.82;letter-spacing:-.065em;margin:24px 0 34px;font-weight:650}.hero h1 em,h2 em{font-family:Georgia,serif;font-weight:400;color:var(--leaf)}.hero-copy>p{max-width:620px;font-size:clamp(17px,1.4vw,22px);line-height:1.65;color:#d7dfd9}.hero-actions{display:flex;gap:14px;margin-top:38px}.button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:16px 24px;font-weight:750;font-size:14px;transition:.25s}.primary{background:var(--leaf);color:var(--ink)}.ghost{color:#fff;border:1px solid rgba(255,255,255,.32);backdrop-filter:blur(8px)}.ghost span{margin-left:26px}.button:hover{transform:translateY(-3px)}.hero-data{position:absolute;right:4vw;bottom:4vw;display:grid;grid-template-columns:repeat(3,1fr);width:min(560px,45vw);padding:22px;border-radius:20px}.glass{background:rgba(8,27,18,.52);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(18px)}.hero-data>div{padding:8px 18px;border-right:1px solid rgba(255,255,255,.12)}.hero-data>div:last-of-type{border:0}.hero-data strong{display:block;font-size:25px;color:#fff}.hero-data span{font-size:11px;color:#c1cbc4}.hero-data small{grid-column:1/-1;color:#829087;padding:12px 18px 0;font-size:9px}.scroll-indicator{position:absolute;left:4vw;bottom:4vw;display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.scroll-indicator span{width:40px;height:40px;border:1px solid rgba(255,255,255,.35);border-radius:50%;position:relative}.scroll-indicator span:after{content:"";position:absolute;left:50%;top:9px;width:1px;height:15px;background:#fff;animation:scroll 1.5s infinite}@keyframes scroll{50%{transform:translateY(8px);opacity:.2}}.hero-orbit{position:absolute;border:1px solid rgba(142,224,63,.15);border-radius:50%;pointer-events:none}.orbit-one{width:600px;height:600px;right:-250px;top:10%}.orbit-two{width:370px;height:370px;right:-90px;top:26%}.manifesto{min-height:82vh;padding:12vw 6vw;display:grid;grid-template-columns:220px 1fr;align-items:start;background:var(--cream);color:var(--ink)}.section-label{font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;opacity:.62;padding-top:10px}.manifesto-text{font-size:clamp(44px,6.2vw,104px);line-height:1.02;letter-spacing:-.055em;max-width:1200px}.manifesto-text span{display:block}.manifesto-text .muted{color:#aab0aa}.manifesto-text .accent{font-family:Georgia,serif;color:#3d7f19;font-style:italic}.system-section,.process-section{padding:130px 6vw;background:var(--ink)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:80px}.section-head h2,.comparison-copy h2,.cta-content h2{font-size:clamp(48px,6vw,94px);line-height:.95;letter-spacing:-.055em;margin:16px 0 0}.section-head>p{max-width:480px;line-height:1.7;color:#9ead9f;font-size:16px}.system-stage{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}.plant-visual{position:relative;min-height:660px;border-radius:36px;background:radial-gradient(circle at 52% 36%,rgba(142,224,63,.13),transparent 32%),linear-gradient(145deg,#0b2518,#06110c);border:1px solid rgba(255,255,255,.08);overflow:hidden}#growth-svg{width:100%;height:100%;position:absolute;inset:0}.structure{fill:none;stroke:rgba(220,234,223,.29);stroke-width:4}.vine{fill:none;stroke:var(--leaf);stroke-width:7;stroke-linecap:round;stroke-dasharray:1200;stroke-dashoffset:1200;filter:drop-shadow(0 0 9px rgba(142,224,63,.3))}.leaves ellipse{fill:var(--leaf);transform-origin:center;opacity:0;filter:drop-shadow(0 0 8px rgba(142,224,63,.25))}.plant-visual.active .vine{animation:drawVine 2.2s ease forwards}.plant-visual.active .leaves ellipse{animation:leafIn .7s ease forwards}.leaves ellipse:nth-child(2){animation-delay:.15s!important}.leaves ellipse:nth-child(3){animation-delay:.3s!important}.leaves ellipse:nth-child(4){animation-delay:.45s!important}.leaves ellipse:nth-child(5){animation-delay:.6s!important}.leaves ellipse:nth-child(6){animation-delay:.75s!important}.leaves ellipse:nth-child(7){animation-delay:.9s!important}.leaves ellipse:nth-child(8){animation-delay:1.05s!important}.leaves ellipse:nth-child(9){animation-delay:1.2s!important}.leaves ellipse:nth-child(10){animation-delay:1.35s!important}.leaves ellipse:nth-child(n+11){animation-delay:1.5s!important}@keyframes drawVine{to{stroke-dashoffset:0}}@keyframes leafIn{from{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}.sensor-chip{position:absolute;right:24px;bottom:24px;border-radius:17px;padding:15px 18px;display:flex;align-items:center;gap:12px}.sensor-chip small{display:block;color:#a8b4aa}.sensor-chip strong{font-size:13px}.sensor-chip b{color:var(--leaf);margin-left:12px}.pulse-dot{width:10px;height:10px;border-radius:50%;background:var(--leaf);box-shadow:0 0 0 0 rgba(142,224,63,.6);animation:pulse 2s infinite}@keyframes pulse{70%{box-shadow:0 0 0 12px rgba(142,224,63,0)}}.feature-stack{display:flex;flex-direction:column}.feature-card{padding:34px 0;border-top:1px solid rgba(255,255,255,.13)}.feature-card span{font-size:10px;color:var(--leaf);letter-spacing:.15em}.feature-card h3{font-size:25px;margin:12px 0}.feature-card p{color:#9ead9f;line-height:1.65}.impact-section{padding:130px 6vw;background:#e9ede3;color:var(--ink)}.section-head.light>p{color:#667168}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.impact-card{position:relative;background:#f8faf4;border:1px solid rgba(7,19,13,.08);border-radius:28px;padding:30px;min-height:310px;overflow:hidden;transition:.35s}.impact-card:hover{transform:translateY(-7px);box-shadow:0 24px 60px rgba(7,19,13,.1)}.impact-card.large{grid-column:span 2;display:grid;grid-template-columns:1fr 1.5fr;gap:40px;background:var(--ink);color:white}.impact-card.wide{grid-column:span 2}.impact-card>span,.image-card-overlay span{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#5a6c5e}.impact-card.large>div>span{color:#9aaa9d}.impact-card h3{font-size:27px;line-height:1.08;margin:18px 0}.impact-card p{color:#68736b;line-height:1.65;font-size:14px}.impact-card.large p{color:#9eaaa1}.impact-icon.temperature{width:130px;height:130px;border-radius:50%;border:1px solid rgba(142,224,63,.35);position:relative;background:radial-gradient(circle,rgba(142,224,63,.22),transparent 70%)}.impact-icon.temperature:after{content:"";position:absolute;inset:27px;border-radius:50%;background:var(--leaf);box-shadow:0 0 45px rgba(142,224,63,.35)}.thermal-lines{position:absolute;right:-30px;bottom:10px;width:55%;height:80px;opacity:.3}.thermal-lines i{display:block;height:1px;background:linear-gradient(90deg,transparent,var(--leaf),transparent);margin:12px;animation:thermal 3s ease-in-out infinite}.thermal-lines i:nth-child(2){animation-delay:.3s}.thermal-lines i:nth-child(3){animation-delay:.6s}@keyframes thermal{50%{transform:translateX(-25px)}}.mini-orbit{width:72px;height:72px;border:1px solid #b9c5bb;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:13px;animation:spin 12s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.bee{height:85px;position:relative}.bee:before{content:"";position:absolute;left:38px;top:28px;width:38px;height:24px;border-radius:50%;background:repeating-linear-gradient(90deg,#171e18 0 8px,#d6e443 8px 16px);transform:rotate(-10deg);animation:beeFloat 2.4s ease-in-out infinite}.bee:after{content:"";position:absolute;left:33px;top:12px;width:42px;height:28px;border-radius:50%;border:1px solid #9cb0a0;transform:rotate(20deg)}@keyframes beeFloat{50%{transform:translate(12px,-8px) rotate(4deg)}}.image-card{padding:0}.image-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.image-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,12,7,.86),transparent 65%)}.image-card-overlay{position:absolute;z-index:2;left:28px;bottom:18px;color:#fff}.image-card-overlay span{color:#c6d2c8}.car-glyph,.water-drop{font-size:50px;color:#4f981e;height:76px}.comparison-section{padding:130px 6vw;background:#10241a;display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:center}.comparison-copy p{max-width:440px;line-height:1.7;color:#9ead9f}.compare{position:relative;height:min(620px,70vw);max-height:620px;border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.12)}.compare-layer{position:absolute;inset:0}.compare-layer.after{clip-path:inset(0 44% 0 0)}.compare-layer img{width:100%;height:100%;object-fit:cover}.compare-layer span{position:absolute;left:24px;top:24px;z-index:2;padding:10px 12px;border-radius:20px;background:rgba(7,19,13,.65);backdrop-filter:blur(10px);font-size:9px;letter-spacing:.16em}.barren-scene{position:absolute;inset:0;background:linear-gradient(rgba(8,14,10,.2),rgba(8,14,10,.35)),linear-gradient(165deg,#8c8f89 0 38%,#5c5f5c 38% 100%)}.barren-scene:before{content:"";position:absolute;left:8%;right:8%;bottom:12%;height:43%;background:repeating-linear-gradient(90deg,transparent 0 17%,rgba(255,255,255,.55) 17.2% 17.7%,transparent 18% 33%);transform:skewY(-4deg)}.compare input{position:absolute;inset:0;width:100%;height:100%;opacity:0;z-index:5;cursor:ew-resize}.compare-handle{position:absolute;top:0;bottom:0;left:56%;width:2px;background:white;z-index:4;pointer-events:none}.compare-handle b{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:white;color:var(--ink);box-shadow:0 8px 30px rgba(0,0,0,.3)}.timeline{max-width:1050px;margin-left:auto}.timeline-step{display:grid;grid-template-columns:100px 1fr;gap:25px;padding:36px 0;border-top:1px solid rgba(255,255,255,.14)}.timeline-step>span{color:var(--leaf);font-size:11px}.timeline-step h3{font-size:30px;margin-bottom:8px}.timeline-step p{color:#9ead9f;line-height:1.6;max-width:610px}.cta-section{min-height:86vh;padding:12vw 6vw 5vw;position:relative;overflow:hidden;background:var(--leaf);color:var(--ink);display:flex;flex-direction:column;justify-content:space-between}.cta-content{max-width:1050px;position:relative;z-index:2}.cta-content .eyebrow{color:var(--ink)}.cta-content .eyebrow>span{background:var(--ink)}.cta-content h2 em{color:#fff}.cta-content p{max-width:620px;font-size:18px;line-height:1.7}.button.bright{background:#fff;color:var(--ink);margin-top:14px}.cta-meta{display:flex;justify-content:space-between;gap:40px;padding-top:60px;border-top:1px solid rgba(7,19,13,.25);position:relative;z-index:2}.cta-meta small{display:block;text-transform:uppercase;letter-spacing:.15em;margin-bottom:8px;opacity:.55}.cta-meta a,.cta-meta span{color:var(--ink);text-decoration:none;font-weight:750}.cta-leaf{position:absolute;border:2px solid rgba(7,19,13,.18);border-radius:100% 0 100% 0;transform:rotate(-25deg)}.leaf-a{width:480px;height:270px;right:-100px;top:80px;animation:leafFloat 7s ease-in-out infinite}.leaf-b{width:240px;height:130px;right:23%;bottom:8%;animation:leafFloat 5s 1s ease-in-out infinite reverse}@keyframes leafFloat{50%{transform:translateY(-30px) rotate(-17deg)}}footer{padding:42px 6vw;background:#041009;display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:30px;border-top:1px solid rgba(255,255,255,.08)}footer p{margin:0;color:#758279;font-size:12px}.footer-links{display:flex;gap:20px;align-items:center;font-size:11px;color:#718078}.footer-links a{color:#8d9c91;text-decoration:none}.reveal{opacity:0;transform:translateY(34px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.delay-2{transition-delay:.25s}
@media(max-width:1000px){.site-header nav{display:none}.menu-btn{display:block}.menu-btn span{display:block;width:26px;height:1px;background:#fff;margin:7px}.hero-data{display:none}.system-stage,.comparison-section{grid-template-columns:1fr}.impact-grid{grid-template-columns:repeat(2,1fr)}.comparison-copy{max-width:680px}.manifesto{grid-template-columns:1fr;gap:40px}.section-head{align-items:start;flex-direction:column}.plant-visual{min-height:560px}footer{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}}
@media(max-width:640px){.site-header{padding:16px 20px}.brand{font-size:12px}.brand-mark{width:31px;height:31px}.hero{padding:135px 22px 80px;align-items:flex-end}.hero-shade{background:linear-gradient(0deg,rgba(4,14,9,.95) 0%,rgba(4,14,9,.35) 75%)}.hero h1{font-size:58px;line-height:.88}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.scroll-indicator{display:none}.manifesto,.system-section,.impact-section,.comparison-section,.process-section,.cta-section{padding:90px 22px}.manifesto{min-height:auto}.manifesto-text{font-size:43px}.section-head h2,.comparison-copy h2,.cta-content h2{font-size:50px}.system-stage{gap:30px}.plant-visual{min-height:430px}.sensor-chip{right:12px;bottom:12px;transform:scale(.85);transform-origin:right bottom}.impact-grid{grid-template-columns:1fr}.impact-card.large,.impact-card.wide{grid-column:auto}.impact-card.large{grid-template-columns:1fr}.compare{height:500px}.timeline-step{grid-template-columns:45px 1fr}.timeline-step h3{font-size:24px}.cta-meta{flex-direction:column}.cursor-glow{display:none}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}.vine{stroke-dashoffset:0}.leaves ellipse{opacity:1}}
