
body{margin:0;background:#08111f;color:#fff;font-family:Arial}
.hero{height:80vh;background-size:cover;background-position:center}
.shade{height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 8%;
background:rgba(0,0,0,.55)}
.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;padding:20px}
img{width:100%;height:240px;object-fit:cover;border-radius:12px}
h2{text-align:center}
