:root {
    --rd-navy: #12314a;
    --rd-navy-deep: #0a2337;
    --rd-blue-soft: #eaf1f4;
    --rd-cream: #f6f0e5;
    --rd-paper: #fffdf8;
    --rd-white: #ffffff;
    --rd-orange: #e55b2d;
    --rd-orange-dark: #c4461d;
    --rd-ink: #1f2b32;
    --rd-muted: #64737d;
    --rd-border: #dce2e4;
    --rd-max: 1640px;
    --rd-content: 1080px;
    --rd-radius: 22px;
    --rd-shadow: 0 24px 70px rgba(24, 49, 66, .13);
}

/* Upcoming v2 isolated presentation */
.rd-upcoming-v2 .rd-upcoming-feature {
    padding: clamp(1rem, 1.9vw, 1.35rem);
    border: 1px solid rgba(229, 91, 45, .22);
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 12%, rgba(229, 91, 45, .16), transparent 42%),
        linear-gradient(152deg, rgba(255, 255, 255, .98), rgba(248, 242, 233, .95));
    box-shadow: 0 18px 48px rgba(18, 49, 74, .14);
}

.rd-upcoming-v2 .rd-upcoming-feature-main {
    display: grid;
    grid-template-columns: minmax(0, .66fr) minmax(240px, .34fr);
    gap: clamp(.85rem, 1.5vw, 1.2rem);
    align-items: stretch;
}

.rd-upcoming-v2 .rd-upcoming-feature-left {
    display: grid;
    align-content: center;
    gap: .52rem;
    min-width: 0;
    padding-right: .35rem;
}

.rd-upcoming-v2 .rd-upcoming-feature-badge {
    width: fit-content;
    padding: .3rem .7rem;
    border-radius: 999px;
    background: rgba(229, 91, 45, .14);
    color: var(--rd-orange-dark);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.rd-upcoming-v2 .rd-upcoming-feature h3 {
    margin: .58rem 0 .34rem;
    color: var(--rd-navy);
    font-size: clamp(1.56rem, 2.45vw, 2.16rem);
    line-height: 1.03;
    letter-spacing: -.028em;
}

.rd-upcoming-v2 .rd-upcoming-feature-copy {
    margin: 0;
    color: #415568;
    font-size: .96rem;
    line-height: 1.5;
}

.rd-upcoming-v2 .rd-upcoming-feature-date {
    margin: .22rem 0 0;
    color: var(--rd-navy);
    font-size: .92rem;
    font-weight: 900;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.rd-upcoming-v2 .rd-upcoming-feature-time {
    margin: .06rem 0 0;
    color: #44596c;
    font-size: .93rem;
    font-weight: 780;
}

.rd-upcoming-v2 .rd-upcoming-feature-frequency-line {
    margin: .28rem 0 0;
    color: var(--rd-orange-dark);
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: .01em;
}

.rd-upcoming-v2 .rd-upcoming-feature-countdown {
    margin-top: .22rem;
    width: fit-content;
    padding: .34rem .72rem;
    border-radius: 999px;
    border: 1px solid rgba(229, 91, 45, .2);
    background: rgba(229, 91, 45, .11);
    color: var(--rd-orange-dark);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rd-upcoming-v2 .rd-upcoming-feature-countdown.is-live {
    border-color: rgba(204, 42, 32, .28);
    background: rgba(204, 42, 32, .12);
    color: #b22420;
}

.rd-upcoming-v2 .rd-upcoming-feature-right {
    min-width: 0;
}

.rd-upcoming-v2 .rd-upcoming-feature-visual {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    border-radius: 18px;
    border: 1px solid rgba(18, 49, 74, .16);
    background:
        radial-gradient(circle at 70% 18%, rgba(255, 138, 54, .32), transparent 52%),
        linear-gradient(162deg, #10273c, #163450 68%, #1a3a58);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05), 0 12px 30px rgba(8, 19, 34, .28);
}

.rd-upcoming-v2 .rd-upcoming-feature-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 60% 34%, rgba(255, 145, 70, .16), transparent 44%),
        linear-gradient(180deg, rgba(6, 14, 26, .2), rgba(6, 14, 26, .56));
    pointer-events: none;
}

.rd-upcoming-v2 .rd-upcoming-feature-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 181, 122, .24);
    pointer-events: none;
}

.rd-upcoming-v2 .rd-ring-1 {
    width: 130px;
    height: 130px;
    right: -20px;
    top: -16px;
}

.rd-upcoming-v2 .rd-ring-2 {
    width: 96px;
    height: 96px;
    right: -4px;
    top: 6px;
}

.rd-upcoming-v2 .rd-ring-3 {
    width: 62px;
    height: 62px;
    right: 14px;
    top: 24px;
}

.rd-upcoming-v2 .rd-upcoming-feature-tower {
    position: absolute;
    left: 24px;
    bottom: 26px;
    width: 34px;
    height: 70px;
}

.rd-upcoming-v2 .rd-upcoming-feature-tower-core {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 3px;
    height: 56px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(255, 198, 150, .94), rgba(255, 138, 54, .88));
    box-shadow: 0 0 16px rgba(255, 138, 54, .42);
}

.rd-upcoming-v2 .rd-upcoming-feature-tower-dot {
    position: absolute;
    left: 50%;
    top: 0;
    width: 10px;
    height: 10px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #ff9446;
    box-shadow: 0 0 0 6px rgba(255, 148, 70, .18), 0 0 18px rgba(255, 148, 70, .55);
}

.rd-upcoming-v2 .rd-upcoming-feature-visual-frequency {
    position: absolute;
    right: 18px;
    bottom: 40px;
    margin: 0;
    color: #ffe4c8;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.02em;
    text-shadow: 0 8px 20px rgba(6, 14, 26, .44);
    z-index: 1;
}

