.promo-brand-strip-section {
        position: relative;
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 40px 24px 44px;
        border: 0;
        background:
            radial-gradient(circle at 8% 18%, rgba(239, 61, 53, .09), transparent 25%),
            radial-gradient(circle at 92% 82%, rgba(239, 61, 53, .08), transparent 24%),
            linear-gradient(135deg, #fff8f7 0%, #fdecea 52%, #fff9f8 100%);
        box-sizing: border-box;
    }

    .promo-brand-strip-inner {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
    }

    .promo-brand-strip-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        align-items: stretch;
    }

    .promo-brand-card {
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        min-height: 310px;
        display: flex;
        border: 1px solid rgba(216, 73, 63, .14);
        background: #f6f1eb;
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
        opacity: 0;
        translate: 0 28px;
        transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .35s ease, background-size .7s cubic-bezier(.22, 1, .36, 1);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .promo-brand-card::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(90deg, rgba(255, 252, 248, .96) 0%, rgba(255, 252, 248, .86) 36%, rgba(255, 252, 248, .12) 68%, transparent 100%);
        pointer-events: none;
    }

    .promo-brand-card-media-link {
        position: absolute;
        inset: 0;
        z-index: 1;
        border-radius: inherit;
    }

    .promo-brand-strip-section.is-visible .promo-brand-card {
        animation: promoBrandCardReveal .68s cubic-bezier(.22, 1, .36, 1) forwards;
    }

    .promo-brand-strip-section.is-visible .promo-brand-card:nth-child(2) {
        animation-delay: .13s;
    }

    .promo-brand-strip-section.is-visible .promo-brand-card:nth-child(3) {
        animation-delay: .26s;
    }

    .promo-brand-card:hover {
        z-index: 3;
        border-color: rgba(216, 73, 63, .32);
        box-shadow: 0 24px 46px rgba(113, 36, 30, .18);
        transform: translateY(-9px);
    }

    @keyframes promoBrandCardReveal {
        from {
            opacity: 0;
            translate: 0 28px;
        }
        to {
            opacity: 1;
            translate: 0 0;
        }
    }

    .promo-brand-card-content {
        position: relative;
        z-index: 2;
        padding: 32px 32px 28px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        width: 58%;
        box-sizing: border-box;
        transition: transform .35s ease;
        pointer-events: none;
    }

    .promo-brand-card:hover .promo-brand-card-content {
        transform: translateY(-2px);
    }

    .promo-brand-card-title {
        margin: 0 0 18px;
        color: #111;
        font-size: 23px;
        line-height: 1.18;
        font-weight: 800;
        text-transform: uppercase;
    }

    .promo-brand-card-copy {
        margin: 0;
        color: #2d2d2d;
        font-size: 17px;
        line-height: 1.5;
        font-weight: 500;
    }

    .promo-brand-card-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-width: 148px;
        padding: 12px 18px;
        border-radius: 8px;
        border: 2px solid rgba(17, 17, 17, 0.18);
        background: #fff;
        color: #111;
        text-decoration: none;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
        pointer-events: auto;
    }

    .promo-brand-card-btn:hover {
        color: #111;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(17, 17, 17, 0.12);
    }

    .promo-brand-card-btn i {
        font-size: 14px;
    }

    .promo-brand-card--groom {
        background-position: center center;
    }

    .promo-brand-card--kids {
        background-position: center center;
    }

    .promo-brand-card--bride {
        background-position: center center;
    }

    .promo-brand-card--groom:hover,
    .promo-brand-card--kids:hover,
    .promo-brand-card--bride:hover {
        background-size: 106%;
    }

    .promo-brand-card--arrivals {
        background: linear-gradient(90deg, #f4efe8 0%, #f8f4ef 48%, #f2ebe2 100%);
    }

    .promo-brand-card--arrivals .promo-brand-card-content {
        max-width: 42%;
    }

    .promo-brand-arrivals-image {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .promo-brand-arrivals-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        display: block;
        transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .35s ease;
    }

    .promo-brand-card--arrivals:hover .promo-brand-arrivals-image img {
        transform: scale(1.045);
        filter: saturate(1.06) contrast(1.02);
    }

    .promo-brand-card--brands {
        background:
            linear-gradient(180deg, rgba(13, 16, 21, 0.98) 0%, rgba(14, 15, 19, 0.98) 100%),
            radial-gradient(circle at right top, rgba(255, 255, 255, 0.06), transparent 36%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .35s ease, background-size .7s ease;
    }

    .promo-brand-card--brands::before {
        content: '';
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 92% 14%, rgba(255, 255, 255, 0.05), transparent 26%),
            radial-gradient(circle at 76% 74%, rgba(255, 255, 255, 0.04), transparent 28%);
        pointer-events: none;
    }

    .promo-brand-card--brands .promo-brand-card-title,
    .promo-brand-card--brands .promo-brand-card-copy {
        color: #fff;
    }

    .promo-brand-logos {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 18px;
        margin-top: 28px;
    }

    .promo-brand-logo-pill {
        color: #fff;
        font-size: 17px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 0.01em;
        white-space: nowrap;
        opacity: 0.96;
    }

    .promo-brand-card--sale {
        background: linear-gradient(135deg, #be1327 0%, #d61e32 54%, #be1327 100%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: transform .35s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease, border-color .35s ease, background-size .7s ease;
    }

    .promo-brand-card--brands:hover,
    .promo-brand-card--sale:hover {
        background-size: 108%;
    }

    .promo-brand-card--sale::after {
        content: '60%';
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.08);
        font-size: 156px;
        line-height: 0.82;
        font-weight: 900;
        letter-spacing: -0.06em;
        pointer-events: none;
    }

    .promo-brand-card--sale.has-bg-image::after {
        display: none;
    }

    .promo-brand-card--sale .promo-brand-card-title,
    .promo-brand-card--sale .promo-brand-card-copy {
        color: #fff;
    }

    .promo-brand-card--sale .promo-brand-card-btn {
        background: transparent;
        border-color: rgba(255, 255, 255, 0.28);
        color: #fff;
    }

    .promo-brand-card--sale .promo-brand-card-btn:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
    }

    @media (max-width: 1199px) {
        .promo-brand-strip-grid {
            grid-template-columns: 1fr;
        }

        .promo-brand-card {
            min-height: 250px;
        }

        .promo-brand-card-content {
            width: 52%;
        }

        .promo-brand-card--arrivals .promo-brand-card-content {
            max-width: 48%;
        }
    }

    @media (max-width: 767px) {
        .promo-brand-strip-section {
            padding: 28px 14px 32px;
        }

        .promo-brand-card {
            min-height: 220px;
        }

        .promo-brand-card-content {
            padding: 24px 20px 20px;
            width: 58%;
        }

        .promo-brand-card-title {
            font-size: 20px;
            margin-bottom: 12px;
        }

        .promo-brand-card-copy {
            font-size: 15px;
        }

        .promo-brand-card--arrivals .promo-brand-card-content {
            max-width: 56%;
        }

        .promo-brand-card-btn {
            min-width: 136px;
            padding: 10px 16px;
            font-size: 12px;
        }

        .promo-brand-logos {
            gap: 12px;
            margin-top: 18px;
        }

        .promo-brand-logo-pill {
            font-size: 14px;
        }

        .promo-brand-card--sale::after {
            font-size: 112px;
        }
    }

    @media (max-width: 575px) {
        .promo-brand-card {
            min-height: 260px;
            background-position: 58% center;
        }

        .promo-brand-card::before {
            background: linear-gradient(90deg, rgba(255, 252, 248, .98) 0%, rgba(255, 252, 248, .9) 46%, rgba(255, 252, 248, .18) 82%, transparent 100%);
        }

        .promo-brand-card-content {
            width: 64%;
        }

        .promo-brand-card--arrivals .promo-brand-card-content {
            max-width: 64%;
        }

        .promo-brand-arrivals-image {
            width: 50%;
        }

        .promo-brand-card--sale::after {
            font-size: 88px;
            right: 10px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .promo-brand-card,
        .promo-brand-strip-section.is-visible .promo-brand-card {
            opacity: 1;
            translate: none;
            animation: none;
            transition: none;
        }

        .promo-brand-card-content,
        .promo-brand-arrivals-image img {
            transition: none;
        }
    }
