.category-mosaic{flex-wrap:wrap;width:100%;display:flex}.mosaic-item{aspect-ratio:3/4;cursor:pointer;width:50%;position:relative;overflow:hidden}@media (min-width:768px){.mosaic-item{width:25%}}.mosaic-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.2,1,.3,1)}.mosaic-item:hover .mosaic-img{transform:scale(1.1)}.mosaic-overlay{z-index:2;background:linear-gradient(#0000,#000c);width:100%;padding:24px;position:absolute;bottom:0;left:0}.mosaic-title{font-family:var(--font-serif);color:var(--color-text-light);font-size:1.5rem;transition:transform .3s;transform:translateY(10px)}.mosaic-item:hover .mosaic-title{transform:translateY(0)}
