@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#112d22;--green:#173e2a;--accent:#248446;--lime:#d8ff63;--cream:#f4f2e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;background:var(--cream)}a{text-decoration:none;color:inherit}button{font:inherit}img{max-width:100%;display:block}.top{background:var(--lime);padding:8px 5%;text-align:center;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.nav{height:86px;background:#f8f7ef;display:flex;align-items:center;justify-content:space-between;padding:0 5%;gap:24px}.logo{font:900 38px/.8 'Barlow Condensed',Impact,sans-serif;letter-spacing:-.04em;color:var(--green)}.logo span{display:block;font:700 9px/1 'DM Sans',sans-serif;letter-spacing:.32em;margin-top:7px}.navlinks{display:flex;gap:34px;align-items:center;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}.navlinks a:hover,.navlinks .active{color:var(--accent)}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--accent);color:#fff;padding:17px 23px;border:0;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;transition:transform .2s,background .2s}.nav-cta:hover,.button:hover{transform:translateY(-3px);background:#166835}.menu{display:none}.hero{min-height:640px;position:relative;background:#123823 url('/assets/garden-hero.png') center/cover;display:flex;align-items:center;color:#fff;overflow:hidden}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,35,24,.92),rgba(9,35,24,.62) 42%,rgba(9,35,24,.03) 83%)}.hero-content{position:relative;max-width:800px;margin-left:8%;padding:90px 20px 90px 0}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.23em;text-transform:uppercase}.hero .eyebrow{color:var(--lime)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Barlow Condensed',Impact,sans-serif;text-transform:uppercase;line-height:.88;letter-spacing:-.025em}h1{font-size:clamp(74px,11vw,172px);margin:27px 0}h1 em{font-style:normal;color:var(--lime)}.hero p{max-width:460px;font-size:18px;line-height:1.5;margin-bottom:30px}.hero-index{position:absolute;bottom:28px;right:5%;color:#fff;font:700 12px 'DM Sans';letter-spacing:.16em}.ticker{display:flex;overflow:hidden;background:var(--accent);color:#fff;justify-content:space-around;gap:26px;padding:18px 10px;white-space:nowrap;font:800 14px 'DM Sans';text-transform:uppercase;letter-spacing:.16em}.section{padding:100px 6%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:36px}.section h2,.page-head h1{font-size:clamp(56px,8vw,108px);margin:12px 0 0}.text-link{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;border-bottom:2px solid currentColor;padding-bottom:8px;white-space:nowrap}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cat{min-height:340px;background:#dce6cf;position:relative;overflow:hidden;padding:22px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s}.cat:hover{transform:translateY(-5px)}.cat:nth-child(2){background:#c7d3bd}.cat:nth-child(3){background:#e5e1d2}.cat:nth-child(4){background:#bacebc}.cat .num{font-size:12px;font-weight:800}.cat h3{font-size:48px;margin:0;position:relative;z-index:2}.cat .glyph{position:absolute;right:-18px;top:50px;font:900 230px 'Barlow Condensed';color:rgba(23,62,42,.12);transform:rotate(-20deg)}.cat .arrow{align-self:flex-end;border:1px solid currentColor;border-radius:50%;height:40px;width:40px;display:grid;place-items:center}.split{display:grid;grid-template-columns:1fr 1fr;background:var(--green);color:#fff}.split-art{background:url('/assets/garden-hero.png') center right/cover;min-height:520px}.split-copy{padding:9vw 9%;display:flex;flex-direction:column;justify-content:center}.split h2{font-size:clamp(60px,7vw,100px);margin:22px 0}.split p{font-size:17px;line-height:1.6;max-width:470px}.split .eyebrow{color:var(--lime)}.split .button{align-self:flex-start;margin-top:20px}.footer{background:#0b261b;color:#fff;padding:65px 6% 30px}.footer-grid{display:flex;justify-content:space-between;gap:30px}.footer .logo{color:#fff;font-size:60px}.footer p{line-height:1.5;max-width:310px}.footer-links{display:flex;gap:30px;align-items:flex-start;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700}.foot-bottom{border-top:1px solid #446051;margin-top:60px;padding-top:20px;font-size:12px;color:#a4b6a8;display:flex;justify-content:space-between}.page-head{background:var(--green);color:#fff;padding:100px 6% 80px}.page-head .eyebrow{color:var(--lime)}.page-head p{max-width:620px;line-height:1.6;font-size:18px}.catalog{padding:75px 6% 110px}.filters{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:35px}.filter{background:transparent;border:1px solid #9db39d;border-radius:100px;padding:12px 19px;cursor:pointer;color:var(--green);font-weight:700}.filter[aria-pressed=true],.filter:hover{background:var(--green);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product{min-height:330px;background:#e3e8d8;padding:26px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.product:nth-child(3n+2){background:#d6ddcd}.product:nth-child(3n){background:#ebe8dc}.product .icon{font:900 120px 'Barlow Condensed';line-height:1;color:#a0b79a;align-self:center;transform:rotate(-18deg)}.product h3{font-size:38px;margin:0 0 7px}.product p{font-size:14px;line-height:1.5;margin:0}.tag{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.notice{background:var(--lime);padding:24px 6%;font-weight:700}.story-body{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center;padding:100px 6%}.story-body h2{font-size:clamp(55px,7vw,100px)}.story-body p{font-size:18px;line-height:1.65}.story-photo{background:url('/assets/garden-hero.png') center/cover;min-height:560px}.story-quote{background:var(--accent);color:#fff;padding:90px 6%;font:800 clamp(45px,7vw,90px)/.95 'Barlow Condensed';text-transform:uppercase}.mobile-toggle{display:none}@media(max-width:850px){.nav{height:72px}.navlinks{gap:15px}.nav-cta{display:none}.cat-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.split-copy{padding:60px 7%}}@media(max-width:600px){.nav{padding:0 5%}.logo{font-size:31px}.mobile-toggle{display:block;background:none;border:0;font-size:27px;color:var(--green)}.navlinks{display:none;position:absolute;top:108px;left:0;right:0;background:#f8f7ef;padding:25px 6%;flex-direction:column;align-items:start;z-index:5}.navlinks.open{display:flex}.hero{min-height:650px;background-position:62% center}.hero:before{background:linear-gradient(90deg,rgba(9,35,24,.86),rgba(9,35,24,.35))}.hero-content{margin-left:6%;padding:70px 0}.hero h1{font-size:clamp(78px,20vw,116px)}.hero p{font-size:16px;padding-right:8%}.section{padding:70px 5%}.section-heading{align-items:start;flex-direction:column}.cat-grid,.product-grid{grid-template-columns:1fr 1fr;gap:9px}.cat{min-height:240px;padding:15px}.cat h3{font-size:32px}.cat .glyph{font-size:170px}.split,.story-body{grid-template-columns:1fr}.split-art{min-height:340px}.split-copy{padding:75px 6%}.product{min-height:280px;padding:16px}.product .icon{font-size:85px}.product h3{font-size:28px}.product p{font-size:12px}.story-body{padding:70px 6%}.story-photo{min-height:340px;grid-row:1}.footer-grid,.foot-bottom{flex-direction:column}.footer-links{flex-direction:column}.page-head{padding:75px 6% 65px}}
/* Campaign edition */
:root{--ink:#111;--green:#102e20;--accent:#248446;--cream:#fff}body{background:#fff;color:#111;font-family:'DM Sans',Arial,sans-serif}.top{background:#f1f1f1;color:#111;padding:9px 4%;letter-spacing:.05em}.nav{background:#fff;height:78px;padding:0 4%}.logo{color:#111}.navlinks{gap:38px}.navlinks a:hover,.navlinks .active{color:#111;border-bottom:2px solid #111;padding-bottom:5px}.nav-cta{background:#111;border-radius:100px;padding:15px 23px}.nav-cta:hover{background:#333}.campaign{position:relative;height:min(72vw,760px);min-height:540px;overflow:hidden;background:#102e20}.campaign img{width:100%;height:100%;object-fit:cover;object-position:center 47%}.campaign:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.58),transparent 63%)}.campaign-overlay{position:absolute;z-index:1;left:5%;bottom:8%;color:#fff}.campaign-overlay span{font-size:12px;font-weight:800;letter-spacing:.16em}.campaign h1{font-size:clamp(90px,14vw,210px);margin:16px 0 25px;line-height:.8}.pill{border-radius:100px;display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;font-size:14px;font-weight:700;transition:transform .2s,background .2s}.pill:hover{transform:translateY(-3px)}.pill.light{background:#fff;color:#111}.pill.dark{background:#111;color:#fff}.campaign-intro{padding:90px 5% 105px;text-align:center}.campaign-intro h2{font-size:clamp(84px,13vw,170px);margin:25px 0 15px}.campaign-intro p{font-size:18px;line-height:1.5;max-width:600px;margin:0 auto 26px}.shop-section,.category-section{padding:40px 5% 110px}.shop-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.shop-heading h2{font-size:clamp(48px,6vw,80px);margin:0}.shop-heading a{font-size:14px;font-weight:700}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.feature{position:relative;height:620px;overflow:hidden;background:#263d29;color:#fff}.feature img{height:100%;width:100%;object-fit:cover;transition:transform .5s}.feature:hover img{transform:scale(1.04)}.feature:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent 70%)}.feature>div{position:absolute;z-index:1;left:6%;bottom:6%}.feature h3{font-size:clamp(58px,7vw,100px);margin:11px 0 20px}.feature>div>span:first-child{font-size:12px;font-weight:800;letter-spacing:.17em}.statement{background:#16442c;color:#fff;text-align:center;padding:110px 5% 125px}.statement>span{letter-spacing:.18em;font-size:12px;font-weight:800}.statement h2{font-size:clamp(80px,12vw,160px);margin:25px 0}.statement p{font-size:18px;max-width:500px;margin:0 auto 26px;line-height:1.5}.category-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category-row a{min-height:200px;background:#f2f3ed;padding:20px;display:flex;align-items:end;justify-content:space-between;font:800 34px/.95 'Barlow Condensed';text-transform:uppercase}.category-row a:hover{background:#dbe8c3}.category-row span{font:700 22px Arial}.page-head{background:#132f20}.page-head h1{font-size:clamp(75px,12vw,150px)}.catalog{background:#fff}.product{background:#f3f3ef!important;min-height:300px}.product .icon{display:none}.product h3{font-size:45px}.product p{font-size:15px}.story-body{background:#fff}.story-photo{background-image:url('/assets/loppers.png')}.story-quote{background:#16442c}.footer{background:#111}@media(max-width:850px){.feature{height:500px}.category-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.navlinks{top:104px}.campaign{height:660px;min-height:0}.campaign img{object-position:59% center}.campaign h1{font-size:clamp(80px,19vw,120px)}.campaign-overlay{bottom:8%}.campaign-intro{padding:75px 6%}.campaign-intro h2{font-size:clamp(70px,19vw,110px)}.shop-section,.category-section{padding:25px 5% 75px}.feature-grid{grid-template-columns:1fr}.feature{height:470px}.feature h3{font-size:75px}.statement{padding:90px 5%}.category-row a{min-height:150px;font-size:29px}.product-grid{grid-template-columns:1fr 1fr}.product{min-height:235px}.product h3{font-size:31px}}

[hidden]{display:none!important}
.promise-section{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:0 5% 110px}.promise{background:#e8eedf;padding:58px 7%;min-height:440px;display:flex;flex-direction:column;align-items:flex-start}.promise:nth-child(2){background:#e1ead8}.promise-num,.real-product-copy>span{font-size:12px;font-weight:800;letter-spacing:.15em}.promise h2{font-size:clamp(58px,7vw,94px);margin:32px 0 24px}.promise p{font-size:16px;line-height:1.6;max-width:440px}.promise a,.real-product-copy a{font-size:14px;font-weight:800;border-bottom:2px solid currentColor;padding-bottom:6px;margin-top:auto}.featured-products{padding:80px 6% 25px}.real-products{display:grid;grid-template-columns:1fr 1fr;gap:15px}.real-products article{background:#f4f5f1}.real-product-image{height:400px;background:#fff;display:grid;place-items:center}.real-product-image img{width:85%;height:85%;object-fit:contain}.real-product-copy{padding:28px 28px 35px;min-height:285px;display:flex;flex-direction:column;align-items:flex-start}.real-product-copy h3{font-size:42px;margin:16px 0}.real-product-copy p{line-height:1.5;font-size:15px}.story-values{text-align:center;padding:90px 6%;background:#e8eedf}.story-values h2{font-size:clamp(55px,8vw,105px);margin-bottom:23px}.story-values p{max-width:620px;margin:0 auto 25px;font-size:18px;line-height:1.6}@media(max-width:700px){.promise-section,.real-products{grid-template-columns:1fr}.promise-section{padding:0 5% 75px}.promise{min-height:380px;padding:43px 8%}.featured-products{padding:65px 5% 20px}.real-product-image{height:330px}.real-product-copy{min-height:260px}}
.nav{background:#193e2b}.official-logo img{width:220px;height:auto;max-width:100%}.navlinks a{color:#fff}.navlinks a:hover,.navlinks .active{color:#fff;border-bottom-color:#d8ff63}.nav-cta{background:#d8ff63;color:#193e2b}.nav-cta:hover{background:#f1ffb1}.footer-logo img{width:280px}.mobile-toggle{color:#fff}@media(max-width:600px){.official-logo img{width:180px}.navlinks{background:#193e2b}}
