.home-categories{padding:80px 24px;overflow:hidden;background:#ffffff}.container{max-width:1280px;margin:0 auto}.section-title{font-size:24px;font-weight:600;margin-bottom:40px;color:#111827;text-align:center}.category-swiper{position:relative}.category-swiper:after{position:absolute;top:0;right:0;bottom:0;z-index:2;width:clamp(28px,4.5vw,58px);background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.72));content:"";opacity:1;pointer-events:none;transition:opacity .2s ease}.category-swiper--end:after{opacity:0}.category-card{display:block;text-decoration:none;background:#ffffff;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb;transition:all .3s ease}.category-card:hover{transform:translateY(-6px);box-shadow:0 14px 32px rgba(0,0,0,.08)}.category-image{width:100%;aspect-ratio:1/1;overflow:hidden}.category-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover img{transform:scale(1.05)}.category-name{padding:16px;font-size:15px;font-weight:600;color:#111827;text-align:center}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width:1024px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.category-grid{display:flex;overflow-x:auto;gap:16px;padding-bottom:10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.category-grid::-webkit-scrollbar{display:none}.category-card{min-width:70%;flex:0 0 auto;scroll-snap-align:start}}