.tx-motion-hero {
    --tx-ink: #101521;
    --tx-muted: #666b74;
    --tx-card: rgba(255, 255, 255, .78);
    --tx-line: rgba(77, 54, 91, .12);
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(430px, .88fr) minmax(520px, 1.12fr);
    gap: clamp(18px, 2.5vw, 42px);
    min-height: 500px;
    margin: 18px 14px 34px;
    padding: clamp(64px, 4vw, 68px) clamp(34px, 4vw, 68px);
    overflow: clip;
    border: 1px solid var(--tx-line);
    border-radius: 30px;
    color: var(--tx-ink);
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 91, 87, .2), transparent 34%),
        radial-gradient(circle at 86% 78%, rgba(255, 200, 117, .18), transparent 35%),
        linear-gradient(135deg, #fffaf4 0%, #fff5e7 52%, #f2f3ee 100%);
    box-shadow: 0 28px 80px rgba(56, 38, 73, .12);
}

.tx-motion-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: .42;
    background-image: linear-gradient(rgba(69, 45, 86, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(69, 45, 86, .055) 1px, transparent 1px);
    background-size: 42px 42px;
    -webkit-mask-image: linear-gradient(115deg, #000, transparent 76%);
    mask-image: linear-gradient(115deg, #000, transparent 76%);
}

.tx-motion-hero__glow {
    position: absolute;
    z-index: -1;
    top: -110px;
    right: 20%;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 196, 107, .32);
    filter: blur(64px);
    pointer-events: none;
    will-change: transform;
}

.tx-motion-hero__copy {
    align-self: center;
    min-width: 0;
    z-index: 2;
}

.tx-motion-hero__eyebrow {
    margin: 0 0 18px;
    color: #e94848;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.tx-motion-hero__title {
    margin: 0;
    color: inherit;
    font-size: clamp(52px, 6vw, 92px);
    font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif;
    font-weight: 700;
    letter-spacing: -.06em;
    line-height: 1;
}

.tx-motion-hero__line {
    display: block;
    overflow: visible;
    padding: .08em .12em .12em 0;
    margin-bottom: 0;
}

.tx-motion-hero__word {
    display: inline-block;
    transform-origin: 0 100%;
}

.tx-motion-hero__word--accent {
    color: transparent;
    background: linear-gradient(105deg, #ff5b57 4%, #e94848 52%, #101521 96%);
    -webkit-background-clip: text;
    background-clip: text;
}

.tx-motion-hero__summary {
    max-width: 590px;
    margin: 24px 0 0;
    color: var(--tx-muted);
    font-size: clamp(15px, 1.5vw, 19px);
    line-height: 1.75;
}

.tx-motion-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.tx-motion-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 19px;
    border: 1px solid rgba(55, 39, 66, .16);
    border-radius: 999px;
    color: #332b3a;
    background: rgba(255, 255, 255, .62);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(44, 31, 54, .08);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.tx-motion-button:hover,
.tx-motion-button:focus-visible {
    color: #201828;
    border-color: rgba(236, 85, 126, .48);
    background: #fff;
    transform: translateY(-2px);
}

.tx-motion-button--primary {
    color: #fff;
    border-color: transparent;
    background: #201827;
}

.tx-motion-button--primary:hover,
.tx-motion-button--primary:focus-visible {
    color: #fff;
    background: #3a263f;
}

.tx-motion-hero__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 24px 0 0;
    padding: 0;
    color: #746a7c;
    font-size: 12px;
    list-style: none;
}

.tx-motion-hero__signals li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 8px;
    border-radius: 50%;
    vertical-align: 2px;
    background: #ff5b57;
}

.tx-motion-hero__posters {
    position: relative;
    align-self: center;
    min-width: 0;
    min-height: 410px;
    perspective: 1100px;
}

.tx-motion-hero__visual {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(330px, 1fr) minmax(176px, .48fr);
    gap: clamp(12px, 1.6vw, 26px);
    align-items: center;
    min-width: 0;
    min-height: 410px;
}

.tx-motion-hero__visual::after {
    position: absolute;
    z-index: -2;
    right: -4%;
    bottom: 1%;
    width: 68%;
    height: 42%;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(48, 32, 54, .24), transparent 67%);
    filter: blur(16px);
    transform: rotate(-5deg);
    content: "";
    pointer-events: none;
}

.tx-motion-hero__orbit {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 31%;
    width: min(430px, 67%);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 91, 87, .2);
    border-radius: 50%;
    background:
        radial-gradient(circle at center, transparent 56%, rgba(255, 255, 255, .48) 57%, transparent 58%),
        conic-gradient(from 12deg, transparent 0 12%, rgba(255, 91, 87, .44) 12.5% 13%, transparent 13.5% 46%, rgba(255, 189, 87, .5) 46.5% 47%, transparent 47.5% 100%);
    box-shadow: inset 0 0 42px rgba(255, 255, 255, .32), 0 0 60px rgba(255, 91, 87, .08);
    transform: translate(-50%, -50%);
    pointer-events: none;
    will-change: transform;
}

.tx-motion-hero__orbit::before,
.tx-motion-hero__orbit::after {
    position: absolute;
    border: 1px solid rgba(50, 34, 56, .1);
    border-radius: 50%;
    content: "";
}

.tx-motion-hero__orbit::before {
    inset: 12%;
}

.tx-motion-hero__orbit::after {
    inset: 27%;
    border-style: dashed;
}

.tx-motion-hero__streak {
    position: absolute;
    z-index: 5;
    top: -12%;
    bottom: -12%;
    left: 20%;
    width: 16%;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .66), transparent);
    filter: blur(9px);
    transform: skewX(-12deg) translateX(-150%);
    pointer-events: none;
    will-change: transform, opacity;
}

.tx-motion-poster-layer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(260px, 67%);
    aspect-ratio: 2 / 3;
    transform-origin: 50% 82%;
}

.tx-motion-poster-layer--1 {
    z-index: 3;
    transform: translate(-68%, -50%) rotate(-8deg);
}

.tx-motion-poster-layer--2 {
    z-index: 2;
    transform: translate(-28%, -52%) rotate(7deg);
}

.tx-motion-poster-layer--3 {
    z-index: 1;
    transform: translate(-2%, -44%) rotate(13deg) scale(.91);
}

.tx-motion-poster-card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .56);
    border-radius: 22px;
    color: #fff;
    background: #2a2130;
    box-shadow: 0 28px 46px rgba(39, 26, 48, .28);
    transform-style: preserve-3d;
    will-change: transform;
}

.tx-motion-poster-card__image,
.tx-motion-poster-card__shade {
    position: absolute;
    inset: 0;
}

