/* Media Queries for Origami Paper Theme */

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

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

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

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

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

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

    .section {
        padding: 3rem 0;
    }

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

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

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

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

    .footer-links ul {
        align-items: center;
    }

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

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

    .section.head h1::first-letter {
        font-size: 2.8rem;
        float: none;
        display: block;
        margin-bottom: 0.5rem;
    }

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

    .site-logo a::before {
        display: none;
    }
}
