.like-home-banners {
    padding: clamp(52px, 5vw, 80px) 0 0;
    color: var(--like-text-primary);
}

.like-home-banners,
.like-home-banners * {
    box-sizing: border-box;
}

.site-main > .like-home-banners + .home-access-preview::before,
.site-main > .like-home-banners + .home-access-preview::after {
    display: none;
    content: none;
}

.like-home-banners__carousel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid var(--like-border-subtle);
    border-radius: clamp(22px, 2.4vw, 36px);
    background: var(--like-surface-raised);
    box-shadow: 0 22px 58px rgba(43, 42, 41, .08);
}

.like-home-banners__viewport {
    overflow: hidden;
    touch-action: pan-y;
}

.like-home-banners__track {
    display: flex;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform .65s cubic-bezier(.22, .8, .24, 1);
    will-change: transform;
}

.like-home-banners__slide {
    flex: 0 0 100%;
    min-width: 0;
    margin: 0;
}

.like-home-banners__media {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.like-home-banners__link {
    color: inherit;
    text-decoration: none;
}

.like-home-banners__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 1;
    object-fit: cover;
}

.like-home-banners__hotspots {
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
}

.like-home-banners__hotspot {
    position: absolute;
    z-index: 1;
    top: var(--hotspot-y);
    left: var(--hotspot-x);
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    pointer-events: auto;
    transform: translate(-50%, -50%);
}

.like-home-banners__hotspot-ring {
    position: relative;
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    isolation: isolate;
    transition: transform .2s ease, box-shadow .2s ease;
}

.like-home-banners__hotspot-ring::before {
    position: absolute;
    z-index: -1;
    inset: 1px;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 3px 12px rgba(24, 22, 20, .26), 0 0 0 1px rgba(239, 125, 0, .18);
    content: "";
    animation: like-home-banner-hotspot-pulse 2.8s ease-out infinite;
}

.like-home-banners__hotspot-ring::after {
    width: 9px;
    height: 9px;
    border: 2px solid rgba(255, 255, 255, .96);
    border-radius: 50%;
    background: #ef7d00;
    box-shadow: 0 2px 7px rgba(126, 54, 0, .38), 0 0 0 3px rgba(239, 125, 0, .12);
    content: "";
}

.like-home-banners__hotspot-tooltip {
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    display: block;
    width: max-content;
    max-width: min(270px, 40vw);
    padding: 9px 11px;
    color: #fff;
    border-radius: 8px;
    background: rgba(32, 31, 30, .94);
    box-shadow: 0 10px 28px rgba(20, 19, 18, .24);
    font-size: 13px;
    line-height: 1.3;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 5px);
    transition: opacity .18s ease, transform .18s ease;
}

.like-home-banners__hotspot-tooltip::after {
    position: absolute;
    top: 100%;
    left: 50%;
    border: 6px solid transparent;
    border-top-color: rgba(32, 31, 30, .94);
    content: "";
    transform: translateX(-50%);
}

.like-home-banners__hotspot-tooltip strong,
.like-home-banners__hotspot-tooltip small {
    display: block;
}

.like-home-banners__hotspot-tooltip small {
    margin-top: 3px;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
}

.like-home-banners__hotspot:hover .like-home-banners__hotspot-ring,
.like-home-banners__hotspot:focus-visible .like-home-banners__hotspot-ring {
    transform: scale(1.14);
}

.like-home-banners__hotspot:hover .like-home-banners__hotspot-tooltip,
.like-home-banners__hotspot:focus-visible .like-home-banners__hotspot-tooltip {
    opacity: 1;
    transform: translate(-50%, 0);
}

.like-home-banners__hotspot--left .like-home-banners__hotspot-tooltip {
    left: 7px;
    transform: translate(0, 5px);
}

.like-home-banners__hotspot--left:hover .like-home-banners__hotspot-tooltip,
.like-home-banners__hotspot--left:focus-visible .like-home-banners__hotspot-tooltip {
    transform: translate(0, 0);
}

.like-home-banners__hotspot--left .like-home-banners__hotspot-tooltip::after {
    left: 15px;
}

.like-home-banners__hotspot--right .like-home-banners__hotspot-tooltip {
    right: 7px;
    left: auto;
    transform: translate(0, 5px);
}

.like-home-banners__hotspot--right:hover .like-home-banners__hotspot-tooltip,
.like-home-banners__hotspot--right:focus-visible .like-home-banners__hotspot-tooltip {
    transform: translate(0, 0);
}

