/*
==================================================
LASP
Footer
File: /wp-content/themes/astra-child/assets/css/footer.css
==================================================
*/

.site-footer-lasp {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    background-color: #171713;
    background-image:
        linear-gradient(
            90deg,
            rgba(12, 12, 10, .76) 0%,
            rgba(12, 12, 10, .72) 38%,
            rgba(12, 12, 10, .62) 66%,
            rgba(12, 12, 10, .52) 100%
        ),
        linear-gradient(
            180deg,
            rgba(12, 12, 10, .60) 0%,
            rgba(12, 12, 10, .50) 42%,
            rgba(12, 12, 10, .75) 100%
        ),
        url('../images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.site-footer-lasp,
.site-footer-lasp * {
    box-sizing: border-box;
}

.site-footer-lasp a {
    color: inherit;
    text-decoration: none;
}

.site-footer-lasp__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1536px;
    margin: 0 auto;
    padding: 0px 20px 0;
}

/*
==================================================
TOP
==================================================
*/

.site-footer-lasp__top {
    display: grid;
    grid-template-columns: 330px 1fr 1fr 1fr;
    gap: 58px;
    padding-bottom: 66px;
	padding-top: 20px;
}

.site-footer-lasp__brand,
.site-footer-lasp__column {
    min-width: 0;
}

.site-footer-lasp__column {
    padding-left: 58px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.site-footer-lasp__logo {
    display: inline-block;
    margin: 0 0 34px;
    color: #ffffff;
    font-size: 68px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .115em;
    text-transform: uppercase;
}

.site-footer-lasp__description {
    max-width: 300px;
    margin: 0 0 42px;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: .02em;
}

.site-footer-lasp__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-width: 304px;
    min-height: 66px;
    padding: 18px 26px;
    border: 1px solid rgba(255, 255, 255, .54);
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .13em;
    text-transform: uppercase;
    transition:
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease;
}

.site-footer-lasp__button:hover {
    background: rgba(255, 255, 255, .10);
    border-color: rgba(255, 255, 255, .88);
}

.site-footer-lasp__title {
    margin: 0 0 42px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-footer-lasp__menu {
    display: grid;
    gap: 27px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-lasp__menu li {
    margin: 0;
    padding: 0;
}

.site-footer-lasp__menu a {
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: .015em;
    transition:
        color .25s ease,
        padding-left .25s ease;
}

.site-footer-lasp__menu a:hover {
    color: #ffffff;
    padding-left: 8px;
}

/*
==================================================
CONTACTS
==================================================
*/

.site-footer-lasp__contacts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.site-footer-lasp__contact {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 22px;
    min-height: 156px;
    padding: 38px 42px 32px;
    border-right: 1px solid rgba(255, 255, 255, .14);
}

.site-footer-lasp__contact:first-child {
    padding-left: 0;
}

.site-footer-lasp__contact:last-child {
    padding-right: 0;
    border-right: 0;
}

.site-footer-lasp__contact-icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: rgba(255, 255, 255, .82);
}

.site-footer-lasp__contact-content {
    min-width: 0;
}

.site-footer-lasp__contact-content h3 {
    margin: 0 0 21px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.site-footer-lasp__contact-content p {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: .025em;
}

.site-footer-lasp__contact-content a {
    color: rgba(255, 255, 255, .74);
    transition: color .25s ease;
}

.site-footer-lasp__contact-content a:hover {
    color: #ffffff;
}

/*
==================================================
BOTTOM
==================================================
*/

.site-footer-lasp__bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 32px;
    min-height: 86px;
    color: rgba(255, 255, 255, .72);
}

.site-footer-lasp__copyright,
.site-footer-lasp__privacy {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: .025em;
}

.site-footer-lasp__privacy {
    justify-self: center;
    color: rgba(255, 255, 255, .72);
    transition: color .25s ease;
}

.site-footer-lasp__privacy:hover {
    color: #ffffff;
}

.site-footer-lasp__socials {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-footer-lasp__socials a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    color: rgba(255, 255, 255, .82);
    transition:
        color .25s ease,
        border-color .25s ease,
        background-color .25s ease;
}

.site-footer-lasp__socials a:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .10);
}

/*
==================================================
FOCUS
==================================================
*/

.site-footer-lasp a:focus {
    outline: 1px solid rgba(255, 255, 255, .85);
    outline-offset: 5px;
}

.site-footer-lasp a:focus:not(:focus-visible) {
    outline: none;
}

/*
==================================================
RESPONSIVE
==================================================
*/

@media (max-width: 1360px) {
    .site-footer-lasp__inner {
        padding-left: 40px;
        padding-right: 40px;
    }

    .site-footer-lasp__top {
        grid-template-columns: 300px 1fr 1fr 1fr;
        gap: 40px;
    }

    .site-footer-lasp__column {
        padding-left: 40px;
    }

    .site-footer-lasp__logo {
        font-size: 60px;
    }

    .site-footer-lasp__button {
        min-width: 280px;
    }

    .site-footer-lasp__contact {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (max-width: 1180px) {
    .site-footer-lasp__top {
        grid-template-columns: 1fr 1fr;
        gap: 54px 44px;
    }

    .site-footer-lasp__brand {
        grid-column: span 2;
        max-width: 520px;
    }

    .site-footer-lasp__column {
        padding-left: 34px;
    }

    .site-footer-lasp__contacts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer-lasp__contact {
        border-right: 1px solid rgba(255, 255, 255, .14);
    }

    .site-footer-lasp__contact:nth-child(2n) {
        border-right: 0;
        padding-right: 0;
    }

    .site-footer-lasp__contact:nth-child(2n + 1) {
        padding-left: 0;
    }

    .site-footer-lasp__contact:nth-child(1),
    .site-footer-lasp__contact:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }
}

@media (max-width: 760px) {
    .site-footer-lasp {
        background-position: 66% bottom;
    }

    .site-footer-lasp__inner {
        padding: 58px 22px 0;
    }

    .site-footer-lasp__top {
        grid-template-columns: 1fr;
        gap: 42px;
        padding-bottom: 52px;
    }

    .site-footer-lasp__brand {
        grid-column: auto;
    }

    .site-footer-lasp__logo {
        font-size: 52px;
        margin-bottom: 26px;
    }

    .site-footer-lasp__description {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .site-footer-lasp__button {
        width: 100%;
        min-width: 0;
        min-height: 58px;
    }

    .site-footer-lasp__column {
        padding-left: 22px;
    }

    .site-footer-lasp__title {
        margin-bottom: 24px;
    }

    .site-footer-lasp__menu {
        gap: 18px;
    }

    .site-footer-lasp__contacts {
        grid-template-columns: 1fr;
    }

    .site-footer-lasp__contact {
        min-height: 0;
        padding: 30px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .site-footer-lasp__contact:nth-child(1),
    .site-footer-lasp__contact:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .site-footer-lasp__contact:last-child {
        border-bottom: 0;
    }

    .site-footer-lasp__bottom {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 18px;
        padding: 30px 0;
    }

    .site-footer-lasp__privacy,
    .site-footer-lasp__socials {
        justify-self: start;
    }
}

@media (max-width: 420px) {
    .site-footer-lasp__inner {
        padding-left: 18px;
        padding-right: 18px;
    }

    .site-footer-lasp__logo {
        font-size: 44px;
    }

    .site-footer-lasp__contact {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 16px;
    }
}
