/* Media Queries for Ocean Depths Theme */

@media (max-width: 1200px) {
    .site-header {
        margin: 1rem 1.5rem 0;
    }
}

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

    .site-header {
        margin: 0.5rem 1rem 0;
        padding: 0.75rem 1.25rem;
        border-radius: 50px;
    }

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

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

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

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

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

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

    .section.head p {
        font-size: 1rem;
    }

    .section.head::before {
        width: 300px;
        height: 300px;
    }

    .section {
        padding: 3rem 0;
    }

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

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

    .footer-about {
        max-width: 100%;
    }

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

    .footer::before {
        height: 30px;
        top: -30px;
    }
}

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

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

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

    .site-header {
        border-radius: 30px;
        margin: 0.5rem;
    }
}
