/* Capital FM Africa Signal & Soul — scoped front-page stylesheet. */
/* Third Flow Stage 1 is imported here because this is the established homepage asset already loaded on staging. */
@import url('css/third-flow-homepage-frame.css');

/* Signal & Soul: radio remains the constant; active video enters as a vivid, temporary programme moment. */
.cfm-story-signal {
    background: var(--cfm-paper);
    padding: 105px 0
}

.cfm-story-signal__board {
    border-top: 1px solid var(--cfm-ink);
    display: grid;
    grid-template-columns: 47% 53%
}

.cfm-story-signal__lead {
    background-color: var(--cfm-red);
    background-image: linear-gradient(133deg, rgba(229, 36, 33, .76), rgba(203, 22, 25, .23)), var(--cfm-story-signal-image);
    background-position: center;
    background-size: cover;
    color: #fff;
    min-height: 315px;
    overflow: hidden;
    padding: 25px;
    position: relative
}

.cfm-story-signal__lead:after {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    content: '';
    height: 310px;
    position: absolute;
    right: -110px;
    top: 80px;
    width: 310px
}

.cfm-story-signal__lead>span {
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.cfm-story-signal__lead>p {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    margin: 12px 0;
    text-transform: uppercase
}

.cfm-story-signal__lead h3 {
    font-size: clamp(32px, 3.5vw, 57px);
    letter-spacing: -.065em;
    line-height: .94;
    margin: 0;
    max-width: 530px;
    position: relative;
    z-index: 1
}

.cfm-story-signal__lead h3 a {
    color: #fff
}

.cfm-story-signal__arrow {
    align-items: center;
    /* background: var(--cfm-yellow); */
    border-radius: 50%;
    bottom: 25px;
    color: var(--cfm-ink);
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    width: 40px;
    z-index: 1
}

.cfm-story-signal__list {
    background: var(--cfm-paper)
}

.cfm-story-signal__list article {
    align-items: start;
    border-bottom: 1px solid var(--cfm-line);
    color: var(--cfm-ink);
    display: grid;
    gap: 16px;
    grid-template-columns: 36px 1fr 20px;
    min-height: 105px;
    padding: 19px
}

.cfm-story-signal__list article>span {
    color: rgba(37, 23, 34, .48);
    font-size: 11px;
    font-weight: 700
}

.cfm-story-signal__list p {
    color: rgba(37, 23, 34, .57);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    margin: 0 0 8px;
    text-transform: uppercase
}

.cfm-story-signal__list h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.14;
    margin: 0
}

.cfm-story-signal__list h3 a,
.cfm-story-signal__list article>a {
    color: var(--cfm-ink)
}

.cfm-story-signal__list article>a {
    font-size: 18px
}

.cfm-story-signal__topics {
    border-bottom: 1px solid var(--cfm-line);
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    padding: 15px 0
}

.cfm-story-signal__topics span {
    color: var(--cfm-red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase
}

.cfm-story-signal__topics a {
    color: var(--cfm-ink);
    font-size: 12px;
    font-weight: 700
}

@media(max-width:720px) {
    .cfm-story-signal__board {
        grid-template-columns: 1fr
    }

    .cfm-story-signal__lead {
        min-height: 285px
    }

    .cfm-story-signal__list article {
        min-height: 95px
    }

    .cfm-story-signal {
        padding: 70px 0
    }
}

@media(max-width:560px) {
    .cfm-story-signal__lead h3 {
        font-size: 36px
    }

    .cfm-story-signal__list h3 {
        font-size: 16px
    }

    .cfm-story-signal__topics {
        gap: 12px
    }

    .cfm-story-signal__topics a {
        font-size: 11px
    }
}

.cfm-trend-lane {
    border-bottom: 1px solid var(--cfm-line);
    padding: 18px 0 0
}

.cfm-trend-lane__heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px
}

.cfm-trend-lane__heading span {
    color: var(--cfm-red);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase
}

.cfm-trend-lane__heading a {
    color: var(--cfm-ink);
    font-size: 11px;
    font-weight: 700
}

.cfm-trend-lane__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.cfm-trend-lane__items>a {
    align-items: flex-start;
    border-right: 1px solid var(--cfm-line);
    color: var(--cfm-ink);
    display: grid;
    gap: 8px;
    grid-template-columns: 24px 1fr 14px;
    min-height: 92px;
    padding: 0 14px 18px
}

.cfm-trend-lane__items>a:first-child {
    padding-left: 0
}

.cfm-trend-lane__items>a:last-child {
    border-right: 0
}

.cfm-trend-lane__items b {
    color: rgba(37, 23, 34, .46);
    font-size: 10px
}

.cfm-trend-lane__items small {
    color: var(--cfm-red);
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .09em;
    margin-bottom: 5px;
    text-transform: uppercase
}

.cfm-trend-lane__items span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25
}

.cfm-trend-lane__items i {
    font-size: 14px;
    font-style: normal
}

.cfm-lifestyle-spot {
    background: var(--cfm-plum);
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 70px auto 0;
    max-width: 1008px;
    min-height: 500px
}

.cfm-lifestyle-spot__image {
    background: #2a172f center/cover no-repeat;
    min-height: 500px
}

.cfm-lifestyle-spot__copy {
    align-self: center;
    color: #fff;
    padding: 50px
}

.cfm-lifestyle-spot__copy h2 {
    font-size: clamp(45px, 5vw, 76px);
    letter-spacing: -.065em;
    line-height: .88;
    margin: 14px 0 24px
}

.cfm-lifestyle-spot__copy h2 em {
    color: var(--cfm-yellow);
    font-style: normal
}

.cfm-lifestyle-spot__copy>p {
    color: rgba(255, 255, 255, .74);
    font-size: 15px;
    line-height: 1.55
}

.cfm-lifestyle-spot__copy>a {
    border: 1px solid rgba(255, 255, 255, .52);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 18px;
    padding: 11px 15px
}

.cfm-capital-lanes {
    background: var(--cfm-red);
    color: #fff;
    margin-top: 70px;
    padding: 78px 0 22px
}

.cfm-capital-lanes nav {
    line-height: .92;
    margin: 24px 0 70px;
    max-width: 1060px
}

.cfm-capital-lanes nav a {
    color: rgba(255, 255, 255, .93);
    display: inline;
    font-size: clamp(42px, 6vw, 84px);
    font-weight: 700;
    letter-spacing: -.075em;
    margin-right: 20px
}

.cfm-capital-lanes nav a.is-accent,
.cfm-capital-lanes nav a:hover {
    color: var(--cfm-yellow)
}

.cfm-capital-lanes>div>div {
    border-top: 1px solid rgba(255, 255, 255, .35);
    display: flex;
    font-size: 11px;
    justify-content: space-between;
    padding-top: 15px
}

@media(max-width:720px) {
    .cfm-trend-lane__items {
        grid-template-columns: 1fr 1fr
    }

    .cfm-trend-lane__items>a:nth-child(2) {
        border-right: 0
    }

    .cfm-trend-lane__items>a:nth-child(n+3) {
        border-top: 1px solid var(--cfm-line);
        padding-top: 14px
    }

    .cfm-lifestyle-spot {
        grid-template-columns: 1fr;
        margin: 50px 16px 0;
        min-height: 0
    }

    .cfm-lifestyle-spot__image {
        min-height: 340px
    }

    .cfm-capital-lanes {
        margin-top: 50px
    }
}

