@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap');
body{margin:0;font-family:'Playfair Display',serif;background:#000;color:#d4af37}
.hero{background:url(images/luxury-collage.png) center/cover no-repeat;height:100vh}
.overlay{background:rgba(0,0,0,.75);height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px}
h1{max-width:900px}
p{max-width:800px}
.btn-gold{margin-top:30px;padding:15px 50px;border:1px solid #d4af37;color:#d4af37;text-decoration:none}
.grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;height:100vh}
.grid img{width:100%;height:100%;object-fit:cover;filter:brightness(.9)}
.lux-form{max-width:500px;margin:10vh auto;display:flex;flex-direction:column;gap:15px}
input,textarea{background:#000;border:1px solid #d4af37;color:#d4af37;padding:12px}
