/* Media Queries for Gothic Cathedral Theme */

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

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

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

    .section.head h1 {
        font-size: 2.25rem;
        letter-spacing: 0.05em;
    }

    .section.head p {
        padding: 1.5rem;
        font-size: 1.1rem;
    }

    .section {
        padding: 3rem 0;
    }

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

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

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

    .site-nav a {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        border: none;
        border-bottom: 1px solid var(--stone-light);
    }

    .site-nav li:last-child a {
        border-right: none;
    }

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

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

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

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

    .section.head p::first-letter {
        font-size: 2.5rem;
    }

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