/* =========================================================
   THE CYBARTENDER — EDITORIAL FOOTER V4
   PREMIUM HOSPITALITY PUBLICATION SYSTEM
   ========================================================= */


/* =========================================================
   BASE FOOTER
   ========================================================= */

.site-footer {
    position: relative;
    background: #f6f2ec;
    border-top: 1px solid rgba(0,0,0,0.05);
    margin-top: 0;
    overflow: hidden;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.4);
}


/* =========================================================
   ASTRA STRUCTURE RESET
   ========================================================= */

.site-footer .ast-builder-grid-row-container,
.site-footer .ast-builder-grid-row-container-inner,
.site-footer .ast-builder-footer-grid-columns,
.site-footer .ast-builder-grid-row,
.site-footer .footer-widget-area {
    width: 100%;
    height: auto;
    visibility: visible;
    opacity: 1;
}


/* =========================================================
   PRIMARY FOOTER WRAP
   ========================================================= */

.site-footer .site-primary-footer-wrap {
    position: relative;
    background: #f6f2ec;
    padding: 96px 40px 72px;
}


/* =========================================================
   MAIN FOOTER GRID
   ========================================================= */

.site-footer .site-primary-footer-wrap .ast-builder-grid-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 220px));
    justify-content: center;
    column-gap: 72px;
    row-gap: 40px;
    max-width: 860px;
    margin: 0 auto;
    align-items: start;
}


/* =========================================================
   EDITORIAL BRAND BLOCK
   ========================================================= */

.cyb-footer-brand {
    grid-column: 1 / -1;
    max-width: 560px;
    margin: 0 auto 68px;
    text-align: center;
}

.cyb-footer-brand h3 {
    margin: 0 0 20px;

    font-family: "Cormorant Garamond", serif;
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 0.92;
    letter-spacing: -0.05em;

    color: #171717;
}

.cyb-footer-brand::after {
    content: "";

    display: block;

    width: 58px;
    height: 1px;

    margin: 0 auto 28px;

    background: rgba(181,131,86,0.45);
}

.cyb-footer-brand p {
    max-width: 480px;
    margin: 0 auto;

    font-family: "Inter", sans-serif;
    font-size: 0.98rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.01em;

    color: #756e66;
}


/* =========================================================
   WIDGET RESET
   ========================================================= */

.site-footer .widget {
    margin: 0;
    padding: 0;
}


/* =========================================================
   COLUMN HEADINGS
   ========================================================= */

.site-footer .widget-title,
.site-footer .wp-block-heading {
    display: block;

    margin: 0 0 28px;

    font-family: "Inter", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.28em;
    text-transform: uppercase;

    color: #111111;
}


/* =========================================================
   MENUS
   ========================================================= */

.site-footer .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .menu li {
    margin: 0 0 14px;
}

.site-footer .menu li:last-child {
    margin-bottom: 0;
}

.site-footer .menu a {
    position: relative;
    display: inline-block;

    font-family: "Inter", sans-serif;
    font-size: 0.96rem;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.01em;

    color: #b0703f;
    text-decoration: none;

    transition:
        opacity .25s ease,
        transform .25s ease;
}

.site-footer .menu a:hover {
    opacity: 0.45;
    transform: translateX(2px);
}


/* =========================================================
   PREMIUM FEATURED LINKS
   Add class: footer-highlight
   ========================================================= */

.site-footer .footer-highlight a {
    position: relative;

    color: #111111;
    font-weight: 600;
}

.site-footer .footer-highlight a::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -6px;

    width: 100%;
    height: 1px;

    background: rgba(176,112,63,0.35);
}


/* =========================================================
   GLOBAL LINKS
   ========================================================= */

.site-footer a {
    transition: opacity .25s ease;
}

.site-footer a:hover {
    opacity: .5;
}


/* =========================================================
   REMOVE ASTRA VISUAL NOISE
   ========================================================= */

.site-footer .ast-footer-overlay,
.site-footer .footer-adv-overlay,
.site-footer .ast-small-footer-section {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.site-footer .ast-footer-copyright {
    padding: 0;
    margin: 0;
}


/* =========================================================
   BELOW FOOTER WRAP
   ========================================================= */

.site-footer .site-below-footer-wrap {
    position: relative;

    background: #f6f2ec;
    border-top: 1px solid rgba(0,0,0,0.06);

    margin-top: 76px;
    padding: 38px 40px 40px;
}


/* =========================================================
   BELOW FOOTER LAYOUT
   ========================================================= */

.site-footer .site-below-footer-wrap .ast-builder-grid-row {
    display: flex;
    justify-content: center;
    align-items: center;

    max-width: 860px;
    margin: 0 auto;
}


/* =========================================================
   COPYRIGHT TYPOGRAPHY
   ========================================================= */

.site-footer .site-below-footer-wrap,
.site-footer .site-below-footer-wrap p,
.site-footer .site-below-footer-wrap span,
.site-footer .site-below-footer-wrap div,
.site-footer .ast-footer-copyright {
    margin: 0;

    text-align: center;

    font-family: "Inter", sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.22em;
    text-transform: uppercase;

    color: #9a9389;
}


/* =========================================================
   EDITORIAL SIGNATURE
   ========================================================= */

.cyb-footer-signature {
    display: block;

    margin-top: 12px;

    font-family: "Inter", sans-serif;
    font-size: 0.64rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.18em;
    text-transform: uppercase;

    color: #8f877d;

    opacity: 0.82;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 921px) {

    .site-footer .site-primary-footer-wrap {
        padding: 88px 32px 64px;
    }

    .site-footer .site-primary-footer-wrap .ast-builder-grid-row {
        grid-template-columns: 1fr;

        max-width: 420px;

        gap: 52px;
    }

    .cyb-footer-brand {
        margin-bottom: 54px;
    }

    .cyb-footer-brand h3 {
        font-size: 3rem;
    }

    .cyb-footer-brand p {
        font-size: 0.94rem;
    }

    .site-footer .widget-title,
    .site-footer .wp-block-heading {
        margin-bottom: 22px;
    }

    .site-footer .site-below-footer-wrap {
        margin-top: 64px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 544px) {

    .site-footer .site-primary-footer-wrap {
        padding: 74px 24px 52px;
    }

    .cyb-footer-brand h3 {
        font-size: 2.3rem;
    }

    .cyb-footer-brand p {
        font-size: 0.9rem;
        line-height: 1.9;
    }

    .site-footer .menu a {
        font-size: 0.92rem;
    }

    .site-footer .site-below-footer-wrap {
        margin-top: 54px;
        padding: 26px 20px 30px;
    }

    .site-footer .site-below-footer-wrap,
    .site-footer .site-below-footer-wrap p,
    .site-footer .site-below-footer-wrap span,
    .site-footer .site-below-footer-wrap div,
    .site-footer .ast-footer-copyright {
        font-size: 0.62rem;
        line-height: 2;
        letter-spacing: 0.16em;
    }

    .cyb-footer-signature {
        font-size: 0.58rem;
        line-height: 2;
    }
}