@media(max-width:560px) {
    .cfm-trend-lane__items {
        grid-template-columns: 1fr
    }

    .cfm-trend-lane__items>a,
    .cfm-trend-lane__items>a:first-child {
        border-bottom: 1px solid var(--cfm-line);
        border-right: 0;
        min-height: 70px;
        padding: 12px 0
    }

    .cfm-trend-lane__items>a:last-child {
        border-bottom: 0
    }

    .cfm-lifestyle-spot__copy {
        padding: 36px 26px
    }

    .cfm-capital-lanes {
        padding-top: 54px
    }

    .cfm-capital-lanes nav {
        margin-bottom: 45px
    }

    .cfm-capital-lanes>div>div {
        gap: 14px;
        flex-direction: column
    }
}

.cfm-live-hero--campaign {
    min-height: 640px
}

.cfm-live-hero--campaign .cfm-live-hero__grid {
    min-height: 640px
}

.cfm-campaign-story-controls {
    align-items: center;
    bottom: 25px;
    color: #fff;
    display: flex;
    gap: 18px;
    left: max(24px, calc((100% - 1192px)/2));
    position: absolute;
    right: max(24px, calc((100% - 1192px)/2));
    z-index: 3
}

.cfm-campaign-story-controls>span {
    color: var(--cfm-yellow);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase
}

.cfm-campaign-story-controls>div {
    display: flex;
    gap: 7px
}

.cfm-campaign-story-controls button {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0
}

.cfm-campaign-story-controls [data-cfm-campaign-dot] {
    background: rgba(255, 255, 255, .45);
    border-radius: 99px;
    height: 4px;
    width: 22px
}

.cfm-campaign-story-controls [data-cfm-campaign-dot].is-active {
    background: var(--cfm-yellow);
    width: 45px
}

.cfm-campaign-story-controls [data-cfm-campaign-next] {
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    margin-left: auto;
    padding-bottom: 4px
}

@media(max-width:850px) {

    .cfm-live-hero--campaign,
    .cfm-live-hero--campaign .cfm-live-hero__grid {
        min-height: 700px
    }
}

@media(max-width:560px) {

    .cfm-live-hero--campaign,
    .cfm-live-hero--campaign .cfm-live-hero__grid {
        min-height: 680px
    }

    .cfm-campaign-story-controls {
        bottom: 16px;
        gap: 10px
    }

    .cfm-campaign-story-controls>span {
        display: none
    }

    .cfm-campaign-story-controls [data-cfm-campaign-next] {
        font-size: 11px
    }

}

.cfm-feature-carousel {
    background: #1e1019;
    min-height: 640px;
    position: relative
}

.cfm-feature-slide {
    display: none;
    min-height: 640px;
    overflow: hidden;
    position: relative
}

.cfm-feature-slide.is-active {
    display: block
}

.cfm-feature-slide--live {
    color: #fff
}

.cfm-feature-slide--story {
    color: #fff
}

.cfm-feature-slide__image,
.cfm-feature-slide__veil {
    inset: 0;
    position: absolute
}

.cfm-feature-slide__image {
    background: #1e1019 var(--cfm-story-image) center/cover no-repeat;
    transform: scale(1.02)
}

.cfm-feature-slide__veil {
    background: linear-gradient(90deg, rgba(22, 9, 19, .94) 0%, rgba(22, 9, 19, .72) 44%, rgba(22, 9, 19, .13) 100%), linear-gradient(0deg, rgba(9, 3, 8, .55), transparent 50%)
}

.cfm-feature-slide__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 640px;
    position: relative;
    z-index: 1
}

.cfm-feature-slide__content h2 {
    font-size: clamp(44px, 5.5vw, 92px);
    letter-spacing: -.07em;
    line-height: .88;
    margin: 10px 0 18px;
    max-width: 800px
}

.cfm-feature-slide__content>p:not(.cfm-label) {
    font-size: 18px;
    line-height: 1.5;
    max-width: 520px
}

.cfm-feature-slide__content>a {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-top: 18px;
    padding-bottom: 5px
}

.cfm-feature-carousel__cue {
    color: var(--cfm-yellow);
    font-size: 10px;
    font-weight: 800;
    left: max(24px, calc((100% - 1192px)/2));
    letter-spacing: .14em;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 22px;
    z-index: 5
}

.cfm-feature-carousel__controls {
    align-items: center;
    bottom: 28px;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    left: max(24px, calc((100% - 1192px)/2));
    position: absolute;
    right: max(24px, calc((100% - 1192px)/2));
    z-index: 5
}

.cfm-feature-carousel__dots {
    display: flex;
    gap: 8px
}

.cfm-feature-carousel__dots button {
    background: rgba(255, 255, 255, .44);
    border: 0;
    border-radius: 10px;
    height: 5px;
    padding: 0;
    transition: width .2s ease;
    width: 22px
}

.cfm-feature-carousel__dots button.is-active {
    background: var(--cfm-yellow);
    width: 48px
}

.cfm-feature-carousel__next {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .75);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0 0 5px
}

.cfm-voices-slider {
    background: var(--cfm-paper);
    padding: 50px 0
}

.cfm-voice-next {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--cfm-ink);
    color: var(--cfm-ink);
    font-size: 13px;
    font-weight: 700;
    padding: 0 0 5px
}

.cfm-voices-slider__layout {
    border-top: 1px solid var(--cfm-ink);
    display: grid;
    grid-template-columns: 46% 54%
}

.cfm-voice-stage {
    background: var(--cfm-plum);
    min-height: 530px;
    overflow: hidden;
    position: relative
}

.cfm-voice-stage>img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: opacity .25s ease;
    width: 100%
}

.cfm-voice-stage:after {
    background: linear-gradient(0deg, rgba(31, 13, 28, .88), transparent 68%);
    content: '';
    inset: 0;
    position: absolute
}

.cfm-voice-stage>div {
    bottom: 22px;
    color: #fff;
    left: 22px;
    position: absolute;
    right: 22px;
    z-index: 1
}

.cfm-voice-stage p {
    color: var(--cfm-yellow);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    margin: 0 0 7px;
    text-transform: uppercase
}

.cfm-voice-stage h3 {
    font-size: 34px;
    letter-spacing: -.05em;
    line-height: 1;
    margin: 0
}

.cfm-voice-list {
    max-height: 530px;
    overflow-y: auto
}

.cfm-voice-list__item {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--cfm-line);
    color: var(--cfm-ink);
    cursor: pointer;
    display: grid;
    gap: 16px;
    grid-template-columns: 38px 1fr 22px;
    min-height: 106px;
    padding: 16px 18px;
    text-align: left;
    width: 100%
}

.cfm-voice-list__item:hover,
.cfm-voice-list__item.is-active {
    background: #eee9df
}

.cfm-voice-list__number {
    color: rgba(37, 23, 34, .44);
    font-size: 10px;
    font-weight: 700;
    align-self: start
}

.cfm-voice-list__item small {
    color: var(--cfm-red);
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    margin-bottom: 6px;
    text-transform: uppercase
}

.cfm-voice-list__item strong {
    display: block;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1
}

.cfm-voice-list__item em {
    color: rgba(37, 23, 34, .62);
    display: block;
    font-size: 11px;
    font-style: normal;
    margin-top: 7px
}

