.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.gallery-item{aspect-ratio:4/3;border:1px solid var(--border);background-color:var(--surface-dark);border-radius:8px;width:100%;overflow:hidden}.gallery-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover .gallery-image{transform:scale(1.05)}
