
:root{--ink:#15211c;--body:#3b4a44;--cream:#f7f4ed;--panel:#fff;
 --green:#1d4f3f;--green-d:#12352a;--copper:#b4622d;--copper-l:#e08a4c;--line:#e0dbd0}
*{box-sizing:border-box}
body{margin:0;background:var(--cream);color:var(--body);font:17px/1.72 'Source Sans 3',system-ui,sans-serif}
.wrap{max-width:1080px;margin:0 auto;padding:0 22px}
.wrap.narrow{max-width:760px}
h1,h2,h3{font-family:Fraunces,Georgia,serif;color:var(--ink);line-height:1.15;margin:0 0 .45em}
h1{font-size:clamp(32px,5vw,50px);font-weight:800}
h2{font-size:clamp(24px,3.3vw,34px);font-weight:700;margin-top:1.6em}
section>.wrap>h2:first-child,.wrap.narrow>h2:first-child{margin-top:0}
h3{font-size:19px;font-weight:600;margin-bottom:.3em}
p{margin:0 0 1.05em}
a{color:var(--copper)}
img{max-width:100%;height:auto;display:block}
.bar{background:var(--green-d);color:#dbe7e1;font-size:14px;padding:9px 0}
.bar a{color:#fff;text-decoration:none;font-weight:600}
nav{background:var(--green);padding:12px 0;position:sticky;top:0;z-index:20}
nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.brand{font-family:Fraunces,serif;font-weight:800;color:#fff;font-size:19px;text-decoration:none;
 display:flex;align-items:center;gap:10px}
.brand img{border-radius:4px}
nav a.lnk{color:#cfe0d9;text-decoration:none;margin-left:18px;font-size:15px;font-weight:600}
nav a.lnk:hover{color:#fff}
.hero{background:linear-gradient(160deg,var(--green),var(--green-d));color:#eef5f2;padding:70px 0 78px}
.hero.sub{padding:52px 0 58px}
.hero h1{color:#fff;max-width:17ch}
.hero.sub h1{max-width:22ch}
.hero p{font-size:18.5px;color:#c9ddd5;max-width:58ch}
.crumbs{font-size:14px;color:#9dc0b4;margin-bottom:10px}
.crumbs a{color:#cfe0d9;text-decoration:none}
.cta{display:inline-block;background:var(--copper);color:#fff;text-decoration:none;font-weight:700;
 padding:14px 30px;border-radius:6px;margin-top:10px}
.cta:hover{background:var(--copper-l)}
.cta.ghost{background:transparent;border:2px solid #7fa697;color:#fff;margin-left:10px}
section{padding:60px 0;border-bottom:1px solid var(--line)}
section.tint{background:#eef2ee}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin-top:26px}
.card{background:var(--panel);border:1px solid var(--line);border-radius:9px;padding:22px}
.card h3 a{text-decoration:none}
.card p{margin:0;font-size:15.5px}
.three{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:26px;margin-top:26px}
.pill{display:inline-block;background:#e7efe9;color:var(--green);font-size:13px;font-weight:700;
 letter-spacing:.08em;text-transform:uppercase;padding:6px 13px;border-radius:99px;margin-bottom:14px}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:center}
@media(max-width:820px){.split{grid-template-columns:1fr}}
figure{margin:26px 0}
figure img{border-radius:9px;border:1px solid var(--line)}
figcaption{font-size:14px;color:#6b7d76;margin-top:9px}
ul.checks{list-style:none;padding:0;margin:16px 0 0}
ul.checks li{padding-left:27px;position:relative;margin-bottom:10px}
ul.checks li::before{content:"";position:absolute;left:0;top:9px;width:12px;height:12px;
 border-radius:3px;background:var(--copper)}
.faq{border-top:1px solid var(--line);padding:18px 0}
.faq h3{margin-bottom:.3em}
.faq p{margin:0;font-size:16px}
.final{background:var(--green-d);color:#dfeae5;text-align:center;border-bottom:none}
.final h2{color:#fff}
.final p{max-width:52ch;margin:0 auto 22px;color:#b9cfc7}
footer{background:#0e1f1a;color:#8fa8a0;font-size:14.5px;padding:32px 0}
footer a{color:#cfe0d9;text-decoration:none}
