
body.hs-premium-series-page {
    background: #08080c;
    color: var(--hs-color-text);
}

.hs-series-page,
.hs-series-page * {
    box-sizing: border-box;
}

.hs-series-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 10% 12%, rgba(124, 58, 237, .12), transparent 28rem),
        linear-gradient(180deg, #0a0910 0, #09090d 100%);
    color: var(--hs-color-text);
}

.hs-series-container,
.hs-series-shell {
    width: min(1380px, calc(100% - 40px));
    margin-inline: auto;
}

.hs-series-hero {
    position: relative;
    isolation: isolate;
    min-height: 610px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #111018;
}

.hs-series-hero__backdrop {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image: var(--hs-series-backdrop);
    background-size: cover;
    background-position: center 25%;
    filter: saturate(.82);
    transform: scale(1.025);
}

.hs-series-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(7, 7, 12, .97) 0%, rgba(7, 7, 12, .82) 39%, rgba(7, 7, 12, .35) 70%, rgba(7, 7, 12, .72) 100%),
        linear-gradient(0deg, #09090d 0%, rgba(9, 9, 13, .28) 48%, rgba(9, 9, 13, .22) 100%);
}

.hs-series-hero__content {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr) 180px;
    gap: 40px;
    align-items: end;
    padding-block: 130px 56px;
}

.hs-series-poster {
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border-radius: 18px;
    background: var(--hs-color-surface);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .48);
    border: 1px solid rgba(255, 255, 255, .12);
}

.hs-series-poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hs-series-poster__fallback {
    height: 100%;
    display: grid;
    place-items: center;
    font-size: 72px;
    font-weight: 900;
    color: rgba(255, 255, 255, .7);
    background: linear-gradient(135deg, #3b1766, #111018);
}

.hs-series-eyebrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px 14px;
    margin-bottom: 16px;
    color: #d4cedd;
    font-size: 13px;
    font-weight: 700;
}

.hs-series-badge {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 10px;
}

.hs-series-badge--accent {
    background: rgba(139, 92, 246, .2);
    border: 1px solid rgba(167, 139, 250, .35);
    color: #ddd0ff;
}

.hs-series-hero h1 {
    margin: 0;
    max-width: 850px;
    color: #fff;
    font-size: clamp(38px, 5vw, 70px);
    line-height: .99;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.hs-series-studio {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0;
    color: #fff;
}

.hs-series-studio span {
    color: var(--hs-color-text-muted);
}

.hs-series-studio a {
    color: #d8c9ff;
    font-weight: 800;
    text-decoration: none;
}

.hs-series-hero__summary {
    max-width: 760px;
    margin: 19px 0 0;
    color: #c8c4d0;
    font-size: 16px;
    line-height: 1.72;
}

.hs-series-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hs-series-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 850;
    transition: transform var(--hs-transition-fast), background var(--hs-transition-fast), border-color var(--hs-transition-fast);
}

.hs-series-button:hover {
    transform: translateY(-2px);
}

.hs-series-button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--hs-color-accent), #6d28d9);
    box-shadow: 0 12px 32px rgba(124, 58, 237, .32);
}

.hs-series-button--ghost {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(15, 15, 22, .52);
    backdrop-filter: blur(12px);
}

.hs-series-hero__stats {
    display: grid;
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 17px;
    background: rgba(11, 10, 17, .62);
    backdrop-filter: blur(16px);
}

.hs-series-hero__stats div {
    padding: 10px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.hs-series-hero__stats div:last-child {
    border-bottom: 0;
}

.hs-series-hero__stats strong,
.hs-series-hero__stats span {
    display: block;
}

.hs-series-hero__stats strong {
    color: #fff;
    font-size: 22px;
}

.hs-series-hero__stats span {
    margin-top: 3px;
    color: var(--hs-color-text-muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.hs-series-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 34px;
    padding-block: 40px 80px;
}

.hs-series-section {
    margin-bottom: 46px;
}

.hs-series-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.hs-series-kicker {
    display: block;
    margin-bottom: 5px;
    color: #9f86ed;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
}

.hs-series-section h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(25px, 3vw, 34px);
    letter-spacing: -.025em;
}

.hs-series-slider-controls {
    display: flex;
    gap: 8px;
}

.hs-series-slider-controls button {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    background: var(--hs-color-surface);
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.hs-series-episode-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(255px, 31%);
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    padding: 2px 2px 14px;
}

.hs-episode-card {
    min-width: 0;
    scroll-snap-align: start;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 15px;
    background: #13131a;
    box-shadow: 0 14px 35px rgba(0, 0, 0, .18);
    transition: transform var(--hs-transition-fast), border-color var(--hs-transition-fast);
}

.hs-episode-card:hover {
    transform: translateY(-4px);
    border-color: rgba(139, 92, 246, .38);
}

.hs-episode-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #20202a;
}

