/* DarkMovis Spotlight 3.2.1 — active-slide GPU isolation / adaptive performance. */
.dmhs-scope {
    --dmhs-red: #ff244f;
    --dmhs-red-bright: #ff496d;
    --dmhs-red-rgb: 255, 36, 79;
    --dmhs-ink: #06070c;
    --dmhs-text: #fafafa;
    --dmhs-muted: #a7a7b0;
    --dmhs-ease: cubic-bezier(.2,.8,.2,1);
    box-sizing: border-box;
    direction: rtl;
    color: var(--dmhs-text);
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
    color-scheme: dark;
}
.dmhs-scope *, .dmhs-scope *::before, .dmhs-scope *::after { box-sizing: border-box; }
.dmhs-scope :where(a) { color: inherit; text-decoration: none; }
.dmhs-scope :where(button) { padding: 0; font: inherit; touch-action: manipulation; -webkit-appearance: none; appearance: none; }
.dmhs-duotone-icon { width: 1.3em; height: 1.3em; flex: 0 0 auto; overflow: visible; --dmhs-icon-soft: #777780; --dmhs-icon-strong: #f5f5f7; }
.dmhs-pack-icon [fill]:not([fill="none"]) { fill: var(--dmhs-icon-strong) !important; }
.dmhs-pack-icon [fill-opacity] { fill: var(--dmhs-icon-soft) !important; }
.dmhs-pack-icon [stroke] { stroke: var(--dmhs-icon-strong) !important; }

@supports (corner-shape: squircle) {
    .dmhs-squircle, .dmhs-hero, .dmhs-hero__poster, .dmhs-hero__rail-item { corner-shape: squircle; }
}

.dmhs-hero[hidden] { display: none !important; }
.dmhs-hero {
    container: dmhs-hero / inline-size;
    position: relative;
    isolation: isolate;
    width: min(var(--dmhs-inner-width, 1366px), calc(100% - clamp(18px, 2.6vw, 36px)));
    height: var(--dmhs-height, 680px);
    max-height: min(760px, calc(100svh - 36px));
    margin: 88px auto 34px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 34px;
    background: rgba(7,8,13,.7);
    box-shadow: 0 30px 80px rgba(0,0,0,.44), inset 0 1px rgba(255,255,255,.16), inset 0 -1px rgba(var(--dmhs-red-rgb),.06);
    contain: layout paint;
    transform: translateZ(0);
}
.dmhs-hero::before {
    content: "";
    position: absolute;
    z-index: 10;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(118deg, rgba(255,255,255,.075), transparent 22%, transparent 75%, rgba(var(--dmhs-red-rgb),.05));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
    pointer-events: none;
}
.dmhs-hero::after {
    content: "";
    position: absolute;
    z-index: 11;
    top: 0;
    right: 9%;
    left: 9%;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), rgba(var(--dmhs-red-rgb),.56), transparent);
    box-shadow: 0 0 14px rgba(var(--dmhs-red-rgb),.26);
    pointer-events: none;
}
.dmhs-hero__ambient { position: absolute; z-index: -1; inset: -10%; background: radial-gradient(circle at 18% 86%, rgba(var(--dmhs-red-rgb),.18), transparent 28%), radial-gradient(circle at 88% 5%, rgba(27,38,78,.22), transparent 32%); pointer-events: none; }
.dmhs-hero__viewport { position: absolute; inset: 0; overflow: hidden; outline: none; }
.dmhs-hero__track { width: 100%; height: 100%; display: flex; direction: rtl; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; overscroll-behavior-inline: contain; touch-action: pan-x pan-y pinch-zoom; }
.dmhs-hero__track::-webkit-scrollbar, .dmhs-hero__rail::-webkit-scrollbar { display: none; }
.dmhs-hero__slide { position: relative; flex: 0 0 100%; width: 100%; height: 100%; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: always; background: var(--dmhs-ink); contain: layout paint style; }
.dmhs-hero__slide::before { content: none; display: none; }
.dmhs-hero__slide::after { content: attr(data-index); position: absolute; z-index: 1; left: clamp(190px, 20vw, 310px); bottom: 64px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.07); font: 950 clamp(82px, 10vw, 150px)/.7 Arial,sans-serif; letter-spacing: -8px; opacity: 0; transform: translateY(18px); transition: opacity .55s var(--dmhs-ease) .12s, transform .7s var(--dmhs-ease) .12s; pointer-events: none; }
.dmhs-hero__slide.is-active::before { content: none; display: none; }
.dmhs-hero__slide.is-active::after { opacity: 1; transform: none; }
.dmhs-hero__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; transform: none; filter: none; }
.dmhs-hero__slide.is-active .dmhs-hero__backdrop { transform: none; filter: none; }
.dmhs-hero__veil { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(4,5,9,.08) 0%, rgba(4,5,9,.42) 42%, rgba(4,5,9,.97) 100%), linear-gradient(0deg, rgba(4,5,9,.97) 0%, transparent 50%), radial-gradient(circle at 75% 44%, rgba(var(--dmhs-red-rgb),.15), transparent 27%); }

