/* FOOTER */
.site-footer {
    background: #1a1015;
    padding: 3rem 7rem 1.75rem;
}

@media only screen and (max-width: 1200px) {
    .site-footer {
        padding: 2.5rem 1.5rem 1.5rem;
    }
}

.site-footer__top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 36px;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media only screen and (max-width: 900px) {
    .site-footer__top {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
}

@media only screen and (max-width: 560px) {
    .site-footer__top {
        grid-template-columns: 1fr;
    }
}

.site-footer__logo {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    margin-bottom: 0.75rem;
    text-decoration: none;
}

.site-footer__eyebrow {
    margin-bottom: 3px;
    font-family: "Roboto", sans-serif;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
}

.site-footer__wordmark {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

.site-footer__a {
    color: #c4b5fd;
}

.site-footer__desc {
    margin: 0;
    max-width: 260px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.4);
}

.site-footer__col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.site-footer__heading {
    margin: 0 0 5px;
    font-family: "Roboto", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.site-footer__link {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

.site-footer__link:hover {
    color: rgba(255, 255, 255, 0.85);
}

.site-footer__bottom {
    padding-top: 1.4rem;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.2);
}
