.home-caricatures { width: 100%; padding: 20px 50px; margin: 30px 0; }
.hc-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.hc-title { color: #ffc107; font-size: 1.4rem; font-weight: 600; margin: 0; }
.hc-nav { display: flex; align-items: center; gap: 8px; }
.hc-arrow { width: 38px; height: 38px; border-radius: 50%; background: #ffc107; color: #000; border: none; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 6px 18px rgba(0,0,0,0.25); }
.hc-arrow i { font-size: 16px; }
.hc-arrow:disabled { opacity: .5; cursor: not-allowed; }
.home-caricature-swiper { overflow: visible; }
.home-caricature-swiper .swiper-slide { width: auto; }
/* unified in style.css: .hc-show-all shares styles with .show-all-btn */