.cfm-voice-list__item i {
    font-size: 18px;
    font-style: normal
}

.cfm-voice-list__item.is-active .cfm-voice-list__number {
    color: var(--cfm-red)
}

@media(max-width:850px) {
    .cfm-voices-slider__layout {
        grid-template-columns: 1fr
    }

    .cfm-voice-stage {
        min-height: 430px
    }

    .cfm-voice-list {
        max-height: unset
    }

    .cfm-feature-slide,
    .cfm-feature-carousel,
    .cfm-feature-slide__content {
        min-height: 620px
    }
}

@media(max-width:560px) {

    .cfm-feature-slide,
    .cfm-feature-carousel,
    .cfm-feature-slide__content {
        min-height: 620px
    }

    .cfm-feature-slide__content h2 {
        font-size: 48px
    }

    .cfm-feature-slide__content>p:not(.cfm-label) {
        font-size: 15px
    }

    .cfm-feature-carousel__controls {
        bottom: 18px
    }

    .cfm-voices-slider {
        padding: 68px 0
    }

    .cfm-voice-stage {
        min-height: 340px
    }

    .cfm-voice-list__item {
        min-height: 90px
    }

    .cfm-voice-list__item strong {
        font-size: 21px
    }

    .cfm-feature-carousel__cue {
        top: 16px
    }
}

body .cfm-signal-home .cfm-live-hero__image {
    background-position: 78% top
}

.cfm-voices-showcase {
    background: #e9e4d9;
    padding: 105px 0
}

.cfm-voice-showcase-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden
}

.cfm-voice-showcase-card {
    background: var(--cfm-plum);
    color: #fff;
    min-height: 370px;
    overflow: hidden;
    position: relative
}

.cfm-voice-showcase-card>img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: transform .25s ease;
    width: 100%
}

.cfm-voice-showcase-card:after {
    background: linear-gradient(0deg, rgba(28, 12, 25, .9), rgba(28, 12, 25, .05) 68%);
    content: '';
    inset: 0;
    position: absolute
}

.cfm-voice-showcase-card:hover>img {
    transform: scale(1.04)
}

.cfm-voice-showcase-card__overlay {
    bottom: 0;
    left: 0;
    padding: 22px;
    position: absolute;
    right: 0;
    z-index: 1
}

.cfm-voice-showcase-card__overlay p {
    color: var(--cfm-yellow);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    margin: 0 0 7px;
    text-transform: uppercase
}

.cfm-voice-showcase-card__overlay h3 {
    color: #fff;
    font-size: 30px;
    line-height: .96;
    margin: 0
}

.cfm-voice-showcase-card__overlay span {
    color: rgba(255, 255, 255, .72);
    display: block;
    font-size: 12px;
    margin-top: 8px
}

.cfm-voice-showcase-card>b {
    background: var(--cfm-yellow);
    color: var(--cfm-ink);
    font-size: 9px;
    letter-spacing: .1em;
    padding: 7px 10px;
    position: absolute;
    right: 14px;
    top: 14px;
    text-transform: uppercase;
    z-index: 2
}

@media(max-width:850px) {
    .cfm-voice-showcase-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:560px) {
    .cfm-voices-showcase {
        padding: 68px 0
    }

    .cfm-voice-showcase-grid {
        grid-template-columns: 1fr
    }

    .cfm-voice-showcase-card {
        min-height: 310px
    }
}

/* Active theme compatibility: the site enables html/body.dark-mode globally. */
html.dark-mode .cfm-signal-home,
body.dark-mode .cfm-signal-home {
    background: var(--cfm-paper);
    color: var(--cfm-ink);
}

html.dark-mode .cfm-signal-home .cfm-pulse__trending,
body.dark-mode .cfm-signal-home .cfm-pulse__trending {
    background: var(--cfm-paper);
    color: var(--cfm-ink);
}

html.dark-mode .cfm-signal-home .cfm-pulse__trending .latest-stories,
body.dark-mode .cfm-signal-home .cfm-pulse__trending .latest-stories,
html.dark-mode .cfm-signal-home .cfm-pulse__trending .trending-stories,
body.dark-mode .cfm-signal-home .cfm-pulse__trending .trending-stories {
    background: transparent;
    color: var(--cfm-ink);
}

html.dark-mode .cfm-signal-home .latest-stories .content-container h3 a,
body.dark-mode .cfm-signal-home .latest-stories .content-container h3 a {
    color: var(--cfm-ink);
}

/* Stacked Capital category navigator: menu labels wrap in intentional editorial rows. */
.cfm-capital-lanes nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0 25px;
    line-height: .92;
    max-width: 1120px
}

.cfm-capital-lanes nav a {
    display: block;
    margin-right: 0;
    transition: color .16s ease
}

.cfm-capital-lanes__break {
    flex-basis: 100%;
    height: 0
}

@media(max-width:720px) {
    .cfm-capital-lanes nav {
        gap: 0 17px
    }
}

@media(max-width:560px) {
    .cfm-capital-lanes nav {
        gap: 0 14px
    }

    .cfm-capital-lanes nav a {
        font-size: clamp(39px, 11vw, 56px)
    }

    .cfm-capital-lanes__break {
        display: none
    }
}

/* High-contrast compact trend strip: a supporting signal, not a second story board. */

/* Interleaved editorial rhythm: smaller news signals between live, voices, schedule and podcasts. */

/* One deliberate five-story newsroom return replaces the former category-wall. */
.cfm-latest-return {
    background: var(--cfm-paper);
    padding: 96px 0
}

.cfm-latest-return__grid {
    border-top: 1px solid var(--cfm-ink);
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.cfm-latest-return__grid article {
    border-right: 1px solid var(--cfm-line);
    padding: 16px
}

.cfm-latest-return__grid article:first-child {
    padding-left: 0
}

.cfm-latest-return__grid article:last-child {
    border-right: 0;
    padding-right: 0
}

.cfm-latest-return__image {
    align-items: flex-start;
    background: #312035 center/cover no-repeat;
    display: flex;
    height: 178px;
    justify-content: flex-end;
    position: relative
}

.cfm-latest-return__image:after {
    background: linear-gradient(0deg, rgba(24, 12, 22, .55), transparent 55%);
    content: '';
    inset: 0;
    position: absolute
}

.cfm-latest-return__image span {
    background: var(--cfm-yellow);
    color: var(--cfm-ink);
    font-size: 10px;
    font-weight: 800;
    padding: 7px 8px;
    position: relative;
    z-index: 1
}

.cfm-latest-return__grid p {
    color: var(--cfm-red);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    margin: 13px 0 6px;
    text-transform: uppercase
}

.cfm-latest-return__grid h3 {
    font-size: 18px;
    letter-spacing: -.04em;
    line-height: 1.1;
    margin: 0
}

.cfm-latest-return__grid h3 a {
    color: var(--cfm-ink)
}

.cfm-latest-return__grid article:hover .cfm-latest-return__image {
    filter: saturate(1.12)
}

@media(max-width:920px) {
    .cfm-latest-return__grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .cfm-latest-return__grid article:nth-child(3) {
        border-right: 0;
        padding-right: 0
    }

    .cfm-latest-return__grid article:nth-child(4) {
        border-top: 1px solid var(--cfm-line);
        padding-left: 0
    }

    .cfm-latest-return__grid article:nth-child(5) {
        border-top: 1px solid var(--cfm-line)
    }
}

@media(max-width:560px) {
    .cfm-latest-return {
        padding: 64px 0
    }

    .cfm-latest-return__grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding: 16px 0
    }

    .cfm-latest-return__grid article,
    .cfm-latest-return__grid article:first-child,
    .cfm-latest-return__grid article:last-child {
        border: 0;
        flex: 0 0 78%;
        padding: 0
    }

    .cfm-latest-return__image {
        height: 220px
    }
}

