.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:1.5rem;display:grid}.gallery-link{border-radius:var(--radius-lg);border:1px solid var(--border-color);cursor:pointer;background:linear-gradient(135deg,#f5f7fa 0%,#e8eef7 100%);height:300px;transition:all .4s cubic-bezier(.34,1.56,.64,1);animation:.6s both scaleInFade;display:block;overflow:hidden;box-shadow:0 1px 3px #0000000d,0 10px 25px #00000014}.gallery-link:first-child{animation-delay:.1s}.gallery-link:nth-child(2){animation-delay:.15s}.gallery-link:nth-child(3){animation-delay:.2s}.gallery-link:nth-child(4){animation-delay:.25s}.gallery-link:nth-child(5){animation-delay:.3s}.gallery-link:nth-child(6){animation-delay:.35s}.gallery-link:hover{border-color:var(--primary-color);transform:translateY(-12px)scale(1.02);box-shadow:0 20px 60px #06c3}.gallery-image{object-fit:cover;border-radius:inherit;width:100%;height:100%;transition:transform .5s cubic-bezier(.34,1.56,.64,1);display:block}.gallery-link:hover .gallery-image{transform:scale(1.1)}@media (max-width:1000px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.gallery-link{height:260px}}@media (max-width:640px){.gallery-grid{grid-template-columns:1fr;gap:1rem}.gallery-link{height:240px}}
