/* Media Queries - Brutalist Raw Theme */

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

    .header-inner {
        flex-direction: column;
    }

    .site-logo {
        width: 100%;
        justify-content: center;
        padding: 1rem;
    }

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

    .site-nav li {
        border-left: none;
        border-top: 2px solid var(--brutal-charcoal);
    }

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

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

    .section.head .container {
        padding: 4rem 1rem;
    }

    .section {
        padding: 4rem 0;
    }

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

    .footer-columns {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-about {
        border-right: none;
        border-bottom: 4px solid var(--brutal-charcoal);
        padding-right: 0;
        padding-bottom: 2rem;
    }
}

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

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