/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    background: linear-gradient(180deg, var(--maroon), var(--maroon2));
    color: rgba(255, 255, 255, 0.92);
    margin-top: 34px;
}

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

.footer-grid {
    display: grid;
    grid-template-columns: minmax(220px, .84fr) minmax(660px, 2.08fr) minmax(220px, .78fr);
    gap: 36px;
    padding: 46px 0 24px;
    align-items: start;
}

.footer-col {
    min-width: 0;
}

.footer-title {
    font-weight: 850;
    font-size: 12px;
    letter-spacing: .11em;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.94);
}

.footer-brand-top {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.footer-brand-title {
    font-weight: 900;
    font-size: 21px;
    line-height: 1.1;
}

.footer-brand-sub {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
    font-weight: 600;
    margin-top: 12px;
    max-width: 320px;
}

.footer-links-col {
    min-width: 0;
}

.footer-sitemap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 20px;
    align-items: start;
}

.footer-sitemap-column {
    display: grid;
    gap: 12px;
    align-content: start;
}

.footer-sitemap-group {
    position: relative;
    padding: 0 0 2px 10px;
    break-inside: avoid;
}

.footer-sitemap-group.is-single {
    padding-bottom: 0;
}

.footer-sitemap-title {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .075em;
    line-height: 1.1;
    text-transform: uppercase;
}

.footer-sitemap-group::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 2px;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, .04) 100%);
}

.footer-sitemap-title.is-link:hover {
    color: rgba(246, 199, 76, .96);
}

.footer-sitemap-single {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    transition: color .18s ease, transform .18s ease;
}

.footer-sitemap-single:hover {
    color: #fff;
    transform: translateX(2px);
}

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

.footer-list li {
    margin: 0;
    padding: 0;
}

.footer-list a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.28;
    transition: color .18s ease, transform .18s ease;
}

.footer-list a:hover {
    color: #fff;
    transform: translateX(2px);
}

.footer-sitemap-group.is-dense .footer-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 6px;
}

.footer-sitemap-group.is-dense .footer-list a {
    line-height: 1.28;
}

.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 650;
    line-height: 1.55;
}

.footer-contact li {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 10px;
    align-items: start;
}

.footer-contact-icon {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    color: rgba(246, 199, 76, 0.82);
}

.footer-contact-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.footer-contact-text {
    display: block;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.social {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: .02em;
    text-transform: uppercase;
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.social:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(246, 199, 76, 0.24);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 16px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.64);
    font-weight: 650;
    font-size: 14px;
}

.footer-legal {
    display: flex;
    gap: 16px;
}

.footer-legal a:hover {
    color: #fff;
}

@media (max-width: 980px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 26px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-links-col {
        grid-column: 1 / -1;
    }

    .footer-sitemap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 22px;
    }

    .footer-sitemap-group.is-dense .footer-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 40px 0 22px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-sitemap {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .footer-sitemap-column {
        gap: 16px;
    }
}

.footer-list .sub-menu,
.footer-list .children {
    display: none !important;
}

.footer-list,
.footer-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-list>li {
    margin: 0 0 8px;
}

.footer-list .sub-menu,
.footer-list .children {
    display: none !important;
}

.site-footer .container {
    width: min(var(--max), calc(100% - 64px));
    max-width: none;
    margin: 0 auto;
}
