.featured-brands-section {
    padding: 40px 24px 0;
    background: #f7eee7;
    text-align: center;
    overflow: hidden;
}

.featured-brands-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    max-width: 1060px;
    margin: 0 auto;
}

.featured-brands-heading__line {
    flex: 1;
    height: 1px;
    background: rgba(184, 141, 63, 0.45);
}

.featured-brands-heading__text {
    white-space: nowrap;
    color: #985313;
    font: 700 14px/1 Manrope, Arial, sans-serif;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.featured-brands-title {
    margin: 20px 0 0;
    color: #201a14;
    font: 400 44px/1.15 Georgia, 'Times New Roman', serif;
}

.featured-brands-subtitle {
    margin: 14px 0 0;
    color: #6b5d4f;
    font: 400 16px/1.5 Manrope, Arial, sans-serif;
}

.featured-brands-carousel {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 1760px;
    margin: 52px auto 0;
}

.featured-brands-nav {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(184, 141, 63, 0.5);
    border-radius: 50%;
    background: #171310;
    color: #d6b868;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.featured-brands-nav svg {
    width: 20px;
    height: 20px;
}

.featured-brands-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

@media (hover: hover) and (pointer: fine) {
    .featured-brands-nav:not(.swiper-button-disabled):hover {
        transform: scale(1.08);
        background: #241d16;
        border-color: #d6b868;
    }
}

.featured-brands-nav:not(.swiper-button-disabled):active {
    transform: scale(0.94);
}

.featured-brands-swiper {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.featured-brands-swiper .swiper-wrapper {
    align-items: stretch;
}

.featured-brand-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    background: #fbf8f3;
    box-shadow: 0 10px 26px rgba(40, 28, 12, 0.1);
}

.featured-brand-card__photo {
    position: relative;
    aspect-ratio: 900 / 810;
    overflow: hidden;
}

.featured-brand-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-brand-card__overlay {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 40.3%;
    bottom: 18.9%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.featured-brand-card__tagline {
    margin: 0;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
    font: 400 16px/1.35 Manrope, Arial, sans-serif;
}

.featured-brand-card__btn {
    display: flex;
    width: 70%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34%;
    padding: 8px 14px;
    border-radius: 2px;
    background: #fff;
    color: #171310 !important;
    font: 700 12px/1.15 Manrope, Arial, sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.featured-brand-card__btn span {
    font-size: 15px;
}

@media (hover: hover) and (pointer: fine) {
    .featured-brand-card__btn:hover {
        background: #d6b868;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-2px);
    }
}

.featured-brand-card__btn:active {
    transform: translateY(0) scale(0.97);
}

@media (prefers-reduced-motion: reduce) {
    .featured-brands-nav,
    .featured-brand-card__btn {
        transition: none;
    }

    .featured-brands-nav:hover,
    .featured-brands-nav:active,
    .featured-brand-card__btn:hover,
    .featured-brand-card__btn:active {
        transform: none;
    }
}

.featured-brands-advertise {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 32px;
    max-width: 1760px;
    margin: 48px auto 0;
    padding: 28px 40px;
    border: 1px solid rgba(184, 141, 63, 0.55);
    border-radius: 4px;
    text-align: left;
}

.featured-brands-advertise__icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    color: #d6b868;
}

.featured-brands-advertise__heading {
    margin: 0;
    flex-shrink: 0;
    color: #201a14;
    font: 400 26px/1.2 Georgia, 'Times New Roman', serif;
}

.featured-brands-advertise__copy {
    flex: 1;
    min-width: 260px;
    margin: 0;
    color: #4b4038;
    font: 400 15px/1.5 Manrope, Arial, sans-serif;
}

.featured-brands-advertise__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    padding: 14px 28px;
    border-radius: 4px;
    background: #171310;
    color: #d6b868 !important;
    font: 700 13px/1 Manrope, Arial, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
    .featured-brands-advertise__btn:hover {
        background: #2b241c;
        transform: translateY(-2px);
    }
}

.featured-brands-advertise__btn:active {
    transform: translateY(0) scale(0.97);
}

@media (prefers-reduced-motion: reduce) {
    .featured-brands-advertise__btn {
        transition: none;
    }

    .featured-brands-advertise__btn:hover,
    .featured-brands-advertise__btn:active {
        transform: none;
    }
}

@media (max-width: 991px) {
    .featured-brands-section {
        padding: 32px 20px 0;
    }

    .featured-brands-title {
        font-size: 34px;
    }

    .featured-brands-carousel {
        margin-top: 40px;
    }

    .featured-brands-nav {
        width: 40px;
        height: 40px;
    }

    .featured-brands-advertise {
        flex-direction: column;
        text-align: center;
        padding: 28px 24px;
    }
}

@media (max-width: 575px) {
    .featured-brands-heading__text {
        font-size: 12px;
        letter-spacing: 0.1em;
    }

    .featured-brands-title {
        font-size: 28px;
    }

    .featured-brands-subtitle {
        font-size: 14px;
    }

    .featured-brands-carousel {
        gap: 10px;
    }

    .featured-brands-nav {
        width: 36px;
        height: 36px;
    }

    .featured-brands-nav svg {
        width: 16px;
        height: 16px;
    }
}
