
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#fff;max-width:100%;overflow-x:hidden}
body{font-family:Arial,Helvetica,sans-serif;color:#123;min-width:0}
a{color:inherit}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 2px 12px rgba(0,0,0,.04)}
.header-inner{max-width:1024px;margin:0 auto;min-height:76px;display:flex;align-items:center;gap:28px;padding:10px 20px}
.brand-logo{display:flex;align-items:center;text-decoration:none;min-width:225px}
.brand-logo img{display:block;width:210px;height:auto}
.site-nav{margin-left:auto;display:flex;align-items:center;gap:34px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;font-size:15px}
.site-nav a{text-decoration:none;color:#111;white-space:nowrap}.site-nav a:hover{color:#087126}
.site-nav .buy-link{background:#00651d;color:#fff;padding:16px 28px;border-radius:7px;box-shadow:0 3px 10px rgba(0,0,0,.12)}
.page-wrap{position:relative;width:min(100%,1024px);margin:0 auto;background:#fff}
.page-img{display:block;width:100%;height:auto}
.hotspot{position:absolute;display:block;z-index:10;border-radius:10px}.hotspot:focus{outline:3px solid rgba(0,100,30,.35)}
.sr-only{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
.home-buy-now{left:14.2%;top:18.21%;width:18.5%;height:3.83%}

.home-amazon{left:16.8%;top:64.84%;width:10.0%;height:3.62%}
.home-hd{left:25.4%;top:64.84%;width:7.8%;height:3.62%}
.home-lowes{left:33.2%;top:64.84%;width:7.8%;height:3.62%}
.home-walmart{left:40.8%;top:64.84%;width:12.5%;height:3.62%}
.home-video{left:58.5%;top:53.89%;width:38.5%;height:14.67%}
.home-screen{left:2.4%;top:77.94%;width:48.0%;height:31.17%}
.home-wicker{left:51.0%;top:77.94%;width:47.0%;height:31.17%}
.use-video{left:4%;top:37.82%;width:50%;height:28.39%}
.content-page{max-width:1024px;margin:0 auto;padding:64px 22px;background:linear-gradient(180deg,#f7fbf2,#fff 260px)}
.content-page h1{font-size:52px;line-height:1.05;text-align:center;color:#064f1b;margin:0 0 14px}
.content-page .sub{text-align:center;font-size:19px;margin:0 0 36px}
.card{background:#fff;border:1px solid #dfe8d8;border-radius:18px;box-shadow:0 8px 25px rgba(0,0,0,.07);padding:28px;margin:22px 0}
.retail-grid{display:grid;grid-template-columns:1fr;gap:14px;max-width:520px;margin:0 auto}
.retail-btn{display:flex;align-items:center;justify-content:center;min-height:68px;border:1px solid #d7e3d3;border-radius:12px;background:#fff;text-decoration:none;font-weight:900;font-size:30px}
.retail-btn.ace{color:#d71920}.retail-btn.amazon{color:#111}.retail-btn.hd{background:#f96302;color:#fff;font-size:20px}.retail-btn.lowes{color:#064f99}.retail-btn.walmart{color:#1476c8}
.faq-list{max-width:900px;margin:0 auto}
details{background:#fff;border:1px solid #dfe8d8;border-radius:14px;margin:14px 0;box-shadow:0 5px 15px rgba(0,0,0,.06);overflow:hidden}

.where-amazon{left:60%;top:31%;width:36%;height:11%}
.where-hd{left:60%;top:44%;width:36%;height:11%}
.where-lowes{left:60%;top:57%;width:36%;height:11%}
.where-walmart{left:60%;top:70%;width:36%;height:11%}
summary{cursor:pointer;font-weight:800;color:#064f1b;font-size:20px;padding:22px 58px 22px 60px;list-style:none;position:relative}
summary::-webkit-details-marker{display:none}
summary::before{content:"▸";position:absolute;left:22px;top:50%;transform:translateY(-50%);font-size:26px;line-height:1;color:#0b6f25;transition:transform .2s ease}
summary::after{content:"+";position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:30px;line-height:1;color:#0b6f25;font-weight:700}
details[open] summary::before{transform:translateY(-50%) rotate(90deg)}
details[open] summary::after{content:"−"}
details[open] summary{border-bottom:1px solid #e6eee1}
details p{padding:0 28px 24px;margin:18px 0 0;line-height:1.6;color:#222}
.legal h1{text-align:left;font-size:40px}.legal h2{color:#064f1b;margin-top:28px}.legal p,.legal li{line-height:1.7}
.site-footer{background:#073f16;color:#fff;margin-top:0}
.footer-inner{max-width:1024px;margin:0 auto;padding:34px 20px;display:grid;grid-template-columns:1.2fr 1fr 1.5fr;gap:28px}
.footer-logo{display:inline-flex;align-items:center;background:#fff;padding:8px 12px;border-radius:10px}.footer-logo img{display:block;width:210px;height:auto}
.footer-links{display:flex;flex-wrap:wrap;gap:10px 18px}.footer-links a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.footer-contact p{margin:.25rem 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding:14px 20px;text-align:center;font-size:13px;color:#dbead9}
@media(max-width:800px){
  .header-inner{min-height:70px;gap:12px;padding:8px 12px}
  .brand-logo{min-width:145px}.brand-logo img{width:155px}
  .site-nav{gap:10px;font-size:12px}
  .site-nav a:not(.buy-link){display:none}
  .site-nav .buy-link{padding:12px 14px}
  .page-wrap{width:100%}.content-page h1{font-size:38px}.footer-inner{grid-template-columns:1fr}
}

.site-footer{background:#073f16;color:#fff;margin-top:0}
.site-footer .footer-inner{max-width:1024px;margin:0 auto;padding:26px 20px;display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:24px}
.site-footer .footer-logo{display:inline-flex;align-items:center;background:#fff;padding:8px 12px;border-radius:10px}
.site-footer .footer-logo img{display:block;width:180px;height:auto}
.site-footer .footer-links{display:flex;flex-wrap:wrap;gap:10px 18px}
.site-footer .footer-links a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.site-footer .footer-contact p{margin:.25rem 0}
.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding:14px 20px;text-align:center;font-size:13px;color:#dbead9}
@media(max-width:800px){.site-footer .footer-inner{grid-template-columns:1fr}}

.where-wrap{width:min(100%,760px);}
