.site-footer{
    background:#080808;
    color:#fff;
    padding:90px 0 34px;
}

.footer-inner{
    width:min(92%,1320px);
    margin:auto;
    display:grid;
    grid-template-columns:1.4fr .8fr 1fr;
    gap:70px;
    padding-bottom:70px;
    border-bottom:1px solid rgba(255,255,255,.12);
}

.footer-logo{
    display:block;
    width:min(100%,320px);
    margin-bottom:24px;
}

.footer-logo img{
    display:block;
    width:100%;
    height:auto;
    filter:invert(1);
    mix-blend-mode:screen;
}

.footer-brand p{
    max-width:420px;
    color:rgba(255,255,255,.62);
    font-size:17px;
    line-height:1.8;
}

.footer-links,
.footer-contact{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.footer-links a,
.footer-contact a,
.footer-contact p{
    color:rgba(255,255,255,.7);
    font-size:14px;
    letter-spacing:.08em;
}

.footer-links a{
    text-transform:uppercase;
}

.footer-links a:hover,
.footer-contact a:hover{
    color:var(--color-gold);
}

.footer-bottom{
    width:min(92%,1320px);
    margin:28px auto 0;
    display:flex;
    justify-content:space-between;
    gap:20px;
}

.footer-bottom p{
    color:rgba(255,255,255,.45);
    font-size:13px;
}

.footer-bottom p a{transition:color .2s ease}.footer-bottom p a:hover{color:var(--color-gold)}
