/* ===================================
   LARYOH FASHION - MOBILE FOOTER
   =================================== */

@media (max-width: 768px) {
    footer {
        padding: 3rem 5% 1.5rem !important;
    }

    .footer-content {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2rem 1.5rem !important;
        text-align: left !important;
    }

    .footer-brand {
        grid-column: 1 / -1 !important;
        margin-bottom: 0.5rem !important;
        text-align: center !important;
    }

    .footer-brand h2 {
        font-size: 1.4rem !important;
        margin-bottom: 0.8rem !important;
    }

    .footer-brand p {
        margin: 0 auto !important;
        font-size: 0.85rem !important;
        max-width: 100% !important;
        color: #9ca3af !important;
    }

    .footer-links h3 {
        font-size: 0.95rem !important;
        margin-bottom: 1rem !important;
        letter-spacing: 0.5px !important;
        text-transform: uppercase !important;
        color: #f3f4f6 !important;
    }

    .footer-links ul li {
        margin-bottom: 0.6rem !important;
    }

    .footer-links a {
        font-size: 0.85rem !important;
    }

    /* Third column (Contact) should also be side by side or full width if needed */
    /* Making the 3rd link column (Contact) span full width if it's the 3rd item in a 2-col grid */
    .footer-links:nth-child(4) {
        grid-column: 1 / -1 !important;
        border-top: 1px solid #262626 !important;
        padding-top: 1.5rem !important;
        margin-top: 0.5rem !important;
    }

    .contact-info-item {
        justify-content: flex-start !important;
        font-size: 0.85rem !important;
        margin-bottom: 0.8rem !important;
        gap: 0.8rem !important;
    }

    .footer-bottom {
        flex-direction: column !important;
        align-items: center !important;
        gap: 1.2rem !important;
        padding-top: 1.5rem !important;
        text-align: center !important;
    }

    .copyright {
        font-size: 0.8rem !important;
        order: 2 !important;
    }

    .social-links {
        order: 1 !important;
        display: flex !important;
        gap: 1.5rem !important;
    }

    .social-links a {
        font-size: 1.2rem !important;
    }
}
