/* Media Queries - Bamboo Zen Theme */

@media (max-width: 1024px) {
    .site-nav ul {
        gap: 2rem;
    }

    .section.head::before {
        font-size: 12rem;
        right: 5%;
    }
}

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

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

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

    .section.head h1::before {
        left: -20px;
    }

    .section.head::before {
        font-size: 8rem;
        opacity: 0.25;
    }

    .section {
        padding: 3.5rem 0;
    }

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

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

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

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

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

    .footer-columns {
        flex-direction: column;
        gap: 2.5rem;
    }

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

    .footer-links ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem 2rem;
    }

    .footer-links a::before {
        display: none;
    }
}

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

    .section.head h1::before {
        left: -15px;
        width: 2px;
    }

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

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

    .site-logo a::after {
        right: -20px;
        font-size: 0.6rem;
    }

    .site-nav a {
        font-size: 0.85rem;
        letter-spacing: 0.1em;
    }

    .site-nav ul {
        gap: 1rem 1.5rem;
    }

    .section.head::before {
        display: none;
    }
}