/* Richer show identity: schedule artwork is a visual card, not a small thumbnail. */
.cfm-schedule-row {
    grid-template-columns: 180px 1fr 116px;
    min-height: 116px
}

.cfm-schedule-row__art {
    align-items: center;
    background: linear-gradient(135deg, rgba(235, 201, 64, .18), rgba(255, 255, 255, .05));
    border: 1px solid rgba(255, 255, 255, .16);
    display: flex;
    height: 102px;
    justify-content: flex-start;
    margin: 0;
    overflow: hidden;
    width: 128px
}

.cfm-schedule-row__art img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.cfm-schedule-row__art span {
    color: var(--cfm-yellow);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.1;
    padding: 9px;
    text-align: center;
    text-transform: uppercase
}

.cfm-schedule-row.is-on-air .cfm-schedule-row__art {
    border-color: var(--cfm-yellow);
    box-shadow: 0 0 0 3px rgba(235, 201, 64, .12)
}

.cfm-schedule-row:hover .cfm-schedule-row__art img {
    transform: scale(1.05)
}

.cfm-schedule-row__art img {
    transition: transform .22s ease
}

@media(max-width:560px) {
    .cfm-schedule-row {
        grid-template-columns: 1fr 82px;
        min-height: 122px
    }

    .cfm-schedule-row__art {
        grid-column: 2;
        grid-row: 1 / span 2;
        height: 70px;
        width: 72px
    }

    .cfm-schedule-row time {
        grid-column: 1
    }

    .cfm-schedule-row>div {
        grid-column: 1
    }
}

.cfm-live-bulletin {
    background: var(--cfm-paper);
    padding: 48px 0 70px
}

.cfm-live-bulletin__layout {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.cfm-live-bulletin__feature {
    background-color: var(--cfm-red);
    background-image: linear-gradient(115deg, rgba(229, 36, 33, .92), rgba(186, 20, 27, .74)), var(--cfm-bulletin-image);
    background-position: center;
    background-size: cover;
    color: #fff;
    min-height: 270px;
    padding: 28px;
    position: relative
}

.cfm-live-bulletin__feature>div {
    bottom: 28px;
    left: 28px;
    max-width: 520px;
    position: absolute;
    right: 68px
}

.cfm-live-bulletin__feature h2 {
    font-size: clamp(28px, 3.2vw, 48px);
    letter-spacing: -.06em;
    line-height: .96;
    margin: 8px 0 0
}

.cfm-live-bulletin__feature h2 a {
    color: #fff
}

.cfm-live-bulletin__arrow {
    align-items: center;
    background: var(--cfm-yellow);
    border-radius: 50%;
    bottom: 28px;
    color: var(--cfm-ink);
    display: flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 28px;
    width: 42px
}

.cfm-live-bulletin__list {
    background: #ece6da;
    padding: 28px
}

.cfm-live-bulletin__list>div {
    align-items: center;
    border-bottom: 1px solid var(--cfm-line);
    display: flex;
    justify-content: space-between;
    padding-bottom: 13px
}

.cfm-live-bulletin__list>div p {
    margin: 0
}

.cfm-live-bulletin__list>div a {
    color: var(--cfm-ink);
    font-size: 11px;
    font-weight: 700
}

.cfm-live-bulletin__list article {
    border-bottom: 1px solid var(--cfm-line);
    padding: 15px 0
}

.cfm-live-bulletin__list article:last-child {
    border-bottom: 0
}

.cfm-live-bulletin__list article p {
    color: var(--cfm-red);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    margin: 0 0 5px;
    text-transform: uppercase
}

.cfm-live-bulletin__list h3 {
    font-size: 18px;
    letter-spacing: -.035em;
    line-height: 1.14;
    margin: 0
}

.cfm-live-bulletin__list h3 a {
    color: var(--cfm-ink)
}

.cfm-city-bridge {
    background: var(--cfm-paper);
    padding: 80px 0
}

.cfm-city-bridge article {
    background-color: var(--cfm-plum);
    background-image: linear-gradient(90deg, rgba(37, 23, 34, .96) 0%, rgba(37, 23, 34, .74) 48%, rgba(37, 23, 34, .18) 100%), var(--cfm-bridge-image);
    background-position: center;
    background-size: cover;
    color: #fff;
    min-height: 400px;
    padding: 48px
}

.cfm-city-bridge article>div {
    max-width: 520px
}

.cfm-city-bridge h2 {
    font-size: clamp(34px, 4.6vw, 64px);
    letter-spacing: -.065em;
    line-height: .9;
    margin: 10px 0 16px
}

.cfm-city-bridge h2 a,
.cfm-city-bridge article>div>a {
    color: #fff
}

.cfm-city-bridge article>div>p:not(.cfm-label) {
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
    line-height: 1.5;
    max-width: 400px
}

.cfm-city-bridge article>div>a {
    border-bottom: 1px solid var(--cfm-yellow);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 8px;
    padding-bottom: 4px
}

.cfm-radio-trends {
    background: var(--cfm-ink);
    color: #fff;
    padding: 80px 0
}

.cfm-radio-trends>div {
    display: grid;
    gap: 35px;
    grid-template-columns: 31% 1fr
}

.cfm-radio-trends h2 {
    font-size: clamp(38px, 4vw, 62px);
    letter-spacing: -.065em;
    line-height: .9;
    margin: 8px 0 0
}

.cfm-radio-trends h2 em {
    color: var(--cfm-yellow);
    font-style: normal
}

.cfm-radio-trends__items {
    border-top: 1px solid rgba(255, 255, 255, .25)
}

.cfm-radio-trends__items a {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    display: grid;
    gap: 14px;
    grid-template-columns: 26px 1fr 16px;
    min-height: 80px
}

.cfm-radio-trends__items b {
    color: var(--cfm-yellow);
    font-size: 11px
}

.cfm-radio-trends__items small {
    color: rgba(255, 255, 255, .62);
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    margin-bottom: 4px;
    text-transform: uppercase
}

.cfm-radio-trends__items span {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25
}

.cfm-radio-trends__items i {
    color: var(--cfm-yellow);
    font-size: 15px;
    font-style: normal
}

@media(max-width:720px) {

    .cfm-live-bulletin__layout,
    .cfm-radio-trends>div {
        grid-template-columns: 1fr
    }

    .cfm-live-bulletin__feature {
        min-height: 250px
    }

    .cfm-city-bridge {
        padding: 55px 0
    }

    .cfm-city-bridge article {
        min-height: 310px;
        padding: 32px
    }

    .cfm-radio-trends {
        padding: 65px 0
    }
}

@media(max-width:560px) {
    .cfm-live-bulletin {
        padding: 36px 0 52px
    }

    .cfm-live-bulletin__feature {
        padding: 22px
    }

    .cfm-live-bulletin__feature>div {
        bottom: 22px;
        left: 22px;
        right: 58px
    }

    .cfm-live-bulletin__list {
        padding: 22px
    }

    .cfm-city-bridge article {
        padding: 28px 22px
    }

    .cfm-radio-trends {
        padding: 55px 0
    }

    .cfm-radio-trends__items a {
        min-height: 74px
    }
}

.cfm-story-signal .cfm-trend-lane {
    background: var(--cfm-ink);
    border: 0;
    color: #fff;
    margin-top: 18px;
    padding: 16px 18px
}

.cfm-story-signal .cfm-trend-lane__heading {
    margin: 0 0 13px
}

.cfm-story-signal .cfm-trend-lane__heading span {
    color: var(--cfm-yellow);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em
}

.cfm-story-signal .cfm-trend-lane__heading a {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    opacity: .92
}

.cfm-story-signal .cfm-trend-lane__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.cfm-story-signal .cfm-trend-lane__items>a,
.cfm-story-signal .cfm-trend-lane__items>a:first-child {
    border-color: rgba(255, 255, 255, .22);
    color: #fff;
    gap: 9px;
    grid-template-columns: 23px 1fr 14px;
    min-height: 64px;
    padding: 0 15px
}

.cfm-story-signal .cfm-trend-lane__items>a:first-child {
    padding-left: 0
}

.cfm-story-signal .cfm-trend-lane__items>a:last-child {
    padding-right: 0
}

.cfm-story-signal .cfm-trend-lane__items b {
    color: var(--cfm-yellow);
    font-size: 10px
}

.cfm-story-signal .cfm-trend-lane__items small {
    color: rgba(255, 255, 255, .64);
    font-size: 9px;
    font-weight: 800;
    margin-bottom: 4px
}

.cfm-story-signal .cfm-trend-lane__items span {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25
}

.cfm-story-signal .cfm-trend-lane__items i {
    color: var(--cfm-yellow);
    font-size: 14px;
    font-style: normal
}

@media(max-width:720px) {
    .cfm-story-signal .cfm-trend-lane__items {
        grid-template-columns: 1fr
    }

    .cfm-story-signal .cfm-trend-lane__items>a,
    .cfm-story-signal .cfm-trend-lane__items>a:first-child {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        border-right: 0;
        min-height: 62px;
        padding: 11px 0
    }

    .cfm-story-signal .cfm-trend-lane__items>a:last-child {
        border-bottom: 0
    }
}

.cfm-live-card {
    overflow: hidden;
    position: relative
}

.cfm-live-card__presenter {
    bottom: 0;
    height: 100%;
    object-fit: cover;
    opacity: .24;
    position: absolute;
    right: 0;
    width: 42%;
    z-index: -1
}

.cfm-show-card.is-on-air:after {
    background: var(--cfm-yellow);
    color: var(--cfm-ink);
    content: 'ON AIR';
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    padding: 6px 8px;
    position: absolute;
    right: 14px;
    top: 14px
}

.cfm-programme-guide {
    background: var(--cfm-plum);
    color: #fff;
    padding: 105px 0
}

.cfm-programme-guide .cfm-section-heading h2 {
    color: #fff
}

.cfm-programme-guide .cfm-section-heading__note {
    color: rgba(255, 255, 255, .7)
}

.cfm-schedule-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 18px
}

