.site-footer {
    background-color: #edf2f1;
    color: #494949;
}

.site-footer .page-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 2.4rem;
    box-sizing: border-box;
}

.footer-main {
    padding: 5rem 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 0.7fr 1fr 1fr 2fr;
    gap: 4rem;
    align-items: start;
}

.footer-column h3 {
    margin: 0 0 1rem;
    font-family: 'Poppins', sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    color: #494949;
}

.footer-column .eyebrow-decoration {
    width: 5rem;
    margin: 0 0 2rem;
    border-bottom: 3px solid #aa7269;
}

.footer-links ul,
.footer-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li,
.footer-contact li,
.footer-hours-text,
.footer-address {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.7;
    color: #5f5f5f;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 1.4rem;
}

.footer-links a,
.footer-contact a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #000000;
}

.footer-contact-item,
.footer-hours-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.footer-contact-text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.footer-contact-label {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    color: #8baaa9;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.footer-contact-text a {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    color: #5f5f5f;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact-text a:hover {
    color: #000000;
}

.footer-hours-text {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.footer-hours-item .icon-png {
    margin-top: 0.2rem;
}

.footer-map-frame {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1.2rem;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.06);
}

.footer-map-frame iframe {
    display: block;
    width: 100%;
    height: 24rem;
    border: 0;
}

.footer-address {
    margin: 0 0 2rem;
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background-color: transparent;
    padding: 0.5rem 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-inner p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #5f5f5f;
}

.footer-socials {
    display: flex;
    gap: 1.4rem;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 20%;
    text-decoration: none;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.footer-socials a:hover {
    opacity: 0.7;
}

.footer-socials .icon-png {
    width: 1.8rem;
    height: 1.8rem;
}

/* =========================================================
   FOOTER RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3.2rem 3rem;
    }

    .footer-map {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .footer-main {
        padding: 4rem 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .footer-map {
        grid-column: auto;
    }

    .footer-column h3 {
        font-size: 1.9rem;
    }

    .footer-links li,
    .footer-contact li,
    .footer-hours-text,
    .footer-address,
    .footer-contact-text a {
        font-size: 1.45rem;
        line-height: 1.65;
    }

    .footer-contact-label {
        font-size: 1.15rem;
    }

    .footer-map-frame iframe {
        height: 22rem;
    }

    .footer-bottom {
        padding: 1.4rem 0;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2rem;
    }

    .footer-bottom-inner p {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .footer-socials {
        gap: 1rem;
    }

    .footer-socials a {
        width: 4rem;
        height: 4rem;
    }
}

@media (max-width: 575px) {
    .site-footer .page-container {
        padding: 0 1.6rem;
    }

    .footer-main {
        padding: 3.6rem 0;
    }

    .footer-grid {
        gap: 2.6rem;
    }

    .footer-column h3 {
        margin-bottom: 0.8rem;
        font-size: 1.8rem;
    }

    .footer-column .eyebrow-decoration {
        width: 4.4rem;
        margin-bottom: 1.6rem;
    }

    .footer-links li,
    .footer-contact li {
        margin-bottom: 1.1rem;
    }

    .footer-links li,
    .footer-contact li,
    .footer-hours-text,
    .footer-address,
    .footer-contact-text a {
        font-size: 1.4rem;
    }

    .footer-contact-item,
    .footer-hours-item {
        gap: 0.8rem;
    }

    .footer-map-frame {
        border-radius: 1rem;
    }

    .footer-map-frame iframe {
        height: 20rem;
    }

    .footer-bottom-inner {
        gap: 1rem;
    }

    .footer-bottom-inner p {
        font-size: 1.2rem;
    }

    .footer-socials .icon-png {
        width: 1.7rem;
        height: 1.7rem;
    }
}