/* =========================================================
   HUSNARA — SHARED FOOTER
   ========================================================= */

.site-footer {
    background: #24130e !important;
    color: #d9cdc6 !important;
    padding: 65px 0 25px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* ---------- Footer content container ---------- */

.site-footer .wrap {
    width: 100% !important;
    max-width: 1500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(24px, 4vw, 64px) !important;
    padding-right: clamp(24px, 4vw, 64px) !important;
    box-sizing: border-box !important;
}

/* ---------- Footer grid ---------- */

.site-footer .footer-grid {
    display: grid !important;
    grid-template-columns: 1.4fr repeat(3, 1fr) !important;
    gap: clamp(30px, 4vw, 55px) !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* ---------- Footer links ---------- */

.site-footer a {
    display: block !important;
    color: inherit !important;
    margin: 7px 0 !important;
    font-size: 12px !important;
    text-decoration: none !important;
}

.site-footer a:hover {
    color: #d6ae67 !important;
}

/* ---------- Footer headings ---------- */

.site-footer h3 {
    color: #d6ae67 !important;
    margin: 0 0 16px !important;
}

/* ---------- Footer logo ---------- */

.site-footer .footer-logo {
    display: block !important;
    width: 125px !important;
    height: 76px !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 0 15px !important;
    box-sizing: border-box !important;
}

/* ---------- Footer bottom ---------- */

.site-footer .footer-bottom {
    border-top: 1px solid #51362e !important;
    margin-top: 45px !important;
    padding-top: 20px !important;
    font-size: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    .site-footer {
        padding-top: 55px !important;
    }

    .site-footer .wrap {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .site-footer .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 38px 28px !important;
    }

    .site-footer .footer-brand {
        grid-column: 1 / -1 !important;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 560px) {

    .site-footer {
        padding: 45px 0 22px !important;
    }

    .site-footer .wrap {
        width: 100% !important;
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .site-footer .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 30px 18px !important;
    }

    .site-footer .footer-brand {
        grid-column: 1 / -1 !important;
    }

    .site-footer .footer-bottom {
        margin-top: 35px !important;
        padding-top: 18px !important;
        line-height: 1.8 !important;
    }

    .site-footer .footer-logo {
        width: 115px !important;
        height: 70px !important;
    }
}

/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

    .site-footer .wrap {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .site-footer .footer-grid {
        gap: 26px 14px !important;
    }
}
