/* Media Queries for Cottage Core Theme */

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

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

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

    .section.head h1::first-letter {
        font-size: 3.5rem;
    }

    .section.head::before {
        font-size: 1.25rem;
        letter-spacing: 0.5rem;
    }

    .section {
        padding: 3rem 0;
    }

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

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

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

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

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

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

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

    .section.head p::before {
        font-size: 2.5rem;
        top: 0;
    }
}

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

    .section.head p {
        padding: 1.5rem;
    }

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

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