/* Media Queries - Coastal Breeze Theme */

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

    .site-nav a {
        padding: 0.5rem 1rem;
    }
}

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

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

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

    .section.head::before,
    .section.head::after {
        height: 50px;
    }

    .section {
        padding: 3.5rem 0;
    }

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

    .header-inner {
        flex-direction: column;
        gap: 1rem;
    }

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

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

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

    .footer::before {
        height: 40px;
        margin-top: -39px;
    }

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

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

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

    .footer-links a {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
}

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

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

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

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

    .site-nav a {
        font-size: 0.85rem;
        padding: 0.45rem 0.75rem;
    }
}
