:root{--ink:#17241d;--forest:#174f39;--lime:#d8f257;--cream:#f5f2e8;--paper:#fffefa;--rust:#c6532c;--line:#d9ddcf;--muted:#617066}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.6 system-ui,-apple-system,sans-serif}a{color:var(--forest);font-weight:700}.container{width:min(1120px,calc(100% - 2rem));margin:auto}.narrow{max-width:700px}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:1rem;top:1rem;background:white;padding:.75rem;z-index:5}.site-header{border-bottom:1px solid var(--line);background:rgba(255,254,250,.96);position:sticky;top:0;z-index:4}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between}.brand{text-decoration:none;font-size:1.1rem;color:var(--ink)}.brand span{color:var(--rust)}.nav-links{display:flex;align-items:center;gap:1.25rem}.nav-links a,.link-button{text-decoration:none;color:var(--ink);font:700 .93rem inherit}.nav-links form{margin:0}.link-button{border:0;background:none;cursor:pointer}.nav-toggle{display:none}.hero{padding:clamp(4rem,9vw,8rem) 0;background:var(--cream);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:4rem;align-items:center}h1,h2,h3{line-height:1.08;letter-spacing:-.035em;margin:.3em 0 .55em}h1{font-size:clamp(2.7rem,6vw,5.5rem);max-width:900px}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:1.3rem}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;font-weight:800;color:var(--rust)}.lead{font-size:1.25rem;max-width:720px;color:var(--muted)}.actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.button{display:inline-block;border:2px solid var(--forest);border-radius:4px;background:var(--forest);color:white;padding:.75rem 1.1rem;text-decoration:none;font-weight:800;cursor:pointer}.button:hover,.button:focus{background:#0e3727}.button.secondary{background:transparent;color:var(--forest)}.button.small{padding:.42rem .75rem}.hero-card{background:var(--ink);color:white;padding:2rem;transform:rotate(2deg);box-shadow:16px 16px 0 var(--lime)}.hero-card span{color:var(--lime);text-transform:uppercase;letter-spacing:.12em;font-weight:800}.section{padding:5rem 0}.section-heading{display:flex;justify-content:space-between}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.product-card{border:1px solid var(--line);background:white}.product-image{aspect-ratio:4/3;background:var(--forest);color:var(--lime);display:grid;place-items:center;font-weight:800}.product-body{padding:1.1rem}.product-body h3{min-height:2.8rem}.muted{color:var(--muted);font-size:.9rem}.empty-state{border:2px dashed var(--line);padding:3rem;text-align:center}.band{background:var(--ink);color:white}.band .eyebrow{color:var(--lime)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.category-grid a{background:white;color:var(--ink);text-decoration:none;padding:1rem;display:flex;justify-content:space-between}.split{display:grid;grid-template-columns:1fr 1fr;gap:5rem}.form-card{display:grid;gap:1.2rem;border:1px solid var(--line);padding:2rem;background:white}.form-card label{display:grid;gap:.4rem;font-weight:750}.form-card input{font:inherit;padding:.75rem;border:1px solid #9ba49d;border-radius:3px}.form-card input:focus,.button:focus,a:focus{outline:3px solid var(--lime);outline-offset:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.alert{background:#fff0e8;border-left:4px solid var(--rust);padding:1rem;margin-bottom:1rem}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stat-grid div{border:1px solid var(--line);padding:1.5rem}.stat-grid span,.stat-grid strong{display:block}.stat-grid strong{font-size:1.3rem}footer{background:var(--cream);padding:3rem 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 2fr;gap:2rem}.footer-grid a{display:block}@media(max-width:800px){.hero-grid,.split{grid-template-columns:1fr;gap:2rem}.product-grid,.category-grid{grid-template-columns:repeat(2,1fr)}.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:72px;left:0;right:0;background:white;padding:1rem;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.nav-links.open{display:flex}.footer-grid{grid-template-columns:1fr}}@media(max-width:480px){.product-grid,.category-grid,.form-row,.stat-grid{grid-template-columns:1fr}.hero{padding:3rem 0}.section{padding:3rem 0}}
