/* Minimal footer styles (keeps footer separated for future customization) */
.site-footer {
    padding: 28px 0;
    background: white;
    border-top: 1px solid rgba(15, 23, 42, 0.04);
    color: var(--muted);
    text-align: center;
}

.site-footer p {
    margin: 0 0 10px 0;
    font-size: 0.95rem;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-nav a {
    color: var(--muted);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: var(--brand-1);
}

/* Footer-specific styles (placeholder) */
.site-footer {}
