@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap";:root{--ink:#17251f;--muted:#5f6d65;--cream:#fff9ef;--paper:#fffdf8;--green:#2f6f53;--coral:#f1795b;--yellow:#f5c95a;--line:#ddd8cc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);margin:0;font-family:DM Sans,system-ui,sans-serif;line-height:1.65}a{color:var(--green);text-underline-offset:4px}header,main,footer{width:min(1080px,100% - 40px);margin-inline:auto}header{justify-content:space-between;align-items:center;min-height:88px;display:flex}.wordmark{color:var(--ink);font-family:Fraunces,serif;font-size:1.45rem;font-weight:700;text-decoration:none}.wordmark span{color:var(--coral)}h1,h2,h3{letter-spacing:-.025em;font-family:Fraunces,serif;line-height:1.08}h1{max-width:850px;margin:.15em 0;font-size:clamp(3.1rem,7vw,6.2rem)}h2{margin:.15em 0 .6em;font-size:clamp(2.25rem,4vw,3.7rem)}h3{margin:.4em 0;font-size:1.35rem}.hero{grid-template-columns:1.4fr .6fr;align-items:center;gap:7%;padding:78px 0 110px;display:grid}.lede{max-width:760px;color:var(--muted);margin:26px 0 30px;font-size:1.25rem}.eyebrow{color:var(--green);letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:.78rem;font-weight:700}.button-link,button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:13px 22px;font:700 .95rem DM Sans,sans-serif;text-decoration:none;display:inline-flex}.promise{background:var(--yellow);border-radius:26px;padding:28px;box-shadow:0 18px 50px #2b372e1a}.promise ul{margin:0;padding-left:1.25rem}.promise li{margin:.7rem 0}.section{border-top:1px solid var(--line);padding:82px 0}.section>p:not(.eyebrow),.section>ol,.section>ul{max-width:780px;font-size:1.08rem}.steps,.resources{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px;display:grid}.steps article,.resources article,.ladder>div{border:1px solid var(--line);background:var(--paper);border-radius:20px;padding:26px}.steps span{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:2.2rem;height:2.2rem;font-weight:700;display:grid}.exercise{background:#eef4ed;margin-inline:calc(50% - 50vw);padding-inline:max(20px,50vw - 540px)}.exercise li{max-width:760px;margin:1.2rem 0}blockquote{border-left:4px solid var(--green);background:#fff;max-width:680px;margin:1rem 0;padding:18px 22px}.check{background:var(--yellow);border-radius:16px;max-width:780px;margin-top:30px;padding:22px}.ladder{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.privacy{color:#fff;background:#17251f;margin-inline:calc(50% - 50vw);padding-inline:max(20px,50vw - 540px)}.privacy .eyebrow,.privacy a{color:#f5c95a}code{color:var(--ink);background:#eee8da;border-radius:5px;padding:.12em .35em}.resources{grid-template-columns:repeat(2,1fr)}details{border-bottom:1px solid var(--line);max-width:780px;padding:18px 0}summary{cursor:pointer;font-weight:700}.sources{font-size:.96rem}.signup-card{background:var(--yellow);border:0;border-radius:32px;grid-template-columns:1fr 1fr;gap:7%;margin-top:50px;padding:clamp(28px,5vw,52px);display:grid;box-shadow:0 18px 50px #2b372e1f}form{gap:10px;display:grid}label{font-weight:700}label span{font-weight:400}input{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #17251f4d;border-radius:11px;padding:13px 15px}input:focus{border-color:var(--green);outline:3px solid #2f6f5340}.consent{grid-template-columns:auto 1fr;align-items:start;gap:10px;margin:8px 0;font-size:.93rem;display:grid}.consent input{width:1.15rem;height:1.15rem;margin-top:.25rem}button:disabled{opacity:.55;cursor:wait}.privacy-note{color:#4c584f;margin:2px 0 0;font-size:.82rem}.form-status{min-height:1.6em;margin:0;font-weight:700}.form-status.success{color:#174a34}.form-status.error{color:#8b2019}.honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}footer{color:var(--muted);gap:10px;padding:35px 0 50px;display:flex}@media (width<=800px){.hero,.signup-card{grid-template-columns:1fr}.hero{padding-top:40px}.steps,.ladder,.resources{grid-template-columns:1fr}}
