/**
 * Three-band retail footer (bright green / forest / deep green). Moso copy only.
 */

.footer.footer--retail-triple {
    margin-top: 0;
    padding: 0;
    border: none;
    color: #fff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.footer.footer--retail-triple a {
    color: #fff;
    text-decoration: none;
}

.footer.footer--retail-triple a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* --- Band 1: main links --- */
.footer.footer--retail-triple .footer__band--top {
    background: #66a014;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer.footer--retail-triple .footer__main-row {
    --footer-col-divider: rgba(255, 255, 255, 0.18);
}

.footer.footer--retail-triple .footer__col {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
    .footer.footer--retail-triple .footer__col--edge {
        border-right: 1px solid var(--footer-col-divider);
        padding-right: 1.75rem;
    }
}

.footer.footer--retail-triple .footer__title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0 0 1rem;
    color: #fff;
}

.footer.footer--retail-triple .footer__text,
.footer.footer--retail-triple .footer__col p {
    font-size: 0.875rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0.65rem;
}

.footer.footer--retail-triple .footer__phone {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin: 0.5rem 0 0.35rem;
}

.footer.footer--retail-triple .footer__phone a {
    color: #fff;
}

.footer.footer--retail-triple .footer__hours {
    font-size: 0.8125rem;
    opacity: 0.95;
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.footer.footer--retail-triple .footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer.footer--retail-triple .footer__list li {
    margin-bottom: 0.45rem;
}

.footer.footer--retail-triple .footer__list a {
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.98);
}

/* --- Band 2: social + trust --- */
.footer.footer--retail-triple .footer__band--mid {
    background: #3d5c0b;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 1rem 0;
}

.footer.footer--retail-triple .footer__mid-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 2rem;
}

.footer.footer--retail-triple .footer__mid-label {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-right: 0.65rem;
    opacity: 0.95;
}

.footer.footer--retail-triple .footer__social-row {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.footer.footer--retail-triple .footer__social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #3d5c0b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.footer.footer--retail-triple .footer__social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.footer.footer--retail-triple .footer__social-logo {
    width: 18px;
    height: 18px;
}

.footer.footer--retail-triple .footer__trust-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.footer.footer--retail-triple .footer__trust-badge {
    display: inline-block;
    padding: 0.35rem 0.65rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.12);
}

/* --- Band 3: copyright + payments --- */
.footer.footer--retail-triple .footer__band--bottom {
    background: #283d07;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.85rem 0;
}

.footer.footer--retail-triple .footer__bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    font-size: 0.8125rem;
    width: 100%;
}

.footer.footer--retail-triple .footer__copyright {
    margin: 0;
    text-align: right;
    color: rgba(255, 255, 255, 0.9);
}

.footer.footer--retail-triple .footer__copyright strong {
    font-weight: 700;
    color: #fff;
}

.footer.footer--retail-triple .footer__credit {
    margin: 0;
    font-size: 0.75rem;
    opacity: 0.85;
    text-align: left;
}

.footer.footer--retail-triple .footer__credit a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: underline;
}

/* Back to top (matches deep band) */
.back-to-top.footer__scroll-top {
    background: #3d5c0b !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.back-to-top.footer__scroll-top:hover {
    background: #66a014 !important;
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .footer.footer--retail-triple .footer__main-row,
    .footer.footer--retail-triple .footer__col,
    .footer.footer--retail-triple .footer__title,
    .footer.footer--retail-triple .footer__text,
    .footer.footer--retail-triple .footer__phone,
    .footer.footer--retail-triple .footer__hours,
    .footer.footer--retail-triple .footer__list,
    .footer.footer--retail-triple .footer__list li,
    .footer.footer--retail-triple .footer__list a {
        text-align: left !important;
    }

    .footer.footer--retail-triple .footer__title,
    .footer.footer--retail-triple .footer__text,
    .footer.footer--retail-triple .footer__phone,
    .footer.footer--retail-triple .footer__hours,
    .footer.footer--retail-triple .footer__list {
        margin-left: 0;
        margin-right: 0;
    }

    .footer.footer--retail-triple .footer__col {
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
    }

    .footer.footer--retail-triple .footer__mid-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer.footer--retail-triple .footer__bottom-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .footer.footer--retail-triple .footer__credit {
        margin-right: 0;
        order: 2;
    }

    .footer.footer--retail-triple .footer__copyright {
        margin-left: 0;
        text-align: left;
        order: 1;
    }
}
