.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;padding-bottom:5rem;display:grid}.gallery-item{cursor:pointer;background-position:50%;background-size:cover;border:1px solid #33415540;border-radius:12px;height:250px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #00000080}.gallery-item:hover{border-color:var(--neon-cyan);transform:scale(1.05)translateY(-5px);box-shadow:0 15px 40px #64748b33}@media (max-width:1024px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding-bottom:3rem}.gallery-item{height:200px}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr;max-width:350px;margin:0 auto}.gallery-item{height:220px}}
