:root{--green:#073b32;--green2:#0b5a4d;--cream:#fbf6ed;--cream2:#f4e6d4;--gold:#b08a3c;--ink:#17322d;--muted:#68736f;--white:#fff;--line:#e8e0d4;--shadow:0 12px 35px rgba(19,48,42,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.topbar{height:36px;background:var(--green);color:#fff;padding:0 5%;display:flex;align-items:center;gap:9px;font-size:13px}.topbar div{margin-left:auto;display:flex;gap:24px}.header{height:92px;display:flex;align-items:center;gap:40px;padding:0 5%;border-bottom:1px solid var(--line);background:#fff}.brand{display:flex;align-items:center;gap:10px;min-width:250px;color:var(--green)}.brand-mark{width:45px;height:45px;border:2px solid var(--green);border-radius:12px;display:grid;place-items:center;font-weight:700}.brand strong{display:block;font:700 25px "Playfair Display",serif}.brand small{display:block;letter-spacing:5px;font-size:9px}.search{flex:1;display:flex;max-width:620px}.search input{width:100%;padding:15px 18px;border:1px solid #ddd;border-radius:12px 0 0 12px;font:inherit;outline:none}.search button{width:58px;border:0;border-radius:0 12px 12px 0;background:var(--green);color:#fff;font-size:24px}.header-actions{margin-left:auto;display:flex;gap:12px}.header-actions button{background:none;border:0;font:inherit;cursor:pointer}.header-actions b{background:#e04b4b;color:#fff;border-radius:20px;padding:2px 7px;font-size:11px}.nav{height:54px;display:flex;align-items:center;gap:34px;padding:0 5%;border-bottom:1px solid var(--line);font-size:14px}.nav a.active{color:var(--green);font-weight:700;border-bottom:3px solid var(--green);height:54px;display:flex;align-items:center}.category-btn,.btn{border:0;background:var(--green);color:#fff;padding:13px 22px;border-radius:10px;font-weight:700;cursor:pointer}.category-btn{margin-right:10px}.hero{min-height:430px;padding:55px 8%;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(105deg,#fbf1e3,#f5d9c6);overflow:hidden}.eyebrow{letter-spacing:4px;font-size:11px;font-weight:700;color:var(--gold)}h1,h2,h3{font-family:"Playfair Display",serif}.hero h1{font-size:58px;margin:12px 0;color:var(--green)}.hero-sub{font-size:19px;margin:0 0 28px}.hero-art{width:48%;height:330px;position:relative}.dress{position:absolute;right:36%;bottom:0;width:150px;height:265px;background:#a95d6d;border-radius:70px 70px 25px 25px;transform:rotate(2deg);box-shadow:0 25px 45px #8a526233}.bed{position:absolute;right:0;bottom:0;width:390px;height:145px;border-radius:80px 30px 15px 15px;background:#fff6ed;box-shadow:0 20px 45px #8a526233}.plant{position:absolute;right:3%;top:18%;font-size:70px;color:#5b7e57}.benefits{display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:22px 6%;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.benefits div{display:grid;grid-template-columns:42px 1fr;align-items:center;border-right:1px solid var(--line);padding:4px 18px}.benefits div:last-child{border:0}.benefits strong,.benefits small{grid-column:2}.benefits strong{font-size:13px}.benefits small{color:var(--muted);font-size:11px}.benefits div:first-letter{font-size:23px}.section{padding:58px 5%}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.section-title h2{font-size:34px;margin:4px 0}.section-title>a{color:var(--green);font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{min-height:170px;border-radius:15px;padding:25px;display:flex;align-items:center;background:var(--cream2);position:relative;overflow:hidden}.category-card:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-45px;top:-45px;background:#fff6;box-shadow:0 0 0 30px #fff2}.cat-bedding{background:#f2ddd7}.cat-mix{background:#e7eadb}.category-card h3{font-size:25px;margin:0 0 5px}.category-card p{margin:0 0 15px;color:#52605b}.category-card span{background:var(--green);color:#fff;padding:9px 14px;border-radius:8px;font-size:12px;font-weight:700}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 5px 20px #17322d0a;transition:.2s}.product:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-img{height:220px;background:linear-gradient(135deg,#f2e4d5,#e7d3c3);display:grid;place-items:center;font-size:75px;position:relative}.badge{position:absolute;top:12px;left:12px;background:#d64f4f;color:#fff;padding:5px 9px;border-radius:20px;font-size:10px;font-weight:700}.badge.new{background:#2c8a63}.product-info{padding:15px}.stars{color:#e4a900;font-size:12px}.price{margin:7px 0;font-weight:800}.old{text-decoration:line-through;color:#999;font-size:12px;margin-left:5px}.add{width:100%;padding:10px;border:0;border-radius:8px;background:var(--green);color:#fff;font-weight:700;cursor:pointer}.promo{margin:0 5% 60px;padding:25px 5%;background:#f7d8d0;border-radius:14px;display:flex;align-items:center;justify-content:space-between}.promo strong{font:italic 32px "Playfair Display",serif;color:#9c4b45}.promo b{font:700 24px "Playfair Display",serif}.promo small{display:block;color:#6d625b;margin-top:3px}.footer-grid{background:var(--green);color:#fff;padding:55px 5%;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.5fr;gap:30px}.brand.light{color:#fff}.brand.light .brand-mark{border-color:#fff}.footer-grid h4{margin-top:0}.footer-grid a{display:block;color:#d9e2df;margin:9px 0;font-size:13px}.footer-grid p{color:#c5d1cd;font-size:12px}.newsletter{display:flex}.newsletter input{width:100%;padding:12px;border:0;border-radius:8px 0 0 8px}.newsletter button{border:0;background:var(--gold);color:#fff;padding:0 13px;border-radius:0 8px 8px 0}.copyright{background:#052f28;color:#cbd8d4;padding:15px 5%;font-size:11px}.cart-drawer{position:fixed;right:-430px;top:0;width:420px;height:100vh;background:#fff;z-index:10;padding:25px;box-shadow:-10px 0 30px #0002;transition:.25s;display:flex;flex-direction:column}.cart-drawer.open{right:0}.cart-head{display:flex;justify-content:space-between;align-items:center}.cart-head button{font-size:28px;border:0;background:none}.overlay{display:none;position:fixed;inset:0;background:#0007;z-index:9}.overlay.open{display:block}.cart-row{display:flex;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-row .mini{width:60px;height:60px;border-radius:8px;background:#f1e4d6;display:grid;place-items:center;font-size:25px}.cart-total{margin-top:auto;padding:20px 0;display:flex;justify-content:space-between;font-size:18px}.full{width:100%}@media(max-width:900px){.topbar div,.header-actions{display:none}.header{gap:15px}.brand{min-width:auto}.brand strong{font-size:19px}.search{max-width:none}.nav{overflow:auto}.hero{padding:45px 6%}.hero h1{font-size:42px}.hero-art{display:none}.benefits{grid-template-columns:repeat(2,1fr)}.benefits div{border-bottom:1px solid var(--line)}.category-grid,.products{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.header{height:auto;padding:15px 4%;flex-wrap:wrap}.search{order:3;flex-basis:100%}.nav{padding:0 4%;gap:18px}.nav a{white-space:nowrap}.category-btn{display:none}.benefits{grid-template-columns:1fr}.category-grid,.products{grid-template-columns:1fr}.section{padding:40px 4%}.promo{margin:0 4% 40px;gap:15px;flex-wrap:wrap}.promo strong{font-size:24px}.promo b{font-size:19px}.footer-grid{grid-template-columns:1fr}.cart-drawer{width:100%;right:-100%}}

.product-img img{width:100%;height:100%;object-fit:cover}.mini img{width:100%;height:100%;object-fit:cover;border-radius:8px}
