/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    align-items: start;
    padding: 2rem 0;
}

.footer-logo {
    width: auto;
    height: clamp(42px, 4vw, 52px);
}

.footer-links,
.footer-contact {
    display: grid;
    gap: 0.7rem;
}

.footer-note {
    max-width: 260px;
    margin: 1rem 0 0;
}

.site-footer h3 {
    margin: 0 0 0.75rem;
    font-size: 1.3rem;
}

.footer-contact p {
    margin: 0;
    color: #d0d0d0;
    line-height: 1.7;
}

.footer-bottom {
    padding: 1.25rem 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--color-muted);
}
