.categories-section{position:relative;overflow:hidden}.categories-header{margin-bottom:3rem}.categories-title{margin-bottom:.5rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.categories-subtitle{opacity:.9;max-width:600px;font-size:clamp(1rem,2vw,1.25rem)}.categories-grid{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;grid-template-columns:repeat(auto-fill,minmax(160px,max-content));justify-content:start;gap:2.5rem;padding-left:0;display:grid;overflow-x:auto}.categories-card{flex-direction:column;align-items:center;gap:1rem;display:flex}.categories-image-wrapper{border-radius:50%;width:150px;height:150px;transition:transform .3s;overflow:hidden}.categories-image{object-fit:cover;width:100%;height:100%}.categories-name{text-align:center;margin-top:.5rem;font-size:1.1rem;font-weight:400}@media (max-width:1440px){.categories-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.5rem;padding:1rem 0;display:flex;overflow-x:auto}.categories-card{scroll-snap-align:center;min-width:140px}.categories-image-wrapper{width:120px;height:120px}.categories-grid::-webkit-scrollbar{display:none}}@media (max-width:768px){.categories-grid{scrollbar-width:none;scroll-snap-type:x mandatory}.categories-card{scroll-snap-align:center}}
