:root{--grove-primary:#3D6B4F;--grove-primary-light:#6A9E7C;--grove-accent:#C4A882;--grove-background:#F7F5F0;--grove-surface:#FFFFFF;--grove-text-primary:#1E2A22;--grove-text-secondary:#6B7B71;--grove-success:#5A9B6A;--grove-warning:#D4956A;--grove-error:#C0614A;--grove-text-secondary-aa:#65746A;--grove-accent-text:#7F6D55;--grove-accent-text-large:#A18A6B;--grove-primary-light-text:#51785E;--grove-success-text:#477A54;--grove-warning-text:#926749;--grove-error-text:#AD5743;--grove-muted:var(--grove-text-secondary-aa);--grove-interactive:var(--grove-primary);--grove-lockup-fill:var(--grove-primary);--grove-priority-text:var(--grove-success-text);--grove-font:var(--font-inter),Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--grove-size-display:48px;--grove-size-h1:32px;--grove-size-h2:24px;--grove-size-h3:20px;--grove-size-body:16px;--grove-size-small:14px;--grove-size-caption:13px;--grove-radius-sm:8px;--grove-radius-md:12px;--grove-radius-lg:14px;--grove-radius-xl:20px;--grove-radius-pill:999px;--grove-space-xs:4px;--grove-space-sm:8px;--grove-space-md:16px;--grove-space-lg:24px;--grove-space-xl:32px;--grove-space-xxl:48px;--grove-shadow-sm:0 1px 4px rgba(30,42,34,0.08);--grove-shadow-md:0 4px 16px rgba(30,42,34,0.10);--grove-content-max-width:1120px;--grove-touch-target:44px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--grove-background:#141A15;--grove-surface:#1E2A1F;--grove-text-primary:#E8EDE9;--grove-text-secondary:#8FA993;--grove-shadow-sm:0 1px 4px rgba(0,0,0,0.30);--grove-shadow-md:0 4px 16px rgba(0,0,0,0.36);--grove-muted:var(--grove-text-secondary);--grove-interactive:var(--grove-primary-light);--grove-lockup-fill:var(--grove-text-primary);--grove-priority-text:var(--grove-success)}}:root[data-theme=dark]{--grove-background:#141A15;--grove-surface:#1E2A1F;--grove-text-primary:#E8EDE9;--grove-text-secondary:#8FA993;--grove-shadow-sm:0 1px 4px rgba(0,0,0,0.30);--grove-shadow-md:0 4px 16px rgba(0,0,0,0.36);--grove-muted:var(--grove-text-secondary);--grove-interactive:var(--grove-primary-light);--grove-lockup-fill:var(--grove-text-primary);--grove-priority-text:var(--grove-success)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--grove-background);color:var(--grove-text-primary);font-family:var(--grove-font);font-size:var(--grove-size-body);line-height:1.5;-webkit-font-smoothing:antialiased}.wrap{max-width:var(--grove-content-max-width);margin:0 auto;padding:0 var(--grove-space-lg)}a{color:var(--grove-interactive);text-underline-offset:3px}h1,h2,h3{margin:0 0 var(--grove-space-md)}.display{font-size:clamp(34px,6vw,var(--grove-size-display));line-height:1.1;letter-spacing:-.02em}.display,h2{font-weight:700}h2{font-size:var(--grove-size-h2);line-height:1.25;letter-spacing:-.01em}h3{font-size:var(--grove-size-h3);font-weight:600;line-height:1.3}p{margin:0 0 var(--grove-space-md)}.muted{color:var(--grove-muted)}.site-header{padding:var(--grove-space-lg) 0}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:var(--grove-space-md)}.lockup{height:40px;width:auto;display:block}.lockup g path{fill:var(--grove-lockup-fill)}.site-header a.home{display:inline-flex}.header-controls{display:flex;align-items:center;gap:var(--grove-space-sm)}.lang-toggle{min-height:var(--grove-touch-target);padding:0 var(--grove-space-md);font-size:var(--grove-size-small);font-weight:600;text-decoration:none}.lang-toggle,.theme-toggle{display:inline-flex;align-items:center;border:1px solid var(--grove-interactive);border-radius:var(--grove-radius-pill);background:transparent;color:var(--grove-interactive);cursor:pointer}.theme-toggle{width:var(--grove-touch-target);height:var(--grove-touch-target);justify-content:center;padding:0}.theme-toggle svg{width:20px;height:20px;display:block}section{padding:var(--grove-space-xxl) 0}.hero{padding:clamp(48px,10vh,112px) 0 var(--grove-space-xxl);text-align:center}.hero .leaf-hero{height:96px;width:auto;margin:0 auto var(--grove-space-lg);display:block}.hero p.lead{max-width:620px;margin:0 auto var(--grove-space-xl);font-size:18px}.eyebrow{color:var(--grove-accent-text);font-size:var(--grove-size-caption);font-weight:600;letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:var(--grove-space-md)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 var(--grove-space-xl);border:0;border-radius:var(--grove-radius-lg);background:var(--grove-primary);color:#FFFFFF;font-family:var(--grove-font);font-size:var(--grove-size-body);font-weight:700;line-height:1;text-decoration:none;cursor:pointer}.btn:hover{background:#345C44}.btn:disabled{opacity:.6;cursor:wait}.btn-ghost{background:transparent;border:1px solid var(--grove-interactive);color:var(--grove-interactive);min-height:var(--grove-touch-target);padding:0 var(--grove-space-lg);border-radius:var(--grove-radius-lg);font-family:var(--grove-font);font-size:var(--grove-size-small);font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;text-decoration:none}.pillars{display:grid;grid-gap:var(--grove-space-lg);gap:var(--grove-space-lg);grid-template-columns:1fr}@media (min-width:720px){.pillars{grid-template-columns:repeat(3,1fr)}}.card{background:var(--grove-surface);border-radius:var(--grove-radius-xl);box-shadow:var(--grove-shadow-sm);padding:var(--grove-space-xl)}.card p:last-child{margin-bottom:0}.voices{display:grid;grid-gap:var(--grove-space-lg);gap:var(--grove-space-lg);grid-template-columns:1fr}@media (min-width:720px){.voices{grid-template-columns:repeat(3,1fr)}}.voice{background:var(--grove-surface);border-radius:var(--grove-radius-xl);box-shadow:var(--grove-shadow-sm);padding:var(--grove-space-xl);font-size:var(--grove-size-h3);font-weight:600;line-height:1.35}.voice .who{display:block;margin-top:var(--grove-space-md);font-size:var(--grove-size-small);font-weight:400;color:var(--grove-muted)}#waitlist .card{max-width:560px;margin:0 auto}.field{margin-bottom:var(--grove-space-md)}.field label{display:block;font-size:var(--grove-size-small);font-weight:600;margin-bottom:var(--grove-space-xs)}.field input[type=email],.field input[type=text]{width:100%;min-height:var(--grove-touch-target);padding:10px var(--grove-space-md);border:1px solid var(--grove-text-secondary);border-radius:var(--grove-radius-md);background:var(--grove-background);color:var(--grove-text-primary);font-family:var(--grove-font);font-size:var(--grove-size-body);line-height:1.4}.field input:focus{outline:2px solid var(--grove-primary);outline-offset:1px;border-color:var(--grove-primary)}.check{display:flex;gap:10px;align-items:flex-start;margin-bottom:var(--grove-space-md)}.check input{width:20px;height:20px;margin-top:2px;accent-color:var(--grove-primary);flex:none}.check label{font-size:var(--grove-size-small);line-height:1.45}.hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.form-error{color:var(--grove-error-text);font-size:var(--grove-size-small);margin:var(--grove-space-sm) 0 0}.share-link-row{display:flex;gap:var(--grove-space-sm);margin:var(--grove-space-md) 0}.share-link-row input{flex:1 1;min-width:0;min-height:var(--grove-touch-target);padding:0 var(--grove-space-md);border:1px solid var(--grove-text-secondary);border-radius:var(--grove-radius-md);background:var(--grove-background);color:var(--grove-text-primary);font-family:var(--grove-font);font-size:var(--grove-size-small)}.share-actions{flex-wrap:wrap;margin-bottom:var(--grove-space-md)}.progress-dots,.share-actions{display:flex;gap:var(--grove-space-sm)}.progress-dots{align-items:center;margin:var(--grove-space-md) 0 var(--grove-space-xs)}.dot{width:14px;height:14px;border-radius:50%;background:var(--grove-background);border:2px solid var(--grove-text-secondary)}.dot.on{background:var(--grove-success);border-color:var(--grove-success)}.priority-note{color:var(--grove-priority-text);font-weight:600}.fine-note{margin-top:var(--grove-space-md);margin-bottom:0;font-size:var(--grove-size-small)}.site-footer{padding:var(--grove-space-xxl) 0}.site-footer .leaf-foot{height:28px;width:auto;margin-bottom:var(--grove-space-md)}.site-footer nav{display:flex;flex-wrap:wrap;gap:var(--grove-space-md) var(--grove-space-lg);margin-bottom:var(--grove-space-md)}.site-footer nav a,.site-footer nav button{color:var(--grove-muted);font-size:var(--grove-size-small);background:none;border:0;padding:0;cursor:pointer;font-family:var(--grove-font);text-decoration:underline;text-underline-offset:3px}.site-footer .fine{font-size:var(--grove-size-small);color:var(--grove-muted);margin:0}#cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:50;padding:var(--grove-space-md)}#cookie-banner .inner{max-width:720px;margin:0 auto;background:var(--grove-surface);border-radius:var(--grove-radius-xl);box-shadow:var(--grove-shadow-md);padding:var(--grove-space-lg)}#cookie-banner p{font-size:var(--grove-size-small);margin-bottom:var(--grove-space-md)}#cookie-banner .actions{display:flex;flex-wrap:wrap;gap:var(--grove-space-sm)}#cookie-banner .btn{min-height:var(--grove-touch-target)}.legal{max-width:760px;margin:0 auto;padding-bottom:var(--grove-space-xxl)}.legal h1{font-size:var(--grove-size-h1);letter-spacing:-.02em}.legal h2{margin-top:var(--grove-space-xl)}.legal table{border-collapse:collapse;width:100%;margin-bottom:var(--grove-space-md)}.legal td,.legal th{text-align:left;padding:var(--grove-space-sm) var(--grove-space-md);border-bottom:1px solid rgba(107,123,113,.35);font-size:var(--grove-size-small);vertical-align:top}.legal th{font-weight:600}.legal .table-scroll{overflow-x:auto}.legal ul{padding-left:22px;margin:0 0 var(--grove-space-md)}.legal li{margin-bottom:var(--grove-space-xs)}@media (max-width:420px){.lockup{height:32px}.share-link-row{flex-direction:column}.hero .leaf-hero{height:72px}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_04b02f{font-family:Inter,Inter Fallback;font-style:normal}.__variable_04b02f{--font-inter:"Inter","Inter Fallback"}