.gallerySection{padding:8rem 2rem 5rem}.galleryContainer{max-width:72rem;margin:0 auto}.galleryTitle{text-align:center;margin-bottom:3rem;font-size:3.75rem;font-weight:700}@media (min-width:768px){.galleryTitle{font-size:6rem}}.galleryGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.galleryGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.galleryGrid{grid-template-columns:repeat(3,1fr)}}.galleryItem{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#ffffff1a;border:1px solid #fff3;border-radius:1.5rem;transition:background-color .3s;overflow:hidden}.galleryItem:hover{background-color:#fff3}.galleryImagePlaceholder{background-color:#fff3;height:16rem}
