:root{--ink:#15261f;--green:#176443;--mint:#dff1e6;--cream:#f6f2e9;--orange:#ee7445;--line:#d9dfd7;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);font-family:var(--font-body),sans-serif;margin:0}a{color:inherit;text-decoration:none}.site-header{background:var(--white);border-bottom:1px solid #e8ebe7;align-items:center;gap:48px;height:86px;padding:0 clamp(24px,6vw,96px);display:flex}.brand{letter-spacing:-.3px;text-transform:uppercase;align-items:center;gap:11px;font-size:13px;line-height:.86;display:flex}.brand strong{font-size:16px}.brand-mark{background:var(--green);color:#fff;width:38px;height:42px;font:800 22px var(--font-display);border-radius:4px 14px 4px 4px;place-items:center;display:grid}nav{gap:32px;margin-left:auto;font-size:14px;font-weight:600;display:flex}nav a:hover{color:var(--green)}.header-cta{background:var(--ink);color:#fff;border-radius:4px;padding:13px 18px;font-size:14px;font-weight:700}.header-cta span,.section-heading>a span{color:#72bd8c;margin-left:12px}.hero{background:var(--mint);grid-template-columns:1.05fr .95fr;min-height:590px;display:grid;overflow:hidden}.hero-copy{z-index:2;padding:92px 6vw 70px 8vw;position:relative}.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:1.5px;align-items:center;gap:10px;margin:0 0 18px;font-size:12px;font-weight:800;display:flex}.eyebrow span{background:var(--orange);width:22px;height:2px}h1,h2,h3{font-family:var(--font-display),sans-serif}h1{letter-spacing:-3.7px;max-width:700px;margin:0;font-size:clamp(45px,5vw,72px);line-height:1.03}h1 em{color:var(--green);font-style:normal}.intro{color:#53635c;max-width:610px;margin:24px 0 28px;font-size:18px;line-height:1.65}.search{background:#fff;max-width:580px;padding:7px;display:flex;box-shadow:0 11px 25px #1f4d3520}.search input{width:100%;font:15px var(--font-body);border:0;outline:0;padding:17px}.search button{background:var(--orange);color:#fff;cursor:pointer;border:0;width:55px;font-size:24px}.trust-row{color:#52625a;flex-wrap:wrap;gap:25px;margin-top:25px;font-size:12px;display:flex}.hero-visual{background:#c8e2d1;min-height:520px;position:relative}.shape{border:1px solid #97c1a7;border-radius:50%;position:absolute}.shape-one{width:440px;height:440px;top:70px;right:-40px}.shape-two{width:280px;height:280px;top:150px;right:110px}.box{background:#c89059;position:absolute;box-shadow:inset -20px -15px #b77d49,0 20px 30px #153b2520}.box span{font:800 29px var(--font-display);color:#214d36}.box-back{width:215px;height:180px;top:130px;right:95px;transform:skewY(-7deg)}.box-front{place-items:center;width:270px;height:210px;display:grid;top:245px;right:210px;transform:skewY(5deg)}.box-front:before,.box-back:before{content:"";opacity:.8;background:#e5bb79;width:70px;height:100%;position:absolute;left:50%}.label-card{background:#fff;flex-direction:column;gap:4px;padding:19px 23px;display:flex;position:absolute;bottom:65px;right:45px;box-shadow:0 12px 30px #214d3620}.label-card small{color:#708078}.label-card strong{font:800 15px var(--font-display)}.label-card span{color:var(--green);margin-top:5px;font-size:12px;font-weight:800}.category-section,.products-section{padding:80px clamp(24px,8vw,125px)}.category-section{background:#fff}.section-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px;display:flex}.section-heading h2{letter-spacing:-1.4px;margin:0;font-size:34px}.section-heading>a{border-bottom:1px solid var(--line);padding-bottom:8px;font-size:13px;font-weight:800}.category-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.category-card{border:1px solid var(--line);align-items:center;gap:15px;padding:24px 20px;transition:all .2s;display:flex}.category-card:hover{border-color:var(--green);transform:translateY(-2px)}.category-icon{background:var(--mint);width:48px;height:48px;color:var(--green);place-items:center;font-size:25px;display:grid}.category-card div{flex-direction:column;gap:4px;display:flex}.category-card strong{font-size:14px}.category-card small{color:#758079;font-size:11px}.category-card b{color:var(--green);margin-left:auto}.products-section{background:var(--cream)}.disclosure{color:#758079;text-align:right;max-width:270px;font-size:11px}.product-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.product-card{background:#fff}.product-art{background:#e1e4dd;place-items:center;height:235px;display:grid;position:relative;overflow:hidden}.product-art>span{z-index:2;background:var(--green);color:#fff;text-transform:uppercase;padding:7px 9px;font-size:10px;font-weight:800;position:absolute;top:14px;left:14px}.product-art>div{background:#727b72;width:100px;height:125px;box-shadow:35px 20px #4d554e,-30px 25px #939a91}.product-art.chair>div{background:#3d5147;border-radius:46% 46% 15px 15px;box-shadow:0 80px #2c3933}.product-art.boxes>div{background:#bd8757;width:145px;height:90px;box-shadow:45px 34px #a97145,-45px 35px #d09b67}.product-info{padding:23px}.product-info small{color:#788078}.product-info h3{margin:7px 0 18px;font-size:17px}.product-info p{font-size:12px}.product-info p strong{margin-left:5px;font-size:18px}.product-info a{border-top:1px solid var(--line);color:var(--green);margin-top:20px;padding-top:15px;font-size:12px;font-weight:800;display:block}.how{background:var(--ink);color:#fff;grid-template-columns:1fr 1.2fr;gap:80px;padding:75px clamp(24px,8vw,125px);display:grid}.how h2{margin:0;font-size:38px;line-height:1.2}.how .eyebrow{color:#9bd0ac}.how ol{margin:0;padding:0;list-style:none}.how li{border-bottom:1px solid #ffffff20;gap:22px;padding:18px 0;display:flex}.how li>b{color:#72bd8c;font:800 12px var(--font-display)}.how li span{flex-direction:column;gap:6px;display:flex}.how li small{color:#9eaaa5}footer{background:#fff;align-items:center;gap:35px;padding:45px clamp(24px,8vw,125px);display:flex}footer p{color:#6c7772}footer>small{color:#85908b;margin-left:auto}.sr-only{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}@media (max-width:900px){nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:70px 7vw}.hero-visual{min-height:410px}.category-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr}.how{grid-template-columns:1fr;gap:35px}footer{flex-direction:column;align-items:flex-start}footer>small{margin-left:0}}@media (max-width:560px){.site-header{padding:0 20px}.header-cta{display:none}h1{letter-spacing:-2.5px}.hero-copy{padding:55px 22px}.hero-visual{min-height:340px}.box-back{top:70px;right:25px}.box-front{top:150px;right:120px;transform:scale(.8)}.label-card{bottom:25px;right:20px}.category-section,.products-section{padding:58px 22px}.category-grid{grid-template-columns:1fr}.section-heading{flex-direction:column;align-items:flex-start}.disclosure{text-align:left}.how{padding:58px 22px}.trust-row{flex-direction:column;gap:10px}}