.tx-motion-poster-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
}

.tx-motion-poster-card__shade {
    background: linear-gradient(180deg, transparent 42%, rgba(18, 13, 23, .86) 100%);
}

.tx-motion-poster-card__meta {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 1;
    display: grid;
    gap: 5px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .46);
}

.tx-motion-poster-card__meta strong,
.tx-motion-poster-card__meta small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tx-motion-feature-list {
    position: relative;
    z-index: 6;
    display: grid;
    gap: 10px;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tx-motion-feature-item {
    min-width: 0;
}

.tx-motion-feature-item a {
    position: relative;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 22px;
    gap: 10px;
    align-items: center;
    min-height: 82px;
    padding: 12px 12px 12px 10px;
    overflow: hidden;
    border: 1px solid rgba(55, 39, 66, .11);
    border-radius: 16px;
    color: #302737;
    background: rgba(255, 255, 255, .58);
    box-shadow: 0 12px 30px rgba(44, 31, 54, .07);
    text-decoration: none;
    backdrop-filter: blur(12px);
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.tx-motion-feature-item a::before {
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: 0;
    width: 3px;
    border-radius: 0 4px 4px 0;
    background: #ff5b57;
    transform: scaleY(0);
    transform-origin: 50% 50%;
    transition: transform .25s ease;
    content: "";
}

.tx-motion-feature-item__number {
    color: #a697a2;
    font-family: var(--tx-display, "Iowan Old Style", serif);
    font-size: 18px;
    font-weight: 800;
}

.tx-motion-feature-item__copy {
    display: grid;
    min-width: 0;
}

.tx-motion-feature-item__copy small {
    margin-bottom: 3px;
    color: #e94848;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .16em;
}

.tx-motion-feature-item__copy strong,
.tx-motion-feature-item__copy em {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tx-motion-feature-item__copy strong {
    color: #211a26;
    font-size: 13px;
    font-style: normal;
}

.tx-motion-feature-item__copy em {
    margin-top: 4px;
    color: #837783;
    font-size: 9px;
    font-style: normal;
}

.tx-motion-feature-item__arrow {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1px solid rgba(55, 39, 66, .12);
    border-radius: 50%;
    color: #64566a;
    font-size: 11px;
    transition: transform .25s ease, color .25s ease, background .25s ease;
}

.tx-motion-feature-item.is-active a,
.tx-motion-feature-item:focus-within a {
    border-color: rgba(255, 91, 87, .3);
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 16px 36px rgba(55, 33, 49, .12);
}

.tx-motion-feature-item.is-active a::before,
.tx-motion-feature-item:focus-within a::before {
    transform: scaleY(1);
}

.tx-motion-feature-item.is-active .tx-motion-feature-item__arrow,
.tx-motion-feature-item:focus-within .tx-motion-feature-item__arrow {
    color: #fff;
    background: #ff5b57;
    transform: rotate(45deg);
}

.tx-motion-feature-item a:focus-visible {
    outline: 3px solid rgba(255, 91, 87, .28);
    outline-offset: 3px;
}

.tx-motion-poster-card__meta strong {
    font-size: 17px;
}

.tx-motion-poster-card__meta small {
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
}

.bstem .tx-motion-hero {
    --tx-ink: #f7f1fb;
    --tx-muted: #bdb2c5;
    --tx-line: rgba(255, 255, 255, .08);
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 91, 87, .18), transparent 34%),
        radial-gradient(circle at 86% 78%, rgba(255, 200, 117, .12), transparent 35%),
        linear-gradient(135deg, #1b2231 0%, #141a27 54%, #101521 100%);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
}

.bstem .tx-motion-button {
    color: #eee7f2;
    border-color: rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .07);
}

.bstem .tx-motion-button--primary {
    color: #211923;
    background: #f7eff9;
}

.bstem .tx-motion-hero__signals {
    color: #a99eaf;
}

.bstem .tx-motion-feature-item a {
    border-color: rgba(255, 255, 255, .09);
    color: #ece4f0;
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
}

.bstem .tx-motion-feature-item.is-active a,
.bstem .tx-motion-feature-item:focus-within a {
    border-color: rgba(255, 120, 109, .32);
    background: rgba(255, 255, 255, .11);
}

.bstem .tx-motion-feature-item__copy strong {
    color: #f7f1fb;
}

.bstem .tx-motion-feature-item__copy em,
.bstem .tx-motion-feature-item__number {
    color: #a99eaf;
}

@media screen and (max-width: 1180px) and (min-width: 821px) {
    .tx-motion-hero {
        grid-template-columns: minmax(360px, .88fr) minmax(430px, 1.12fr);
        padding: 68px 38px 44px;
    }

    .tx-motion-hero__visual {
        grid-template-columns: minmax(275px, 1fr) 154px;
        gap: 8px;
    }

    .tx-motion-poster-layer {
        width: min(225px, 69%);
    }

    .tx-motion-feature-item a {
        grid-template-columns: 24px minmax(0, 1fr) 0;
        min-height: 74px;
        padding: 10px;
    }

    .tx-motion-feature-item__arrow {
        display: none;
    }
}

@media screen and (max-width: 820px) {
    body.home-index-body {
        background-image:
            radial-gradient(circle at 14% 2%, rgba(255, 92, 92, .13), transparent 28%),
            linear-gradient(180deg, #fff8ee 0, var(--tpl-bg-base, #fff) 420px) !important;
    }

    body.home-index-body.bstem {
        background-image:
            radial-gradient(circle at 14% 2%, rgba(255, 92, 92, .16), transparent 28%),
            linear-gradient(180deg, #171d2a 0, var(--tpl-bg-base, #101521) 420px) !important;
    }

    .tx-motion-hero {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: 0;
        margin: 10px 10px 26px;
        padding: 30px 22px 18px;
        border-radius: 22px;
    }

    .tx-motion-hero__title {
        font-size: clamp(50px, 17vw, 74px);
    }

    .tx-motion-hero__summary {
        margin-top: 17px;
        font-size: 14px;
        line-height: 1.65;
    }

    .tx-motion-hero__actions {
        gap: 8px;
        margin-top: 20px;
    }

    .tx-motion-button {
        min-height: 40px;
        padding: 0 15px;
        font-size: 13px;
    }

    .tx-motion-hero__signals {
        margin-top: 18px;
    }

    .tx-motion-hero__posters {
        min-height: 260px;
    }

    .tx-motion-hero__visual {
        display: block;
        min-height: 346px;
    }

    .tx-motion-hero__orbit {
        top: 38%;
        left: 50%;
        width: min(290px, 82%);
    }

    .tx-motion-hero__streak {
        display: none;
    }

    .tx-motion-poster-layer {
        width: min(154px, 48%);
    }

    .tx-motion-poster-layer--1 {
        transform: translate(-76%, -52%) rotate(-7deg);
    }

    .tx-motion-poster-layer--2 {
        transform: translate(-24%, -48%) rotate(7deg);
    }

    .tx-motion-poster-layer--3 {
        display: none;
    }

    .tx-motion-poster-card {
        border-radius: 16px;
    }

    .tx-motion-poster-card__meta {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .tx-motion-poster-card__meta strong {
        font-size: 14px;
    }

    .tx-motion-feature-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .tx-motion-feature-item a {
        display: block;
        min-height: 58px;
        padding: 10px 8px;
        border-radius: 12px;
    }

    .tx-motion-feature-item__number,
    .tx-motion-feature-item__copy small,
    .tx-motion-feature-item__copy em,
    .tx-motion-feature-item__arrow {
        display: none;
    }

    .tx-motion-feature-item__copy strong {
        display: block;
        font-size: 11px;
        line-height: 1.5;
        text-align: center;
    }

    .tx-motion-feature-item a::before {
        top: auto;
        right: 10px;
        bottom: 0;
        left: 10px;
        width: auto;
        height: 2px;
        transform: scaleX(0);
    }

    .tx-motion-feature-item.is-active a::before,
    .tx-motion-feature-item:focus-within a::before {
        transform: scaleX(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .tx-motion-hero__glow,
    .tx-motion-hero__orbit,
    .tx-motion-hero__streak,
    .tx-motion-poster-card {
        will-change: auto;
    }

    .tx-motion-feature-item a,
    .tx-motion-feature-item a::before,
    .tx-motion-feature-item__arrow {
        transition: none;
    }
}

/* Cinematic interlude: bridges the warm hero and the dark discovery deck. */
body.home-index-body .tx-home-interlude {
    position: relative;
    z-index: 1;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(64px, 1fr) auto 28px minmax(64px, 1fr);
    gap: 14px;
    align-items: center;
    box-sizing: border-box;
    width: calc(100% - 28px);
    min-height: 92px;
    margin: -28px auto 0;
    padding: 34px clamp(28px, 4vw, 64px) 18px;
    overflow: hidden;
    border: 1px solid rgba(70, 44, 57, .1);
    border-top: 0;
    border-radius: 0 0 26px 26px;
    color: #fff8f2;
    background:
        radial-gradient(circle at 50% 4%, rgba(255, 119, 114, .2), transparent 42%),
        linear-gradient(180deg, rgba(255, 248, 239, 0) 0%, rgba(105, 68, 80, .76) 52%, #18131c 100%);
    box-shadow: 0 18px 40px rgba(43, 26, 37, .12);
}

body.home-index-body .tx-home-interlude::before {
    position: absolute;
    inset: 28px 8% auto;
    height: 1px;
    opacity: .42;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    content: "";
}

body.home-index-body .tx-home-interlude__line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 225, 219, .42));
}

body.home-index-body .tx-home-interlude__line:first-child {
    transform-origin: 100% 50%;
}

body.home-index-body .tx-home-interlude__line:last-child {
    background: linear-gradient(90deg, rgba(255, 225, 219, .42), transparent);
    transform-origin: 0 50%;
}

body.home-index-body .tx-home-interlude__copy {
    display: flex;
    gap: 10px;
    align-items: baseline;
    min-width: 0;
    white-space: nowrap;
}

body.home-index-body .tx-home-interlude__copy small {
    color: #ff817c;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .2em;
}

body.home-index-body .tx-home-interlude__copy strong {
    color: #fff8f2;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
}

body.home-index-body .tx-home-interlude__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #ffb0ac;
    background: rgba(255, 255, 255, .06);
    font-size: 13px;
}

.bstem .tx-home-interlude {
    border-color: rgba(255, 255, 255, .07);
    background:
        radial-gradient(circle at 50% 4%, rgba(255, 91, 87, .16), transparent 42%),
        linear-gradient(180deg, rgba(23, 30, 43, 0) 0%, rgba(40, 31, 43, .86) 52%, #111722 100%);
}

@media screen and (max-width: 820px) {
    body.home-index-body .tx-home-interlude {
        grid-template-columns: minmax(20px, 1fr) auto 24px minmax(20px, 1fr);
        gap: 8px;
        width: calc(100% - 20px);
        min-height: 72px;
        margin-top: -20px;
        padding: 26px 14px 12px;
        border-radius: 0 0 19px 19px;
    }

    body.home-index-body .tx-home-interlude::before {
        top: 20px;
        right: 12%;
        left: 12%;
    }

    body.home-index-body .tx-home-interlude__copy {
        gap: 0;
    }

    body.home-index-body .tx-home-interlude__copy small {
        display: none;
    }

    body.home-index-body .tx-home-interlude__copy strong {
        font-size: 11px;
    }

    body.home-index-body .tx-home-interlude__arrow {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
}

/* Data-backed trending deck: replaces the legacy sparse hot tabs and empty topic tangram. */
body.home-index-body .tx-trend-deck {
    position: relative;
    isolation: isolate;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 28px;
    padding: clamp(22px, 2.2vw, 38px);
    overflow: hidden;
    border: 1px solid rgba(49, 33, 47, .12);
    border-radius: 26px;
    color: #f8f1ea;
    background:
        radial-gradient(circle at 88% 8%, rgba(255, 91, 87, .2), transparent 27%),
        radial-gradient(circle at 8% 88%, rgba(201, 164, 117, .12), transparent 30%),
        linear-gradient(145deg, #19131c 0%, #251a29 48%, #111722 100%);
    box-shadow: 0 28px 70px rgba(34, 22, 33, .16);
}

body.home-index-body .tx-trend-deck::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 54px 54px;
    -webkit-mask-image: linear-gradient(120deg, #000, transparent 68%);
    mask-image: linear-gradient(120deg, #000, transparent 68%);
}

body.home-index-body .tx-trend-deck__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 20px;
}

body.home-index-body .tx-trend-deck__heading {
    min-width: 0;
}

body.home-index-body .tx-trend-deck__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #ff7772;
    font-family: "Avenir Next", "PingFang SC", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
}

body.home-index-body .tx-trend-deck__heading h2 {
    margin: 0;
    color: #fff9f3;
    font-family: "Songti SC", "STSong", serif;
    font-size: clamp(28px, 3vw, 46px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.04em;
}

body.home-index-body .tx-trend-deck__heading p {
    margin: 9px 0 0;
    color: rgba(240, 231, 236, .64);
    font-size: 14px;
    line-height: 1.65;
}

body.home-index-body .tx-trend-deck__stamp {
    flex: 0 0 auto;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    color: rgba(255, 255, 255, .62);
    background: rgba(255, 255, 255, .045);
    text-align: right;
}

body.home-index-body .tx-trend-deck__stamp span,
body.home-index-body .tx-trend-deck__stamp time {
    display: block;
}

body.home-index-body .tx-trend-deck__stamp span {
    margin-bottom: 3px;
    font-size: 10px;
    letter-spacing: .14em;
}

body.home-index-body .tx-trend-deck__stamp time {
    color: #fff5ee;
    font-size: 13px;
    font-variant-numeric: tabular-nums;
}

body.home-index-body .tx-trend-tabs {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 18px;
    padding: 5px;
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 14px;
    background: rgba(8, 12, 20, .28);
    scrollbar-width: none;
}

body.home-index-body .tx-trend-tabs::-webkit-scrollbar {
    display: none;
}

body.home-index-body .tx-trend-tab {
    appearance: none;
    min-width: max-content;
    padding: 10px 17px;
    border: 0;
    border-radius: 10px;
    color: rgba(255, 248, 244, .62);
    background: transparent;
    cursor: pointer;
    font: 600 14px/1 "PingFang SC", "Microsoft YaHei", sans-serif;
    transition: color .22s ease, background-color .22s ease, transform .22s ease;
}

body.home-index-body .tx-trend-tab:hover {
    color: #fff;
    background: rgba(255, 255, 255, .06);
}

body.home-index-body .tx-trend-tab.is-active {
    color: #21161f;
    background: #fff2e8;
    box-shadow: 0 7px 22px rgba(0, 0, 0, .2);
}

body.home-index-body .tx-trend-tab:focus-visible {
    outline: 2px solid #ff7772;
    outline-offset: 2px;
}

body.home-index-body .tx-trend-panel[hidden] {
    display: none !important;
}

body.home-index-body .tx-trend-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(190px, 1fr));
    gap: 12px;
    min-height: 430px;
}

body.home-index-body .tx-trend-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
    transition: border-color .28s ease, transform .28s ease, box-shadow .28s ease;
}

body.home-index-body .tx-trend-card--lead {
    grid-row: 1 / span 2;
}

body.home-index-body .tx-trend-card:hover,
body.home-index-body .tx-trend-card:focus-within {
    z-index: 2;
    border-color: rgba(255, 119, 114, .46);
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
}

body.home-index-body .tx-trend-card__link {
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    height: 100%;
    color: inherit;
    text-decoration: none;
}

body.home-index-body .tx-trend-card--lead .tx-trend-card__link {
    display: block;
}

body.home-index-body .tx-trend-card__media {
    position: relative;
    min-height: 100%;
    margin: 0;
    overflow: hidden;
    background: #11141d;
}

body.home-index-body .tx-trend-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.22, .61, .36, 1), filter .35s ease;
}

body.home-index-body .tx-trend-card:hover .tx-trend-card__media img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.02);
}

