@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:107.12%}.inter_c15e96cb-module__0bjUvq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_c15e96cb-module__0bjUvq__variable{--font-inter:"Inter", "Inter Fallback"}
:root{--bg:#f8f8f4;--bg-tint:#eef3ec;--green:#4c8c6b;--green-deep:#3d7459;--green-soft:#e4efe7;--ink:#26302b;--ink-soft:#5d6b63;--green-gray:#7c8f84;--radius:14px;--radius-lg:18px;--maxw:640px}*{box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-inter), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;color:var(--ink);background:var(--bg);background-image:radial-gradient(1200px 700px at 75% -10%, var(--bg-tint) 0%, #eef3ec00 60%), radial-gradient(1000px 600px at 10% 110%, var(--bg-tint) 0%, #eef3ec00 55%);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background-attachment:fixed;flex-direction:column;min-height:100vh;margin:0;line-height:1.5;display:flex}header{padding:28px clamp(20px,5vw,48px)}.wordmark{letter-spacing:-.01em;color:var(--ink);align-items:center;gap:10px;font-size:19px;font-weight:600;text-decoration:none;display:inline-flex}.mark{flex:none;width:26px;height:26px}main{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px clamp(20px,5vw,48px) 64px;display:flex}.stage{width:100%;max-width:var(--maxw)}.eyebrow{letter-spacing:.02em;color:var(--green);background:var(--green-soft);border-radius:999px;margin-bottom:26px;padding:6px 12px;font-size:13px;font-weight:500;display:inline-block}h1{letter-spacing:-.02em;color:var(--ink);margin:0 0 22px;font-size:clamp(32px,6vw,52px);font-weight:700;line-height:1.08}.subline{color:var(--ink-soft);max-width:30em;margin:0 auto 40px;font-size:clamp(17px,2.4vw,20px);font-weight:400}form.capture{gap:10px;max-width:480px;margin:0 auto;display:flex}.capture input[type=email]{min-width:0;font:inherit;color:var(--ink);border-radius:var(--radius);background:#fff;border:1px solid #dfe4df;outline:none;flex:1;padding:15px 18px;font-size:16px;transition:border-color .15s,box-shadow .15s}.capture input::placeholder{color:#9aa39c}.capture input:focus{border-color:var(--green);box-shadow:0 0 0 4px var(--green-soft)}.capture button{font:inherit;color:#fff;background:var(--green);border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:none;padding:15px 24px;font-size:16px;font-weight:600;transition:background-color .15s,transform 50ms}.capture button:hover{background:var(--green-deep)}.capture button:active{transform:translateY(1px)}.capture button:disabled{opacity:.6;cursor:default}.honest{color:var(--green-gray);max-width:32em;margin:18px auto 0;font-size:14px}.status{min-height:1.4em;margin-top:14px;font-size:14px;line-height:1.4}.status-msg{opacity:0;transition:opacity .3s}.status-msg.show{opacity:1}.error-msg{color:#b04a3f}.success-msg{color:var(--green);font-weight:500}footer{text-align:center;color:var(--green-gray);padding:28px clamp(20px,5vw,48px) 36px;font-size:13px}footer a{color:var(--ink-soft);text-decoration:none}footer a:hover{text-decoration:underline}@media (max-width:480px){form.capture{flex-direction:column}.capture button{width:100%}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
