.site-footer {
    padding: 6rem 0 3rem;
    background: radial-gradient(
            120% 120% at 50% 0%,
            rgba(255,255,255,0.04),
            rgba(0,0,0,0.9) 70%
    );
    color: rgba(255,255,255,0.7);
}

.footer-logo {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: .75rem;
}

.footer-tagline {
    font-size: .95rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.6);
}

.footer-nav h4,
.footer-contact h4 {
    font-size: .75rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 1rem;
}

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

.footer-nav li {
    margin-bottom: .5rem;
    font-size: .95rem;
}

.footer-nav a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.footer-nav a:hover {
    color: #fff;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

.footer-note {
    margin-top: .75rem;
    font-size: .85rem;
    color: rgba(255,255,255,0.55);
}

.footer-bottom {
    margin-top: 4rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
    color: rgba(255,255,255,0.45);
}
.footer-legal {
    margin-top: .75rem;
    font-size: .7rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.45);
}