/* Site footer — full-width navy band; inner content matches rankings carousel (1200px) */

.wmf-site-footer--full-bleed {
    display: block;
    clear: both;
    box-sizing: border-box;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.wmf-site-footer {
    background: #093f89;
    color: rgba(255, 255, 255, 0.92);
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.wmf-site-footer__rule {
    height: 3px;
    background: #e4c04a;
    width: 100%;
}

/* Same container-fluid + col-lg-10 grid as homepage event sections (index.php) */
.wmf-site-footer__container {
    padding-top: 2.25rem;
    padding-bottom: 0;
}

.wmf-site-footer__grid {
    display: grid;
    gap: 2rem 1.5rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .wmf-site-footer__grid {
        grid-template-columns: 1.4fr repeat(3, 1fr);
    }
}

.wmf-site-footer__brand-link {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 0.65rem;
    line-height: 0;
}

.wmf-site-footer__brand-logo {
    display: block;
    height: 52px;
    width: auto !important;
    max-width: none !important;
    object-fit: contain;
}

.wmf-site-footer__about {
    font-size: 0.875rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 1rem;
    max-width: 26rem;
}

.wmf-site-footer__official {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #e4c04a;
    text-decoration: none;
}

.wmf-site-footer__official::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e4c04a;
    flex-shrink: 0;
}

.wmf-site-footer__official:hover {
    color: #f5d86a;
    text-decoration: none;
}

.wmf-site-footer__heading {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #e4c04a;
    margin: 0 0 0.85rem;
}

.wmf-site-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wmf-site-footer__links li {
    margin-bottom: 0.45rem;
}

.wmf-site-footer__links a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.wmf-site-footer__links a:hover {
    color: #fff;
    text-decoration: underline;
}

.wmf-site-footer__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    margin-top: 2rem;
    padding: 1rem 0 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.65);
}

.wmf-site-footer__bar a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.wmf-site-footer__bar a:hover {
    color: #fff;
    text-decoration: underline;
}

.wmf-site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-home-body .wmf-site-footer--full-bleed {
    margin-top: 0;
}
