/* Site footer */
.site-footer {
    background-color: var(--color-text);
    color: var(--color-white);
    padding: 80px 0 40px;
}

.site-footer__logo {
    display: inline-block;
}

.site-footer__logo img {
    filter: brightness(0) invert(1);
}

.site-footer__logo-image {
    display: block;
    height: 36px;
    width: auto;
}

.site-footer__container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.site-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: right;
}

.site-footer__nav a {
    font-family: var(--font-en);
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.site-footer__nav a:hover {
    color: var(--color-white);
    opacity: 1;
}

.site-footer__copyright {
    font-family: var(--font-en);
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 32px;
}
