/* Discover Our Vendors — matched to approved reference image */
.discover-vendors {
    background: #C3B59E;
    padding: 56px 24px 80px;
}

.discover-vendors-inner {
    max-width: 768px;
    margin: 0 auto;
}

.discover-vendors-header {
    display: block;
    position: static;
    z-index: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 16px auto 72px;
    padding: 0;
    text-align: center;
    background: none !important;
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    transform: none;
}

.discover-vendors-header h1 {
    display: block;
    width: 100%;
    margin: 0 0 14px;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: normal;
    color: #111111;
    text-align: center;
    white-space: nowrap;
    background: none !important;
    background-color: transparent !important;
    float: none;
}

.discover-vendors-header p {
    display: block;
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.120rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: normal;
    color: #2f2f2f;
    text-align: center;
    background: none !important;
    background-color: transparent !important;
    float: none;
}

.discover-vendors-empty {
    grid-column: 1 / -1;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    color: #4a4a4a;
    margin: 0;
}

.vendor-grid {
    display: grid;
    grid-template-columns: repeat(2, 360px);
    justify-content: center;
    column-gap: 40px;
    row-gap: 28px;
}

.vendor-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 360px;
    min-height: 100%;
    background: #D8CAB4;
    border-radius: 5px;
    box-shadow: 0 2px 12px rgba(39, 35, 34, 0.08), 0 6px 20px rgba(39, 35, 34, 0.06);
    overflow: hidden;
}

.vendor-card-banner {
    width: 100%;
    height: 160px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    background: #c9bba8;
}

.vendor-card-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vendor-card-banner-placeholder {
    width: 100%;
    height: 100%;
    background: #c9bba8;
}

.vendor-card-logo {
    position: absolute;
    top: 122px;
    left: 16px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    box-shadow: 0 3px 10px rgba(39, 35, 34, 0.1);
    overflow: hidden;
    background: #ffffff;
    z-index: 2;
}

.vendor-card-logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vendor-card-logo-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    color: #4a593d;
    background: #fdfdfd;
}

.vendor-card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 12px 16px 18px;
}

.vendor-card-location {
    position: absolute;
    top: 10px;
    right: 16px;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: normal;
    color: #555555;
    text-align: right;
    white-space: nowrap;
}

.vendor-card-name {
    margin: 42px 0 0;
    padding-right: 72px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: normal;
    color: #111111;
    text-align: left;
}

.vendor-card-description {
    margin: 8px 0 18px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    color: #333333;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: calc(1.5em * 2);
}

.vendor-visit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    min-width: 152px;
    align-self: flex-start;
    margin-top: auto;
    padding: 8px 26px;
    border: 1px solid rgba(27, 27, 27, 0.6);
    border-radius: 5px;
    background: transparent;
    color: #1b1b1b;
    font-family: 'Poppins', sans-serif;
    font-size: 0.687rem;
    font-weight: 420;
    line-height: 1;
    letter-spacing: normal;
    text-decoration: none;
    box-sizing: border-box;
}

.vendor-visit-btn:hover {
    background: rgba(27, 27, 27, 0.05);
    color: #1b1b1b;
}

.vendor-visit-arrow {
    font-size: 0.875rem;
    line-height: 1;
    position: relative !important;
    left: 25px !important;
}

@media (max-width: 780px) {
    .discover-vendors-inner {
        max-width: 360px;
    }

    .vendor-grid {
        grid-template-columns: 360px;
    }
}

@media (max-width: 400px) {
    .discover-vendors {
        padding: 48px 16px 64px;
    }

    .discover-vendors-header {
        margin: 56px auto 56px;
    }

    .discover-vendors-header h1 {
        font-size: 1.625rem;
        font-weight: 500;
        line-height: 1.15;
        white-space: normal;
    }

    .discover-vendors-header p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.4;
        max-width: 100%;
    }

    .discover-vendors-inner {
        max-width: 100%;
    }

    .vendor-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .vendor-card {
        width: 100%;
    }
}