body.home-index-body .tx-trend-card__veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(12, 12, 18, .78) 100%);
}

body.home-index-body .tx-trend-card:not(.tx-trend-card--lead) .tx-trend-card__veil {
    background: linear-gradient(90deg, transparent 40%, rgba(12, 12, 18, .18) 100%);
}

body.home-index-body .tx-trend-card__rank {
    position: absolute;
    top: 13px;
    left: 13px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-style: italic;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}

body.home-index-body .tx-trend-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 18px;
}

body.home-index-body .tx-trend-card--lead .tx-trend-card__body {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    justify-content: flex-end;
    padding: 28px;
    background: linear-gradient(180deg, transparent, rgba(12, 12, 18, .92));
}

body.home-index-body .tx-trend-card__signals {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

body.home-index-body .tx-trend-card__signals span {
    padding: 4px 7px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 999px;
    color: rgba(255, 255, 255, .66);
    background: rgba(255, 255, 255, .045);
    font-size: 10px;
    line-height: 1;
}

body.home-index-body .tx-trend-card__signals .tx-trend-card__evidence {
    border-color: rgba(255, 119, 114, .2);
    color: #ffd1cd;
    background: rgba(255, 91, 87, .14);
}

body.home-index-body .tx-trend-card__body h3 {
    margin: 0;
    overflow: hidden;
    color: #fff9f4;
    font-family: "Songti SC", "STSong", serif;
    font-size: clamp(16px, 1.35vw, 22px);
    font-weight: 700;
    line-height: 1.28;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.home-index-body .tx-trend-card--lead .tx-trend-card__body h3 {
    font-size: clamp(25px, 2.3vw, 36px);
}

body.home-index-body .tx-trend-card__body p {
    margin: 8px 0 0;
    overflow: hidden;
    color: rgba(255, 247, 241, .66);
    font-size: 12px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.home-index-body .tx-trend-card__body small {
    display: block;
    margin-top: 12px;
    overflow: hidden;
    color: rgba(255, 247, 241, .42);
    font-size: 10px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.home-index-body .tx-trend-deck__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .075);
}

body.home-index-body .tx-trend-deck__foot p {
    max-width: 860px;
    margin: 0;
    color: rgba(255, 247, 241, .48);
    font-size: 11px;
    line-height: 1.65;
}

body.home-index-body .tx-trend-deck__foot nav {
    display: flex;
    flex: 0 0 auto;
    gap: 6px;
}

body.home-index-body .tx-trend-deck__foot a {
    padding: 6px 9px;
    border-radius: 8px;
    color: rgba(255, 247, 241, .68);
    background: rgba(255, 255, 255, .055);
    font-size: 11px;
    transition: color .2s ease, background-color .2s ease;
}

body.home-index-body .tx-trend-deck__foot a:hover,
body.home-index-body .tx-trend-deck__foot a:focus-visible {
    color: #fff;
    background: rgba(255, 91, 87, .2);
}

@media (max-width: 1100px) {
    body.home-index-body .tx-trend-grid {
        grid-template-columns: minmax(260px, .95fr) minmax(0, 1fr);
        grid-template-rows: repeat(4, minmax(135px, auto));
    }

    body.home-index-body .tx-trend-card--lead {
        grid-row: 1 / span 4;
    }
}

@media (max-width: 820px) {
    body.home-index-body .tx-trend-deck {
        margin-bottom: 18px;
        padding: 18px 14px;
        border-radius: 21px;
    }

    body.home-index-body .tx-trend-deck__head {
        align-items: flex-start;
        margin-bottom: 14px;
    }

    body.home-index-body .tx-trend-deck__heading h2 {
        font-size: 28px;
    }

    body.home-index-body .tx-trend-deck__heading p {
        max-width: 260px;
        font-size: 12px;
    }

    body.home-index-body .tx-trend-deck__stamp {
        padding: 8px 9px;
    }

    body.home-index-body .tx-trend-tabs {
        margin-right: -14px;
        margin-left: -14px;
        padding-right: 14px;
        padding-left: 14px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    body.home-index-body .tx-trend-tab {
        padding: 9px 13px;
        font-size: 13px;
    }

    body.home-index-body .tx-trend-grid {
        display: flex;
        min-height: 0;
        gap: 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    body.home-index-body .tx-trend-grid::-webkit-scrollbar {
        display: none;
    }

    body.home-index-body .tx-trend-card,
    body.home-index-body .tx-trend-card--lead {
        flex: 0 0 72vw;
        min-height: 370px;
        scroll-snap-align: start;
    }

    body.home-index-body .tx-trend-card__link,
    body.home-index-body .tx-trend-card--lead .tx-trend-card__link {
        display: block;
    }

    body.home-index-body .tx-trend-card__body,
    body.home-index-body .tx-trend-card--lead .tx-trend-card__body {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        justify-content: flex-end;
        padding: 20px;
        background: linear-gradient(180deg, transparent, rgba(12, 12, 18, .94));
    }

    body.home-index-body .tx-trend-card__body h3,
    body.home-index-body .tx-trend-card--lead .tx-trend-card__body h3 {
        font-size: 24px;
    }

    body.home-index-body .tx-trend-card__body small {
        margin-top: 8px;
    }

    body.home-index-body .tx-trend-deck__foot {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    body.home-index-body .tx-trend-deck__foot nav {
        width: 100%;
    }

    body.home-index-body .tx-trend-deck__foot a {
        flex: 1;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home-index-body .tx-trend-card,
    body.home-index-body .tx-trend-card__media img,
    body.home-index-body .tx-trend-tab {
        transition: none !important;
    }

    body.home-index-body .tx-trend-card:hover,
    body.home-index-body .tx-trend-card:focus-within,
    body.home-index-body .tx-trend-card:hover .tx-trend-card__media img {
        transform: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tx-motion-hero *,
    .tx-motion-hero *::before,
    .tx-motion-hero *::after {
        scroll-behavior: auto !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }

    .home-index-body .home-skeleton-card::after,
    .home-index-body .home-skeleton-line::after,
    .home-index-body .home-skeleton .thumb::after {
        animation: none !important;
    }
}

/* Homepage continuity: treat the hero, discovery rail and content deck as one scene. */
body.home-index-body {
    --tx-home-canvas: #f5f1eb;
    --tx-home-surface: rgba(255, 252, 247, .88);
    --tx-home-line: rgba(78, 57, 68, .11);
    --tx-home-gutter: 14px;
    background-color: var(--tx-home-canvas) !important;
    background-image:
        radial-gradient(circle at 10% 1%, rgba(255, 91, 87, .09), transparent 26%),
        linear-gradient(180deg, #fff8ef 0, var(--tx-home-canvas) 680px) !important;
}

body.home-index-body .member-wrap {
    animation: none;
    background: transparent !important;
}

body.home-index-body .home-unified > .tx-motion-hero {
    z-index: 2;
    margin-bottom: 0;
    box-shadow: 0 24px 68px rgba(51, 35, 45, .09);
}

body.home-index-body .home-unified > .vod-play-tagwall {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: calc(100% - 56px);
    margin: -10px auto 22px;
    padding: 22px 14px 9px;
    overflow: hidden;
    border: 1px solid var(--tx-home-line);
    border-top: 0;
    border-radius: 0 0 24px 24px;
    background:
        linear-gradient(90deg, rgba(255, 91, 87, .035), transparent 24%, transparent 76%, rgba(255, 91, 87, .035)),
        linear-gradient(180deg, rgba(255, 247, 237, .96), var(--tx-home-surface));
    box-shadow: 0 18px 44px rgba(51, 35, 45, .055);
}

body.home-index-body .home-unified > .vod-play-tagwall .vod-play-tagwall__body {
    padding: 0;
}

body.home-index-body .home-unified > .vod-play-tagwall .vod-play-tagwall__lane {
    height: 31px;
    margin-bottom: 7px;
}

body.home-index-body .home-unified > .vod-play-tagwall .vod-play-tagwall__pill {
    padding: 4px 12px;
    border: 1px solid transparent;
    color: #4b3d45;
    background: rgba(37, 29, 39, .055);
}

body.home-index-body .home-unified > .vod-play-tagwall .vod-play-tagwall__pill--c0,
body.home-index-body .home-unified > .vod-play-tagwall .vod-play-tagwall__pill--c3 {
    color: #743e40;
    border-color: rgba(255, 91, 87, .08);
    background: rgba(255, 91, 87, .105);
}

body.home-index-body .home-unified > .vod-play-tagwall .vod-play-tagwall__pill--c1,
body.home-index-body .home-unified > .vod-play-tagwall .vod-play-tagwall__pill--c4 {
    color: #5d4a38;
    border-color: rgba(142, 104, 68, .075);
    background: rgba(198, 160, 116, .13);
}

body.home-index-body .home-unified > .vod-play-tagwall .vod-play-tagwall__pill--c2,
body.home-index-body .home-unified > .vod-play-tagwall .vod-play-tagwall__pill--c5 {
    color: #39404e;
    border-color: rgba(16, 21, 33, .055);
    background: rgba(16, 21, 33, .065);
}

body.home-index-body .home-unified > .vod-play-tagwall .vod-play-tagwall__pill:focus-visible,
body.home-index-body .home-unified > .vod-play-tagwall .vod-play-tagwall__pill:hover {
    box-shadow: 0 0 0 2px rgba(255, 91, 87, .2);
}

body.home-index-body .home-unified .home-detail {
    box-sizing: border-box;
    width: calc(100% - (2 * var(--tx-home-gutter)));
    margin: 0 auto;
    padding: 0;
}

body.home-index-body .home-unified .home-detail > .box,
body.home-index-body .home-unified .home-detail .layout.box {
    width: 100%;
}

body.home-index-body #latest-focus {
    margin-top: 0;
    overflow: hidden;
    border-color: var(--tx-home-line);
    background: rgba(255, 253, 249, .82);
    box-shadow: 0 18px 48px rgba(51, 35, 45, .065);
}

body.home-index-body #latest-focus .latest-tab-nav {
    border-bottom: 1px solid rgba(78, 57, 68, .075);
    background: rgba(255, 249, 241, .58);
}

body.home-index-body #latest-focus .latest-tab-nav li {
    color: #554d56;
}

body.home-index-body #latest-focus .latest-tab-nav li.current {
    color: #fff;
    background: linear-gradient(135deg, #241a27, #38283b);
    box-shadow: inset 0 -3px 0 #ff5b57;
}

body.home-index-body #latest-focus .latest-tab-nav li:not(:last-child)::after {
    background: rgba(78, 57, 68, .1) !important;
}

body.home-index-body #latest-focus .latest-tab-nav img {
    opacity: .72;
    filter: grayscale(1) contrast(.9) brightness(.72);
}

body.home-index-body #latest-focus .latest-tab-nav li.current img {
    opacity: .94;
    filter: brightness(0) invert(1);
}

body.home-index-body.bstem {
    --tx-home-canvas: #111722;
    --tx-home-surface: rgba(25, 32, 45, .92);
    --tx-home-line: rgba(255, 255, 255, .075);
    background-image:
        radial-gradient(circle at 10% 1%, rgba(255, 91, 87, .12), transparent 27%),
        linear-gradient(180deg, #171e2b 0, var(--tx-home-canvas) 680px) !important;
}

body.home-index-body.bstem .home-unified > .vod-play-tagwall {
    background:
        linear-gradient(90deg, rgba(255, 91, 87, .045), transparent 24%, transparent 76%, rgba(255, 91, 87, .045)),
        linear-gradient(180deg, rgba(24, 31, 44, .96), var(--tx-home-surface));
}

body.home-index-body.bstem .home-unified > .vod-play-tagwall .vod-play-tagwall__pill--c0,
body.home-index-body.bstem .home-unified > .vod-play-tagwall .vod-play-tagwall__pill--c3 {
    color: #ffd9d7;
    background: rgba(255, 91, 87, .2);
}

body.home-index-body.bstem .home-unified > .vod-play-tagwall .vod-play-tagwall__pill--c1,
body.home-index-body.bstem .home-unified > .vod-play-tagwall .vod-play-tagwall__pill--c4 {
    color: #f4dfc5;
    background: rgba(198, 160, 116, .18);
}

body.home-index-body.bstem .home-unified > .vod-play-tagwall .vod-play-tagwall__pill--c2,
body.home-index-body.bstem .home-unified > .vod-play-tagwall .vod-play-tagwall__pill--c5 {
    color: #dce1eb;
    background: rgba(255, 255, 255, .085);
}

body.home-index-body.bstem #latest-focus {
    background: rgba(24, 31, 44, .84);
}

body.home-index-body.bstem #latest-focus .latest-tab-nav {
    background: rgba(16, 21, 33, .48);
}

body.home-index-body.bstem #latest-focus .latest-tab-nav li {
    color: #d0c7d1;
}

