.category-explore{display:flex;flex-direction:column;align-items:center;padding:var(--space-8) var(--page-pad-mobile);background:var(--bg)}.category-explore__header{max-width:760px;text-align:center;margin-bottom:var(--space-7)}.category-explore__eyebrow{font-family:var(--font-secondary);font-size:var(--fs-eyebrow);font-weight:var(--fw-regular);letter-spacing:var(--ls-button);text-transform:uppercase;color:var(--ink-mute);margin-bottom:var(--space-5)}.category-explore__title{font-family:var(--font-primary);font-size:var(--fs-display-sm);font-weight:var(--fw-thin);line-height:var(--lh-display);color:var(--ink-strong);margin-bottom:var(--space-5)}.category-explore__subtitle{font-family:var(--font-secondary);font-size:var(--fs-body);font-weight:var(--fw-light);line-height:var(--lh-body);color:var(--ink-mute)}.category-explore__grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:var(--space-5);width:100%;max-width:var(--content-max)}.category-explore__item{display:block}.category-card{position:relative;display:block;overflow:hidden;aspect-ratio:3/4;color:#fff;text-decoration:none;isolation:isolate}.category-card__image{object-fit:cover;transform:scale(1.02);transition:transform 1.4s cubic-bezier(.22,1,.36,1);z-index:0;will-change:transform}.category-card:focus-visible .category-card__image,.category-card:hover .category-card__image{transform:scale(1.08)}.category-card__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.45) 45%,rgba(0,0,0,.2) 75%,rgba(0,0,0,.1));transition:background .8s cubic-bezier(.22,1,.36,1)}.category-card:focus-visible .category-card__overlay,.category-card:hover .category-card__overlay{background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.6) 45%,rgba(0,0,0,.35) 80%,rgba(0,0,0,.2))}.category-card__body{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;gap:var(--space-3);padding:var(--space-6) var(--space-5)}.category-card__count{font-family:var(--font-secondary);font-size:var(--fs-eyebrow);font-weight:var(--fw-regular);letter-spacing:var(--ls-button);text-transform:uppercase;color:rgba(255,255,255,.85)}.category-card__title{font-family:var(--font-primary);font-size:28px;font-weight:var(--fw-thin);line-height:1.15;color:#fff;margin:0}.category-card__description-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .8s cubic-bezier(.22,1,.36,1)}.category-card:focus-visible .category-card__description-wrap,.category-card:hover .category-card__description-wrap{grid-template-rows:1fr}.category-card__description{font-family:var(--font-secondary);font-size:var(--fs-body-sm);font-weight:var(--fw-light);line-height:var(--lh-body);color:rgba(255,255,255,.9);margin:0;min-height:0;overflow:hidden;opacity:0;transform:translateY(8px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.category-card:focus-visible .category-card__description,.category-card:hover .category-card__description{opacity:1;transform:translateY(0);transition-delay:.15s}.category-card__cta{display:inline-flex;align-items:center;gap:var(--space-3);margin-top:var(--space-2)}.category-card__cta-text{font-family:var(--font-secondary);font-size:var(--fs-eyebrow);font-weight:var(--fw-medium);letter-spacing:var(--ls-button);text-transform:uppercase;color:#fff}.category-card__cta-line{display:inline-block;width:40px;height:1px;background:rgba(255,255,255,.7);transition:width .7s cubic-bezier(.22,1,.36,1),background .7s cubic-bezier(.22,1,.36,1)}.category-card:focus-visible .category-card__cta-line,.category-card:hover .category-card__cta-line{width:64px;background:#fff}@media (min-width:640px){.category-explore{padding:var(--space-9) var(--page-pad-tablet)}.category-explore__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.category-explore{padding:var(--space-10) var(--page-pad-desktop)}.category-explore__title{font-size:var(--fs-display-md)}.category-explore__grid{grid-template-columns:repeat(3,1fr);gap:var(--space-4)}.category-card__title{font-size:30px}}@media (hover:none){.category-card__description-wrap{grid-template-rows:1fr}.category-card__description{opacity:1;transform:translateY(0)}}