/* Cross-promotion for the JuicyHo sister site. The palette mirrors JuicyHo's
   current blue/red/yellow brand without changing EbonyBaddies' own theme. */
.juicyho-nav-link > a {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    color: #ffd51f !important;
}

.juicyho-nav-link > a:hover {
    color: #ffffff !important;
    border-bottom-color: #ffd51f !important;
}

.juicyho-nav-link__badge {
    padding: 2px 5px;
    border-radius: 999px;
    color: #ffffff;
    background: #d92d35;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.09em;
    line-height: 1.2;
}

#nav-box-list .juicyho-drawer-link {
    color: #ffd51f;
    font-weight: 700;
}

#nav-box-list .juicyho-drawer-link i {
    color: #ffd51f;
}

.juicyho-promo {
    width: min(100% - 24px, 1180px);
    margin: 30px auto;
}

.juicyho-promo__link {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(16px, 3vw, 34px);
    min-height: 118px;
    padding: clamp(18px, 3vw, 30px);
    overflow: hidden;
    border: 1px solid rgba(255, 213, 31, 0.38);
    border-radius: 18px;
    color: #ffffff;
    background:
        radial-gradient(circle at 86% 18%, rgba(255, 213, 31, 0.24) 0 6%, transparent 6.5%),
        linear-gradient(120deg, #092a60 0%, #173f80 58%, #102f68 100%);
    box-shadow: 0 16px 38px rgba(14, 15, 24, 0.24);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.juicyho-promo__link::before,
.juicyho-promo__link::after {
    position: absolute;
    z-index: -1;
    content: '';
    pointer-events: none;
}

.juicyho-promo__link::before {
    right: -72px;
    bottom: -104px;
    width: 240px;
    height: 210px;
    border: 28px solid rgba(217, 45, 53, 0.42);
    border-radius: 48% 52% 48% 52%;
    transform: rotate(-18deg);
}

.juicyho-promo__link::after {
    top: -52px;
    left: 34%;
    width: 110px;
    height: 110px;
    border: 22px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.juicyho-promo__link:hover {
    border-color: rgba(255, 213, 31, 0.82);
    box-shadow: 0 20px 48px rgba(14, 15, 24, 0.34);
    transform: translateY(-2px);
}

.juicyho-promo__link:focus-visible {
    outline: 3px solid #ffd51f;
    outline-offset: 3px;
}

.juicyho-promo__brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    white-space: nowrap;
}

.juicyho-promo__mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 14px 14px 14px 4px;
    color: #ffd51f;
    background: rgba(9, 42, 96, 0.74);
    box-shadow: 0 8px 20px rgba(8, 30, 72, 0.28);
    font-family: var(--font-display, sans-serif);
    font-size: 27px;
    font-weight: 800;
}

.juicyho-promo__wordmark {
    color: #ffd51f;
    font-family: var(--font-display, sans-serif);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
    text-transform: uppercase;
}

.juicyho-promo__wordmark span {
    color: #ffffff;
}

.juicyho-promo__message {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.juicyho-promo__kicker {
    color: #ffd51f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.juicyho-promo__message strong {
    font-family: var(--font-display, sans-serif);
    font-size: clamp(22px, 3.4vw, 38px);
    letter-spacing: 0.015em;
    line-height: 1;
    text-transform: uppercase;
}

.juicyho-promo__copy {
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    line-height: 1.45;
}

.juicyho-promo__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 15px;
    border-radius: 9px;
    color: #ffffff;
    background: #d92d35;
    box-shadow: 0 8px 18px rgba(102, 12, 22, 0.3);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.035em;
    white-space: nowrap;
}

.juicyho-promo__cta i {
    font-size: 11px;
}

.juicyho-promo--video {
    margin-top: 20px;
    margin-bottom: 28px;
}

.juicyho-promo--footer {
    width: min(100% - 24px, 980px);
    margin-top: 36px;
    margin-bottom: 24px;
}

.juicyho-promo--footer .juicyho-promo__link {
    min-height: 96px;
    padding-top: 18px;
    padding-bottom: 18px;
}

@media (max-width: 760px) {
    .juicyho-promo {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .juicyho-promo__link {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 14px;
        min-height: 0;
        padding: 18px;
    }

    .juicyho-promo__brand {
        grid-column: 1;
        gap: 8px;
    }

    .juicyho-promo__mark {
        width: 38px;
        height: 38px;
        border-radius: 11px 11px 11px 3px;
        font-size: 22px;
    }

    .juicyho-promo__wordmark {
        font-size: 25px;
    }

    .juicyho-promo__message {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .juicyho-promo__message strong {
        font-size: clamp(23px, 8vw, 31px);
    }

    .juicyho-promo__copy {
        font-size: 12px;
    }

    .juicyho-promo__cta {
        grid-column: 2;
        grid-row: 1;
        min-height: 38px;
        padding: 9px 11px;
        font-size: 0;
    }

    .juicyho-promo__cta i {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .juicyho-promo__kicker {
        letter-spacing: 0.1em;
    }

    .juicyho-promo__message strong {
        font-size: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .juicyho-promo__link {
        transition: none;
    }

    .juicyho-promo__link:hover {
        transform: none;
    }
}

/* Homepage video ad: a clickable montage of configured JuicyHo scenes. */
.juicyho-video-ad {
    width: min(100% - 24px, 1180px);
    margin: 22px auto 30px;
}

.juicyho-video-ad__link {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
    overflow: hidden;
    border: 1px solid rgba(255, 213, 31, 0.42);
    border-radius: 18px;
    color: #ffffff;
    background: #092a60;
    box-shadow: 0 18px 44px rgba(10, 13, 24, 0.3);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.juicyho-video-ad__link:hover {
    border-color: #ffd51f;
    box-shadow: 0 22px 54px rgba(10, 13, 24, 0.42);
    transform: translateY(-2px);
}

.juicyho-video-ad__link:focus-visible {
    outline: 3px solid #ffd51f;
    outline-offset: 3px;
}

.juicyho-video-ad__media {
    position: relative;
    display: block;
    min-width: 0;
    aspect-ratio: 16 / 8.4;
    overflow: hidden;
    background: #050912;
}

.juicyho-video-ad__video,
.juicyho-video-ad__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.juicyho-video-ad__video {
    display: block;
    object-fit: cover;
    background: #050912;
}

.juicyho-video-ad__shade {
    background:
        linear-gradient(90deg, transparent 58%, rgba(9, 42, 96, 0.78) 100%),
        linear-gradient(0deg, rgba(2, 8, 20, 0.62) 0%, transparent 38%);
    pointer-events: none;
}

.juicyho-video-ad__content {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(22px, 3.3vw, 42px);
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 213, 31, 0.2), transparent 34%),
        linear-gradient(145deg, #173f80 0%, #092a60 72%);
}

.juicyho-video-ad__content::after {
    position: absolute;
    right: -42px;
    bottom: -66px;
    width: 150px;
    height: 130px;
    border: 22px solid rgba(217, 45, 53, 0.38);
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.juicyho-video-ad__brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
}

.juicyho-video-ad__mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 11px 11px 11px 3px;
    color: #ffd51f;
    background: rgba(5, 25, 61, 0.72);
    font-family: var(--font-display, sans-serif);
    font-size: 22px;
    font-weight: 800;
}

.juicyho-video-ad__wordmark {
    color: #ffd51f;
    font-family: var(--font-display, sans-serif);
    font-size: 27px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.juicyho-video-ad__wordmark span {
    color: #ffffff;
}

.juicyho-video-ad__eyebrow {
    color: #ffd51f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.juicyho-video-ad__title {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    font-family: var(--font-display, sans-serif);
    font-size: clamp(24px, 3vw, 38px);
    letter-spacing: 0.01em;
    line-height: 0.98;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.juicyho-video-ad__creator {
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 600;
}

.juicyho-video-ad__cta {
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 10px 13px;
    border-radius: 8px;
    background: #d92d35;
    box-shadow: 0 8px 20px rgba(102, 12, 22, 0.32);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.025em;
}

@media (max-width: 760px) {
    .juicyho-video-ad {
        margin-top: 18px;
        margin-bottom: 24px;
    }

    .juicyho-video-ad__link {
        grid-template-columns: 1fr;
        border-radius: 14px;
    }

    .juicyho-video-ad__media {
        aspect-ratio: 16 / 9;
    }

    .juicyho-video-ad__shade {
        background: linear-gradient(0deg, rgba(9, 42, 96, 0.82) 0%, transparent 45%);
    }

    .juicyho-video-ad__content {
        min-height: 0;
        padding: 18px;
    }

    .juicyho-video-ad__brand {
        margin-bottom: 12px;
    }

    .juicyho-video-ad__title {
        font-size: clamp(24px, 8vw, 32px);
        -webkit-line-clamp: 2;
    }

    .juicyho-video-ad__cta {
        margin-top: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .juicyho-video-ad__link {
        transition: none;
    }

    .juicyho-video-ad__link:hover {
        transform: none;
    }
}

/* Mid-grid placement (videos listing): occupy a full grid row, not one cell. */
.grid-container > .juicyho-video-ad,
.grid-container > .juicyho-promo {
    grid-column: 1 / -1;
}