.dmhs-hero__content { position: relative; z-index: 3; width: 100%; height: 100%; padding: 78px clamp(28px, 4vw, 58px) 132px; display: grid; grid-template-columns: minmax(0,1fr) clamp(150px, 15vw, 204px); align-items: center; gap: clamp(24px, 4vw, 58px); }
.dmhs-hero__copy { width: min(670px,100%); opacity: .2; transform: translateX(24px); transition: opacity .48s var(--dmhs-ease) .06s, transform .66s var(--dmhs-ease) .06s; }
.dmhs-hero__slide.is-active .dmhs-hero__copy { opacity: 1; transform: none; }
.dmhs-hero__kicker { margin-bottom: 10px; display: inline-flex; align-items: center; gap: 9px; direction: ltr; color: #e7e7eb; font-size: 9px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; }
.dmhs-hero__kicker i { width: 24px; height: 2px; border-radius: 4px; background: linear-gradient(90deg,var(--dmhs-red-bright),transparent); box-shadow: 0 0 10px rgba(var(--dmhs-red-rgb),.62); }
.dmhs-hero__copy h2 { max-width: 650px; margin: 0; display: -webkit-box; overflow: hidden; color: #fff; font-size: clamp(38px,4.4vw,62px); font-weight: 950; line-height: 1.08; letter-spacing: -1.8px; text-wrap: balance; text-shadow: 0 14px 42px rgba(0,0,0,.58); -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.dmhs-hero__subtitle { max-width: 620px; margin: 9px 0 0; overflow: hidden; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 700; line-height: 1.7; white-space: nowrap; text-overflow: ellipsis; }
.dmhs-hero__meta { min-height: 32px; margin-top: 13px; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.dmhs-hero__meta-chip, .dmhs-hero__imdb { min-height: 28px; padding: 4px 9px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #e4e4e8; background: rgba(13,14,20,.42); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-size: 9px; font-weight: 800; }
.dmhs-hero__meta-chip .dmhs-duotone-icon { width: 14px; height: 14px; }
.dmhs-hero__meta-chip.is-dubbed { --dmhs-icon-soft: #85868d; --dmhs-icon-strong: #fff; }.dmhs-hero__meta-chip.is-subtitle { --dmhs-icon-soft: #777980; --dmhs-icon-strong: #e6e7eb; }
.dmhs-hero__imdb { padding-inline: 8px 10px; border-color: rgba(245,197,24,.3); }.dmhs-hero__imdb b { padding: 2px 5px; border-radius: 5px; color: #151515; background: #f5c518; font-size: 7px; }.dmhs-hero__imdb strong { font-size: 11px; }.dmhs-hero__imdb small { color: #92929b; font-size: 7px; }
.dmhs-hero__update { width: fit-content; max-width: min(100%,540px); margin-top: 8px; padding: 6px 9px 6px 11px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(var(--dmhs-red-rgb),.27); border-radius: 14px; color: #f6f6f7; background: linear-gradient(110deg,rgba(var(--dmhs-red-rgb),.14),rgba(12,13,17,.44)); box-shadow: inset 0 1px rgba(255,255,255,.06); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.dmhs-hero__update-icon { width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.07); --dmhs-icon-soft: rgba(255,255,255,.38); --dmhs-icon-strong: #ff758e; }.dmhs-hero__update-icon svg { width: 15px; height: 15px; }.dmhs-hero__update > span:last-child { min-width: 0; display: flex; flex-direction: column; gap: 1px; }.dmhs-hero__update small { color: #999aa3; font-size: 7px; font-weight: 750; }.dmhs-hero__update strong { overflow: hidden; font-size: 9px; font-weight: 900; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; }
.dmhs-hero__story { max-width: 620px; margin: 11px 0 0; display: -webkit-box; overflow: hidden; color: #b8b9c1; font-size: 11px; line-height: 1.9; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-wrap: pretty; }
.dmhs-hero__actions-row { margin-top: 17px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.dmhs-hero__primary, .dmhs-hero__secondary { position: relative; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; font-size: 10px; font-weight: 900; transition: transform .25s var(--dmhs-ease), box-shadow .25s, background .25s, border-color .25s; }
.dmhs-hero__primary { isolation: isolate; min-width: 214px; min-height: 58px; padding: 6px 7px 6px 12px; overflow: hidden; justify-content: flex-start; border-color: rgba(255,255,255,.24); background: linear-gradient(125deg,#ff526e 0%,var(--dmhs-red) 42%,#ad0029 100%); box-shadow: 0 15px 38px rgba(var(--dmhs-red-rgb),.32), inset 0 1px rgba(255,255,255,.34), inset 0 -9px 22px rgba(65,0,17,.22); }
.dmhs-hero__primary::before { content:""; position:absolute; z-index:-1; top:-45%; bottom:-45%; left:-32%; width:28%; background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent); filter:blur(5px); transform:skewX(-18deg) translateX(-340%); animation:dmhsButtonSheen 4.4s var(--dmhs-ease) infinite; pointer-events:none; }
.dmhs-hero__primary::after { content:""; position:absolute; z-index:-2; inset:0; background:radial-gradient(circle at 12% 15%,rgba(255,255,255,.32),transparent 25%),radial-gradient(circle at 92% 120%,rgba(76,0,22,.52),transparent 43%); pointer-events:none; }
.dmhs-hero__primary-decor { position:absolute; z-index:-1; inset:0; overflow:hidden; pointer-events:none; }
.dmhs-hero__primary-decor i { position:absolute; display:block; border:1px solid rgba(255,255,255,.3); border-radius:50%; opacity:.6; animation:dmhsButtonOrbit 3.4s ease-in-out infinite; }
.dmhs-hero__primary-decor i:nth-child(1) { width:34px; height:34px; top:-18px; right:36%; }
.dmhs-hero__primary-decor i:nth-child(2) { width:7px; height:7px; top:9px; left:38px; background:rgba(255,255,255,.65); border:0; box-shadow:0 0 12px rgba(255,255,255,.75); animation-delay:-1.1s; }
.dmhs-hero__primary-decor i:nth-child(3) { width:18px; height:18px; bottom:-10px; left:25%; animation-delay:-2.2s; }
.dmhs-hero__primary-copy { position:relative; z-index:2; min-width:0; flex:1; display:flex; flex-direction:column; align-items:flex-start; gap:2px; text-align:right; }
.dmhs-hero__primary-copy strong { color:#fff; font-size:11px; font-weight:950; line-height:1.35; text-shadow:0 2px 10px rgba(54,0,14,.4); }
.dmhs-hero__primary-copy small { color:rgba(255,255,255,.68); font-size:7px; font-weight:750; line-height:1.35; }
.dmhs-hero__secondary { min-height:52px; padding:7px 14px; color:#f2f2f4; background:rgba(19,20,27,.48); -webkit-backdrop-filter:blur(15px); backdrop-filter:blur(15px); }
.dmhs-hero__primary:hover { transform:translateY(-3px) scale(1.015); border-color:rgba(255,255,255,.42); box-shadow:0 20px 48px rgba(var(--dmhs-red-rgb),.42),0 0 0 4px rgba(var(--dmhs-red-rgb),.08),inset 0 1px rgba(255,255,255,.38),inset 0 -9px 22px rgba(65,0,17,.2); }
.dmhs-hero__secondary:hover { transform:translateY(-2px); border-color:rgba(var(--dmhs-red-rgb),.38); background:rgba(var(--dmhs-red-rgb),.1); }
.dmhs-hero__primary:active,.dmhs-hero__secondary:active { transform:scale(.97); }
.dmhs-hero__action-icon { position:relative; z-index:2; width:auto; height:auto; flex:0 0 auto; display:grid; place-items:center; border:0; border-radius:0; background:none; box-shadow:none; }.dmhs-hero__action-icon .dmhs-duotone-icon { width:21px; height:21px; }.dmhs-hero__action-icon.is-download { width:auto; height:auto; flex-basis:auto; overflow:visible; border:0; border-radius:0; --dmhs-icon-soft:rgba(255,255,255,.62); --dmhs-icon-strong:#fff; background:none; box-shadow:none; }.dmhs-hero__action-icon.is-download::after { content:none; display:none; }.dmhs-hero__action-icon.is-download .dmhs-duotone-icon { width:25px; height:25px; filter:drop-shadow(0 0 8px rgba(255,255,255,.25)); }.dmhs-hero__action-icon.is-info { --dmhs-icon-soft:rgba(var(--dmhs-red-rgb),.34); --dmhs-icon-strong:#fff; }

.dmhs-hero__poster { position: relative; justify-self: end; width: 100%; aspect-ratio: 2/3; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: #111; box-shadow: 0 25px 60px rgba(0,0,0,.58), -14px 0 44px rgba(var(--dmhs-red-rgb),.12), inset 0 1px rgba(255,255,255,.12); opacity: 0; transform: translateX(-24px) rotate(-2deg) scale(.95); transition: opacity .55s var(--dmhs-ease) .1s, transform .75s var(--dmhs-ease) .1s; }
.dmhs-hero__slide.is-active .dmhs-hero__poster { opacity: 1; transform: rotate(1deg) scale(1); }.dmhs-hero__poster::before { content: ""; position: absolute; z-index: 2; inset: 0; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.18); pointer-events: none; }.dmhs-hero__poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 62%,rgba(0,0,0,.86)); pointer-events: none; }.dmhs-hero__poster img { width: 100%; height: 100%; object-fit: cover; }.dmhs-hero__poster > span { position: absolute; z-index: 3; right: 11px; bottom: 11px; min-width: 48px; padding: 6px 8px; display: flex; align-items: baseline; justify-content: center; gap: 4px; border: 1px solid rgba(245,197,24,.28); border-radius: 12px; color: #fff; background: rgba(8,8,10,.66); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }.dmhs-hero__poster > span b { font-size: 13px; }.dmhs-hero__poster > span small { color: #f5c518; font-size: 6px; font-weight: 900; }

.dmhs-hero__topline { position: absolute; z-index: 8; top: 21px; right: clamp(22px,3.5vw,48px); left: clamp(22px,3.5vw,48px); display: flex; align-items: center; justify-content: space-between; pointer-events: none; }.dmhs-hero__eyebrow { min-height: 29px; padding: 0 10px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #dddde2; background: rgba(14,15,21,.34); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-size: 8px; font-weight: 900; }.dmhs-hero__eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: var(--dmhs-red-bright); box-shadow: 0 0 11px var(--dmhs-red); animation: dmhsPulse 2s ease-in-out infinite; }.dmhs-hero__counter { min-height: 29px; padding: 0 10px; display: flex; align-items: baseline; gap: 5px; direction: ltr; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #777782; background: rgba(14,15,21,.34); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-size: 8px; font-weight: 900; }.dmhs-hero__counter b { color: #fff; font-size: 16px; }.dmhs-hero__counter small { color: var(--dmhs-red-bright); }
.dmhs-hero__controls { position: absolute; z-index: 8; bottom: 24px; left: clamp(20px,3vw,42px); display: flex; gap: 6px; direction: ltr; }.dmhs-hero__arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; color: #fff; background: rgba(14,15,21,.48); box-shadow: inset 0 1px rgba(255,255,255,.08); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); cursor: pointer; transition: transform .2s var(--dmhs-ease), border-color .2s, background .2s; --dmhs-icon-soft: rgba(var(--dmhs-red-rgb),.42); --dmhs-icon-strong: #fff; }.dmhs-hero__arrow:hover { border-color: rgba(var(--dmhs-red-rgb),.44); background: rgba(var(--dmhs-red-rgb),.16); transform: translateY(-2px); }.dmhs-hero__arrow .dmhs-duotone-icon { width: 22px; height: 22px; transition: transform .2s var(--dmhs-ease); }.dmhs-hero__arrow--next .dmhs-duotone-icon { transform: rotate(180deg); }
.dmhs-hero__rail { position: absolute; z-index: 8; right: clamp(22px,3.5vw,48px); bottom: 21px; left: 132px; height: 72px; padding: 4px; display: flex; align-items: stretch; gap: 5px; direction: rtl; overflow-x: auto; scrollbar-width: none; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: rgba(12,13,19,.28); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); mask-image: linear-gradient(90deg,transparent,#000 4%,#000); }
.dmhs-hero__rail-item { flex: 0 1 136px; min-width: 78px; max-width: 144px; padding: 3px; display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: center; gap: 7px; overflow: hidden; border: 1px solid transparent; border-radius: 15px; color: #8e8f98; background: transparent; cursor: pointer; transition: flex-basis .28s var(--dmhs-ease), border-color .22s, background .22s, color .22s; }.dmhs-hero__rail-item img { width: 42px; height: 62px; border-radius: 11px; object-fit: cover; filter: grayscale(.3) brightness(.72); transition: filter .22s; }.dmhs-hero__rail-item > span { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 2px; text-align: right; }.dmhs-hero__rail-item small { color: var(--dmhs-red-bright); font-size: 7px; font-weight: 900; }.dmhs-hero__rail-item strong { width: 100%; overflow: hidden; font-size: 8px; white-space: nowrap; text-overflow: ellipsis; }.dmhs-hero__rail-item.is-active { flex-basis: 174px; max-width: 174px; border-color: rgba(var(--dmhs-red-rgb),.3); color: #fff; background: linear-gradient(135deg,rgba(var(--dmhs-red-rgb),.18),rgba(255,255,255,.035)); }.dmhs-hero__rail-item.is-active img { filter: none; }
.dmhs-hero__progress { position: absolute; z-index: 12; right: 10%; bottom: 0; left: 10%; height: 2px; overflow: hidden; border-radius: 5px; background: rgba(255,255,255,.06); }.dmhs-hero__progress i { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: right; background: linear-gradient(90deg,var(--dmhs-red-bright),#fff); box-shadow: 0 0 12px rgba(var(--dmhs-red-rgb),.62); transition: transform .5s var(--dmhs-ease); }

/* انیمیشن‌های دکوراتیو فقط وقتی خود اسلایدر داخل دید کاربر است اجرا می‌شوند. */
.dmhs-hero__primary::before,
.dmhs-hero__primary-decor i,
.dmhs-hero__eyebrow i { animation-play-state: paused; }
.dmhs-hero.is-inview .dmhs-hero__slide.is-active .dmhs-hero__primary::before,
.dmhs-hero.is-inview .dmhs-hero__slide.is-active .dmhs-hero__primary-decor i,
.dmhs-hero.is-inview .dmhs-hero__eyebrow i { animation-play-state: running; }

/* اسلایدهای خارج از دید در مسیر افقی می‌مانند، اما لایه‌های GPU آن‌ها رندر نمی‌شود. */
.dmhs-hero__slide:not(.is-active) .dmhs-hero__meta-chip,
.dmhs-hero__slide:not(.is-active) .dmhs-hero__imdb,
.dmhs-hero__slide:not(.is-active) .dmhs-hero__update,
.dmhs-hero__slide:not(.is-active) .dmhs-hero__secondary,
.dmhs-hero__slide:not(.is-active) .dmhs-hero__poster > span {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

.dmhs-hero__slide:not(.is-active) .dmhs-hero__primary::before,
.dmhs-hero__slide:not(.is-active) .dmhs-hero__primary-decor i {
    animation: none !important;
}

@container dmhs-hero (max-width: 860px) { .dmhs-hero__content { grid-template-columns: minmax(0,1fr) 160px; gap: 24px; }.dmhs-hero__copy h2 { font-size: clamp(36px,7cqi,50px); }.dmhs-hero__story { max-width: 500px; } }

/* Desktop hero: full viewport canvas, aligned 1366px content under the glass header. */
@media (min-width: 1025px) {
    .dmhs-hero {
        --dmhs-gutter: max(28px, calc((100vw - var(--dmhs-inner-width,1366px)) / 2 + 28px));
        right: 50%;
        left: auto;
        width: 100vw;
        max-width: 100vw;
        height: max(var(--dmhs-height,680px),72svh);
        min-height: 680px;
        max-height: 840px;
        margin-top: -50px !important;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 40px;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0 0 40px 40px;
        transform: translateX(50%) translateZ(0);
    }
    .dmhs-hero__content {
        width: min(var(--dmhs-inner-width,1366px),100%);
        margin: 0 auto;
        padding: 176px clamp(32px,4.25vw,64px) 146px;
        grid-template-columns: minmax(0,1fr) clamp(180px,14vw,220px);
    }
    .dmhs-hero__copy { width: min(720px,100%); max-height:100%; }
    .dmhs-hero__copy h2 { font-size:clamp(42px,4.2vw,66px); }
    .dmhs-hero__story { -webkit-line-clamp:2; }
    .dmhs-hero__topline { top: 128px; right: var(--dmhs-gutter); left: var(--dmhs-gutter); }
    .dmhs-hero__rail { right: var(--dmhs-gutter); left: calc(var(--dmhs-gutter) + 108px); bottom: 27px; }
    .dmhs-hero__controls { left: var(--dmhs-gutter); bottom: 42px; }
    .dmhs-hero__progress { right: var(--dmhs-gutter); left: var(--dmhs-gutter); }
    .dmhs-hero__ambient { display:none; }
    .dmhs-hero__slide::before { display:none; }
}

@media (max-width: 768px) {
    .dmhs-hero { left:auto; right:auto; width:100%; max-width:100%; height:var(--dmhs-height,500px); min-height:470px; max-height:min(540px,calc(100svh - 96px)); margin:80px auto 22px; border-radius:30px; transform:translateZ(0); }
    body.admin-bar .dmhs-hero { max-height: calc(100svh - 130px); }.dmhs-hero__slide { min-height: 470px; }.dmhs-hero__slide::before { top: 40%; right: -15%; width: 75%; filter: none; }.dmhs-hero__slide::after { display: none; }.dmhs-hero__backdrop,.dmhs-hero__slide.is-active .dmhs-hero__backdrop { inset: 0; width: 100%; height: 100%; object-fit:cover; object-position:50% 50%; transform:none; filter:none; }.dmhs-hero__veil { background: linear-gradient(0deg,#05060a 2%,rgba(5,6,10,.96) 25%,rgba(5,6,10,.43) 56%,rgba(5,6,10,.12) 100%), linear-gradient(90deg,rgba(5,6,10,.12),rgba(5,6,10,.12)); }
    .dmhs-hero__content { padding: 74px 18px 82px; display: flex; align-items: flex-end; }.dmhs-hero__copy { width: 100%; }.dmhs-hero__copy h2 { max-width: 94%; font-size: clamp(31px,10vw,43px); line-height: 1.08; letter-spacing: -1px; }.dmhs-hero__subtitle { margin-top: 6px; font-size: 9px; }.dmhs-hero__story { margin-top: 8px; font-size: 9px; line-height: 1.75; -webkit-line-clamp: 2; }
    .dmhs-hero__meta { margin-top: 9px; gap: 4px; }.dmhs-hero__meta-chip,.dmhs-hero__imdb { min-height: 25px; padding: 3px 7px; font-size: 7px; }.dmhs-hero__meta-chip .dmhs-duotone-icon { width: 12px; height: 12px; }.dmhs-hero__update { max-width: 100%; margin-top: 6px; padding: 5px 7px 5px 9px; }.dmhs-hero__update-icon { width: 22px; height: 22px; flex-basis: 22px; }.dmhs-hero__update small { font-size: 6px; }.dmhs-hero__update strong { font-size: 7px; }
    .dmhs-hero__meta-chip,.dmhs-hero__imdb,.dmhs-hero__update { -webkit-backdrop-filter: none; backdrop-filter: none; }
    .dmhs-hero__actions-row { margin-top: 11px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 6px; }.dmhs-hero__primary { min-width:0; min-height:51px; padding:5px 12px 5px 10px; border-radius:15px; }.dmhs-hero__secondary { min-height:45px; padding-inline:11px; border-radius:14px; font-size:8px; }.dmhs-hero__primary-copy strong { font-size:9px; }.dmhs-hero__primary-copy small { font-size:6px; }.dmhs-hero__action-icon { width:auto; height:auto; }.dmhs-hero__action-icon.is-download { width:auto; height:auto; flex-basis:auto; border-radius:0; }.dmhs-hero__action-icon .dmhs-duotone-icon { width:19px; height:19px; }.dmhs-hero__action-icon.is-download .dmhs-duotone-icon { width:22px; height:22px; }
    .dmhs-hero__poster { display: none; }.dmhs-hero__topline { top: 16px; right: 15px; left: 15px; }.dmhs-hero__eyebrow,.dmhs-hero__counter { min-height: 26px; padding-inline: 8px; font-size: 7px; }.dmhs-hero__counter b { font-size: 14px; }.dmhs-hero__rail { right: 14px; bottom: 13px; left: 14px; height: 62px; padding: 3px; gap: 5px; border-radius: 18px; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); mask-image: linear-gradient(90deg,transparent,#000 7%,#000); }.dmhs-hero__rail-item { flex: 0 0 42px; min-width: 42px; width: 42px; max-width:42px; padding: 2px; display: block; border-radius: 12px; }.dmhs-hero__rail-item.is-active { flex-basis: 42px; max-width: 42px; box-shadow: 0 0 0 1px var(--dmhs-red-bright),0 6px 14px rgba(var(--dmhs-red-rgb),.24); }.dmhs-hero__rail-item img { width: 36px; height: 54px; border-radius: 10px; }.dmhs-hero__rail-item > span { display: none; }.dmhs-hero__controls { display: none; }.dmhs-hero__progress { right: 14%; left: 14%; }
}

@media (max-width: 420px) { .dmhs-hero { min-height: 460px; border-radius: 27px; }.dmhs-hero__content { padding-inline: 16px; }.dmhs-hero__copy h2 { font-size: clamp(29px,9.6vw,39px); }.dmhs-hero__story { -webkit-line-clamp: 1; }.dmhs-hero__secondary { padding-inline: 9px; } }
@media (max-width: 1024px) and (max-height: 600px) and (orientation: landscape) { .dmhs-hero { height: 420px; min-height: 420px; max-height: calc(100svh - 76px); margin-top: 74px; }.dmhs-hero__content { padding-top: 62px; padding-bottom: 76px; }.dmhs-hero__story,.dmhs-hero__update { display: none; }.dmhs-hero__copy h2 { font-size: clamp(31px,6vw,46px); } }

.dmhs-editor-empty { margin: 24px 0; padding: 26px; border: 1px dashed rgba(var(--dmhs-red-rgb),.35); border-radius: 22px; color: #ddd; background: rgba(16,16,20,.74); text-align: center; font: 700 12px/1.8 inherit; }
@keyframes dmhsPulse { 0%,100% { opacity: 1; transform: scale(1); box-shadow: 0 0 8px rgba(var(--dmhs-red-rgb),.45); } 50% { opacity: .65; transform: scale(.78); box-shadow: 0 0 15px rgba(var(--dmhs-red-rgb),.9); } }
@keyframes dmhsButtonSheen { 0%,58% { transform:skewX(-18deg) translateX(-340%); } 78%,100% { transform:skewX(-18deg) translateX(720%); } }
@keyframes dmhsButtonOrbit { 0%,100% { transform:translate3d(0,0,0) scale(.92); opacity:.42; } 50% { transform:translate3d(-5px,3px,0) scale(1.08); opacity:.76; } }
@media (prefers-reduced-motion: reduce) { .dmhs-scope *, .dmhs-scope *::before, .dmhs-scope *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

html.dmui-low-power .dmhs-scope *,
html.dmui-low-power .dmhs-scope *::before,
html.dmui-low-power .dmhs-scope *::after {
    animation: none !important;
    scroll-behavior: auto !important;
}

html.dmui-low-power .dmhs-hero__meta-chip,
html.dmui-low-power .dmhs-hero__imdb,
html.dmui-low-power .dmhs-hero__update,
html.dmui-low-power .dmhs-hero__secondary,
html.dmui-low-power .dmhs-hero__poster > span,
html.dmui-low-power .dmhs-hero__eyebrow,
html.dmui-low-power .dmhs-hero__counter,
html.dmui-low-power .dmhs-hero__arrow,
html.dmui-low-power .dmhs-hero__rail {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

html.dmui-low-power .dmhs-hero__slide,
html.dmui-low-power .dmhs-hero__copy,
html.dmui-low-power .dmhs-hero__poster,
html.dmui-low-power .dmhs-hero__backdrop,
html.dmui-low-power .dmhs-hero__progress i {
    transition-duration: .01ms !important;
}

html.dmui-low-power .dmgb-aurora,
html.dmui-low-power .dmgb-orb,
html.dmui-low-power .dmgb-beam,
html.dmui-low-power .dmh-bar-decor i {
    animation: none !important;
}

/* v3.5.0 — Hero typography: only the requested utility labels grow by 20%. */
.dmhs-hero__eyebrow,
.dmhs-hero__counter { font-size: 10px; }
.dmhs-hero__counter b { font-size: 19px; }
.dmhs-hero__meta-chip,
.dmhs-hero__imdb { font-size: 11px; }
.dmhs-hero__imdb b,
.dmhs-hero__imdb small { font-size: 9px; }
.dmhs-hero__imdb strong { font-size: 13px; }
.dmhs-hero__update small { font-size: 9px; }
.dmhs-hero__update strong { font-size: 11px; }
.dmhs-hero__primary-copy strong { font-size: 13px; }
.dmhs-hero__primary-copy small { font-size: 9px; }
.dmhs-hero__poster > span b { font-size: 16px; }
.dmhs-hero__poster > span small { font-size: 7px; }

@media (max-width: 768px) {
    .dmhs-hero__eyebrow,
    .dmhs-hero__counter { font-size: 9px; }
    .dmhs-hero__counter b { font-size: 17px; }
    .dmhs-hero__meta-chip,
    .dmhs-hero__imdb { font-size: 9px; }
    .dmhs-hero__imdb b,
    .dmhs-hero__imdb small { font-size: 8px; }
    .dmhs-hero__imdb strong { font-size: 11px; }
    .dmhs-hero__update small { font-size: 7px; }
    .dmhs-hero__update strong { font-size: 9px; }
    .dmhs-hero__primary-copy strong { font-size: 11px; }
    .dmhs-hero__primary-copy small { font-size: 7px; }
}