.cfm-schedule-tab {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 99px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    min-width: 56px;
    padding: 10px 14px
}

.cfm-schedule-tab.is-active,
.cfm-schedule-tab:hover {
    background: var(--cfm-yellow);
    border-color: var(--cfm-yellow);
    color: var(--cfm-ink)
}

.cfm-schedule-panel {
    display: none
}

.cfm-schedule-panel.is-active {
    display: block
}

.cfm-schedule-row {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    display: grid;
    gap: 18px;
    grid-template-columns: 180px 1fr 64px;
    min-height: 96px;
    padding: 16px 0
}

.cfm-schedule-row time {
    color: var(--cfm-yellow);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em
}

.cfm-schedule-row span {
    color: var(--cfm-yellow);
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-bottom: 4px;
    text-transform: uppercase
}

.cfm-schedule-row h3 {
    color: #fff;
    font-size: 24px;
    margin: 0
}

.cfm-schedule-row p {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    margin: 5px 0 0
}

.cfm-schedule-row img {
    height: 84px;
    object-fit: cover;
    width: 84px
}

.cfm-schedule-row.is-on-air {
    border-left: 3px solid var(--cfm-yellow);
    padding-left: 14px
}

@media(max-width:560px) {
    .cfm-programme-guide {
        padding: 68px 0
    }

    .cfm-schedule-row {
        grid-template-columns: 1fr 46px;
        gap: 8px
    }

    .cfm-schedule-row time {
        grid-column: 1/-1
    }

    .cfm-schedule-row h3 {
        font-size: 20px
    }

    .cfm-schedule-row img {
        height: 42px;
        width: 42px
    }
}

.cfm-signal-home {
    --cfm-red: #e52421;
    --cfm-ink: #251722;
    --cfm-plum: #35203d;
    --cfm-paper: #f7f4ed;
    --cfm-yellow: #ebc940;
    --cfm-line: rgba(37, 23, 34, .16);
    background: var(--cfm-paper);
    color: var(--cfm-ink);
    font-family: Arial, sans-serif
}

.cfm-signal-home * {
    box-sizing: border-box
}

.cfm-signal-home .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px
}

.cfm-signal-home h1,
.cfm-signal-home h2,
.cfm-signal-home h3 {
    font-family: Arial, sans-serif;
    letter-spacing: -.065em
}

.cfm-signal-home a {
    text-decoration: none
}

.cfm-label {
    color: var(--cfm-red);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .15em;
    margin: 0 0 12px;
    text-transform: uppercase
}

.cfm-label--light {
    color: var(--cfm-yellow)
}

.cfm-live-hero {
    color: #fff;
    min-height: 640px;
    overflow: hidden;
    position: relative
}

.cfm-live-hero__image,
.cfm-live-hero__veil {
    inset: 0;
    position: absolute
}

.cfm-live-hero__image {
    background: #1e1019 var(--cfm-hero-image) center/cover no-repeat
}

.cfm-live-hero__veil {
    background: linear-gradient(90deg, rgba(35, 15, 27, .94) 0%, rgba(35, 15, 27, .76) 38%, rgba(35, 15, 27, .2) 76%), linear-gradient(0deg, rgba(12, 5, 10, .5), transparent 45%)
}

.cfm-live-hero__grid {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr;
    min-height: 640px;
    position: relative;
    z-index: 1
}

.cfm-live-hero h1 {
    font-size: clamp(64px, 8vw, 132px);
    font-weight: 800;
    line-height: .82;
    margin: 24px 0 20px
}

.cfm-live-hero h1 em,
.cfm-section-heading h2 em {
    color: var(--cfm-yellow);
    font-style: normal
}

.cfm-live-hero__summary {
    font-size: 18px;
    line-height: 1.55;
    margin: 0;
    max-width: 450px
}

.cfm-live-dot {
    background: var(--cfm-yellow);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(235, 201, 64, .16);
    display: inline-block;
    height: 7px;
    margin-right: 8px;
    width: 7px
}

.cfm-label i {
    background: rgba(255, 255, 255, .5);
    display: inline-block;
    height: 1px;
    margin: 0 10px 3px;
    width: 36px
}

