.sec-head--flip {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    direction: rtl;
}
.sec-head--flip > * { direction: ltr; }
.sec-head--flip .sec-head__aside { text-align: left; justify-self: start; }

.hero-next {
    margin-top: 1.1rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--ink-line);
}

.hero-next[hidden] { display: none; }

.hero-next-label {
    font-family: var(--f-mono);
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bone-faint);
}

.hero-next-countdown {
    margin-top: 0.35rem;
    font-family: var(--f-mono);
    font-size: clamp(1.25rem, 2.2vw, 1.7rem);
    font-weight: 600;
    color: var(--frost);
    font-variant-numeric: tabular-nums;
}

.hero-next-title {
    margin-top: 0.2rem;
    font-size: 0.9rem;
    color: var(--bone-dim);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-group {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-top: 0.6rem;
    font-family: var(--f-mono);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: var(--bone-dim);
}

.video-group:first-child { margin-top: 0; }

.video-group::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--ink-line);
}

.live-thumb .thumb-fallback-badge { width: 68px; height: 68px; font-size: 1.4rem; }
.live-thumb .thumb-fallback-note { font-size: 0.82rem; }
