/* Footer 2025 Styles — Extracted from parts/footer-2025.html inline <style> */

.site-footer-2025 {
    background: linear-gradient(rgba(5,5,5,0.9), rgba(5,5,5,0.95)), url('/wp-content/uploads/2025/12/newbg.jpg') center/cover no-repeat;
}

/* Push nav columns to the right edge - targets first nav column (child 2) */
.site-footer-2025 .footer-main-columns > .wp-block-column:nth-child(2) {
    margin-left: auto;
}

/* Column header styling */
.footer-nav-col h4 {
    color: var(--wp--preset--color--gold, #C5A059);
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: right;
}

/* Navigation list styling */
.footer-nav-col.footer-nav-col ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    text-align: right;
}
.footer-nav-col ul li {
    margin-bottom: 14px;
    text-align: right;
}
.footer-nav-col ul li a {
    color: var(--pl-color-text-subtle);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}
.footer-nav-col ul li a:hover {
    color: var(--wp--preset--color--gold, #FFD700);
}

/* Brand/Social column styling */
.footer-brand-col.footer-brand-col {
    text-align: left;
}
.footer-brand-name.footer-brand-name {
    text-align: left;
    margin-left: 0;
}

/* Social icons row */
.footer-social-icons.footer-social-icons {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
}
.footer-social-icons a {
    color: var(--wp--preset--color--white);
    transition: color 0.3s ease, opacity 0.3s ease;
}
.footer-social-icons a:hover {
    color: var(--wp--preset--color--gold, #FFD700);
    opacity: 0.8;
}
.footer-social-icons svg {
    width: 36px;
    height: 36px;
    fill: currentColor;
}

/* Copyright bar */
.footer-copyright-bar {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 24px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.footer-copyright-bar .copyright-text {
    color: var(--pl-color-text-muted);
    font-size: 0.875rem;
    margin: 0;
}
.footer-legal-links {
    display: flex;
    gap: 20px;
    align-items: center;
}
.footer-legal-links a {
    color: var(--pl-color-text-muted);
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-legal-links a:hover {
    color: var(--wp--preset--color--gold, #FFD700);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .footer-main-columns {
        flex-wrap: wrap;
    }
    .footer-brand-col.footer-brand-col {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .footer-nav-col.footer-nav-col {
        flex-basis: 50%;
    }
    /* Reset margin and text alignment on tablet/mobile */
    .site-footer-2025 .footer-main-columns > .wp-block-column:nth-child(2) {
        margin-left: 0;
    }
    .footer-nav-col.footer-nav-col h4,
    .footer-nav-col.footer-nav-col ul,
    .footer-nav-col.footer-nav-col ul li {
        text-align: left;
    }
    .footer-social-icons.footer-social-icons {
        justify-content: space-between;
        width: 100%;
    }
}
@media (max-width: 781px) {
    .site-footer-2025 .footer-main-columns.wp-block-columns {
        flex-wrap: wrap !important;
        flex-direction: row !important;
        gap: 20px !important;
    }
    .site-footer-2025 .footer-brand-col.wp-block-column {
        flex-basis: 100% !important;
        max-width: 100% !important;
        order: 3;
        margin-bottom: 0;
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }
    .site-footer-2025 .footer-nav-col.wp-block-column {
        flex-basis: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .site-footer-2025 {
        padding-top: 30px !important;
        padding-bottom: 0 !important;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    .site-footer-2025 .footer-main-columns.wp-block-columns {
        flex-wrap: wrap !important;
        flex-direction: row !important;
        gap: 16px !important;
    }

    .site-footer-2025 .footer-brand-col.wp-block-column {
        flex-basis: 100% !important;
        max-width: 100% !important;
        order: 3;
        margin-bottom: 0;
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }

    .site-footer-2025 .footer-nav-col.wp-block-column {
        flex-basis: calc(50% - 8px) !important;
        max-width: calc(50% - 8px) !important;
        margin-bottom: 0;
    }

    .footer-nav-col h4 {
        font-size: 0.75rem;
        margin-bottom: 12px;
        text-align: left;
    }
    .footer-nav-col ul li {
        margin-bottom: 8px;
    }
    .footer-nav-col ul li a {
        font-size: 0.85rem;
    }

    .footer-social-icons.footer-social-icons {
        justify-content: center !important;
        width: 100%;
        gap: 24px;
        padding: 0;
    }
    .footer-social-icons svg {
        width: 28px;
        height: 28px;
    }

    .footer-copyright-bar {
        margin-top: 16px;
        padding: 12px 0;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .footer-copyright-bar .copyright-text {
        font-size: 0.75rem;
    }
    .footer-legal-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }
    .footer-legal-links a {
        font-size: 0.75rem;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .footer-social-icons a,
    .footer-nav-col ul li a,
    .footer-legal-links a {
        transition-duration: 0.01ms !important;
    }
}
