@media (max-width: 1024px) {
    .contact-dashboard {
        gap: 40px;
    }

    .contact-cards-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .contact-split {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .contact-right-column {
        min-width: 0;
    }

    .contact-map-full {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    /* Hide hero product showcase on mobile */
    .hero-product-showcase {
        display: none;
    }

    .hero {
        padding: 140px 24px 80px;
    }

    .hero-bg-slider .hero-bg-slide,
    .page-header-bg .ph-bg-slide {
        background-position: right center !important;
    }

    .hero-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .feature-tabs {
        overflow-x: auto;
        justify-content: center;
        width: 100%;
        border-radius: var(--radius-sm);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .feature-tabs::-webkit-scrollbar {
        display: none;
    }

    .feature-tab {
        padding: 10px 18px;
        font-size: 12.5px;
    }

    .stats-grid {
        flex-wrap: wrap;
        gap: 32px;
        justify-content: center;
    }

    .stat-item {
        flex: 1 1 40%;
        min-width: 140px;
        padding: 0 10px;
    }

    .stat-item+.stat-item {
        border-left: none;
    }

    .stat-number {
        font-size: 36px;
    }

    .footer-row-links {
        gap: 15px;
    }

    .section {
        padding: 80px 0;
    }

    /* Forms / Calculator Mobile layout */
    .delivery-options {
        grid-template-columns: 1fr;
    }

    .panel-footer {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
        text-align: center;
    }

    .order-tabs {
        flex-direction: column;
    }

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

    .contact-map {
        min-height: 350px;
    }

    .contact-section .section-header {
        margin-bottom: 36px;
    }

    .contact-dashboard {
        gap: 32px;
    }

    .contact-cards-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact-split {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-card {
        gap: 14px;
        padding: 20px;
        border-radius: 16px;
    }

    .contact-card .cc-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .cc-text {
        min-width: 0;
    }

    .cc-text h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .cc-text p,
    .cc-text a {
        font-size: 13px;
        line-height: 1.5;
        overflow-wrap: anywhere;
    }

    .split-title {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .hours-table {
        border-spacing: 0 7px;
    }

    .hours-table td {
        padding: 14px 16px;
        font-size: 13px;
        line-height: 1.35;
    }

    .hours-table tr.active-day td:first-child {
        padding-left: 30px;
    }

    .departments-box {
        margin-top: 24px;
        padding: 20px;
        border-radius: 16px;
    }

    .departments-box h4 {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .departments-box li {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        font-size: 13px;
    }

    .departments-box a {
        overflow-wrap: anywhere;
    }

    .contact-right-column {
        gap: 18px !important;
        min-width: 0;
    }

    .contact-form-container {
        padding: 24px 18px;
        border-radius: 16px;
    }

    .contact-form .form-group {
        margin-bottom: 16px;
    }

    .contact-form label {
        font-size: 13px;
    }

    .contact-form input,
    .contact-form textarea {
        min-height: 46px;
        padding: 12px 14px;
        font-size: 14px;
        border-radius: 12px;
    }

    .contact-form textarea {
        min-height: 120px;
    }

    .btn-submit-form {
        min-height: 48px;
        justify-content: center;
    }

    .contact-map-full {
        height: 320px;
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 12px;
    }

    .trusted-logos {
        gap: 12px;
        justify-content: center;
    }

    .contact-section[style] {
        padding-top: 28px !important;
    }

    .contact-dashboard {
        gap: 28px;
    }

    .contact-card {
        padding: 18px 16px;
    }

    .contact-card .cc-icon {
        width: 40px;
        height: 40px;
    }

    .contact-card .cc-icon svg {
        width: 20px;
        height: 20px;
    }

    .hours-table td {
        padding: 13px 12px;
        font-size: 12.5px;
    }

    .hours-table td:last-child {
        white-space: nowrap;
    }

    .contact-form-container,
    .departments-box {
        padding: 18px 16px;
    }

    .contact-map-full {
        height: 280px;
    }
}

@media (max-width: 430px) {
    .contact-card {
        align-items: flex-start;
    }

    .split-title {
        font-size: 20px;
    }

    .hours-table {
        border-spacing: 0 6px;
    }

    .hours-table td:first-child {
        width: 52%;
    }
}

@media (max-width: 400px) {
    .hero {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contact-card {
        gap: 12px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 13.5px;
    }
}

@media (max-width: 389px) {
    .container {
        padding: 0 16px;
    }

    .hero h1 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .hero-desc {
        font-size: 14.5px;
    }

    .section-title {
        font-size: 26px;
    }

    .product-image-wrapper {
        width: 220px;
        height: 330px;
    }

    .hero-product-showcase {
        min-height: 360px;
    }

    .glass-badge {
        padding: 6px 10px;
        gap: 6px;
    }

    .glass-badge .badge-icon {
        width: 24px;
        height: 24px;
    }

    .glass-badge .badge-icon svg {
        width: 12px;
        height: 12px;
    }

    .glass-badge .badge-title {
        font-size: 7px;
    }

    .glass-badge .badge-value {
        font-size: 10px;
    }

    .glass-badge.badge-left {
        left: 0;
        bottom: 10%;
    }

    .glass-badge.badge-right-top {
        right: 0;
        top: 8%;
    }

    .glass-badge.badge-right-bottom {
        right: 0;
        bottom: 12%;
    }

    .stats-grid {
        flex-direction: column;
        gap: 32px;
    }

    .stat-item {
        text-align: center;
        width: 100%;
        flex: 1 1 100%;
    }

    .feature-tab {
        padding: 8px 12px;
        font-size: 11.5px;
    }

    .nav-links {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-socials {
        gap: 2px;
    }

    .footer-socials a {
        width: 30px;
        height: 30px;
    }

    .contact-card {
        padding: 16px 14px;
    }

    .contact-card .cc-icon {
        width: 38px;
        height: 38px;
    }

    .hours-table td {
        padding: 12px 10px;
        font-size: 12px;
    }

    .hours-table tr.active-day td:first-child {
        padding-left: 24px;
    }

    .hours-table tr.active-day td:first-child::before {
        left: 9px;
        width: 6px;
        height: 6px;
    }

    .contact-map-full {
        height: 250px;
    }
}

@media (max-width: 321px) {
    .contact-dashboard {
        gap: 24px;
    }

    .contact-card {
        padding: 14px 12px;
        border-radius: 14px;
    }

    .contact-card .cc-icon {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .contact-card .cc-icon svg {
        width: 18px;
        height: 18px;
    }

    .cc-text h4 {
        font-size: 14px;
    }

    .cc-text p,
    .cc-text a {
        font-size: 12px;
    }

    .split-title {
        font-size: 18px;
    }

    .hours-table td {
        display: block;
        width: 100%;
        padding: 10px 12px;
        text-align: left;
    }

    .hours-table td:first-child,
    .hours-table td:last-child {
        border: 1px solid var(--border-subtle);
        border-radius: 12px 12px 0 0;
    }

    .hours-table td:last-child {
        border-top: none;
        border-radius: 0 0 12px 12px;
        text-align: left;
    }

    .hours-table tr.active-day td:first-child {
        padding-left: 28px;
    }

    .contact-form-container,
    .departments-box {
        padding: 16px 14px;
    }

    .contact-map-full {
        height: 220px;
    }
}
