body.podcast-page {
    background:
        radial-gradient(circle at top left, rgba(224, 147, 89, 0.18), transparent 28%),
        radial-gradient(circle at top right, rgba(143, 20, 31, 0.14), transparent 26%),
        linear-gradient(180deg, #fbf6ef 0%, #f2eadf 100%);
    color: #201814;
}

body.podcast-page .home-stage,
body.podcast-page .home-content {
    background: transparent;
}

.podcast-shell {
    width: min(100% - 40px, 1240px);
    margin: 0 auto;
}

.podcast-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(47, 33, 25, 0.66);
}

.podcast-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.podcast-breadcrumbs a:hover {
    color: #8f141f;
}

.podcast-hero,
.podcast-intro-band,
.podcast-card,
.podcast-featured-preview,
.podcast-player-card,
.podcast-toc-card,
.podcast-episode-meta-card,
.podcast-transcript-card,
.podcast-related-item,
.podcast-cta-card,
.podcast-empty-state {
    border: 1px solid rgba(34, 45, 60, 0.09);
    box-shadow: 0 22px 60px rgba(25, 34, 49, 0.08);
}

.podcast-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 28px;
    padding: 34px;
    overflow: hidden;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(255, 214, 180, 0.18), transparent 32%),
        linear-gradient(135deg, #311712 0%, #71202a 48%, #190c0b 100%);
    color: #f8f2ea;
}

.podcast-hero::before,
.podcast-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.podcast-hero::before {
    inset: auto auto -100px -60px;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.04);
}

.podcast-hero::after {
    inset: 20px 20px auto auto;
    width: 140px;
    height: 140px;
    background: rgba(255, 196, 132, 0.09);
}

.podcast-hero-copy,
.podcast-hero-panel {
    position: relative;
    z-index: 1;
}

.podcast-hero-copy h1,
.podcast-article-copy h1 {
    margin: 10px 0 0;
    font-family: var(--site-font-heading, Georgia, serif);
    font-size: clamp(2.4rem, 5vw, 4.7rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.podcast-hero-copy h1 {
    color: #f8f2ea;
}

.podcast-brand-line {
    margin-top: 10px;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.35;
    text-transform: uppercase;
    color: rgba(143, 20, 31, 0.92);
}

.podcast-hero .podcast-brand-line {
    color: rgba(248, 242, 234, 0.78);
}

.podcast-article-copy .podcast-brand-line {
    color: #8f141f;
}

.podcast-hero-lead,
.podcast-article-summary,
.podcast-intro-copy p,
.podcast-featured-copy p,
.podcast-card-excerpt,
.podcast-related-copy p,
.podcast-transcript-body,
.podcast-toc-empty,
.podcast-cta-copy p {
    font-size: 1.02rem;
    line-height: 1.75;
}

.podcast-hero-lead {
    max-width: 62ch;
    margin: 18px 0 0;
    color: rgba(248, 242, 234, 0.86);
}

.podcast-hero-actions,
.podcast-card-actions,
.podcast-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.podcast-secondary-link,
.podcast-card-secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}

.podcast-secondary-link:hover,
.podcast-card-secondary-link:hover {
    color: #8f141f;
}

.podcast-author-link {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(143, 20, 31, 0.28);
    transition: color 0.18s ease, border-color 0.18s ease;
}

.podcast-author-link:hover {
    color: #8f141f;
    border-bottom-color: rgba(143, 20, 31, 0.65);
}

.podcast-search-form {
    margin-top: 22px;
    max-width: 540px;
}

.podcast-search-label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(248, 242, 234, 0.72);
}

