@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--paper:#f7f8f4;--ink:#172922;--muted:#526159;--line:#cfd6ce;--accent:#c3ee85;--font:'DM Sans',sans-serif;--display:'Manrope',sans-serif;color-scheme:light;font-family:var(--font);color:var(--ink);background:var(--paper);font-synthesis:none;scroll-behavior:smooth;scroll-padding-top:2rem}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-underline-offset:.3em}a:focus-visible{outline:3px solid #437920;outline-offset:6px}::selection{background:var(--accent);color:var(--ink)}.wrap{max-width:1360px;margin-inline:auto;padding-inline:clamp(24px,6vw,88px)}.header{height:112px;display:flex;align-items:center;justify-content:space-between;gap:24px}.wordmark{font:800 2rem var(--display);letter-spacing:-.04em;text-decoration:none}.wordmark span{color:#64983b}nav{display:flex;gap:32px}nav a{font-size:.9375rem;text-decoration:none}nav a:hover{text-decoration:underline}.skip{position:absolute;top:-100px;background:var(--accent);padding:14px;z-index:2}.skip:focus{top:8px}.hero{padding-top:84px}h1,h2,h3,p{margin:0}h1{font:500 clamp(3.25rem,6.8vw,6rem)/1.09 var(--display);letter-spacing:-.04em;max-width:1100px;text-wrap:balance}em{font-style:normal;color:#587445}h1 em{position:relative}h1 em:after{content:'';display:block;position:absolute;bottom:-8px;height:3px;left:0;right:0;background:var(--accent)}.hero-bottom{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-top:48px}.hero-bottom p{max-width:600px;font-size:1.25rem;line-height:1.6;color:var(--muted)}.button{display:flex;align-items:center;justify-content:center;gap:25px;flex-shrink:0;padding:20px 25px;background:var(--ink);color:var(--paper);text-decoration:none;transition:background .2s}.button:hover{background:#36563e}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.hero-foot{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;margin-top:72px;padding-block:22px;font-size:.875rem;color:var(--muted)}.section{padding-top:104px;padding-bottom:104px}h2{font:500 clamp(2rem,3.2vw,3rem)/1.2 var(--display);letter-spacing:-.035em;text-wrap:balance}.about{display:grid;grid-template-columns:1fr 1fr;gap:80px}.prose p{font-size:1.0625rem;line-height:1.8;color:var(--muted)}.prose p+p{margin-top:20px}.focus{background:#e9eee6}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:52px}.section-heading p{color:var(--muted);line-height:1.6}.focus-row{display:grid;grid-template-columns:1fr 1.4fr auto;align-items:start;gap:45px;padding:34px 0;border-top:1px solid #bac8b7}.focus-row:last-child{border-bottom:1px solid #bac8b7}.focus-row h3{font:600 1.3rem/1.5 var(--display);letter-spacing:-.025em}.focus-row p{font-size:1rem;line-height:1.75;color:#465741;max-width:540px}.tag{font-size:.875rem;padding:8px 12px;border:1px solid #a4b69e;border-radius:30px;min-width:110px;text-align:center}.approach{display:grid;grid-template-columns:1fr 1fr;gap:90px}.approach-intro{max-width:450px;font-size:1.0625rem;line-height:1.8;color:var(--muted);margin-top:26px}dl{margin:0}dl div{padding-bottom:26px}dl div+div{border-top:1px solid var(--line);padding-top:26px}dt{font-weight:600;font-size:1.125rem;margin-bottom:10px}dd{margin:0;font-size:1rem;line-height:1.7;color:var(--muted)}.closing{background:var(--ink);color:var(--paper);padding-block:66px}.closing .wrap{display:flex;justify-content:space-between;align-items:end;gap:40px}.closing p{font:500 clamp(1.8rem,3.3vw,3rem)/1.3 var(--display);letter-spacing:-.035em}.closing em{color:var(--accent)}.closing a{display:flex;align-items:center;gap:18px;font-size:.9375rem;text-decoration:none;white-space:nowrap}.closing a:hover{text-decoration:underline}.closing a:focus-visible{outline-color:var(--accent)}footer{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-top:38px;padding-bottom:38px}footer p,footer>span{font-size:.875rem;color:var(--muted)}@media(max-width:850px){.header{height:92px}.hero{padding-top:48px}.hero-bottom{align-items:start;flex-direction:column;gap:28px}.hero-bottom p{font-size:1.125rem}.hero-foot{margin-top:48px}.section{padding-block:64px}.about,.approach{grid-template-columns:1fr;gap:32px}.section-heading{align-items:start;flex-direction:column;gap:18px;margin-bottom:30px}.focus-row{grid-template-columns:1fr auto;gap:15px}.focus-row p{grid-row:2;grid-column:1/-1}.tag{grid-column:2;grid-row:1}.closing .wrap{align-items:start;flex-direction:column;gap:28px}footer{flex-wrap:wrap}footer p{order:3;flex-basis:100%}}@media(max-width:480px){.header{align-items:center;gap:16px}.wordmark{font-size:1.75rem}nav{gap:16px}nav a{font-size:.875rem}nav a:last-child{display:none}h1{font-size:3.15rem}.hero-foot{align-items:start;flex-direction:column;gap:8px}.focus-row h3{font-size:1.125rem}.tag{min-width:auto;font-size:.8125rem}.button{width:100%}}@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*{transition:none!important}}
