
:root{--gold:#b9935a;--dark:#111;--light:#f8f6f3}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Inter,sans-serif;background:#fff;color:#222}
h1,h2{font-family:"Playfair Display",serif}
header{position:fixed;top:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 8%;color:#fff;transition:.4s;z-index:10}
header.scrolled{background:#fff;color:#111;box-shadow:0 8px 20px rgba(0,0,0,.08)}
nav a{margin:0 14px;color:inherit;text-decoration:none}
.btn{padding:12px 24px;border:1px solid var(--gold);color:inherit}
.hero{height:100vh;background:url('https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?auto=format&fit=crop&w=1600&q=80') center/cover;position:relative;display:grid;place-items:center}
.overlay{position:absolute;inset:0;background:rgba(0,0,0,.35)}
.hero-content{position:relative;text-align:center;color:#fff;max-width:700px;padding:20px}
.hero h1{font-size:68px;margin:16px 0}
.eyebrow{letter-spacing:4px;text-transform:uppercase}
.split{display:grid;grid-template-columns:1fr 1fr;min-height:70vh}
.split .image{background:url('https://images.unsplash.com/photo-1556228578-8c89e6adf883?auto=format&fit=crop&w=1200&q=80') center/cover}
.split .text{display:flex;flex-direction:column;justify-content:center;padding:80px}
.products{padding:100px 8%;background:var(--light)}
.products h2{text-align:center;margin-bottom:50px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.card{background:#fff;padding:20px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:.3s}
.card:hover{transform:translateY(-8px)}
.ph{height:300px;background:linear-gradient(135deg,#eee,#ddd)}
.story,.newsletter{padding:100px 8%;text-align:center}
.newsletter input{padding:14px;width:320px;max-width:90%}
.newsletter button{padding:14px 24px;background:var(--gold);border:none;color:#fff}
footer{text-align:center;padding:30px}
@media(max-width:768px){
header nav{display:none}
.hero h1{font-size:42px}
.split,.grid{grid-template-columns:1fr}
}
