/* Media Queries - Lavender Fields Theme */

@media (max-width: 1024px) {
    .site-nav ul {
        gap: 2rem;
    }

    .section header h2::before,
    .section header h2::after {
        display: none;
    }
}

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

    .section.head {
        padding: 4.5rem 0;
    }

    .section.head h1 {
        font-size: 2.5rem;
    }

    .section.head::before {
        font-size: 2rem;
    }

    .section {
        padding: 3.5rem 0;
    }

    .section header h2 {
        font-size: 2rem;
    }

    .header-inner {
        gap: 0.75rem;
    }

    .site-logo a {
        font-size: 1.75rem;
        letter-spacing: 0.1em;
    }

    .site-nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem 2rem;
    }

    .footer-columns {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    .footer-about {
        max-width: 100%;
    }

    .footer-links ul {
        justify-content: center;
        gap: 1.25rem;
    }
}

@media (max-width: 480px) {
    .section.head h1 {
        font-size: 2rem;
    }

    .section header h2 {
        font-size: 1.75rem;
    }

    .site-logo a {
        font-size: 1.5rem;
    }

    .site-nav a {
        font-size: 0.9rem;
    }

    .site-nav ul {
        gap: 0.75rem 1.5rem;
    }

    .section.head p::before,
    .section.head p::after {
        display: none;
    }
}
