.site-footer {
    background: var(--navy-ink);
    color: rgba(255, 253, 248, 0.78);
}

.site-footer__wrap {
    display: grid;
    gap: 2rem 1.6rem;
    max-width: 1240px;
    margin: 0 auto;
    padding: 2.6rem 1.15rem 1.8rem;
}

.site-footer__logo {
    display: inline-flex;
}

.site-footer__logo img {
    width: 4.55rem;
    height: auto;
}

.site-footer__inst {
    margin: 0.65rem 0 0;
    max-width: 22rem;
    color: rgba(255, 253, 248, 0.7);
    font-size: 0.88rem;
    line-height: 1.5;
}

.site-footer__inst strong {
    display: block;
    margin-top: 0.45rem;
    color: var(--paper-2);
    font-weight: 750;
}

.site-footer__label {
    margin: 0 0 0.7rem;
    color: var(--gold-bright);
    font-size: 0.7rem;
    font-weight: 750;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.site-footer__label--social {
    margin-top: 1.3rem;
}

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

.site-footer li + li {
    margin-top: 0.15rem;
}

.site-footer a {
    display: inline-flex;
    align-items: center;
    min-height: 3rem;
    color: rgba(255, 253, 248, 0.82);
}

.site-footer a:hover {
    color: var(--paper-2);
}

.site-footer a:focus-visible {
    outline: 2px solid var(--gold-bright);
    outline-offset: 3px;
}

.site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem 1.2rem;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0.9rem 1.15rem 1.3rem;
    border-top: 1px solid rgba(255, 253, 248, 0.1);
    color: rgba(255, 253, 248, 0.55);
    font-size: 0.84rem;
}

.site-footer__legal p {
    margin: 0;
}

.site-footer__legal a {
    min-height: 2.4rem;
    color: rgba(255, 253, 248, 0.72);
}

@media (min-width: 760px) {
    .site-footer__wrap {
        grid-template-columns: 1fr 1fr;
        padding: 3rem 1.4rem 2rem;
    }

    .site-footer__legal {
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }
}

@media (min-width: 1100px) {
    .site-footer__wrap {
        grid-template-columns: 1.2fr 0.85fr 1.05fr 0.9fr;
        gap: 2rem 2.4rem;
        padding-top: 3.2rem;
    }

    .site-footer a {
        min-height: 2.15rem;
    }
}