@media screen and (max-width: 820px) {
    body.home-index-body {
        --tx-home-gutter: 10px;
    }

    body.home-index-body .home-unified > .tx-motion-hero {
        margin-bottom: 0;
    }

    body.home-index-body .home-unified > .vod-play-tagwall {
        width: calc(100% - 36px);
        margin: -7px auto 14px;
        padding: 16px 9px 6px;
        border-radius: 0 0 18px 18px;
        box-shadow: 0 12px 30px rgba(51, 35, 45, .05);
    }

    body.home-index-body .home-unified > .vod-play-tagwall .vod-play-tagwall__lane {
        height: 29px;
        margin-bottom: 5px;
    }

    body.home-index-body .home-unified > .vod-play-tagwall .vod-play-tagwall__pill {
        padding: 3px 11px;
    }

    body.home-index-body .home-unified .home-detail {
        width: calc(100% - (2 * var(--tx-home-gutter)));
    }
}

/* Curated cinema pair: replaces the empty actor catalogue with playable releases. */
body.home-index-body .tx-cinema-picks {
    position: relative;
    box-sizing: border-box;
    margin-top: 24px;
    padding: clamp(20px, 3vw, 34px);
    overflow: hidden;
    border: 1px solid rgba(74, 48, 57, .12);
    border-radius: 26px;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, .92), rgba(255, 247, 237, .82)),
        radial-gradient(circle at 90% 5%, rgba(255, 91, 87, .17), transparent 36%);
    box-shadow: 0 22px 58px rgba(51, 35, 45, .08);
}

