:root{
--bg:#1A1A1A; /* deep espresso */
--bg-alt:#2B2B2B; /* warm charcoal */
--text:#F5F5F5; /* soft ivory */
--muted:#BDBDBD;
--accent:#D4AF37; /* gold */
}
html,body{background:var(--bg); color:var(--text);}
a{color:var(--accent);} a:hover{color:#c19c2d;}
.btn-accent{background:var(--accent); color:#111; border:0;}
.btn-accent:hover{background:#c19c2d; color:#111;}
.navbar{background:rgba(26,26,26,.8); backdrop-filter:saturate(180%) blur(6px);}
.hero{min-height:80vh; display:grid; place-items:center; background:linear-gradient(180deg, rgba(26,26,26,.2), rgba(26,26,26,.8)), url('https://images.unsplash.com/photo-1535469420026-4f1a1c8c5f39?q=80&w=1600&auto=format&fit=crop'); background-size:cover; background-position:center;}
.hero h1{font-family:'Playfair Display', ui-serif, Georgia, serif; font-weight:700; letter-spacing:.3px;}
.section-title{font-family:'Playfair Display', ui-serif, Georgia, serif; font-weight:700;}
.card{background:var(--bg-alt); border:1px solid #333;}
.badge-soft{background:rgba(212,175,55,.15); color:var(--accent); border:1px solid rgba(212,175,55,.35);}
.footer{border-top:1px solid #333;}
.rating{color:var(--accent);}
.shadow-soft{box-shadow:0 10px 30px rgba(0,0,0,.35);}