/* Media Queries for Bubblegum Pop / Y2K Theme */

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

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

    .site-header {
        border-radius: 0 0 30px 30px;
    }

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

    .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.9rem;
    }

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

    .section.head h1 {
        font-size: 2.25rem;
        text-shadow: 2px 2px 0 var(--bubble-pink),
                     4px 4px 0 var(--bubble-blue);
    }

    .section.head p {
        padding: 1.5rem;
        border-radius: 20px;
    }

    .section.head::before,
    .section.head::after {
        width: 50px;
        height: 50px;
    }

    .section {
        padding: 3rem 0;
    }

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

    .footer {
        border-radius: 30px 30px 0 0;
    }

    .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) {
    .section.head h1 {
        font-size: 1.75rem;
    }

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

    .footer::before {
        width: 60px;
        height: 60px;
        top: -20px;
    }

    .footer::after {
        font-size: 2rem;
        top: -5px;
    }
}