.hs-episode-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 260ms ease;
}

.hs-episode-card:hover .hs-episode-card__media img {
    transform: scale(1.045);
}

.hs-episode-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .56), transparent 60%);
}

.hs-episode-card__play {
    position: absolute;
    z-index: 2;
    left: 14px;
    bottom: 13px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(139, 92, 246, .92);
    color: #fff;
    font-size: 12px;
}

.hs-episode-card__duration {
    position: absolute;
    z-index: 2;
    right: 9px;
    bottom: 9px;
    padding: 4px 7px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .78);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

.hs-episode-card__body {
    padding: 14px 15px 17px;
}

.hs-episode-card__number {
    color: #a78bfa;
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.hs-episode-card h3 {
    margin: 7px 0 0;
    font-size: 14px;
    line-height: 1.4;
}

.hs-episode-card h3 a {
    color: #fff;
    text-decoration: none;
}

.hs-series-about__panel,
.hs-series-info-card,
.hs-series-next-card {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 17px;
    background: rgba(19, 19, 26, .78);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .16);
}

.hs-series-about__panel {
    padding: clamp(20px, 4vw, 34px);
}

.hs-series-about__description {
    color: #c7c3ce;
    font-size: 15px;
    line-height: 1.8;
}

.hs-series-about__description p:first-child {
    margin-top: 0;
}

.hs-series-taxonomies {
    display: grid;
    gap: 24px;
    margin-top: 28px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.hs-series-taxonomies h3 {
    margin: 0 0 11px;
    color: #fff;
    font-size: 13px;
}

.hs-series-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hs-series-chips a,
.hs-series-chips span {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(139, 92, 246, .13);
    border: 1px solid rgba(139, 92, 246, .22);
    color: #d9ccff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 750;
}

.hs-series-chips--muted a,
.hs-series-chips--muted span {
    background: rgba(255, 255, 255, .045);
    border-color: rgba(255, 255, 255, .08);
    color: #bdb9c6;
}

.hs-series-aside {
    min-width: 0;
}

.hs-series-info-card {
    position: sticky;
    top: 28px;
    padding: 22px;
}

.hs-series-info-card h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 18px;
}

.hs-series-info-card dl {
    margin: 0;
}

.hs-series-info-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.hs-series-info-card dl div:last-child {
    border-bottom: 0;
}

.hs-series-info-card dt {
    color: #8f8b99;
}

.hs-series-info-card dd {
    margin: 0;
    color: #fff;
    font-weight: 750;
    text-align: right;
}

.hs-series-next-card {
    margin-top: 14px;
    padding: 20px;
    background: linear-gradient(145deg, rgba(124, 58, 237, .24), rgba(19, 19, 26, .9));
}

.hs-series-next-card span,
.hs-series-next-card strong,
.hs-series-next-card a {
    display: block;
}

.hs-series-next-card > span {
    color: #b5a8cf;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hs-series-next-card strong {
    margin: 7px 0 16px;
    color: #fff;
    font-size: 21px;
}

.hs-series-next-card a {
    color: #fff;
    text-decoration: none;
    font-weight: 850;
}

.hs-series-empty {
    padding: 30px;
    border: 1px dashed rgba(255, 255, 255, .16);
    border-radius: 14px;
    color: var(--hs-color-text-muted);
    text-align: center;
}

@media (max-width: 1050px) {
    .hs-series-hero__content {
        grid-template-columns: 190px minmax(0, 1fr);
    }

    .hs-series-hero__stats {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, 1fr);
    }

    .hs-series-hero__stats div {
        border-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, .08);
    }

    .hs-series-hero__stats div:last-child {
        border-right: 0;
    }

    .hs-series-shell {
        grid-template-columns: 1fr;
    }

    .hs-series-aside {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .hs-series-info-card {
        position: static;
    }

    .hs-series-next-card {
        margin-top: 0;
    }
}