.rd-upcoming-v2 .rd-upcoming-feature-visual-frequency small {
    margin-left: .18rem;
    color: rgba(244, 250, 255, .8);
    font-size: .7rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rd-upcoming-v2 .rd-upcoming-feature-visual-band {
    position: absolute;
    right: 18px;
    bottom: 18px;
    margin: 0;
    color: rgba(244, 250, 255, .86);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .05em;
    text-transform: uppercase;
    z-index: 1;
}

.rd-upcoming-v2 .rd-upcoming-feature-cta {
    margin-top: .82rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .7rem 1.06rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff8a36, #e55b2d);
    color: #fff8f2;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(13, 28, 44, .34);
    transition: transform .2s ease, background-color .2s ease;
}

.rd-upcoming-v2 .rd-upcoming-feature-cta:hover,
.rd-upcoming-v2 .rd-upcoming-feature-cta:focus {
    color: #fff;
    background: linear-gradient(135deg, #ff9446, #eb6735);
    transform: translateY(-1px);
}

.rd-upcoming-v2 .rd-upcoming-support-label {
    margin: 1rem 0 .48rem;
    color: var(--rd-navy);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: .6rem;
    align-items: center;
}

.rd-upcoming-v2 .rd-upcoming-support-label::before,
.rd-upcoming-v2 .rd-upcoming-support-label::after {
    content: '';
    height: 1px;
    background: linear-gradient(90deg, rgba(18, 49, 74, .08), rgba(18, 49, 74, .2));
}

.rd-upcoming-v2 .rd-upcoming-support-grid {
    display: grid;
    gap: .72rem;
}

.rd-upcoming-v2 .rd-upcoming-support-grid-1 {
    grid-template-columns: minmax(260px, 430px);
}

.rd-upcoming-v2 .rd-upcoming-support-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rd-upcoming-v2 .rd-upcoming-support-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rd-upcoming-v2 .rd-upcoming-support-card {
    display: grid;
    gap: .26rem;
    min-height: 0;
    padding: .78rem .8rem .74rem;
    border-radius: 16px;
    border: 1px solid rgba(18, 49, 74, .1);
    background: rgba(255, 255, 255, .92);
}

.rd-upcoming-v2 .rd-upcoming-support-date {
    margin: 0;
    color: var(--rd-navy);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rd-upcoming-v2 .rd-upcoming-support-card h4 {
    margin: .08rem 0;
    color: var(--rd-navy);
    font-size: 1.05rem;
    line-height: 1.15;
}

.rd-upcoming-v2 .rd-upcoming-support-time,
.rd-upcoming-v2 .rd-upcoming-support-frequency,
.rd-upcoming-v2 .rd-upcoming-support-band {
    margin: 0;
    color: #4c5f70;
    font-size: .84rem;
}

@media (max-width: 900px) {
    .rd-upcoming-v2 .rd-upcoming-feature-main {
        grid-template-columns: minmax(0, .6fr) minmax(220px, .4fr);
        gap: .72rem;
    }

    .rd-upcoming-v2 .rd-upcoming-support-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .rd-upcoming-v2 .rd-upcoming-feature-main {
        grid-template-columns: 1fr;
        gap: .68rem;
    }

    .rd-upcoming-v2 .rd-upcoming-feature-visual {
        min-height: 210px;
    }

    .rd-upcoming-v2 .rd-upcoming-feature-cta {
        width: 100%;
    }

    .rd-upcoming-v2 .rd-upcoming-support-grid-2,
    .rd-upcoming-v2 .rd-upcoming-support-grid-3 {
        grid-template-columns: 1fr;
    }

    .rd-upcoming-v2 .rd-upcoming-support-grid-1 {
        grid-template-columns: 1fr;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html.rd-menu-is-open,
body.rd-menu-is-open {
    overflow: hidden;
}

body.rd-theme {
    margin: 0;
    background: var(--rd-paper);
    color: var(--rd-ink);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.rd-skip-link {
    position: fixed;
    left: 1rem;
    top: -120px;
    z-index: 10000;
    padding: .75rem 1rem;
    background: var(--rd-white);
    color: var(--rd-ink);
    border-radius: 8px;
}

.rd-skip-link:focus {
    top: 1rem;
}

.rd-site-header {
    position: sticky;
    top: 0;
    z-index: 5000;
    background: rgba(255, 253, 248, .96);
    border-bottom: 1px solid rgba(18, 49, 74, .10);
    backdrop-filter: blur(16px);
}

.rd-header-inner,
.rd-broadcast-inner,
.rd-footer-inner,
.rd-section-inner,
.rd-page-shell {
    width: min(calc(100% - 40px), var(--rd-max));
    margin-inline: auto;
}

.rd-header-inner {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.rd-logo-area {
    min-width: 0;
    display: flex;
    align-items: center;
}

.rd-logo-area .custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.rd-logo-area .custom-logo {
    width: auto;
    height: auto;
    max-height: 58px;
    max-width: min(340px, 48vw);
}

.rd-wordmark {
    display: grid;
    text-decoration: none;
    line-height: 1.1;
}

.rd-wordmark-main {
    color: var(--rd-orange);
    font-size: 1.28rem;
    font-weight: 850;
    letter-spacing: .035em;
}

.rd-wordmark-sub {
    margin-top: .3rem;
    color: var(--rd-muted);
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.rd-menu-toggle {
    position: relative;
    z-index: 5300;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    min-height: 46px;
    padding: .65rem 1rem;
    border: 1px solid rgba(18, 49, 74, .22);
    border-radius: 999px;
    background: var(--rd-white);
    color: var(--rd-navy);
    font: inherit;
    font-weight: 750;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(18,49,74,.08);
}

.rd-header-youtube {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    min-height: 44px;
    margin-left: auto;
    margin-right: .7rem;
    padding: .56rem .9rem;
    border: 1px solid rgba(18, 49, 74, .18);
    border-radius: 999px;
    background: var(--rd-white);
    color: var(--rd-navy);
    font-size: .78rem;
    font-weight: 820;
    line-height: 1;
    letter-spacing: .02em;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(18,49,74,.07);
}

.rd-header-youtube span[aria-hidden="true"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #ff0000;
    color: #fff;
    font-size: .62rem;
}

.rd-header-youtube:hover,
.rd-header-youtube:focus {
    color: var(--rd-orange);
    border-color: rgba(229,91,45,.42);
}

.rd-menu-icon {
    width: 23px;
    display: grid;
    gap: 5px;
}

.rd-menu-icon span {
    height: 2px;
    width: 100%;
    background: currentColor;
    border-radius: 99px;
    transition: transform .25s ease, opacity .2s ease;
}

.rd-menu-toggle[aria-expanded="true"] .rd-menu-icon span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.rd-menu-toggle[aria-expanded="true"] .rd-menu-icon span:nth-child(2) {
    opacity: 0;
}

.rd-menu-toggle[aria-expanded="true"] .rd-menu-icon span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.rd-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 5100;
    padding-top: 86px;
    background:
        radial-gradient(circle at 83% 15%, rgba(229,91,45,.18), transparent 28%),
        linear-gradient(120deg, #eef3f4 0%, #fffdf8 55%, #f6f0e5 100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
    overflow-y: auto;
}

.rd-menu-panel[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.rd-menu-panel-inner {
    width: min(calc(100% - 40px), var(--rd-max));
    min-height: calc(100vh - 86px);
    margin-inline: auto;
    padding: clamp(3rem, 7vw, 7rem) 0;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: clamp(3rem, 8vw, 9rem);
}

.rd-kicker {
    margin: 0 0 .75rem;
    color: var(--rd-orange);
    font-size: .74rem;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.rd-menu,
.rd-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rd-menu {
    display: grid;
}

.rd-menu li {
    border-bottom: 1px solid rgba(18,49,74,.14);
}

.rd-menu a {
    display: block;
    padding: .52rem 0;
    color: var(--rd-navy);
    text-decoration: none;
    font-size: clamp(1.9rem, 4.7vw, 5rem);
    font-weight: 820;
    letter-spacing: -.045em;
    line-height: 1.06;
    transition: color .18s ease, padding-left .18s ease;
}

.rd-menu a:hover,
.rd-menu a:focus {
    color: var(--rd-orange);
    padding-left: .25rem;
}

.rd-menu-story {
    align-self: end;
    padding: clamp(1.5rem, 4vw, 3rem);
    background: var(--rd-navy);
    color: var(--rd-white);
    border-radius: var(--rd-radius);
    box-shadow: var(--rd-shadow);
}

.rd-menu-story h2 {
    margin: .2rem 0 .8rem;
    font-size: clamp(2rem, 3vw, 3.5rem);
    line-height: 1;
    letter-spacing: -.04em;
}

.rd-menu-story p:not(.rd-kicker) {
    color: #d8e3e8;
}

.rd-signal-mark {
    display: block;
    width: 64px;
    height: 64px;
    margin-bottom: 2.5rem;
    border: 2px solid rgba(255,255,255,.26);
    border-radius: 50%;
    position: relative;
}

.rd-signal-mark::before,
.rd-signal-mark::after {
    content: "";
    position: absolute;
    inset: 10px;
    border: 2px solid rgba(255,255,255,.32);
    border-radius: 50%;
}

.rd-signal-mark::after {
    inset: 22px;
    background: var(--rd-orange);
    border: 0;
}

.rd-broadcast-bar {
    position: sticky;
    top: 86px;
    z-index: 9100;
    background: var(--rd-navy);
    color: var(--rd-white);
}

.rd-broadcast-bar.is-on-air {
    background: var(--rd-orange);
}

.rd-broadcast-inner {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rd-status {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    white-space: nowrap;
}

.rd-status-dot {
    width: .62rem;
    height: .62rem;
    border-radius: 50%;
    background: rgba(255,255,255,.6);
}

.is-on-air .rd-status-dot {
    background: #baf26f;
    box-shadow: 0 0 0 7px rgba(186,242,111,.18);
    animation: rdPulse 1.8s infinite;
}

@keyframes rdPulse {
    50% { box-shadow: 0 0 0 13px rgba(186,242,111,0); }
}

.rd-now-playing,
.rd-next-broadcast {
    min-width: 0;
    flex: 1;
    display: flex;
    gap: .45rem;
    align-items: baseline;
}

.rd-track,
.rd-next-broadcast strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-next-broadcast span {
    opacity: .72;
}

.rd-frequency {
    font-weight: 800;
    white-space: nowrap;
}

.rd-listen-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding-left: 1rem;
    border-left: 1px solid rgba(255,255,255,.28);
    text-decoration: none;
    font-weight: 850;
    white-space: nowrap;
}

.rd-main {
    min-height: 60vh;
}

.rd-home-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(115deg, rgba(255,253,248,.98) 0%, rgba(246,240,229,.95) 50%, rgba(234,241,244,.95) 100%);
}

.rd-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(18,49,74,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18,49,74,.035) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: linear-gradient(to right, transparent, black 45%);
}

.rd-home-hero-inner {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 40px), var(--rd-max));
    min-height: clamp(560px, 70vh, 780px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    gap: clamp(2rem, 5vw, 6rem);
    align-items: center;
    padding: clamp(4rem, 8vw, 8rem) 0;
}

.rd-home-copy {
    max-width: 1000px;
}

.rd-home-copy h1 {
    margin: 0;
    max-width: 1050px;
    color: var(--rd-navy);
    font-size: clamp(3.6rem, 7.4vw, 7.7rem);
    font-weight: 850;
    letter-spacing: -.06em;
    line-height: .92;
}

.rd-lead {
    max-width: 770px;
    margin: 1.65rem 0 0;
    color: #42535d;
    font-size: clamp(1.15rem, 2vw, 1.5rem);
}

.rd-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2rem;
}

.rd-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: .8rem 1.3rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 850;
    transition: transform .17s ease, box-shadow .17s ease;
}

.rd-button:hover,
.rd-button:focus {
    transform: translateY(-2px);
}

.rd-button-primary {
    background: var(--rd-orange);
    color: var(--rd-white);
    box-shadow: 0 14px 30px rgba(229,91,45,.22);
}

.rd-button-secondary {
    background: var(--rd-white);
    color: var(--rd-navy);
    border: 1px solid rgba(18,49,74,.18);
}

.rd-hero-card {
    position: relative;
    z-index: 3;
    width: min(100%, 560px);
    margin-top: clamp(2rem, 4vw, 3.25rem);
    padding: clamp(1.35rem, 2.3vw, 2rem);
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(18,49,74,.11);
    border-radius: var(--rd-radius);
    box-shadow: 0 16px 45px rgba(18,49,74,.10);
    backdrop-filter: blur(10px);
}

.rd-hero-card strong {
    display: block;
    color: var(--rd-navy);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.18;
}

.rd-hero-card p:not(.rd-kicker) {
    color: var(--rd-muted);
}

.rd-hero-card a {
    color: var(--rd-orange-dark);
    font-weight: 850;
    text-decoration: none;
}


.rd-home-hero-map {
    position: absolute;
    right: -3%;
    top: 3%;
    width: min(50vw, 820px);
    aspect-ratio: 760 / 620;
    opacity: .9;
}

.rd-europe-map {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.rd-map-rings circle {
    fill: none;
    stroke: rgba(18,49,74,.10);
    stroke-width: 1.5;
}

.rd-europe-shape {
    fill: rgba(234,241,244,.56);
    stroke: rgba(18,49,74,.18);
    stroke-width: 2;
}

.rd-signal-path {
    fill: none;
    stroke: rgba(229,91,45,.58);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 7 9;
}

.rd-map-pin circle:first-child {
    fill: var(--rd-orange);
    stroke: rgba(255,255,255,.95);
    stroke-width: 4;
    filter: drop-shadow(0 5px 12px rgba(229,91,45,.28));
}

.rd-map-pin circle:last-child {
    fill: var(--rd-white);
}

.rd-pin-elburg circle:first-child {
    fill: var(--rd-navy);
    stroke: var(--rd-orange);
    stroke-width: 5;
}

.rd-home-intro {
    background: var(--rd-white);
}

.rd-section-inner {
    padding: clamp(4rem, 8vw, 8rem) 0;
}

.rd-section-heading {
    display: grid;
    grid-template-columns: minmax(0, .55fr) minmax(0, 1.45fr);
    gap: 2rem;
    align-items: start;
    margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.rd-section-heading h2,
.rd-two-column h2 {
    margin: 0;
    color: var(--rd-navy);
    font-size: clamp(2.5rem, 5vw, 5.4rem);
    letter-spacing: -.055em;
    line-height: .96;
}

.rd-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.rd-feature-card {
    min-height: 310px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    background: var(--rd-cream);
    border-radius: var(--rd-radius);
    border: 1px solid rgba(18,49,74,.08);
}

.rd-feature-card:nth-child(2) {
    background: var(--rd-blue-soft);
}

.rd-feature-card:nth-child(3) {
    background: var(--rd-navy);
    color: var(--rd-white);
}

.rd-card-number {
    display: inline-flex;
    margin-bottom: 3rem;
    color: var(--rd-orange);
    font-size: .82rem;
    font-weight: 850;
}

.rd-feature-card h3 {
    margin: 0 0 1rem;
    color: var(--rd-navy);
    font-size: clamp(1.7rem, 2.6vw, 2.65rem);
    line-height: 1;
    letter-spacing: -.04em;
}

.rd-feature-card:nth-child(3) h3 {
    color: var(--rd-white);
}

.rd-feature-card p {
    color: var(--rd-muted);
}

.rd-feature-card:nth-child(3) p {
    color: #d5e0e5;
}

.rd-home-content-preview {
    background: var(--rd-cream);
}

.rd-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .65fr);
    gap: clamp(2rem, 8vw, 8rem);
    align-items: start;
}

.rd-two-column > p {
    margin-top: 2rem;
    color: var(--rd-muted);
    font-size: 1.08rem;
}

.rd-page-main {
    background:
        linear-gradient(180deg, var(--rd-blue-soft) 0, var(--rd-paper) 240px);
}

.rd-page-shell {
    padding: clamp(3.5rem, 7vw, 7rem) 0;
}

.rd-page-article {
    width: 100%;
    background: var(--rd-white);
    border: 1px solid var(--rd-border);
    border-radius: var(--rd-radius);
    box-shadow: var(--rd-shadow);
    overflow: hidden;
}

.rd-page-header {
    padding: clamp(2rem, 5vw, 5rem);
    background: var(--rd-cream);
    border-bottom: 1px solid var(--rd-border);
}

.rd-page-header h1 {
    max-width: 1150px;
    margin: 0;
    color: var(--rd-navy);
    font-size: clamp(2.8rem, 6vw, 6.5rem);
    line-height: .95;
    letter-spacing: -.055em;
}

.rd-entry-content {
    padding: clamp(1.5rem, 4vw, 4rem);
}

.rd-entry-content > :where(p, ul, ol, blockquote, h2, h3, h4, h5, h6) {
    max-width: var(--rd-content);
}

.rd-entry-content h2 {
    color: var(--rd-navy);
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -.04em;
}

.rd-entry-content a {
    color: var(--rd-orange-dark);
}

.rd-entry-content iframe {
    max-width: 100%;
}

.rd-entry-content .alignwide,
.rd-entry-content .alignfull {
    max-width: none;
    width: 100%;
}

.rd-error {
    min-height: 55vh;
    display: grid;
    place-content: center;
    justify-items: start;
}

.rd-error h1 {
    margin: 0 0 1rem;
    color: var(--rd-navy);
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: .95;
}

.rd-footer {
    background: var(--rd-navy-deep);
    color: var(--rd-white);
}

.rd-footer-inner {
    padding: 3.5rem 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
}

.rd-footer-brand {
    display: grid;
}

.rd-footer-brand strong {
    font-size: 1.25rem;
}

.rd-footer-brand span,
.rd-footer-copy {
    color: #b9c9d1;
}

.rd-footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.rd-footer-menu a {
    text-decoration: none;
}

.rd-footer-copy {
    grid-column: 1 / -1;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,.12);
}

@media (max-width: 1000px) {
    .rd-menu-panel-inner,
    .rd-home-hero-inner,
    .rd-section-heading,
    .rd-two-column {
        grid-template-columns: 1fr;
    }

    .rd-menu-story {
        align-self: start;
    }

    .rd-home-hero-map {
        width: 90vw;
        right: -38%;
        top: 10%;
    }

    .rd-home-hero-inner {
        min-height: auto;
    }

    .rd-hero-card {
        max-width: 620px;
        margin: 0;
    }

    .rd-feature-grid {
        grid-template-columns: 1fr;
    }

    .rd-feature-card {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .rd-header-inner {
        min-height: 74px;
    }

    .rd-logo-area .custom-logo {
        max-height: 44px;
        max-width: 53vw;
    }

    .rd-wordmark-sub,
    .rd-menu-toggle-label {
        display: none;
    }

    .rd-header-youtube {
        min-height: 40px;
        margin-right: .55rem;
        padding: .48rem .74rem;
        font-size: .72rem;
    }

    .rd-header-youtube span:last-child {
        display: none;
    }

    .rd-menu-panel {
        padding-top: 74px;
    }

    .rd-menu-panel-inner {
        min-height: calc(100vh - 74px);
        padding-top: 2rem;
    }

    .rd-menu a {
        font-size: clamp(1.75rem, 9vw, 3rem);
    }

    .rd-broadcast-inner {
        min-height: 62px;
        gap: .7rem;
    }

    .rd-now-playing,
    .rd-next-broadcast {
        display: grid;
        gap: 0;
        line-height: 1.18;
    }

    .rd-next-broadcast span {
        font-size: .72rem;
        text-transform: uppercase;
        letter-spacing: .08em;
    }

    .rd-frequency {
        font-size: .82rem;
    }

    .rd-listen-link {
        padding-left: .7rem;
        font-size: .82rem;
    }

    .rd-home-hero-inner {
        padding: 4.5rem 0;
    }

    .rd-home-copy h1 {
        font-size: clamp(3.15rem, 15vw, 5rem);
    }

    .rd-actions {
        display: grid;
    }

    .rd-button {
        width: 100%;
    }

    .rd-footer-inner {
        grid-template-columns: 1fr;
    }

    .rd-footer-copy {
        grid-column: 1;
    }
}

@media (max-width: 520px) {
    .rd-broadcast-inner {
        flex-wrap: wrap;
        padding: .65rem 0;
    }

    .rd-status {
        width: 100%;
    }

    .rd-frequency {
        margin-left: auto;
    }
}


/* v0.2.1 menu correction */
.rd-menu-panel {
    z-index: 9000;
}

.rd-menu-panel[aria-hidden="false"] {
    display: block;
}

.rd-menu-panel[aria-hidden="true"] {
    display: block;
}

.rd-site-header {
    z-index: 9200;
}

.rd-menu-toggle {
    z-index: 9300;
}

.rd-broadcast-bar {
    z-index: 9100;
}

@media (max-width: 1000px) {
    .rd-home-hero-map {
        width: 94vw;
        right: -35%;
        top: 9%;
    }
}

@media (max-width: 760px) {
    .rd-home-hero-map {
        width: 125vw;
        right: -66%;
        top: 14%;
        opacity: .55;
    }
}

/* v0.3.0 motion and homepage modules */
.rd-europe-shape{animation:rdMapFade 1.1s ease both}
.rd-map-rings circle{transform-origin:center;animation:rdRingIn 1.4s ease both}
.rd-map-rings circle:nth-child(2){animation-delay:.12s}.rd-map-rings circle:nth-child(3){animation-delay:.24s}
.rd-map-pin{opacity:0;transform-box:fill-box;transform-origin:center;animation:rdPinIn .55s ease forwards}
.rd-pin-elburg{animation-delay:.45s}.pin1{animation-delay:.75s}.pin2{animation-delay:.95s}.pin3{animation-delay:1.15s}.pin4{animation-delay:1.35s}
.rd-signal-path{stroke-dasharray:8 10;stroke-dashoffset:90;animation:rdSignalTravel 2.5s linear infinite}
.p2{animation-delay:.45s}.p3{animation-delay:.9s}.p4{animation-delay:1.2s}
.rd-home-hero.is-on-air .rd-pin-elburg{animation:rdPinIn .55s ease .35s forwards,rdElburgPulse 2.2s ease-in-out 1s infinite}
@keyframes rdMapFade{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}
@keyframes rdRingIn{from{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}
@keyframes rdPinIn{from{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}
@keyframes rdSignalTravel{to{stroke-dashoffset:0}}
@keyframes rdElburgPulse{0%,100%{filter:drop-shadow(0 0 0 rgba(229,91,45,0))}50%{filter:drop-shadow(0 0 13px rgba(229,91,45,.72))}}

.rd-now-playing-section{background:var(--rd-orange);color:var(--rd-white)}
.rd-now-playing-layout{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}
.rd-now-playing-layout h2{margin:0;font-size:clamp(2.2rem,4.5vw,5rem);line-height:1;letter-spacing:-.045em}
.rd-now-playing-section .rd-kicker{color:rgba(255,255,255,.72)}
.rd-now-playing-meta{display:grid;gap:1rem;justify-items:end}.rd-now-playing-meta>strong{font-size:1.4rem}

.rd-home-modules{background:var(--rd-paper)}
.rd-module-grid{display:grid;grid-template-columns:1.3fr .85fr .85fr;gap:1.25rem}
.rd-module-card{min-height:360px;padding:clamp(1.5rem,3vw,2.6rem);border-radius:var(--rd-radius);border:1px solid rgba(18,49,74,.09);background:var(--rd-white);box-shadow:0 14px 45px rgba(24,49,66,.08);display:flex;flex-direction:column;align-items:flex-start}
.rd-module-card h3{margin:0 0 1rem;color:var(--rd-navy);font-size:clamp(1.8rem,3vw,3.2rem);line-height:1;letter-spacing:-.04em}
.rd-module-card>p:not(.rd-kicker){color:var(--rd-muted)}.rd-module-card>a{margin-top:auto;color:var(--rd-orange-dark);font-weight:850;text-decoration:none}
.rd-module-card-large{background:var(--rd-navy);color:var(--rd-white)}.rd-module-card-large h3{color:var(--rd-white)}
.rd-report-preview{width:100%;margin:1.5rem 0 2rem;padding:1.25rem 0;display:grid;grid-template-columns:1fr auto auto;gap:1rem;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}
.rd-map-preview-card{background:var(--rd-blue-soft)}
.rd-mini-pins{width:100%;min-height:150px;margin:1rem 0 2rem;position:relative;border-radius:18px;background:radial-gradient(circle at center,rgba(229,91,45,.12),transparent 48%),linear-gradient(rgba(18,49,74,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(18,49,74,.045) 1px,transparent 1px);background-size:auto,28px 28px,28px 28px}
.rd-mini-pins span{position:absolute;width:12px;height:12px;background:var(--rd-orange);border:3px solid var(--rd-white);border-radius:50%;box-shadow:0 0 0 6px rgba(229,91,45,.13)}
.rd-mini-pins span:nth-child(1){left:18%;top:32%}.rd-mini-pins span:nth-child(2){left:42%;top:52%}.rd-mini-pins span:nth-child(3){left:65%;top:23%}.rd-mini-pins span:nth-child(4){left:75%;top:67%}.rd-mini-pins span:nth-child(5){left:31%;top:72%}
.rd-frequency-card{background:var(--rd-cream)}.rd-frequency-card h3{font-size:clamp(3rem,5.6vw,5.5rem)}

.rd-programmes{background:var(--rd-white)}
.rd-programme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.rd-programme-card{min-height:310px;padding:clamp(1.5rem,3vw,2.5rem);border-radius:var(--rd-radius);background:linear-gradient(145deg,rgba(18,49,74,.98),rgba(10,35,55,.98));color:var(--rd-white);display:flex;flex-direction:column}
.rd-programme-card:nth-child(2){background:linear-gradient(145deg,#e55b2d,#c4461d)}.rd-programme-card:nth-child(3){background:linear-gradient(145deg,#eaf1f4,#dbe7eb);color:var(--rd-navy)}
.rd-programme-card>span{color:rgba(255,255,255,.6);font-weight:850}.rd-programme-card:nth-child(3)>span{color:var(--rd-orange)}
.rd-programme-card h3{margin:auto 0 1rem;font-size:clamp(1.8rem,3vw,3rem);line-height:1;letter-spacing:-.04em}
.rd-programme-card p{margin:0;color:rgba(255,255,255,.72)}.rd-programme-card:nth-child(3) p{color:var(--rd-muted)}

@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media(max-width:1050px){.rd-module-grid,.rd-programme-grid,.rd-now-playing-layout{grid-template-columns:1fr}.rd-now-playing-meta{justify-items:start}}
@media(max-width:760px){.rd-hero-card{width:100%;margin:0}.rd-report-preview{grid-template-columns:1fr;gap:.25rem}}

/* v0.3.1: fixed broadcast bar and unobstructed map */
@media (max-width: 760px) {
    .rd-broadcast-bar { top: 74px; }
    .rd-home-hero-inner { grid-template-columns: 1fr; }
    .rd-hero-card { width: min(100%, 560px); margin-top: 1.75rem; }
}

/* v0.3.2: recognisable Europe map, Elburg origin and tighter hero */
.rd-home-hero-inner {
    min-height: clamp(610px, 72vh, 790px);
    padding-top: clamp(4.2rem, 7vw, 7rem);
    padding-bottom: clamp(3.2rem, 6vw, 5.5rem);
}

.rd-home-copy {
    align-self: center;
}

.rd-hero-card {
    max-width: 480px;
    margin-top: 1.5rem;
    padding: clamp(1.25rem, 2vw, 1.75rem);
}

.rd-home-hero-map {
    width: min(58vw, 860px);
    right: 0;
    top: 2%;
    opacity: .88;
}

.rd-europe-land path {
    fill: rgba(224, 233, 237, .72);
    stroke: rgba(18, 49, 74, .23);
    stroke-width: 2.2;
    vector-effect: non-scaling-stroke;
}

.rd-country-lines path {
    fill: none;
    stroke: rgba(18, 49, 74, .10);
    stroke-width: 1.2;
    vector-effect: non-scaling-stroke;
}

.rd-europe-shape { display: none; }

.rd-map-pin {
    opacity: 0;
    animation: rdPinOpacity .55s ease forwards;
}

.rd-pin-elburg { animation-delay: .35s; }
.pin1 { animation-delay: .7s; }
.pin2 { animation-delay: .9s; }
.pin3 { animation-delay: 1.1s; }
.pin4 { animation-delay: 1.3s; }

.rd-pin-outer {
    fill: var(--rd-white);
    stroke: var(--rd-orange);
    stroke-width: 4;
    vector-effect: non-scaling-stroke;
}

.rd-pin-core { fill: var(--rd-orange); }

.rd-pin-halo {
    fill: rgba(229, 91, 45, .12);
    stroke: rgba(229, 91, 45, .28);
    stroke-width: 2;
    transform-box: fill-box;
    transform-origin: center;
    animation: rdElburgHalo 2.4s ease-in-out infinite;
}

.rd-map-label line {
    stroke: rgba(18, 49, 74, .55);
    stroke-width: 1.5;
}

.rd-map-label text,
.rd-listener-label {
    fill: var(--rd-navy);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
}

.rd-map-label .rd-map-label-sub {
    fill: var(--rd-orange-dark);
    font-size: 9px;
    letter-spacing: .16em;
}

.rd-listener-label {
    opacity: .56;
    font-size: 9px;
}

@keyframes rdPinOpacity {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes rdElburgHalo {
    0%,100% { transform: scale(.8); opacity: .28; }
    50% { transform: scale(1.25); opacity: .7; }
}

.rd-mini-map {
    width: 100%;
    min-height: 155px;
    margin: .75rem 0 1.4rem;
    border-radius: 18px;
    overflow: hidden;
    background:
        linear-gradient(rgba(18,49,74,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18,49,74,.045) 1px, transparent 1px);
    background-size: 24px 24px;
}

.rd-mini-map svg {
    display: block;
    width: 100%;
    height: 155px;
}

.rd-mini-land,
.rd-mini-uk,
.rd-mini-scandinavia {
    fill: rgba(255,255,255,.64);
    stroke: rgba(18,49,74,.19);
    stroke-width: 1.5;
}

.rd-mini-route {
    fill: none;
    stroke: rgba(229,91,45,.5);
    stroke-width: 1.7;
    stroke-dasharray: 5 5;
}

.rd-mini-pin {
    fill: var(--rd-orange);
    stroke: var(--rd-white);
    stroke-width: 3;
}

.rd-mini-elburg-halo {
    fill: rgba(229,91,45,.14);
    stroke: rgba(229,91,45,.22);
}

.rd-mini-elburg-text {
    fill: var(--rd-navy);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
}

.rd-programme-card {
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.rd-programme-card:hover,
.rd-programme-card:focus-visible {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(18,49,74,.16);
}

.rd-programme-card em {
    margin-top: 1.35rem;
    font-style: normal;
    font-weight: 850;
    color: rgba(255,255,255,.78);
}

.rd-programme-card:nth-child(3) em { color: var(--rd-orange-dark); }

@media (max-width: 1050px) {
    .rd-home-hero-map {
        width: 74vw;
        right: -19%;
        top: 5%;
        opacity: .64;
    }

    .rd-map-label,
    .rd-listener-label { display: none; }
}

@media (max-width: 760px) {
    .rd-home-hero-inner {
        min-height: auto;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .rd-home-hero-map {
        width: 134vw;
        right: -70%;
        top: 9%;
        opacity: .34;
    }

    .rd-hero-card {
        max-width: 100%;
        margin-top: 1.25rem;
    }
}


/* v0.4.0 — recognisable globe centred on Europe */
.rd-world-globe {
    width: min(100%, 690px);
    height: auto;
    overflow: visible;
    filter: drop-shadow(0 26px 46px rgba(18,49,74,.10));
}

.rd-globe-shadow {
    fill: rgba(18,49,74,.07);
    transform: translateY(16px);
}

.rd-globe-ocean {
    fill: url(#rd-globe-fill);
}

.rd-globe-outline {
    fill: none;
    stroke: rgba(18,49,74,.20);
    stroke-width: 2.2;
}

.rd-globe-grid > * {
    fill: none;
    stroke: rgba(18,49,74,.09);
    stroke-width: 1.4;
}

.rd-world-land path {
    fill: rgba(255,255,255,.70);
    stroke: rgba(18,49,74,.27);
    stroke-width: 2;
    stroke-linejoin: round;
}

.rd-world-globe .rd-signal-path {
    fill: none;
    stroke: rgba(229,91,45,.72);
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-dasharray: 7 9;
    stroke-dashoffset: 90;
    animation: rdSignalTravel 2.9s linear infinite;
}

.rd-world-globe .rd-route-finland { animation-delay: .35s; }
.rd-world-globe .rd-route-germany { animation-delay: .7s; }
.rd-world-globe .rd-route-spain { animation-delay: 1.05s; }
.rd-world-globe .rd-route-italy { animation-delay: 1.4s; }

.rd-world-globe .rd-map-pin {
    opacity: 0;
    animation: rdPinIn .55s ease forwards;
}

.rd-world-globe .rd-pin-elburg { animation-delay: .25s; }
.rd-world-globe .pin1 { animation-delay: .55s; }
.rd-world-globe .pin2 { animation-delay: .75s; }
.rd-world-globe .pin3 { animation-delay: .95s; }
.rd-world-globe .pin4 { animation-delay: 1.15s; }
.rd-world-globe .pin5 { animation-delay: 1.35s; }

.rd-globe-caption text {
    fill: var(--rd-orange-dark);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .21em;
    text-anchor: middle;
}

.rd-home-hero-map {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: clamp(1rem, 3vw, 4rem);
}

.rd-home-hero {
    min-height: clamp(650px, 78vh, 820px);
}

.rd-home-copy {
    max-width: 760px;
}

.rd-mini-globe svg {
    width: 100%;
    height: auto;
}

.rd-mini-ocean {
    fill: rgba(255,255,255,.74);
}

.rd-mini-outline {
    fill: none;
    stroke: rgba(18,49,74,.22);
    stroke-width: 1.5;
}

.rd-mini-grid {
    fill: none;
    stroke: rgba(18,49,74,.09);
    stroke-width: 1;
}

.rd-mini-globe .rd-mini-land {
    fill: rgba(255,255,255,.88);
    stroke: rgba(18,49,74,.23);
    stroke-width: 1.25;
    stroke-linejoin: round;
}

.rd-mini-globe .rd-mini-route {
    fill: none;
    stroke: rgba(229,91,45,.72);
    stroke-width: 1.6;
    stroke-dasharray: 4 5;
}

@media (max-width: 1100px) {
    .rd-world-globe {
        width: min(100%, 570px);
    }
}

@media (max-width: 900px) {
    .rd-home-hero-map {
        position: relative;
        inset: auto;
        justify-content: center;
        padding: 0 1rem 2rem;
    }

    .rd-home-hero {
        min-height: auto;
    }

    .rd-world-globe {
        width: min(100%, 520px);
    }
}


/* v0.5.0 — dynamic record hero */
.rd-home-hero {
    min-height: clamp(610px, 72vh, 760px);
}

.rd-home-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 36%;
    pointer-events: none;
    background: linear-gradient(to top, rgba(255,255,255,.36), transparent);
}

.rd-home-hero-visual {
    position: absolute;
    inset: 0 0 0 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(2rem, 5vw, 5rem);
}

.rd-record-visual {
    width: min(100%, 560px);
    display: grid;
    grid-template-columns: minmax(260px, 1fr);
    gap: 1.4rem;
}

.rd-record-cover {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 28px;
    background: var(--rd-navy);
    box-shadow: 0 30px 70px rgba(18,49,74,.20);
}

.rd-record-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rd-record-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 76% 28%, rgba(229,91,45,.22), transparent 30%),
        linear-gradient(145deg, #163b58 0%, #0d2d45 56%, #081f31 100%);
}

.rd-record-placeholder::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 34px 34px;
}

.rd-record-disc {
    position: absolute;
    width: 72%;
    aspect-ratio: 1;
    right: -18%;
    top: 14%;
    border-radius: 50%;
    background:
        radial-gradient(circle, var(--rd-orange) 0 4%, #f4e8d8 4.5% 8%, #111 8.5% 12%, #222 12.5% 100%);
    box-shadow:
        inset 0 0 0 2px rgba(255,255,255,.08),
        0 18px 48px rgba(0,0,0,.34);
}

.rd-record-disc::before,
.rd-record-disc::after {
    content: "";
    position: absolute;
    inset: 14%;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 50%;
}

.rd-record-disc::after {
    inset: 27%;
}

.rd-record-brand {
    position: absolute;
    left: clamp(1.5rem, 4vw, 2.8rem);
    bottom: clamp(1.5rem, 4vw, 2.6rem);
    z-index: 2;
    color: var(--rd-white);
    max-width: 62%;
}

.rd-record-brand small {
    display: block;
    margin-bottom: .8rem;
    color: var(--rd-orange-light);
    font-weight: 900;
    letter-spacing: .18em;
}

.rd-record-brand strong {
    display: block;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: .93;
    letter-spacing: -.045em;
}

.rd-record-brand em {
    display: block;
    margin-top: 1rem;
    color: rgba(255,255,255,.66);
    font-style: normal;
    font-size: .92rem;
}

.rd-record-details {
    padding: .2rem .4rem 0;
}

.rd-record-details h2 {
    margin: 0;
    color: var(--rd-navy);
    font-size: clamp(2rem, 4vw, 3.8rem);
    line-height: .98;
    letter-spacing: -.04em;
}

.rd-record-track {
    margin: .45rem 0 0;
    color: var(--rd-muted);
    font-size: clamp(1.15rem, 1.8vw, 1.5rem);
}

.rd-record-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}

.rd-record-meta strong {
    color: var(--rd-navy);
    font-size: 1.2rem;
}

.rd-record-meta span {
    color: var(--rd-muted);
    font-size: .94rem;
}

.rd-record-visual.is-live .rd-record-cover {
    box-shadow:
        0 30px 70px rgba(18,49,74,.20),
        0 0 0 8px rgba(229,91,45,.09);
}

.rd-report-strip {
    background: var(--rd-navy);
    color: var(--rd-white);
}

.rd-report-strip-inner {
    min-height: 170px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(220px, .8fr) auto;
    align-items: center;
    gap: 2rem;
}

.rd-report-strip .rd-kicker {
    color: var(--rd-orange-light);
}

.rd-report-strip h2 {
    margin: 0;
    max-width: 760px;
    color: var(--rd-white);
    font-size: clamp(1.8rem, 3.2vw, 3.5rem);
    line-height: .98;
    letter-spacing: -.04em;
}

.rd-report-strip p:not(.rd-kicker) {
    margin: 0;
    color: rgba(255,255,255,.70);
    font-size: 1.08rem;
}

.rd-report-strip .rd-button-secondary {
    color: var(--rd-white);
    border-color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.06);
}

.rd-report-strip .rd-button-secondary:hover {
    background: rgba(255,255,255,.12);
}

/* Hide old globe-specific hero visual rules */
.rd-home-hero > .rd-home-hero-map,
.rd-world-globe {
    display: none !important;
}

@media (max-width: 1100px) {
    .rd-home-hero-visual {
        inset: 0 0 0 48%;
        padding-left: 2rem;
    }

    .rd-record-visual {
        width: min(100%, 500px);
    }

    .rd-report-strip-inner {
        grid-template-columns: 1fr auto;
    }

    .rd-report-strip-inner > p {
        grid-column: 1;
    }

    .rd-report-strip-inner > a {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
}

@media (max-width: 900px) {
    .rd-home-hero-visual {
        position: relative;
        inset: auto;
        padding: 1rem 1rem 3rem;
    }

    .rd-record-visual {
        width: min(100%, 620px);
        margin: 0 auto;
    }

    .rd-report-strip-inner {
        grid-template-columns: 1fr;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .rd-report-strip-inner > p,
    .rd-report-strip-inner > a {
        grid-column: auto;
        grid-row: auto;
    }

    .rd-report-strip .rd-button {
        justify-self: start;
    }
}

@media (max-width: 620px) {
    .rd-record-cover {
        border-radius: 22px;
    }

    .rd-record-brand {
        max-width: 72%;
    }

    .rd-record-meta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rd-recently-played-panel,
    .rd-recently-played-item {
        transition: none;
    }
}


/* v0.5.1 — softer palette and reusable Now Playing presentation */
.rd-home-hero {
    background:
        radial-gradient(circle at 76% 31%, rgba(227,236,239,.72), transparent 30%),
        radial-gradient(circle at 24% 75%, rgba(244,232,215,.78), transparent 34%),
        linear-gradient(120deg, #fbf8f1 0%, #f8f7f3 55%, #f2f6f7 100%);
}

.rd-record-cover {
    background: #eef2f3;
    box-shadow: 0 22px 55px rgba(18,49,74,.13);
}

.rd-record-placeholder {
    background:
        radial-gradient(circle at 76% 28%, rgba(229,91,45,.13), transparent 32%),
        linear-gradient(145deg, #eef3f4 0%, #e5ecef 55%, #dae5e9 100%);
}

.rd-record-placeholder::before {
    background:
        linear-gradient(rgba(18,49,74,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18,49,74,.025) 1px, transparent 1px);
}

.rd-record-disc {
    background:
        radial-gradient(circle, var(--rd-orange) 0 4%, #f6efe6 4.5% 8%, #282828 8.5% 12%, #343434 12.5% 100%);
    opacity: .94;
    box-shadow:
        inset 0 0 0 2px rgba(255,255,255,.10),
        0 14px 34px rgba(0,0,0,.18);
}

.rd-record-brand {
    color: var(--rd-navy);
    text-shadow: none;
}

.rd-record-brand small {
    color: var(--rd-orange-dark);
}

.rd-record-brand em {
    color: var(--rd-muted);
}

.rd-record-details {
    padding: .5rem .3rem 0;
}

.rd-record-details h2 {
    font-size: clamp(1.9rem, 3.4vw, 3.3rem);
}

.rd-record-track {
    color: #617583;
}

.rd-record-meta span {
    color: #7b8c96;
}

.rd-report-strip {
    background: linear-gradient(120deg, #f3eadb 0%, #edf3f4 100%);
    color: var(--rd-navy);
    border-top: 1px solid rgba(18,49,74,.07);
    border-bottom: 1px solid rgba(18,49,74,.07);
}

.rd-report-strip .rd-kicker {
    color: var(--rd-orange-dark);
}

.rd-report-strip h2 {
    color: var(--rd-navy);
}

.rd-report-strip p:not(.rd-kicker) {
    color: var(--rd-muted);
}

.rd-report-strip .rd-button-secondary {
    color: var(--rd-navy);
    border-color: rgba(18,49,74,.18);
    background: rgba(255,255,255,.58);
}

.rd-report-strip .rd-button-secondary:hover {
    background: rgba(255,255,255,.90);
}

.rd-feature-card,
.rd-module-card,
.rd-programme-card {
    box-shadow: 0 12px 34px rgba(18,49,74,.06);
}

.rd-feature-card:nth-child(3),
.rd-module-card-large {
    background: #e9f0f3;
    color: var(--rd-navy);
}

.rd-feature-card:nth-child(3) h3,
.rd-module-card-large h3 {
    color: var(--rd-navy);
}

.rd-module-card-large .rd-report-preview {
    border-color: rgba(18,49,74,.12);
}

.rd-module-card-large a {
    color: var(--rd-orange-dark);
}

.rd-programme-card {
    background: linear-gradient(145deg, #e8eff2, #dfe9ed);
    color: var(--rd-navy);
}

.rd-programme-card:nth-child(2) {
    background: linear-gradient(145deg, #f4eadc, #f0dfcb);
    color: var(--rd-navy);
}

.rd-programme-card:nth-child(3) {
    background: linear-gradient(145deg, #eef3f5, #e6edef);
    color: var(--rd-navy);
}

.rd-programme-card > span,
.rd-programme-card:nth-child(3) > span {
    color: var(--rd-orange);
}

.rd-programme-card p,
.rd-programme-card:nth-child(3) p {
    color: var(--rd-muted);
}

.rd-programme-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(18,49,74,.09);
}

.rd-programme-card:nth-child(2)::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    border-radius: inherit;
    background: var(--rd-orange);
}

.rd-programme-card {
    position: relative;
    overflow: hidden;
}

.rd-now-playing-section {
    background: linear-gradient(120deg, #f3eadb 0%, #edf3f4 100%);
    color: var(--rd-navy);
}

.rd-now-playing-section .rd-kicker {
    color: var(--rd-orange-dark);
}

.rd-now-playing-layout h2 {
    color: var(--rd-navy);
}

@media (max-width: 900px) {
    .rd-record-details {
        padding-inline: .2rem;
    }
}


/* v0.5.2 — adjustable logo and more subtle menu */

/* Larger, user-adjustable branding */
.rd-site-branding,
.custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.custom-logo,
.rd-site-logo img,
.rd-brand img {
    width: var(--rd-logo-width-desktop, 285px) !important;
    max-width: none !important;
    height: auto !important;
}

.rd-site-header-inner {
    min-height: 88px;
}

.rd-site-header {
    background: rgba(255,253,248,.96);
    backdrop-filter: blur(14px);
}

/* More understated menu button */
.rd-menu-toggle {
    min-width: auto;
    padding: .62rem .86rem;
    gap: .6rem;
    border: 1px solid rgba(18,49,74,.13);
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 6px 18px rgba(18,49,74,.055);
    font-size: .92rem;
    font-weight: 760;
}

.rd-menu-toggle:hover {
    background: rgba(255,255,255,.96);
    border-color: rgba(18,49,74,.20);
    box-shadow: 0 8px 22px rgba(18,49,74,.08);
}

.rd-menu-toggle-icon,
.rd-menu-toggle-lines {
    width: 20px;
    height: 16px;
}

/* Softer, narrower fullscreen menu */
.rd-menu-overlay {
    background:
        radial-gradient(circle at 78% 22%, rgba(229,91,45,.10), transparent 34%),
        linear-gradient(120deg, #f8fbfc 0%, #fffaf3 100%);
}

.rd-menu-panel,
.rd-menu-overlay-inner {
    width: min(100%, 1180px);
    margin-inline: auto;
    padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
}

.rd-menu-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
}

.rd-menu-nav {
    max-width: 760px;
}

.rd-menu-nav a,
.rd-menu-overlay .menu a {
    display: block;
    padding: .55rem 0 .62rem;
    border-bottom: 1px solid rgba(18,49,74,.10);
    color: var(--rd-navy);
    font-size: clamp(2rem, 4.2vw, 4.4rem);
    line-height: .96;
    letter-spacing: -.045em;
    text-decoration: none;
    transition:
        color .18s ease,
        transform .18s ease,
        padding-left .18s ease;
}

.rd-menu-nav a:hover,
.rd-menu-overlay .menu a:hover,
.rd-menu-nav .current-menu-item > a {
    color: var(--rd-orange);
    transform: none;
    padding-left: .45rem;
}

.rd-menu-feature-card {
    width: min(100%, 360px);
    padding: clamp(1.5rem, 3vw, 2.25rem);
    border-radius: 24px;
    box-shadow: 0 16px 42px rgba(18,49,74,.10);
}

.rd-menu-feature-card h2,
.rd-menu-feature-card h3 {
    font-size: clamp(2rem, 3.2vw, 3.5rem);
}

.rd-menu-eyebrow,
.rd-menu-overlay .rd-kicker {
    letter-spacing: .17em;
    font-size: .72rem;
}

/* Reduce visual dominance of menu close state */
body.rd-menu-open .rd-menu-toggle {
    background: rgba(255,255,255,.88);
    border-color: rgba(18,49,74,.14);
}

@media (max-width: 900px) {
    .custom-logo,
    .rd-site-logo img,
    .rd-brand img {
        width: var(--rd-logo-width-mobile, 220px) !important;
    }

    .rd-site-header-inner {
        min-height: 76px;
    }

    .rd-menu-layout {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .rd-menu-feature-card {
        display: none;
    }

    .rd-menu-nav a,
    .rd-menu-overlay .menu a {
        font-size: clamp(1.75rem, 8vw, 3.1rem);
        padding-block: .48rem;
    }
}

@media (max-width: 560px) {
    .custom-logo,
    .rd-site-logo img,
    .rd-brand img {
        width: min(var(--rd-logo-width-mobile, 220px), 64vw) !important;
    }

    .rd-menu-toggle {
        padding: .55rem .72rem;
        font-size: .84rem;
    }

    .rd-menu-toggle span:first-child {
        display: none;
    }
}


/* v0.5.3 — proportional logo scaling fix */
.rd-site-branding,
.rd-brand,
.custom-logo-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto !important;
    height: auto !important;
    line-height: 0;
}

.custom-logo-link {
    max-width: min(var(--rd-logo-width-desktop, 250px), 32vw);
}

.custom-logo,
.custom-logo-link img,
.rd-site-logo img,
.rd-brand img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: left center !important;
}

.rd-site-header-inner {
    min-height: 86px;
    height: auto !important;
    padding-top: .65rem;
    padding-bottom: .65rem;
}

.rd-site-header .rd-section-inner,
.rd-site-header-inner {
    overflow: visible;
}

/* Do not stretch branding when a very wide logo is selected */
.rd-site-branding img,
.custom-logo-link img {
    flex: none;
}

@media (max-width: 900px) {
    .custom-logo-link {
        max-width: min(var(--rd-logo-width-mobile, 205px), 58vw);
    }

    .rd-site-header-inner {
        min-height: 74px;
        padding-top: .55rem;
        padding-bottom: .55rem;
    }
}

@media (max-width: 560px) {
    .custom-logo-link {
        max-width: min(var(--rd-logo-width-mobile, 205px), 62vw);
    }
}


/* v0.6.0 — Radio Delta branding alignment */
:root {
    --rd-brand-dark: #11111F;
    --rd-brand-orange: #FF7932;

    --rd-navy: var(--rd-brand-dark);
    --rd-orange: var(--rd-brand-orange);
    --rd-orange-dark: #D95F20;
    --rd-orange-light: #FF9B66;

    --rd-white: #FFFFFF;
    --rd-paper: #FBFAF7;
    --rd-cream: #F7F3EC;
    --rd-blue-soft: #F1F4F5;
    --rd-muted: #666B78;

    --rd-font-primary: "Bariol", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    --rd-font-display: "Bariol", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    --rd-font-accent: "Cleveland", "Bariol", "Avenir Next", sans-serif;
}

html,
body {
    font-family: var(--rd-font-primary);
    color: var(--rd-brand-dark);
}

body {
    background: var(--rd-white);
}

h1,
h2,
h3,
h4,
h5,
h6,
.rd-home-copy h1,
.rd-section-heading h2,
.rd-module-card h3,
.rd-programme-card h3,
.rd-menu-nav a,
.rd-menu-overlay .menu a {
    font-family: var(--rd-font-display);
    color: var(--rd-brand-dark);
}

.rd-kicker,
.rd-card-number,
.rd-menu-eyebrow,
.rd-record-brand small,
.rd-globe-caption text,
.rd-listener-label,
.rd-map-label,
.rd-mini-elburg-text {
    font-family: var(--rd-font-primary);
    color: var(--rd-brand-orange);
    letter-spacing: .15em;
}

.rd-site-header {
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid rgba(17,17,31,.06);
}

.rd-broadcast-bar {
    background: var(--rd-brand-dark);
    color: var(--rd-white);
}

.rd-broadcast-bar a,
.rd-broadcast-bar strong {
    color: var(--rd-white);
}

.rd-home-hero {
    background:
        linear-gradient(rgba(17,17,31,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17,17,31,.025) 1px, transparent 1px),
        linear-gradient(120deg, #FFFFFF 0%, #FAF8F3 60%, #F5F5F6 100%);
    background-size: 34px 34px, 34px 34px, auto;
}

.rd-home-copy h1 {
    color: var(--rd-brand-dark);
    font-weight: 800;
}

.rd-lead,
.rd-record-track,
.rd-record-meta span,
.rd-module-card > p:not(.rd-kicker),
.rd-programme-card p,
.rd-feature-card p {
    color: var(--rd-muted);
}

.rd-button-primary {
    background: var(--rd-brand-orange);
    border-color: var(--rd-brand-orange);
    color: var(--rd-white);
    box-shadow: 0 10px 24px rgba(255,121,50,.18);
}

.rd-button-primary:hover {
    background: #E96D2E;
    border-color: #E96D2E;
}

.rd-button-secondary {
    background: var(--rd-white);
    color: var(--rd-brand-dark);
    border-color: rgba(17,17,31,.14);
}

.rd-button-secondary:hover {
    border-color: rgba(17,17,31,.28);
    background: #FCFCFC;
}

.rd-record-cover {
    background: #F2F2F4;
    border: 1px solid rgba(17,17,31,.06);
    box-shadow: 0 18px 46px rgba(17,17,31,.12);
}

.rd-record-placeholder {
    background:
        radial-gradient(circle at 74% 26%, rgba(255,121,50,.10), transparent 31%),
        linear-gradient(145deg, #F6F6F7 0%, #EEEFF1 100%);
}

.rd-record-disc {
    background:
        radial-gradient(circle,
            var(--rd-brand-orange) 0 4%,
            #F8F3EC 4.5% 8%,
            #11111F 8.5% 12%,
            #20202C 12.5% 100%
        );
}

.rd-record-brand {
    color: var(--rd-brand-dark);
}

.rd-record-brand em {
    color: var(--rd-muted);
}

.rd-report-strip {
    background: var(--rd-paper);
    color: var(--rd-brand-dark);
    border-color: rgba(17,17,31,.07);
}

.rd-report-strip h2 {
    color: var(--rd-brand-dark);
}

.rd-report-strip .rd-button-secondary {
    color: var(--rd-brand-dark);
    border-color: rgba(17,17,31,.14);
    background: var(--rd-white);
}

.rd-home-intro,
.rd-programmes {
    background: var(--rd-white);
}

.rd-home-modules {
    background: var(--rd-paper);
}

.rd-feature-card,
.rd-module-card,
.rd-programme-card {
    border: 1px solid rgba(17,17,31,.07);
    box-shadow: 0 12px 30px rgba(17,17,31,.055);
}

.rd-feature-card:nth-child(1),
.rd-frequency-card,
.rd-programme-card:nth-child(2) {
    background: var(--rd-cream);
}

.rd-feature-card:nth-child(2),
.rd-map-preview-card,
.rd-programme-card:nth-child(1),
.rd-programme-card:nth-child(3),
.rd-module-card-large {
    background: var(--rd-blue-soft);
    color: var(--rd-brand-dark);
}

.rd-feature-card:nth-child(3) {
    background: var(--rd-brand-dark);
    color: var(--rd-white);
}

.rd-feature-card:nth-child(3) h3,
.rd-feature-card:nth-child(3) p {
    color: var(--rd-white);
}

.rd-module-card-large h3,
.rd-module-card-large,
.rd-programme-card h3 {
    color: var(--rd-brand-dark);
}

.rd-programme-card:nth-child(2)::after {
    background: var(--rd-brand-orange);
}

.rd-module-card a,
.rd-programme-card a,
.rd-report-strip a,
.rd-hero-card a {
    color: var(--rd-brand-orange);
}

.rd-menu-overlay {
    background:
        radial-gradient(circle at 78% 20%, rgba(255,121,50,.09), transparent 34%),
        linear-gradient(120deg, #FFFFFF 0%, #FAF8F3 100%);
}

.rd-menu-feature-card {
    background: var(--rd-brand-dark);
    color: var(--rd-white);
}

.rd-menu-feature-card h2,
.rd-menu-feature-card h3,
.rd-menu-feature-card p {
    color: var(--rd-white);
}

.rd-menu-feature-card .rd-kicker {
    color: var(--rd-brand-orange);
}

.rd-menu-nav a:hover,
.rd-menu-overlay .menu a:hover,
.rd-menu-nav .current-menu-item > a {
    color: var(--rd-brand-orange);
}

.rd-menu-toggle {
    color: var(--rd-brand-dark);
    border-color: rgba(17,17,31,.13);
}

.rd-site-footer {
    background: var(--rd-brand-dark);
    color: var(--rd-white);
}

.rd-site-footer a,
.rd-site-footer strong,
.rd-site-footer h2,
.rd-site-footer h3 {
    color: var(--rd-white);
}

.rd-now-playing-section {
    background: var(--rd-brand-dark);
    color: var(--rd-white);
}

.rd-now-playing-section .rd-kicker {
    color: var(--rd-brand-orange);
}

.rd-now-playing-layout h2 {
    color: var(--rd-white);
}

/* Use Cleveland only as a restrained accent where available */
.rd-record-brand strong,
.rd-menu-feature-card h2,
.rd-menu-feature-card h3 {
    font-family: var(--rd-font-accent);
}

/* Keep accent usage readable when Cleveland is unavailable */
@supports not (font-variation-settings: normal) {
    .rd-record-brand strong,
    .rd-menu-feature-card h2,
    .rd-menu-feature-card h3 {
        font-family: var(--rd-font-primary);
    }
}

@media (max-width: 900px) {
    .rd-home-hero {
        background-size: 28px 28px, 28px 28px, auto;
    }
}


/* v0.6.1 — Core artwork and richer track metadata */
.rd-record-cover.has-artwork {
    background: var(--rd-brand-dark);
}

.rd-record-cover.has-artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.001);
}

.rd-cover-corner {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
}

.rd-cover-corner span {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .42rem .68rem;
    border-radius: 999px;
    background: rgba(17,17,31,.78);
    color: #fff;
    backdrop-filter: blur(8px);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .13em;
}

.rd-record-visual.is-live .rd-cover-corner span::before {
    content: "";
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    background: var(--rd-brand-orange);
    box-shadow: 0 0 0 5px rgba(255,121,50,.18);
}

.rd-record-album {
    margin: .55rem 0 0;
    color: var(--rd-muted);
    font-size: .98rem;
}

.rd-record-programme {
    display: inline-flex;
    margin: .85rem 0 0;
    padding: .38rem .62rem;
    border: 1px solid rgba(17,17,31,.10);
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    color: var(--rd-brand-dark);
    font-size: .78rem;
    font-weight: 800;
}

.rd-record-cover.has-artwork::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 28%;
    pointer-events: none;
    background: linear-gradient(to top, rgba(17,17,31,.16), transparent);
}

.rd-frequency-card h3 {
    overflow-wrap: anywhere;
}

@media (max-width: 620px) {
    .rd-cover-corner {
        top: .75rem;
        left: .75rem;
    }
}


/* v0.6.2 — upcoming broadcasts from Radio Delta Core */
.rd-upcoming-card {
    background: var(--rd-cream);
}

.rd-upcoming-list {
    width: 100%;
    display: grid;
    gap: 0;
    margin: .4rem 0 1.6rem;
}

.rd-upcoming-item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: .8rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(17,17,31,.10);
}

.rd-upcoming-item:last-child {
    border-bottom: 1px solid rgba(17,17,31,.10);
}

.rd-upcoming-number {
    color: var(--rd-brand-orange);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.rd-upcoming-item strong {
    display: block;
    color: var(--rd-brand-dark);
    font-size: 1.08rem;
    line-height: 1.15;
}

.rd-upcoming-item p {
    margin: .35rem 0 .3rem;
    color: var(--rd-muted);
    font-size: .9rem;
    line-height: 1.35;
}

.rd-upcoming-item div > span {
    color: var(--rd-brand-dark);
    font-size: .82rem;
    font-weight: 800;
}

.rd-upcoming-card > a {
    margin-top: auto;
}

/* v0.6.3 — Sprint 1A: Live Station Experience */
.rd-home-hero.rd-sprint-1a {
    background:
        radial-gradient(circle at 82% 18%, rgba(255,121,50,.13), transparent 30%),
        linear-gradient(118deg, #fffdf8 0%, #f6f0e5 54%, #eef3f4 100%);
}

.rd-home-hero.rd-sprint-1a::before {
    opacity: .7;
    mask-image: linear-gradient(to right, transparent 2%, #000 45%, #000 100%);
}

.rd-s1a-shell {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 40px), var(--rd-max));
    margin-inline: auto;
    padding: clamp(3.75rem, 7vw, 7.5rem) 0;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr);
    gap: clamp(2.5rem, 6vw, 7rem);
    align-items: center;
}

.rd-s1a-copy h1 {
    max-width: 850px;
    margin: 0;
    color: var(--rd-brand-dark);
    font-size: clamp(3.45rem, 6.7vw, 7.25rem);
    font-weight: 880;
    letter-spacing: -.065em;
    line-height: .91;
}

.rd-s1a-copy .rd-lead { max-width: 690px; }

.rd-next-panel {
    width: min(100%, 650px);
    margin-top: clamp(2rem, 4vw, 3.5rem);
    padding: clamp(1.25rem, 2.2vw, 1.8rem);
    border: 1px solid rgba(17,17,31,.12);
    border-left: 5px solid var(--rd-brand-orange);
    border-radius: 18px;
    background: rgba(255,255,255,.79);
    box-shadow: 0 18px 50px rgba(17,17,31,.08);
    backdrop-filter: blur(12px);
}

.rd-next-panel.has-current-broadcast {
    color: #fff;
    border-color: rgba(255,255,255,.16);
    border-left-color: var(--rd-brand-orange);
    background: var(--rd-brand-dark);
}

.rd-next-panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: .65rem;
}

.rd-live-or-next {
    color: var(--rd-brand-orange);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .16em;
}

.rd-next-programme {
    display: block;
    color: var(--rd-brand-dark);
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.1;
}

.rd-next-panel.has-current-broadcast .rd-next-programme,
.rd-next-panel.has-current-broadcast .rd-next-facts { color: #fff; }

.rd-next-date {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem .9rem;
    align-items: baseline;
    margin-top: .6rem;
    color: var(--rd-muted);
}

.rd-next-date b { color: var(--rd-brand-dark); }

.rd-next-facts {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: .85rem;
    color: var(--rd-brand-dark);
}

.rd-next-facts span {
    padding: .35rem .58rem;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    opacity: .8;
}

.rd-next-live-link {
    display: inline-flex;
    margin-top: 1rem;
    color: #fff;
    font-weight: 850;
    text-decoration: none;
}

.rd-following-broadcast {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) auto auto auto;
    gap: .6rem 1rem;
    align-items: baseline;
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(17,17,31,.11);
    font-size: .78rem;
}

.rd-next-panel.has-current-broadcast .rd-following-broadcast { border-color: rgba(255,255,255,.16); }
.rd-following-broadcast span { color: var(--rd-muted); }
.rd-following-broadcast em { font-style: normal; color: var(--rd-muted); }

.rd-now-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(17,17,31,.17);
}

.rd-now-artwork {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--rd-brand-dark);
}

.rd-now-artwork img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.rd-now-artwork::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 30%;
    background: linear-gradient(to top, rgba(17,17,31,.35), transparent);
    pointer-events: none;
}

.rd-now-badge {
    position: absolute;
    z-index: 3;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .48rem;
    padding: .5rem .72rem;
    border-radius: 999px;
    background: rgba(17,17,31,.82);
    color: #fff;
    font-size: .69rem;
    font-weight: 900;
    letter-spacing: .13em;
    backdrop-filter: blur(10px);
}

.rd-live-dot {
    width: .52rem;
    height: .52rem;
    border-radius: 50%;
    background: var(--rd-brand-orange);
    box-shadow: 0 0 0 6px rgba(255,121,50,.2);
    animation: rdS1aPulse 1.8s infinite;
}

.rd-now-content { padding: clamp(1.4rem, 3vw, 2.25rem); }
.rd-now-programme { margin: 0 0 .55rem; color: var(--rd-brand-orange); font-size: .75rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.rd-now-content h2 { margin: 0; color: var(--rd-brand-dark); font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: .98; letter-spacing: -.045em; }
.rd-now-track { margin: .55rem 0 0; color: var(--rd-brand-dark); font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 720; line-height: 1.2; }
.rd-now-album { margin: .65rem 0 0; color: var(--rd-muted); }
.rd-now-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem 1.15rem; margin-top: 1.35rem; }
.rd-text-link { color: var(--rd-brand-dark); font-weight: 850; text-decoration: none; }
.rd-text-link:hover { color: var(--rd-brand-orange); }

.rd-now-placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 2rem;
    background: radial-gradient(circle at 25% 25%, #30304a 0%, var(--rd-brand-dark) 58%);
    color: #fff;
    text-align: center;
}

.rd-now-placeholder > div { position: relative; z-index: 2; }
.rd-now-placeholder small,.rd-now-placeholder em { display: block; }
.rd-now-placeholder small { color: var(--rd-brand-orange); font-weight: 900; letter-spacing: .18em; }
.rd-now-placeholder strong { display: block; margin: .8rem 0; font-size: clamp(2.2rem, 4vw, 4.4rem); line-height: .9; letter-spacing: -.05em; }
.rd-now-placeholder em { opacity: .72; font-style: normal; font-size: .8rem; letter-spacing: .09em; text-transform: uppercase; }
.rd-vinyl { position: absolute; width: 82%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.13); box-shadow: inset 0 0 0 30px rgba(255,255,255,.018), inset 0 0 0 70px rgba(255,255,255,.018); }

.rd-equalizer,.rd-mini-eq { display: inline-flex; align-items: end; gap: 3px; height: 18px; }
.rd-equalizer { float: right; }
.rd-equalizer i,.rd-mini-eq i { display: block; width: 3px; border-radius: 3px; background: var(--rd-brand-orange); animation: rdEq .9s ease-in-out infinite alternate; }
.rd-equalizer i:nth-child(1),.rd-mini-eq i:nth-child(1){height:35%;animation-delay:-.4s}.rd-equalizer i:nth-child(2),.rd-mini-eq i:nth-child(2){height:80%;animation-delay:-.2s}.rd-equalizer i:nth-child(3),.rd-mini-eq i:nth-child(3){height:55%;animation-delay:-.6s}.rd-equalizer i:nth-child(4),.rd-mini-eq i:nth-child(4){height:100%;animation-delay:-.1s}.rd-equalizer i:nth-child(5){height:65%;animation-delay:-.5s}

@keyframes rdEq { to { height: 22%; } }
@keyframes rdS1aPulse { 50% { box-shadow: 0 0 0 12px rgba(255,121,50,0); } }

@media (prefers-reduced-motion: reduce) {
    .rd-live-dot,.rd-equalizer i,.rd-mini-eq i { animation: none; }
}

@media (max-width: 980px) {
    .rd-s1a-shell { grid-template-columns: 1fr; }
    .rd-s1a-copy { max-width: 800px; }
    .rd-now-card { width: min(100%, 680px); }
}

@media (max-width: 620px) {
    .rd-s1a-shell { width: min(calc(100% - 28px), var(--rd-max)); padding: 3rem 0 3.5rem; gap: 2.5rem; }
    .rd-s1a-copy h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
    .rd-actions { display: grid; }
    .rd-actions .rd-button { width: 100%; }
    .rd-following-broadcast { grid-template-columns: 1fr auto; }
    .rd-following-broadcast em,.rd-following-broadcast b { grid-column: 2; }
    .rd-now-card { border-radius: 20px; }
    .rd-now-badge { top: .75rem; left: .75rem; }
}

/* Music Favourites — Theme 0.7.0 */
.rd-favourite-panel {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .45rem 1rem;
    align-items: center;
    margin-top: 1.25rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(17,17,31,.10);
}
.rd-favourite-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    min-height: 46px;
    padding: .72rem 1rem;
    border: 1px solid rgba(17,17,31,.16);
    border-radius: 999px;
    background: #fff;
    color: var(--rd-brand-dark);
    font: inherit;
    font-weight: 850;
    cursor: pointer;
    transition: transform .16s ease, border-color .16s ease, background .16s ease;
}
.rd-favourite-button:hover:not(:disabled),.rd-favourite-button:focus-visible:not(:disabled) { transform: translateY(-1px); border-color: var(--rd-brand-orange); }
.rd-favourite-button.is-favourited { background: rgba(255,121,50,.10); border-color: rgba(255,121,50,.42); color: var(--rd-brand-orange); }
.rd-favourite-button:disabled { cursor: default; }
.rd-favourite-heart { font-size: 1.35rem; line-height: 1; color: var(--rd-brand-orange); }
.rd-favourite-button.is-loading .rd-favourite-heart { animation: rdFavouriteBeat .7s ease-in-out infinite alternate; }
.rd-favourite-count { color: var(--rd-brand-dark); font-size: .88rem; font-weight: 800; }
.rd-favourite-note { grid-column: 1 / -1; color: var(--rd-muted); font-size: .76rem; }
.rd-favourite-ranking-link { grid-column: 1 / -1; color: var(--rd-brand-dark); font-size: .84rem; font-weight: 850; text-decoration: none; }
.rd-favourite-ranking-link:hover { color: var(--rd-brand-orange); }
@keyframes rdFavouriteBeat { to { transform: scale(1.18); } }

.rd-top100-hero { padding: clamp(3.5rem,8vw,7rem) 0 2rem; background: linear-gradient(135deg,var(--rd-paper),var(--rd-cream)); }
.rd-top100-hero h1 { max-width: 1000px; margin: .4rem 0 1rem; font-size: clamp(3rem,7vw,7rem); line-height: .92; letter-spacing: -.055em; }
.rd-top100-intro { max-width: 720px; color: var(--rd-muted); font-size: 1.12rem; }
.rd-top100-list { display: grid; gap: .8rem; padding: 2rem 0 clamp(4rem,8vw,8rem); }
.rd-top100-row { display: grid; grid-template-columns: 62px 76px minmax(0,1fr) auto; gap: 1rem; align-items: center; padding: .9rem 1rem; background: #fff; border: 1px solid rgba(17,17,31,.09); border-radius: 16px; }
.rd-top100-rank { color: var(--rd-brand-orange); font-size: 1.15rem; font-weight: 900; }
.rd-top100-cover { width: 76px; aspect-ratio: 1; border-radius: 10px; object-fit: cover; background: var(--rd-brand-dark); }
.rd-top100-track strong,.rd-top100-track span { display: block; }
.rd-top100-track strong { color: var(--rd-brand-dark); font-size: 1.05rem; }
.rd-top100-track span { color: var(--rd-muted); margin-top: .2rem; }
.rd-top100-likes { white-space: nowrap; font-weight: 850; }
.rd-top100-empty { padding: 2rem; background: #fff; border-radius: 16px; }
@media(max-width:620px){
  .rd-favourite-panel{grid-template-columns:1fr}.rd-favourite-button{width:100%}.rd-favourite-count{text-align:center}
  .rd-top100-row{grid-template-columns:44px 58px minmax(0,1fr)}.rd-top100-cover{width:58px}.rd-top100-likes{grid-column:3}
}
@media(prefers-reduced-motion:reduce){.rd-favourite-button.is-loading .rd-favourite-heart{animation:none}}

/* Live data updates are applied in place; only changed artwork fades softly. */
.rd-now-artwork [data-rd-now-image] {
    opacity: 1;
    transition: opacity .22s ease;
}

.rd-now-artwork [data-rd-now-image].is-updating {
    opacity: .72;
}

/* =========================================================
   v0.8.0 — Desktop homepage composition
   ========================================================= */
@media (min-width: 1121px) {
  .rd-header-inner { min-height: 102px; gap: 2rem; }
  .rd-site-header { background: rgba(255,255,255,.98); }
  .rd-logo-area .custom-logo { max-height: 68px; max-width: var(--rd-logo-width-desktop, 270px); }
  .rd-desktop-nav { margin-left: auto; }
  .rd-desktop-menu { display:flex; align-items:center; gap:1.65rem; margin:0; padding:0; list-style:none; }
  .rd-desktop-menu li { position:relative; }
  .rd-desktop-menu a { color:var(--rd-navy-deep); text-decoration:none; font-size:.95rem; font-weight:760; white-space:nowrap; }
  .rd-desktop-menu a:hover,.rd-desktop-menu a:focus,.rd-desktop-menu .current-menu-item>a { color:var(--rd-orange); }
  .rd-desktop-menu .current-menu-item>a::after { content:""; position:absolute; left:0; right:0; bottom:-18px; height:3px; background:var(--rd-orange); border-radius:4px; }
  .rd-desktop-menu .sub-menu { display:none; }
  .rd-header-report { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:.7rem 1.25rem; border-radius:999px; background:var(--rd-orange); color:#fff; text-decoration:none; font-weight:830; white-space:nowrap; box-shadow:0 12px 25px rgba(229,91,45,.20); }
  .rd-menu-toggle { display:none; }
  .rd-broadcast-bar { top:102px; }
}
@media (max-width: 1120px) {
  .rd-desktop-nav,.rd-header-report { display:none; }
}

.rd-home-hero.rd-desktop-v2 {
  position:relative;
  overflow:hidden;
  padding:0;
  background:linear-gradient(110deg,#fffefa 0%,#faf6ee 53%,#f7f5f0 100%);
  border-bottom:1px solid rgba(18,49,74,.08);
}
.rd-home-hero.rd-desktop-v2::before {
  content:""; position:absolute; inset:0; pointer-events:none;
  background-image:linear-gradient(rgba(18,49,74,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(18,49,74,.025) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom,black 0%,transparent 90%);
}
.rd-v2-shell {
  position:relative; z-index:2;
  width:min(calc(100% - 64px),1320px); margin-inline:auto;
  min-height:570px; padding:3.5rem 0 2.8rem;
  display:grid; grid-template-columns:minmax(0,1.15fr) minmax(470px,.85fr); gap:clamp(3rem,6vw,7rem); align-items:center;
}
.rd-v2-copy { max-width:720px; }
.rd-v2-copy h1 { margin:0; color:#0d1423; font-size:clamp(4rem,5.45vw,6.15rem); font-weight:900; letter-spacing:-.065em; line-height:.87; }
.rd-v2-copy .rd-lead { max-width:600px; margin:1.6rem 0 0; font-size:clamp(1.08rem,1.35vw,1.35rem); line-height:1.55; color:#56626d; }
.rd-v2-copy .rd-actions { margin-top:1.8rem; }

.rd-hero-map-bg { position:absolute; z-index:0; left:31%; top:8%; width:48%; height:78%; opacity:.52; pointer-events:none; background:radial-gradient(ellipse at 62% 55%,rgba(18,49,74,.055),transparent 52%); }
.rd-hero-map-bg::before { content:"EUROPE"; position:absolute; left:22%; top:30%; font-weight:900; font-size:clamp(5rem,10vw,10rem); letter-spacing:.08em; color:rgba(18,49,74,.025); transform:rotate(-7deg); }
.rd-map-origin { position:absolute; left:58%; top:54%; width:12px; height:12px; background:var(--rd-orange); border:3px solid #fff; border-radius:50%; box-shadow:0 0 0 1px rgba(229,91,45,.45); }
.rd-map-ring { position:absolute; left:58%; top:54%; border:1px solid rgba(229,91,45,.32); border-radius:50%; transform:translate(-50%,-50%); }
.rd-map-ring.r1{width:105px;height:105px}.rd-map-ring.r2{width:210px;height:210px}.rd-map-ring.r3{width:330px;height:330px}

.rd-now-stack {
    width:100%;
    max-width:530px;
    justify-self:end;
    align-self:start;
    display:grid;
    gap:.7rem;
}

.rd-now-card-v2 { position:relative; width:100%; max-width:none; padding:1.25rem; border-radius:18px; color:#fff; background:linear-gradient(145deg,#0b1a2b,#07111f); border:1px solid rgba(255,255,255,.12); box-shadow:0 28px 65px rgba(8,25,41,.22); }
.rd-now-card-v2 .rd-now-card-head { display:flex; justify-content:space-between; align-items:center; margin-bottom:1rem; }
.rd-now-card-v2 .rd-now-badge { position:static; padding:0; background:none; color:#fff; font-size:.72rem; letter-spacing:.13em; font-weight:900; }
.rd-now-card-v2 .rd-now-card-main { display:grid; grid-template-columns:210px minmax(0,1fr); gap:1.65rem; align-items:center; }
.rd-now-card-v2 .rd-now-artwork { aspect-ratio:1; border-radius:0; overflow:hidden; border:1px solid rgba(229,91,45,.65); background:#101b27; }
.rd-now-card-v2 .rd-now-artwork img { width:100%; height:100%; object-fit:cover; display:block; }
.rd-now-card-v2 .rd-now-content { padding:0; min-width:0; }
.rd-now-card-v2 .rd-now-programme { margin:0 0 .7rem; color:var(--rd-orange); font-size:.82rem; font-weight:900; letter-spacing:.04em; text-transform:uppercase; }
.rd-now-card-v2 .rd-now-content h2 { margin:0; color:#ff7436; font-size:1.02rem; letter-spacing:0; line-height:1.2; }
.rd-now-card-v2 .rd-now-track { margin:.6rem 0 .8rem; color:#fff; font-size:clamp(1.55rem,2vw,2.15rem); font-weight:850; letter-spacing:-.035em; line-height:1.08; }
.rd-now-card-v2 .rd-now-album { margin:0; color:#b9c2cd; font-size:1rem; line-height:1.55; }
.rd-now-card-v2 .rd-equalizer { display:inline-flex; align-items:flex-end; gap:3px; height:24px; }
.rd-now-card-v2 .rd-equalizer i { display:block; width:3px; border-radius:3px; background:var(--rd-orange); animation:rdEq .9s ease-in-out infinite alternate; }
.rd-now-card-v2 .rd-equalizer i:nth-child(1){height:8px}.rd-now-card-v2 .rd-equalizer i:nth-child(2){height:17px;animation-delay:.1s}.rd-now-card-v2 .rd-equalizer i:nth-child(3){height:23px;animation-delay:.2s}.rd-now-card-v2 .rd-equalizer i:nth-child(4){height:14px;animation-delay:.3s}.rd-now-card-v2 .rd-equalizer i:nth-child(5){height:20px;animation-delay:.4s}
@keyframes rdEq{to{height:6px}}
.rd-player-line { height:28px; margin-top:1.1rem; display:flex; align-items:center; }
.rd-player-line::before { content:""; width:100%; height:3px; border-radius:4px; background:#293544; }
.rd-player-line span { position:absolute; margin-left:18%; width:10px; height:10px; border-radius:50%; background:var(--rd-orange); }
.rd-now-footer { position: relative; z-index: 12; display:flex; align-items:center; gap:.75rem; margin-top:.45rem; }
.rd-recent-toggle { flex:1; display:flex; justify-content:flex-start; align-items:center; gap:.55rem; min-height:36px; padding:.42rem .48rem; border-radius:8px; background:rgba(255,255,255,.055); color:#dbe2e8; text-decoration:none; font:inherit; font-size:.86rem; font-weight:680; letter-spacing:.01em; border:0; cursor:pointer; transition:background-color .18s ease, box-shadow .18s ease; }
.rd-recent-toggle:hover,
.rd-recent-toggle:focus-visible { background:rgba(255,255,255,.09); box-shadow:inset 0 0 0 1px rgba(255,255,255,.08); }
.rd-recent-toggle span { margin-left:auto; opacity:.9; font-size:.88rem; line-height:1; }
.rd-recent-toggle,
.rd-favourite-compact { position: relative; z-index: 13; }
.rd-favourite-compact { min-width:42px; min-height:42px; padding:.4rem; border-radius:8px; }

.rd-recently-played-panel {
    position:relative;
    width:100%;
    overflow:hidden;
    max-height:0;
    opacity:0;
    pointer-events:none;
    margin-top:0;
    padding:0;
    border:1px solid rgba(255,255,255,.14);
    border-radius:14px;
    background:linear-gradient(158deg, rgba(12, 25, 40, .96), rgba(10, 18, 31, .94));
    box-shadow:0 20px 46px rgba(2, 8, 17, .56);
    transition:max-height .28s ease-in-out, opacity .28s ease-in-out;
}

.rd-recently-played-panel.is-open {
    opacity:1;
    pointer-events:auto;
}

.rd-recently-played-panel-inner {
    padding:.9rem .95rem;
}

.rd-hero-facts { position:relative; z-index:3; width:min(calc(100% - 64px),1320px); margin:0 auto 2rem; min-height:82px; display:grid; grid-template-columns:repeat(4,1fr); align-items:center; background:rgba(255,255,255,.88); border:1px solid rgba(18,49,74,.1); border-radius:14px; box-shadow:0 14px 34px rgba(18,49,74,.08); backdrop-filter:blur(10px); }
.rd-hero-facts>div { display:flex; align-items:center; justify-content:center; gap:1rem; min-width:0; padding:1rem 1.35rem; }
.rd-hero-facts>div+div { border-left:1px solid rgba(18,49,74,.11); }
.rd-hero-facts b { color:var(--rd-orange); font-size:1.7rem; line-height:1; }
.rd-hero-facts span { display:grid; line-height:1.25; }
.rd-hero-facts strong { color:#172333; font-size:.92rem; }
.rd-hero-facts small { margin-top:.25rem; color:#75808a; font-size:.82rem; }

@media (max-width: 1120px) {
  .rd-v2-shell { grid-template-columns:minmax(0,1fr) minmax(410px,.85fr); width:min(calc(100% - 40px),1100px); gap:2.5rem; }
  .rd-v2-copy h1 { font-size:clamp(3.6rem,6vw,5rem); }
  .rd-now-card-v2 .rd-now-card-main { grid-template-columns:170px minmax(0,1fr); }
    .rd-now-stack { max-width:680px; }
  .rd-hero-facts { width:min(calc(100% - 40px),1100px); }
}
@media (max-width: 900px) {
  .rd-v2-shell { grid-template-columns:1fr; padding-top:3rem; }
  .rd-v2-copy { max-width:760px; }
  .rd-v2-copy h1 br { display:none; }
    .rd-now-stack { max-width:680px; justify-self:start; }
  .rd-hero-map-bg { left:25%; width:70%; }
  .rd-hero-facts { grid-template-columns:repeat(2,1fr); }
  .rd-hero-facts>div:nth-child(3) { border-left:0; border-top:1px solid rgba(18,49,74,.11); }
  .rd-hero-facts>div:nth-child(4) { border-top:1px solid rgba(18,49,74,.11); }
}
@media (max-width: 620px) {
  .rd-v2-shell { width:min(calc(100% - 28px),100%); padding:2.4rem 0 2rem; }
  .rd-v2-copy h1 { font-size:clamp(3.05rem,15vw,4.2rem); line-height:.91; }
  .rd-v2-copy h1 br { display:block; }
  .rd-v2-copy .rd-actions { display:grid; }
  .rd-v2-copy .rd-button { width:100%; }
    .rd-now-stack { max-width:100%; }
    .rd-now-card-v2 { padding:1rem; }
  .rd-now-card-v2 .rd-now-card-main { grid-template-columns:110px minmax(0,1fr); gap:1rem; }
  .rd-now-card-v2 .rd-now-track { font-size:1.35rem; }
  .rd-now-card-v2 .rd-now-album { font-size:.86rem; }
    .rd-recently-played-panel-inner { padding:.82rem .78rem; }
  .rd-hero-facts { width:min(calc(100% - 28px),100%); grid-template-columns:1fr; }
  .rd-hero-facts>div { justify-content:flex-start; padding:.9rem 1.1rem; }
  .rd-hero-facts>div+div { border-left:0; border-top:1px solid rgba(18,49,74,.11); }
}

/* =========================================================
   v0.8.1 — Header correction
   Keep the compact hamburger navigation at every screen size.
   This prevents long WordPress menus from colliding with the
   logo and reception-report button on laptops and smaller desktops.
   ========================================================= */
.rd-desktop-nav,
.rd-header-report {
    display: none !important;
}

.rd-menu-toggle {
    display: inline-flex !important;
    flex: 0 0 auto;
}

@media (min-width: 1121px) {
    .rd-header-inner {
        min-height: 86px;
        gap: 1.5rem;
    }

    .rd-logo-area {
        flex: 1 1 auto;
        min-width: 0;
    }

    .rd-logo-area .custom-logo {
        max-height: 58px;
        max-width: min(var(--rd-logo-width-desktop, 270px), calc(100vw - 180px));
    }

    .rd-broadcast-bar {
        top: 86px;
    }
}

@media (max-width: 720px) {
    .rd-menu-toggle {
        padding: .58rem .78rem;
        gap: .55rem;
    }
}


/* v0.8.2: restored interactive Listener Map and cleaner broadcast bar */
.rd-module-grid.rd-module-grid-two {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
}

.rd-listener-map-section {
    padding: clamp(3rem, 6vw, 6rem) 0;
    background: var(--rd-paper);
}

.rd-listener-map-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.4rem;
}

.rd-listener-map-heading > div:first-child > p:last-child {
    max-width: 760px;
    margin: .75rem 0 0;
    color: var(--rd-muted);
}

.rd-map-recognition-key {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .5rem;
}

.rd-map-key-badge {
    display: inline-flex;
    align-items: center;
    padding: .45rem .7rem;
    border: 1px solid rgba(18,49,74,.1);
    border-radius: 999px;
    background: #fff;
    font-size: .72rem;
    font-weight: 900;
    white-space: nowrap;
}

.rd-map-key-silver { color: #676d73; }
.rd-map-key-gold { color: #9b6900; }
.rd-map-key-platinum { color: #4a5360; }

.rd-listener-map-card {
    padding: 1rem;
    border: 1px solid rgba(18,49,74,.09);
    border-radius: var(--rd-radius);
    background: #fff;
    box-shadow: 0 18px 50px rgba(24,49,66,.09);
}

.rd-listener-map-stage {
    position: relative;
}

.rd-map-rotation-controls {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    z-index: 700;
    display: flex;
    align-items: center;
    gap: .45rem;
    padding: .45rem .55rem;
    border: 1px solid rgba(18,49,74,.12);
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 32px rgba(18,49,74,.2);
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
}

.rd-map-rotation-button,
.rd-map-rotation-toggle {
    border: 0;
    background: transparent;
    color: var(--rd-navy);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.rd-map-rotation-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-size: 1.55rem;
    line-height: 1;
}

.rd-map-rotation-button:hover,
.rd-map-rotation-toggle:hover {
    background: rgba(244,124,32,.1);
    color: var(--rd-orange-dark);
}

.rd-map-rotation-toggle {
    padding: .45rem .65rem;
    border-radius: 999px;
    font-size: .72rem;
}

.rd-map-rotation-count {
    min-width: 3rem;
    color: var(--rd-muted);
    font-size: .72rem;
    font-weight: 900;
    text-align: center;
}

#rd-listener-map-home {
    width: 100%;
    height: 520px;
    overflow: hidden;
    border-radius: 18px;
    background: #eaf1f4;
}

.rd-listener-map-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem .3rem .2rem;
    color: var(--rd-muted);
    font-weight: 700;
}

.rd-listener-map-footer a {
    color: var(--rd-orange-dark);
    font-weight: 900;
    text-decoration: none;
}

.rd-mobile-featured { display: none; }

.rd-home-leaflet-popup .leaflet-popup-content-wrapper {
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 17px;
    box-shadow: 0 18px 48px rgba(0,0,0,.22);
}
.rd-home-leaflet-popup .leaflet-popup-content { width: auto !important; margin: 0; }
.rd-home-leaflet-popup .leaflet-popup-tip { box-shadow: 3px 3px 8px rgba(0,0,0,.10); }
.rd-home-leaflet-popup .leaflet-popup-close-button {
    top: 7px; right: 7px; z-index: 5;
    width: 28px; height: 28px; line-height: 26px;
    border-radius: 50%; background: rgba(255,255,255,.2); color: #fff;
    font-size: 21px; font-weight: 700;
}
.rd-home-map-popup { min-width: 255px; background: #fff; font-family: inherit; }
.rd-home-map-popup-head {
    min-height: 64px; padding: 12px 42px 11px 15px;
    background: radial-gradient(circle at 90% 10%,rgba(255,255,255,.18),transparent 34%),linear-gradient(135deg,#ee6f12,#f58a32);
    color: #fff;
}
.rd-home-map-popup-brand { font-size: 12px; line-height: 1.2; letter-spacing: .09em; font-weight: 950; }
.rd-home-map-record { margin-top: 6px; color: rgba(255,255,255,.88); font-size: 10px; letter-spacing: .1em; font-weight: 900; }
.rd-home-map-status { display: inline-flex; align-items: center; gap: 5px; margin-top: 7px; padding: 5px 8px; border-radius: 999px; background: rgba(255,255,255,.93); font-size: 10px; line-height: 1; letter-spacing: .055em; font-weight: 950; box-shadow: 0 5px 14px rgba(0,0,0,.12); }
.rd-home-status-silver { color: #646a70; }
.rd-home-status-gold { color: #9b6900; }
.rd-home-status-platinum { color: #4a5360; }
.rd-home-map-popup-body { padding: 15px; }
.rd-home-map-popup-name { color: #111; font-size: 19px; line-height: 1.18; font-weight: 950; }
.rd-home-map-popup-location { margin-top: 4px; color: #666; font-size: 13.5px; line-height: 1.45; }
.rd-home-map-popup-report { margin-top: 12px; padding: 9px 10px; border: 1px solid rgba(244,124,32,.15); border-radius: 11px; background: rgba(244,124,32,.08); color: #444; font-size: 12.5px; line-height: 1.4; }
.rd-home-map-popup-link { display: inline-flex; margin-top: 12px; color: var(--rd-orange-dark) !important; font-size: 13px; line-height: 1.3; font-weight: 950; text-decoration: none; }

@media (max-width: 1050px) {
    .rd-module-grid.rd-module-grid-two { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
    .rd-listener-map-heading { display: block; }
    .rd-map-recognition-key { justify-content: flex-start; margin-top: 1rem; }
    #rd-listener-map-home { height: 365px; }
    .rd-listener-map-footer { display: block; }
    .rd-listener-map-footer a { display: inline-block; margin-top: .6rem; }
    .rd-mobile-featured { display: block; margin-bottom: .75rem; }
    .rd-mobile-featured:empty { display: none; }
    .rd-map-rotation-controls { bottom: .7rem; }
    .rd-map-rotation-toggle { display: none; }
}

@media (max-width: 430px) {
    #rd-listener-map-home { height: 330px; }
    .rd-map-key-badge { font-size: .65rem; }
}

.rd-mobile-featured {
    overflow: hidden;
    border: 1px solid rgba(244,124,32,.18);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0,0,0,.06);
}
.rd-mobile-featured-head { display:flex; align-items:center; justify-content:space-between; gap:.6rem; padding:.6rem .75rem; background:linear-gradient(135deg,#ee6f12,#f58a32); color:#fff; }
.rd-mobile-featured-brand { font-size:.62rem; letter-spacing:.08em; font-weight:950; }
.rd-mobile-featured-status { padding:.28rem .45rem; border-radius:999px; background:rgba(255,255,255,.94); color:#7b3a0c; font-size:.56rem; font-weight:950; white-space:nowrap; }
.rd-mobile-featured-body { padding:.7rem .75rem; }
.rd-mobile-featured-name { color:#111; font-size:1.05rem; line-height:1.2; font-weight:950; }
.rd-mobile-featured-meta,.rd-mobile-featured-count { margin-top:.25rem; color:#666; font-size:.78rem; line-height:1.4; }

/* v0.8.5: full listener recognition cards and dynamic map control bar */
.rd-listener-map-heading { display:block; margin-bottom:1.4rem; }
.rd-listener-map-heading > div:first-child > p:last-child { max-width:900px; }
.rd-recognition-cards { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.1rem; margin:0 0 1.35rem; }
.rd-recognition-card { position:relative; display:flex; justify-content:space-between; gap:1rem; min-height:190px; padding:1.45rem 1.55rem; overflow:hidden; border:1px solid rgba(18,49,74,.13); border-radius:18px; background:#fff; box-shadow:0 10px 28px rgba(24,49,66,.045); }
.rd-recognition-copy { position:relative; z-index:2; max-width:78%; }
.rd-recognition-card h3 { display:flex; align-items:center; gap:.65rem; margin:0 0 .7rem; color:var(--rd-navy); font-size:1.25rem; line-height:1.15; }
.rd-recognition-card strong { display:block; margin-bottom:.65rem; color:#111; font-size:.93rem; }
.rd-recognition-card p { margin:0; color:var(--rd-muted); font-size:.92rem; line-height:1.5; }
.rd-recognition-symbol { font-size:1.35rem; }
.rd-recognition-emblem { position:absolute; right:1.35rem; top:50%; display:flex; align-items:center; justify-content:center; width:5.2rem; height:5.2rem; border-radius:50%; font-size:2.2rem; transform:translateY(-50%); }
.rd-recognition-card-silver .rd-recognition-symbol { color:#8d949b; }
.rd-recognition-card-silver .rd-recognition-emblem { color:#56606b; background:rgba(143,150,157,.13); }
.rd-recognition-card-gold { border-color:rgba(196,130,0,.38); }
.rd-recognition-card-gold h3,.rd-recognition-card-gold .rd-recognition-symbol { color:#a97000; }
.rd-recognition-card-gold .rd-recognition-emblem { color:#b77a00; background:rgba(244,200,76,.2); }
.rd-recognition-card-platinum .rd-recognition-symbol { color:#3f4b59; }
.rd-recognition-card-platinum .rd-recognition-emblem { color:#344252; background:rgba(123,165,197,.16); }
.rd-listener-map-card { padding:1rem 1rem .7rem; }
#rd-listener-map-home { height:500px; }
.rd-map-control-bar { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:1rem; padding:1rem .65rem .9rem; border-bottom:1px solid rgba(18,49,74,.08); }
.rd-map-control-left,.rd-map-control-right { display:flex; align-items:center; gap:.75rem; }
.rd-map-control-right { justify-content:flex-end; }
.rd-map-control-button,.rd-map-auto-info { min-height:50px; border:1px solid rgba(18,49,74,.13); border-radius:12px; background:#fff; color:var(--rd-navy); box-shadow:0 5px 16px rgba(24,49,66,.035); }
.rd-map-control-button { display:inline-flex; align-items:center; justify-content:center; gap:.55rem; padding:.75rem 1rem; font:inherit; font-size:.82rem; font-weight:900; cursor:pointer; }
.rd-map-control-button:hover { border-color:rgba(244,124,32,.4); color:var(--rd-orange-dark); background:rgba(244,124,32,.04); }
.rd-map-pause-button { min-width:145px; }
.rd-map-control-icon { font-size:1rem; letter-spacing:-.15em; }
.rd-map-auto-info { display:flex; align-items:center; gap:.65rem; padding:.55rem .85rem; }
.rd-map-auto-info span:last-child { display:flex; flex-direction:column; }
.rd-map-auto-info strong { font-size:.78rem; line-height:1.2; }
.rd-map-auto-info small { margin-top:.1rem; color:var(--rd-muted); font-size:.7rem; }
.rd-map-auto-icon { font-size:1.55rem; }
.rd-map-current-listener { min-width:190px; text-align:center; color:var(--rd-navy); }
.rd-map-current-listener span { display:block; font-size:.88rem; }
.rd-map-current-listener strong { color:var(--rd-orange-dark); }
.rd-map-current-listener small { display:block; margin-top:.25rem; color:var(--rd-muted); font-size:.75rem; }
.rd-listener-map-footer { padding:.85rem .3rem .15rem; font-size:.82rem; }

@media (max-width:1050px) {
  .rd-recognition-cards { grid-template-columns:1fr; }
  .rd-recognition-card { min-height:150px; }
  .rd-recognition-copy { max-width:86%; }
  .rd-map-control-bar { grid-template-columns:1fr; }
  .rd-map-control-left,.rd-map-control-right { justify-content:center; }
  .rd-map-current-listener { order:-1; }
}
@media (max-width:820px) {
  .rd-recognition-card { padding:1.15rem; min-height:145px; }
  .rd-recognition-copy { max-width:78%; }
  .rd-recognition-emblem { right:1rem; width:4.2rem; height:4.2rem; font-size:1.8rem; }
  #rd-listener-map-home { height:390px; }
  .rd-map-control-left { display:grid; grid-template-columns:1fr 1fr; width:100%; }
  .rd-map-control-right { display:grid; grid-template-columns:1fr 1fr; width:100%; }
  .rd-map-control-button,.rd-map-auto-info { width:100%; }
  .rd-map-control-button span { display:inline; }
  .rd-listener-map-footer { display:flex; flex-direction:column; align-items:flex-start; }
}
@media (max-width:520px) {
  .rd-recognition-copy { max-width:100%; padding-right:3.3rem; }
  .rd-recognition-card h3 { font-size:1.05rem; }
  .rd-recognition-card p { font-size:.82rem; }
  .rd-recognition-emblem { width:3.2rem; height:3.2rem; font-size:1.35rem; }
  .rd-map-control-left { grid-template-columns:1fr; }
  #rd-listener-map-home { height:340px; }
}

/* v0.8.6: compact listener map layout for laptop screens */
@media (min-width:1051px) and (max-width:1450px) {
  .rd-listener-map-heading { margin-bottom:1rem; }
  .rd-recognition-cards { gap:.75rem; margin-bottom:.9rem; }
  .rd-recognition-card {
    min-height:112px;
    padding:1rem 1.05rem;
    border-radius:15px;
  }
  .rd-recognition-copy { max-width:calc(100% - 3.5rem); }
  .rd-recognition-card h3 { margin-bottom:.45rem; font-size:1.05rem; }
  .rd-recognition-card strong { margin:0; font-size:.82rem; line-height:1.35; }
  .rd-recognition-card p { display:none; }
  .rd-recognition-symbol { font-size:1rem; }
  .rd-recognition-emblem {
    right:.9rem;
    width:3.35rem;
    height:3.35rem;
    font-size:1.4rem;
  }
  .rd-listener-map-card { padding:.75rem .75rem .45rem; }
  #rd-listener-map-home { height:455px; }
  .rd-map-control-bar {
    gap:.65rem;
    padding:.65rem .35rem .55rem;
  }
  .rd-map-control-left,.rd-map-control-right { gap:.5rem; }
  .rd-map-control-button,.rd-map-auto-info {
    min-height:42px;
    border-radius:10px;
  }
  .rd-map-control-button { padding:.55rem .72rem; font-size:.75rem; }
  .rd-map-pause-button { min-width:122px; }
  .rd-map-auto-info { padding:.4rem .65rem; }
  .rd-map-auto-info strong { font-size:.71rem; }
  .rd-map-auto-info small { font-size:.63rem; }
  .rd-map-auto-icon { font-size:1.25rem; }
  .rd-map-current-listener { min-width:165px; }
  .rd-map-current-listener span { font-size:.78rem; }
  .rd-map-current-listener small { margin-top:.12rem; font-size:.68rem; }
  .rd-listener-map-footer { padding:.6rem .2rem .05rem; font-size:.75rem; }
  .rd-home-map-popup { min-width:225px; }
  .rd-home-map-popup-head { padding:9px 36px 8px 12px; }
  .rd-home-map-popup-brand { font-size:10px; }
  .rd-home-map-record { margin-top:4px; font-size:9px; }
  .rd-home-map-status { margin-top:5px; padding:4px 7px; font-size:9px; }
  .rd-home-map-popup-body { padding:12px; }
  .rd-home-map-popup-name { font-size:17px; }
  .rd-home-map-popup-location { font-size:12.5px; }
  .rd-home-map-popup-report { margin-top:9px; padding:7px 9px; font-size:11.5px; }
  .rd-home-map-popup-link { margin-top:9px; font-size:12px; }
}


/* v0.8.7: true one-screen laptop composition */
@media (min-width:1051px) and (max-width:1450px) {
  .rd-listener-map-section { padding-top:2.1rem; padding-bottom:2.1rem; }
  .rd-listener-map-heading { margin-bottom:.75rem; }
  .rd-listener-map-heading h2 { font-size:clamp(2rem,3.4vw,3.4rem); line-height:.98; }
  .rd-listener-map-heading > div:first-child > p:last-child { margin-top:.55rem; font-size:.95rem; }

  .rd-recognition-cards {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:.65rem;
    margin-bottom:.7rem;
  }
  .rd-recognition-card {
    min-height:86px;
    padding:.72rem .82rem;
    align-items:center;
    border-radius:14px;
  }
  .rd-recognition-copy { max-width:calc(100% - 2.75rem); }
  .rd-recognition-card h3 {
    margin:0 0 .28rem;
    gap:.45rem;
    font-size:.96rem;
    line-height:1.1;
  }
  .rd-recognition-card strong {
    margin:0;
    font-size:.72rem;
    line-height:1.25;
  }
  .rd-recognition-card p { display:none; }
  .rd-recognition-emblem {
    right:.7rem;
    width:2.65rem;
    height:2.65rem;
    font-size:1.15rem;
  }

  .rd-listener-map-card { padding:.62rem .62rem .35rem; border-radius:18px; }
  #rd-listener-map-home { height:390px; border-radius:14px; }

  .rd-map-control-bar {
    grid-template-columns:auto 1fr auto;
    gap:.5rem;
    padding:.5rem .15rem .45rem;
  }
  .rd-map-control-button,.rd-map-auto-info { min-height:38px; }
  .rd-map-control-button { padding:.45rem .62rem; font-size:.69rem; }
  .rd-map-pause-button { min-width:108px; }
  .rd-map-auto-info { padding:.32rem .55rem; }
  .rd-map-auto-info strong { font-size:.66rem; }
  .rd-map-auto-info small { font-size:.59rem; }
  .rd-map-auto-icon { font-size:1.1rem; }
  .rd-map-current-listener { min-width:145px; }
  .rd-map-current-listener span { font-size:.71rem; }
  .rd-map-current-listener small { font-size:.62rem; }
  .rd-listener-map-footer { padding:.45rem .15rem .02rem; font-size:.68rem; }

  .rd-home-map-popup { min-width:205px; }
  .rd-home-map-popup-head { min-height:50px; padding:8px 32px 7px 10px; }
  .rd-home-map-popup-brand { font-size:9px; }
  .rd-home-map-record { font-size:8px; }
  .rd-home-map-popup-body { padding:10px; }
  .rd-home-map-popup-name { font-size:15px; }
  .rd-home-map-popup-location { font-size:11.5px; }
  .rd-home-map-popup-report { margin-top:7px; padding:6px 8px; font-size:10.5px; }
  .rd-home-map-popup-link { margin-top:7px; font-size:11px; }
}

/* v0.8.8: Core-powered community score and listener feed */
.rd-community-section{padding:72px 0;background:linear-gradient(180deg,#fff 0%,#fffaf6 100%)}
.rd-community-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:24px}
.rd-community-heading h2{max-width:760px;margin:.2rem 0 .55rem;font-size:clamp(2rem,3vw,3.7rem);line-height:.98;letter-spacing:-.045em}
.rd-community-heading p:last-child{max-width:760px;color:var(--rd-muted,#667085)}
.rd-community-submit{flex:0 0 auto;padding:14px 20px;border:1px solid rgba(13,19,35,.12);border-radius:999px;background:#fff;font-weight:800;box-shadow:0 10px 28px rgba(13,19,35,.06)}
.rd-community-grid{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:18px}
.rd-community-score-card,.rd-community-feed-card{min-height:340px;padding:24px;border:1px solid rgba(13,19,35,.08);border-radius:24px;background:#fff;box-shadow:0 18px 44px rgba(13,19,35,.07)}
.rd-community-score-card{background:radial-gradient(circle at 92% 8%,rgba(255,122,27,.13),transparent 29%),#fff}
.rd-community-eyebrow{display:block;margin-bottom:8px;color:#f47721;font-size:.76rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.rd-community-score-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.rd-community-score-line{display:flex;align-items:flex-end;gap:6px;color:#0d1323}
.rd-community-score-line strong{font-size:4rem;line-height:.9;letter-spacing:-.06em}
.rd-community-score-line span{padding-bottom:7px;font-size:1.1rem;font-weight:800;color:#687080}
.rd-community-stars{margin:12px 0 8px;color:#ff781f;font-size:1.55rem;letter-spacing:.1em;white-space:nowrap}
.rd-community-score-top p{font-size:.92rem;color:#687080}
.rd-community-score-badge{display:flex;align-items:center;gap:9px;padding:11px 13px;border-radius:16px;background:#fff5eb;border:1px solid rgba(244,119,33,.18)}
.rd-community-score-badge span{font-size:1.6rem;color:#ff781f}.rd-community-score-badge small{font-size:.72rem;line-height:1.15;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.rd-community-rating-bars{display:grid;gap:7px;margin:22px 0 18px}
.rd-community-rating-row{display:grid;grid-template-columns:28px 1fr 34px;align-items:center;gap:8px;font-size:.78rem;color:#667085}
.rd-community-rating-track{height:7px;border-radius:999px;background:#edf0f4;overflow:hidden}
.rd-community-rating-fill{height:100%;border-radius:inherit;background:#ff781f}
.rd-community-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:15px;border-top:1px solid rgba(13,19,35,.08)}
.rd-community-metrics div{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:14px;background:#f8f9fb}
.rd-community-metrics span{font-size:.76rem;color:#687080}.rd-community-metrics strong{font-size:1.05rem;color:#0d1323}
.rd-community-feed-card{display:flex;flex-direction:column}
.rd-community-feed-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.rd-community-feed-head h3{margin:0;font-size:1.45rem}.rd-community-feed-counter{padding:6px 10px;border-radius:999px;background:#f5f6f8;color:#667085;font-size:.75rem;font-weight:850}
.rd-community-feed-stage{flex:1;display:flex;align-items:stretch;margin-top:18px}
.rd-community-report-card{width:100%;display:grid;grid-template-columns:minmax(150px,.42fr) minmax(0,.58fr);gap:18px;padding:20px;border-radius:20px;background:linear-gradient(135deg,#101828,#182237);color:#fff;opacity:1;transform:translateY(0);transition:opacity .22s ease,transform .22s ease}.rd-community-report-card.is-changing{opacity:.18;transform:translateY(4px)}
.rd-community-report-meta{display:flex;flex-direction:column;justify-content:space-between;gap:16px}
.rd-community-report-location{font-size:1.45rem;line-height:1.05;font-weight:900}.rd-community-report-country{display:block;margin-top:5px;font-size:.9rem;font-weight:600;color:rgba(255,255,255,.68)}
.rd-community-report-tags{display:flex;flex-wrap:wrap;gap:7px}.rd-community-report-tag{padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.09);font-size:.73rem;font-weight:800}
.rd-community-report-copy{display:flex;flex-direction:column;justify-content:center;padding-left:18px;border-left:1px solid rgba(255,255,255,.14)}
.rd-community-report-stars{color:#ff8a36;letter-spacing:.09em;font-size:1.05rem}.rd-community-report-quote{margin:12px 0;font-size:1.2rem;line-height:1.35;font-weight:750}.rd-community-report-setup{font-size:.78rem;line-height:1.55;color:rgba(255,255,255,.68)}
.rd-community-feed-controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:12px}.rd-community-feed-controls button{width:36px;height:36px;border:1px solid rgba(13,19,35,.1);border-radius:50%;background:#fff;font-weight:900;cursor:pointer}.rd-community-feed-controls span{margin-right:auto;font-size:.76rem;color:#7b8494}
.rd-community-loading{color:#7b8494;font-size:.9rem}
.rd-module-grid-one{grid-template-columns:1fr}
@media (min-width:1024px) and (max-width:1440px){.rd-community-section{padding:46px 0}.rd-community-heading{margin-bottom:17px}.rd-community-heading h2{font-size:2.45rem}.rd-community-score-card,.rd-community-feed-card{min-height:286px;padding:19px}.rd-community-score-line strong{font-size:3.15rem}.rd-community-rating-bars{margin:15px 0 12px}.rd-community-report-card{padding:16px}.rd-community-report-quote{font-size:1.02rem}.rd-community-report-location{font-size:1.2rem}}
@media(max-width:900px){.rd-community-heading{align-items:flex-start;flex-direction:column}.rd-community-grid{grid-template-columns:1fr}.rd-community-score-card,.rd-community-feed-card{min-height:0}}
@media(max-width:620px){.rd-community-section{padding:44px 0}.rd-community-heading h2{font-size:2.25rem}.rd-community-submit{width:100%;text-align:center}.rd-community-score-card,.rd-community-feed-card{padding:18px;border-radius:20px}.rd-community-score-badge{display:none}.rd-community-score-line strong{font-size:3.2rem}.rd-community-report-card{grid-template-columns:1fr}.rd-community-report-copy{padding:14px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.14)}.rd-community-metrics{grid-template-columns:1fr}}

/* v0.9.1: static latest-five verified reception feed from Radio Delta Core */
.rd-community-feed-stage{display:block;overflow:hidden}
.rd-community-list{display:grid;gap:0;border-top:1px solid rgba(13,19,35,.07)}
.rd-community-list-item{display:grid;grid-template-columns:minmax(150px,.38fr) minmax(0,.62fr);gap:16px;padding:13px 2px;border-bottom:1px solid rgba(13,19,35,.07)}
.rd-community-list-item:last-child{border-bottom:0}
.rd-community-list-main{min-width:0}
.rd-community-list-location{font-size:.98rem;line-height:1.15;font-weight:900;color:#0d1323}
.rd-community-list-country{margin-top:2px;font-size:.76rem;color:#747d8e}
.rd-community-list-meta{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}
.rd-community-list-meta span{padding:4px 7px;border-radius:999px;background:#f3f5f8;color:#3f4858;font-size:.65rem;font-weight:800}
.rd-community-list-copy{min-width:0;padding-left:15px;border-left:1px solid rgba(13,19,35,.08)}
.rd-community-list-stars{color:#ff781f;font-size:.82rem;letter-spacing:.06em}
.rd-community-list-copy blockquote{margin:5px 0 4px;color:#1f2937;font-size:.82rem;line-height:1.35;font-weight:700;font-style:normal}
.rd-community-list-copy small,.rd-community-list-noquote{display:block;margin:0;color:#7a8392;font-size:.67rem;line-height:1.35}
.rd-community-feed-card{min-height:0}
.rd-community-feed-counter{white-space:nowrap}
@media (min-width:1024px) and (max-width:1440px){
  .rd-community-list-item{padding:9px 0;gap:12px}
  .rd-community-list-location{font-size:.88rem}
  .rd-community-list-copy{padding-left:11px}
  .rd-community-list-copy blockquote{font-size:.74rem;line-height:1.28}
  .rd-community-list-copy small,.rd-community-list-noquote{font-size:.61rem}
  .rd-community-list-meta{margin-top:5px}
  .rd-community-list-meta span{font-size:.58rem;padding:3px 6px}
}
@media(max-width:620px){
  .rd-community-list-item{grid-template-columns:1fr;gap:8px;padding:14px 0}
  .rd-community-list-copy{padding:0;border-left:0}
}


/* v0.9.2 — five latest Core reports with listener names */
.rd-community-list-name{font-size:1rem;line-height:1.15;font-weight:950;color:#0d1323}
.rd-community-list-location{margin-top:2px;font-size:.73rem;line-height:1.25;font-weight:600;color:#747d8e}
.rd-community-list-item{padding:10px 2px;gap:14px}
.rd-community-list-copy blockquote{margin:3px 0;color:#1f2937;font-size:.77rem;line-height:1.28;font-weight:700;font-style:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.rd-community-list-copy small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rd-community-list-stars{font-size:.75rem}
@media (min-width:1024px) and (max-width:1440px){
  .rd-community-list-item{padding:7px 0;gap:10px}
  .rd-community-list-name{font-size:.84rem}
  .rd-community-list-location{font-size:.63rem}
  .rd-community-list-copy{padding-left:10px}
  .rd-community-list-copy blockquote{font-size:.67rem;line-height:1.22;-webkit-line-clamp:1}
  .rd-community-list-copy small{font-size:.56rem}
  .rd-community-list-stars{font-size:.66rem}
  .rd-community-list-meta span{font-size:.54rem;padding:3px 5px}
}
@media(max-width:620px){
  .rd-community-list-item{grid-template-columns:1fr;gap:7px;padding:13px 0}
  .rd-community-list-copy{padding:0;border-left:0}
  .rd-community-list-copy blockquote{-webkit-line-clamp:3}
  .rd-community-list-copy small{white-space:normal}
}


/* v0.9.3 — community polish and compact section flow */
.rd-community-stars{font-size:1.38rem;letter-spacing:.085em}
.rd-community-rating-track{height:9px}
.rd-community-rating-row strong{color:#344054;font-weight:900}
.rd-community-metrics div:first-child{align-items:center}
.rd-community-metrics div:first-child span{max-width:125px;line-height:1.2}
.rd-community-list-item{
  border-radius:12px;
  transition:background-color .18s ease,transform .18s ease;
}
.rd-community-list-item:hover{
  background:#fffaf5;
  transform:translateX(2px);
}
.rd-community-list-name{
  display:flex;
  align-items:center;
  gap:.42rem;
  font-weight:1000;
}
.rd-community-country-flag{font-size:1rem;line-height:1;flex:0 0 auto}
.rd-community-list-stars{font-size:.68rem;letter-spacing:.045em}
.rd-community-list-copy small{font-size:.61rem;color:#858d9b}
.rd-community-list-copy blockquote{max-width:100%}
@media (min-width:1024px) and (max-width:1440px){
  .rd-community-stars{font-size:1.22rem}
  .rd-community-rating-track{height:8px}
  .rd-community-country-flag{font-size:.82rem}
  .rd-community-list-stars{font-size:.61rem}
  .rd-community-list-copy small{font-size:.53rem}
}
@media(max-width:620px){
  .rd-community-country-flag{font-size:.95rem}
}


/* v0.9.4 — compact Listener Map intro on laptop so the map remains visible */
@media (min-width:1024px) and (max-width:1440px){
  .rd-listener-map-heading{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    column-gap:1.4rem;
    row-gap:.45rem;
    align-items:center;
    margin-bottom:.8rem;
  }
  .rd-listener-map-heading > div:first-child{
    max-width:none;
  }
  .rd-listener-map-heading .rd-kicker{
    margin-bottom:.32rem;
  }
  .rd-listener-map-heading h2{
    max-width:760px;
    margin-bottom:.35rem;
    font-size:2.05rem;
    line-height:1.02;
  }
  .rd-listener-map-heading p:not(.rd-kicker){
    max-width:860px;
    margin:0;
    font-size:.92rem;
    line-height:1.4;
  }
  .rd-listener-map-heading-link{
    grid-column:2;
    grid-row:1 / span 2;
    align-self:center;
    padding:11px 16px;
    font-size:.9rem;
  }
  .rd-recognition-cards{
    margin-bottom:.65rem;
  }
}

@media (min-width:1024px) and (max-height:900px){
  .rd-listener-map-heading p:not(.rd-kicker){
    display:none;
  }
  .rd-listener-map-heading h2{
    margin-bottom:0;
  }
  .rd-listener-map-heading{
    margin-bottom:.65rem;
  }
}


/* v0.9.8 — viewport-aware desktop layout
   Keeps complete homepage modules visible on wide desktop screens with limited height. */
@media (min-width: 1000px) {
  .rd-community-grid{
    align-items:start;
  }
  .rd-community-score-card,
  .rd-community-feed-card{
    min-height:0;
  }
}

/* Wide desktop and iMac-style screens: prevent oversized editorial layout. */
@media (min-width: 1441px) {
  .rd-community-heading{
    margin-bottom:1.15rem;
  }
  .rd-community-heading h2{
    max-width:900px;
    font-size:clamp(2.35rem,2.55vw,3.1rem);
    line-height:1;
  }
  .rd-community-score-card,
  .rd-community-feed-card{
    padding:1.25rem;
  }
  .rd-community-score-line strong{
    font-size:3.35rem;
  }
  .rd-community-rating-bars{
    margin:1rem 0 .85rem;
  }

  .rd-listener-map-heading{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    column-gap:1.5rem;
    margin-bottom:.9rem;
  }
  .rd-listener-map-heading > div:first-child{
    max-width:none;
  }
  .rd-listener-map-heading h2{
    max-width:920px;
    margin:.2rem 0 .35rem;
    font-size:clamp(2.35rem,3vw,3.25rem);
    line-height:.98;
  }
  .rd-listener-map-heading p:not(.rd-kicker){
    max-width:900px;
    margin:.35rem 0 0;
    font-size:.95rem;
    line-height:1.4;
  }
  .rd-listener-map-heading-link{
    grid-column:2;
    grid-row:1;
    align-self:center;
  }
  .rd-recognition-cards{
    gap:.8rem;
    margin-bottom:.8rem;
  }
  .rd-recognition-card{
    min-height:112px;
    padding:1rem 1.15rem;
  }
  .rd-recognition-card h3{
    margin-bottom:.42rem;
    font-size:1.02rem;
  }
  .rd-recognition-card strong{
    margin-bottom:.38rem;
    font-size:.78rem;
  }
  .rd-recognition-card p{
    font-size:.76rem;
    line-height:1.35;
  }
  .rd-recognition-emblem{
    right:1rem;
    width:3.8rem;
    height:3.8rem;
    font-size:1.65rem;
  }
  #rd-listener-map-home{
    height:430px;
  }
}

/* =========================================================
   v0.9.9 — Compact navigation drawer
   ========================================================= */
.rd-menu-panel {
    inset: 0;
    padding: 0;
    background: transparent;
    transform: none;
    overflow: hidden;
}

.rd-menu-panel[aria-hidden="true"] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.rd-menu-panel[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.rd-menu-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(6, 17, 29, .48);
    backdrop-filter: blur(5px);
    cursor: pointer;
    opacity: 0;
    transition: opacity .28s ease;
}

.rd-menu-panel[aria-hidden="false"] .rd-menu-backdrop {
    opacity: 1;
}

.rd-menu-drawer {
    position: absolute;
    top: 0;
    right: 0;
    width: min(460px, 92vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 7.25rem 2.25rem 2rem;
    background: linear-gradient(155deg, #fffefa 0%, #f7f2e8 100%);
    border-left: 1px solid rgba(18,49,74,.12);
    box-shadow: -24px 0 70px rgba(5,17,29,.22);
    transform: translateX(100%);
    transition: transform .32s cubic-bezier(.22,.75,.25,1);
    overflow-y: auto;
}

.rd-menu-panel[aria-hidden="false"] .rd-menu-drawer {
    transform: translateX(0);
}

.rd-menu-drawer-head {
    padding-bottom: 1.4rem;
    border-bottom: 1px solid rgba(18,49,74,.12);
}

.rd-menu-drawer-head .rd-kicker {
    margin-bottom: .35rem;
}

.rd-menu-drawer-tagline {
    margin: 0;
    color: var(--rd-navy);
    font-size: 1.02rem;
    font-weight: 780;
    letter-spacing: -.015em;
}

.rd-menu-navigation {
    flex: 1 0 auto;
    padding: 1.25rem 0 2rem;
}

.rd-menu-compact li {
    border-bottom: 1px solid rgba(18,49,74,.11);
}

.rd-menu-compact a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    color: var(--rd-navy);
    font-size: clamp(1.35rem, 2.1vw, 1.72rem);
    font-weight: 820;
    line-height: 1.15;
    letter-spacing: -.025em;
}

.rd-menu-compact a:hover,
.rd-menu-compact a:focus {
    padding-left: 0;
    color: var(--rd-orange);
}

.rd-menu-arrow {
    flex: 0 0 auto;
    color: var(--rd-orange);
    font-size: 1.15rem;
    transition: transform .18s ease;
}

.rd-menu-compact a:hover .rd-menu-arrow,
.rd-menu-compact a:focus .rd-menu-arrow {
    transform: translateX(4px);
}

.rd-menu-drawer-footer {
    padding-top: 1.25rem;
    border-top: 1px solid rgba(18,49,74,.12);
}

.rd-menu-identity-card {
    margin-bottom: 1rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(18,49,74,.10);
    border-radius: 12px;
    background: rgba(255,255,255,.48);
}

.rd-menu-identity-card p {
    margin: 0;
}

.rd-menu-identity-name {
    color: var(--rd-orange);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.rd-menu-identity-slogan {
    margin-top: .35rem !important;
    color: var(--rd-navy);
    font-size: 1rem;
    font-weight: 820;
    line-height: 1.25;
    letter-spacing: -.015em;
}

.rd-menu-identity-location {
    margin-top: .42rem !important;
    color: var(--rd-muted);
    font-size: .8rem;
    line-height: 1.45;
}

.rd-menu-report-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    min-height: 54px;
    padding: .85rem 1.05rem;
    border-radius: 12px;
    background: var(--rd-orange);
    color: #fff;
    text-decoration: none;
    font-weight: 830;
    box-shadow: 0 12px 28px rgba(229,91,45,.22);
}

.rd-menu-report-cta:hover,
.rd-menu-report-cta:focus {
    color: #fff;
    transform: translateY(-1px);
}

html.rd-menu-is-open,
body.rd-menu-is-open {
    overflow: hidden;
}

@media (max-width: 620px) {
    .rd-menu-drawer {
        width: 100%;
        padding: 6.25rem 1.4rem 1.35rem;
    }

    .rd-menu-compact a {
        padding: .9rem 0;
        font-size: 1.42rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rd-menu-backdrop,
    .rd-menu-drawer {
        transition: none;
    }
}

/* v0.9.19-homepage-stabilization-test */
.rd-now-artwork.is-artwork-loading img { opacity: .82; }
.rd-now-artwork.has-fallback { border-color: rgba(255,121,50,.35); }

.rd-recently-played-panel-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .8rem;
    margin-bottom: .55rem;
}

.rd-recently-played-panel-head strong {
    font-size: .82rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #e7edf4;
}

.rd-recently-played-panel-head span {
    font-size: .69rem;
    color: #95a3b2;
}

.rd-recently-played-list {
    display: grid;
    gap: .52rem;
    overflow:visible;
    padding-right: 0;
}

.rd-recently-played-item {
    display: grid;
    grid-template-columns: 24px 60px minmax(0,1fr) auto;
    gap: .62rem;
    align-items: center;
    padding: .46rem .3rem;
    border-top: 1px solid rgba(255,255,255,.085);
    border-radius: 10px;
    transition: background-color .18s ease, border-color .18s ease;
}

.rd-recently-played-item:hover,
.rd-recently-played-item:focus-within {
    background: rgba(255,255,255,.045);
    border-color: rgba(255,150,84,.3);
}

.rd-recently-played-item:first-child {
    border-top: 0;
}

.rd-recently-played-index {
    font-size: .66rem;
    color: #8b98a8;
    font-weight: 900;
    letter-spacing: .08em;
}

.rd-recently-played-artwork {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    background: #121b29;
    border: 1px solid rgba(255,121,50,.28);
}

.rd-recently-played-text {
    min-width: 0;
}

.rd-recently-played-text strong,
.rd-recently-played-text p {
    display: block;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-recently-played-text strong {
    color: #f4f7fb;
    font-size: .86rem;
    font-weight: 800;
}

.rd-recently-played-title {
    margin-top: .06rem;
    color: #ffffff;
    font-size: .89rem;
    font-weight: 760;
}

.rd-recently-played-meta {
    margin-top: .08rem;
    color: #aeb9c6;
    font-size: .75rem;
}

.rd-recently-played-played-at {
    margin-top: .1rem;
    color: #8f9cac;
    font-size: .72rem;
}

.rd-recently-played-decade {
    align-self: start;
    justify-self: end;
    margin-top: .12rem;
    padding: .2rem .45rem;
    border-radius: 999px;
    color: #ffd9ba;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    background: rgba(255, 128, 42, .18);
    border: 1px solid rgba(255, 155, 90, .3);
}

.rd-recently-played-empty {
    margin: 0;
    font-size: .79rem;
    color: #9ba8b8;
    padding: .42rem 0;
}

@media (max-width: 620px) {
    .rd-recently-played-item {
        grid-template-columns: 20px 54px minmax(0,1fr);
        gap: .52rem;
    }

    .rd-recently-played-artwork {
        width: 54px;
        height: 54px;
    }

    .rd-recently-played-decade {
        grid-column: 2 / 4;
        justify-self: start;
        margin-top: .2rem;
    }
}

.rd-upcoming-item {
    padding: .68rem 0;
}

.rd-upcoming-content {
    min-width: 0;
}

.rd-upcoming-content p {
    margin: .25rem 0 .25rem;
}

.rd-upcoming-content p span {
    color: var(--rd-muted);
}

.rd-upcoming-content small {
    display: block;
    color: var(--rd-brand-dark);
    font-size: .79rem;
    font-weight: 800;
}

.rd-community-dedupe-note {
    margin: .6rem 0 0;
    color: #8a93a1;
    font-size: .67rem;
    line-height: 1.35;
}

.rd-footer-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.8rem;
}

.rd-footer-block {
    display: grid;
    align-content: start;
    gap: .5rem;
}

.rd-footer-block > strong {
    font-size: .93rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rd-footer-brand small {
    color: #9fb2c0;
    font-size: .84rem;
}

.rd-footer-broadcast p {
    margin: 0;
    display: grid;
    gap: .14rem;
}

.rd-footer-broadcast span {
    color: #8fa3b3;
    font-size: .73rem;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.rd-footer-broadcast b {
    color: #e8f0f7;
    font-size: .93rem;
}

.rd-footer-links .rd-footer-menu {
    display: grid;
    gap: .38rem;
}

.rd-footer-links .rd-footer-menu a {
    color: #d6e2ec;
}

.rd-footer-links .rd-footer-menu a:hover,
.rd-footer-links .rd-footer-menu a:focus {
    color: #ff9b66;
}

.rd-footer-copy {
    grid-column: 1 / -1;
}

@media (max-width: 980px) {
    .rd-footer-inner {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }
}

/* Homepage final section rhythm */
.rd-home-hero + .rd-community-section {
    margin-top: 0;
}

.rd-home-hero + .rd-community-section > .rd-section-inner {
    padding-top: 0;
}

.rd-home-intro,
.rd-upcoming-section,
.rd-listener-map-section,
.rd-community-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.rd-home-intro > .rd-section-inner {
    padding-top: 34px;
    padding-bottom: 38px;
}

.rd-upcoming-section > .rd-section-inner {
    padding-top: 32px;
    padding-bottom: 28px;
}

.rd-listener-map-section > .rd-section-inner {
    padding-top: 34px;
    padding-bottom: 30px;
}

.rd-community-section > .rd-section-inner {
    padding-top: 26px;
    padding-bottom: 48px;
}

.rd-hero-facts {
    margin-bottom: 1.2rem;
}

.rd-home-intro .rd-section-heading,
.rd-upcoming-section .rd-section-heading,
.rd-listener-map-section .rd-section-heading,
.rd-community-heading {
    margin-bottom: 1.25rem;
}

.rd-home-intro .rd-section-heading {
    grid-template-columns: minmax(0, .44fr) minmax(0, .56fr);
    gap: 1.25rem;
    align-items: end;
}

.rd-home-intro .rd-section-heading h2 {
    margin: 0;
}

.rd-home-intro .rd-section-intro {
    max-width: 700px;
    margin: .75rem 0 0;
    color: var(--rd-muted);
    font-size: 1rem;
    line-height: 1.55;
}

.rd-home-intro .rd-feature-card {
    display: flex;
    flex-direction: column;
    min-height: 246px;
    padding: clamp(1.1rem, 1.9vw, 1.5rem);
}

.rd-home-intro .rd-card-number {
    margin-bottom: 1.15rem;
}

.rd-home-intro .rd-feature-card h3 {
    margin: 0 0 .45rem;
}

.rd-listener-map-heading {
    align-items: flex-start;
    grid-template-columns: 1fr;
    margin-bottom: .7rem;
}

.rd-listener-map-heading > div {
    max-width: 900px;
}

.rd-listener-map-heading > div > p:not(.rd-kicker) {
    margin: .45rem 0 0;
}

.rd-listener-map-heading-link {
    display: inline-flex;
    margin-top: .7rem;
    padding: .82rem 1.2rem;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(13,19,35,.06);
}

.rd-listener-map-card {
    padding: .95rem .95rem .55rem;
    border-radius: 24px;
}

#rd-listener-map-home {
    height: 525px;
    border-radius: 16px;
}

.rd-map-control-bar {
    gap: .8rem;
    padding: .85rem .45rem .75rem;
}

.rd-map-control-button,
.rd-map-auto-info {
    min-height: 46px;
}

.rd-map-current-listener {
    min-width: 170px;
}

.rd-listener-map-footer {
    padding: .75rem .2rem .05rem;
}

.rd-home-leaflet-popup .leaflet-popup-content-wrapper {
    transform: translateY(-6px);
}

.rd-home-map-popup {
    min-width: 240px;
}


.rd-upcoming-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: .7rem;
    align-items: end;
    margin-bottom: .8rem;
}

.rd-upcoming-section-head h2 {
    margin: .2rem 0 0;
    color: var(--rd-navy);
    font-size: clamp(1.7rem, 2.4vw, 2.55rem);
    line-height: 1;
    letter-spacing: -.04em;
}

.rd-upcoming-section-head > div > p:not(.rd-kicker) {
    margin: .55rem 0 0;
    color: var(--rd-muted);
    max-width: 680px;
}

.rd-upcoming-icon {
    display: inline-flex;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 30%, rgba(255,138,54,.18), rgba(229,91,45,.08));
    border: 1px solid rgba(229,91,45,.24);
}

.rd-upcoming-icon svg {
    width: 74px;
    height: 74px;
}

.rd-upcoming-feature {
    min-height: 0;
    padding: .98rem 1.02rem;
    border: 1px solid rgba(229,91,45,.3);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(18,49,74,.13);
    background:
        radial-gradient(circle at 92% 8%, rgba(229,91,45,.16), transparent 40%),
        linear-gradient(148deg, #fff, #fbf4ea 78%);
}

.rd-upcoming-feature-main {
    display: grid;
    grid-template-columns: minmax(0, .65fr) minmax(260px, .35fr);
    gap: .72rem;
    align-items: stretch;
}

.rd-upcoming-feature-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .7rem;
}

.rd-upcoming-feature-left,
.rd-upcoming-feature-right {
    min-width: 0;
}

.rd-upcoming-feature-badge {
    display: inline-flex;
    align-items: center;
    padding: .34rem .72rem;
    border-radius: 999px;
    background: rgba(229,91,45,.16);
    color: var(--rd-orange-dark);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.rd-upcoming-feature-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: .34rem .62rem;
    border-radius: 999px;
    background: rgba(18,49,74,.1);
    color: var(--rd-navy);
    border: 1px solid rgba(18,49,74,.15);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rd-upcoming-feature-status.is-live {
    background: rgba(204,42,32,.12);
    color: #b22420;
    border-color: rgba(204,42,32,.28);
}

.rd-upcoming-feature h3 {
    margin: .62rem 0 .52rem;
    color: var(--rd-navy);
    font-size: clamp(1.6rem, 2.6vw, 2.3rem);
    line-height: 1.02;
    letter-spacing: -.03em;
}

.rd-upcoming-feature-urgency {
    margin: .28rem 0 .22rem;
    color: #1a364d;
    font-size: .98rem;
    font-weight: 800;
}

.rd-upcoming-feature-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .52rem;
}

.rd-upcoming-feature-facts > div {
    display: grid;
    gap: .12rem;
    padding: .54rem .62rem;
    border-radius: 12px;
    border: 1px solid rgba(18,49,74,.12);
    background: rgba(255,255,255,.76);
}

.rd-upcoming-feature-facts span {
    color: #5f7080;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rd-upcoming-feature-facts strong {
    color: #0f2b42;
    font-size: 1.04rem;
    line-height: 1.12;
}

.rd-upcoming-feature-reception {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    display: grid;
    gap: .2rem;
    padding: .56rem .62rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 193, 138, .26);
    background: rgba(8, 18, 31, .58);
    backdrop-filter: blur(2px);
}

.rd-upcoming-feature-reception strong {
    margin: 0;
    color: #ffd4ab;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rd-upcoming-feature-reception p,
.rd-upcoming-feature-reception small {
    margin: 0;
    color: rgba(240,248,255,.9);
    font-size: .72rem;
    line-height: 1.35;
}

.rd-upcoming-feature-copy {
    margin: .74rem 0 0;
    color: #405164;
    font-size: .95rem;
}

.rd-upcoming-feature-date {
    margin: .1rem 0 0;
    color: var(--rd-navy);
    font-size: .94rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.rd-upcoming-feature-time {
    margin: .52rem 0 0;
    color: #405164;
    font-size: .95rem;
    font-weight: 780;
}

.rd-upcoming-feature-right {
    display: grid;
    gap: .55rem;
    align-content: start;
    padding: 0;
    border-radius: 16px;
    border: 0;
    background: transparent;
}

.rd-upcoming-feature-visual {
    position: relative;
    overflow: hidden;
    min-height: 252px;
    padding: 0;
    border-radius: 16px;
    border: 1px solid rgba(18,49,74,.14);
    background: #11263a;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 12px 28px rgba(8,16,28,.24);
}

.rd-upcoming-feature-visual-media {
    position: absolute;
    inset: 0;
}

.rd-upcoming-feature-visual-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rd-upcoming-feature-visual-tint {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7,16,29,.2) 0%, rgba(7,16,29,.55) 58%, rgba(7,16,29,.84) 100%),
        radial-gradient(circle at 84% 12%, rgba(255,141,64,.2), transparent 36%);
}

.rd-upcoming-feature-visual-overlay {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: end;
    gap: .68rem;
    min-height: 252px;
    padding: .86rem;
}

.rd-upcoming-feature-frequency {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: .42rem;
}

.rd-upcoming-feature-frequency span {
    color: #ffd2a6;
    font-size: clamp(1.7rem, 2.7vw, 2.35rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.015em;
    text-shadow: 0 6px 18px rgba(0,0,0,.34);
}

.rd-upcoming-feature-frequency small {
    color: rgba(240,248,255,.78);
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.rd-upcoming-feature-band {
    margin: .16rem 0 0;
    color: rgba(240,248,255,.82);
    font-size: .82rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.rd-upcoming-feature-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .7rem 1.02rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff8a36, #e55b2d);
    color: #fff8f2;
    font-size: .95rem;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(13,28,44,.34);
    transition: transform .22s ease, background-color .22s ease;
}

.rd-upcoming-feature-actions {
    display: flex;
    align-items: center;
    gap: .62rem;
    margin-top: .72rem;
}

.rd-upcoming-cta-primary {
    min-width: 220px;
}

.rd-upcoming-cta-secondary {
    min-width: 170px;
}

.rd-upcoming-feature-calendar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .58rem .82rem;
    border-radius: 999px;
    border: 1px solid rgba(18,49,74,.18);
    color: #1f384f;
    background: rgba(255,255,255,.82);
    text-decoration: none;
    font-size: .86rem;
    font-weight: 840;
}

.rd-upcoming-feature-calendar:hover,
.rd-upcoming-feature-calendar:focus {
    color: #0f2b42;
    border-color: rgba(18,49,74,.28);
}

.rd-upcoming-support-label {
    margin: .72rem 0 .36rem;
    color: var(--rd-navy);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.rd-upcoming-feature-cta:hover,
.rd-upcoming-feature-cta:focus {
    color: #fff;
    background: linear-gradient(135deg, #ff9446, #eb6735);
    transform: translateY(-1px);
}

.rd-upcoming-support-grid {
    display: grid;
    gap: .56rem;
    margin-top: .56rem;
}

.rd-upcoming-support-grid-1 {
    grid-template-columns: 1fr;
}

.rd-upcoming-support-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rd-upcoming-support-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rd-upcoming-support-card {
    display: grid;
    gap: .26rem;
    min-height: 0;
    padding: .62rem .66rem;
    border-radius: 16px;
    border: 1px solid rgba(18,49,74,.1);
    background: rgba(255,255,255,.9);
}

.rd-upcoming-support-date {
    margin: 0;
    color: var(--rd-navy);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rd-upcoming-support-card h4 {
    margin: .06rem 0;
    color: var(--rd-navy);
    font-size: 1.02rem;
    line-height: 1.12;
}

.rd-upcoming-support-time,
.rd-upcoming-support-frequency,
.rd-upcoming-support-band,
.rd-upcoming-support-relative {
    margin: 0;
    color: #4c5f70;
    font-size: .82rem;
}

.rd-upcoming-support-band {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.rd-upcoming-support-relative {
    margin-top: .2rem;
    display: inline-flex;
    width: fit-content;
    padding: .2rem .55rem;
    border-radius: 999px;
    color: var(--rd-orange-dark);
    font-size: .71rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    background: rgba(229,91,45,.08);
}

.rd-upcoming-countdown-muted {
    background: rgba(18,49,74,.06);
    color: var(--rd-muted);
}

.rd-upcoming-empty-state {
    display: grid;
    gap: .35rem;
    padding: .7rem 0 .25rem;
}

.rd-upcoming-empty-state h3 {
    margin: 0;
    color: var(--rd-navy);
    font-size: 1.35rem;
    line-height: 1.1;
}

.rd-upcoming-empty-state p {
    margin: 0;
    color: var(--rd-muted);
}

.rd-community-heading {
    margin-bottom: 1.1rem;
}

.rd-community-grid {
    align-items: stretch;
    gap: 1rem;
}

.rd-community-score-card,
.rd-community-feed-card {
    min-height: 0;
    padding: 1.2rem;
}

.rd-footer-inner {
    padding-top: 3rem;
    padding-bottom: 2.8rem;
    align-items: start;
}

.rd-community-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .3rem;
}

.rd-community-title-row .rd-community-submit {
    margin: 0;
}

.rd-footer-menu a span[aria-hidden="true"] {
    margin-right: .32rem;
    font-size: .74rem;
    vertical-align: middle;
}

@media (max-width: 900px) {
    .rd-home-intro > .rd-section-inner {
        padding-top: 34px;
        padding-bottom: 28px;
    }

    .rd-upcoming-section > .rd-section-inner {
        padding-top: 26px;
        padding-bottom: 22px;
    }

    .rd-home-intro .rd-section-heading {
        grid-template-columns: 1fr;
        gap: .75rem;
    }

    .rd-home-intro .rd-feature-card {
        min-height: 0;
    }

    .rd-listener-map-section > .rd-section-inner {
        padding-top: 28px;
        padding-bottom: 24px;
    }

    .rd-community-section > .rd-section-inner {
        padding-top: 20px;
        padding-bottom: 38px;
    }

    #rd-listener-map-home {
        height: 440px;
    }

    .rd-map-control-bar {
        grid-template-columns: 1fr;
        gap: .6rem;
        padding: .7rem .3rem .62rem;
    }

    .rd-map-control-left,
    .rd-map-control-right {
        justify-content: center;
    }

    .rd-map-current-listener {
        order: -1;
        min-width: 0;
    }

    .rd-upcoming-section-head {
        align-items: start;
        gap: .56rem;
    }

    .rd-upcoming-feature {
        padding: .95rem .92rem;
        border-radius: 20px;
    }

    .rd-upcoming-feature-main {
        grid-template-columns: 1fr;
        gap: .75rem;
    }

    .rd-upcoming-feature-right {
        padding: 0;
    }

    .rd-upcoming-feature-facts {
        grid-template-columns: 1fr;
    }

    .rd-upcoming-feature-actions {
        flex-wrap: wrap;
    }

    .rd-upcoming-feature-visual,
    .rd-upcoming-feature-visual-overlay {
        min-height: 230px;
    }

    .rd-upcoming-support-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rd-community-score-card,
    .rd-community-feed-card {
        padding: 1.05rem;
    }

    .rd-community-title-row {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }
}

@media (max-width: 620px) {
    .rd-home-intro > .rd-section-inner {
        padding-top: 24px;
        padding-bottom: 20px;
    }

    .rd-upcoming-section > .rd-section-inner {
        padding-top: 20px;
        padding-bottom: 16px;
    }

    .rd-listener-map-section > .rd-section-inner {
        padding-top: 20px;
        padding-bottom: 18px;
    }

    .rd-listener-map-card {
        padding: .7rem .7rem .45rem;
        border-radius: 20px;
    }

    #rd-listener-map-home {
        height: 360px;
        border-radius: 13px;
    }

    .rd-map-control-button,
    .rd-map-auto-info {
        min-height: 40px;
    }

    .rd-map-control-left,
    .rd-map-control-right {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .rd-map-control-button,
    .rd-map-auto-info {
        width: 100%;
    }

    .rd-community-section > .rd-section-inner {
        padding-top: 14px;
        padding-bottom: 30px;
    }

    .rd-upcoming-section-head h2 {
        font-size: clamp(1.55rem, 7vw, 1.95rem);
    }

    .rd-upcoming-feature {
        padding: .84rem .8rem;
    }

    .rd-upcoming-feature h3 {
        margin-top: .62rem;
        font-size: clamp(1.28rem, 6.3vw, 1.62rem);
    }

    .rd-upcoming-feature-countdown,
    .rd-upcoming-feature-cta {
        width: 100%;
        justify-content: center;
    }

    .rd-upcoming-feature-calendar {
        width: 100%;
        justify-content: center;
    }

    .rd-upcoming-feature-visual,
    .rd-upcoming-feature-visual-overlay {
        min-height: 210px;
    }

    .rd-upcoming-support-label {
        margin-top: .72rem;
    }

    .rd-upcoming-support-grid-2,
    .rd-upcoming-support-grid-3 {
        grid-template-columns: 1fr;
    }

    .rd-upcoming-support-card {
        padding: .86rem .8rem .8rem;
    }

    .rd-community-score-card,
    .rd-community-feed-card {
        padding: .98rem;
    }

    .rd-footer-inner {
        padding-top: 2.45rem;
        padding-bottom: 2.25rem;
    }

    .rd-listener-map-heading-link {
        width: 100%;
        justify-content: center;
    }
}

    /* Upcoming final broadcast-pass presentation (isolated scope) */
    .rd-upcoming-final .rd-upcoming-section-head {
        margin-bottom: .9rem;
    }

    .rd-upcoming-final .rd-upcoming-section-head > div > p:not(.rd-kicker) {
        margin: .4rem 0 0;
        max-width: 44ch;
    }

    .rd-upcoming-final .rd-upcoming-feature {
        padding: clamp(1rem, 2vw, 1.5rem);
        border-radius: 22px;
        border: 1px solid rgba(255, 177, 122, .24);
        background: linear-gradient(152deg, #122d43 0%, #0e2539 60%, #10283d 100%);
        box-shadow: 0 24px 56px rgba(8, 18, 31, .26);
    }

    .rd-upcoming-final .rd-upcoming-feature-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(270px, .42fr);
        gap: 1rem;
        align-items: start;
    }

    .rd-upcoming-final .rd-upcoming-feature-left,
    .rd-upcoming-final .rd-upcoming-feature-right {
        min-width: 0;
    }

    .rd-upcoming-final .rd-upcoming-feature-right {
        display: grid;
        align-content: start;
        gap: .8rem;
    }

    .rd-upcoming-final .rd-upcoming-feature-topline {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: .6rem;
    }

    .rd-upcoming-final .rd-upcoming-feature-badge {
        background: rgba(255, 143, 73, .2);
        color: #ffd8bc;
    }

    .rd-upcoming-final .rd-upcoming-feature-status {
        background: rgba(255, 255, 255, .08);
        border-color: rgba(255, 255, 255, .2);
        color: #eff6fd;
    }

    .rd-upcoming-final .rd-upcoming-feature h3 {
        margin: .2rem 0 .3rem;
        color: #f7fbff;
        font-size: clamp(1.6rem, 2.7vw, 2.15rem);
        line-height: 1.08;
        letter-spacing: -.02em;
    }

    .rd-upcoming-final .rd-upcoming-feature-copy {
        margin: 0;
        color: rgba(234, 244, 252, .9);
        font-size: .98rem;
    }

    .rd-upcoming-final .rd-upcoming-feature-urgency {
        margin: .15rem 0 0;
        color: #ffcfab;
        font-size: 1.04rem;
        font-weight: 820;
    }

    .rd-upcoming-final .rd-upcoming-feature-facts {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: .62rem;
    }

    .rd-upcoming-final .rd-upcoming-feature-fact {
        display: grid;
        gap: .14rem;
        min-height: 0;
        padding: .68rem .74rem;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, .16);
        background: rgba(6, 16, 27, .26);
    }

    .rd-upcoming-final .rd-upcoming-feature-facts span {
        color: rgba(220, 235, 248, .75);
        font-size: .66rem;
        font-weight: 820;
        letter-spacing: .09em;
        text-transform: uppercase;
    }

    .rd-upcoming-final .rd-upcoming-feature-facts strong {
        color: #f6fbff;
        font-size: .98rem;
        line-height: 1.2;
    }

    .rd-upcoming-final .rd-upcoming-feature-bottom {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        gap: .8rem 1rem;
        margin-top: .1rem;
    }

    .rd-upcoming-final .rd-upcoming-feature-note {
        display: grid;
        gap: .15rem;
        max-width: 40ch;
    }

    .rd-upcoming-final .rd-upcoming-feature-note p,
    .rd-upcoming-final .rd-upcoming-feature-note small {
        margin: 0;
        color: rgba(226, 239, 250, .88);
        font-size: .86rem;
        line-height: 1.4;
    }

    .rd-upcoming-final .rd-upcoming-feature-actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: .56rem;
        margin: 0;
    }

    .rd-upcoming-final .rd-upcoming-feature-cta,
    .rd-upcoming-final .rd-upcoming-feature-calendar {
        min-height: 44px;
        padding: .62rem .95rem;
        border-radius: 999px;
        font-size: .9rem;
        font-weight: 860;
    }

    .rd-upcoming-final .rd-upcoming-feature-calendar {
        border-color: rgba(255, 255, 255, .28);
        color: #eaf3fb;
        background: rgba(255, 255, 255, .08);
    }

    .rd-upcoming-final .rd-upcoming-feature-calendar:hover,
    .rd-upcoming-final .rd-upcoming-feature-calendar:focus {
        color: #f8fcff;
        border-color: rgba(255, 255, 255, .44);
        background: rgba(255, 255, 255, .14);
    }

    .rd-upcoming-final .rd-upcoming-support-label {
        margin: 1rem 0 .48rem;
        color: var(--rd-navy);
        letter-spacing: .11em;
    }

    .rd-upcoming-final .rd-upcoming-support-grid {
        display: grid;
        gap: .62rem;
    }

    .rd-upcoming-final .rd-upcoming-support-grid-1 {
        grid-template-columns: minmax(260px, 420px);
        justify-content: start;
    }

    .rd-upcoming-final .rd-upcoming-support-grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rd-upcoming-final .rd-upcoming-support-grid-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rd-upcoming-final .rd-upcoming-support-card {
        display: grid;
        gap: .2rem;
        padding: .72rem .78rem;
        border-radius: 14px;
        border: 1px solid rgba(18, 49, 74, .12);
        background: rgba(255, 255, 255, .95);
    }

    .rd-upcoming-final .rd-upcoming-support-date {
        font-size: .76rem;
        letter-spacing: .05em;
    }

    .rd-upcoming-final .rd-upcoming-support-card h4 {
        margin: .06rem 0;
        font-size: 1rem;
        line-height: 1.2;
    }

    .rd-upcoming-final .rd-upcoming-support-time,
    .rd-upcoming-final .rd-upcoming-support-frequency,
    .rd-upcoming-final .rd-upcoming-support-band {
        margin: 0;
        color: #4d6070;
        font-size: .82rem;
    }

    .rd-upcoming-final .rd-upcoming-empty-state {
        padding-top: .2rem;
    }

    @media (max-width: 1024px) {
        .rd-upcoming-final .rd-upcoming-feature-main {
            grid-template-columns: 1fr;
            gap: .92rem;
        }

        .rd-upcoming-final .rd-upcoming-feature-facts {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .rd-upcoming-final .rd-upcoming-support-grid-3 {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 720px) {
        .rd-upcoming-final .rd-upcoming-feature {
            border-radius: 18px;
            padding: .92rem .86rem;
        }

        .rd-upcoming-final .rd-upcoming-feature-facts {
            grid-template-columns: 1fr;
        }

        .rd-upcoming-final .rd-upcoming-feature-bottom {
            align-items: stretch;
        }

        .rd-upcoming-final .rd-upcoming-feature-actions {
            width: 100%;
        }

        .rd-upcoming-final .rd-upcoming-feature-cta,
        .rd-upcoming-final .rd-upcoming-feature-calendar {
            flex: 1 1 180px;
            justify-content: center;
        }

        .rd-upcoming-final .rd-upcoming-support-grid-2,
        .rd-upcoming-final .rd-upcoming-support-grid-3,
        .rd-upcoming-final .rd-upcoming-support-grid-1 {
            grid-template-columns: 1fr;
        }
    }

/* -----------------------------------------------------------------------
   Reception Reports page (page-qsl-reception-report.php)
   Page-specific styles only; reuses existing theme variables, buttons,
   cards and containers. Namespaced under .rd-reception-page.
------------------------------------------------------------------------ */
.rd-reception-page .rd-reception-hero {
    background: linear-gradient(110deg, #fffefa 0%, #faf6ee 53%, #f7f5f0 100%);
    border-bottom: 1px solid rgba(18, 49, 74, .08);
}
.rd-reception-page .rd-reception-hero > .rd-section-inner {
    padding-top: clamp(2.75rem, 5vw, 4rem);
    padding-bottom: clamp(2.75rem, 5vw, 4rem);
}
.rd-reception-page .rd-reception-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}
.rd-reception-page .rd-reception-hero-copy {
    max-width: 640px;
}
.rd-reception-page .rd-reception-hero h1 {
    margin: .3rem 0 .6rem;
    color: var(--rd-navy);
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    line-height: .95;
    letter-spacing: -.05em;
}
.rd-reception-page .rd-reception-hero-sub {
    margin: 0 0 1rem;
    font-size: clamp(1.05rem, 2vw, 1.4rem);
    font-weight: 700;
    color: var(--rd-orange-dark);
}
.rd-reception-page .rd-reception-hero .rd-lead {
    color: var(--rd-muted);
    max-width: 560px;
}
.rd-reception-page .rd-reception-hero .rd-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 1.6rem;
}
.rd-reception-page .rd-reception-hero-photo {
    margin: 0;
}
.rd-reception-page .rd-reception-hero-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: var(--rd-radius);
    border: 1px solid var(--rd-border);
    box-shadow: var(--rd-shadow);
}

/* Single, consistent vertical rhythm for all Reception Reports sections.
   The global .rd-section-inner keeps its own vertical padding; sections
   themselves add none, preventing the previous double padding. */
.rd-reception-page section:not(.rd-reception-hero) {
    padding: 0;
}
.rd-reception-page section:not(.rd-reception-hero) > .rd-section-inner {
    padding-top: clamp(2rem, 4vw, 3.5rem);
    padding-bottom: clamp(2rem, 4vw, 3.5rem);
}
.rd-reception-page .rd-reception-intro {
    max-width: 720px;
    color: var(--rd-muted);
    margin: .4rem 0 1.8rem;
}
.rd-reception-page h2 {
    color: var(--rd-navy);
    font-size: clamp(1.9rem, 3.4vw, 3rem);
    line-height: 1;
    letter-spacing: -.04em;
    margin: .2rem 0 .5rem;
}

.rd-reception-page .rd-reception-stats {
    background: linear-gradient(180deg, var(--rd-paper) 0%, var(--rd-cream) 100%);
}
.rd-reception-page .rd-reception-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.rd-reception-page .rd-reception-stat {
    padding: 20px;
    background: #fff;
    border: 1px solid var(--rd-border);
    border-radius: var(--rd-radius);
    box-shadow: var(--rd-shadow);
}
.rd-reception-page .rd-reception-stat strong {
    display: block;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1;
    letter-spacing: -.04em;
    color: var(--rd-navy);
}
.rd-reception-page .rd-reception-stat span {
    display: block;
    margin-top: 8px;
    font-size: .82rem;
    font-weight: 700;
    color: var(--rd-muted);
}

.rd-reception-page .rd-reception-latest {
    margin-top: 22px;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--rd-border);
    border-radius: var(--rd-radius);
    box-shadow: var(--rd-shadow);
}
.rd-reception-page .rd-reception-latest .rd-community-list {
    border-top: 0;
}
.rd-reception-page .rd-reception-latest .rd-community-list-item {
    padding-top: 6px;
    border-bottom: 0;
}

.rd-reception-page .rd-reception-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
}

.rd-reception-page .rd-reception-form {
    background: var(--rd-cream);
}
.rd-reception-page .rd-reception-form-card {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--rd-border);
    border-radius: var(--rd-radius);
    box-shadow: var(--rd-shadow);
}
.rd-reception-page .rd-reception-intro a {
    color: var(--rd-orange-dark);
    font-weight: 700;
    text-decoration: none;
}
.rd-reception-page .rd-reception-intro a:hover {
    text-decoration: underline;
}

.rd-reception-page .rd-reception-value-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

.rd-reception-page .rd-reception-closing-card {
    padding: clamp(1.75rem, 3vw, 2.5rem);
    background: linear-gradient(135deg, var(--rd-navy) 0%, var(--rd-navy-deep) 100%);
    border-radius: var(--rd-radius);
    box-shadow: var(--rd-shadow);
    color: var(--rd-white);
}
.rd-reception-page .rd-reception-closing-card h2 {
    color: var(--rd-white);
}
.rd-reception-page .rd-reception-closing-card p {
    color: rgba(255, 255, 255, .82);
    margin: 0 0 1.6rem;
}

@media (max-width: 900px) {
    .rd-reception-page .rd-reception-hero-grid {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }
    .rd-reception-page .rd-reception-hero-photo {
        order: 2;
    }
    .rd-reception-page .rd-reception-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 620px) {
    .rd-reception-page .rd-reception-hero > .rd-section-inner {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .rd-reception-page section:not(.rd-reception-hero) > .rd-section-inner {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .rd-reception-page .rd-reception-stats-grid {
        grid-template-columns: 1fr;
    }
    .rd-reception-page .rd-reception-form-card,
    .rd-reception-page .rd-reception-latest {
        padding: 18px;
    }
}

/* v0.5.3 Home Golden — final vertical rhythm only */
@media (min-width: 901px) {
    .rd-community-section > .rd-section-inner {
        padding-bottom: 28px;
    }

    .rd-upcoming-section > .rd-section-inner {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .rd-listener-map-section > .rd-section-inner {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

/* =======================================================================
   v0.5.4 Reception Reports — first visual pass from the 0.5.3 Home golden
   Scope: .rd-reception-v2 only. Home and other pages remain untouched.
======================================================================== */
.rd-reception-v2 { background: #fff; }
.rd-reception-v2 .rd-reception-hero {
    background-color: #fbf8f1;
    background-image:
        linear-gradient(rgba(18,49,74,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18,49,74,.035) 1px, transparent 1px),
        radial-gradient(circle at 77% 56%, rgba(229,91,45,.08), transparent 26%);
    background-size: 42px 42px, 42px 42px, auto;
}
.rd-reception-v2 .rd-reception-hero > .rd-section-inner {
    width: min(calc(100% - 64px), 1320px);
    padding-top: clamp(3.2rem, 5vw, 5.2rem);
    padding-bottom: clamp(3.2rem, 5vw, 5.2rem);
}
.rd-reception-v2 .rd-reception-hero-grid { grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr); gap: clamp(3rem, 6vw, 6rem); }
.rd-reception-v2 .rd-reception-hero-copy { max-width: 650px; }
.rd-reception-v2 .rd-reception-hero h1 { font-size: clamp(3.5rem, 5.4vw, 6rem); line-height: .88; letter-spacing: -.065em; color: #11111f; margin: .35rem 0 1.15rem; }
.rd-reception-v2 .rd-reception-hero-sub { font-size: clamp(1.1rem, 1.7vw, 1.35rem); margin-bottom: .85rem; color: #ff6d2d; }
.rd-reception-v2 .rd-reception-hero .rd-lead { font-size: 1.05rem; line-height: 1.65; }
.rd-reception-v2 .rd-reception-hero-photo { position: relative; }
.rd-reception-v2 .rd-reception-hero-photo img { aspect-ratio: 16 / 11; border-radius: 26px; }
.rd-reception-v2 .rd-reception-hero-photo figcaption { position: absolute; left: 24px; right: 24px; bottom: 22px; padding: 15px 18px; border-radius: 14px; background: rgba(9,28,43,.9); color: rgba(255,255,255,.84); backdrop-filter: blur(8px); font-size: .82rem; }
.rd-reception-v2 .rd-reception-hero-photo figcaption span { display: block; color: #ff7932; font-weight: 800; letter-spacing: .12em; font-size: .68rem; margin-bottom: 3px; }

.rd-reception-v2 section:not(.rd-reception-hero) > .rd-section-inner { width: min(calc(100% - 64px), 1320px); padding-top: 64px; padding-bottom: 64px; }
.rd-reception-v2 .rd-reception-section-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr); gap: 4rem; align-items: end; margin-bottom: 28px; }
.rd-reception-v2 .rd-reception-section-head .rd-reception-intro { margin: 0; max-width: 520px; justify-self: end; }
.rd-reception-v2 h2 { color: #11111f; font-size: clamp(2.5rem, 4.1vw, 4.4rem); line-height: .93; letter-spacing: -.055em; }

.rd-reception-v2 .rd-reception-stats { background: linear-gradient(180deg, #fff 0%, #fbf8f2 100%); }
.rd-reception-v2 .rd-reception-stats-grid { gap: 16px; }
.rd-reception-v2 .rd-reception-stat { min-height: 145px; padding: 24px; border-radius: 18px; box-shadow: 0 16px 45px rgba(24,49,66,.08); }
.rd-reception-v2 .rd-reception-stat strong { font-size: clamp(2.4rem, 4vw, 4rem); color: #11111f; }
.rd-reception-v2 .rd-reception-stat span { margin-top: 12px; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.rd-reception-v2 .rd-reception-latest { margin-top: 18px; padding: 30px; border-radius: 22px; box-shadow: 0 18px 55px rgba(24,49,66,.09); }
.rd-reception-v2 .rd-reception-latest-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; padding-bottom: 18px; border-bottom: 1px solid var(--rd-border); }
.rd-reception-v2 .rd-reception-latest-head h3 { margin: 5px 0 0; color: #11111f; font-size: clamp(1.45rem, 2.2vw, 2rem); letter-spacing: -.035em; }
.rd-reception-v2 .rd-reception-latest-body { padding-top: 12px; }
.rd-reception-v2 .rd-reception-text-link { color: #11111f; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.rd-reception-v2 .rd-reception-text-link:hover { color: #d95f20; }

.rd-reception-v2 .rd-reception-steps { background: #fff; }
.rd-reception-v2 .rd-reception-steps-grid { grid-template-columns: repeat(5, 1fr); gap: 14px; }
.rd-reception-v2 .rd-reception-step { min-height: 245px; padding: 26px 24px; border: 1px solid var(--rd-border); border-radius: 18px; background: #f8f5ee; }
.rd-reception-v2 .rd-reception-step:nth-child(2) { background: #f2f4f5; }
.rd-reception-v2 .rd-reception-step:nth-child(3) { background: #fff; }
.rd-reception-v2 .rd-reception-step:nth-child(4) { background: #f8f5ee; }
.rd-reception-v2 .rd-reception-step span { color: #ff6d2d; font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.rd-reception-v2 .rd-reception-step h3 { margin: 26px 0 12px; color: #11111f; font-size: 1.45rem; letter-spacing: -.035em; }
.rd-reception-v2 .rd-reception-step p { margin: 0; color: var(--rd-muted); font-size: .92rem; }
.rd-reception-v2 .rd-reception-step--dark { background: #11111f; border-color: #11111f; }
.rd-reception-v2 .rd-reception-step--dark h3 { color: #fff; }
.rd-reception-v2 .rd-reception-step--dark p { color: rgba(255,255,255,.78); }

.rd-reception-v2 .rd-reception-form { background: #f7f2e8; }
.rd-reception-v2 .rd-reception-form-layout { display: grid; grid-template-columns: minmax(280px, .42fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.rd-reception-v2 .rd-reception-form-intro { position: sticky; top: 150px; }
.rd-reception-v2 .rd-reception-form-intro h2 { margin-bottom: 1.2rem; }
.rd-reception-v2 .rd-reception-form-intro > p:not(.rd-kicker) { color: var(--rd-muted); max-width: 430px; }
.rd-reception-v2 .rd-reception-form-notes { display: grid; gap: 0; margin: 28px 0; border-top: 1px solid rgba(18,49,74,.13); }
.rd-reception-v2 .rd-reception-form-notes > div { padding: 14px 0; border-bottom: 1px solid rgba(18,49,74,.13); }
.rd-reception-v2 .rd-reception-form-notes strong, .rd-reception-v2 .rd-reception-form-notes span { display: block; }
.rd-reception-v2 .rd-reception-form-notes strong { color: #11111f; font-size: .82rem; }
.rd-reception-v2 .rd-reception-form-notes span { margin-top: 3px; color: var(--rd-muted); font-size: .8rem; }
.rd-reception-v2 .rd-reception-form-card { padding: clamp(24px, 3vw, 42px); border-radius: 24px; box-shadow: 0 22px 65px rgba(24,49,66,.11); }

.rd-reception-v2 .rd-reception-closing { background: #fff; }
.rd-reception-v2 .rd-reception-closing-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr) auto; gap: 2.5rem; align-items: center; padding: clamp(2rem, 4vw, 3.5rem); background: #0d2b40; border-radius: 24px; }
.rd-reception-v2 .rd-reception-closing-card .rd-kicker { color: #ff7932; }
.rd-reception-v2 .rd-reception-closing-card h2 { font-size: clamp(2rem, 3.3vw, 3.5rem); margin: .35rem 0 0; }
.rd-reception-v2 .rd-reception-closing-card p { margin: 0; }

@media (max-width: 1120px) {
    .rd-reception-v2 .rd-reception-hero > .rd-section-inner,
    .rd-reception-v2 section:not(.rd-reception-hero) > .rd-section-inner { width: min(calc(100% - 40px), 1100px); }
    .rd-reception-v2 .rd-reception-steps-grid { grid-template-columns: repeat(3, 1fr); }
    .rd-reception-v2 .rd-reception-closing-card { grid-template-columns: 1fr 1fr; }
    .rd-reception-v2 .rd-reception-closing-card .rd-button { justify-self: start; }
}
@media (max-width: 900px) {
    .rd-reception-v2 .rd-reception-hero-grid,
    .rd-reception-v2 .rd-reception-section-head,
    .rd-reception-v2 .rd-reception-form-layout { grid-template-columns: 1fr; }
    .rd-reception-v2 .rd-reception-section-head { gap: 1rem; }
    .rd-reception-v2 .rd-reception-section-head .rd-reception-intro { justify-self: start; }
    .rd-reception-v2 .rd-reception-form-intro { position: static; }
    .rd-reception-v2 .rd-reception-steps-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
    .rd-reception-v2 .rd-reception-hero > .rd-section-inner,
    .rd-reception-v2 section:not(.rd-reception-hero) > .rd-section-inner { width: min(calc(100% - 28px), 1320px); padding-top: 40px; padding-bottom: 40px; }
    .rd-reception-v2 .rd-reception-hero h1 { font-size: clamp(3rem, 16vw, 4.2rem); }
    .rd-reception-v2 .rd-reception-steps-grid { grid-template-columns: 1fr; }
    .rd-reception-v2 .rd-reception-step { min-height: 0; }
    .rd-reception-v2 .rd-reception-latest-head { align-items: flex-start; flex-direction: column; gap: .7rem; }
    .rd-reception-v2 .rd-reception-closing-card { grid-template-columns: 1fr; gap: 1.3rem; }
}

/* =======================================================================
   v0.5.5 Listener Stories — visual system based on Home 0.5.3 + Reception 0.5.4
   Core remains the source of truth; this layer is presentation only.
======================================================================== */
.rd-listener-stories-page { background:#fff; color:#11111f; }
.rd-listener-stories-page > section > .rd-section-inner { width:min(calc(100% - 64px),1320px); margin-inline:auto; }
.rd-listener-stories-page .rd-ls-hero { padding:0; background:#fbf8f1; }
.rd-listener-stories-page .rd-ls-hero > .rd-section-inner { padding-top:64px; padding-bottom:38px; }
.rd-listener-stories-page .rd-ls-hero-banner { min-height:500px; display:flex; align-items:flex-end; overflow:hidden; position:relative; padding:clamp(34px,5vw,68px); border-radius:28px; background-color:#0d2438; background-size:cover; background-position:center; box-shadow:0 28px 70px rgba(24,49,66,.14); }
.rd-listener-stories-page .rd-ls-hero-banner::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(8,22,34,.86) 0%,rgba(8,22,34,.64) 45%,rgba(8,22,34,.12) 100%); pointer-events:none; }
.rd-listener-stories-page .rd-ls-hero-copy { position:relative; z-index:1; max-width:720px; }
.rd-listener-stories-page .rd-ls-hero .rd-kicker { color:#ff7932; }
.rd-listener-stories-page .rd-ls-hero h1 { margin:.35rem 0 .55rem; color:#fff; font-size:clamp(4rem,6.2vw,6.6rem); line-height:.88; letter-spacing:-.065em; }
.rd-listener-stories-page .rd-ls-hero-slogan { margin:0 0 1rem; color:#ff8a50; font-size:clamp(1.25rem,2vw,1.75rem); font-weight:800; letter-spacing:-.03em; }
.rd-listener-stories-page .rd-ls-hero .rd-lead { max-width:650px; margin:0; color:rgba(255,255,255,.84); font-size:1.06rem; line-height:1.65; }

.rd-listener-stories-page .rd-ls-stats { padding:0; background:linear-gradient(180deg,#fbf8f1 0%,#fff 100%); }
.rd-listener-stories-page .rd-ls-stats > .rd-section-inner { padding-top:0; padding-bottom:64px; }
.rd-listener-stories-page .rd-ls-stats-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.rd-listener-stories-page .rd-ls-stat { min-height:130px; padding:24px 26px; border:1px solid var(--rd-border); border-radius:18px; background:#fff; box-shadow:0 16px 45px rgba(24,49,66,.07); }
.rd-listener-stories-page .rd-ls-stat-value { display:block; color:#11111f; font-size:clamp(2.6rem,4vw,4.2rem); font-weight:900; line-height:1; letter-spacing:-.055em; }
.rd-listener-stories-page .rd-ls-stat-label { display:block; margin-top:12px; color:var(--rd-muted); font-size:.72rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }

.rd-listener-stories-page .rd-ls-featured { padding:0; background:#fff; }
.rd-listener-stories-page .rd-ls-featured > .rd-section-inner,
.rd-listener-stories-page .rd-ls-latest > .rd-section-inner,
.rd-listener-stories-page .rd-ls-status > .rd-section-inner { padding-top:64px; padding-bottom:64px; }
.rd-listener-stories-page .rd-ls-section-head { margin-bottom:24px; }
.rd-listener-stories-page .rd-ls-section-head h2 { margin:.3rem 0 0; color:#11111f; font-size:clamp(2.7rem,4.3vw,4.5rem); line-height:.92; letter-spacing:-.055em; }
.rd-listener-stories-page .rd-ls-featured-story { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr); overflow:hidden; border:1px solid var(--rd-border); border-radius:26px; background:#f8f5ee; box-shadow:0 22px 60px rgba(24,49,66,.10); }
.rd-listener-stories-page .rd-ls-featured-media { min-height:520px; background:#e9ecee; }
.rd-listener-stories-page .rd-ls-featured-media img { display:block; width:100%; height:100%; min-height:520px; object-fit:cover; }
.rd-listener-stories-page .rd-ls-featured-copy { display:flex; flex-direction:column; justify-content:center; padding:clamp(32px,4vw,58px); }
.rd-listener-stories-page .rd-ls-featured-copy h2 { margin:0 0 .6rem; color:#11111f; font-size:clamp(2.3rem,3.6vw,4rem); line-height:.95; letter-spacing:-.055em; }
.rd-listener-stories-page .rd-ls-featured-byline,.rd-listener-stories-page .rd-ls-byline { margin:.15rem 0 .5rem; color:#11111f; font-weight:800; }
.rd-listener-stories-page .rd-ls-featured-location,.rd-listener-stories-page .rd-ls-location { margin:0 0 .45rem; color:#d95f20; font-size:.78rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.rd-listener-stories-page .rd-ls-featured-meta,.rd-listener-stories-page .rd-ls-meta { margin:0 0 1.15rem; color:var(--rd-muted); font-size:.84rem; font-weight:700; }
.rd-listener-stories-page .rd-ls-story-text { color:#566571; line-height:1.72; }
.rd-listener-stories-page .rd-ls-story-text p { margin:0 0 1rem; }
.rd-listener-stories-page .rd-ls-readmore { margin:1rem 0 0; }
.rd-listener-stories-page .rd-ls-readmore a { color:#11111f; font-weight:900; text-decoration:underline; text-underline-offset:4px; }
.rd-listener-stories-page .rd-ls-readmore a:hover { color:#d95f20; }

.rd-listener-stories-page .rd-ls-latest { padding:0; background:#fbf8f1; }
.rd-listener-stories-page .rd-ls-filters { display:grid; grid-template-columns:220px minmax(280px,1fr) auto; gap:12px; align-items:center; margin:0 0 26px; }
.rd-listener-stories-page .rd-ls-filters select,.rd-listener-stories-page .rd-ls-filters input { width:100%; min-height:50px; padding:0 16px; border:1px solid #d9dfe2; border-radius:14px; background:#fff; color:#11111f; font:inherit; }
.rd-listener-stories-page .rd-ls-latest-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.rd-listener-stories-page .rd-ls-latest-card { display:flex; flex-direction:column; min-width:0; overflow:hidden; border:1px solid var(--rd-border); border-radius:22px; background:#fff; box-shadow:0 16px 45px rgba(24,49,66,.08); }
.rd-listener-stories-page .rd-ls-latest-image { aspect-ratio:4/3; overflow:hidden; background:#e9ecee; }
.rd-listener-stories-page .rd-ls-latest-image img { display:block; width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.rd-listener-stories-page .rd-ls-latest-card:hover .rd-ls-latest-image img { transform:scale(1.025); }
.rd-listener-stories-page .rd-ls-latest-copy { display:flex; flex:1; flex-direction:column; padding:24px; }
.rd-listener-stories-page .rd-ls-latest-copy h3 { margin:.15rem 0 .35rem; color:#11111f; font-size:1.7rem; line-height:1.05; letter-spacing:-.04em; }
.rd-listener-stories-page .rd-ls-excerpt { margin:.35rem 0 0; color:var(--rd-muted); line-height:1.65; }
.rd-listener-stories-page .rd-ls-latest-copy .rd-ls-readmore { margin-top:auto; padding-top:1.1rem; }
.rd-listener-stories-page .rd-ls-loadmore-wrap { margin-top:28px; text-align:center; }
.rd-listener-stories-page .rd-ls-status-note { padding:28px; border:1px solid var(--rd-border); border-radius:18px; background:#fff; }

@media(max-width:900px){
 .rd-listener-stories-page > section > .rd-section-inner { width:min(calc(100% - 40px),1100px); }
 .rd-listener-stories-page .rd-ls-hero-banner { min-height:440px; }
 .rd-listener-stories-page .rd-ls-featured-story { grid-template-columns:1fr; }
 .rd-listener-stories-page .rd-ls-featured-media,.rd-listener-stories-page .rd-ls-featured-media img { min-height:380px; }
 .rd-listener-stories-page .rd-ls-latest-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .rd-listener-stories-page .rd-ls-filters { grid-template-columns:1fr 1fr; }
 .rd-listener-stories-page .rd-ls-filters .rd-button { grid-column:1/-1; justify-self:start; }
}
@media(max-width:620px){
 .rd-listener-stories-page > section > .rd-section-inner { width:min(calc(100% - 28px),1100px); }
 .rd-listener-stories-page .rd-ls-hero > .rd-section-inner,.rd-listener-stories-page .rd-ls-featured > .rd-section-inner,.rd-listener-stories-page .rd-ls-latest > .rd-section-inner { padding-top:32px; padding-bottom:32px; }
 .rd-listener-stories-page .rd-ls-hero-banner { min-height:430px; padding:28px 22px; border-radius:22px; }
 .rd-listener-stories-page .rd-ls-hero h1 { font-size:clamp(3.2rem,15vw,4.4rem); }
 .rd-listener-stories-page .rd-ls-stats > .rd-section-inner { padding-bottom:32px; }
 .rd-listener-stories-page .rd-ls-stats-grid,.rd-listener-stories-page .rd-ls-latest-grid,.rd-listener-stories-page .rd-ls-filters { grid-template-columns:1fr; }
 .rd-listener-stories-page .rd-ls-featured-media,.rd-listener-stories-page .rd-ls-featured-media img { min-height:300px; }
 .rd-listener-stories-page .rd-ls-featured-copy,.rd-listener-stories-page .rd-ls-latest-copy { padding:22px; }
}


/* =======================================================================
   v0.5.8 Listener Stories overview tuning — approved editorial mockup
======================================================================== */
@media (min-width: 901px) {
 .rd-listener-stories-page .rd-ls-featured-story { grid-template-columns:minmax(0,1.05fr) minmax(0,.9fr) 250px; align-items:stretch; }
 .rd-listener-stories-page .rd-ls-featured-media,
 .rd-listener-stories-page .rd-ls-featured-media img { min-height:390px; }
 .rd-listener-stories-page .rd-ls-featured-copy { padding:36px 34px; }
 .rd-listener-stories-page .rd-ls-featured-copy h2 { font-size:clamp(2rem,2.8vw,3.15rem); }
}
.rd-listener-stories-page .rd-ls-featured-facts { margin:18px 18px 18px 0; padding:20px; align-self:stretch; border-radius:18px; background:#fffaf1; display:flex; flex-direction:column; justify-content:center; }
.rd-listener-stories-page .rd-ls-fact { padding:16px 0; border-bottom:1px solid #e5dfd4; }
.rd-listener-stories-page .rd-ls-fact:last-child { border-bottom:0; }
.rd-listener-stories-page .rd-ls-fact span { display:block; margin-bottom:4px; color:var(--rd-muted); font-size:.72rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.rd-listener-stories-page .rd-ls-fact strong { display:block; color:#11111f; font-size:.94rem; line-height:1.35; }
.rd-listener-stories-page .rd-ls-readmore-button { display:inline-flex; align-items:center; min-height:46px; padding:0 20px; border-radius:999px; background:#ff7134; color:#fff !important; text-decoration:none !important; }
.rd-listener-stories-page .rd-ls-readmore-button:hover { background:#d95f20; }
.rd-listener-stories-page .rd-ls-latest > .rd-section-inner { padding-top:48px; }
.rd-listener-stories-page .rd-ls-latest-copy { padding:20px 22px 22px; }
.rd-listener-stories-page .rd-ls-latest-copy h3 { font-size:1.45rem; }
.rd-listener-stories-page .rd-ls-card-facts { display:flex; flex-wrap:wrap; gap:6px; margin:.45rem 0 .55rem; }
.rd-listener-stories-page .rd-ls-card-facts span { display:inline-flex; align-items:center; min-height:28px; padding:4px 9px; border:1px solid #dde2e4; border-radius:999px; background:#f7f8f8; color:#44525c; font-size:.7rem; font-weight:800; line-height:1.2; }
.rd-listener-stories-page .rd-ls-excerpt { font-size:.94rem; line-height:1.55; }
@media(max-width:900px){
 .rd-listener-stories-page .rd-ls-featured-facts { margin:0 22px 22px; }
}


/* =======================================================================
   v0.5.10 Listener Stories — golden mockup visual match
   Overview only. Core contracts and detail routing are unchanged.
======================================================================== */
@media (min-width: 1100px) {
  .rd-listener-stories-page > section > .rd-section-inner { width:min(calc(100% - 64px),1320px); }
  .rd-listener-stories-page .rd-ls-hero > .rd-section-inner { padding-top:34px; padding-bottom:12px; }
  .rd-listener-stories-page .rd-ls-hero-banner { min-height:300px; padding:42px 52px; border-radius:20px; box-shadow:none; }
  .rd-listener-stories-page .rd-ls-hero h1 { font-size:clamp(4rem,5vw,5.25rem); }
  .rd-listener-stories-page .rd-ls-hero .rd-lead { max-width:610px; font-size:.96rem; line-height:1.5; }

  .rd-listener-stories-page .rd-ls-stats > .rd-section-inner { padding-bottom:20px; }
  .rd-listener-stories-page .rd-ls-stats-grid { gap:16px; }
  .rd-listener-stories-page .rd-ls-stat { min-height:88px; padding:14px 22px 14px 92px; position:relative; display:flex; flex-direction:column; justify-content:center; box-shadow:none; border-radius:15px; }
  .rd-listener-stories-page .rd-ls-stat::before { content:""; position:absolute; left:62px; top:18px; bottom:18px; width:1px; background:#e6e1d8; }
  .rd-listener-stories-page .rd-ls-stat-icon { position:absolute; left:21px; top:50%; width:26px; height:26px; transform:translateY(-50%); color:#f26a2e; }
  .rd-listener-stories-page .rd-ls-stat-icon svg { display:block; width:100%; height:100%; stroke:currentColor; fill:none; stroke-width:1.8; }
  .rd-listener-stories-page .rd-ls-stat-value { font-size:2.25rem; line-height:.9; }
  .rd-listener-stories-page .rd-ls-stat-label { margin-top:6px; font-size:.64rem; }

  .rd-listener-stories-page .rd-ls-featured > .rd-section-inner { padding-top:0; padding-bottom:26px; }
  .rd-listener-stories-page .rd-ls-featured .rd-ls-section-head { margin:0 0 10px; }
  .rd-listener-stories-page .rd-ls-featured .rd-kicker { font-size:.7rem; }
  .rd-listener-stories-page .rd-ls-featured-story { grid-template-columns:minmax(0,1.05fr) minmax(0,1.1fr) 250px; min-height:276px; border-radius:16px; box-shadow:none; background:#fff; }
  .rd-listener-stories-page .rd-ls-featured-media { position:relative; min-height:276px; margin:0; border-radius:15px 0 0 15px; overflow:hidden; }
  .rd-listener-stories-page .rd-ls-featured-media img { min-height:276px; height:100%; object-fit:cover; }
  .rd-listener-stories-page .rd-ls-media-badge { position:absolute; left:18px; bottom:16px; z-index:2; display:inline-flex; align-items:center; gap:7px; min-height:34px; padding:0 13px; border-radius:999px; background:rgba(18,24,31,.78); color:#fff; font-size:.65rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; backdrop-filter:blur(5px); }
  .rd-listener-stories-page .rd-ls-media-badge::before { content:"▶"; display:grid; place-items:center; width:20px; height:20px; border-radius:50%; background:#f26a2e; color:#fff; font-size:.55rem; }
  .rd-listener-stories-page .rd-ls-featured-copy { padding:25px 26px 23px; justify-content:center; }
  .rd-listener-stories-page .rd-ls-featured-location { order:-2; margin:0 0 .45rem; font-size:.68rem; }
  .rd-listener-stories-page .rd-ls-featured-copy h2 { font-size:2rem; line-height:.98; margin:0 0 .5rem; }
  .rd-listener-stories-page .rd-ls-featured-byline { margin:.05rem 0 .45rem; font-size:.8rem; }
  .rd-listener-stories-page .rd-ls-featured-meta { margin:0 0 .55rem; font-size:.72rem; }
  .rd-listener-stories-page .rd-ls-story-text { font-size:.82rem; line-height:1.45; }
  .rd-listener-stories-page .rd-ls-story-text p { margin:0; }
  .rd-listener-stories-page .rd-ls-readmore { margin-top:.75rem; }
  .rd-listener-stories-page .rd-ls-readmore-button { min-height:38px; padding:0 16px; border-radius:8px; font-size:.78rem; }
  .rd-listener-stories-page .rd-ls-featured-facts { margin:10px; padding:10px 16px; border:0; border-radius:14px; background:#faf7ef; }
  .rd-listener-stories-page .rd-ls-fact { position:relative; padding:12px 4px 12px 38px; }
  .rd-listener-stories-page .rd-ls-fact-icon { position:absolute; left:4px; top:14px; width:22px; height:22px; color:#33404a; }
  .rd-listener-stories-page .rd-ls-fact-icon svg { display:block; width:100%; height:100%; stroke:currentColor; fill:none; stroke-width:1.7; }
  .rd-listener-stories-page .rd-ls-fact span { font-size:.62rem; letter-spacing:0; text-transform:none; }
  .rd-listener-stories-page .rd-ls-fact strong { font-size:.78rem; font-weight:500; color:#566571; }

  .rd-listener-stories-page .rd-ls-latest { background:#fbf8f1; }
  .rd-listener-stories-page .rd-ls-latest > .rd-section-inner { padding-top:18px; padding-bottom:46px; }
  .rd-listener-stories-page .rd-ls-latest-headrow { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:14px; }
  .rd-listener-stories-page .rd-ls-latest .rd-ls-section-head { margin:0; }
  .rd-listener-stories-page .rd-ls-latest .rd-ls-section-head .rd-kicker { display:none; }
  .rd-listener-stories-page .rd-ls-latest .rd-ls-section-head h2 { font-size:2rem; line-height:1; }
  .rd-listener-stories-page .rd-ls-filters { display:grid; grid-template-columns:minmax(220px,1fr) 150px 155px auto; width:min(720px,62%); gap:10px; margin:0; }
  .rd-listener-stories-page .rd-ls-filters select,.rd-listener-stories-page .rd-ls-filters input { min-height:38px; padding:0 14px; border-radius:999px; font-size:.76rem; }
  .rd-listener-stories-page .rd-ls-filters .rd-button { min-height:38px; padding:0 17px; border-radius:999px; font-size:.72rem; }
  .rd-listener-stories-page .rd-ls-latest-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
  .rd-listener-stories-page .rd-ls-latest-card { border-radius:15px; box-shadow:none; }
  .rd-listener-stories-page .rd-ls-latest-image { position:relative; aspect-ratio:16/7.5; min-height:0; }
  .rd-listener-stories-page .rd-ls-latest-image img { object-fit:cover; }
  .rd-listener-stories-page .rd-ls-card-media-type { position:absolute; left:12px; top:12px; z-index:2; padding:5px 9px; border-radius:999px; background:rgba(255,255,255,.94); color:#e65e25; font-size:.58rem; font-weight:900; letter-spacing:.06em; text-transform:uppercase; }
  .rd-listener-stories-page .rd-ls-latest-copy { padding:14px 16px 15px; }
  .rd-listener-stories-page .rd-ls-location { font-size:.61rem; margin-bottom:.25rem; }
  .rd-listener-stories-page .rd-ls-latest-copy h3 { font-size:1.16rem; line-height:1.04; margin:.05rem 0 .25rem; }
  .rd-listener-stories-page .rd-ls-byline { font-size:.7rem; margin:.05rem 0 .25rem; }
  .rd-listener-stories-page .rd-ls-meta { font-size:.65rem; margin:0 0 .4rem; }
  .rd-listener-stories-page .rd-ls-card-facts { display:none; }
  .rd-listener-stories-page .rd-ls-excerpt { display:block; margin:.15rem 0 0; font-size:.74rem; line-height:1.4; }
  .rd-listener-stories-page .rd-ls-latest-copy .rd-ls-readmore { margin-top:auto; padding-top:.6rem; font-size:.72rem; }
}

@media (max-width: 1099px) {
  .rd-listener-stories-page .rd-ls-stat-icon,.rd-listener-stories-page .rd-ls-fact-icon { display:none; }
  .rd-listener-stories-page .rd-ls-latest-headrow { display:block; }
}


/* =======================================================================
   v0.5.11 Listener Stories — featured story data-complete visual tuning
   Layout only; values remain sourced from Core.
======================================================================== */
@media (min-width: 1100px) {
  .rd-listener-stories-page .rd-ls-hero-banner { min-height:286px; }
  .rd-listener-stories-page .rd-ls-featured-story:has(.rd-ls-featured-media) { grid-template-columns:minmax(360px,.98fr) minmax(0,1.06fr) 238px; }
  .rd-listener-stories-page .rd-ls-featured-media,
  .rd-listener-stories-page .rd-ls-featured-media img { min-height:286px; height:100%; }
  .rd-listener-stories-page .rd-ls-featured-copy { padding:24px 24px 22px; }
  .rd-listener-stories-page .rd-ls-featured-copy h2 { font-size:1.9rem; line-height:1.02; }
  .rd-listener-stories-page .rd-ls-featured-facts { margin:10px 10px 10px 0; }
  .rd-listener-stories-page .rd-ls-latest-image { aspect-ratio:16/7.8; }
  .rd-listener-stories-page .rd-ls-latest-copy { padding:15px 17px 17px; }
  .rd-listener-stories-page .rd-ls-latest-copy h3 { font-size:1.16rem; line-height:1.08; }
  .rd-listener-stories-page .rd-ls-excerpt { font-size:.78rem; line-height:1.45; }
}


/* =======================================================================
   v0.5.14 Listener Stories — featured story fixed desktop geometry
   IMPORTANT: this lives in the actually enqueued stylesheet.
======================================================================== */
@media (min-width: 1100px) {
  .rd-listener-stories-page .rd-ls-featured-story:has(.rd-ls-featured-media) {
    height:286px;
    min-height:286px;
    max-height:286px;
    grid-template-columns:minmax(360px,.98fr) minmax(0,1.06fr) 238px;
    align-items:stretch;
  }
  .rd-listener-stories-page .rd-ls-featured-media {
    height:286px;
    min-height:286px;
    max-height:286px;
    overflow:hidden;
  }
  .rd-listener-stories-page .rd-ls-featured-media img,
  .rd-listener-stories-page .rd-ls-featured-media video {
    display:block;
    width:100%;
    height:286px;
    min-height:286px;
    max-height:286px;
    object-fit:cover;
    background:#0a2337;
  }
  .rd-listener-stories-page .rd-ls-featured-copy,
  .rd-listener-stories-page .rd-ls-featured-facts {
    height:auto;
    min-height:0;
    max-height:286px;
    overflow:hidden;
  }
}


/* 0.5.15 — Listener Story likes */
.rd-story-like{display:inline-flex;align-items:center;gap:6px;border:1px solid #d8dee2;border-radius:999px;background:#fff;color:var(--rd-navy,#12314a);font:inherit;font-size:13px;font-weight:800;line-height:1;padding:9px 12px;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease;color .15s ease}
.rd-story-like:hover{transform:translateY(-1px);border-color:var(--rd-orange,#e55b2d)}
.rd-story-like-heart{font-size:18px;line-height:.8;color:var(--rd-orange,#e55b2d)}
.rd-story-like.is-liked{background:#fff6f0;border-color:#f0b49d;color:var(--rd-orange-dark,#c4461d)}
.rd-story-like.is-liked .rd-story-like-heart{color:var(--rd-orange,#e55b2d)}
.rd-story-like:disabled{opacity:.65;cursor:wait;transform:none}
.rd-story-like.has-error{border-color:#b42318}
.rd-ls-card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}
.rd-ls-card-actions .rd-ls-readmore{margin:0}
.rd-listener-stories-page .rd-ls-featured-copy>.rd-story-like{margin-top:10px}
.rd-ls-detail-like{margin-top:18px}
.rd-story-like-prominent{padding:11px 15px;font-size:14px}
.rd-story-like-prominent .rd-story-like-count{min-width:1ch}
@media(max-width:700px){.rd-story-like-label{display:none}.rd-ls-card-actions{align-items:flex-end}}

/* =======================================================================
   v0.5.16 Listener Stories — mobile responsive repair
   Mobile only. Desktop geometry and Core contracts remain unchanged.
======================================================================== */
@media (max-width: 620px) {
  .rd-listener-stories-page .rd-ls-stats > .rd-section-inner { padding-top:0; padding-bottom:24px; }
  .rd-listener-stories-page .rd-ls-stats-grid { gap:10px; }
  .rd-listener-stories-page .rd-ls-stat {
    min-height:82px;
    padding:14px 18px;
    border-radius:15px;
    box-shadow:none;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .rd-listener-stories-page .rd-ls-stat-value { font-size:2.25rem; line-height:.92; }
  .rd-listener-stories-page .rd-ls-stat-label { margin-top:7px; font-size:.64rem; }

  .rd-listener-stories-page .rd-ls-featured > .rd-section-inner { padding-top:22px; padding-bottom:26px; }
  .rd-listener-stories-page .rd-ls-featured .rd-ls-section-head { margin-bottom:10px; }
  .rd-listener-stories-page .rd-ls-featured-story,
  .rd-listener-stories-page .rd-ls-featured-story:has(.rd-ls-featured-media) {
    display:flex;
    flex-direction:column;
    width:100%;
    min-height:0;
    height:auto;
    max-height:none;
    overflow:hidden;
    border-radius:18px;
    background:#fff;
    box-shadow:none;
  }
  .rd-listener-stories-page .rd-ls-featured-media {
    order:1;
    position:relative;
    width:100%;
    min-height:0;
    height:auto;
    max-height:none;
    margin:0;
    border-radius:0;
    overflow:hidden;
    background:#e9ecee;
    aspect-ratio:16/10;
  }
  .rd-listener-stories-page .rd-ls-featured-media img,
  .rd-listener-stories-page .rd-ls-featured-media video {
    display:block;
    width:100%;
    height:100%;
    min-height:0;
    max-height:none;
    object-fit:cover;
    background:#0a2337;
  }
  .rd-listener-stories-page .rd-ls-media-badge,
  .rd-listener-stories-page .rd-ls-card-media-type {
    position:absolute;
    z-index:3;
    left:12px;
    top:12px;
    bottom:auto;
    display:inline-flex;
    align-items:center;
    width:auto;
    min-height:27px;
    padding:5px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.94);
    color:#e65e25;
    font-size:.58rem;
    font-weight:900;
    line-height:1;
    letter-spacing:.06em;
    text-transform:uppercase;
    backdrop-filter:blur(5px);
  }
  .rd-listener-stories-page .rd-ls-media-badge::before { display:none; }
  .rd-listener-stories-page .rd-ls-featured-copy {
    order:2;
    min-width:0;
    width:100%;
    height:auto;
    min-height:0;
    max-height:none;
    overflow:visible;
    padding:22px 20px 18px;
    justify-content:flex-start;
  }
  .rd-listener-stories-page .rd-ls-featured-copy h2 {
    max-width:100%;
    margin:0 0 .55rem;
    font-size:clamp(2rem,10vw,2.75rem);
    line-height:.98;
    overflow-wrap:anywhere;
  }
  .rd-listener-stories-page .rd-ls-featured-byline { font-size:1rem; }
  .rd-listener-stories-page .rd-ls-featured-location { font-size:.7rem; }
  .rd-listener-stories-page .rd-ls-featured-meta { font-size:.72rem; line-height:1.45; }
  .rd-listener-stories-page .rd-ls-story-text { font-size:.9rem; line-height:1.55; }
  .rd-listener-stories-page .rd-ls-readmore { margin-top:.85rem; }
  .rd-listener-stories-page .rd-ls-featured-facts {
    order:3;
    width:auto;
    height:auto;
    min-height:0;
    max-height:none;
    margin:0 14px 14px;
    padding:6px 14px;
    overflow:visible;
    border-radius:14px;
  }
  .rd-listener-stories-page .rd-ls-fact { padding:10px 0; }

  .rd-listener-stories-page .rd-ls-latest > .rd-section-inner { padding-top:30px; padding-bottom:40px; }
  .rd-listener-stories-page .rd-ls-latest-headrow { margin-bottom:18px; }
  .rd-listener-stories-page .rd-ls-latest .rd-ls-section-head h2 { font-size:clamp(2.35rem,12vw,3.25rem); }
  .rd-listener-stories-page .rd-ls-filters { width:100%; gap:10px; }
  .rd-listener-stories-page .rd-ls-filters select,
  .rd-listener-stories-page .rd-ls-filters input,
  .rd-listener-stories-page .rd-ls-filters .rd-button { min-height:46px; }
  .rd-listener-stories-page .rd-ls-filters .rd-button { width:100%; justify-content:center; }
  .rd-listener-stories-page .rd-ls-latest-grid { gap:16px; }
  .rd-listener-stories-page .rd-ls-latest-card { border-radius:18px; }
  .rd-listener-stories-page .rd-ls-latest-image { position:relative; aspect-ratio:16/10; min-height:0; }
  .rd-listener-stories-page .rd-ls-latest-copy { padding:18px 20px 20px; }
  .rd-listener-stories-page .rd-ls-latest-copy h3 { font-size:1.65rem; }
  .rd-listener-stories-page .rd-ls-card-actions { margin-top:auto; padding-top:.8rem; }
}

/* =======================================================================
   v0.5.17 Listener Stories — mobile filter position + compact facts
   Mobile UX only; desktop geometry and Core contracts remain unchanged.
======================================================================== */
#latest-listener-stories { scroll-margin-top: 176px; }
@media (max-width: 620px) {
  .rd-listener-stories-page .rd-ls-featured-facts {
    flex:none;
    align-self:auto;
    justify-content:flex-start;
    min-height:0;
    height:auto;
    max-height:none;
    margin:0 14px 14px;
    padding:8px 14px;
    overflow:hidden;
  }
  .rd-listener-stories-page .rd-ls-featured-facts .rd-ls-fact-icon {
    display:none !important;
  }
  .rd-listener-stories-page .rd-ls-featured-facts .rd-ls-fact {
    min-height:0;
    padding:9px 0;
  }
  .rd-listener-stories-page .rd-ls-featured-facts .rd-ls-fact span {
    margin:0 0 3px;
    font-size:.61rem;
    line-height:1.2;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .rd-listener-stories-page .rd-ls-featured-facts .rd-ls-fact strong {
    font-size:.84rem;
    line-height:1.3;
    font-weight:700;
  }
  #latest-listener-stories { scroll-margin-top: 154px; }
}

/* =======================================================================
   v0.5.18 Listener Stories — interior hero alignment + complete facts
   Mirrors the proven Reception Reports interior-hero language without
   changing Home, Reception Reports, likes, filters or story-card behavior.
======================================================================== */
.rd-listener-stories-page .rd-ls-hero-v2 {
  background-color:#fbf8f1;
  background-image:
    linear-gradient(rgba(18,49,74,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(18,49,74,.035) 1px,transparent 1px),
    radial-gradient(circle at 77% 56%,rgba(229,91,45,.08),transparent 26%);
  background-size:42px 42px,42px 42px,auto;
}
.rd-listener-stories-page .rd-ls-hero-v2 > .rd-section-inner {
  width:min(calc(100% - 64px),1320px);
  padding-top:clamp(3.2rem,5vw,5.2rem);
  padding-bottom:clamp(3.2rem,5vw,5.2rem);
}
.rd-listener-stories-page .rd-ls-hero-grid {
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);
  gap:clamp(3rem,6vw,6rem);
  align-items:center;
}
.rd-listener-stories-page .rd-ls-hero-v2 .rd-ls-hero-copy { max-width:650px; }
.rd-listener-stories-page .rd-ls-hero-v2 .rd-kicker { color:var(--rd-orange,#e55b2d); }
.rd-listener-stories-page .rd-ls-hero-v2 h1 {
  margin:.35rem 0 1.15rem;
  color:#11111f;
  font-size:clamp(3.5rem,5.4vw,6rem);
  line-height:.88;
  letter-spacing:-.065em;
}
.rd-listener-stories-page .rd-ls-hero-v2 .rd-ls-hero-slogan {
  margin:0 0 .85rem;
  color:#ff6d2d;
  font-size:clamp(1.1rem,1.7vw,1.35rem);
  font-weight:800;
  letter-spacing:-.03em;
}
.rd-listener-stories-page .rd-ls-hero-v2 .rd-lead { max-width:650px; margin:0; color:var(--rd-ink,#1f2b32); font-size:1.05rem; line-height:1.65; }
.rd-listener-stories-page .rd-ls-hero-photo { position:relative; margin:0; min-width:0; }
.rd-listener-stories-page .rd-ls-hero-photo img { display:block; width:100%; aspect-ratio:16/11; object-fit:cover; border-radius:26px; }
.rd-listener-stories-page .rd-ls-hero-photo figcaption { position:absolute; left:24px; right:24px; bottom:22px; padding:15px 18px; border-radius:14px; background:rgba(9,28,43,.9); color:rgba(255,255,255,.84); backdrop-filter:blur(8px); font-size:.82rem; }
.rd-listener-stories-page .rd-ls-hero-photo figcaption span { display:block; margin-bottom:3px; color:#ff7932; font-size:.68rem; font-weight:800; letter-spacing:.12em; }

@media (min-width:1180px) {
  .rd-listener-stories-page .rd-ls-featured-facts { display:grid; grid-template-columns:1fr 1fr; align-content:center; gap:0 16px; }
  .rd-listener-stories-page .rd-ls-featured-facts .rd-ls-fact { min-width:0; }
}
@media (max-width:900px) {
  .rd-listener-stories-page .rd-ls-hero-v2 > .rd-section-inner { width:min(calc(100% - 40px),1100px); }
  .rd-listener-stories-page .rd-ls-hero-grid { grid-template-columns:1fr; gap:28px; }
  .rd-listener-stories-page .rd-ls-hero-photo { max-width:720px; }
}
@media (max-width:620px) {
  .rd-listener-stories-page .rd-ls-hero-v2 > .rd-section-inner { width:min(calc(100% - 32px),1100px); padding-top:38px; padding-bottom:38px; }
  .rd-listener-stories-page .rd-ls-hero-v2 h1 { font-size:clamp(3.15rem,15vw,4.25rem); }
  .rd-listener-stories-page .rd-ls-hero-v2 .rd-lead { font-size:.98rem; line-height:1.58; }
  .rd-listener-stories-page .rd-ls-hero-photo img { border-radius:20px; }
  .rd-listener-stories-page .rd-ls-hero-photo figcaption { left:12px; right:12px; bottom:12px; padding:11px 13px; }
  .rd-listener-stories-page .rd-ls-featured-facts { display:grid; grid-template-columns:1fr 1fr; gap:0 14px; }
  .rd-listener-stories-page .rd-ls-featured-facts .rd-ls-fact:nth-last-child(-n+2) { border-bottom:0; }
}

/* ================================================================
   v0.5.19 Listener Stories — featured reception details refinement
   Keep editorial copy clean; reception metadata belongs in facts.
   ================================================================ */
@media (min-width:1180px){
  .rd-listener-stories-page .rd-ls-featured-story:has(.rd-ls-featured-media){grid-template-columns:minmax(360px,.98fr) minmax(0,1.02fr) 292px;}
  .rd-listener-stories-page .rd-ls-featured-facts{grid-template-columns:1fr 1fr;gap:0 12px;padding:12px 14px;align-content:center;}
  .rd-listener-stories-page .rd-ls-featured-facts .rd-ls-fact{padding:9px 2px 9px 30px;}
  .rd-listener-stories-page .rd-ls-featured-facts .rd-ls-fact-icon{width:18px;height:18px;top:11px;}
  .rd-listener-stories-page .rd-ls-featured-facts .rd-ls-fact span{font-size:.58rem;}
  .rd-listener-stories-page .rd-ls-featured-facts .rd-ls-fact strong{font-size:.73rem;line-height:1.28;}
}
.rd-listener-stories-page .rd-ls-hero-photo figcaption{font-weight:650;letter-spacing:.02em;}

/* v0.5.20 Listener Stories — hero caption parity with Reception Reports */

/* =======================================================================
   v0.5.22 Listener Story detail — editorial layout + sharing
======================================================================== */
.rd-listener-story-detail-page{background:#fbf8f1;color:#11111f}
.rd-listener-story-detail-page .rd-section-inner{width:min(calc(100% - 64px),1320px);margin-inline:auto}
.rd-ls-detail-header{padding:64px 0 34px;background-image:linear-gradient(rgba(18,49,74,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(18,49,74,.055) 1px,transparent 1px);background-size:48px 48px}
.rd-ls-detail-header-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:end}
.rd-ls-detail-header h1{max-width:900px;margin:.25rem 0 .8rem;font-size:clamp(3.1rem,5.2vw,5.8rem);line-height:.9;letter-spacing:-.06em}
.rd-ls-detail-author{margin:0;font-size:1.3rem;font-weight:900}.rd-ls-detail-location{margin:.45rem 0 0;color:#d95f20;font-size:.8rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.rd-ls-detail-back{margin:0 0 16px}.rd-ls-detail-back a{color:#11111f;font-weight:800;text-decoration:none}
.rd-ls-detail-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.rd-story-share{display:inline-flex;align-items:center;gap:8px;border:1px solid #d8dee2;border-radius:999px;background:#fff;color:#11111f;font:inherit;font-size:14px;font-weight:850;padding:11px 16px;cursor:pointer}.rd-story-share:hover{border-color:var(--rd-orange);color:var(--rd-orange-dark)}
.rd-ls-share-menu{position:relative}.rd-ls-share-popover{position:absolute;right:0;top:calc(100% + 8px);z-index:20;display:none;min-width:210px;padding:8px;border:1px solid #dce2e4;border-radius:14px;background:#fff;box-shadow:0 18px 50px rgba(24,49,66,.16)}.rd-ls-share-menu.is-open .rd-ls-share-popover{display:grid}.rd-ls-share-popover a,.rd-ls-share-popover button{display:block;width:100%;border:0;border-radius:9px;background:transparent;color:#11111f;padding:10px 12px;text-align:left;font:inherit;font-size:13px;font-weight:750;text-decoration:none;cursor:pointer}.rd-ls-share-popover a:hover,.rd-ls-share-popover button:hover{background:#fbf8f1}
.rd-ls-detail-media{padding:34px 0 0}.rd-ls-detail-figure{margin:0;overflow:hidden;border-radius:26px;background:#0a2337;box-shadow:0 24px 65px rgba(24,49,66,.13)}.rd-ls-detail-figure img,.rd-ls-detail-figure video{display:block;width:100%;max-height:720px;object-fit:contain;background:#0a2337}.rd-ls-detail-figure audio{display:block;width:calc(100% - 40px);margin:20px}
.rd-ls-detail-copy{padding:48px 0 58px}.rd-ls-detail-copy-inner{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:52px;align-items:start}.rd-ls-detail-article{max-width:800px}.rd-ls-detail-story-text{font-size:1.12rem;line-height:1.82;color:#4e5e69}.rd-ls-detail-story-text p{margin:0 0 1.35em}.rd-ls-detail-card{position:sticky;top:28px;padding:24px;border-radius:22px;background:#f6f0e5}.rd-ls-detail-card h2{margin:0 0 16px;font-size:1.25rem}.rd-ls-detail-list{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0;padding:0;list-style:none}.rd-ls-detail-list li{padding:13px 8px;border-top:1px solid rgba(18,49,74,.12)}.rd-ls-detail-list span{display:block;color:#687681;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.rd-ls-detail-list strong{display:block;margin-top:4px;font-size:.9rem;line-height:1.25}
.rd-ls-detail-gallery{padding:54px 0;background:#fff}.rd-ls-detail-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}.rd-ls-detail-gallery-item{overflow:hidden;border-radius:20px;background:#eef0f1}.rd-ls-detail-gallery-item img,.rd-ls-detail-gallery-item video{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.rd-ls-detail-gallery-item audio{width:calc(100% - 28px);margin:14px}
.rd-ls-detail-share-band{padding:0 0 64px}.rd-ls-detail-share-card{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:26px 30px;border:1px solid #dce2e4;border-radius:22px;background:#fff}.rd-ls-detail-share-card h2{margin:0;font-size:1.55rem}.rd-ls-detail-share-card p{margin:4px 0 0;color:#64737d}
@media(max-width:900px){.rd-listener-story-detail-page .rd-section-inner{width:min(calc(100% - 36px),1100px)}.rd-ls-detail-header-grid{grid-template-columns:1fr}.rd-ls-detail-actions{justify-content:flex-start}.rd-ls-detail-copy-inner{grid-template-columns:1fr}.rd-ls-detail-card{position:static}.rd-ls-detail-gallery-grid{grid-template-columns:1fr}}
@media(max-width:620px){.rd-listener-story-detail-page .rd-section-inner{width:calc(100% - 28px)}.rd-ls-detail-header{padding:34px 0 26px}.rd-ls-detail-header h1{font-size:clamp(2.7rem,13vw,4rem)}.rd-ls-detail-actions{width:100%}.rd-ls-detail-actions>.rd-story-like,.rd-ls-detail-actions>.rd-ls-share-menu{flex:1}.rd-ls-detail-actions .rd-story-like,.rd-ls-detail-actions .rd-story-share{width:100%;justify-content:center}.rd-ls-share-popover{left:0;right:auto}.rd-ls-detail-media{padding-top:20px}.rd-ls-detail-figure{border-radius:18px}.rd-ls-detail-copy{padding:32px 0 38px}.rd-ls-detail-story-text{font-size:1rem;line-height:1.72}.rd-ls-detail-card{padding:18px}.rd-ls-detail-gallery{padding:36px 0}.rd-ls-detail-share-card{display:block;padding:22px}.rd-ls-detail-share-card .rd-ls-share-menu{margin-top:16px}.rd-ls-detail-share-card .rd-story-share{width:100%;justify-content:center}}

/* =======================================================================
   v0.5.23 Listener Story detail — compact editorial composition
======================================================================== */
.rd-ls-detail-header{padding:46px 0 30px}
.rd-ls-detail-header h1{font-size:clamp(2.8rem,4.4vw,4.9rem);max-width:820px}
.rd-ls-detail-media{padding:24px 0 0}
.rd-ls-detail-figure{max-width:1320px;aspect-ratio:16/6.2}
.rd-ls-detail-figure img,.rd-ls-detail-figure video{width:100%;height:100%;max-height:none;object-fit:contain}
.rd-ls-detail-copy{padding:38px 0 42px}
.rd-ls-detail-copy-inner{grid-template-columns:minmax(0,1fr) 350px;gap:42px}
.rd-ls-detail-gallery{padding:38px 0}
.rd-ls-detail-share-band{padding:34px 0 46px}
.rd-ls-detail-share-card{padding:22px 26px}
@media(max-width:900px){.rd-ls-detail-figure{aspect-ratio:16/9}.rd-ls-detail-copy-inner{grid-template-columns:1fr}}
@media(max-width:620px){.rd-ls-detail-header{padding:28px 0 22px}.rd-ls-detail-media{padding-top:14px}.rd-ls-detail-figure{aspect-ratio:16/9}.rd-ls-detail-copy{padding:26px 0 30px}.rd-ls-detail-gallery{padding:28px 0}.rd-ls-detail-share-band{padding:26px 0 34px}}


/* 0.5.24 — Listener detail final editorial polish */
.rd-ls-detail-list li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:9px;align-items:start;padding:13px 8px}
.rd-ls-detail-fact-icon{display:block;width:20px;height:20px;color:#687681;margin-top:1px}
.rd-ls-detail-fact-icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.rd-ls-detail-fact-copy{display:block;min-width:0}
.rd-ls-detail-fact-copy>span{display:block}
.rd-ls-detail-fact-copy>strong{display:block}
.rd-ls-detail-copy{padding:32px 0 34px}
.rd-ls-detail-gallery{padding:30px 0 34px}
.rd-ls-detail-share-band{padding:26px 0 38px}
.rd-ls-detail-gallery-grid{margin-top:14px}
@media(max-width:620px){.rd-ls-detail-copy{padding:24px 0 26px}.rd-ls-detail-gallery{padding:24px 0 28px}.rd-ls-detail-share-band{padding:22px 0 30px}}

/* =======================================================================
   v0.5.25 Listener Story detail — media-first editorial redesign
======================================================================== */
.rd-ls-detail-header{padding:42px 0 30px;background-size:48px 48px}
.rd-ls-detail-header-grid{grid-template-columns:minmax(0,1fr) minmax(300px,390px);align-items:end}
.rd-ls-detail-header h1{max-width:880px;margin:.22rem 0 0;font-size:clamp(2.8rem,4.35vw,4.8rem);line-height:.94}
.rd-ls-detail-byline{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:18px}.rd-ls-detail-byline strong{font-size:1.08rem}.rd-ls-detail-byline span{color:#d95f20;font-size:.76rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.rd-ls-detail-byline span:before{content:'•';margin-right:12px;color:#b8bfc3}
.rd-ls-detail-header-tools{justify-self:end}.rd-ls-detail-back{text-align:right}
.rd-ls-detail-feature{padding:28px 0 18px;background:#fffdf8}.rd-ls-detail-feature-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(300px,.65fr);gap:24px;align-items:stretch}
.rd-ls-detail-figure{margin:0;min-height:430px;aspect-ratio:auto;border-radius:24px;overflow:hidden;background:#0a2337;box-shadow:0 20px 55px rgba(24,49,66,.12)}.rd-ls-detail-figure img,.rd-ls-detail-figure video{display:block;width:100%;height:100%;min-height:430px;max-height:560px;object-fit:contain;background:#0a2337}.rd-ls-detail-figure audio{width:calc(100% - 40px);margin:20px}
.rd-ls-detail-card{position:static;display:flex;flex-direction:column;padding:26px;border-radius:24px;background:#f6f0e5}.rd-ls-detail-card .rd-kicker{margin:0 0 7px}.rd-ls-detail-card h2{margin:0 0 16px;font-size:1.45rem}.rd-ls-detail-list{grid-template-columns:1fr;align-content:start}.rd-ls-detail-list li{grid-template-columns:24px minmax(0,1fr);padding:13px 2px}.rd-ls-detail-list strong{font-size:.96rem}.rd-ls-detail-distance-note{margin:auto 0 0;padding-top:18px;color:#7a858d;font-size:.76rem;line-height:1.45}
.rd-ls-detail-copy{padding:34px 0 38px}.rd-ls-detail-copy-inner{display:block}.rd-ls-detail-article{max-width:880px;margin:0 auto}.rd-ls-detail-story-text{font-size:1.12rem;line-height:1.82}.rd-ls-detail-story-text p:first-child{font-size:1.22rem;color:#354b5b}
.rd-ls-detail-gallery{padding:36px 0 42px;background:#fff}.rd-ls-detail-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.rd-ls-detail-gallery-item{border-radius:20px;background:#0a2337}.rd-ls-detail-gallery-item img,.rd-ls-detail-gallery-item video{aspect-ratio:16/10;object-fit:contain;background:#0a2337}
.rd-ls-detail-share-band{padding:30px 0 46px}.rd-ls-detail-share-card{max-width:1320px;margin:0 auto}
@media(max-width:900px){.rd-ls-detail-header-grid,.rd-ls-detail-feature-grid{grid-template-columns:1fr}.rd-ls-detail-header-tools{justify-self:start}.rd-ls-detail-back{text-align:left}.rd-ls-detail-figure,.rd-ls-detail-figure img,.rd-ls-detail-figure video{min-height:0}.rd-ls-detail-figure{aspect-ratio:16/9}.rd-ls-detail-card{display:block}.rd-ls-detail-list{grid-template-columns:1fr 1fr}.rd-ls-detail-distance-note{margin-top:14px}.rd-ls-detail-gallery-grid{grid-template-columns:1fr}}
@media(max-width:620px){.rd-ls-detail-header{padding:30px 0 24px}.rd-ls-detail-header h1{font-size:clamp(2.45rem,12vw,3.65rem)}.rd-ls-detail-byline{display:block}.rd-ls-detail-byline span{display:block;margin-top:6px}.rd-ls-detail-byline span:before{display:none}.rd-ls-detail-feature{padding:18px 0 10px}.rd-ls-detail-feature-grid{gap:14px}.rd-ls-detail-figure{border-radius:18px}.rd-ls-detail-list{grid-template-columns:1fr}.rd-ls-detail-copy{padding:28px 0 30px}.rd-ls-detail-story-text{font-size:1rem}.rd-ls-detail-story-text p:first-child{font-size:1.08rem}}


/* =======================================================================
   v0.5.26 Listener Story detail — compact continuous editorial flow
   Keeps v0.5.25 video preview and signal snapshot; removes dead space.
======================================================================== */
@media (min-width:901px){
  .rd-ls-detail-header{padding:34px 0 28px}
  .rd-ls-detail-header-grid{grid-template-columns:minmax(0,1fr) 320px;gap:38px;align-items:center}
  .rd-ls-detail-header h1{max-width:860px;font-size:clamp(2.75rem,4vw,4.45rem);line-height:.95}
  .rd-ls-detail-byline{margin-top:15px}
  .rd-ls-detail-header-tools{align-self:center}
  .rd-ls-detail-back{margin-bottom:12px}
  .rd-ls-detail-actions{gap:8px}

  .rd-ls-detail-feature{padding:24px 0 0}
  .rd-ls-detail-feature-grid{grid-template-columns:minmax(0,1.9fr) 318px;gap:22px;align-items:stretch}
  .rd-ls-detail-figure{min-height:0;height:430px;aspect-ratio:auto}
  .rd-ls-detail-figure img,.rd-ls-detail-figure video{min-height:0;height:430px;max-height:430px}
  .rd-ls-detail-card{min-height:0;height:430px;padding:24px}

  .rd-ls-detail-copy{padding:52px 0 48px}
  .rd-ls-detail-copy-inner{min-height:0!important;height:auto!important}
  .rd-ls-detail-article{max-width:900px}
  .rd-ls-detail-story-text p:last-child{margin-bottom:0}

  .rd-ls-detail-gallery{min-height:0!important;height:auto!important;padding:42px 0 38px}
  .rd-ls-detail-gallery-grid{margin-top:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
  .rd-ls-detail-gallery-item{min-height:0!important;height:auto!important}
  .rd-ls-detail-gallery-item img,.rd-ls-detail-gallery-item video{min-height:0!important;aspect-ratio:16/9}

  .rd-ls-detail-share-band{min-height:0!important;height:auto!important;padding:34px 0 42px}
  .rd-ls-detail-share-card{min-height:0!important}
}
@media (max-width:900px){
  .rd-ls-detail-copy,.rd-ls-detail-gallery,.rd-ls-detail-share-band{min-height:0!important;height:auto!important}
}

/* =======================================================================
   v0.5.27 Listener Story detail — chronological reception timeline
======================================================================== */
.rd-listener-story-timeline-page{background:#fbf8f1}
.rd-lst-hero{padding:46px 0 42px;background-color:#fbf8f1;background-image:linear-gradient(rgba(18,49,74,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(18,49,74,.055) 1px,transparent 1px);background-size:48px 48px}
.rd-lst-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:56px;align-items:center}
.rd-lst-hero h1{max-width:900px;margin:.2rem 0 .85rem;font-size:clamp(3rem,4.8vw,5.25rem);line-height:.92;letter-spacing:-.055em}
.rd-lst-hero-intro{max-width:720px;margin:20px 0 0;color:#50626e;font-size:1.03rem;line-height:1.65}
.rd-lst-hero-side{justify-self:end}.rd-lst-back{display:block;margin:0 0 16px;color:#11111f;font-weight:850;text-decoration:none;text-align:right}.rd-lst-hero-side .rd-ls-detail-actions{justify-content:flex-end}
.rd-lst-timeline-section{padding:54px 0 42px;background:#fffdf8}.rd-lst-section-head{max-width:760px;margin-bottom:38px}.rd-lst-section-head h2{margin:.18rem 0 .3rem;font-size:clamp(2rem,3vw,3rem);letter-spacing:-.035em}.rd-lst-section-head>p:last-child{margin:0;color:#64737d}
.rd-lst-timeline{position:relative;padding:4px 0}.rd-lst-timeline:before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:#d7dee1;transform:translateX(-1px)}
.rd-lst-event{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 86px minmax(0,1fr);margin:0 0 46px}.rd-lst-event:last-child{margin-bottom:0}.rd-lst-marker{position:absolute;left:50%;top:22px;width:15px;height:15px;border:3px solid #f36a2d;border-radius:50%;background:#fffdf8;transform:translate(-50%,-50%);z-index:2}
.rd-lst-date-badge{align-self:start;justify-self:end;grid-column:1;padding:9px 12px;border:1.5px solid #f36a2d;border-radius:12px;background:#fffdf8;color:#f05d24;text-align:left;line-height:1.15}.rd-lst-date-badge strong{display:block;font-size:.75rem;letter-spacing:.015em}
.rd-lst-event-card{grid-column:3;min-width:0}.rd-lst-event.is-right .rd-lst-date-badge{grid-column:3;justify-self:start}.rd-lst-event.is-right .rd-lst-event-card{grid-column:1;grid-row:1}.rd-lst-event.is-right .rd-lst-date-badge{grid-row:1}
.rd-lst-event-story{color:#455a68;font-size:1.03rem;line-height:1.7}.rd-lst-event-story p{margin:0 0 1.15em}.rd-lst-event-story p:last-child{margin-bottom:0}
.rd-lst-event-media{display:grid;grid-template-columns:1fr;gap:10px;margin:0 0 16px}.rd-lst-event-story+.rd-lst-event-media{margin-top:22px}.rd-lst-event-media.has-many{grid-template-columns:repeat(3,minmax(0,1fr))}.rd-lst-event-media.has-many .rd-timeline-media-main{grid-column:1/-1}.rd-timeline-media{overflow:hidden;border-radius:16px;background:#0a2337}.rd-timeline-media img,.rd-timeline-media video{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;background:#0a2337}.rd-timeline-media-main img,.rd-timeline-media-main video{aspect-ratio:16/9;object-fit:contain}.rd-timeline-media audio{display:block;width:calc(100% - 24px);margin:12px}
.rd-lst-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;margin-top:20px;padding:10px 18px;border-radius:18px;background:#f6f0e5}.rd-lst-fact{display:grid;grid-template-columns:25px minmax(0,1fr);gap:10px;align-items:start;padding:12px 0;border-bottom:1px solid rgba(18,49,74,.09)}.rd-lst-fact:nth-last-child(-n+2){border-bottom:0}.rd-lst-fact i{width:21px;height:21px;color:#4d7893;font-style:normal}.rd-lst-fact svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.rd-lst-fact small,.rd-lst-fact strong{display:block}.rd-lst-fact small{color:#6c7b84;font-size:.62rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.rd-lst-fact strong{margin-top:3px;color:#243746;font-size:.86rem;line-height:1.3}
.rd-listener-story-timeline-page .rd-ls-detail-share-band{padding:34px 0 44px;background:#fbf8f1}
@media(max-width:900px){.rd-lst-hero-grid{grid-template-columns:1fr;gap:24px}.rd-lst-hero-side{justify-self:start}.rd-lst-back{text-align:left}.rd-lst-hero-side .rd-ls-detail-actions{justify-content:flex-start}.rd-lst-timeline:before{left:14px}.rd-lst-event{display:block;padding-left:48px;margin-bottom:38px}.rd-lst-marker{left:14px}.rd-lst-date-badge,.rd-lst-event.is-right .rd-lst-date-badge{display:inline-block;margin-bottom:16px}.rd-lst-event-card,.rd-lst-event.is-right .rd-lst-event-card{display:block}.rd-lst-event-media.has-many{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.rd-lst-hero{padding:30px 0 28px}.rd-lst-hero h1{font-size:clamp(2.5rem,12vw,3.8rem)}.rd-lst-hero-intro{font-size:.96rem}.rd-lst-timeline-section{padding:38px 0 30px}.rd-lst-section-head{margin-bottom:28px}.rd-lst-event{padding-left:38px}.rd-lst-timeline:before,.rd-lst-marker{left:10px}.rd-lst-event-media.has-many{grid-template-columns:1fr 1fr}.rd-lst-facts{grid-template-columns:1fr}.rd-lst-fact:nth-last-child(-n+2){border-bottom:1px solid rgba(18,49,74,.09)}.rd-lst-fact:last-child{border-bottom:0}}
\n\n/* =======================================================================\n   v0.5.29 Listener Story timeline refinement\n======================================================================== */\n.rd-lst-listener-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.rd-lst-listener-stats>span{display:inline-flex;align-items:center;gap:5px;padding:8px 12px;border:1px solid #dce2e4;border-radius:999px;background:rgba(255,253,248,.82);color:#526673;font-size:.78rem;line-height:1}.rd-lst-listener-stats strong{color:#172936;font-weight:900}.rd-lst-recognition-silver{border-color:#c7cdd1!important}.rd-lst-recognition-gold{border-color:#d9b65b!important}.rd-lst-recognition-platinum{border-color:#9daeb9!important}\n.rd-lst-date-badge span{display:block;margin-top:4px;color:#657782;font-size:.66rem;font-weight:850;letter-spacing:.035em;white-space:nowrap}\n/* Every reception gets the same media stage. Source aspect ratio no longer controls timeline rhythm. */\n.rd-lst-event-media{grid-template-columns:1fr!important;gap:10px}.rd-lst-event-media.has-many{grid-template-columns:repeat(2,minmax(0,1fr))!important}.rd-lst-event-media.has-many .rd-timeline-media-main{grid-column:1/-1}.rd-timeline-media{display:flex;align-items:center;justify-content:center;height:210px;border-radius:16px;background:#0a2337}.rd-timeline-media-main{height:330px}.rd-timeline-media img,.rd-timeline-media video,.rd-timeline-media-main img,.rd-timeline-media-main video{width:100%;height:100%;aspect-ratio:auto!important;object-fit:contain;background:#0a2337}.rd-timeline-media audio{height:auto;width:calc(100% - 24px)}\n@media(max-width:1100px){.rd-timeline-media-main{height:290px}.rd-timeline-media{height:190px}}\n@media(max-width:900px){.rd-timeline-media-main{height:min(52vw,360px)}.rd-timeline-media{height:min(34vw,230px)}}\n@media(max-width:620px){.rd-lst-listener-stats{gap:7px}.rd-lst-listener-stats>span{font-size:.72rem}.rd-lst-event-media.has-many{grid-template-columns:1fr!important}.rd-timeline-media,.rd-timeline-media-main{height:min(56vw,280px)}}\n

/* =======================================================================
   v0.5.30 Listener Story detail — stable media composition
   One calm primary stage per reception; additional media becomes a
   consistent chronological strip instead of changing the event height.
======================================================================== */
@media (min-width:901px){
  .rd-lst-event-media.has-many{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px}
  .rd-lst-event-media.has-many .rd-timeline-media-main{grid-column:1/-1;height:330px}
  .rd-lst-event-media.has-many .rd-timeline-media:not(.rd-timeline-media-main){height:132px;border-radius:13px}
  .rd-lst-event-media.has-many .rd-timeline-media:not(.rd-timeline-media-main) video,
  .rd-lst-event-media.has-many .rd-timeline-media:not(.rd-timeline-media-main) img{object-fit:contain}
}
@media (min-width:621px) and (max-width:900px){
  .rd-lst-event-media.has-many{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .rd-lst-event-media.has-many .rd-timeline-media-main{grid-column:1/-1}
  .rd-lst-event-media.has-many .rd-timeline-media:not(.rd-timeline-media-main){height:140px}
}
@media (max-width:620px){
  .rd-lst-event-media.has-many{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .rd-lst-event-media.has-many .rd-timeline-media-main{grid-column:1/-1;height:min(56vw,280px)}
  .rd-lst-event-media.has-many .rd-timeline-media:not(.rd-timeline-media-main){height:120px}
}
