/* =============================================================
   THEOLOGIA REFORMATA — Footer / colophon styles
   ============================================================= */

.footer-theologia {
    margin-top: 4rem;
    background: linear-gradient(180deg, #5a2828 0%, #3a1818 100%);
    color: #f4ead4;
    padding: 2.5rem 2rem 1.5rem;
    font-family: Georgia, 'EB Garamond', serif;
    font-size: 0.92rem;
    line-height: 1.6;
    border-top: 4px solid #e8a532;
    width: 100%;
    box-sizing: border-box;
}

.footer-theologia-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2.5rem;
    margin-bottom: 2rem;
}

.footer-colonne h4 {
    font-family: Georgia, serif;
    font-size: 1rem;
    color: #e8a532;
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.footer-colonne ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-colonne ul li {
    margin: 0.4rem 0;
}

.footer-colonne ul li a {
    color: #f4ead4;
    text-decoration: none;
    transition: color 0.2s;
    border-bottom: 1px solid transparent;
}

.footer-colonne ul li a:hover {
    color: #e8a532;
    border-bottom-color: #e8a532;
}

.footer-marque .footer-titre {
    font-size: 1.3rem;
    font-weight: bold;
    color: #e8a532;
    margin: 0 0 0.5rem;
    letter-spacing: 0.02em;
}

.footer-marque .footer-slogan {
    font-style: italic;
    margin: 0;
    color: #d4c5a0;
}

.footer-colophon p {
    margin: 0.3rem 0;
}

.footer-petit {
    font-size: 0.82rem;
    color: #c4a880;
}

.footer-petit a {
    color: #e8a532;
    text-decoration: none;
}

.footer-petit a:hover {
    text-decoration: underline;
}

.footer-bas {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(232, 165, 50, 0.3);
    text-align: center;
}

.footer-bas p {
    margin: 0.3rem 0;
}

@media (max-width: 600px) {
    .footer-theologia {
        padding: 2rem 1rem 1rem;
    }
    .footer-theologia-inner {
        gap: 1.5rem;
    }
}
