/* ─────────────────────────────────────────────────────────
   FOOTER BELLE ÉPOQUE
───────────────────────────────────────────────────────── */

.site-footer,
#colophon,
.footer-wrap {
    background: #0a0908 !important;
    border-top: 1px solid rgba(201, 169, 110, 0.15);
    font-family: 'Cormorant Garamond', Georgia, serif;
}

/* Rangées footer — espacement */
.footer-wrap .footer-row {
    padding: 40px 24px;
}

/* Liens navigation footer */
.footer-navigation a,
.footer-nav a {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(245, 240, 232, 0.45) !important;
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 0 12px;
}

.footer-navigation a:hover,
.footer-nav a:hover {
    color: #c9a96e !important;
}

/* Copyright */
.site-footer .copyright,
.footer-copyright {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: rgba(245, 240, 232, 0.25) !important;
    padding: 20px 0;
}

/* Icônes sociales */
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(201, 169, 110, 0.2);
    border-radius: 2px;
    transition: border-color 0.2s ease;
}

.footer-social a:hover {
    border-color: #c9a96e;
}

.footer-social svg {
    width: 16px;
    height: 16px;
    fill: rgba(245, 240, 232, 0.4) !important;
    transition: fill 0.2s ease;
}

.footer-social a:hover svg {
    fill: #c9a96e !important;
}