/* ==================================================
   MÍRAME 360° - Responsive rules
   ================================================== */

@media (max-width: 1199.98px) {
    :root {
        --section-space: 4.5rem;
    }

    /* Navbar compacta en escritorios medianos (evita que los ítems se golpeen) */
    .nav-link {
        padding: 0.4rem 0.65rem;
        font-size: 0.72rem;
        letter-spacing: 0.09em;
    }

    .custom-navbar .btn {
        padding: 0.75rem 0.9rem;
        font-size: 0.68rem;
        margin-left: 0.65rem !important;
    }

    .brand-name {
        font-size: 1.15rem;
    }

    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .album-swiper.featured .swiper-slide {
        height: 480px;
    }
}

@media (max-width: 991.98px) {
    .custom-navbar {
        background: rgba(0, 0, 0, 0.95);
        border-bottom: 1px solid var(--white-10);
    }

    .brand-logo-img {
        height: 4rem;
    }

    .footer-logo .brand-logo-img {
        height: 6.5rem;
    }

    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .album-swiper.featured .swiper-slide {
        width: min(320px, 58vw);
    }

    .navbar-collapse {
        padding: 1rem 0 0.25rem;
    }

    .navbar-nav {
        align-items: stretch !important;
        gap: 0.25rem;
        padding: 0.75rem 0;
    }

    .nav-link {
        padding: 0.6rem 1rem;
    }

    .custom-navbar .btn {
        width: 100%;
        margin: 0.35rem 0 0;
    }

    .hero {
        padding-top: 7rem;
    }

    .hero .min-vh-100,
    .event-hero .min-vh-100 {
        min-height: auto !important;
        padding: 4rem 0 5rem;
    }

    .section-heading.text-start {
        max-width: 45rem;
        margin: 0 auto 2.5rem;
        text-align: center !important;
    }

    .benefit-panel {
        max-width: 44rem;
        margin: 0 auto;
    }

    .cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    :root {
        --section-space: 3.5rem;
    }

    body {
        line-height: 1.65;
    }

    .section-heading {
        margin-bottom: 2.5rem;
    }

    .hero-actions,
    .footer-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .footer-signature {
        flex-direction: column;
        text-align: center;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .benefit-panel,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card.wide {
        grid-column: auto;
    }

    .service-card,
    .process-card,
    .contact-form,
    .contact-info {
        padding: 1.35rem;
    }

    .album-swiper.featured .swiper-slide {
        height: 420px;
    }

    .album-swiper.compact .swiper-slide {
        height: 300px;
    }

    .album-swiper.compact.fotos .swiper-slide {
        width: 300px;
        height: 430px;
    }

    .contact-whatsapp {
        min-height: 18rem;
    }

    .cta-panel {
        border-radius: 1.25rem;
    }

    .event-hero {
        padding-top: 8rem;
        min-height: 50vh;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-right: 1.15rem;
        padding-left: 1.15rem;
    }

    .brand-logo {
        font-size: 1.15rem;
    }

    .brand-mark {
        width: 2.2rem;
        height: 2.2rem;
    }

    .brand-logo-img {
        height: 3.4rem;
    }

    .footer-logo .brand-logo-img {
        height: 5rem;
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .eyebrow {
        max-width: 100%;
        font-size: 0.66rem;
    }

    .album-swiper {
        padding-bottom: 3rem;
    }

    .album-swiper.featured .swiper-slide {
        width: min(270px, 62vw);
        height: 400px;
    }

    .album-swiper.compact.fotos .swiper-slide {
        width: 260px;
        height: 380px;
    }

    .album-tabs {
        margin-bottom: 2.5rem;
    }

    .album-tab {
        min-width: 11.5rem;
    }

    .album-tab img {
        width: 3rem;
        height: 3rem;
    }

    .album-description {
        font-size: 0.95rem;
    }

    .album-title {
        font-size: 1.05rem;
    }

    .plan-card {
        padding: 1.75rem 1.25rem;
    }

    .plan-price strong {
        font-size: 1.6rem;
    }

    .instagram-frame {
        height: 520px;
    }

    .contact-whatsapp {
        min-height: auto;
        padding: 2rem 1.5rem;
    }

    .contact-whatsapp .btn-lg {
        width: 100%;
    }

    .whatsapp-button {
        right: 1rem;
        bottom: 1rem;
        width: 3.4rem;
        height: 3.4rem;
        font-size: 1.4rem;
    }

    .venue-media {
        height: 12rem;
    }

    #venue-map {
        height: 22rem;
    }
}

@media (max-width: 379.98px) {
    .hero-title .hero-line {
        font-size: clamp(2.5rem, 10vw, 3rem);
    }

    .album-swiper.featured .swiper-slide {
        width: min(240px, 64vw);
        height: 340px;
    }

    .album-swiper.compact.fotos .swiper-slide {
        width: 240px;
        height: 340px;
    }

    .cta-panel {
        padding: 1.75rem 1.25rem;
    }
}
