
/* Dark footer + large logo */

.site-footer {
    background: #060606;
    color: rgba(255, 255, 255, 0.88);
}

.site-footer,
.site-footer .footer-main,
.site-footer .footer-bottom {
    background: #060606;
}

.site-footer .footer-cta {
    background: linear-gradient(135deg, rgba(18, 18, 18, 0.98), rgba(8, 8, 8, 0.96));
    color: #fff;
    border: 1px solid rgba(214, 176, 89, 0.18);
    box-shadow: none;
}

.site-footer .footer-cta p,
.site-footer .footer-cta strong,
.site-footer .footer-main h3,
.site-footer .footer-main h4,
.site-footer .footer-main strong,
.site-footer .footer-bottom,
.site-footer .footer-bottom span,
.site-footer .footer-main,
.site-footer .footer-main li,
.site-footer .footer-main p {
    color: rgba(255, 255, 255, 0.88);
}

.site-footer .footer-main a,
.site-footer .footer-bottom a,
.site-footer .footer-main .footer-nav a,
.site-footer .footer-main .footer-contact a {
    color: #ffffff;
}

.site-footer .footer-main a:hover,
.site-footer .footer-bottom a:hover {
    color: #f0cf7a;
}

.site-footer .footer-main {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer .footer-cta-icon,
.site-footer .footer-cta-actions a span {
    color: #f0cf7a;
}

.site-footer .footer-cta-actions a {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer .footer-cta-actions a:hover {
    background: rgba(240, 207, 122, 0.08);
    border-color: rgba(240, 207, 122, 0.34);
}

.site-footer .brand-footer-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    margin-bottom: 1.25rem;
}

.site-footer .brand-footer-logo {
    display: block;
    width: min(180px, 100%);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.35));
}

.site-footer .footer-brand-copy {
    color: rgba(255, 255, 255, 0.72);
}

.site-footer .footer-contact li,
.site-footer .footer-nav li {
    color: rgba(255, 255, 255, 0.82);
}

.site-footer .footer-nav a,
.site-footer .footer-contact a {
    text-decoration-color: rgba(240, 207, 122, 0.35);
}

.site-footer .footer-brand,
.site-footer .footer-nav,
.site-footer .footer-contact {
    color: #fff;
}

@media (max-width: 768px) {
    .site-footer .brand-footer-logo-wrap {
        justify-content: center;
        width: 100%;
        margin-bottom: 1rem;
    }

    .site-footer .brand-footer-logo {
        width: 150px;
    }
}