.cfm-live-hero__featured {
    border-left: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    display: block;
    margin-top: 40px;
    padding-left: 14px;
    max-width: 390px
}

.cfm-live-hero__featured span {
    display: block;
    font-size: 10px;
    letter-spacing: .12em;
    opacity: .7;
    text-transform: uppercase
}

.cfm-live-hero__featured strong {
    display: block;
    font-size: 30px;
    line-height: 1.1;
    margin-top: 6px
}

.cfm-live-card {
    background: rgba(25, 12, 22, .58);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .5);
    justify-self: end;
    max-width: 340px;
    padding: 15px;
    width: 100%
}

.cfm-live-card__top,
.cfm-live-card__bottom {
    display: flex;
    font-size: 10px;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: .12em;
    text-transform: uppercase
}

.cfm-live-card__top {
    color: var(--cfm-yellow)
}

.cfm-live-card__main {
    align-items: center;
    display: flex;
    gap: 24px;
    padding: 14px 0 5px
}

.cfm-audio-toggle {
    background: var(--cfm-yellow);
    border: 0;
    border-radius: 50%;
    color: var(--cfm-ink);
    cursor: pointer;
    flex: 0 0 44px;
    font-size: 22px;
    height: 44px;
    position: relative;
}

.cfm-audio-toggle:disabled {
    cursor: not-allowed;
    opacity: .55
}

.cfm-audio-toggle.is-playing .cfm-audio-toggle__icon {
    font-size: 0
}

.cfm-audio-toggle.is-playing .cfm-audio-toggle__icon:after {
    content: 'Ⅱ';
    font-size: 18px
}

.cfm-live-card h2 {
    font-size: 16px;
    margin: 0
}

.cfm-live-card p {
    color: rgba(255, 255, 255, .75);
    font-size: 12px;
    margin: 5px 0 12px
}

.cfm-waveform {
    align-items: center;
    display: flex;
    gap: 5px;
    height: 14px
}

.cfm-waveform span {
    animation: cfm-wave 1.15s alternate infinite;
    background: var(--cfm-yellow);
    border-radius: 4px;
    height: 35%;
    width: 3px
}

.cfm-waveform span:nth-child(2n) {
    animation-delay: .25s;
    height: 75%
}

.cfm-waveform span:nth-child(3n) {
    animation-delay: .45s;
    height: 55%
}

.cfm-live-card__bottom {
    border-top: 1px solid rgba(255, 255, 255, .24);
    color: rgba(255, 255, 255, .68);
    letter-spacing: .06em;
    padding-top: 10px;
    text-transform: none
}

.cfm-live-video-window {
    align-items: end;
    background-color: #d81d2b;
    background-image: linear-gradient(90deg, rgba(113, 10, 29, .95), rgba(158, 15, 36, .71) 54%, rgba(46, 15, 34, .24)), var(--cfm-live-video-thumb);
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, .5);
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 2px -7px 18px;
    min-height: 104px;
    overflow: hidden;
    padding: 16px 14px;
    position: relative
}

.cfm-live-video-window[hidden] {
    display: none
}

.cfm-live-video-window:after {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    content: '';
    height: 148px;
    position: absolute;
    right: -48px;
    top: -72px;
    width: 148px
}

.cfm-live-video-window__copy,
.cfm-live-video-window__button {
    position: relative;
    z-index: 1
}

.cfm-live-video-window__copy p {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 9px;
    font-weight: 800;
    gap: 7px;
    letter-spacing: .12em;
    margin: 0 0 5px;
    text-transform: uppercase
}

.cfm-live-video-window__dot {
    animation: cfm-live-video-pulse 1.35s ease-out infinite;
    background: var(--cfm-yellow);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(245, 197, 24, .72);
    display: inline-block;
    height: 7px;
    width: 7px
}

.cfm-live-video-window h3 {
    color: #fff;
    font-size: 18px;
    line-height: 1.04;
    margin: 0;
    max-width: 205px
}

.cfm-live-video-window__button {
    background: var(--cfm-yellow);
    border: 0;
    color: var(--cfm-ink);
    cursor: pointer;
    font-family: inherit;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
    padding: 10px 12px;
    text-decoration: none;
    white-space: nowrap
}

.cfm-live-video-window__button:hover {
    background: #fff
}

@keyframes cfm-live-video-pulse {
    70% { box-shadow: 0 0 0 8px rgba(245, 197, 24, 0) }
    100% { box-shadow: 0 0 0 0 rgba(245, 197, 24, 0) }
}

.cfm-pulse,
.cfm-voices,
.cfm-podcasts {
    padding: 30px 0
}

.cfm-section-heading {
    align-items: end;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin-bottom: 42px
}

.cfm-section-heading h2 {
    font-size: clamp(44px, 5vw, 80px);
    line-height: .88;
    margin: 0
}

.cfm-section-heading>a {
    border-bottom: 1px solid var(--cfm-ink);
    color: var(--cfm-ink);
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 4px;
    white-space: nowrap
}

.cfm-section-heading__note {
    color: rgba(37, 23, 34, .67);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    max-width: 270px
}

.cfm-pulse__grid {
    border-top: 1px solid var(--cfm-ink);
    display: grid;
    grid-template-columns: 1fr 1fr
}

.cfm-pulse__latest {
    background: var(--cfm-red);
    color: #fff;
    min-height: 360px;
    padding: 28px
}

.cfm-pulse__trending {
    padding: 28px
}

.cfm-pulse .latest-stories,
.cfm-pulse .feature-story {
    width: auto
}

.cfm-pulse .latest-stories h2 {
    display: none
}

.cfm-shows {
    background: #e9e4d9;
    padding: 100px 0 78px
}

.cfm-show-rail {
    display: flex;
    margin-left: max(24px, calc((100vw - 1240px)/2));
    overflow-x: auto;
    padding-right: 24px
}

.cfm-show-card {
    display: flex;
    flex: 0 0 min(320px, 80vw);
    flex-direction: column;
    height: 380px;
    justify-content: space-between;
    overflow: hidden;
    padding: 22px;
    position: relative
}

.cfm-show-card--signal {
    background: var(--cfm-red);
    color: #fff
}

.cfm-show-card--yellow {
    background: var(--cfm-yellow);
    color: var(--cfm-ink)
}

.cfm-show-card--plum {
    background: var(--cfm-plum);
    color: #fff
}

.cfm-show-card--paper {
    background: var(--cfm-paper);
    color: var(--cfm-ink)
}

.cfm-show-card>span {
    font-weight: 700;
    font-size: 12px;
    position: relative;
    z-index: 1
}

.cfm-show-card__disc {
    border: 1px solid currentColor;
    border-radius: 50%;
    height: 275px;
    left: 50px;
    opacity: .28;
    position: absolute;
    top: 60px;
    width: 275px
}

.cfm-show-card__disc:after,
.cfm-show-card__disc:before {
    border: 1px solid currentColor;
    border-radius: 50%;
    content: '';
    inset: 36px;
    position: absolute
}

.cfm-show-card__disc:after {
    inset: 82px
}

.cfm-show-card small {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-bottom: 8px
}

.cfm-show-card h3 {
    font-size: 32px;
    line-height: .94;
    margin: 0 0 8px;
    max-width: 220px;
    position: relative
}

.cfm-show-card p {
    font-size: 13px;
    margin: 0;
    opacity: .75;
    position: relative
}

