.site-footer {
    background: #050505;
    color: #ffffff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 70px;
    padding: 90px 0;
}

.footer-brand h2 {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 6px;
}

.footer-brand p {
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: .3em;
}

.footer-column h4 {
    text-transform: uppercase;
    font-size: .82rem;
    letter-spacing: .15em;
    margin-bottom: 22px;
    color: #999999;
}

.footer-column ul {
    list-style: none;
}

.footer-column li {
    margin-bottom: 12px;
}

.footer-column a,
.footer-contact a {
    color: #ffffff;
    text-decoration: none;
}

.footer-column a:hover,
.footer-contact a:hover {
    opacity: .65;
}

.footer-phone {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    margin: 12px 0 18px;
}

.footer-contact p {
    color: #cccccc;
    line-height: 1.6;
}

.footer-bottom {
    border-top: 1px solid #1d1d1d;
}

.footer-bottom-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0;
}

.footer-bottom p,
.footer-links a {
    color: #888888;
    font-size: .9rem;
    text-decoration: none;
}

.footer-links {
    display: flex;
    gap: 28px;
}

.footer-links a:hover {
    color: #ffffff;
}