/* ─────────────────────────────────────────────────────────────
   Footer polish
   ───────────────────────────────────────────────────────────── */

.site-footer .footer-heading {
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    line-height: 1.2;
}

/* Socials: iets duidelijker tegen de zwarte achtergrond */
.site-footer .footer-socials {
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.site-footer .footer-socials a {
    opacity: 0.7;
    transition: opacity 0.15s ease, color 0.15s ease;
}

.site-footer .footer-socials a:hover,
.site-footer .footer-socials a:focus-visible {
    opacity: 1;
}

/* Ontdek meer: links uitlijnen op startkant, tighter ritme */
.site-footer .footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.site-footer .footer-links-title {
    margin-bottom: 1.25rem;
    color: #fff;
    font-weight: 700;
}

.site-footer .footer-link {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
    transition: opacity 0.15s ease, color 0.15s ease;
}

.site-footer .footer-link:hover,
.site-footer .footer-link:focus-visible {
    opacity: 1;
    color: var(--kringwinkel-oranje, var(--bs-primary));
}

/* Onderbalk: consistent ritme tussen logo, copyright en menu-links */
.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-bottom-links a {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
    transition: opacity 0.15s ease, color 0.15s ease;
    padding: 0.25rem 0;
}

.site-footer .footer-bottom-links a:hover,
.site-footer .footer-bottom-links a:focus-visible {
    opacity: 1;
    color: var(--kringwinkel-oranje, var(--bs-primary));
}

.site-footer .footer-copyright {
    color: rgba(255, 255, 255, 0.75);
}

.site-footer .footer-copyright a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.15s ease;
}

.site-footer .footer-copyright a:hover,
.site-footer .footer-copyright a:focus-visible {
    color: var(--kringwinkel-oranje, var(--bs-primary));
}