.cfm-show-card>a {
    bottom: 22px;
    color: inherit;
    font-size: 22px;
    position: absolute;
    right: 22px
}

.cfm-voices {
    background: var(--cfm-paper)
}

.cfm-voices__grid {
    border-top: 1px solid var(--cfm-ink);
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.cfm-personality {
    border-right: 1px solid var(--cfm-line);
    padding: 18px
}

.cfm-personality:last-child {
    border-right: 0
}

.cfm-personality__image {
    background: #e9e4d9;
    display: block;
    margin: -18px -18px 18px;
    overflow: hidden
}

.cfm-personality__image img {
    display: block;
    height: 270px;
    object-fit: cover;
    width: 100%
}

.cfm-personality p {
    color: var(--cfm-red);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

.cfm-personality h3 {
    font-size: 26px;
    margin: 7px 0
}

.cfm-personality h3 a {
    color: var(--cfm-ink)
}

.cfm-personality__bio {
    color: rgba(37, 23, 34, .67);
    font-size: 13px;
    line-height: 1.5
}

.cfm-podcasts {
    background: #e9e4d9
}

.cfm-podcast-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.cfm-podcast-list article {
    border-top: 1px solid var(--cfm-ink);
    min-height: 230px;
    padding: 20px;
    position: relative
}

.cfm-podcast-list article+article {
    border-left: 1px solid var(--cfm-line)
}

.cfm-podcast-list span {
    color: rgba(37, 23, 34, .58);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

.cfm-podcast-list h3 {
    font-size: 28px;
    margin: 10px 0
}

.cfm-podcast-list h3 a {
    color: var(--cfm-ink)
}

.cfm-podcast-list p {
    color: rgba(37, 23, 34, .65);
    font-size: 13px;
    line-height: 1.5
}

.cfm-podcast-list__play {
    background: var(--cfm-ink);
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 36px
}

.cfm-editorial-sections {
    background: var(--cfm-paper);
    padding-top: 48px
}

.cfm-signal-ad {
    padding-bottom: 20px;
    padding-top: 20px
}

@keyframes cfm-wave {
    from {
        transform: scaleY(.45)
    }

    to {
        transform: scaleY(1)
    }
}

@media(max-width:850px) {
    .cfm-live-hero {
        min-height: 700px
    }

    .cfm-live-hero__grid {
        grid-template-columns: 1fr;
        min-height: 700px;
        padding-bottom: 40px;
        padding-top: 56px
    }

    .cfm-live-card {
        justify-self: stretch
    }

    .cfm-live-video-window {
        margin-bottom: 14px
    }

    .cfm-pulse__grid,
    .cfm-voices__grid,
    .cfm-podcast-list {
        grid-template-columns: 1fr 1fr
    }

    .cfm-personality:nth-child(2n) {
        border-right: 0
    }

    .cfm-podcast-list article:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--cfm-line)
    }

    .cfm-section-heading {
        align-items: flex-start;
        flex-direction: column
    }
}

@media(max-width:560px) {
    .cfm-signal-home .container {
        padding-left: 16px;
        padding-right: 16px
    }

    .cfm-live-hero h1 {
        font-size: 65px
    }

    .cfm-live-hero__summary {
        font-size: 15px
    }

    .cfm-live-card {
        padding: 16px
    }

    .cfm-live-card__main {
        gap: 16px;
        padding: 22px 0 5px
    }

    .cfm-live-video-window {
        align-items: start;
        grid-template-columns: 1fr;
        margin: 0 -3px 14px;
        padding: 14px
    }

    .cfm-live-video-window__button {
        justify-self: start
    }

    .cfm-audio-toggle {
        flex-basis: 64px;
        height: 64px;
        width: 64px
    }

    .cfm-live-card h2 {
        font-size: 19px
    }

    .cfm-pulse,
    .cfm-voices,
    .cfm-podcasts,
    .cfm-shows {
        padding: 68px 0
    }

    .cfm-section-heading h2 {
        font-size: 46px
    }

    .cfm-pulse__grid,
    .cfm-voices__grid,
    .cfm-podcast-list {
        grid-template-columns: 1fr
    }

    .cfm-pulse__trending {
        padding: 22px 16px
    }

    .cfm-pulse__latest {
        padding: 22px 16px
    }

    .cfm-personality {
        border-bottom: 1px solid var(--cfm-line);
        border-right: 0;
        display: grid;
        gap: 14px;
        grid-template-columns: 92px 1fr;
        padding: 16px
    }

    .cfm-personality__image {
        margin: 0
    }

    .cfm-personality__image img {
        height: 92px
    }

    .cfm-personality p {
        margin: 0
    }

    .cfm-personality h3 {
        font-size: 22px;
        margin: 4px 0
    }

    .cfm-podcast-list article+article {
        border-left: 0
    }

    .cfm-podcast-list article {
        min-height: 170px
    }

    .cfm-show-card {
        height: 330px
    }
}

/* Mobile listening experience: five concise voices and a deliberately aligned weekly guide. */
@media (max-width:600px) {
    .cfm-voices-slider {
        padding: 46px 0 60px;
    }

    .cfm-voices-slider .cfm-section-heading {
        align-items: flex-end;
        margin-bottom: 20px;
    }

    .cfm-voices-slider .cfm-section-heading h2 {
        font-size: clamp(36px, 11vw, 48px);
    }

    .cfm-voices-slider .cfm-voice-next {
        font-size: 10px;
        padding-bottom: 3px;
    }

    .cfm-voices-slider__layout {
        border-top: 0;
    }

    .cfm-voice-stage {
        min-height: 260px;
    }

    .cfm-voice-stage > div {
        bottom: 16px;
        left: 16px;
        right: 16px;
    }

    .cfm-voice-stage h3 {
        font-size: 27px;
    }

    .cfm-voice-list {
        height: 312px;
        max-height: 312px;
        overflow-x: hidden;
        overflow-y: scroll;
        overscroll-behavior: contain;
        scroll-snap-type: y proximity;
        scrollbar-color: rgba(229, 36, 33, .6) transparent;
        scrollbar-width: thin;
        touch-action: pan-y;
    }

    .cfm-voice-list__item {
        gap: 10px;
        grid-template-columns: 26px minmax(0, 1fr) 14px;
        min-height: 62px;
        padding: 10px 0;
        scroll-snap-align: start;
    }

    .cfm-voice-list__item small {
        font-size: 8px;
        margin-bottom: 3px;
    }

    .cfm-voice-list__item strong {
        font-size: 16px;
        line-height: 1.04;
    }

    .cfm-voice-list__item em {
        font-size: 10px;
        margin-top: 3px;
    }

    .cfm-voice-list__item i {
        font-size: 13px;
    }

    .cfm-programme-guide {
        padding: 52px 0 96px;
    }

    .cfm-programme-guide .cfm-section-heading__note {
        font-size: 13px;
        line-height: 1.4;
        margin-top: 10px;
    }

    .cfm-schedule-tabs {
        border-bottom: 0;
        display: grid;
        gap: 5px;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        overflow: visible;
        padding-bottom: 14px;
    }

    .cfm-schedule-tab {
        font-size: 9px;
        line-height: 1;
        min-width: 0;
        padding: 9px 1px;
        text-align: center;
    }

    .cfm-schedule-panel {
        padding-bottom: 82px;
    }

    .cfm-schedule-row {
        align-items: center;
        gap: 5px 12px;
        grid-template-areas: "time art" "info art";
        grid-template-columns: minmax(0, 1fr) 56px;
        min-height: 0;
        padding: 14px 0;
    }

    .cfm-schedule-row time {
        font-size: 10px;
        grid-area: time;
        line-height: 1.2;
        white-space: nowrap;
    }

    .cfm-schedule-row > div {
        grid-area: info;
        min-width: 0;
    }

    .cfm-schedule-row__art {
        align-self: center;
        grid-area: art !important;
        grid-column: auto;
        grid-row: auto;
        height: 56px;
        margin: 0;
        width: 56px;
    }

    .cfm-schedule-row__art img {
        height: 100%;
        width: 100%;
    }

    .cfm-schedule-row h3 {
        font-size: 18px;
        line-height: 1.04;
    }

    .cfm-schedule-row p {
        font-size: 11px;
        line-height: 1.25;
        margin-top: 3px;
    }

    .cfm-schedule-row span {
        font-size: 8px;
        margin-bottom: 2px;
    }

    .cfm-schedule-row.is-on-air {
        padding-left: 10px;
    }
}

/* Desktop scroller remains a visible, touchable editorial control rather than a hidden background change. */
@media (min-width:601px) {
    .cfm-campaign-story-controls {
        align-items: center;
        backdrop-filter: blur(5px);
        background: linear-gradient(90deg, rgba(37, 23, 34, .82), rgba(37, 23, 34, .28), transparent);
        border-top: 1px solid rgba(255, 255, 255, .25);
        padding: 13px 0 8px;
    }

    .cfm-campaign-story-controls > span {
        min-width: 148px;
    }

    .cfm-campaign-story-controls [data-cfm-campaign-dot] {
        cursor: pointer;
    }

    .cfm-campaign-story-controls [data-cfm-campaign-next] {
        min-width: 84px;
        text-align: right;
    }
}

/* Signal & Soul What’s On: editorial pacing, image-led city moments, manual movement before automation. */
.cfm-home-event-feature { background: var(--cfm-paper); padding: 44px 0 38px; }
.cfm-home-event-feature__header { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 18px; }
.cfm-home-event-feature__header .cfm-label { color: var(--cfm-red); margin: 0 0 7px; }
.cfm-home-event-feature__header h2 { color: var(--cfm-ink); font-size: clamp(33px, 4vw, 56px); letter-spacing: -.065em; line-height: .9; margin: 0; }
.cfm-home-event-feature__header h2 em { color: var(--cfm-red); font-style: normal; }
.cfm-home-event-feature__guide { border-bottom: 1px solid var(--cfm-ink); color: var(--cfm-ink); font-size: 12px; font-weight: 800; padding-bottom: 5px; text-decoration: none; white-space: nowrap; }
.cfm-home-event-feature__guide span { color: var(--cfm-red); margin-left: 5px; }
.cfm-home-event-feature__guide:hover { border-color: var(--cfm-red); color: var(--cfm-red); }
.cfm-home-event-feature__slides { position: relative; }
.cfm-home-event-feature__slide { background-color: #31172e; background-image: linear-gradient(90deg, rgba(44, 19, 43, .97) 0%, rgba(44, 19, 43, .78) 45%, rgba(44, 19, 43, .15) 100%), var(--cfm-home-event-image); background-position: center; background-size: cover; color: #fff; min-height: 330px; }
.cfm-home-event-feature__slide > a { align-items: flex-end; box-sizing: border-box; color: #fff; display: flex; min-height: 330px; padding: 40px 42px; text-decoration: none; }
.cfm-home-event-feature__slide > a > div { max-width: 610px; }
.cfm-home-event-feature__kicker { color: var(--cfm-yellow); font-size: 10px; font-weight: 800; letter-spacing: .12em; margin: 0 0 10px; text-transform: uppercase; }
.cfm-home-event-feature h3 { color: #fff; font-size: clamp(38px, 4.6vw, 68px); letter-spacing: -.066em; line-height: .9; margin: 0 0 15px; }
.cfm-home-event-feature__meta { color: rgba(255,255,255,.8); font-size: 14px; margin: 0; }
.cfm-home-event-feature__cta { border-bottom: 1px solid var(--cfm-yellow); color: #fff; display: inline-block; font-size: 12px; font-weight: 800; margin-top: 25px; padding-bottom: 5px; }
.cfm-home-event-feature__cta i { color: var(--cfm-yellow); font-size: 15px; font-style: normal; margin-left: 5px; }
.cfm-home-event-feature__slide > a:hover .cfm-home-event-feature__cta { color: var(--cfm-yellow); }
.cfm-home-event-feature__controls { align-items: center; border-bottom: 1px solid rgba(37, 23, 34, .18); display: flex; justify-content: space-between; min-height: 62px; }
.cfm-home-event-feature__controls > p { color: var(--cfm-ink); font-size: 11px; font-weight: 800; letter-spacing: .08em; margin: 0; }
.cfm-home-event-feature__controls > p span { color: var(--cfm-red); }
.cfm-home-event-feature__controls > p i { color: rgba(37,23,34,.45); font-style: normal; }
.cfm-home-event-feature__controls > p b { font-size: 9px; letter-spacing: .12em; margin-left: 8px; text-transform: uppercase; }
.cfm-home-event-feature__nav { align-items: center; display: flex; gap: 8px; }
.cfm-home-event-feature__nav button { background: transparent; border: 0; color: var(--cfm-ink); cursor: pointer; font: inherit; font-size: 11px; font-weight: 800; padding: 8px 3px; }
.cfm-home-event-feature__nav button[data-cfm-event-dot] { background: rgba(37,23,34,.24); border-radius: 50%; height: 7px; padding: 0; transition: background .16s ease, transform .16s ease; width: 7px; }
.cfm-home-event-feature__nav button[data-cfm-event-dot].is-active { background: var(--cfm-red); transform: scale(1.25); }
.cfm-home-event-feature__nav button[data-cfm-event-prev] { margin-right: 4px; }
.cfm-home-event-feature__nav button[data-cfm-event-next] { border-bottom: 1px solid var(--cfm-ink); margin-left: 8px; padding-bottom: 4px; }
.cfm-home-event-feature__nav button:hover, .cfm-home-event-feature__nav button:focus-visible { color: var(--cfm-red); outline: none; }
.cfm-home-event-feature__nav button[data-cfm-event-next]:hover, .cfm-home-event-feature__nav button[data-cfm-event-next]:focus-visible { border-color: var(--cfm-red); }
@media (max-width: 560px) { .cfm-home-event-feature { padding: 31px 0 24px; } .cfm-home-event-feature__header { align-items: flex-start; flex-direction: column; gap: 16px; } .cfm-home-event-feature__header h2 { font-size: 38px; } .cfm-home-event-feature__slide, .cfm-home-event-feature__slide > a { min-height: 290px; } .cfm-home-event-feature__slide > a { padding: 28px 22px; } .cfm-home-event-feature h3 { font-size: 41px; } .cfm-home-event-feature__controls { align-items: flex-start; flex-direction: column; gap: 10px; padding: 14px 0; } .cfm-home-event-feature__nav { width: 100%; } .cfm-home-event-feature__nav button[data-cfm-event-next] { margin-left: auto; } }
