    .home-front-wrap {
        padding: 0 210px;
        background: transparent;
    }
    .home-section-title {
        margin-bottom: 14px;
    }

    .home-hero {
        position: relative;
        margin-bottom: 32px;
        border-radius: 24px;
        overflow: hidden;
        background: #0d0f0c;
        border: 1px solid rgba(255,255,255,.07);
        box-shadow: 0 22px 60px rgba(0,0,0,.34);
    }
    .home-hero .uk-slider-container {
        border-radius: 24px;
    }
    .home-hero-list,
    .home-hero-list > li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .home-hero-list > li {
        width: 100%;
    }
    .home-hero-slide {
        position: relative;
        min-height: 470px;
        display: flex;
        align-items: stretch;
        background: #101010;
    }
    .home-hero-media,
    .home-hero-backdrop {
        position: absolute;
        inset: 0;
    }
    .home-hero-backdrop img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .home-hero-overlay {
        position: absolute;
        inset: 0;
        background:
            linear-gradient(90deg, rgba(7,10,8,.96) 0%, rgba(8,11,8,.88) 28%, rgba(9,13,10,.56) 58%, rgba(9,12,10,.24) 100%),
            linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.38) 100%);
    }
    .home-hero-inner {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 50px 48px;
        gap: 42px;
    }
    .home-hero-copy {
        width: 100%;
        max-width: 680px;
        margin-left: 42px;
        color: #fff;
    }
    .home-hero-kicker {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 18px;
        padding: 8px 14px;
        background: rgba(var(--slider-accent-rgb),.14);
        border: 1px solid rgba(var(--slider-accent-rgb),.42);
        border-radius: 999px;
        color: var(--slider-accent-soft);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
        box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
    }
    .home-hero-title {
        margin: 0 0 14px;
        color: #fff;
        font-size: 52px;
        line-height: 1.02;
        font-weight: 800;
        letter-spacing: -.03em;
        text-wrap: balance;
    }
    .home-hero-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 20px;
    }
    .home-hero-meta span {
        display: inline-flex;
        align-items: center;
        min-height: 34px;
        padding: 7px 13px;
        border-radius: 999px;
        background: rgba(255,255,255,.09);
        border: 1px solid rgba(255,255,255,.14);
        backdrop-filter: blur(8px);
        color: #fff;
        font-size: 13px;
        line-height: 1;
    }
    .home-hero-meta .is-accent {
        background: var(--badge-color);
        border-color: var(--badge-color);
        color: #fff;
        font-weight: 700;
    }
    .home-hero-desc {
        margin: 0 0 26px;
        color: rgba(255,255,255,.88);
        font-size: 16px;
        line-height: 1.8;
        max-width: 620px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .home-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }
    .home-hero-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 160px;
        min-height: 44px;
        padding: 10px 18px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: .01em;
        text-decoration: none !important;
        transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    }
    .home-hero-btn:hover,
    .home-hero-btn:focus {
        transform: translateY(-1px);
        text-decoration: none !important;
    }
    .home-hero-btn-primary {
        background: linear-gradient(135deg, var(--slider-accent-color) 0%, var(--slider-accent-dark) 100%);
        color: #fff !important;
        box-shadow: 0 14px 30px rgba(var(--slider-accent-rgb),.32);
    }
    .home-hero-btn-primary:hover,
    .home-hero-btn-primary:focus {
        background: linear-gradient(135deg, var(--slider-accent-hover) 0%, var(--slider-accent-color) 100%);
        color: #fff !important;
    }
    .home-hero-btn-secondary {
        background: rgba(255,255,255,.10);
        border: 1px solid rgba(255,255,255,.16);
        backdrop-filter: blur(8px);
        color: #fff !important;
    }
    .home-hero-btn-secondary:hover,
    .home-hero-btn-secondary:focus {
        background: rgba(255,255,255,.18);
        color: #fff !important;
    }

    .home-hero-nav {
        position: absolute;
        top: 50%;
        z-index: 3;
        width: 52px;
        height: 52px;
        margin-top: -26px;
        border-radius: 50%;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        background: rgba(11,13,11,.44);
        border: 1px solid rgba(255,255,255,.14);
        backdrop-filter: blur(10px);
        color: #fff !important;
        font-size: 26px;
    }
    .home-hero-nav:hover,
    .home-hero-nav:focus {
        background: rgba(var(--slider-accent-rgb),.92);
        border-color: rgba(var(--slider-accent-rgb),.92);
        color: #fff !important;
    }
    .home-hero-nav.is-prev { left: 18px; }
    .home-hero-nav.is-next { right: 18px; }
    .home-hero-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        z-index: 3;
        display: flex;
        justify-content: center;
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .home-hero-dots > li > a {
        display: block;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: rgba(255,255,255,.34);
        border: 1px solid rgba(255,255,255,.2);
        text-indent: -9999px;
        overflow: hidden;
    }
    .home-hero-dots > li.uk-active > a {
        width: 34px;
        border-radius: 999px;
        background: linear-gradient(135deg, var(--slider-accent-color) 0%, var(--slider-accent-dark) 100%);
        border-color: transparent;
    }
    .home-hero-copy::after {
        content: '';
        display: block;
        width: 88px;
        height: 4px;
        margin-top: 28px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--slider-accent-color) 0%, rgba(var(--slider-accent-rgb),0) 100%);
    }


    .home-section-title .title {
        margin-bottom: 0;
    }
    .home-section-heading {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        max-width: 100%;
        padding: 11px 18px;
        box-sizing: border-box;
        background: linear-gradient(135deg, var(--badge-color) 0%, var(--badge-dark-color) 100%);
        color: #fff !important;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        font-size: 14px;
        font-weight: 700;
        line-height: 1.25;
        text-decoration: none !important;
        box-shadow: 0 10px 24px rgba(var(--badge-rgb), 0.26);
        transition: transform .22s ease, box-shadow .22s ease, filter .22s ease, background .22s ease;
    }
    .home-section-heading:hover,
    .home-section-heading:focus {
        color: #fff !important;
        text-decoration: none !important;
        transform: translateY(-2px);
        filter: brightness(1.03);
        box-shadow: 0 14px 28px rgba(var(--badge-rgb), 0.34);
    }
    .home-section-heading .home-section-arrow {
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 24px;
        border-radius: 50%;
        background: rgba(255,255,255,.18);
        border: 1px solid rgba(255,255,255,.12);
        font-size: 14px;
        font-weight: 800;
        line-height: 1;
        margin-top: 0;
        box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
    }
    .home-section-title .viewall {
        display: inline-flex;
        align-items: center;
        margin-left: 10px;
        font-size: 12px;
        font-weight: 500;
        color: var(--badge-color);
        text-decoration: none !important;
        vertical-align: middle;
    }
    .home-section-title .viewall:hover,
    .home-section-title .viewall:focus {
        color: var(--badge-dark-color);
    }
    .home-grid-tight {
        margin-left: -10px;
        margin-top: -10px;
    }
    .home-grid-tight > * {
        padding-left: 10px;
        margin-top: 10px;
    }
    .home-grid-item {
        width: 50%;
        box-sizing: border-box;
    }
    .home-poster-card {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
        background: #111;
        box-shadow: 0 8px 18px rgba(0,0,0,0.18);
    }
    .home-poster-link {
        position: relative;
        display: block;
        width: 100%;
        aspect-ratio: 7 / 11;
        overflow: hidden;
        background: #161616;
    }
    .home-poster-link img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .25s ease;
    }
    .home-poster-card:hover img {
        transform: scale(1.035);
    }
    .home-poster-badge {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 3;
        background: var(--badge-color);
        color: #fff;
        font-size: 12px;
        line-height: 1;
        font-weight: 700;
        padding: 6px 7px;
        border-radius: 4px;
    }
    .home-poster-badge-left {
        left: 10px;
        right: auto;
    }
    .home-poster-badge-episode {
        width: 52px;
        height: 52px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: var(--badge-color);
        color: #fff;
        border-radius: 50%;
        padding: 0;
        line-height: 1.05;
        box-sizing: border-box;
    }
    .home-poster-badge-episode small {
        display: block;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 1px;
    }
    .home-poster-badge-episode strong {
        display: block;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: .01em;
        line-height: 1;
    }
    .home-poster-gradient {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 42%;
        background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.58) 40%, rgba(0,0,0,0) 100%);
        z-index: 1;
    }
    .home-poster-title {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 2;
        color: #fff;
        font-size: 15px;
        line-height: 1.28;
        text-align: center;
        text-shadow: 0 1px 3px rgba(0,0,0,.55);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 2.56em;
    }
    @media (min-width: 768px) {
        .home-grid-item {
            width: 25%;
        }
    }
    @media (min-width: 1220px) {
        .home-front-wrap {
            padding-left: 210px !important;
            padding-right: 210px !important;
        }
        .home-grid-item {
            width: 12.5%;
        }
    }
    @media (max-width: 1599px) and (min-width: 1220px) {
        .home-front-wrap {
            padding-left: 150px !important;
            padding-right: 150px !important;
        }
        .home-grid-item {
            width: 16.6667%;
        }
    }
    @media (max-width: 1219px) and (min-width: 768px) {
        .home-front-wrap {
            padding-left: 65px !important;
            padding-right: 65px !important;
        }
        .home-grid-item {
            width: 25%;
        }
        .home-grid-tight {
            margin-left: -12px;
            margin-top: -12px;
        }
        .home-grid-tight > * {
            padding-left: 12px;
            margin-top: 12px;
        }
        .home-poster-title {
            font-size: 14px;
        }
    }
    @media (max-width: 767px) {
        .home-front-wrap {
            padding-left: 20px !important;
            padding-right: 20px !important;
            margin-top: 20px !important;
            margin-bottom: 20px !important;
        }
        .home-section-title {
            margin-bottom: 12px;
        }
        .home-section-title .title {
            font-size: 18px;
            line-height: 1.25;
        }
        .home-section-heading {
            padding: 9px 14px;
            font-size: 12px;
            gap: 8px;
            line-height: 1.2;
        }
        .home-section-heading .home-section-arrow {
            width: 22px;
            height: 22px;
            flex: 0 0 22px;
            font-size: 13px;
        }
        .home-section-title .viewall {
            margin-left: 8px;
            font-size: 11px;
        }
        .home-grid-tight {
            margin-left: -8px;
            margin-top: -10px;
        }
        .home-grid-tight > * {
            padding-left: 8px;
            margin-top: 10px;
        }
        .home-grid-item {
            width: 50%;
        }
        .home-poster-link {
            aspect-ratio: 7 / 10.6;
        }
        .home-poster-badge {
            top: 8px;
            right: 8px;
            font-size: 10px;
            padding: 5px 6px;
        }
        .home-poster-badge-left {
            left: 8px;
            right: auto;
        }
        .home-poster-badge-episode {
            width: 42px;
            height: 42px;
        }
        .home-poster-badge-episode small {
            font-size: 8px;
        }
        .home-poster-badge-episode strong {
            font-size: 12px;
        }
        .home-poster-title {
            font-size: 12px;
            left: 8px;
            right: 8px;
            bottom: 8px;
            min-height: 2.5em;
        }
        .home-hero {
            margin-bottom: 22px;
            border-radius: 14px;
        }
        .home-hero .uk-slider-container {
            border-radius: 14px;
        }
        .home-hero-slide {
            min-height: 420px;
        }
        .home-hero-inner {
            padding: 26px 20px 54px;
            align-items: flex-end;
        }
        .home-hero-copy {
            max-width: 100%;
            margin-left: 0;
        }
        .home-hero-title {
            font-size: 34px;
            line-height: 1.08;
        }
        .home-hero-desc {
            font-size: 14px;
            line-height: 1.7;
            -webkit-line-clamp: 2;
        }
        .home-hero-meta {
            gap: 8px;
        }
        .home-hero-meta span {
            min-height: 28px;
            padding: 5px 10px;
            font-size: 11px;
        }
        .home-hero-btn {
            min-width: 126px;
            min-height: 38px;
            font-size: 12px;
            padding: 8px 13px;
        }

        .home-hero-dots {
            bottom: 10px;
        }
        .viewall {
            font-size: 11px;
        }
    }
