.explore-squares-grid{grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:640px){.explore-squares-grid{grid-template-columns:repeat(4,1fr)}}.explore-square{aspect-ratio:1;text-decoration:none;display:block;position:relative;overflow:hidden}.explore-square-img{object-fit:cover;width:100%;height:100%;transition:transform .55s;display:block}.explore-square:hover .explore-square-img{transform:scale(1.07)}.explore-square-overlay{background:linear-gradient(#0000 0%,#0f26221f 45%,#0f2622c7 100%);align-items:flex-end;padding:clamp(12px,2.5vw,22px);transition:background .35s;display:flex;position:absolute;inset:0}.explore-square:hover .explore-square-overlay{background:linear-gradient(#0000 0%,#0f262240 40%,#0f2622e0 100%)}.explore-square-label{color:var(--cream);font-family:TAN-MEMORIES,serif;font-size:clamp(.72rem,2vw,1rem);line-height:1.2}