body.home-index-body .tx-cinema-picks::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .22;
    background-image: linear-gradient(90deg, rgba(66, 42, 51, .08) 1px, transparent 1px);
    background-size: 64px 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
}

body.home-index-body .tx-cinema-picks__head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

body.home-index-body .tx-cinema-picks__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #e94848;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
}

body.home-index-body .tx-cinema-picks__head h2 {
    margin: 0;
    color: #15121a;
    font-family: var(--tx-display, "Noto Serif SC", serif);
    font-size: clamp(27px, 3vw, 42px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1.05;
}

body.home-index-body .tx-cinema-picks__head p {
    margin: 8px 0 0;
    color: #72676d;
    font-size: 13px;
    line-height: 1.65;
}

body.home-index-body .tx-cinema-picks__all {
    flex: 0 0 auto;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(25, 18, 27, .25);
    color: #2c232d;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

body.home-index-body .tx-cinema-picks__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(0, .78fr);
    gap: 12px;
}

body.home-index-body .tx-cinema-feature {
    min-width: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #16131a;
    box-shadow: 0 18px 38px rgba(17, 12, 19, .18);
    transition: box-shadow .28s ease, transform .28s ease;
}

body.home-index-body .tx-cinema-feature__link {
    position: relative;
    display: block;
    min-height: clamp(280px, 32vw, 430px);
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

body.home-index-body .tx-cinema-feature__poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    transform: scale(1.015);
    transition: transform .7s cubic-bezier(.2, .7, .2, 1), filter .35s ease;
}

body.home-index-body .tx-cinema-feature__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(11, 8, 13, .04) 14%, rgba(11, 8, 13, .18) 48%, rgba(11, 8, 13, .94) 100%),
        linear-gradient(90deg, rgba(11, 8, 13, .34), transparent 60%);
}

