:root{--ink:#1e241e;--muted:#687166;--green:#59d600;--green-dark:#173b24;--orange:#ff8516;--cream:#f7f4ee;--line:#dfe4dc;--white:#fff;--shadow:0 24px 60px rgba(20,40,24,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.site-header{background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.header-inner{max-width:1240px;margin:auto;min-height:92px;padding:8px 28px;display:flex;align-items:center;gap:28px}.brand{width:180px;flex:0 0 180px}.brand img{width:180px;height:auto}.nav-wrap{flex:1}.main-nav{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap;font-size:13px;font-weight:700}.main-nav a:hover,.site-footer a:hover,.text-link:hover{color:#319000}.header-shop{font-size:13px;font-weight:800;color:var(--green-dark);white-space:nowrap}.header-shop span{color:var(--orange);font-size:20px;margin-left:5px}.menu-toggle{display:none;background:none;border:1px solid var(--line);padding:8px 12px}.hero{max-width:1240px;margin:auto;padding:80px 28px 76px;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.hero-copy h1,.page-hero h1,.article-hero h1{font-size:clamp(42px,6vw,78px);line-height:1.02;letter-spacing:-.06em;max-width:760px;margin:16px 0 24px}.hero-copy p,.page-hero p{font-size:19px;color:var(--muted);max-width:650px}.hero-art{background:#e6ede1;border-radius:32px;padding:36px;min-height:460px;display:grid;place-items:center;overflow:hidden}.hero-art img{width:100%;max-width:520px;aspect-ratio:1;object-fit:contain;mix-blend-mode:multiply}.eyebrow{display:block;color:#4b9630;text-transform:uppercase;font-size:11px;letter-spacing:.16em;font-weight:800}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:999px;font-weight:800;font-size:14px}.button-primary{background:var(--orange);color:#181b12;box-shadow:0 10px 25px rgba(255,133,22,.23)}.button-primary:hover{background:#ff9d3e}.button-ghost{border:1px solid #bbc9b5;background:transparent}.section{max-width:1240px;margin:auto;padding:72px 28px}.section-intro{display:grid;grid-template-columns:1fr 1fr;gap:60px;border-top:1px solid var(--line);padding-top:54px}.section h2{font-size:clamp(28px,4vw,44px);line-height:1.1;letter-spacing:-.04em;margin:8px 0 18px}.section-intro p{color:var(--muted);font-size:17px;margin:22px 0}.category-grid{max-width:1240px;margin:auto;padding:0 28px 72px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.category-grid-wide{padding:0;grid-template-columns:repeat(2,1fr)}.category-tile{min-height:155px;padding:26px;border-radius:16px;background:var(--green-dark);color:white;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s,background .2s}.category-tile:nth-child(3n+2){background:#66853d}.category-tile:nth-child(3n+3){background:#a16c33}.category-tile:hover{transform:translateY(-4px);background:#285a38}.category-tile span{font-size:22px;font-weight:800;line-height:1.15}.category-tile small{display:block;color:#eef7e9;max-width:600px;font-size:14px;line-height:1.5;margin:12px 0}.category-tile b{font-size:12px;text-transform:uppercase;letter-spacing:.1em}.category-tile i{font-style:normal;color:var(--green);font-size:20px;margin-left:5px}.products-section{padding-top:25px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:24px}.text-link{font-weight:800;font-size:13px;white-space:nowrap}.text-link b{font-size:20px;color:var(--orange);margin-left:5px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:var(--white);border:1px solid var(--line);border-radius:15px;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card img{width:100%;aspect-ratio:1;object-fit:contain;background:white;padding:18px}.card-copy{padding:16px 18px 20px}.card-copy h3{font-size:16px;line-height:1.25;margin:6px 0 16px}.card-copy .eyebrow{font-size:9px}.feature-band{max-width:1240px;margin:0 auto 72px;border-radius:22px;background:#e2eadc;padding:50px;display:grid;grid-template-columns:1.1fr .9fr;gap:50px}.feature-band p{color:var(--muted);max-width:560px}.feature-list{display:grid;gap:12px;align-content:center}.feature-list div{background:var(--white);padding:18px 22px;border-radius:10px;display:flex;gap:20px;font-weight:800}.feature-list b{color:var(--orange)}.page-hero{background:#e4ecdf;padding:44px 28px 70px}.page-hero>div{max-width:1184px;margin:auto}.breadcrumbs{display:flex;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--muted);margin-bottom:40px}.breadcrumbs a{text-decoration:underline;text-decoration-color:#aec3a8;text-underline-offset:3px}.crumb-separator{color:#9aa79b}.editorial{display:grid;grid-template-columns:1.4fr .8fr;gap:70px}.editorial-large{padding-top:85px}.editorial p{font-size:17px;color:var(--muted)}.tip-card,.quote-card,.contact-card{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:28px;align-self:start}.tip-card h2,.quote-card strong{font-size:25px;line-height:1.15;display:block;margin:9px 0 15px}.tip-card ul,.product-copy ul{padding-left:20px}.related-links{border-top:1px solid var(--line)}.related-links a,.editorial a,.article-content a,.contact-card a{color:#2e8508;text-decoration:underline;text-decoration-color:#b8d5ad;text-underline-offset:3px}.site-footer{background:#12251a;color:#eaf1e8;padding:60px 28px 22px}.footer-grid{max-width:1184px;margin:auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:70px}.footer-brand img{width:180px;filter:brightness(0) invert(1);opacity:.95}.site-footer p{max-width:320px;color:#b7c8b8;font-size:14px}.site-footer h2{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:var(--green);margin:4px 0 16px}.site-footer a:not(.footer-brand){display:block;color:#eaf1e8;font-size:14px;margin:8px 0}.footer-bottom{max-width:1184px;margin:50px auto 0;padding-top:18px;border-top:1px solid #36503b;display:flex;justify-content:space-between;color:#a9b9aa;font-size:12px}.footer-bottom a{display:inline!important}.product-detail{max-width:1240px;margin:auto;padding:50px 28px 75px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.product-gallery{background:white;border-radius:20px;padding:30px}.product-main-image{width:100%;aspect-ratio:1;object-fit:contain}.product-thumbs{display:flex;gap:12px;margin-top:14px}.product-thumbs img{width:80px;height:80px;border:1px solid var(--line);border-radius:8px;object-fit:contain}.product-summary h1{font-size:clamp(34px,4.5vw,62px);line-height:1.05;letter-spacing:-.05em;margin:14px 0 18px}.product-intro{font-size:18px;color:var(--muted);margin-bottom:27px}.product-note{border-left:3px solid var(--green);margin-top:30px;padding:8px 0 8px 16px;display:grid;gap:2px}.product-note span{color:var(--muted);font-size:14px}.product-copy{display:grid;grid-template-columns:1.4fr .8fr;gap:70px;border-top:1px solid var(--line)}.product-copy p{font-size:17px;color:var(--muted)}.product-copy h2{font-size:30px;margin-top:34px}.blog-list{display:grid;gap:18px;max-width:1000px}.blog-card{background:var(--white);border:1px solid var(--line);border-radius:18px;overflow:hidden}.blog-card a{display:grid;grid-template-columns:280px 1fr}.blog-card img{width:100%;height:100%;min-height:220px;object-fit:cover}.blog-card> a>div{padding:28px}.blog-card h2{font-size:27px;margin:7px 0 10px}.blog-card p{color:var(--muted);margin:0 0 15px}.article-hero{max-width:1240px;margin:auto;padding:45px 28px 30px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:end}.article-hero h1{font-size:clamp(38px,5vw,68px)}.article-hero>img{border-radius:18px;max-height:480px;width:100%;object-fit:cover}.article-content{max-width:790px;margin:auto;padding:50px 28px 90px}.article-content .lead{font-size:21px;color:#465348}.article-content section{margin:48px 0}.article-content h2{font-size:32px;line-height:1.15;letter-spacing:-.03em}.article-content p{font-size:17px;color:#505c51}.article-content img{border-radius:14px;margin:25px 0;width:100%}.article-content table{border-collapse:collapse;width:100%;font-size:14px;background:white}.article-content th,.article-content td{padding:14px;border:1px solid var(--line);text-align:left}.article-content th{background:#e4ecdf}.image-credit{font-size:12px!important;color:#7a857b!important}.sitemap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.sitemap-grid h2{font-size:22px}.sitemap-grid a{display:block;color:#327d18;text-decoration:underline;text-decoration-color:#b8d5ad;text-underline-offset:3px;margin:8px 0;font-size:14px}.contact-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.contact-card h2{font-size:27px;margin:6px 0 12px}.contact-card p{color:var(--muted)}@media(max-width:900px){.header-inner{padding:7px 18px;gap:14px}.brand{width:150px;flex-basis:150px}.brand img{width:150px}.menu-toggle{display:block;margin-left:auto}.nav-wrap{display:none;position:absolute;left:0;right:0;top:92px;background:white;border-bottom:1px solid var(--line);padding:18px}.nav-wrap.is-open{display:block}.main-nav{display:grid;justify-items:start;gap:14px}.header-shop{display:none}.hero,.product-detail,.article-hero{grid-template-columns:1fr;gap:30px}.hero{padding-top:45px}.hero-art{min-height:300px}.section-intro,.editorial,.product-copy,.feature-band{grid-template-columns:1fr;gap:25px}.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.sitemap-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.hero,.section,.product-detail,.article-hero,.article-content{padding-left:18px;padding-right:18px}.page-hero{padding-left:18px;padding-right:18px}.hero-copy h1,.page-hero h1{font-size:44px}.product-summary h1{font-size:38px}.category-grid,.category-grid-wide{grid-template-columns:1fr;padding-left:18px;padding-right:18px}.product-grid{gap:10px}.card-copy{padding:12px}.card-copy h3{font-size:14px}.feature-band{margin-left:18px;margin-right:18px;padding:28px}.blog-card a{grid-template-columns:1fr}.blog-card img{height:200px}.footer-grid,.contact-layout,.sitemap-grid{grid-template-columns:1fr}.footer-bottom{display:grid;gap:8px}.breadcrumbs{margin-bottom:25px}}
.site-header{position:sticky;top:0;z-index:20;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-container{max-width:1222px;margin:0 auto;padding:0 24px}.top-bar{background:#173b24;color:#eaf6e7;font-size:12px}.top-bar .header-container{height:34px;display:flex;align-items:center;justify-content:space-between}.top-links{display:flex;gap:24px}.top-links a{color:#eaf6e7}.header-main{background:#fff}.header-main-inner{min-height:112px;display:flex;align-items:center;gap:28px}.header-main .brand{width:205px;flex:0 0 205px}.header-main .brand img{width:205px}.site-search{display:flex;flex:1;max-width:580px;height:44px;border:1px solid #d4ddd0;border-radius:3px;overflow:hidden;background:#fff}.site-search input{border:0;outline:0;padding:0 16px;flex:1;color:var(--ink);font-size:14px}.site-search button{border:0;background:var(--orange);padding:0 25px;font-weight:800;cursor:pointer}.header-tools{margin-left:auto;display:flex;gap:20px;font-size:13px;font-weight:700}.header-tools b{background:var(--orange);border-radius:50%;padding:2px 6px;margin-left:4px}.header-bottom{border-top:1px solid #edf0eb;border-bottom:1px solid #d8e0d4;background:#fff}.header-bottom-inner{display:flex;align-items:stretch;min-height:51px}.browse-categories{border:0;background:var(--green-dark);color:#fff;padding:0 24px;font-weight:800;font-size:13px;cursor:pointer;white-space:nowrap}.browse-categories:first-letter{color:var(--green)}.header-bottom .nav-wrap{display:block;flex:1}.header-bottom .main-nav{height:50px;display:flex;justify-content:flex-start;align-items:stretch;gap:0;flex-wrap:nowrap}.header-bottom .main-nav a{display:flex;align-items:center;padding:0 15px;border-right:1px solid #edf0eb;font-size:12px;text-transform:uppercase;font-weight:800;white-space:nowrap}.header-bottom .main-nav a:hover,.header-bottom .main-nav a:focus{background:#f2f8ef;color:#328f0a}.header-bottom .main-nav .home-link{color:#4b9630;font-size:18px}.header-bottom .main-nav .home-link span{font-size:12px;color:var(--ink);margin-left:5px}.menu-toggle{display:none}.hero{padding-top:62px}.hero-art{border-radius:4px}.page-hero{padding-top:30px}.product-card{border-radius:3px}.product-card img{background:#fff}.category-tile{border-radius:3px}.site-footer{border-top:5px solid var(--green)}
@media(max-width:1050px){.header-container{padding-left:18px;padding-right:18px}.header-main-inner{gap:16px}.header-main .brand{width:170px;flex-basis:170px}.header-main .brand img{width:170px}.header-bottom .main-nav a{padding:0 9px;font-size:10px}.header-tools{gap:10px}}
@media(max-width:800px){.top-bar{display:none}.header-main-inner{min-height:83px}.header-main .brand{width:150px;flex-basis:150px}.header-main .brand img{width:150px}.menu-toggle{display:block;background:none;border:1px solid var(--line);padding:8px 10px;color:var(--green-dark);font-size:13px}.menu-toggle span{display:none}.site-search{order:4;position:absolute;top:83px;left:18px;right:18px;max-width:none;display:none}.site-search.is-open{display:flex}.header-tools{font-size:11px}.header-bottom-inner{min-height:45px}.browse-categories{font-size:11px;padding:0 13px}.header-bottom .nav-wrap{display:none;position:absolute;left:0;right:0;top:83px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 18px rgba(0,0,0,.08);padding:10px 18px}.header-bottom .nav-wrap.is-open{display:block}.header-bottom .main-nav{height:auto;display:grid;grid-template-columns:1fr 1fr}.header-bottom .main-nav a{min-height:40px;border-bottom:1px solid #edf0eb;border-right:0}.header-main{position:relative}.header-bottom{position:relative}}
@media(max-width:560px){.header-main .brand{width:125px;flex-basis:125px}.header-main .brand img{width:125px}.header-tools a:first-child{display:none}.site-search{top:83px}.hero{padding-top:38px}.hero-copy h1{font-size:42px}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}