/* ==============================================
   AZUMBA DRONE — Responsive
   ============================================== */

/* ---------- 1024px ---------- */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .footer-about {
        grid-column: span 2;
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-cards {
        grid-template-columns: 1fr;
        max-width: 480px;
    }

    .work-img img {
        height: 340px;
    }

    .work-item.wide .work-img img {
        height: 400px;
    }

    .trust-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 36px;
        max-width: 480px;
    }
}

/* ---------- 768px ---------- */
@media (max-width: 768px) {
    .blog-grid { grid-template-columns: 1fr; max-width: 520px; }
    /* Nav */
    .nav-links { display: none; }
    .nav-toggle { display: block; }

    /* Hero */
    .hero { min-height: 100vh; min-height: 100dvh; }
    .hero h1 { font-size: clamp(2rem, 7vw, 2.8rem); }
    .hero-sub br { display: none; }

    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    /* Trust */
    .trust-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    /* Work grid → single column */
    .work-grid {
        grid-template-columns: 1fr;
    }

    .work-item.wide {
        grid-column: span 1;
    }

    .work-img img,
    .work-item.wide .work-img img {
        height: 280px;
    }

    /* Services */
    .service-main h3 { font-size: 1.15rem; }

    /* Reel */
    .play-circle {
        width: 56px;
        height: 56px;
    }

    .play-triangle {
        border-width: 8px 0 8px 14px;
    }

    /* Process */
    .process-steps {
        grid-template-columns: 1fr;
        gap: 32px;
        max-width: none;
    }

    /* Testimonial */
    .testimonial-mark { font-size: 80px; }
    .testimonial-slide blockquote { font-size: clamp(1rem, 3vw, 1.3rem); }
    .testimonial-slides { min-height: 220px; }

    /* Contact */
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-about {
        grid-column: span 1;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}

/* ---------- 480px ---------- */
@media (max-width: 480px) {
    .location-hero h1, .service-hero h1, .blog-hero h1, .faq-hero h1 { font-size: 1.6rem; }
    .faq-question { font-size: 1rem; }
    .blog-card-body { padding: 20px 16px; }
    .hero h1 { font-size: 1.85rem; }
    .hero-scroll { bottom: 20px; }

    .section-heading { font-size: 1.75rem; margin-bottom: 32px; }

    .work-img img,
    .work-item.wide .work-img img {
        height: 220px;
    }

    .service-row {
        grid-template-columns: 36px 1fr;
    }

    .service-main h3 { font-size: 1.05rem; }

    .service-tags span { font-size: 0.625rem; }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .about-stats strong { font-size: 1.6rem; }

    .about-content h2 { font-size: 1.4rem; }

    .testimonial-mark { font-size: 56px; }

    .clients-track {
        gap: 48px;
    }

    .clients-track span {
        font-size: 0.85rem;
    }

    .price-card {
        padding: 32px 24px;
    }

    .contact-info h2 { font-size: 1.8rem; }

    .trust-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .trust-item strong { font-size: 0.8125rem; }
    .trust-item span { font-size: 0.6875rem; }
}