@media (max-width: 720px) {
    .hs-series-container,
    .hs-series-shell {
        width: min(100% - 28px, 1380px);
    }

    .hs-series-hero {
        min-height: auto;
        align-items: stretch;
    }

    .hs-series-hero__overlay {
        background:
            linear-gradient(0deg, #09090d 0%, rgba(9, 9, 13, .78) 62%, rgba(9, 9, 13, .36) 100%);
    }

    .hs-series-hero__content {
        grid-template-columns: 108px minmax(0, 1fr);
        gap: 18px;
        align-items: end;
        padding-block: 220px 32px;
    }

    .hs-series-poster {
        border-radius: 13px;
    }

    .hs-series-hero h1 {
        font-size: clamp(28px, 9vw, 44px);
    }

    .hs-series-hero__summary,
    .hs-series-studio {
        grid-column: 1 / -1;
    }

    .hs-series-actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr;
    }

    .hs-series-button {
        width: 100%;
    }

    .hs-series-hero__stats {
        grid-column: 1 / -1;
        padding: 10px;
    }

    .hs-series-hero__stats strong {
        font-size: 17px;
    }

    .hs-series-shell {
        padding-top: 28px;
    }

    .hs-series-episode-track {
        grid-auto-columns: 82%;
    }

    .hs-series-section__head {
        align-items: center;
    }

    .hs-series-aside {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    .hs-series-hero__content {
        grid-template-columns: 88px minmax(0, 1fr);
        padding-top: 180px;
    }

    .hs-series-eyebrow {
        font-size: 11px;
    }

    .hs-series-slider-controls {
        display: none;
    }

    .hs-series-episode-track {
        grid-auto-columns: 88%;
    }
}

/* ==========================================================
   Alpha 8.0.2b — Premium Series Hero V2
   ========================================================== */
.hs-v2-hero {
    --hs-v2-purple: #9b5cff;
    --hs-v2-purple-strong: #7c3aed;
    position: relative;
    isolation: isolate;
    min-height: min(760px, calc(100vh - 92px));
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #0b0913;
    border-bottom: 1px solid rgba(167, 139, 250, .14);
}

.hs-v2-hero__image {
    position: absolute;
    inset: -28px;
    z-index: -3;
    background-image: var(--hs-v2-backdrop);
    background-size: cover;
    background-position: center 28%;
    filter: blur(8px) saturate(1.05) brightness(.48);
    transform: scale(1.08);
}

.hs-v2-hero__veil {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 72% 35%, rgba(139, 92, 246, .18), transparent 34%),
        linear-gradient(90deg, rgba(7, 6, 12, .98) 0%, rgba(7, 6, 12, .92) 35%, rgba(7, 6, 12, .55) 70%, rgba(7, 6, 12, .87) 100%),
        linear-gradient(0deg, #09090d 0%, rgba(9, 9, 13, .18) 52%, rgba(9, 9, 13, .4) 100%);
}

.hs-v2-hero__inner {
    display: grid;
    grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
    gap: clamp(42px, 6vw, 90px);
    align-items: end;
    padding-block: clamp(96px, 12vh, 145px) clamp(46px, 7vh, 76px);
}

.hs-v2-poster-wrap {
    min-width: 0;
}

.hs-v2-poster {
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: #17131f;
    box-shadow: 0 45px 110px rgba(0, 0, 0, .68), 0 0 0 1px rgba(139, 92, 246, .08);
    transform: translateY(8px);
    transition: transform .28s ease, box-shadow .28s ease;
}

.hs-v2-poster:hover {
    transform: translateY(0);
    box-shadow: 0 58px 130px rgba(0, 0, 0, .76), 0 0 38px rgba(139, 92, 246, .13);
}

.hs-v2-poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hs-v2-poster__fallback {
    height: 100%;
    display: grid;
    place-items: center;
    font-size: 84px;
    font-weight: 900;
    background: linear-gradient(145deg, #4c1d95, #15111d);
}

.hs-v2-poster__label {
    display: block;
    margin-top: 16px;
    color: rgba(255, 255, 255, .54);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-align: center;
    text-transform: uppercase;
}

.hs-v2-hero__content {
    min-width: 0;
    padding-bottom: 5px;
}

.hs-v2-back {
    display: inline-flex;
    margin-bottom: 26px;
    color: #cdbdff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.hs-v2-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    color: #ff9ac9;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.hs-v2-kicker span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff4f9a;
    box-shadow: 0 0 16px rgba(255, 79, 154, .82);
}

.hs-v2-hero h1 {
    max-width: 950px;
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 6vw, 86px);
    line-height: .96;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.hs-v2-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.hs-v2-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    background: rgba(14, 12, 20, .5);
    color: #e7e0f1;
    font-size: 11px;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.hs-v2-chip--accent {
    border-color: rgba(167, 139, 250, .38);
    background: rgba(124, 58, 237, .2);
    color: #e6dcff;
}

.hs-v2-summary {
    max-width: 820px;
    margin: 24px 0 0;
    color: #c9c3d2;
    font-size: clamp(15px, 1.45vw, 18px);
    line-height: 1.72;
}

.hs-v2-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.hs-v2-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 21px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.hs-v2-button:hover {
    color: #fff;
    transform: translateY(-2px);
}

.hs-v2-button--primary {
    background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%);
    box-shadow: 0 14px 35px rgba(124, 58, 237, .4);
}

.hs-v2-button--primary:hover {
    box-shadow: 0 20px 48px rgba(124, 58, 237, .52);
}

.hs-v2-button--secondary {
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}

.hs-v2-button--quiet {
    border-color: rgba(255, 255, 255, .09);
    background: rgba(8, 7, 12, .34);
    color: #c5becf;
}

.hs-v2-button__icon {
    font-size: 12px;
}

.hs-v2-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 880px;
    margin-top: 34px;
}