.podcast-search-field {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.podcast-search-field i {
    color: rgba(255, 255, 255, 0.72);
}

.podcast-search-input {
    width: 100%;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    outline: none;
}

.podcast-search-input::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.podcast-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.podcast-stat-card {
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(14px);
}

.podcast-stat-value {
    display: block;
    font-family: var(--site-font-heading, Georgia, serif);
    font-size: 1.65rem;
    line-height: 1;
    color: #fff;
}

.podcast-stat-label {
    display: block;
    margin-top: 6px;
    font-size: 0.88rem;
    color: rgba(248, 242, 234, 0.74);
}

.podcast-hero-panel {
    display: grid;
    gap: 16px;
    align-content: start;
}

.podcast-featured-preview {
    border-radius: 28px;
    padding: 18px;
    background: rgba(255, 249, 243, 0.98);
    color: #2f2119;
}

.podcast-featured-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8f141f;
}

.podcast-featured-copy h2 {
    color: #2f2119;
}

.podcast-featured-link {
    display: grid;
    gap: 16px;
    text-decoration: none;
    color: inherit;
}

.podcast-featured-link img,
.podcast-cover-card img {
    width: 100%;
    border-radius: 22px;
    display: block;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    background: #e9ddd1;
}

.podcast-cover-card img {
    aspect-ratio: 1 / 1;
}

.podcast-featured-copy h2 {
    margin: 12px 0 8px;
    font-family: var(--site-font-heading, Georgia, serif);
    font-size: 1.55rem;
    line-height: 1.08;
}

.podcast-featured-link-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    font-weight: 700;
    color: #8f141f;
}

.podcast-intro-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 22px;
    padding: 22px 24px;
    border-radius: 26px;
    background: rgba(255, 250, 244, 0.88);
}

.podcast-content-band,
.podcast-story-band,
.podcast-host-band,
.podcast-faq-band {
    margin-top: 22px;
    padding: 24px;
    border-radius: 26px;
    border: 1px solid rgba(34, 45, 60, 0.09);
    background: rgba(255, 250, 244, 0.92);
    box-shadow: 0 22px 60px rgba(25, 34, 49, 0.08);
}

.podcast-intro-copy h2,
.podcast-section-head h2,
.podcast-transcript-card h2,
.podcast-related-card h2,
.podcast-toc-card h2,
.podcast-episode-meta-card h2,
.podcast-cta-card h2 {
    margin: 8px 0 0;
    font-family: var(--site-font-heading, Georgia, serif);
    letter-spacing: -0.03em;
    color: #2f2119;
}

.podcast-intro-copy h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.podcast-feed-section,
.podcast-article-layout {
    margin-top: 26px;
}

.podcast-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.podcast-section-head p {
    max-width: 56ch;
    margin: 0;
    color: rgba(47, 33, 25, 0.74);
}

.podcast-topic-grid,
.podcast-resource-grid,
.podcast-start-grid,
.podcast-faq-grid {
    display: grid;
    gap: 14px;
}

.podcast-topic-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-top: 18px;
}

.podcast-topic-card,
.podcast-resource-card,
.podcast-start-card,
.podcast-faq-card,
.podcast-host-card {
    border: 1px solid rgba(47, 33, 25, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.podcast-topic-card {
    padding: 18px;
}

.podcast-topic-card h3,
.podcast-start-card h3,
.podcast-resource-card h3,
.podcast-faq-card h3 {
    margin: 0;
    font-family: var(--site-font-heading, Georgia, serif);
    font-size: 1.08rem;
    line-height: 1.18;
    letter-spacing: -0.02em;
    color: #2f2119;
}

.podcast-topic-card p,
.podcast-start-card p,
.podcast-resource-card p,
.podcast-faq-card p,
.podcast-host-card p,
.podcast-story-copy p {
    margin: 10px 0 0;
    color: rgba(47, 33, 25, 0.76);
    line-height: 1.72;
}

.podcast-story-copy {
    max-width: 78ch;
}

.podcast-host-band .podcast-section-head {
    margin-bottom: 14px;
}

.podcast-host-card {
    padding: 20px;
    display: grid;
    gap: 10px;
}

.podcast-host-card .home-btn {
    width: fit-content;
    margin-top: 6px;
}

.podcast-start-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-top: 18px;
}

.podcast-start-card {
    display: grid;
    gap: 10px;
    padding: 18px;
    text-decoration: none;
    color: inherit;
}

.podcast-resource-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-top: 18px;
}

