.rshof-live-board,
.rshof-season-profile {
    --rshof-ink: #f7f4ee;
    --rshof-muted: #aeb9c0;
    --rshof-panel: #10212c;
    --rshof-line: rgba(255, 255, 255, .12);
    --rshof-champagne: #c5a46f;
    --rshof-champagne-light: #e1ccb0;
    color: var(--rshof-ink);
}

.rshof-live-board *,
.rshof-season-profile * {
    box-sizing: border-box;
}

.rshof-live-board {
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(197, 164, 111, .28);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(15, 34, 45, .98), rgba(7, 20, 29, .98));
    box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
}

.rshof-live-board > header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 26px 28px 22px;
    border-bottom: 1px solid var(--rshof-line);
}

.rshof-live-board > header h2 {
    margin: 5px 0 0;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(30px, 4vw, 44px);
    line-height: .95;
}

.rshof-live-board > header > a,
.rshof-live-board > header > span {
    color: var(--rshof-champagne-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.rshof-broadcast-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 16px;
    background:
        linear-gradient(135deg, rgba(145, 35, 48, .14), transparent 38%),
        radial-gradient(circle at 100% 100%, rgba(197, 164, 111, .12), transparent 34%);
}

.rshof-broadcast-channel {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(197, 164, 111, .28);
    border-radius: 19px;
    background: rgba(5, 18, 26, .82);
}

.rshof-broadcast-channel--streaming {
    border-top-color: rgba(177, 55, 66, .78);
    box-shadow: inset 0 3px 0 rgba(151, 38, 50, .48);
}

.rshof-broadcast-channel--free-tv {
    border-top-color: rgba(225, 204, 176, .78);
    box-shadow: inset 0 3px 0 rgba(197, 164, 111, .42);
}

.rshof-broadcast-channel__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 96px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    background: linear-gradient(120deg, rgba(255, 255, 255, .045), transparent 70%);
}

.rshof-broadcast-channel--streaming .rshof-broadcast-channel__header {
    background: linear-gradient(120deg, rgba(151, 38, 50, .21), transparent 70%);
}

.rshof-broadcast-channel__header span,
.rshof-broadcast-channel__header p {
    margin: 0;
    color: var(--rshof-muted);
    font-size: 10px;
    letter-spacing: .08em;
    line-height: 1.45;
    text-transform: uppercase;
}

.rshof-broadcast-channel__header span {
    color: var(--rshof-champagne-light);
    font-weight: 900;
}

.rshof-broadcast-channel__header h3 {
    margin: 3px 0 5px;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(24px, 2vw, 27px);
    line-height: .95;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: normal;
}

.rshof-broadcast-channel__header > strong {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(197, 164, 111, .42);
    border-radius: 50%;
    color: var(--rshof-champagne-light);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 22px;
}

.rshof-live-list article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    min-width: 0;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.rshof-live-list article:last-child {
    border-bottom: 0;
}

.rshof-live-list time {
    display: grid;
    place-items: center;
    min-height: 56px;
    border: 1px solid rgba(197, 164, 111, .32);
    border-radius: 13px;
    color: #fff;
}

