.gallery-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:clamp(1rem,2.5vw,1.75rem);margin-top:2rem;display:grid}.gallery-grid-item{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:4/3;transition:transform var(--transition-normal), box-shadow var(--transition-normal);background:linear-gradient(135deg,#fdf4ffe6 0%,#e0f2fee6 100%);border:1px solid #8b5cf62e;position:relative;overflow:hidden}.gallery-grid-item:hover{transform:translateY(-4px);box-shadow:0 16px 32px #4338ca2e}.gallery-grid-image{object-fit:cover;object-position:center}@media (max-width:992px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid-item:last-child{grid-column:1/-1;justify-self:center;width:100%;max-width:min(100%,520px)}}@media (max-width:576px){.gallery-grid{grid-template-columns:1fr;gap:1.25rem}.gallery-grid-item:last-child{grid-column:auto;max-width:none}}
