/* ==========================================================================
   Gallery - Responsive
   ========================================================================== */

@media (max-width: 1024px) {
    .sslp-gallery { padding: 4rem 0; }
    .sslp-gallery__container { padding: 0 1.5rem; }
    
    .sslp-gallery--layout-carousel .sslp-gallery__carousel-wrapper { padding: 0 2.5rem; }
    .sslp-gallery--layout-carousel .sslp-gallery__item { flex: 0 0 calc((100% - 1.5rem) / 2); }
    
    .sslp-gallery__grid--cols-4 { grid-template-columns: repeat(3, 1fr); }
    .sslp-gallery__title-main { font-size: 2rem; }
    .sslp-gallery__carousel-btn { width: 40px; height: 40px; }
}

@media (max-width: 768px) {
    .sslp-gallery { padding: 3rem 0; }
    .sslp-gallery__container { padding: 0 1rem; }
    .sslp-gallery__header { margin-bottom: 2rem; }
    .sslp-gallery__title-main { font-size: 1.5rem; }
    .sslp-gallery .sslp-section__subtitle { font-size: 0.9rem; }
    
    /* Carrossel mobile */
    .sslp-gallery--layout-carousel .sslp-gallery__carousel-wrapper { padding: 0; }
    .sslp-gallery--layout-carousel .sslp-gallery__item { flex: 0 0 85%; min-width: 0; }
    .sslp-gallery__carousel-track { padding-left: 1rem; gap: 1rem; }
    .sslp-gallery__carousel-btn { display: none; }
    .sslp-gallery__carousel-dots { margin-top: 1.5rem; }
    
    /* Grid */
    .sslp-gallery__grid { gap: 1rem; }
    .sslp-gallery__grid--cols-4,
    .sslp-gallery__grid--cols-3 { grid-template-columns: repeat(2, 1fr); }
    
    /* Item */
    .sslp-gallery__item { border-radius: 0.75rem; }
    .sslp-gallery__item:hover { transform: none; }
    
    /* Overlay sempre visível no mobile */
    .sslp-gallery__overlay { opacity: 1; background: rgba(0,0,0,0.3); }
    .sslp-gallery__zoom { width: 50px; height: 50px; transform: scale(1); }
    
    /* Info */
    .sslp-gallery__info { padding: 1rem; }
    .sslp-gallery__category { font-size: 0.6rem; padding: 0.2rem 0.5rem; }
    .sslp-gallery__item-title { font-size: 0.85rem; }
    
    /* Footer */
    .sslp-gallery__footer { margin-top: 2rem; }
    .sslp-gallery__footer .sslp-btn { width: 100%; justify-content: center; }
    
    /* Lightbox */
    .sslp-gallery-lightbox__prev,
    .sslp-gallery-lightbox__next { width: 40px; height: 40px; font-size: 1.5rem; }
    .sslp-gallery-lightbox__close { top: 0.5rem; right: 0.5rem; width: 40px; height: 40px; }
}

@media (max-width: 480px) {
    .sslp-gallery__grid--cols-4,
    .sslp-gallery__grid--cols-3,
    .sslp-gallery__grid--cols-2 { grid-template-columns: 1fr; }
    
    .sslp-gallery--layout-carousel .sslp-gallery__item { flex: 0 0 92%; }
}
