@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Roboto+Slab:wght@500;600;700&display=swap');
:root{--orange:#e95406;--green:#003a17;--ink:#171717;--muted:#6b7280;--line:#e5e7eb;--soft:#f7f7f5;--font:'Manrope',Arial,sans-serif;--slab:'Roboto Slab',Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:14px/1.55 var(--font);background:#fff}a{color:inherit;text-decoration:none}.utility{min-height:40px;padding:0 5%;background:var(--orange);color:white;display:flex;align-items:center;justify-content:space-between;font-size:12px}.utility-links{display:flex;gap:18px}.shop-header{height:82px;display:flex;align-items:center;padding:0 5%;gap:30px;background:#fff}.brand{font-size:34px;font-weight:800;letter-spacing:-1.7px;white-space:nowrap}.brand i{color:var(--orange);font-style:normal}.search-form{height:44px;border:1px solid var(--line);border-radius:7px;display:flex;align-items:center;max-width:560px;width:100%;margin:auto}.search-form input{border:0;outline:0;height:100%;padding:0 16px;font:13px var(--font);flex:1;background:transparent}.search-form button{height:100%;border:0;border-left:1px solid var(--line);background:#fff;padding:0 16px;cursor:pointer;font-size:17px}.header-contact{display:flex;align-items:center;gap:11px;font-size:12px;font-weight:700;white-space:nowrap}.contact-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff2eb;color:var(--orange);font-size:16px}.menu-btn{display:none;border:0;background:transparent;font-size:24px}.category-nav{min-height:57px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:0 5%;display:flex;align-items:center;gap:26px;background:#fff;font-size:13px;font-weight:700}.category-nav a{padding:18px 0}.category-nav a:hover{color:var(--orange)}.category-nav .all-categories{background:var(--green);color:#fff;padding:12px 18px;border-radius:5px;margin-right:8px;text-transform:uppercase;font-size:11px;letter-spacing:.04em}.category-nav .all-categories:hover{color:#fff;background:#075427}.category-nav .sale{color:var(--orange)}main{overflow:hidden}.hero-shop{margin:24px 5% 0;min-height:550px;border-radius:12px;background:linear-gradient(90deg,#f1eee6 0%,#f1eee6d9 39%,#0000 68%),url('../assets/images/hero-living.webp') center/cover;display:flex;align-items:center}.hero-copy{width:48%;padding:50px 8%}.kicker{color:var(--orange);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.hero-copy h1{font:700 clamp(40px,4vw,67px)/1.08 var(--slab);letter-spacing:-2.5px;margin:17px 0}.hero-copy p{max-width:390px;color:#565a58;font-size:15px}.button{margin-top:21px;background:var(--orange);border:1px solid var(--orange);color:#fff;padding:14px 21px;display:inline-flex;align-items:center;gap:10px;border-radius:5px;font-size:12px;font-weight:800;transition:.2s}.button:hover{background:#c74602;border-color:#c74602;transform:translateY(-2px)}.button.light{background:#fff;color:var(--ink);border-color:#fff}.benefits{margin:24px 5% 0;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:9px;overflow:hidden}.benefit{padding:19px 26px;display:flex;gap:14px;align-items:center;border-right:1px solid var(--line)}.benefit:last-child{border:0}.benefit-icon{color:var(--orange);font-size:22px}.benefit strong{display:block;font-size:13px}.benefit small{color:var(--muted);font-size:11px}.section{padding:80px 5%}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section-heading h2{font:600 32px var(--slab);letter-spacing:-1.2px;margin:6px 0 0}.section-heading p{color:var(--muted);margin:7px 0 0}.link-arrow{font-size:12px;font-weight:800;border-bottom:1px solid var(--ink);padding-bottom:4px}.link-arrow:hover{color:var(--orange);border-color:var(--orange)}.category-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cat-tile{height:300px;border-radius:10px;overflow:hidden;position:relative;background:#ddd}.cat-tile img{width:100%;height:100%;object-fit:cover;transition:.4s}.cat-tile:hover img{transform:scale(1.05)}.cat-tile:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#000a 0%,#0000 60%)}.cat-tile-text{position:absolute;z-index:1;bottom:25px;left:25px;color:#fff}.cat-tile-text h3{font:600 26px var(--slab);margin:0 0 5px}.cat-tile-text span{font-size:12px;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{border:1px solid var(--line);padding:11px;border-radius:10px;background:#fff;position:relative;transition:.25s;overflow:hidden}.product:hover{box-shadow:0 12px 25px #00000012;transform:translateY(-4px)}.product-img{aspect-ratio:1/1;width:100%;height:auto;border-radius:7px;background:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative;padding:0}.product-img img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:cover;transition:.35s}.product:hover .product-img img{transform:scale(1.04)}.product-img .placeholder{font:600 33px var(--slab);color:#aaa}.tag{position:absolute;top:9px;left:9px;z-index:1;background:var(--orange);color:#fff;border-radius:3px;padding:4px 7px;font-size:9px;font-weight:800;text-transform:uppercase}.product-info{padding:14px 3px 4px;display:block}.product-info h3{font-size:14px;line-height:1.4;margin:0 0 6px;font-weight:700}.price{color:var(--orange);font-size:18px;font-weight:800}.featured-band{margin:0 5% 80px;display:grid;grid-template-columns:1fr 1fr;border-radius:10px;overflow:hidden;background:var(--green);color:#fff}.featured-photo{min-height:370px;background:url('../assets/images/promo-home.webp') center/cover}.featured-text{padding:68px 12%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.featured-text h2{font:600 40px/1.16 var(--slab);letter-spacing:-1.5px;margin:15px 0}.featured-text p{color:#d4e1d8;max-width:390px}.featured-text .kicker{color:#ff9a65}.newsletter{background:#f1f4ef;padding:65px 8%;text-align:center}.newsletter h2{font:600 30px var(--slab);margin:8px}.newsletter p{color:var(--muted)}.newsletter-form{max-width:500px;margin:22px auto 0;display:flex;background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden}.newsletter-form input{border:0;padding:14px;flex:1;font:13px var(--font);outline:0}.newsletter-form button{border:0;background:var(--green);color:#fff;padding:0 20px;font:11px var(--font);font-weight:800;text-transform:uppercase;cursor:pointer}.products-hero{background:var(--soft);padding:55px 5%;border-bottom:1px solid var(--line)}.products-hero h1{font:600 42px var(--slab);margin:7px 0}.products-hero p{color:var(--muted)}.filters{padding:22px 5%;display:flex;gap:9px;flex-wrap:wrap;border-bottom:1px solid var(--line)}.filters a{padding:9px 14px;border:1px solid var(--line);border-radius:5px;font-size:11px;font-weight:700}.filters a.active,.filters a:hover{color:#fff;background:var(--green);border-color:var(--green)}.empty{padding:80px;text-align:center}.product-detail{display:grid;grid-template-columns:1.08fr .92fr;gap:7%;align-items:center}.product-detail .product-img{height:min(60vw,560px)}.display-title{font:600 45px/1.1 var(--slab);letter-spacing:-1.5px;margin:14px 0}.announcement,.topbar,.consult{display:none}footer{background:var(--green);color:#fff;padding:65px 5%;display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:50px}footer .brand{color:#fff}footer .brand i{color:#ff8d55}footer p{color:#bdd0c1;font-size:13px;line-height:1.9}footer b{font-size:12px;text-transform:uppercase;letter-spacing:.08em}.copyright{background:var(--green);border-top:1px solid #1b5b37;color:#b4c6b8;padding:18px 5%;font-size:11px}.reveal{opacity:0;transform:translateY(15px);transition:.5s}.reveal.show{opacity:1;transform:none}@media(max-width:950px){.product-grid{grid-template-columns:repeat(3,1fr)}.hero-copy{width:58%}.shop-header{gap:18px}.header-contact{display:none}}@media(max-width:720px){.utility{justify-content:center;font-size:10px}.utility-links{display:none}.shop-header{height:68px}.brand{font-size:28px}.menu-btn{display:block;margin-left:auto}.search-form{display:none}.category-nav{display:none;position:absolute;left:0;right:0;top:108px;z-index:9;padding:15px 5%;flex-direction:column;align-items:flex-start;gap:0;box-shadow:0 12px 20px #0002}.category-nav.open{display:flex}.category-nav a{padding:10px 0}.category-nav .all-categories{margin:0}.hero-shop{margin:0;border-radius:0;min-height:525px;background:linear-gradient(90deg,#f1eee6 0%,#f1eee6ed 65%,#f1eee65c),url('../assets/images/hero-living.webp') 61% center/cover}.hero-copy{width:100%;padding:65px 9%}.hero-copy h1{font-size:46px}.benefits{margin:0;border-radius:0;grid-template-columns:1fr}.benefit{border-right:0;border-bottom:1px solid var(--line)}.benefit:last-child{border-bottom:0}.section{padding:58px 5%}.section-heading{align-items:start;flex-direction:column;gap:14px}.category-tiles{grid-template-columns:1fr}.cat-tile{height:245px}.product-grid{grid-template-columns:repeat(2,1fr);gap:11px}.product{padding:8px}.product-img{aspect-ratio:1/1;height:auto}.product-info h3{font-size:12px}.price{font-size:15px}.featured-band{margin:0;grid-template-columns:1fr;border-radius:0}.featured-photo{min-height:300px}.featured-text{padding:55px 9%}.featured-text h2{font-size:34px}.newsletter{padding:52px 7%}.product-detail{grid-template-columns:1fr;gap:35px}.product-detail .product-img{height:min(100vw,460px)}footer{grid-template-columns:1fr;padding:50px 8%}}@media(max-width:380px){.product-grid{grid-template-columns:1fr}.product-img{aspect-ratio:1/1;height:auto}}
