.categories{background:#f3f3f3;padding:4.75rem 1.5rem}.categories--page{background:var(--color-bg-page);flex:1;padding:3.25rem 1.5rem 4.75rem}.categories__inner{max-width:1320px;margin:0 auto}.categories__top{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2.4rem;display:flex}.categories__intro{max-width:38rem}.categories__eyebrow{font-size:.78rem;font-weight:var(--fw-bold);letter-spacing:.14em;text-transform:uppercase;color:var(--color-theme);margin:0}.categories__heading{font-size:clamp(1.8rem,3.2vw,2.55rem);font-weight:var(--fw-extrabold);letter-spacing:-.035em;color:var(--color-heading);margin:.55rem 0 0;line-height:1.12}.categories__subtitle{color:var(--color-text-secondary);margin:.85rem 0 0;font-size:1.02rem;line-height:1.6}.categories__see-all{font-size:.98rem;font-weight:var(--fw-bold);color:var(--color-theme);white-space:nowrap;align-items:center;gap:.2rem;margin-bottom:.15rem;transition:color .2s,transform .2s;display:inline-flex}.categories__see-all:hover{color:var(--color-theme-hover);transform:translate(2px)}.categories__grid{gap:1.25rem;display:grid}.categories--preview .categories__grid{grid-template-columns:repeat(6,minmax(0,1fr))}.categories--page .categories__grid{grid-template-columns:repeat(auto-fill,minmax(168px,1fr))}.categories__card{text-align:center;cursor:pointer;width:100%;font:inherit;color:inherit;background:#fff;border:none;border-radius:22px;flex-direction:column;padding:0;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 10px 28px #16161e14}.categories__card:hover{transform:translateY(-5px);box-shadow:0 18px 36px #16161e1f}.categories__card--skeleton{pointer-events:none;background:linear-gradient(90deg,#ececec 25%,#f5f5f5 50%,#ececec 75%) 0 0/200% 100%;min-height:220px;animation:1.2s ease-in-out infinite categoriesPulse}.categories__card-visual{aspect-ratio:1;background:#fff;position:relative;overflow:hidden}.categories__card-img{object-fit:contain;object-position:center;transition:transform .25s}.categories__card:hover .categories__card-img{transform:scale(1.05)}.categories__card-fallback{font-size:1.6rem;font-weight:var(--fw-extrabold);color:var(--color-theme);background:#f5f5f5;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.categories__card-body{background:#fff;padding:.9rem .75rem 1rem}.categories__card-title{font-size:clamp(.95rem,1.3vw,1.1rem);font-weight:var(--fw-semibold);color:var(--color-heading);margin:0;line-height:1.25}.categories__message{background:var(--color-surface-muted);color:var(--color-text-subtle);text-align:center;border-radius:14px;margin:0;padding:1.2rem 1.35rem;font-size:.95rem}@keyframes categoriesPulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1180px){.categories--preview .categories__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:960px){.categories__top{flex-direction:column;align-items:flex-start;gap:1rem}.categories--preview .categories__grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;padding-bottom:.35rem;display:flex;overflow-x:auto}.categories--preview .categories__grid::-webkit-scrollbar{display:none}.categories--preview .categories__card{scroll-snap-align:start;flex:0 0 min(42vw,180px)}}@media (max-width:700px){.categories{padding:3.25rem 1rem}.categories--page .categories__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (max-width:480px){.categories--preview .categories__card{flex-basis:min(72vw,200px)}}
