.category-grid{display:grid;gap:.625rem;grid-template-columns:repeat(4,1fr);margin:0}@media (max-width:1024px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.category-grid{grid-template-columns:1fr}}.category-grid-wrapper{margin:0 auto;max-width:100%;width:100%}.category-card{border:none;cursor:pointer;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.category-card:hover{box-shadow:0 12px 24px rgba(0,0,0,.35);transform:translateY(-.25rem);z-index:10}.category-link{color:#fff;display:block;height:100%;text-decoration:none}.category-link.is-disabled{cursor:default;opacity:.9}.category-content{align-items:center;aspect-ratio:2/3.5;background-image:var(--bg-image);background-position:50%;background-size:cover;display:flex;justify-content:center;overflow:hidden;position:relative;text-align:center;width:100%}.category-content:after{background-image:var(--bg-image);background-position:50%;background-repeat:no-repeat;background-size:cover;transform:scale(1);transition:transform .6s ease-in-out;z-index:0}.category-content:after,.category-content:before{content:"";inset:0;pointer-events:none;position:absolute}.category-content:before{background-color:rgba(0,0,0,.5);opacity:1;transition:opacity .4s ease;z-index:1}.category-card:hover .category-content:after{transform:scale(1.08)}.category-card:hover .category-content:before{opacity:0}.category-text{position:relative;z-index:2}.category-text,.hover-highlight{align-items:center;display:flex;flex-direction:column;width:100%}.hover-highlight{background:transparent;border-radius:0;gap:clamp(.25rem,1vw,.5rem);padding-block:clamp(.75rem,2.5vw,1.25rem);transition:background-color .25s ease,color .25s ease}.hover-highlight h3{color:#fff;font-family:Bahnschrift,Helvetica,sans-serif!important;font-size:clamp(1.125rem,4.2vw,2.375rem);font-weight:700;letter-spacing:clamp(.125rem,.6vw,.3125rem);line-height:1.12;margin:0;text-align:center;text-transform:uppercase}.category-card .arrow{color:#fff}.category-card .arrow svg{height:clamp(1.125rem,3.5vw,1.5rem);width:clamp(1.125rem,3.5vw,1.5rem)}.category-card:hover .hover-highlight{background:#f7f6f5}.category-card:hover .hover-highlight .arrow,.category-card:hover .hover-highlight h3{color:#272423}.category-card:hover .arrow.arrow--down svg,.category-card:hover .arrow.arrow--left svg,.category-card:hover .arrow.arrow--right svg,.category-card:hover .arrow.arrow--up svg{transform:none}@media (max-width:640px){.category-content{aspect-ratio:1/1}.category-content:before{background-color:rgba(0,0,0,.6)}}@media (hover:none) and (pointer:coarse){.category-card:hover .category-content:after{transform:none}.category-card:hover .category-content:before{opacity:1}.category-card:hover .hover-highlight{background:transparent}.category-card:hover .hover-highlight .arrow,.category-card:hover .hover-highlight h3{color:#fff}.category-card:active .hover-highlight{background:#f7f6f5}.category-card:active .hover-highlight .arrow,.category-card:active .hover-highlight h3{color:#272423}}@media (max-width:640px){.category-card.active .category-content:after{transform:scale(1.08)}.category-card.active .category-content:before{opacity:0}.category-card.active .hover-highlight{background:#f7f6f5}.category-card.active .hover-highlight .arrow,.category-card.active .hover-highlight h3{color:#272423}}