/* =========================================================
   AccessRA Global Footer
   ========================================================= */

.ar-site-footer {
    margin-top: 0;
    background: #0b2236;
    color: #d7e0e7;
}

.ar-site-footer .brand-strip {
    background: #173c59;
}

.ar-site-footer .brand-strip::before {
    background: var(--ar-orange);
}

.ar-site-footer__main {
    display: grid;
    grid-template-columns: minmax(290px, 1.02fr) minmax(0, 1.55fr);
    gap: clamp(46px, 7vw, 88px);
    padding-block: 36px 30px;
}

.ar-site-footer__identity {
    max-width: 390px;
}

.ar-site-footer__brand {
    display: inline-flex;
    color: #fff;
    font-size: 1.22rem;
    font-weight: 900;
    letter-spacing: -.035em;
}

.ar-site-footer__brand span {
    color: var(--ar-orange);
}

.ar-site-footer__tagline {
    margin-top: .55rem;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
}

.ar-site-footer__summary {
    max-width: 365px;
    margin-top: .7rem;
    color: #aebbc6;
    font-size: .75rem;
    line-height: 1.62;
}

.ar-site-footer__contact {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem .85rem;
    margin-top: .95rem;
    color: #8fa1af;
    font-size: .7rem;
}

.ar-site-footer__contact a {
    color: #d7e0e7;
    font-weight: 650;
}

.ar-site-footer__contact a:hover {
    color: #fff;
}

.ar-site-footer__nav {
    display: grid;
    grid-template-columns: 1.15fr .9fr 1fr;
    gap: clamp(24px, 4vw, 46px);
}

.ar-site-footer__group h2 {
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .065em;
    text-transform: uppercase;
}

.ar-site-footer__group ul {
    display: grid;
    gap: .46rem;
    margin-top: .72rem;
}

.ar-site-footer__group a {
    color: #aebbc6;
    font-size: .74rem;
    line-height: 1.45;
}

.ar-site-footer__group a:hover {
    color: #fff;
}

.ar-site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 50px;
    border-top: 1px solid rgba(255,255,255,.10);
    color: #7f929f;
    font-size: .67rem;
}

.ar-site-footer__bottom-note {
    text-align: right;
    color: #8296a5;
}


/* Tablet */

@media (max-width: 900px) {

    .ar-site-footer__main {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ar-site-footer__identity {
        max-width: 620px;
    }
}


/* Mobile */

@media (max-width: 640px) {

    .ar-site-footer__main {
        padding-block: 30px 24px;
    }

    .ar-site-footer__nav {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .ar-site-footer__group {
        padding-top: .9rem;
        border-top: 1px solid rgba(255,255,255,.10);
    }

    .ar-site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: .35rem;
        min-height: 0;
        padding-block: 1rem 1.2rem;
    }

    .ar-site-footer__bottom-note {
        text-align: left;
    }
}
