/* ============================================
   RESPONSIVE OVERRIDES — Mobile-First
   ============================================ */

/* ===== LARGE TABLETS & BELOW (≤992px) ===== */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .section-padding {
        padding: 60px 0;
    }
    .page-header {
        padding: 40px 0 35px;
    }
    .page-header-title {
        font-size: 2rem;
    }
    .filter-sidebar {
        position: static;
        margin-bottom: 24px;
    }
    .product-info {
        padding-left: 0;
    }
    .gallery-main img {
        height: 350px;
    }
    .cta-content h2 {
        font-size: 1.8rem;
    }
    .footer-main {
        padding: 40px 0 30px;
    }
}

/* ===== TABLETS (≤768px) ===== */
@media (max-width: 767.98px) {
    .hero-section {
        min-height: 75vh;
    }
    .min-vh-80 {
        min-height: 65vh;
    }
    .hero-title {
        font-size: 2rem;
    }
    .hero-subtitle {
        font-size: 0.95rem;
    }
    .hero-actions {
        flex-direction: column;
        gap: 12px;
    }
    .hero-btn {
        padding: 14px 28px;
        font-size: 0.92rem;
        width: 100%;
        text-align: center;
    }
    .hero-badge {
        font-size: 0.72rem;
        padding: 6px 16px;
    }
    .hero-scroll-indicator {
        display: none;
    }
    .section-title {
        font-size: 1.6rem;
    }
    .section-padding {
        padding: 48px 0;
    }
    .page-header-title {
        font-size: 1.7rem;
    }
    .category-card-img {
        height: 180px;
    }
    .product-card-img {
        height: 200px;
    }
    .product-toolbar {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
    .about-preview-visual {
        gap: 12px;
    }
    .visual-card {
        padding: 20px 16px;
    }
    .visual-card i {
        font-size: 1.6rem;
    }
    .gallery-main img {
        height: 280px;
    }
    .product-detail-title {
        font-size: 1.5rem;
    }
    .product-actions {
        flex-direction: column;
    }
    .product-actions .btn {
        width: 100%;
    }
    .enquiry-form-wrapper,
    .contact-form-wrapper {
        padding: 24px;
    }
    .stat-number {
        font-size: 2rem;
    }
    .stat-suffix {
        font-size: 1.4rem;
    }
    .testimonial-card {
        padding: 24px 12px;
    }
    .testimonial-quote {
        font-size: 1rem;
    }
    .cta-section {
        padding: 50px 0;
    }
    .cta-content h2 {
        font-size: 1.5rem;
    }
    .cta-actions {
        flex-direction: column;
        gap: 12px;
    }
    .cta-actions .btn {
        width: 100%;
    }
    .whatsapp-float {
        width: 52px;
        height: 52px;
        font-size: 1.5rem;
        bottom: 20px;
        right: 20px;
    }
    .whatsapp-tooltip {
        display: none;
    }
    .back-to-top {
        bottom: 80px;
        right: 22px;
        width: 38px;
        height: 38px;
    }
    .brand-text {
        font-size: 1rem;
    }
    .navbar-logo {
        width: 36px !important;
        height: 36px !important;
    }
    .btn-nav-cta {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
}

/* ===== SMALL PHONES (≤480px) ===== */
@media (max-width: 480px) {
    .hero-title {
        font-size: 1.65rem;
    }
    .section-title {
        font-size: 1.4rem;
    }
    .stat-number {
        font-size: 1.6rem;
    }
    .stat-suffix {
        font-size: 1.1rem;
    }
    .stat-label {
        font-size: 0.78rem;
    }
    .about-preview-visual {
        grid-template-columns: 1fr;
    }
    .about-image-grid {
        grid-template-columns: 1fr;
    }
    .gallery-main img {
        height: 220px;
    }
    .gallery-thumb {
        width: 60px;
        height: 60px;
    }
    .product-detail-placeholder {
        height: 220px;
    }
    .why-card {
        padding: 24px 20px;
    }
    .vm-card {
        padding: 28px 20px;
    }
}

/* ===== LARGE DESKTOPS (≥1400px) ===== */
@media (min-width: 1400px) {
    .hero-title {
        font-size: 4rem;
    }
    .hero-subtitle {
        font-size: 1.25rem;
        max-width: 600px;
    }
    .section-title {
        font-size: 2.5rem;
    }
}