.podcast-resource-card {
    display: grid;
    gap: 10px;
    padding: 18px;
    text-decoration: none;
    color: inherit;
}

.podcast-faq-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-top: 18px;
}

.podcast-faq-card {
    padding: 18px;
}

.podcast-feed-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 18px;
}

.podcast-card {
    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    border-radius: 26px;
    background: rgba(255, 250, 244, 0.92);
}

.podcast-card-media {
    display: block;
    text-decoration: none;
}

.podcast-card-image {
    width: 100%;
    display: block;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #e9ddd1;
}

.podcast-card-copy {
    min-width: 0;
    display: grid;
    align-content: start;
}

.podcast-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-size: 0.84rem;
    color: rgba(47, 33, 25, 0.72);
}

.podcast-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(143, 20, 31, 0.12);
    color: #8f141f;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.podcast-card-title-link {
    margin-top: 12px;
    text-decoration: none;
    color: inherit;
}

.podcast-card-title {
    margin: 0;
    font-family: var(--site-font-heading, Georgia, serif);
    font-size: 1.62rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #2f2119;
}

.podcast-card-excerpt {
    margin: 12px 0 0;
    color: rgba(47, 33, 25, 0.78);
}

.podcast-card-actions {
    margin-top: 16px;
}

.podcast-empty-state {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 250, 244, 0.96);
}

.podcast-empty-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8f141f;
}

.podcast-pagination-wrap {
    margin-top: 24px;
}

.podcast-pagination .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.podcast-pagination .pagination li a,
.podcast-pagination .pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(47, 33, 25, 0.12);
    background: rgba(255, 250, 244, 0.92);
    color: #2f2119;
    text-decoration: none;
    font-weight: 700;
}

.podcast-pagination .pagination li.active span,
.podcast-pagination .pagination li a:hover {
    background: #8f141f;
    color: #fff;
    border-color: #8f141f;
}

.podcast-breadcrumbs,
.podcast-article-breadcrumbs {
    margin-bottom: 18px;
}

.podcast-article {
    display: grid;
    gap: 24px;
}

.podcast-article-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 24px;
    padding: 28px;
    border-radius: 30px;
    background: rgba(255, 250, 244, 0.88);
}

.podcast-article-copy h1 {
    color: #201814;
}

.podcast-article-summary {
    max-width: 60ch;
    margin: 16px 0 0;
    color: rgba(47, 33, 25, 0.76);
}

.podcast-article-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.podcast-article-hero-panel {
    display: grid;
    gap: 16px;
    align-content: start;
}

.podcast-cover-card {
    margin: 0;
    padding: 0;
}

.podcast-player-card {
    position: relative;
    grid-column: 1 / -1;
    overflow: hidden;
    padding: 20px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(224, 147, 89, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(255, 250, 244, 0.98) 0%, rgba(248, 239, 228, 0.97) 100%);
}

.podcast-player-card::before,
.podcast-player-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
}

.podcast-player-card::before {
    inset: -56px auto auto -56px;
    width: 160px;
    height: 160px;
    background: rgba(143, 20, 31, 0.06);
}

.podcast-player-card::after {
    inset: auto -44px -44px auto;
    width: 128px;
    height: 128px;
    background: rgba(224, 147, 89, 0.1);
}

.podcast-player-card__header,
.podcast-player-card__surface {
    position: relative;
    z-index: 1;
}

.podcast-player-card__header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 18px;
}

.podcast-player-card__copy h2 {
    margin: 8px 0 0;
    font-family: var(--site-font-heading, Georgia, serif);
    font-size: 1.55rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #2f2119;
}

