/* =========================================================
   ENDE HOLIDAYS
   PREMIUM FOOTER
   GOLD × WARM BROWN
========================================================= */

.site-footer {
    position: relative;

    width: 100%;
    margin: 0;
    padding: 85px 0 0;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #241A10 0%,
            #2D1F12 48%,
            #21170F 100%
        );

    color: #fff;

    box-sizing: border-box;
}


/* =========================================================
   PREMIUM AMBIENT LIGHT
========================================================= */

.site-footer::before {
    content: "";

    position: absolute;

    top: -220px;
    right: -180px;

    width: 500px;
    height: 500px;

    background:
        radial-gradient(
            circle,
            rgba(233,159,36,.10) 0%,
            rgba(233,159,36,.04) 35%,
            transparent 70%
        );

    pointer-events: none;
}

.site-footer::after {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(233,159,36,.15) 15%,
            rgba(233,159,36,.55) 50%,
            rgba(233,159,36,.15) 85%,
            transparent 100%
        );
}


/* =========================================================
   CONTAINER
========================================================= */

.site-footer .container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
    padding: 0 24px;

    box-sizing: border-box;
}


/* =========================================================
   FOOTER MAIN
========================================================= */

.site-footer .footer-main {
    display: grid;

    grid-template-columns:
        1.8fr
        repeat(4, 1fr);

    gap: 48px;

    padding-bottom: 65px;
}


/* =========================================================
   BRAND
========================================================= */

.site-footer .footer-brand {
    max-width: 330px;
}


/* =========================================================
   LOGO
========================================================= */

.site-footer .footer-logo {
    position: relative;

    display: inline-flex;
    align-items: center;

    margin: 0 0 24px;
    padding: 0;

    text-decoration: none;
}

.site-footer .footer-logo img {
    display: block;

    width: 135px;
    height: auto;
    max-width: 100%;

    margin: 0;
    padding: 0;

    object-fit: contain;

    filter:
        drop-shadow(0 8px 20px rgba(0,0,0,.20));
}


/* =========================================================
   BRAND ACCENT
========================================================= */

.site-footer .footer-brand::after {
    content: "";

    display: block;

    width: 42px;
    height: 2px;

    margin-top: 3px;

    background:
        linear-gradient(
            90deg,
            #E99F24,
            rgba(233,159,36,.15)
        );
}


/* =========================================================
   TAGLINE
========================================================= */

.site-footer .footer-tagline {
    margin: 22px 0 11px;
    padding: 0;

    color: #E99F24;

    font-size: 17px;
    font-weight: 600;

    line-height: 1.5;

    letter-spacing: .15px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.site-footer .footer-description {
    display: block;

    max-width: 310px;

    margin: 0;
    padding: 0;

    color: rgba(255,255,255,.63);

    font-size: 13px;
    font-weight: 400;

    line-height: 1.85;
}


/* =========================================================
   FOOTER COLUMN
========================================================= */

.site-footer .footer-column {
    min-width: 0;
}


/* =========================================================
   COLUMN TITLE
========================================================= */

.site-footer .footer-column h3 {
    position: relative;

    margin: 0 0 23px;
    padding: 0 0 12px;

    color: #fff;

    font-size: 13px;
    font-weight: 700;

    line-height: 1.4;

    letter-spacing: 1.1px;

    text-transform: uppercase;
}


/* GOLD UNDERLINE */

.site-footer .footer-column h3::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 24px;
    height: 1px;

    background: #E99F24;
}


/* =========================================================
   LIST
========================================================= */

.site-footer .footer-column ul {
    list-style: none;

    margin: 0;
    padding: 0;
}


/* =========================================================
   ITEM
========================================================= */

.site-footer .footer-column li {
    margin: 0 0 12px;
    padding: 0;
}

.site-footer .footer-column li:last-child {
    margin-bottom: 0;
}


/* =========================================================
   LINKS
========================================================= */

.site-footer .footer-column a {
    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0;

    color: rgba(255,255,255,.62);

    font-size: 13px;
    font-weight: 400;

    line-height: 1.65;

    text-decoration: none;

    transition:
        color .25s ease,
        transform .25s ease;
}


/* =========================================================
   LINK HOVER
========================================================= */

