
body{margin:0;background:#0b0b0b;color:#f4f0e6;font-family:Inter,sans-serif}
.hero{display:flex;align-items:center;justify-content:space-between;padding:6rem 8%;gap:40px}
.hero-image img{max-height:80vh}
h1,h3,h4{font-family:Cinzel,serif}.eyebrow{color:#c7a35d}.btn{background:#c7a35d;color:#111;padding:12px 20px;text-decoration:none}
.section,.contact{padding:4rem 8%;text-align:center}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:0 8% 4rem}
.card{border:1px solid #444;padding:20px}
