/* Media Queries for Neon Tokyo Theme */

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

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

    .section.head h1 {
        font-size: 2.5rem;
        letter-spacing: 4px;
    }

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

    .section {
        padding: 3rem 0;
    }

    .section header h2 {
        font-size: 1.75rem;
        letter-spacing: 2px;
    }

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

    .site-nav a {
        padding: 0.5rem 0.75rem;
        font-size: 0.75rem;
        letter-spacing: 1px;
    }

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

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

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

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

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

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

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