.podcast-player-card__copy p {
    max-width: 52ch;
    margin: 10px 0 0;
    color: rgba(47, 33, 25, 0.74);
    line-height: 1.7;
}

.podcast-player-badge {
    display: grid;
    gap: 4px;
    align-self: start;
    min-width: 140px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(143, 20, 31, 0.12);
    background: rgba(143, 20, 31, 0.06);
    color: #8f141f;
    box-shadow: 0 16px 32px rgba(25, 34, 49, 0.06);
}

.podcast-player-badge__label {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.podcast-player-badge strong {
    font-family: var(--site-font-heading, Georgia, serif);
    font-size: 1.02rem;
    line-height: 1.1;
    color: #2f2119;
}

.podcast-player-card__surface {
    display: grid;
    gap: 14px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(47, 33, 25, 0.08);
}

.podcast-player-embed {
    border-radius: 20px;
    overflow: hidden;
}

.podcast-spotify-frame iframe {
    display: block;
    width: 100%;
    min-height: 352px;
    border: 0;
    border-radius: 20px;
    background: #000;
}

.podcast-player-embed iframe,
.podcast-player-embed audio,
.podcast-audio-frame,
.podcast-audio-player {
    width: 100%;
    max-width: 100%;
}

.podcast-player-embed iframe,
.podcast-player-embed audio {
    display: block;
    accent-color: #8f141f;
}

.podcast-audio-player {
    display: block;
    margin: 0;
    accent-color: #8f141f;
}

.podcast-audio-frame {
    padding: 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(47, 33, 25, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 16px 28px rgba(25, 34, 49, 0.06);
}

.podcast-audio-player::-webkit-media-controls-panel {
    background: linear-gradient(180deg, rgba(255, 250, 244, 0.98), rgba(247, 238, 227, 0.98));
}

.podcast-audio-player::-webkit-media-controls-play-button,
.podcast-audio-player::-webkit-media-controls-mute-button {
    filter: saturate(0.85) contrast(1.08);
}

.podcast-player-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 14px;
    align-items: center;
}

.podcast-player-support-text {
    color: rgba(47, 33, 25, 0.68);
    font-size: 0.92rem;
}

.podcast-player-empty {
    margin: 0;
    color: rgba(47, 33, 25, 0.72);
}

.podcast-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.8fr);
    gap: 24px;
    align-items: start;
}

.podcast-article-main {
    display: grid;
    gap: 22px;
    min-width: 0;
}

.podcast-article-sidebar {
    display: grid;
    gap: 16px;
    align-self: start;
    position: sticky;
    top: 110px;
}

.podcast-transcript-card,
.podcast-related-card,
.podcast-cta-card,
.podcast-toc-card,
.podcast-episode-meta-card {
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 250, 244, 0.92);
}

.podcast-transcript-body {
    margin-top: 16px;
}

.podcast-transcript-body :is(h2, h3, h4) {
    margin-top: 1.75em;
    margin-bottom: 0.65em;
    font-family: var(--site-font-heading, Georgia, serif);
    letter-spacing: -0.02em;
    scroll-margin-top: 120px;
}

.podcast-transcript-body :is(p, ul, ol, blockquote) {
    margin-bottom: 1em;
}

.podcast-transcript-body a {
    color: #8f141f;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.podcast-transcript-body blockquote {
    margin-left: 0;
    padding: 18px 20px;
    border-left: 4px solid rgba(143, 20, 31, 0.24);
    border-radius: 18px;
    background: rgba(143, 20, 31, 0.06);
}

