/* Media Queries - Copper Forge / Industrial Steampunk */

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

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

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

    .section.head h1 {
        font-size: 2rem;
        letter-spacing: 0.05em;
    }

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

    .section {
        padding: 3rem 0;
    }

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

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

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

    .site-logo a::before,
    .site-logo a::after {
        display: none;
    }

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

    .site-nav li {
        border: none;
    }

    .site-nav a {
        padding: 0.75rem 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.5rem;
    }

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

    .site-nav a {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
}
