.category-showcase{overflow:hidden;position:relative;background:var(--color-background)}.category-showcase__header{margin-bottom:4rem;position:relative;text-align:center}.category-showcase__subtitle{padding:0;font-size:1.2rem;font-weight:400;margin-bottom:1rem;color:#c9a962;text-transform:uppercase;position:relative;letter-spacing:.25em;display:inline-block}.category-showcase__subtitle:after,.category-showcase__subtitle:before{display:none}.category-showcase__title{font-size:clamp(2.4rem,5vw,4rem);font-weight:300;color:var(--color-foreground);position:relative;letter-spacing:.25em;margin:0 0 1.5rem;display:inline-block}.category-showcase__title .title-decoration{height:1px;transform:translate(-50%);position:absolute;bottom:-.5rem;border-radius:0;background:#c9a962;left:50%;width:4rem}.category-showcase__description{font-size:1.5rem;color:#0009;max-width:50rem;margin:0 auto;line-height:1.6}.category-showcase__grid{grid-template-columns:repeat(var(--columns-mobile,2),1fr);gap:1.5rem;display:grid}@media screen and (min-width:750px){.category-showcase__grid{grid-template-columns:repeat(var(--columns,4),1fr);gap:2rem}}.category-showcase__grid--featured{grid-template-columns:1fr}@media screen and (min-width:750px){.category-showcase__grid--featured{grid-template-columns:repeat(var(--columns,4),1fr)}.category-showcase__grid--featured .category-card:first-child{grid-column:span 2;grid-row:span 2}}.category-showcase__grid--masonry .category-card:nth-child(3n+1){grid-row:span 1}@media screen and (min-width:750px){.category-showcase__grid--masonry .category-card:nth-child(3n+1){grid-row:span 2}}.category-showcase__grid--alternating .category-card:nth-child(odd){transform:translateY(0)}@media screen and (min-width:750px){.category-showcase__grid--alternating .category-card:nth-child(2n){transform:translateY(2rem)}}.category-card{overflow:hidden;position:relative;opacity:1;border-radius:0;background:#000}@keyframes cardFadeIn{0%{opacity:1}to{opacity:1}}.category-card--featured{border-radius:0}.category-card__link{height:100%;text-decoration:none;color:inherit;display:block}.category-card__media{overflow:hidden;position:relative;aspect-ratio:4/5}@media screen and (min-width:750px){.category-card__media{aspect-ratio:3/4}.category-showcase__grid--featured .category-card:first-child .category-card__media{height:100%;min-height:500px;aspect-ratio:auto}}.category-card__image{height:100%;transition:transform .4s ease,opacity .2s ease;object-fit:cover;width:100%}.category-card:hover .category-card__image{transform:scale(1.01);opacity:.9}.category-card__overlay{right:0;position:absolute;bottom:0;top:0;background:linear-gradient(180deg,transparent,transparent 40%,rgba(0,0,0,.7));left:0}.category-card__glow{display:none}.category-card__placeholder{height:100%;justify-content:center;align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);width:100%;display:flex}.category-card__placeholder svg{height:60px;color:#ffffff4d;width:60px}.category-card__content{transform:translateY(4px);padding:2rem;right:0;color:#fff;transition:transform .15s ease;position:absolute;bottom:0;left:0;z-index:2}.category-card:hover .category-card__content{transform:translateY(0)}@media screen and (min-width:750px){.category-card__content{padding:2.5rem}.category-showcase__grid--featured .category-card:first-child .category-card__content{padding:3rem}}.category-card__icon{font-size:2.4rem;margin-bottom:.8rem;display:inline-block}.category-card__title{font-size:1.8rem;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.5);margin:0 0 .5rem;line-height:1.2}@media screen and (min-width:750px){.category-card__title{font-size:2rem}.category-showcase__grid--featured .category-card:first-child .category-card__title{font-size:2.8rem}}.category-card__desc{font-size:1.3rem;color:#ffffffd9;transition:opacity .15s ease;opacity:0;margin:0 0 .8rem;line-height:1.4}.category-card:hover .category-card__desc{opacity:1}.category-card__count{font-size:1.2rem;margin-bottom:1rem;color:#ffffffb3;gap:.3rem;align-items:center;display:inline-flex}.category-card__count .count-number{font-weight:600;color:#c9a962}.category-card__cta{padding:.8rem 0;font-size:1.3rem;font-weight:500;color:#fff;transition:opacity .15s ease;position:relative;opacity:0;gap:.6rem;align-items:center;display:inline-flex}.category-card:hover .category-card__cta{opacity:1}.category-card__cta:after{height:1px;transform:scaleX(0);transition:transform .2s ease;content:"";position:absolute;bottom:0;transform-origin:left;background:#c9a962;left:0;width:100%}.category-card:hover .category-card__cta:after{transform:scaleX(1)}.category-card__cta svg{height:18px;width:18px}.category-card__badge{padding:.5rem 1.2rem;font-size:1.1rem;font-weight:500;right:1.5rem;color:#000;text-transform:uppercase;position:absolute;letter-spacing:.1em;top:1.5rem;border-radius:0;background:#c9a962;z-index:3}.category-showcase__footer{text-align:center;margin-top:4rem}.category-showcase__view-all{padding:1.4rem 3rem;font-size:1.4rem;border:1px solid #000;text-decoration:none;font-weight:400;color:#000;transition:opacity .2s ease;letter-spacing:.15em;gap:1rem;align-items:center;border-radius:0;background:transparent;display:inline-flex}.category-showcase__view-all:hover{opacity:.6}.category-showcase__view-all svg{height:20px;width:20px}@media (prefers-color-scheme:dark){.category-showcase__description{color:#fff9}}@media (prefers-reduced-motion:reduce){.category-card,.category-card__content,.category-card__cta,.category-card__desc,.category-card__glow,.category-card__icon,.category-card__image{animation:none;transition:none}.category-card{transform:none;opacity:1}}@media screen and (max-width:749px){.category-showcase__header{margin-bottom:2.5rem}.category-showcase__subtitle{padding:0 1.5rem;font-size:1.1rem}.category-showcase__subtitle:after,.category-showcase__subtitle:before{width:2rem}.category-showcase__description{font-size:1.4rem}.category-card__content{padding:1.5rem}.category-card__icon{font-size:2rem}.category-card__title{font-size:1.5rem}.category-card__cta,.category-card__desc{display:none}.category-card__badge{padding:.4rem 1rem;font-size:1rem;right:1rem;top:1rem}.category-showcase__footer{margin-top:2.5rem}.category-showcase__view-all{padding:1.2rem 2.5rem;font-size:1.3rem}}