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