/* Media Queries for Arctic Explorer Theme */

@media (max-width: 992px) {
    .header-inner {
        flex-direction: column;
    }

    .site-logo {
        width: 100%;
        text-align: center;
        padding: 1rem;
    }

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

    .site-nav a {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
}

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

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

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

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

    .section {
        padding: 3rem 0;
    }

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

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

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

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

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

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