@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Calistoga&display=swap";:root{font-family:Space Grotesk,Calistoga,sans-serif;color:#111510;background-color:#071c17;--bg: #071c17;--surface: rgba(255, 255, 255, .04);--card: rgba(14, 32, 26, .6);--stroke: rgba(255, 255, 255, .08);--primary: #c2ff3d;--primary-dark: #85b829;--accent: #f28e3d;--secondary: #f3f0e7;--text-muted: rgba(243, 240, 231, .7)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 20%,rgba(31,90,63,.7),transparent 45%),radial-gradient(circle at 80% 0%,rgba(242,142,61,.4),transparent 40%),var(--bg);color:var(--secondary);font-family:Space Grotesk,sans-serif;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.app-shell{position:relative;overflow:hidden;padding:2rem clamp(1.5rem,6vw,6rem) 4rem}.ambient{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.ambient span{position:absolute;width:clamp(240px,30vw,420px);height:clamp(240px,30vw,420px);border-radius:50%;filter:blur(60px);background:radial-gradient(circle,rgba(194,255,61,.25),transparent 70%)}.ambient span:nth-child(1){top:5%;left:5%}.ambient span:nth-child(2){bottom:10%;right:15%;background:radial-gradient(circle,rgba(242,142,61,.18),transparent 70%)}.ambient span:nth-child(3){bottom:0;left:35%;background:radial-gradient(circle,rgba(126,224,198,.2),transparent 70%)}main,footer,header,section{position:relative;z-index:1}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border:1px solid var(--stroke);border-radius:999px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#071c17b3;margin-bottom:3rem}.nav__brand{display:flex;align-items:center;gap:.75rem}.nav__logo{font-weight:600;letter-spacing:.03em}.nav__pill{padding:.25rem .75rem;border-radius:999px;background:#c2ff3d1f;color:var(--text-muted);font-size:.85rem}.nav__links{display:flex;gap:1.5rem;font-size:.95rem}.nav__links a{color:var(--text-muted);transition:color .2s ease}.nav__links a:hover{color:var(--secondary)}.solid-btn,.ghost-btn,.text-btn{border:none;font:inherit;cursor:pointer;transition:transform .2s ease,background .2s ease}.solid-btn{background:var(--primary);color:#12250f;padding:.85rem 1.4rem;border-radius:999px;font-weight:600}.solid-btn:hover{transform:translateY(-2px);background:var(--primary-dark)}.solid-btn.compact{padding:.6rem 1rem}.ghost-btn{border:1px solid var(--stroke);padding:.75rem 1.3rem;border-radius:999px;background:transparent;color:var(--secondary)}.ghost-btn:hover{border-color:#fff6}.text-btn{color:var(--secondary);background:none;text-decoration:underline}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;padding:2rem 0 4rem}.hero__content h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;margin-bottom:1rem}.hero__content h1 span{color:var(--primary)}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin:2rem 0}.hero__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.hero__stat-value{font-size:1.1rem;font-weight:600}.hero__stat-label{color:var(--text-muted);margin-top:.3rem}.hero__visual{position:relative;min-height:420px}.hero__orb{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%;border-radius:40px;background:linear-gradient(145deg,#c2ff3d33,#f28e3d33);filter:blur(20px)}.hero__card{position:relative;margin:2rem;padding:2rem;border-radius:32px;background:#040b09cc;border:1px solid var(--stroke);box-shadow:0 25px 50px #00000059}.hero__card-pill{display:inline-flex;padding:.35rem .85rem;border-radius:999px;background:#7ee0c633;font-size:.8rem;margin-bottom:1rem}.hero__card h3{font-size:1.5rem;margin-bottom:.5rem}.hero__avatars{display:flex;align-items:center;margin-top:1.5rem}.hero__avatars span{width:44px;height:44px;border-radius:50%;border:2px solid #040b09;background-size:cover;background-position:center;margin-left:-12px}.hero__avatars span:first-of-type{margin-left:0}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem}.lede{color:var(--text-muted);max-width:62ch}.shell{padding:4rem 0}.shell--tight{padding-top:2rem}.section-heading{max-width:720px;margin-bottom:2.5rem}.section-heading h2{font-family:Calistoga,serif;font-weight:400;font-size:clamp(2rem,4vw,3rem);line-height:1.2;margin:0 0 1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.product-card{border:1px solid var(--stroke);border-radius:28px;padding:1.75rem;background:var(--card);display:flex;flex-direction:column;gap:1.25rem}.product-card__top h3{font-size:1.4rem;margin:.5rem 0}.product-card ul{list-style:none;padding:0;margin:0;color:var(--text-muted);display:flex;flex-wrap:wrap;gap:.5rem}.product-card li{padding:.3rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);font-size:.85rem}.pill{display:inline-flex;padding:.35rem .85rem;border-radius:999px;background:#c2ff3d1f;font-size:.8rem}.recipe-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.recipe-card{border-radius:32px;overflow:hidden;border:1px solid var(--stroke);background:#050d0bcc}.recipe-card__media{height:260px;background-size:cover;background-position:center}.recipe-card__body{padding:1.5rem}.impact{padding:5rem 0 4rem}.impact__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.impact__card{padding:1.5rem;border-radius:24px;border:1px solid var(--stroke);background:#ffffff08}.impact__value{font-size:1.6rem;font-weight:600}.impact__label{margin:.4rem 0}.impact__detail{color:var(--text-muted)}.community{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:3rem}.community__card{border:1px solid var(--stroke);padding:1.5rem;border-radius:24px;background:#040a08cc;min-height:240px}.community__quote{font-size:1.05rem;margin-bottom:1.25rem}.community__meta span{color:var(--text-muted);font-size:.85rem}.cta{border:1px solid var(--stroke);border-radius:28px;padding:2rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;background:linear-gradient(135deg,#c2ff3d26,#f28e3d1a)}.footer{margin-top:4rem;padding:2.5rem 0 1rem;border-top:1px solid var(--stroke);display:flex;flex-direction:column;gap:1rem}.footer__bio{max-width:420px;color:var(--text-muted)}.footer__links{display:flex;gap:1.25rem;flex-wrap:wrap}.footer__small{color:var(--text-muted);font-size:.85rem}@media (max-width: 768px){.nav{flex-direction:column;gap:1rem;border-radius:24px}.hero__actions{flex-direction:column;align-items:stretch}.cta{flex-direction:column;align-items:flex-start}}
