.gallery-hero{height:350px;color:var(--white);text-align:center;background-image:url(https://images.unsplash.com/photo-1510681916233-314f497f3301?q=80&w=1920&auto=format&fit=crop);background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:inset 0 0 0 2000px #06112c80}.gallery-hero-subtitle{font-size:14px;font-family:var(--font-body);margin-bottom:10px;text-decoration:underline}.gallery-hero-title{letter-spacing:1px;font-size:48px;font-weight:800}.gallery-section{background-color:var(--white);padding:80px 0}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.gallery-item{cursor:pointer;border-radius:8px;height:400px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.05)}.gallery-overlay{background:linear-gradient(#0000,#000c);justify-content:center;align-items:flex-end;width:100%;height:50%;padding:20px;display:flex;position:absolute;bottom:0;left:0}.gallery-text{color:var(--white);font-size:20px;font-family:var(--font-heading);font-weight:700}@media (width<=992px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.gallery-grid{grid-template-columns:1fr}}
