.site-footer {
    border-top: 1px solid rgba(123, 51, 6, 0.3);
    background: linear-gradient(180deg, #000 0%, #101828 100%);
}

.site-footer__inner {
    display: grid;
    gap: 1.8rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.site-footer__brand img {
    width: 10.6rem;
    margin-bottom: 0.8rem;
}

.site-footer__brand p,
.site-footer__links a,
.site-footer__contact p {
    margin: 0;
    color: var(--text-soft);
    font-size: 1rem;
}

.site-footer__links,
.site-footer__contact {
    display: grid;
    gap: 0.42rem;
    align-content: start;
}

.site-footer h2 {
    margin: 0 0 0.35rem;
    color: var(--gold);
    font-size: 1.125rem;
}

.site-footer__copy {
    margin: 0;
    padding: 0 1rem 0.3rem;
    color: rgba(244, 240, 232, 0.34);
    text-align: center;
    font-size: 0.875rem;
}

.site-footer__note {
    margin: 0;
    padding: 0 1rem 1.6rem;
    color: #4a5565;
    text-align: center;
    font-size: 0.75rem;
}

@media (min-width: 900px) {
    .site-footer__inner {
        grid-template-columns: 1.1fr 0.8fr 1fr;
    }
}
