/* Media Queries for Vintage Paper Theme */

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

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

    body {
        font-size: 16px;
    }

    .site-header {
        padding: 1.5rem 0 1rem;
    }

    .site-header::before {
        width: 80%;
    }

    .site-logo a {
        font-size: 2rem;
        letter-spacing: 4px;
    }

    .site-logo a:hover {
        letter-spacing: 6px;
    }

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

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

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

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

    .section.head p {
        font-size: 1rem;
    }

    .section {
        padding: 3rem 0;
    }

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

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

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

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

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

@media (max-width: 480px) {
    .site-logo a {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }

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

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

    .site-nav ul {
        gap: 1rem;
    }
}