body.home-index-body .tx-cinema-feature__content {
    position: absolute;
    inset: auto clamp(18px, 3vw, 32px) clamp(18px, 3vw, 30px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

body.home-index-body .tx-cinema-feature__kicker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

body.home-index-body .tx-cinema-feature__kicker b {
    padding: 5px 8px;
    border-radius: 999px;
    color: #21151b;
    background: #ffbd57;
    font-size: 10px;
    letter-spacing: .08em;
}

body.home-index-body .tx-cinema-feature__kicker em {
    color: rgba(255, 255, 255, .74);
    font-size: 10px;
    font-style: normal;
}

body.home-index-body .tx-cinema-feature__content > strong {
    max-width: 90%;
    font-family: var(--tx-display, "Noto Serif SC", serif);
    font-size: clamp(28px, 4vw, 56px);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: 1.02;
    text-shadow: 0 6px 22px rgba(0, 0, 0, .35);
}

body.home-index-body .tx-cinema-feature:not(.tx-cinema-feature--lead) .tx-cinema-feature__content > strong {
    font-size: clamp(25px, 3vw, 42px);
}

body.home-index-body .tx-cinema-feature__content > small {
    margin-top: 9px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
}

body.home-index-body .tx-cinema-feature__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    background: rgba(12, 9, 14, .28);
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

body.home-index-body .tx-cinema-feature:hover {
    box-shadow: 0 26px 54px rgba(17, 12, 19, .26);
}

body.home-index-body .tx-cinema-feature:hover .tx-cinema-feature__poster,
body.home-index-body .tx-cinema-feature:focus-within .tx-cinema-feature__poster {
    transform: scale(1.065);
    filter: saturate(1.08) contrast(1.03);
}

body.home-index-body .tx-cinema-feature__link:focus-visible {
    outline: 3px solid #ffbd57;
    outline-offset: -3px;
}

body.home-index-body.bstem .tx-cinema-picks {
    border-color: rgba(255, 255, 255, .08);
    background:
        linear-gradient(115deg, rgba(24, 30, 41, .96), rgba(20, 25, 35, .9)),
        radial-gradient(circle at 90% 5%, rgba(255, 91, 87, .16), transparent 36%);
}

body.home-index-body.bstem .tx-cinema-picks__head h2,
body.home-index-body.bstem .tx-cinema-picks__all {
    color: #f7f1f2;
}

body.home-index-body.bstem .tx-cinema-picks__head p {
    color: #aba2a8;
}

@media (max-width: 820px) {
    body.home-index-body .tx-cinema-picks {
        margin-top: 14px;
        padding: 18px 14px 14px;
        border-radius: 20px;
    }

    body.home-index-body .tx-cinema-picks__head {
        align-items: flex-start;
        margin-bottom: 14px;
    }

    body.home-index-body .tx-cinema-picks__head p {
        max-width: 270px;
    }

    body.home-index-body .tx-cinema-picks__all {
        margin-top: 5px;
        white-space: nowrap;
    }

    body.home-index-body .tx-cinema-picks__grid {
        grid-template-columns: 1fr;
    }

    body.home-index-body .tx-cinema-feature__link {
        min-height: 310px;
    }

    body.home-index-body .tx-cinema-feature__content > strong,
    body.home-index-body .tx-cinema-feature:not(.tx-cinema-feature--lead) .tx-cinema-feature__content > strong {
        font-size: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.home-index-body .tx-cinema-feature,
    body.home-index-body .tx-cinema-feature__poster {
        transition: none !important;
    }

    body.home-index-body .tx-cinema-feature:hover .tx-cinema-feature__poster,
    body.home-index-body .tx-cinema-feature:focus-within .tx-cinema-feature__poster {
        transform: scale(1.015);
    }
}

/* H5 fit pass: keep the cinematic identity while reducing first-screen crowding. */
@media screen and (max-width: 820px) {
    body.home-index-body .home-unified {
        box-sizing: border-box;
        padding-bottom: calc(78px + env(safe-area-inset-bottom));
    }

    body.home-index-body .extra-fab {
        display: none !important;
    }

    body.home-index-body .home-unified > .tx-motion-hero {
        gap: 12px;
        padding: 24px 20px 14px;
        border-radius: 20px;
    }

    body.home-index-body .tx-motion-hero__title {
        font-size: clamp(44px, 13.5vw, 54px);
        line-height: 1;
    }

    body.home-index-body .tx-motion-hero__summary {
        margin-top: 13px;
        font-size: 13px;
        line-height: 1.55;
    }

    body.home-index-body .tx-motion-hero__actions {
        gap: 7px;
        margin-top: 14px;
        flex-wrap: nowrap;
    }

    body.home-index-body .tx-motion-button {
        min-width: 0;
        min-height: 38px;
        padding: 0 12px;
        font-size: 12px;
    }

    body.home-index-body .tx-motion-hero__signals {
        gap: 12px;
        margin-top: 12px;
        font-size: 11px;
    }

    body.home-index-body .tx-motion-hero__signals li::before {
        margin-right: 6px;
    }

    body.home-index-body .tx-motion-hero__visual {
        min-height: 282px;
    }

    body.home-index-body .tx-motion-hero__posters {
        min-height: 220px;
    }

    body.home-index-body .tx-motion-poster-layer {
        width: min(142px, 46%);
    }

    body.home-index-body .tx-motion-feature-item a {
        min-height: 50px;
        padding: 8px 7px;
    }
}

@media screen and (max-width: 380px) {
    body.home-index-body .home-unified > .tx-motion-hero {
        padding-right: 18px;
        padding-left: 18px;
    }

    body.home-index-body .tx-motion-hero__title {
        font-size: clamp(42px, 13vw, 50px);
    }

    body.home-index-body .tx-motion-hero__visual {
        min-height: 270px;
    }

    body.home-index-body .tx-motion-hero__posters {
        min-height: 208px;
    }

    body.home-index-body .tx-motion-poster-layer {
        width: min(134px, 45%);
    }
}

/* Tangxin Theater VI refinement: dark screening room + warm foyer. */
body.home-index-body .head_box.show-pc.is-header-end {
    border-bottom-color: rgba(255, 243, 217, .1);
    background: rgba(6, 1, 1, .72) !important;
    box-shadow: 0 14px 34px rgba(6, 1, 1, .2);
}

body.home-index-body .head_box.show-pc.is-header-end .tx-brand-lockup,
body.home-index-body .head_box.show-pc.is-header-end .head_menu_a a {
    color: #fff3d9 !important;
}

body.home-index-body .head_box.show-pc.is-header-end .head_menu_a li.active > a,
body.home-index-body .head_box.show-pc.is-header-end .head_menu_a a:hover {
    color: #ee4668 !important;
}

.tx-motion-hero,
.bstem .tx-motion-hero {
    --tx-ink: #fff3d9;
    --tx-muted: rgba(255, 243, 217, .68);
    --tx-card: rgba(255, 255, 255, .065);
    --tx-line: rgba(255, 243, 217, .13);
    color: var(--tx-ink);
    border-color: var(--tx-line);
    background:
        radial-gradient(circle at 16% 18%, rgba(238, 70, 104, .25), transparent 30%),
        radial-gradient(circle at 86% 74%, rgba(107, 54, 40, .36), transparent 34%),
        linear-gradient(138deg, #060101 0%, #260307 48%, #580005 100%);
    box-shadow: 0 30px 86px rgba(46, 0, 5, .28);
}

.tx-motion-hero::before {
    opacity: .26;
    background-image:
        linear-gradient(rgba(255, 243, 217, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 243, 217, .07) 1px, transparent 1px);
}

.tx-motion-hero__glow {
    background: rgba(238, 70, 104, .31);
}

.tx-motion-hero__eyebrow,
.tx-motion-feature-item__copy small {
    color: #f3bec9;
}

.tx-motion-hero__title {
    font-family: var(--tx-display, "HarmonyOS Sans SC", "Microsoft YaHei UI", sans-serif);
    font-weight: 800;
}

.tx-motion-hero__word--accent {
    color: transparent;
    background: linear-gradient(105deg, #fff3d9 3%, #ee4668 52%, #f3bec9 96%);
    -webkit-background-clip: text;
    background-clip: text;
}

.tx-motion-hero__summary,
.bstem .tx-motion-hero__summary {
    color: var(--tx-muted);
}

.tx-motion-button,
.bstem .tx-motion-button {
    color: #fff3d9;
    border-color: rgba(255, 243, 217, .18);
    background: rgba(255, 243, 217, .055);
    box-shadow: 0 10px 28px rgba(6, 1, 1, .2);
}

.tx-motion-button:hover,
.tx-motion-button:focus-visible,
.bstem .tx-motion-button:hover,
.bstem .tx-motion-button:focus-visible {
    color: #fff3d9;
    border-color: rgba(238, 70, 104, .68);
    background: rgba(238, 70, 104, .14);
}

.tx-motion-button--primary,
.bstem .tx-motion-button--primary {
    color: #fff !important;
    border-color: #ee4668;
    background: #ee4668;
    box-shadow: 0 13px 34px rgba(238, 70, 104, .24);
}

.tx-motion-button--primary:hover,
.tx-motion-button--primary:focus-visible,
.bstem .tx-motion-button--primary:hover,
.bstem .tx-motion-button--primary:focus-visible {
    color: #fff !important;
    background: #f15b79;
}

.tx-motion-hero__signals,
.bstem .tx-motion-hero__signals {
    color: rgba(255, 243, 217, .54);
}

.tx-motion-hero__signals li::before,
.tx-motion-feature-item a::before {
    background: #ee4668;
}

.tx-motion-hero__orbit {
    border-color: rgba(238, 70, 104, .28);
    background:
        radial-gradient(circle at center, transparent 56%, rgba(255, 243, 217, .09) 57%, transparent 58%),
        conic-gradient(from 12deg, transparent 0 12%, rgba(238, 70, 104, .58) 12.5% 13%, transparent 13.5% 46%, rgba(255, 243, 217, .42) 46.5% 47%, transparent 47.5% 100%);
    box-shadow: inset 0 0 42px rgba(255, 243, 217, .06), 0 0 64px rgba(238, 70, 104, .12);
}

.tx-motion-hero__orbit::before,
.tx-motion-hero__orbit::after {
    border-color: rgba(255, 243, 217, .1);
}

.tx-motion-poster-card {
    border-color: rgba(255, 243, 217, .3);
    background: #21070b;
    box-shadow: 0 30px 58px rgba(6, 1, 1, .46);
}

.tx-motion-feature-item a,
.bstem .tx-motion-feature-item a {
    color: #fff3d9;
    border-color: rgba(255, 243, 217, .11);
    background: rgba(6, 1, 1, .34);
    box-shadow: 0 14px 34px rgba(6, 1, 1, .2);
}

.tx-motion-feature-item.is-active a,
.tx-motion-feature-item:focus-within a,
.bstem .tx-motion-feature-item.is-active a,
.bstem .tx-motion-feature-item:focus-within a {
    border-color: rgba(238, 70, 104, .48);
    background: rgba(88, 0, 5, .54);
    box-shadow: 0 18px 38px rgba(6, 1, 1, .28);
}

.tx-motion-feature-item__copy strong,
.bstem .tx-motion-feature-item__copy strong {
    color: #fff3d9;
}

.tx-motion-feature-item__copy em,
.tx-motion-feature-item__number,
.bstem .tx-motion-feature-item__copy em,
.bstem .tx-motion-feature-item__number {
    color: rgba(255, 243, 217, .5);
}

.tx-motion-feature-item__arrow {
    color: #f3bec9;
    border-color: rgba(255, 243, 217, .14);
}

.tx-motion-feature-item.is-active .tx-motion-feature-item__arrow,
.tx-motion-feature-item:focus-within .tx-motion-feature-item__arrow {
    color: #fff;
    background: #ee4668;
}

body.home-index-body .tx-trend-deck {
    border-color: rgba(255, 243, 217, .11);
    background:
        radial-gradient(circle at 88% 8%, rgba(238, 70, 104, .22), transparent 27%),
        radial-gradient(circle at 8% 88%, rgba(107, 54, 40, .2), transparent 30%),
        linear-gradient(145deg, #060101 0%, #220307 48%, #580005 100%);
    box-shadow: 0 28px 72px rgba(46, 0, 5, .2);
}

body.home-index-body .tx-trend-deck__eyebrow {
    color: #f3bec9;
}

body.home-index-body .tx-trend-deck__heading h2,
body.home-index-body .tx-trend-deck__stamp time {
    color: #fff3d9;
}

body.home-index-body .tx-trend-tab:focus-visible {
    outline-color: #ee4668;
}

body.home-index-body .tx-trend-tab.is-active {
    color: #260307;
    background: #fff3d9;
}

body.home-index-body .tx-cinema-picks {
    border-color: rgba(88, 0, 5, .1);
    background:
        radial-gradient(circle at 90% 5%, rgba(238, 70, 104, .12), transparent 34%),
        linear-gradient(135deg, #fff3d9 0%, #fffaf0 55%, #fff 100%);
}

body.home-index-body .tx-cinema-feature__kicker b {
    color: #fff;
    background: #ee4668;
}

body.home-index-body .tx-cinema-feature__link:focus-visible {
    outline-color: #ee4668;
}

@media screen and (max-width: 820px) {
    body.home-index-body {
        background-image:
            radial-gradient(circle at 14% 2%, rgba(238, 70, 104, .12), transparent 28%),
            linear-gradient(180deg, #fff3d9 0, var(--tpl-bg-base, #fff) 420px) !important;
    }

    body.home-index-body.bstem {
        background-image:
            radial-gradient(circle at 14% 2%, rgba(238, 70, 104, .18), transparent 28%),
            linear-gradient(180deg, #21070b 0, var(--tpl-bg-base, #060101) 420px) !important;
    }
}
