.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-gallery-gap);padding:var(--spacing-gallery-padding) var(--spacing-gallery-padding-x)}.gallery a{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:var(--border-radius);transition:box-shadow .3s ease}.gallery a img{width:100%;height:100%;object-fit:cover;border-radius:var(--border-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);transform:none!important;transition:filter .3s ease;display:block}.gallery a:hover{box-shadow:0 16px 36px rgba(0,0,0,.22)}.gallery a:hover img{filter:brightness(1.05)}.gallery a:nth-child(2){margin-top:var(--spacing-quinconce-2)}.gallery a:nth-child(3){margin-top:var(--spacing-quinconce-3)}.gallery a:nth-child(4){margin-top:var(--spacing-quinconce-4)}header p{margin-bottom:var(--spacing-text-to-gallery)}header+.gallery{margin-top:0}@media (max-width:1024px){.gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.gallery{grid-template-columns:1fr}.gallery a:nth-child(n){margin-top:0}.gallery a:first-child img{height:var(--gallery-first-img-height-mobile)}}
