:root{
  --ink:#17251C;--turf:#2E6A43;--turf-deep:#21502F;--turf-soft:#E7EFE6;
  --paper:#F3F2EC;--chalk:#FFFFFF;--line:#D8D3C4;--flag:#D8452E;--muted:#5C6A5F;
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Instrument Sans',system-ui,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6;-webkit-font-smoothing:antialiased}
.wrap{max-width:680px;margin:0 auto;padding:0 20px}
h1,h2,h3{font-family:'Bricolage Grotesque',sans-serif;line-height:1.1;letter-spacing:-.01em}
header{position:sticky;top:0;z-index:50;background:rgba(243,242,236,.94);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.bar{display:flex;align-items:center;justify-content:space-between;height:56px}
.brand{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:16px;letter-spacing:.02em;text-transform:uppercase;color:var(--ink);text-decoration:none;display:flex;align-items:center;gap:8px}
.shop-link{font-size:14px;font-weight:600;color:var(--turf-deep);text-decoration:none;border:1px solid var(--line);border-radius:999px;padding:7px 15px;background:var(--chalk)}
.shop-link:hover{border-color:var(--turf)}
.eyebrow{font-family:'Space Mono',monospace;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--flag);font-weight:700}
.page-head{padding:40px 0 26px}
.page-head h1{font-size:38px;font-weight:800;margin:12px 0 10px}
.page-head .lede{font-size:17px;color:var(--muted)}
.updated{font-family:'Space Mono',monospace;font-size:12px;color:var(--muted);margin-top:14px}
main{padding-bottom:40px}
section{background:var(--chalk);border:1px solid var(--line);border-radius:14px;padding:22px 20px;margin-bottom:14px}
section h2{font-size:21px;font-weight:700;margin-bottom:10px}
section h3{font-size:16px;font-weight:700;margin:16px 0 6px}
section p{margin-bottom:10px;font-size:15.5px}
section p:last-child{margin-bottom:0}
ul{margin:0 0 10px 20px}
li{margin-bottom:7px;font-size:15.5px}
a{color:var(--turf-deep)}
.callout{background:var(--turf-soft);border:1px solid #cfe0cf;border-radius:12px;padding:16px 18px;margin-bottom:14px}
.callout p{font-size:15.5px}
.big-cta{display:inline-flex;align-items:center;gap:10px;background:var(--turf);color:#fff;text-decoration:none;font-weight:600;font-size:16px;padding:14px 24px;border-radius:999px;box-shadow:0 6px 18px rgba(46,106,67,.22)}
.big-cta:hover{background:var(--turf-deep)}
footer{background:var(--ink);color:#cdd6ce;padding:34px 0 40px;margin-top:24px}
footer .fbrand{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;color:#fff;font-size:18px;text-transform:uppercase;letter-spacing:.03em}
footer .tag{font-size:14px;color:#9fb0a3;margin:8px 0 18px;max-width:34ch}
footer a{color:#e7efe6;text-decoration:none;font-size:14px;font-weight:600}
footer a:hover{color:#fff}
footer .flinks{display:flex;flex-wrap:wrap;gap:8px 20px;margin-bottom:18px}
footer .fine{font-size:12px;color:#7f9083}
@media (min-width:720px){.page-head h1{font-size:48px}.page-head{padding:56px 0 32px}}
