/* Media Queries for Space Station / Sci-Fi Interface Theme */

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

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

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

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

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

    .site-nav a {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    .section.head {
        padding: 5rem 0;
        text-align: center;
    }

    .section.head::before {
        left: 50%;
        transform: translateX(-50%);
    }

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

    .section.head p {
        max-width: 100%;
        text-align: left;
    }

    .section {
        padding: 3rem 0;
    }

    .section header {
        text-align: center;
    }

    .section header h2 {
        font-size: 1.5rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .section header h2::before {
        width: 50px;
    }

    .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.5rem;
        letter-spacing: 0.02em;
    }

    .site-logo a {
        font-size: 1.25rem;
        letter-spacing: 0.05em;
    }

    .site-logo a::before {
        width: 8px;
        height: 8px;
    }
}