.site-footer .footer-column a:hover {
    color: #E99F24;

    transform: translateX(4px);
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.site-footer .footer-bottom {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    min-height: 78px;

    border-top:
        1px solid rgba(255,255,255,.08);
}


/* =========================================================
   COPYRIGHT
========================================================= */

.site-footer .footer-copyright {
    margin: 0;
    padding: 0;

    color: rgba(255,255,255,.45);

    font-size: 12px;
    font-weight: 400;

    line-height: 1.6;

    letter-spacing: .2px;
}


/* =========================================================
   LEGAL
========================================================= */

.site-footer .footer-legal {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 24px;
}

.site-footer .footer-legal a {
    position: relative;

    margin: 0;
    padding: 0;

    color: rgba(255,255,255,.45);

    font-size: 12px;

    line-height: 1.6;

    text-decoration: none;

    transition:
        color .25s ease;
}

.site-footer .footer-legal a:hover {
    color: #E99F24;
}


/* =========================================================
   LEGAL SEPARATOR
========================================================= */

.site-footer .footer-legal a:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 50%;
    right: -13px;

    width: 3px;
    height: 3px;

    transform: translateY(-50%);

    border-radius: 50%;

    background: rgba(233,159,36,.45);
}


/* =========================================================
   SOCIAL
========================================================= */

.site-footer .footer-social {
    display: flex;

    align-items: center;

    gap: 9px;
}

.site-footer .footer-social a {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 37px;
    height: 37px;

    margin: 0;
    padding: 0;

    border:
        1px solid rgba(233,159,36,.28);

    border-radius: 50%;

    background:
        rgba(255,255,255,.025);

    color: rgba(255,255,255,.78);

    text-decoration: none;

    box-sizing: border-box;

    transition:
        background-color .3s ease,
        border-color .3s ease,
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* =========================================================
   SOCIAL HOVER
========================================================= */

.site-footer .footer-social a:hover {
    background: #E99F24;

    border-color: #E99F24;

    color: #241A10;

    transform: translateY(-3px);

    box-shadow:
        0 8px 22px rgba(233,159,36,.20);
}


/* =========================================================
   SOCIAL ICON
========================================================= */

.site-footer .footer-social i {
    margin: 0;
    padding: 0;

    font-size: 13px;

    line-height: 1;
}


/* =========================================================
   BOTTOM GOLD LINE
========================================================= */

.site-footer .footer-bottom::after {
    content: "";

    position: absolute;

    left: 50%;
    bottom: 0;

    width: 90px;
    height: 1px;

    transform: translateX(-50%);

    background:
        linear-gradient(
            90deg,
            transparent,
            #E99F24,
            transparent
        );
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {

    .site-footer {
        padding-top: 65px;
    }

    .site-footer .footer-main {
        grid-template-columns: repeat(2, 1fr);

        gap: 45px 35px;

        padding-bottom: 50px;
    }

    .site-footer .footer-brand {
        grid-column: span 2;

        max-width: 100%;
    }

    .site-footer .footer-description {
        max-width: 520px;
    }

    .site-footer .footer-bottom {
        flex-wrap: wrap;

        padding: 22px 0;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .site-footer {
        padding-top: 55px;
    }

    .site-footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-footer .footer-main {
        grid-template-columns: 1fr 1fr;

        gap: 38px 22px;

        padding-bottom: 42px;
    }

    .site-footer .footer-brand {
        grid-column: span 2;

        max-width: 100%;
    }

    .site-footer .footer-logo img {
        width: 150px;
    }

    .site-footer .footer-tagline {
        font-size: 16px;
    }

    .site-footer .footer-description {
        max-width: 300px;

        font-size: 13px;

        line-height: 1.8;
    }

    .site-footer .footer-column h3 {
        margin-bottom: 17px;

        font-size: 12px;
    }

    .site-footer .footer-column li {
        margin-bottom: 9px;
    }

    .site-footer .footer-column a {
        font-size: 12px;
    }

    .site-footer .footer-bottom {
        display: flex;

        flex-direction: column;

        align-items: center;
        justify-content: center;

        gap: 18px;

        min-height: auto;

        padding: 25px 0 28px;

        text-align: center;
    }

    .site-footer .footer-copyright {
        font-size: 10px;
    }

    .site-footer .footer-legal {
        flex-wrap: wrap;

        gap: 10px 20px;
    }

    .site-footer .footer-legal a {
        font-size: 10px;
    }

    .site-footer .footer-social {
        justify-content: center;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .site-footer .footer-main {
        grid-template-columns: 1fr;

        gap: 30px;
    }

    .site-footer .footer-brand {
        grid-column: span 1;
    }

    .site-footer .footer-column h3 {
        margin-bottom: 14px;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .site-footer .footer-column a,
    .site-footer .footer-social a,
    .site-footer .footer-legal a {
        transition: none !important;
    }
}