body {font-family:'Playfair Display',serif;background:#f9f7f4;color:#2b1b10;margin:0;}
header,footer{padding:1.5rem 3rem;background:#fff;border-bottom:1px solid #e5e0dc;}
nav a{margin:0 1rem;color:#2b1b10;text-decoration:none;font-weight:500;}
.hero{background:url('{{ 'hero-image.jpg' | asset_url }}') center/cover no-repeat;height:90vh;display:flex;justify-content:center;align-items:center;color:white;text-align:center;}
.hero-overlay h2{background:rgba(43,27,16,0.6);padding:1rem 2rem;border-radius:8px;font-size:3rem;}
.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;}
.product-card{background:#fff;border:1px solid #e5e0dc;border-radius:10px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,0.1);}
.product-card img{width:100%;height:280px;object-fit:cover;}
.newsletter{background:#2b1b10;color:#fff;text-align:center;padding:3rem 10%;}
.newsletter input{padding:1rem;width:250px;border:none;border-radius:5px;margin-right:1rem;}
.newsletter button{background:#a87c4f;color:#fff;padding:1rem 1.5rem;border:none;border-radius:5px;cursor:pointer;}