/* =========================================
   CHAIR FEMMES - SHARED FOOTER STYLES
   ========================================= */

.site-footer {
    background-color: #3A261F;
    color: #FAF6F0;
    padding-bottom: 50px;
}

.footer-titles h1 {
    font-size: clamp(3rem, 12vw, 6rem);
    line-height: 0.85;
    letter-spacing: -2px;
}

.faded-text {
    color: rgba(250, 246, 240, 0.15);
}

.bg-light-beige {
    background-color: #4A332A;
}

.social-icons a {
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #d64d2e !important;
}

.footer-nav a {
    font-size: 1.1rem;
    transition: color 0.3s, opacity 0.3s;
    font-family: 'The Seasons', 'Playfair Display', serif;
}

.footer-nav a:hover {
    opacity: 1;
    color: #d64d2e !important;
}

.footer-info h5 {
    font-family: 'Manrope', sans-serif;
}

.footer-bottom p {
    font-family: 'The Seasons', 'Playfair Display', serif;
}

.footer-credit-text {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(0.6rem, 2.5vw, 0.8rem);
    white-space: nowrap;
}

.credit-link {
    font-family: 'The Seasons', 'Playfair Display', serif;
    color: #ffffff !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    opacity: 1 !important;
    transition: all 0.3s ease;
}

.credit-link:hover {
    color: #fecb46 !important;
    text-decoration-color: #fecb46 !important;
}

@media (max-width: 991px) {
    .footer-titles h1 {
        font-size: clamp(3rem, 12vw, 4.5rem);
    }

    .pose-label,
    .footer-nav {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        text-align: left !important;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .pose-label {
        display: none !important;
    }

    .footer-img-group {
        margin-top: 0;
    }

    #mobile-footer-img {
        max-width: 150px;
    }
}

@media (max-width: 768px) {
    .footer-titles span.fs-4 {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 480px) {
    .footer-titles h1 {
        font-size: 2.5rem;
    }
}