.podcast-toc {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.podcast-toc-link {
    display: block;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(143, 20, 31, 0.05);
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.45;
}

.podcast-toc-link:hover {
    background: rgba(143, 20, 31, 0.1);
    color: #8f141f;
}

.podcast-toc-link.level-3 {
    padding-left: 22px;
}

.podcast-toc-link.level-4 {
    padding-left: 32px;
    font-size: 0.94rem;
}

.podcast-toc-empty {
    margin-top: 14px;
    color: rgba(47, 33, 25, 0.72);
}

.podcast-episode-meta-grid {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

.podcast-episode-meta-grid strong {
    display: block;
    margin-top: 4px;
    font-family: var(--site-font-heading, Georgia, serif);
    font-size: 1.08rem;
}

.podcast-episode-meta-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(47, 33, 25, 0.6);
}

.podcast-related-grid {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

.podcast-related-item {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
}

.podcast-related-media img {
    width: 100%;
    display: block;
    border-radius: 18px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #e9ddd1;
}

.podcast-related-copy h3 {
    margin: 10px 0 0;
    font-family: var(--site-font-heading, Georgia, serif);
    font-size: 1.32rem;
    line-height: 1.06;
    letter-spacing: -0.02em;
}

.podcast-related-copy h3 a {
    color: inherit;
    text-decoration: none;
}

.podcast-related-copy p {
    margin: 10px 0 0;
    color: rgba(47, 33, 25, 0.76);
}

.podcast-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    background:
        radial-gradient(circle at top right, rgba(224, 147, 89, 0.12), transparent 32%),
        rgba(255, 250, 244, 0.95);
}

.podcast-cta-copy h2 {
    font-size: clamp(1.45rem, 3vw, 2.15rem);
}

.podcast-cta-copy p {
    max-width: 62ch;
    margin: 12px 0 0;
    color: rgba(47, 33, 25, 0.76);
}

.podcast-cta-copy {
    max-width: 72ch;
}

.podcast-cta-actions {
    display: grid;
    gap: 12px;
    justify-items: start;
}

.podcast-cta-actions .home-btn {
    width: fit-content;
}

.podcast-article-page .podcast-section-head {
    flex-wrap: wrap;
}

.podcast-article-page .podcast-section-head p {
    max-width: 46ch;
}

.podcast-article-page .podcast-section-head h2 {
    font-size: clamp(1.4rem, 2vw, 2rem);
}

.podcast-article-page .podcast-card-meta {
    margin-top: 10px;
}

@media (max-width: 1100px) {
    .podcast-hero,
    .podcast-article-hero,
    .podcast-article-layout,
    .podcast-card,
    .podcast-related-item,
    .podcast-cta-card,
    .podcast-intro-band {
        grid-template-columns: 1fr;
    }

    .podcast-article-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .podcast-shell {
        width: min(100% - 28px, 1240px);
    }

    .podcast-hero,
    .podcast-article-hero {
        padding: 22px;
        border-radius: 24px;
    }

    .podcast-stat-grid {
        grid-template-columns: 1fr;
    }

    .podcast-card,
    .podcast-related-item,
    .podcast-intro-band {
        gap: 14px;
    }

    .podcast-content-band,
    .podcast-story-band,
    .podcast-host-band,
    .podcast-faq-band {
        margin-top: 18px;
        padding: 18px;
        border-radius: 22px;
    }

    .podcast-intro-band {
        flex-direction: column;
        align-items: stretch;
    }

    .podcast-topic-grid,
    .podcast-resource-grid,
    .podcast-start-grid,
    .podcast-faq-grid {
        grid-template-columns: 1fr;
    }

    .podcast-cta-card {
        gap: 14px;
    }

    .podcast-transcript-card,
    .podcast-related-card,
    .podcast-cta-card,
    .podcast-toc-card,
    .podcast-episode-meta-card,
    .podcast-player-card,
    .podcast-featured-preview {
        padding: 18px;
        border-radius: 22px;
    }

    .podcast-player-card__header,
    .podcast-player-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .podcast-player-badge {
        min-width: 0;
        width: 100%;
    }

    .podcast-card-title {
        font-size: 1.42rem;
    }

    .podcast-featured-copy h2 {
        font-size: 1.38rem;
    }
}
