/**
 * Propresent — Responsive
 */

@media (max-width: 1199px) {
    .projects-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-v2__top { grid-template-columns: 1fr 1fr; }
    .bento-item--span-4 { grid-column: span 6; }
    .bento-item--span-8 { grid-column: span 12; }
}

@media (max-width: 991px) {
    .nav-v2__menu,
    .nav-v2__cta-desktop { display: none; }

    .nav-v2__burger { display: flex; }

    .section-v2__grid { grid-template-columns: 1fr; }
    .section-v2__visual { aspect-ratio: 16/10; max-height: 400px; }

    .stats-row { grid-template-columns: repeat(2, 1fr); }
    .projects-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }

    .gallery-immersive { grid-template-columns: repeat(2, 1fr); }
    .gallery-immersive__item:nth-child(1) { grid-row: span 1; aspect-ratio: 1; }

    .bento-grid { grid-template-columns: 1fr; }
    .bento-item--span-4,
    .bento-item--span-6,
    .bento-item--span-8 { grid-column: span 1; }

    .footer-v2__top { grid-template-columns: 1fr; gap: var(--space-lg); }
    .footer-v2__bottom { flex-direction: column; gap: 0.5rem; text-align: center; }

    .hero-v2__title {
        font-size: clamp(2rem, 8vw, 3.25rem);
        max-width: 100%;
        line-height: 1.12;
    }
    .hero-v2__subtitle { max-width: 100%; }
    .hero-v2__scroll { display: none; }
}

@media (max-width: 575px) {
    .stats-row { grid-template-columns: 1fr 1fr; }
    .hero-v2__actions { flex-direction: column; }
    .hero-v2__actions .btn-premium { justify-content: center; }
    .gallery-immersive { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .marquee__track { animation: none; }
}
