
body{margin:0;background:#090909;color:#eee;font-family:Arial,sans-serif}
.hero{height:100vh;background:url('images/Dancer.png') center/cover no-repeat;display:flex;align-items:center}
.overlay{background:linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.1));padding:8%;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}
h1{font-size:72px;margin:0;font-family:Georgia,serif}
h2{font-family:Georgia,serif}
section{max-width:1200px;margin:auto;padding:60px 24px}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}
.grid img{width:100%;border-radius:6px}
iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:8px}
footer{text-align:center;padding:40px;color:#bbb}
a.btn{display:inline-block;border:1px solid #fff;color:#fff;padding:12px 24px;text-decoration:none;margin-top:24px}
