*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#1d1d1f;background:#f7f5f1}a{text-decoration:none;color:inherit}button{font:inherit}.wrap{width:min(1120px,calc(100% - 36px));margin:auto}.site-header{background:#fff;border-bottom:1px solid #e5e2dc;position:sticky;top:0;z-index:20}.nav{height:74px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:1.15rem;font-weight:800}.nav nav{display:flex;align-items:center;gap:24px}.nav nav a{font-size:.95rem;color:#545454}.cart-button,.primary-button,.add-button,.checkout-button{border:0;border-radius:8px;cursor:pointer}.cart-button{background:#222;color:#fff;padding:10px 15px}.hero{padding:80px 0;background:#ece8df}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.hero h1{font-size:clamp(2.6rem,6vw,5rem);line-height:1;letter-spacing:-.045em;margin:12px 0 20px}.hero-text{font-size:1.1rem;line-height:1.7;color:#5e5e5e;max-width:600px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:800;color:#806d4a}.primary-button{display:inline-block;margin-top:16px;background:#1f1f1f;color:#fff;padding:15px 20px}.hero img{width:100%;border-radius:18px;box-shadow:0 25px 55px rgba(0,0,0,.14)}.section{padding:86px 0}.section-heading{max-width:650px;margin-bottom:36px}.section-heading h2,.feature-section h2{font-size:clamp(2rem,4vw,3.2rem);margin:8px 0 12px}.section-heading p,.feature-section p{color:#666;line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card{background:#fff;border:1px solid #e4e0d8;border-radius:14px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.05)}.product-card img{width:100%;display:block;aspect-ratio:16/9;object-fit:cover}.product-content{padding:22px}.tag{display:inline-block;font-size:.75rem;font-weight:800;background:#eee9df;padding:6px 9px;border-radius:999px}.product-content h3{font-size:1.35rem;margin:14px 0 8px}.product-content p{color:#666;line-height:1.6}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:22px}.add-button{background:#272727;color:#fff;padding:11px 15px}.add-button.added{background:#786846}.feature-section{padding:75px 0;background:#242321;color:#fff}.feature-section p{color:#c9c5bd}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.feature-list{display:grid;gap:14px}.feature-list div{display:flex;gap:18px;align-items:center;background:#302f2c;padding:18px;border-radius:10px}.feature-list strong{color:#d7c49b}.cart-drawer{position:fixed;right:-420px;top:0;width:min(390px,92vw);height:100vh;background:#fff;z-index:40;transition:.25s;padding:22px;display:flex;flex-direction:column}.cart-drawer.open{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:14px}.cart-header button{border:0;background:none;font-size:2rem;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:16px 0}.cart-item{display:flex;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid #eee}.cart-item small{display:block;color:#777;margin-top:4px}.remove-button{border:0;background:none;color:#9a3b30;cursor:pointer}.cart-footer{border-top:1px solid #eee;padding-top:18px}.total-row{display:flex;justify-content:space-between;margin-bottom:14px}.checkout-button{width:100%;background:#222;color:#fff;padding:14px}.cart-footer p{text-align:center;color:#777;font-size:.84rem}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);opacity:0;pointer-events:none;z-index:30;transition:.25s}.overlay.show{opacity:1;pointer-events:auto}footer{background:#fff;border-top:1px solid #e5e2dc;padding:28px 0;color:#666;font-size:.9rem}@media(max-width:800px){.hero-grid,.feature-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.nav nav a{display:none}.hero{padding:55px 0}}