.footer--expanded {
    padding: 0 !important;
    border-top: 1px solid #d8e0da;
    background: #f6f7f5;
    color: #26342b;
}

.footer--expanded * {
    box-sizing: border-box;
}

.footer--expanded .footer-top {
    padding: 0 0 42px;
}

.footer--expanded .footer-guide-callout {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
    padding: 40px 0 34px;
    border-bottom: 1px solid #ced8d1;
}

.footer--expanded .footer-guide-callout__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--brand-color, #2f8b57);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.footer--expanded .footer-guide-callout h2 {
    margin: 0 0 7px;
    color: #18251d;
    font-size: clamp(24px, 2.5vw, 34px);
    font-weight: 650;
    letter-spacing: -.025em;
    line-height: 1.15;
}

.footer--expanded .footer-guide-callout p {
    max-width: 720px;
    margin: 0;
    color: #66736a;
    font-size: 13px;
    line-height: 1.6;
}

.footer--expanded .footer-guide-callout > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 2px solid var(--brand-color, #2f8b57);
    color: #1f663f;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.footer--expanded .footer-guide-callout > a:hover,
.footer--expanded .footer-guide-callout > a:focus {
    color: var(--brand-color, #2f8b57);
}

.footer--expanded .footer-layout {
    display: grid;
    grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
    gap: 65px;
    padding-top: 38px;
}

.footer--expanded .footer-logo-wrap {
    display: block;
}

.footer--expanded .footer-logo {
    max-width: 130px;
    margin-bottom: 18px;
}

.footer--expanded .contact-info {
    margin-bottom: 18px;
}

.footer--expanded .contact-info-item {
    padding: 3px 0;
    color: #4f5d54;
    font-size: 12px;
    font-weight: 600;
}

.footer--expanded .footer-marketplace-summary {
    max-width: 245px;
    margin: 0 0 20px;
    color: #6b776f;
    font-size: 12px;
    line-height: 1.6;
}

.footer--expanded .footer-directory {
    min-width: 0;
}

.footer--expanded .footer-link-columns {
    display: grid;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    gap: 30px;
}

.footer--expanded .footer-group {
    min-width: 0;
}

.footer--expanded .footer-group-head {
    margin: 0 0 14px;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid #ced8d1;
    border-radius: 0;
    background: transparent;
    color: #1b2820;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    line-height: 1.3;
    text-transform: uppercase;
}

.footer--expanded .footer-nav,
.footer--expanded .footer-nav.collapse {
    display: block !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    visibility: visible !important;
    list-style: none;
}

.footer--expanded .footer-nav-item {
    display: block;
    margin: 0;
    padding: 0;
}

.footer--expanded .footer-nav-link {
    display: inline-block;
    padding: 5px 0;
    background: none;
    color: #5b685f;
    font-size: 12px;
    line-height: 1.45;
    text-decoration: none;
}

.footer--expanded .footer-nav-link:hover,
.footer--expanded .footer-nav-link:focus {
    background: none;
    color: #1f663f;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.footer--expanded .footer-social {
    display: block;
    margin: 0;
}

.footer--expanded .footer-social-item {
    margin: 0;
}

.footer--expanded .footer-social-link {
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: #5b685f;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.footer--expanded .footer-social-icon {
    width: 16px;
    height: 16px;
    margin-inline-end: 7px;
    border-radius: 0;
}

.footer--expanded .footer-bottom {
    border-top: 1px solid #ced8d1;
    background: #eef1ee;
}

.footer--expanded .footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 56px;
}

.footer--expanded .footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
}

.footer--expanded .footer-legal a {
    color: #5b685f;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
}

.footer--expanded .footer-legal a:hover,
.footer--expanded .footer-legal a:focus {
    color: #1f663f;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1199px) {
    .footer--expanded .footer-link-columns {
        grid-template-columns: repeat(3, minmax(140px, 1fr));
        row-gap: 36px;
    }
}

@media (max-width: 767px) {
    .footer--expanded .footer-guide-callout {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        padding: 32px 0 28px;
    }

    .footer--expanded .footer-guide-callout > a {
        padding-top: 4px;
    }

    .footer--expanded .footer-layout {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-top: 32px;
    }

    .footer--expanded .footer-logo-wrap {
        display: block;
    }

    .footer--expanded .footer-link-columns {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 24px;
    }

    .footer--expanded .footer-group-head {
        margin-bottom: 10px;
        padding: 0 0 8px;
        background: transparent;
    }

    .footer--expanded .footer-bottom-inner {
        flex-direction: column;
        gap: 12px;
        padding: 16px 0;
        text-align: center;
    }
}

@media (max-width: 479px) {
    .footer--expanded .footer-link-columns {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer--expanded .footer-group {
        padding-bottom: 4px;
        border-bottom: 1px solid #d8e0da;
    }
}
