.av-site-footer,
.av-site-footer * {
    box-sizing: border-box;
}

.av-site-footer {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    padding: 62px 0 38px;
    color: #fff;
    text-align: left;
    background: #07121e;
    border-top: 1px solid rgba(184, 148, 82, .72);
}

.av-site-footer__inner {
    width: min(calc(100% - 88px), 1500px);
    margin: 0 auto;
}

.av-site-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.av-site-footer__brand {
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .25em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.av-site-footer__identity p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .58);
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: .04em;
}

.av-site-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.av-site-footer__nav a {
    color: rgba(255, 255, 255, .72);
    font-family: Inter, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .10em;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
}

.av-site-footer__nav a:hover {
    color: #fff;
}

.av-site-footer__nav a:focus-visible {
    outline: 2px solid #d5ad62;
    outline-offset: 5px;
}

.av-site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 27px;
    color: rgba(255, 255, 255, .45);
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 620px) {
    .av-site-footer__inner {
        width: min(calc(100% - 34px), 1500px);
    }

    .av-site-footer__top,
    .av-site-footer__bottom {
        flex-direction: column;
    }
}
