/* =========================================================
   SNMF INFRATECH
   FOOTER CSS
   Dark Golden Luxury Footer
========================================================= */


/* =========================================================
   FOOTER BASE
========================================================= */

.site-footer {
    position: relative;
    width: 100%;

    background:
        linear-gradient(
            180deg,
            #0d0d0c 0%,
            #080808 100%
        );

    color: #f3f0e7;

    overflow: hidden;
}


/* Subtle luxury glow */

.site-footer::before {
    content: "";

    position: absolute;

    top: -180px;
    right: -180px;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    background: rgba(201, 162, 39, 0.045);

    filter: blur(80px);

    pointer-events: none;
}


/* =========================================================
   COMMON CONTAINER
========================================================= */

.footer-container {
    width: min(92%, 1400px);

    margin: 0 auto;
}


/* =========================================================
   FOOTER MAIN
========================================================= */

.footer-main {
    position: relative;

    padding: 90px 0 75px;

    border-top:
        1px solid rgba(216, 184, 79, 0.18);
}


/* =========================================================
   FOOTER GRID
========================================================= */

.footer-main .footer-container {
    display: grid;

    grid-template-columns:
        1.5fr
        0.8fr
        1.1fr
        1.2fr
        0.8fr;

    gap: 35px;

    align-items: start;
}


/* =========================================================
   FOOTER BRAND
========================================================= */

.footer-brand {
    max-width: 330px;
}


/* =========================================================
   LOGO
========================================================= */

.footer-logo {
    display: inline-flex;

    line-height: 0;

    text-decoration: none;
}

.footer-logo img {
    display: block;

    width: auto;
    height: 100px;

    max-width: 270px;

    object-fit: contain;

    transition:
        transform 0.3s ease;
}

.footer-logo:hover img {
    transform: scale(1.02);
}


/* =========================================================
   TAGLINE
========================================================= */

.footer-tagline {
    margin: 15px 0 12px;

    color: #d8b84f;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.footer-description {
    margin: 0;

    color: #8f8d87;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

.footer-socials {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 28px;
}

.footer-socials a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border:
        1px solid rgba(216, 184, 79, 0.28);

    color: #bdb9ae;

    font-size: 13px;

    text-decoration: none;

    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.footer-socials a:hover {
    color: #080808;

    background: #d8b84f;

    border-color: #d8b84f;

    transform: translateY(-3px);
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.footer-column h3 {
    position: relative;

    margin: 7px 0 25px;

    color: #f3f0e7;

    font-size: 13px;
    font-weight: 600;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* Gold line */

.footer-column h3::after {
    content: "";

    display: block;

    width: 30px;
    height: 1px;

    margin-top: 12px;

    background:
        linear-gradient(
            90deg,
            #d8b84f,
            transparent
        );
}


/* =========================================================
   LISTS
========================================================= */

.footer-column ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-column li {
    margin-bottom: 13px;
}


/* =========================================================
   LINKS
========================================================= */

.footer-column li a {
    position: relative;

    color: #92908a;

    font-size: 13px;

    line-height: 1.6;

    text-decoration: none;

    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}

.footer-column li a:hover {
    color: #d8b84f;

    padding-left: 6px;
}


/* =========================================================
   CONTACT
========================================================= */

.footer-contact li {
    display: flex;

    align-items: center;

    gap: 13px;

    color: #92908a;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   CONTACT ICON
========================================================= */

.contact-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 27px;
    min-width: 27px;
    height: 27px;

    border:
        1px solid rgba(216, 184, 79, 0.25);

    overflow: hidden;
}

.contact-icon img {
    display: block;

    width: 14px;
    height: 14px;

    object-fit: contain;
}


/* =========================================================
   CONTACT LINKS
========================================================= */

.footer-contact li a {
    padding: 0;

    color: #92908a;
}

.footer-contact li a:hover {
    padding-left: 0;

    color: #d8b84f;
}


/* =========================================================
   FOOTER STATEMENT
========================================================= */

.footer-statement {
    display: flex;

    flex-direction: row;

    align-items: center;

    gap: 28px;

    min-height: 170px;

    padding-left: 5px;
}


/* =========================================================
   GOLD VERTICAL LINE
========================================================= */

.statement-line {
    display: block;

    flex-shrink: 0;

    width: 1px;
    height: 105px;

    margin: 0;

    background:
        linear-gradient(
            180deg,
            transparent 0%,
            #d8b84f 20%,
            #d8b84f 80%,
            transparent 100%
        );
}


/* =========================================================
   STATEMENT TEXT
========================================================= */

.footer-statement p {
    margin: 0;

    color: #d8b84f;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.15;

    letter-spacing: -0.3px;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {
    background: #060606;
}


/* =========================================================
   BOTTOM INNER
========================================================= */

.footer-bottom-inner {
    min-height: 75px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}


/* =========================================================
   COPYRIGHT
========================================================= */

.copyright {
    margin: 0;

    color: #66645f;

    font-size: 11px;

    line-height: 1.6;
}


/* =========================================================
   LEGAL
========================================================= */

.footer-legal {
    display: flex;

    align-items: center;

    gap: 12px;
}

.footer-legal a {
    color: #6f6d67;

    font-size: 11px;

    text-decoration: none;

    transition:
        color 0.3s ease;
}

.footer-legal a:hover {
    color: #d8b84f;
}


/* =========================================================
   DIVIDER
========================================================= */

.legal-divider {
    color: #3f3e3a;

    font-size: 10px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1150px) {

    .footer-main .footer-container {
        grid-template-columns:
            1.4fr
            1fr
            1fr;

        gap: 50px;
    }


    .footer-brand {
        max-width: 400px;
    }


    .footer-statement {
        display: none;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .footer-container {
        width: calc(100% - 36px);
    }


    /* Main */

    .footer-main {
        padding: 65px 0 50px;
    }


    .footer-main .footer-container {
        grid-template-columns: 1fr;

        gap: 42px;
    }


    /* Brand */

    .footer-brand {
        max-width: 100%;
    }


    .footer-logo img {
        height: 85px;

        max-width: 235px;
    }


    /* Columns */

    .footer-column h3 {
        margin-bottom: 20px;
    }


    .footer-column li {
        margin-bottom: 11px;
    }


    /* Statement */

    .footer-statement {
        display: flex;

        min-height: auto;

        padding-left: 0;

        gap: 20px;
    }

    .statement-line {
        height: 95px;
    }

    .footer-statement p {
        font-size: 22px;
    }


    /* Bottom */

    .footer-bottom-inner {
        min-height: auto;

        padding: 25px 0;

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .footer-container {
        width: calc(100% - 28px);
    }


    .footer-main {
        padding: 55px 0 45px;
    }


    .footer-logo img {
        height: 75px;

        max-width: 210px;
    }


    .footer-tagline {
        font-size: 10px;

        letter-spacing: 1.5px;
    }


    .footer-description {
        font-size: 13px;
    }


    .footer-statement {
        gap: 17px;
    }

    .statement-line {
        height: 85px;
    }

    .footer-statement p {
        font-size: 20px;
    }


    .footer-legal {
        flex-wrap: wrap;

        gap: 8px;
    }

}


/* =========================================================
   ACCESSIBILITY
========================================================= */

.footer-socials a:focus-visible,
.footer-column a:focus-visible,
.footer-logo:focus-visible {
    outline: 1px solid #d8b84f;

    outline-offset: 4px;
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .footer-logo img,
    .footer-socials a,
    .footer-column li a,
    .footer-legal a {
        transition: none;
    }

}