*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#211d1d;background:#f9f6f2}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;background:#f9f6f2;position:sticky;top:0;z-index:10;border-bottom:1px solid #e8e0d8}.logo{font-family:Georgia,serif;font-size:22px;letter-spacing:3px;color:#211d1d;text-decoration:none}.logo span{font-style:italic;font-weight:400}nav{display:flex;gap:32px}nav a{color:#211d1d;text-decoration:none;font-size:14px}.cart-btn{border:0;background:none;cursor:pointer;font-size:14px}.cart-btn span{background:#211d1d;color:white;border-radius:50%;padding:4px 7px;margin-left:4px}.hero{min-height:78vh;background:linear-gradient(90deg,rgba(28,20,20,.58),rgba(28,20,20,.08)),url('https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1800&q=85') center/cover;display:flex;align-items:center;padding:8%;color:white}.hero-copy{max-width:600px}.eyebrow{font-size:11px;letter-spacing:3px;font-weight:bold;margin-bottom:18px}.hero h1{font:normal 64px/1.02 Georgia,serif;margin:0 0 20px}.hero h1 em{font-style:italic}.hero p:not(.eyebrow){font-size:17px;line-height:1.7;max-width:500px}.button{display:inline-block;margin-top:18px;padding:15px 24px;background:white;color:#211d1d;text-decoration:none;font-size:13px;font-weight:bold}.shop{padding:90px 6%}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-head h2,.about h2,.contact h2{font:normal 42px Georgia,serif;margin:0}.section-head>p{font-size:13px;color:#766d67}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{background:white}.product-img{height:360px;background:#e9e1d9;display:flex;align-items:center;justify-content:center;color:#9b8f86;font-size:12px;letter-spacing:2px}.product-info{padding:18px}.product-info h3{font:normal 17px Georgia,serif;margin:0 0 9px}.product-info p{margin:0 0 14px;color:#6e625b}.product-info button{border:0;border-bottom:1px solid #211d1d;background:none;padding:0 0 3px;cursor:pointer}.about{padding:90px 12%;background:#eee7df;display:grid;grid-template-columns:1fr 1fr;gap:80px}.about p:last-child{line-height:1.8;color:#5f5752}.contact{text-align:center;padding:100px 6%}.contact h2{margin-bottom:20px}.contact p:last-child{color:#655d57}.cart{position:fixed;right:-390px;top:0;width:360px;height:100vh;background:white;z-index:20;padding:35px;box-shadow:-10px 0 30px #0001;transition:.3s}.cart.open{right:0}.close{float:right;border:0;background:none;font-size:28px;cursor:pointer}.cart h2{font:normal 32px Georgia,serif}.cart-item{display:flex;justify-content:space-between;border-bottom:1px solid #eee;padding:15px 0;font-size:14px}.total{margin-top:25px;font-weight:bold}.checkout{width:100%;margin-top:20px;padding:15px;border:0;background:#211d1d;color:white;cursor:pointer}footer{text-align:center;padding:30px;background:#211d1d;color:white;font-size:12px}@media(max-width:800px){nav{display:none}.hero h1{font-size:48px}.products{grid-template-columns:repeat(2,1fr)}.product-img{height:280px}.about{grid-template-columns:1fr;gap:20px;padding:70px 8%}}@media(max-width:500px){.products{grid-template-columns:1fr}.product-img{height:360px}.hero{min-height:70vh}.cart{width:100%;right:-100%}}