.hs-v2-stat {
    min-width: 0;
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 15px;
    background: rgba(13, 11, 19, .52);
    backdrop-filter: blur(14px);
}

.hs-v2-stat span,
.hs-v2-stat strong {
    display: block;
}

.hs-v2-stat span {
    margin-bottom: 7px;
    color: #8f879a;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hs-v2-stat strong {
    overflow: hidden;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1080px) {
    .hs-v2-hero {
        min-height: auto;
    }

    .hs-v2-hero__inner {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 36px;
        padding-block: 90px 48px;
    }

    .hs-v2-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .hs-v2-hero__image {
        background-position: center top;
        filter: blur(5px) saturate(.95) brightness(.45);
    }

    .hs-v2-hero__veil {
        background:
            linear-gradient(0deg, #09090d 0%, rgba(9, 9, 13, .78) 58%, rgba(9, 9, 13, .3) 100%),
            linear-gradient(90deg, rgba(9, 9, 13, .75), rgba(9, 9, 13, .45));
    }

    .hs-v2-hero__inner {
        grid-template-columns: 108px minmax(0, 1fr);
        gap: 18px;
        padding-block: 190px 34px;
    }

    .hs-v2-poster {
        border-radius: 15px;
        transform: none;
    }

    .hs-v2-poster__label,
    .hs-v2-back {
        display: none;
    }

    .hs-v2-kicker {
        margin-bottom: 8px;
        font-size: 9px;
        letter-spacing: .12em;
    }

    .hs-v2-hero h1 {
        font-size: clamp(31px, 9vw, 48px);
    }

    .hs-v2-chips,
    .hs-v2-summary,
    .hs-v2-actions,
    .hs-v2-stats {
        grid-column: 1 / -1;
    }

    .hs-v2-chips {
        margin-top: 20px;
    }

    .hs-v2-summary {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.65;
    }

    .hs-v2-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 23px;
    }

    .hs-v2-button {
        width: 100%;
    }

    .hs-v2-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 24px;
    }
}

@media (max-width: 420px) {
    .hs-v2-hero__inner {
        grid-template-columns: 88px minmax(0, 1fr);
        padding-top: 155px;
    }

    .hs-v2-chip {
        min-height: 31px;
        padding-inline: 10px;
        font-size: 10px;
    }

    .hs-v2-stat {
        padding: 13px;
    }

    .hs-v2-stat strong {
        font-size: 15px;
    }
}