.like-home-banners__hotspot--right .like-home-banners__hotspot-tooltip::after {
    right: 9px;
    left: auto;
    transform: none;
}

.like-home-banners__hotspot--below .like-home-banners__hotspot-tooltip {
    top: calc(100% + 5px);
    bottom: auto;
}

.like-home-banners__hotspot--below .like-home-banners__hotspot-tooltip::after {
    top: auto;
    bottom: 100%;
    border-top-color: transparent;
    border-bottom-color: rgba(32, 31, 30, .94);
}

.like-home-banners__hotspot:focus-visible {
    border-radius: 50%;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

@keyframes like-home-banner-hotspot-pulse {
    0%, 36% { opacity: .72; transform: scale(.82); }
    78%, 100% { opacity: 0; transform: scale(1.34); }
}

.like-home-banners__pagination,
.like-home-banners__controls {
    position: absolute;
    z-index: 3;
    bottom: clamp(12px, 1.4vw, 22px);
    display: flex;
    align-items: center;
}

.like-home-banners__pagination {
    left: clamp(14px, 1.8vw, 28px);
    gap: 7px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: var(--like-radius-pill, 999px);
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 8px 24px rgba(24, 22, 20, .12);
    backdrop-filter: blur(12px);
}

.like-home-banners__dot {
    position: relative;
    width: 8px;
    height: 8px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background: rgba(43, 42, 41, .34);
    cursor: pointer;
    transition: width .24s ease, border-radius .24s ease, background-color .24s ease;
}

.like-home-banners__dot[aria-current="true"] {
    width: 42px;
    border-radius: var(--like-radius-pill, 999px);
    background: rgba(43, 42, 41, .24);
}

.like-home-banners__dot[aria-current="true"]::after {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: #2b2a29;
    content: "";
    transform: scaleX(0);
    transform-origin: left center;
}

.like-home-banners__dot.is-progressing[aria-current="true"]::after {
    animation: like-home-banners-dot-progress 7s linear forwards paused;
}

.like-home-banners__carousel[data-home-banners-playing="true"]
    .like-home-banners__dot.is-progressing[aria-current="true"]::after {
    animation-play-state: running;
}

.like-home-banners__carousel:not([data-home-banners-ready])
    .like-home-banners__dot[aria-current="true"] {
    background: #2b2a29;
}

@keyframes like-home-banners-dot-progress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.like-home-banners__controls {
    right: clamp(14px, 1.8vw, 28px);
    gap: 8px;
}

.like-home-banners__arrow {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #2b2a29;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 8px 24px rgba(24, 22, 20, .12);
    cursor: pointer;
    backdrop-filter: blur(12px);
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.like-home-banners__arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.like-home-banners__arrow:hover {
    transform: translateY(-2px);
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(24, 22, 20, .17);
}

.like-home-banners__arrow:focus-visible,
.like-home-banners__dot:focus-visible {
    outline: 2px solid var(--like-accent);
    outline-offset: 3px;
}

.like-home-banners__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

html[data-like-theme="dark"] .like-home-banners__carousel {
    box-shadow: var(--like-shadow-md);
}

@media (max-width: 680px) {
    .like-home-banners {
        padding-top: 44px;
    }

    .like-home-banners__carousel {
        padding-bottom: 54px;
        border-radius: 20px;
    }

    .like-home-banners__viewport {
        border-radius: 19px 19px 0 0;
    }

    .like-home-banners__pagination,
    .like-home-banners__controls {
        bottom: 8px;
    }

    .like-home-banners__pagination {
        left: 10px;
        min-height: 38px;
        padding-inline: 10px;
    }

    .like-home-banners__controls {
        right: 10px;
    }

    .like-home-banners__arrow {
        width: 38px;
        height: 38px;
        box-shadow: none;
    }

    .like-home-banners__hotspot-ring {
        width: 26px;
        height: 26px;
        flex-basis: 26px;
    }

    .like-home-banners__hotspot-tooltip {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .like-home-banners__track,
    .like-home-banners__dot,
    .like-home-banners__arrow {
        transition: none;
    }

    .like-home-banners__dot[aria-current="true"]::after {
        animation: none;
        transform: scaleX(1);
    }

    .like-home-banners__hotspot-ring::before {
        animation: none;
        opacity: .45;
        transform: scale(1);
    }
}
