.gallery-page{padding-bottom:88px}.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.photo-grid figure{margin:0;border-radius:var(--r-lg);overflow:hidden;position:relative;aspect-ratio:1;background:var(--cream)}.photo-grid figure:nth-child(3n+1){aspect-ratio:.86}.photo-grid img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.photo-grid figcaption{position:absolute;inset:auto 0 0;padding:25px 14px 12px;color:#fff;font-size:11px;letter-spacing:.12em;text-transform:uppercase;background:linear-gradient(transparent,rgba(0,0,0,.66));opacity:0;transition:.25s}.photo-grid figure:hover img{transform:scale(1.06)}.photo-grid figure:hover figcaption{opacity:1}.gallery-page__cta{display:flex;justify-content:center;gap:12px;margin:38px 0 0}@media(max-width:800px){.photo-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:520px){.photo-grid{grid-template-columns:repeat(2,1fr);gap:9px}.gallery-page__cta{flex-direction:column;align-items:center}}