.rshof-live-list time strong {
    color: var(--rshof-champagne-light);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rshof-live-list time span,
.rshof-live-list article > div > span {
    color: var(--rshof-muted);
    font-size: 12px;
}

.rshof-live-list p,
.rshof-live-list h3,
.rshof-live-list h4 {
    margin: 0;
}

.rshof-live-list p {
    color: var(--rshof-champagne-light);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.rshof-live-list h3,
.rshof-live-list h4 {
    padding: 3px 0;
    font-size: 17px;
    line-height: 1.15;
}

.rshof-live-list h3 a,
.rshof-live-list h4 a {
    color: #fff;
    text-decoration: none;
}

.rshof-live-board__station {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-top: 3px;
}

.rshof-live-card__provider {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    max-width: 100%;
    padding: 3px 7px;
    border: 1px solid rgba(197, 164, 111, .28);
    border-radius: 7px;
    background: rgba(255, 255, 255, .94);
    color: #111820;
    overflow: hidden;
}

.rshof-live-card__provider img {
    display: block;
    width: auto;
    max-width: 82px;
    height: auto;
    max-height: 17px;
    object-fit: contain;
}

.rshof-live-card__provider a,
.rshof-live-card__provider span {
    color: inherit;
    font-size: 8px;
    font-weight: 900;
    text-decoration: none;
}

.rshof-live-board__station b {
    color: #d2dae0;
    font-size: 11px;
    font-weight: 750;
}

.rshof-live-card__links {
    display: flex;
    grid-column: 1 / -1;
    flex-wrap: wrap;
    gap: 5px;
    min-width: 0;
    margin-top: -2px;
}

.rshof-live-card__links a {
    padding: 5px 7px;
    border: 1px solid rgba(197, 164, 111, .25);
    border-radius: 999px;
    background: rgba(197, 164, 111, .08);
    color: var(--rshof-champagne-light);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .04em;
    text-decoration: none;
    text-transform: uppercase;
}

.rshof-live-card__links .rshof-live-action {
    border-color: rgba(177, 55, 66, .68);
    background: linear-gradient(135deg, rgba(151,38,50,.62), rgba(151,38,50,.26));
    color: #fff3e0;
}

.rshof-production-list {
    display: grid;
    gap: 1px;
    background: rgba(255, 255, 255, .07);
}

.rshof-production-list article {
    padding: 22px 24px;
    background: #0c1d27;
}

.rshof-production-list__status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.rshof-production-list__status span {
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(61, 153, 98, .16);
    color: #83d7a2;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.rshof-production-list .is-rumor .rshof-production-list__status span {
    background: rgba(197, 164, 111, .12);
    color: var(--rshof-champagne-light);
}

.rshof-production-list__status small,
.rshof-production-list p,
.rshof-production-list dl {
    color: var(--rshof-muted);
}

.rshof-production-list h3 {
    margin: 12px 0 8px;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 27px;
    line-height: 1;
}

.rshof-production-list h3 a {
    color: inherit;
    text-decoration: none;
}

.rshof-production-list p {
    line-height: 1.6;
}

.rshof-production-list dl {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 15px 0 0;
    font-size: 11px;
}

.rshof-production-list dl div {
    display: flex;
    gap: 5px;
}

.rshof-production-list dt {
    color: var(--rshof-champagne-light);
    font-weight: 800;
}

.rshof-rumor-note {
    margin-bottom: 0;
    color: #d8c39f !important;
    font-size: 10px;
}

.rshof-live-empty {
    display: grid;
    gap: 5px;
    padding: 30px 28px;
}

.rshof-live-empty span {
    color: var(--rshof-muted);
    line-height: 1.6;
}

.rshof-season-profile {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(36px, 6vw, 86px) 0 100px;
}

.rshof-season-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr);
    gap: clamp(28px, 5vw, 70px);
    padding: clamp(30px, 6vw, 74px);
    border: 1px solid rgba(197, 164, 111, .32);
    border-radius: 30px;
    background:
        radial-gradient(circle at 90% 5%, rgba(197, 164, 111, .18), transparent 32%),
        linear-gradient(135deg, #0b1c26, #102934);
}

.rshof-season-hero h1 {
    max-width: 820px;
    margin: 10px 0 20px;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(48px, 8vw, 92px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: .88;
    overflow-wrap: normal;
}

.rshof-season-hero__copy > p:not(.rshof-eyebrow) {
    max-width: 720px;
    color: var(--rshof-muted);
    font-size: 18px;
    line-height: 1.65;
}

.rshof-season-hero__motto {
    color: var(--rshof-champagne-light) !important;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 26px !important;
}

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

.rshof-season-facts {
    display: grid;
    align-content: start;
    margin: 0;
    border-top: 1px solid var(--rshof-line);
}

.rshof-season-facts div {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--rshof-line);
}

.rshof-season-facts dt {
    color: var(--rshof-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.rshof-season-facts dd {
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.rshof-season-winner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
    padding: 24px 30px;
    border: 1px solid rgba(197, 164, 111, .4);
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(197, 164, 111, .17), rgba(14, 35, 46, .96));
}

.rshof-season-winner--with-media {
    grid-template-columns: minmax(190px, 300px) minmax(0, 1fr) auto;
}

.rshof-season-winner__media {
    position: relative;
    margin: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(197, 164, 111, .3);
    border-radius: 12px;
    background: #0c202a;
}

.rshof-season-winner__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rshof-season-winner__media .rshof-media-credit {
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: 8px;
    margin: 0;
    padding: 5px 7px;
    border-radius: 6px;
    background: rgba(4, 13, 19, .84);
    color: #fff;
    font-size: 9px;
    line-height: 1.3;
}

.rshof-season-winner__media .rshof-media-credit a {
    color: inherit;
}

.rshof-season-winner__meta {
    display: grid;
    justify-items: end;
    gap: 12px;
    text-align: right;
}

.rshof-season-winner span,
.rshof-season-winner strong {
    color: var(--rshof-champagne-light);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rshof-season-winner p {
    margin: 4px 0 0;
    color: var(--rshof-muted);
    font-size: 12px;
}

.rshof-season-winner h2 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(34px, 5vw, 54px);
}

.rshof-season-winner h2 a {
    color: #fff;
    text-decoration: none;
}

.rshof-season-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.rshof-season-navigation a {
    display: grid;
    gap: 5px;
    min-height: 82px;
    padding: 17px 20px;
    border: 1px solid rgba(197, 164, 111, .28);
    border-radius: 15px;
    background: rgba(255, 255, 255, .025);
    color: #fff;
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.rshof-season-navigation a:hover,
.rshof-season-navigation a:focus-visible {
    border-color: var(--rshof-champagne-light);
    background: rgba(197, 164, 111, .11);
    transform: translateY(-2px);
}

.rshof-season-navigation__next {
    text-align: right;
}

.rshof-season-navigation span {
    color: var(--rshof-champagne-light);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.rshof-season-navigation strong {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1;
}

.rshof-season-section {
    margin-top: clamp(50px, 8vw, 90px);
}

.rshof-season-cast {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.rshof-season-cast article {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 15px;
    padding: 16px;
    border: 1px solid var(--rshof-line);
    border-radius: 15px;
    background: rgba(255, 255, 255, .025);
}

.rshof-season-cast article.is-unverified {
    opacity: .68;
}

.rshof-season-cast__position {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(197, 164, 111, .36);
    border-radius: 50%;
    color: var(--rshof-champagne-light);
    font-weight: 900;
}

.rshof-season-cast h3,
.rshof-season-cast p {
    margin: 0;
}

.rshof-season-cast__chronology {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    margin-top: 8px;
}

.rshof-season-cast__chronology span {
    color: var(--rshof-muted);
    font-size: 12px;
    line-height: 1.45;
}

.rshof-season-cast__chronology b {
    color: var(--rshof-champagne-light);
    font-weight: 800;
}

.rshof-season-cast h3 a {
    color: #fff;
    text-decoration: none;
}

.rshof-season-cast p,
.rshof-season-cast small,
.rshof-season-episodes time span,
.rshof-season-episodes p {
    color: var(--rshof-muted);
    font-size: 12px;
}

.rshof-season-episodes,
.rshof-season-production {
    display: grid;
    gap: 10px;
}

.rshof-season-episodes article {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 18px 22px;
    border: 1px solid var(--rshof-line);
    border-radius: 15px;
}

.rshof-season-episodes time,
.rshof-season-episodes time span {
    display: block;
}

.rshof-season-episodes h3,
.rshof-season-episodes p {
    margin: 0;
}

.rshof-season-episodes a,
.rshof-season-sources a {
    color: var(--rshof-champagne-light);
}

.rshof-season-production {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rshof-season-production article {
    padding: 24px;
    border: 1px solid var(--rshof-line);
    border-radius: 15px;
    background: rgba(255, 255, 255, .025);
}

.rshof-season-production article.is-rumor {
    border-style: dashed;
}

.rshof-season-production span,
.rshof-season-production small {
    color: var(--rshof-champagne-light);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rshof-season-production h3 {
    margin: 10px 0;
    color: #fff;
}

.rshof-season-production p,
.rshof-season-editorial,
.rshof-season-sources {
    color: var(--rshof-muted);
    line-height: 1.7;
}

.rshof-season-sources {
    padding: 28px;
    border: 1px solid var(--rshof-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .02);
}

@media (max-width: 900px) {
    .rshof-broadcast-columns {
        grid-template-columns: 1fr;
    }

    .rshof-season-hero,
    .rshof-season-cast,
    .rshof-season-production {
        grid-template-columns: 1fr;
    }

    .rshof-season-winner {
        grid-template-columns: 1fr;
    }

    .rshof-season-winner__meta {
        justify-items: start;
        text-align: left;
    }

    .rshof-season-navigation {
        grid-template-columns: 1fr;
    }

    .rshof-season-navigation > span {
        display: none;
    }
}

@media (max-width: 640px) {
    .rshof-live-board > header {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px 18px 18px;
    }

    .rshof-live-list article {
        grid-template-columns: 52px minmax(0, 1fr);
        padding: 15px 16px;
    }

    .rshof-broadcast-columns {
        gap: 12px;
        padding: 12px;
    }

    .rshof-broadcast-channel__header {
        min-height: 0;
        padding: 17px 16px;
    }

    .rshof-broadcast-channel__header > strong {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }

    .rshof-season-profile {
        width: min(100% - 24px, 1240px);
    }

    .rshof-season-hero {
        padding: 28px 20px;
        border-radius: 20px;
    }

    .rshof-season-hero h1 {
        font-size: clamp(43px, 14vw, 66px);
    }

    .rshof-season-cast article {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .rshof-season-cast__position {
        width: 44px;
        height: 44px;
    }

    .rshof-season-cast small {
        grid-column: 2;
    }

    .rshof-season-episodes article {
        grid-template-columns: 1fr;
    }
}
