*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:#151515;background:#f7f6f2}header{height:72px;background:#f7f6f2;display:flex;align-items:center;justify-content:space-between;padding:0 5%;position:sticky;top:0;z-index:10;border-bottom:1px solid #e6e3dc}.logo{font-weight:700;letter-spacing:2px;text-decoration:none;color:#111;font-size:18px}.logo span{font-weight:400;margin-left:5px}nav{display:flex;gap:28px}nav a{color:#333;text-decoration:none;font-size:14px}.cart-btn{border:0;background:none;font:inherit;cursor:pointer}.hero{min-height:620px;padding:10% 8%;display:flex;align-items:center;background:linear-gradient(90deg,rgba(20,20,20,.7),rgba(20,20,20,.08)),url('https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?auto=format&fit=crop&w=1800&q=85') center/cover}.hero>div{max-width:620px;color:white}.eyebrow{letter-spacing:2px;font-size:11px;font-weight:700;margin:0 0 16px}.hero h1,h2{font-family:'Playfair Display',serif}.hero h1{font-size:clamp(52px,8vw,100px);line-height:.95;margin:0 0 24px}.hero h1 em{font-weight:400}.hero-copy{font-size:18px;max-width:440px;line-height:1.6;margin-bottom:32px}.primary{display:inline-block;background:white;color:#111;padding:15px 25px;text-decoration:none;font-weight:700}.features{background:#171717;color:white;display:flex;justify-content:space-around;padding:18px;text-align:center;font-size:11px;letter-spacing:1px}.shop{padding:90px 6%}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px}.section-head h2,.about h2,.newsletter h2{font-size:clamp(38px,5vw,58px);margin:0}.section-head select{padding:12px;border:1px solid #ccc;background:#fff}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{background:white}.product img{width:100%;height:360px;object-fit:cover;display:block}.product-info{padding:16px}.product-info h3{font-size:15px;margin:0 0 8px}.product-bottom{display:flex;justify-content:space-between;align-items:center}.product-bottom button{background:#171717;color:white;border:0;padding:9px 12px;cursor:pointer}.about{display:grid;grid-template-columns:1fr 1fr;background:#e9e5dc;min-height:520px}.about-image{background:url('https://images.unsplash.com/photo-1490481651871-ab68de25d43d?auto=format&fit=crop&w=1000&q=85') center/cover}.about>div:last-child{padding:12%;align-self:center}.about p:not(.eyebrow){line-height:1.8;color:#555}.text-link{color:#111;font-weight:700;text-decoration:none}.newsletter{text-align:center;padding:90px 20px}.newsletter h2{margin-bottom:25px}.newsletter input{padding:15px;width:min(350px,60vw);border:1px solid #bbb}.newsletter button{padding:16px 25px;border:0;background:#111;color:white;font-weight:700}footer{background:#151515;color:#ddd;padding:40px 6%;display:flex;justify-content:space-between;align-items:center;font-size:13px}.cart{position:fixed;right:-440px;top:0;width:min(420px,100%);height:100vh;background:#fff;z-index:30;padding:25px;transition:.3s;box-shadow:-5px 0 20px #0002}.cart.open{right:0}.cart-head{display:flex;justify-content:space-between;border-bottom:1px solid #ddd;padding-bottom:15px}.cart-head button{font-size:28px;border:0;background:none;cursor:pointer}.cart-item{display:flex;gap:12px;padding:15px 0;border-bottom:1px solid #eee}.cart-item img{width:65px;height:80px;object-fit:cover}.cart-total{margin-top:20px;display:flex;justify-content:space-between;font-size:18px}.checkout{width:100%;padding:16px;background:#111;color:white;border:0;margin-top:20px;font-weight:700;cursor:pointer}.checkout-note{text-align:center;font-size:11px;color:#777}#overlay{display:none;position:fixed;inset:0;background:#0007;z-index:20}#overlay.show{display:block}@media(max-width:800px){nav{display:none}.grid{grid-template-columns:repeat(2,1fr);gap:12px}.product img{height:250px}.about{grid-template-columns:1fr}.about-image{height:350px}.features{font-size:9px;gap:8px}.shop{padding:60px 5%}footer{flex-direction:column;gap:10px;text-align:center}}