:root{
  --ink:#171717;--muted:#6f6f6f;--line:#e9e5e2;--cream:#fbf8f5;--soft:#f4efec;
  --accent:#8f5b67;--accent-dark:#6e3f4b;--white:#fff;--radius:16px;
  --page:1320px;--shadow:0 12px 40px rgba(20,15,15,.08)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:#fff}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit}
.container{width:min(calc(100% - 40px),var(--page));margin:auto}.muted{color:var(--muted)}
.announcement{background:var(--ink);color:#fff;font-size:12px;letter-spacing:.08em;text-align:center;padding:9px}
.header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:20}
.header-top{height:74px;display:grid;grid-template-columns:1fr minmax(280px,560px) 1fr;align-items:center;gap:25px}
.logo{font-size:25px;letter-spacing:.18em;font-weight:700;text-align:center}.logo span{font-weight:400}
.header-icons{display:flex;justify-content:flex-end;gap:20px;font-size:13px}.header-icons a{display:flex;gap:6px;align-items:center}
.search{display:flex;border:1px solid #d9d4d1;border-radius:30px;overflow:hidden;background:#faf9f8}.search input{border:0;background:transparent;padding:12px 16px;outline:0;width:100%;font-size:13px}.search button{border:0;background:transparent;padding:0 16px;cursor:pointer}
.nav{border-top:1px solid #f3f0ee}.nav ul{list-style:none;display:flex;justify-content:center;gap:32px;margin:0;padding:13px 0;font-size:13px}.nav a:hover{color:var(--accent)}
.hero{background:var(--cream);min-height:510px;display:grid;grid-template-columns:1fr 1fr}.hero-copy{display:flex;align-items:center;padding:70px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;color:var(--accent-dark);font-weight:700}.hero h1{font-size:clamp(38px,5vw,68px);line-height:1.02;margin:15px 0;max-width:650px;font-weight:500}.hero p{font-size:16px;line-height:1.7;color:var(--muted);max-width:520px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:#fff;border:1px solid var(--ink);padding:14px 24px;border-radius:3px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-top:18px;cursor:pointer}.btn.light{background:#fff;color:var(--ink)}.hero-media{min-height:510px;background:#e9dfda;display:flex;align-items:center;justify-content:center}.placeholder{width:100%;height:100%;min-height:360px;display:grid;place-items:center;color:#8a7d77;background:linear-gradient(135deg,#f0e8e4,#ddd0ca)}
.section{padding:68px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section h2{font-size:28px;font-weight:500;margin:0}.section-head a{font-size:12px;text-decoration:underline}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{background:var(--soft);padding:24px 14px;text-align:center;border-radius:12px;min-height:150px;display:flex;flex-direction:column;justify-content:center}.category-card strong{font-size:14px}.category-card span{font-size:12px;color:var(--muted);margin-top:7px}
.concerns{background:var(--cream)}.concern-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.concern{min-height:190px;border-radius:14px;padding:24px;display:flex;align-items:end;background:linear-gradient(145deg,#f3e7e1,#d9c8c1)}.concern:nth-child(2){background:linear-gradient(145deg,#eee9dc,#d8d0bd)}.concern:nth-child(3){background:linear-gradient(145deg,#e7edf0,#cdd9dd)}.concern:nth-child(4){background:linear-gradient(145deg,#eee4eb,#d9c7d4)}.concern strong{font-size:18px;font-weight:500}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{position:relative}.product-image{background:#f5f3f1;border-radius:12px;aspect-ratio:1/1.12;overflow:hidden;display:grid;place-items:center}.product-image .placeholder{min-height:0;height:100%}.product-info{padding:13px 2px}.product-vendor{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#8a817d}.product-title{font-size:14px;margin:7px 0;line-height:1.4}.price{font-weight:600;font-size:14px}.compare{color:#999;text-decoration:line-through;font-weight:400;margin-left:5px}.badge{position:absolute;left:10px;top:10px;background:#fff;padding:6px 9px;border-radius:3px;font-size:10px;z-index:2}.quick{position:absolute;right:10px;bottom:82px;width:38px;height:38px;border:0;border-radius:50%;background:#fff;box-shadow:var(--shadow);cursor:pointer;opacity:0;transition:.2s}.product-card:hover .quick{opacity:1}
.brand-strip{display:flex;gap:18px;overflow:auto;padding-bottom:5px}.brand{min-width:180px;border:1px solid var(--line);border-radius:10px;padding:30px;text-align:center;font-weight:600;letter-spacing:.08em;font-size:12px}
.offer{background:var(--ink);color:#fff;padding:55px;text-align:center;border-radius:18px}.offer h2{font-size:34px;font-weight:500;margin:8px}.offer p{color:#cfcaca}.offer .btn{background:#fff;color:var(--ink);border-color:#fff}
.trust{background:var(--cream)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.trust-item{text-align:center;padding:20px}.trust-icon{font-size:25px}.trust-item strong{display:block;margin:10px 0 5px;font-size:13px}.trust-item span{font-size:12px;color:var(--muted)}
.footer{background:#171717;color:#fff;padding:55px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:45px}.footer h3{font-size:13px;margin:0 0 18px}.footer p,.footer a{font-size:12px;color:#bbb;line-height:1.8}.footer ul{list-style:none;margin:0;padding:0}.copyright{border-top:1px solid #333;margin-top:35px;padding-top:20px;color:#888;font-size:11px}
.cart-drawer{position:fixed;right:-430px;top:0;width:min(430px,100%);height:100vh;background:#fff;z-index:50;box-shadow:-10px 0 40px rgba(0,0,0,.15);transition:.3s;padding:25px}.cart-drawer.open{right:0}.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:18px}.drawer-close{border:0;background:none;font-size:25px;cursor:pointer}.drawer-body{padding:25px 0}.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:45;display:none}.cart-overlay.show{display:block}
.collection-head{padding:55px 0 30px;background:var(--cream);text-align:center}.collection-head h1{font-size:40px;font-weight:500;margin:0 0 10px}.collection-head p{color:var(--muted)}
.product-page{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;padding:55px 0}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.gallery .placeholder{aspect-ratio:1/1.15;min-height:0}.product-detail h1{font-size:34px;font-weight:500;margin:8px 0 15px}.product-detail .price{font-size:20px}.product-detail .description{color:var(--muted);line-height:1.7;font-size:14px;margin:25px 0}.qty{display:flex;border:1px solid var(--line);width:max-content;margin-top:18px}.qty button,.qty input{border:0;background:#fff;width:40px;height:44px;text-align:center}.qty input{width:55px}.add{width:100%;margin-top:15px}
@media(max-width:900px){.header-top{grid-template-columns:1fr auto;height:64px}.header-top .search{grid-column:1/-1;order:3}.header-top{height:auto;padding:12px 0 58px}.logo{text-align:left}.header-icons{gap:12px}.nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:50px 25px}.hero-media{min-height:340px}.category-grid{grid-template-columns:repeat(3,1fr)}.concern-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr);gap:15px}.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.product-page{grid-template-columns:1fr;gap:30px;padding:30px 0}.container{width:min(calc(100% - 28px),var(--page))}}
@media(max-width:520px){.header-icons a span{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}.section{padding:45px 0}.section h2{font-size:23px}.concern-grid{grid-template-columns:1fr 1fr}.product-detail h1{font-size:27px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}}
