.gallery-section{margin-block:4rem}.gallery-section .section{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.gallery-section__item{aspect-ratio:1;background:none;background-color:#eee;border:none;cursor:zoom-in;display:block;overflow:hidden;padding:0;width:100%}.gallery-section__item img{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.gallery-section__item:focus-within img,.gallery-section__item:hover img{transform:scale(1.05)}.gallery-section [data-gallery].is-batched-gallery.is-transitioning{pointer-events:none}.gallery-section [data-gallery].is-batched-gallery .gallery-section__item{opacity:0;transition-delay:var(--projects-delay,0s);transition-duration:.44s;transition-property:opacity,transform,filter;transition-timing-function:cubic-bezier(.22,1,.36,1)}.gallery-section [data-gallery].is-batched-gallery .gallery-section__item.is-entering,.gallery-section [data-gallery].is-batched-gallery .gallery-section__item.is-leaving{will-change:opacity,transform,filter}.gallery-section [data-gallery].is-batched-gallery .gallery-section__item.is-entering:not(.is-visible),.gallery-section [data-gallery].is-batched-gallery .gallery-section__item.is-leaving{pointer-events:none}.gallery-section [data-gallery].is-batched-gallery .gallery-section__item.is-leaving{filter:blur(7px);opacity:0;transform:translate3d(0,14px,0) scale(.97)}.gallery-section [data-gallery].is-batched-gallery .gallery-section__item.is-entering{filter:blur(9px);opacity:0;transform:translate3d(0,20px,0) scale(.95)}.gallery-section [data-gallery].is-batched-gallery .gallery-section__item.is-visible{filter:blur(0);opacity:1;transform:translateZ(0) scale(1)}.page-projects .gallery-section{margin-top:1rem}.page-projects [data-scroll-to]{scroll-margin-top:var(--page-top)}.page-projects__filters{backdrop-filter:blur(4px);background-color:hsla(0,0%,100%,.9);padding-block:1rem;position:sticky;top:calc(var(--page-top));z-index:1}.page-projects__filters-inner{display:flex;flex-wrap:wrap;gap:.375rem;justify-content:center}@media (max-width:1360px){.gallery-section{margin-block:3.5rem}}@media (max-width:64rem){.gallery-section{margin-block:2.5rem}}