/* F2.0-R01.2 — Hero Layer. R01.1 geometry remains release-locked. */
.dtv-broadcast-stage .dtv-hero-layer__status {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.dtv-broadcast-stage .dtv-front-slide {
    transition: opacity 300ms ease;
}

.dtv-broadcast-stage .dtv-front-hero-content {
    transition: opacity 300ms ease, transform 300ms ease;
}

.dtv-broadcast-stage .dtv-front-slide:not(.is-active) .dtv-front-hero-content {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
}

.dtv-broadcast-stage .dtv-hero-layer__eyebrow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 0;
}

.dtv-broadcast-stage .dtv-front-badge {
    max-width: min(100%, 34ch);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, .32);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.dtv-broadcast-stage .dtv-hero-layer__date {
    color: rgba(255, 255, 255, .86);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .055em;
    line-height: 1.2;
    text-transform: uppercase;
}

.dtv-broadcast-stage .dtv-front-hero-cta {
    gap: 9px;
    min-height: 44px;
    padding: 0 2px;
    border-radius: 3px;
    transition: color 180ms ease, transform 180ms ease;
}

.dtv-broadcast-stage .dtv-hero-layer__live-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: #cc0000;
}

.dtv-broadcast-stage .dtv-front-hero-card:hover .dtv-front-hero-cta,
.dtv-broadcast-stage .dtv-front-hero-card:focus-visible .dtv-front-hero-cta {
    color: #fff;
    transform: translateX(3px);
}

.dtv-broadcast-stage .dtv-front-hero-card:focus-visible {
    outline: 3px solid #fff;
    outline-offset: -6px;
}

.dtv-broadcast-stage button:focus-visible,
.dtv-broadcast-stage .dtv-broadcast-rail__item:focus-visible {
    outline: 3px solid #cc0000 !important;
    outline-offset: 3px;
}

.dtv-broadcast-stage .dtv-broadcast-rail__item[aria-current="true"] .dtv-broadcast-rail-card {
    border-color: rgba(204, 0, 0, .28);
    box-shadow: inset 3px 0 0 #cc0000;
}

.dtv-broadcast-stage.is-paused .dtv-broadcast-pagination__item.is-active i,
.dtv-broadcast-stage.is-focus-paused .dtv-broadcast-pagination__item.is-active i,
.dtv-broadcast-stage.is-hover-paused .dtv-broadcast-pagination__item.is-active i {
    animation-play-state: paused;
}

.dtv-broadcast-stage .dtv-front-slider-play[hidden],
.dtv-broadcast-stage .dtv-front-slider-pause[hidden] {
    display: none !important;
}

@media (max-width: 767px) {
    .dtv-broadcast-stage .dtv-hero-layer__eyebrow { gap: 8px; }
    .dtv-broadcast-stage .dtv-front-badge { max-width: 24ch; }
    .dtv-broadcast-stage .dtv-hero-layer__date { font-size: 11px; }
    .dtv-broadcast-stage .dtv-front-hero-cta { min-height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
    .dtv-broadcast-stage .dtv-front-slide,
    .dtv-broadcast-stage .dtv-front-hero-content,
    .dtv-broadcast-stage .dtv-front-hero-cta {
        transition: none;
        transform: none;
    }
}
