body{margin:0;font-family:Arial,sans-serif;background:#111;color:#eee;line-height:1.6}
.hero{padding:80px 20px;text-align:center;background:#222}
h1,h2{color:#d4af37}section{max-width:1000px;margin:auto;padding:30px 20px}
.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:15px}
.gallery img{width:100%;height:220px;object-fit:cover;background:#333}
.btn{display:inline-block;padding:10px 18px;background:#d4af37;color:#111;text-decoration:none;border-radius:6px}
footer{text-align:center;padding:20px;background:#000}
