/* ===== Base (Desktop and up) — DOUBLED ===== */
.site-footer {
    background-color:#010101;
    color: #ccc;
    padding: 200px 0 0;
}

.site-footer .footer-container {
    max-width: 2600px;
    margin: 0 auto;
}

.site-footer .footer-bottom-wrapper {
    width: 100%;
    border-top: 2px solid #504d4d;
}

.site-footer .footer-top {
    display: flex;
    gap: 100px;
    margin-bottom: 160px;
    justify-content: space-between;
}
.site-footer .footer-top .text-footer{
    margin-bottom: 40px;
    font-size: 30px;
}
.site-footer .footer-left {
    display: flex;
}

.site-footer .footer-brand h1 {
    color: #fff;
    font-size: 96px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 120px;
}

.site-footer .footer-nav h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.site-footer .footer-logo {
    margin-bottom: 100px;
}

.site-footer .footer-logo .logo{
    width: 334px;
    height: 100px;
    display: block;
    background-size: cover;
}

.site-footer .footer-nav {
    display: flex;
    gap: 280px;
}

.site-footer .footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .footer-nav li {
    margin-bottom: 10px;
}

.site-footer .footer-nav a {
    color: #ccc;
    text-decoration: none;
    font-size: 32px;
    transition: color 0.3s ease;
}

.site-footer .footer-nav a:hover {
    color: #D87E36;
}

.site-footer .footer-contact .social-links {
    margin-bottom: 30px;
}

.site-footer .footer-contact .social-links a {
    color: #ccc;
    text-decoration: none;
    font-style: italic;
    margin-right: 60px;
    font-size: 36px;
    transition: color 0.3s ease;
}

.site-footer .footer-contact .social-links a:hover {
    color: #D87E36;
}

.site-footer .footer-contact .contact-info a {
    color: #ccc;
    text-decoration: none;
    display: block;
    font-size: 32px;
    transition: color 0.3s ease;
    margin-bottom: 10px;
}

.site-footer .footer-contact .contact-info a:hover {
    color: #D87E36;
}

.site-footer .footer-locations {
    display: flex;
    width: 1400px;
    gap: 120px;
    margin-top: 60px;
}

.site-footer .location h4 {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.site-footer .location address {
    color: #ccc;
    font-style: normal;
    line-height: 1.6;
    font-size: 32px;
}

.site-footer .footer-cta{
    max-width: 900px;
}
.site-footer .footer-cta h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.site-footer .footer-cta p {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 60px;
    font-size: 32px;
}

.site-footer .cta-button {
    color: #fff;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 20px 70px;
    text-decoration: none;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: border-color 0.3s ease;
    display: inline-block;
}

.site-footer .cta-button:hover {
    border-color: #fff;
}

.site-footer .footer-bottom {
    max-width: 2600px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 28px;
}

.site-footer .footer-bottom p {
    color: #ccc;
    font-size: 28px;
    margin: 0;
}

.site-footer .footer-legal {
    display: flex;
    gap: 80px;
}
.site-footer .footer-legal li{
    list-style: none;
}
.site-footer .footer-legal a {
    color: #ccc;
    text-decoration: none;
    font-size: 28px;
    transition: color 0.3s ease;
}

.site-footer .footer-legal a:hover {
    color: #D87E36;
}

/* ===== Restore Originals on <= 3000px ===== */
@media (max-width: 3000px) {
    .site-footer {
        padding: 100px 0 0;
    }

    .site-footer .footer-container {
        max-width: 1300px;
    }

    .site-footer .footer-bottom-wrapper {
        border-top: 1px solid #504d4d;
    }

    .site-footer .footer-top {
        gap: 50px;
        margin-bottom: 80px;
    }
    .site-footer .footer-top .text-footer{
        margin-bottom: 20px;
        font-size: 15px;
    }

    .site-footer .footer-brand h1 {
        font-size: 48px;
        letter-spacing: 2px;
        margin-bottom: 60px;
    }

    .site-footer .footer-nav h3 {
        font-size: 24px;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .site-footer .footer-logo {
        margin-bottom: 50px;
    }

    .site-footer .footer-logo .logo{
        width: 167px;
        height: 50px;
    }

    .site-footer .footer-nav {
        gap: 140px;
    }

    .site-footer .footer-nav li {
        margin-bottom: 5px;
    }

    .site-footer .footer-nav a {
        font-size: 16px;
    }

    .site-footer .footer-contact .social-links {
        margin-bottom: 15px;
    }

    .site-footer .footer-contact .social-links a {
        margin-right: 30px;
        font-size: 18px;
    }

    .site-footer .footer-contact .contact-info a {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .site-footer .footer-locations {
        width: 700px;
        gap: 60px;
        margin-top: 30px;
    }

    .site-footer .location h4 {
        font-size: 22px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    .site-footer .location address {
        font-size: 16px;
    }

    .site-footer .footer-cta{
        max-width: 450px;
    }

    .site-footer .footer-cta h2 {
        font-size: 25px;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .site-footer .footer-cta p {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .site-footer .cta-button {
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding: 10px 35px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .site-footer .footer-bottom {
        max-width: 1300px;
        padding: 20px 0;
        font-size: 14px;
    }

    .site-footer .footer-bottom p {
        font-size: 14px;
    }

    .site-footer .footer-legal {
        gap: 40px;
    }

    .site-footer .footer-legal a {
        font-size: 14px;
    }
}

/* ===== ≤1200px ===== */
@media (max-width: 1200px) {
    .site-footer .footer-container {
        padding: 0 5vw;
    }

    .site-footer {
        padding: 50px 0 0;
    }

    .site-footer .footer-bottom {
        padding: 20px 5vw;
    }
}

/* ===== ≤800px ===== */
@media (max-width: 800px) {
    .site-footer {
        padding: 50px 0 0;
    }

    .site-footer .footer-top {
        flex-direction: column;
    }

    .site-footer .footer-nav {
        gap: 40px;
        flex-direction: column;
    }

    .site-footer .footer-logo .logo img {
        width: 40%;
    }

    .site-footer .footer-bottom {
        gap: 20px;
        justify-content: center;
    }

    .site-footer .footer-cta {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer .footer-cta .cta-button {
        width: fit-content;
    }

}
