.podcast-hero,
.podcast-feature,
.podcast-episode-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 24px;
    align-items: stretch;
    border: 1px solid var(--line);
    background: linear-gradient(135deg, #f7fbff 0%, #ffffff 64%);
    padding: 28px;
    margin-bottom: 18px;
}

.podcast-kicker {
    margin: 0 0 8px;
    color: #3f5871;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.podcast-hero h1,
.podcast-episode-hero h1 {
    margin: 0;
    color: #102033;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 0.95;
    letter-spacing: 0;
}

.podcast-feature h2,
.podcast-section-head h2,
.podcast-content-block h2,
.podcast-admin-panel h2 {
    margin: 0 0 8px;
    color: #102033;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 1.45rem;
    line-height: 1.1;
}

.podcast-feature h2 {
    font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.podcast-lede,
.podcast-feature-copy p,
.podcast-card-body p,
.podcast-content-block p,
.podcast-hero-panel p {
    color: #2d4158;
    font-size: 1rem;
    line-height: 1.65;
}

.podcast-button,
.podcast-resource-link,
.podcast-admin-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid #b9c9da;
    background: #ffffff;
    color: #003366;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.podcast-button-primary {
    border-color: #003366;
    background: #003366;
    color: #ffffff;
}

.podcast-button .bi,
.podcast-resource-link .bi,
.podcast-meta-row .bi,
.podcast-placeholder .bi,
.podcast-locked-video .bi,
.podcast-admin-head .bi {
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
}

.podcast-hero-panel,
.podcast-feature-media,
.podcast-card,
.podcast-video-card,
.podcast-empty,
.podcast-content,
.podcast-admin-panel,
.podcast-admin-kpis div {
    border: 1px solid var(--line);
    background: #ffffff;
}

.podcast-hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    border-left: 4px solid #5f9bc9;
}

.podcast-hero-panel span {
    color: #102033;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
}

.podcast-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.podcast-hero-actions .podcast-button {
    min-width: 190px;
}

.podcast-subscribe-button {
    box-shadow: 0 1rem 2rem rgb(0 51 102 / 0.16);
}

.podcast-button-secondary {
    background: #ffffff;
    color: #003366;
}

.podcast-briefing-panel {
    justify-content: start;
    gap: 14px;
}

.podcast-briefing-list {
    display: grid;
    gap: 10px;
}

.podcast-briefing-item {
    border-top: 1px solid #dce6ef;
    padding-top: 10px;
}

.podcast-briefing-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.podcast-briefing-item strong {
    display: block;
    color: #102033;
    font-size: 1rem;
}

.podcast-briefing-item span {
    display: block;
    margin-top: 4px;
    color: #2d4158;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.45;
}

.podcast-hero-stat {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    border-top: 1px solid #dce6ef;
    padding-top: 14px;
}

.podcast-hero-stat span {
    font-size: 2.4rem;
}

.podcast-hero-stat strong {
    color: #102033;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.podcast-hero-panel strong,
.podcast-member-tag {
    color: #102033;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.podcast-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 12px 0 16px;
}

.podcast-meta-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #435a72;
    font-size: 0.88rem;
    font-weight: 900;
}

.podcast-video-frame {
    aspect-ratio: 16 / 9;
    width: 100%;
    background: #102033;
}

.podcast-video-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.podcast-locked-video {
    display: grid;
    min-height: 100%;
    place-items: center;
    align-content: center;
    gap: 10px;
    padding: 28px;
    text-align: center;
    background: #f4f8fc;
}

.podcast-locked-video .bi {
    width: 3rem;
    height: 3rem;
    color: #003366;
}

.podcast-section-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: end;
    margin: 22px 0 12px;
    border-top: 1px solid var(--line);
    padding-top: 18px;
}

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

.podcast-card {
    display: grid;
    grid-template-rows: auto 1fr;
}

.podcast-card-media {
    display: block;
    min-height: 185px;
    background: #edf4fa;
    overflow: hidden;
}

.podcast-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 185px;
    object-fit: cover;
}

.podcast-placeholder {
    display: grid;
    min-height: 185px;
    place-items: center;
    color: #003366;
}

.podcast-placeholder .bi {
    width: 2.8rem;
    height: 2.8rem;
}

.podcast-card-body,
.podcast-empty,
.podcast-content,
.podcast-admin-panel {
    padding: 18px;
}

.podcast-card-body h3 {
    margin: 0 0 8px;
    color: #102033;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 1.32rem;
    line-height: 1.15;
}

.podcast-card-body a,
.podcast-feature-copy a,
.podcast-breadcrumb a {
    color: #003366;
    text-decoration-thickness: 1px;
}

.podcast-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 12px;
    color: #526579;
    font-size: 0.92rem;
}

.podcast-episode-hero {
    grid-template-columns: minmax(0, 1fr) auto;
}

.podcast-member-tag {
    align-self: start;
    border: 1px solid #b9c9da;
    background: #f4f8fc;
    padding: 10px 12px;
    color: #003366;
}

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

.podcast-content-block {
    border-top: 1px solid var(--line);
    padding-top: 16px;
}

.podcast-content-block:first-child {
    border-top: 0;
    padding-top: 0;
}

.podcast-content-note {
    border: 1px solid #cfe2d3;
    border-left: 4px solid #0d6a3b;
    background: #f4fbf6;
    padding: 16px;
}

.podcast-content-block figure {
    margin: 0;
}

.podcast-content-block img {
    display: block;
    width: 100%;
    max-height: 540px;
    object-fit: cover;
    border: 1px solid var(--line);
}

.podcast-content-block figcaption {
    margin-top: 8px;
    color: #526579;
    font-size: 0.92rem;
}

.podcast-admin-shell {
    display: grid;
    gap: 16px;
}

.podcast-admin-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: start;
    border: 1px solid var(--line);
    background: #f7fbff;
    padding: 22px;
}

.podcast-admin-head h1 {
    margin: 0;
    color: #102033;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: clamp(2rem, 3.2vw, 3.6rem);
    line-height: 1;
}

.podcast-admin-head p {
    max-width: 860px;
    color: #2d4158;
}

.podcast-admin-nav,
.podcast-admin-toolbar,
.podcast-admin-panel-head,
.podcast-admin-form-actions,
.podcast-admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.podcast-admin-nav {
    border-bottom: 1px solid var(--line);
    padding-bottom: 10px;
}

.podcast-admin-nav a {
    padding: 9px 12px;
    border: 1px solid var(--line);
    background: #ffffff;
    color: #003366;
    font-weight: 900;
    text-decoration: none;
}

.podcast-admin-nav a.is-active {
    border-color: #003366;
    background: #003366;
    color: #ffffff;
}

.podcast-admin-kpis {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

.podcast-admin-kpis div {
    padding: 16px;
    border-left: 4px solid #003366;
}

.podcast-admin-kpis span,
.podcast-admin-kpis small {
    display: block;
    color: #526579;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.podcast-admin-kpis strong {
    display: block;
    color: #102033;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 2.6rem;
    line-height: 1;
}

.podcast-admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 12px;
}

.podcast-admin-panel-head {
    justify-content: space-between;
    margin-bottom: 12px;
}

.podcast-admin-panel-head a,
.podcast-admin-actions a {
    color: #003366;
    font-weight: 900;
}

.podcast-admin-table {
    display: grid;
    gap: 6px;
}

.podcast-admin-row {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) repeat(5, minmax(100px, 0.8fr));
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #e4ebf2;
    color: #102033;
}

.podcast-admin-row-three {
    grid-template-columns: minmax(220px, 1fr) minmax(150px, auto) minmax(100px, auto);
}

.podcast-admin-row-head {
    color: #526579;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.podcast-admin-actions form {
    margin: 0;
}

.podcast-admin-actions button {
    border: 0;
    background: transparent;
    color: #003366;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    padding: 0;
}

.podcast-admin-empty {
    color: #526579;
    font-weight: 700;
}

.podcast-admin-form-panel {
    max-width: 980px;
}

.podcast-admin-form {
    display: grid;
    gap: 14px;
}

.podcast-admin-field {
    display: grid;
    gap: 6px;
}

.podcast-admin-field label {
    color: #102033;
    font-weight: 900;
}

.podcast-admin-field input,
.podcast-admin-field select,
.podcast-admin-field textarea {
    width: 100%;
    border: 1px solid #b9c9da;
    background: #ffffff;
    color: #102033;
    padding: 10px;
    font: inherit;
}

.podcast-admin-errors,
.podcast-admin-messages {
    border: 1px solid #cfe2d3;
    background: #f4fbf6;
    color: #0d4d2f;
    padding: 10px 12px;
    font-weight: 800;
}

.podcast-admin-errors {
    border-color: #f0c6c1;
    background: #fff3f1;
    color: #9b2f1f;
}

.podcast-admin-messages p {
    margin: 0;
}

@media (max-width: 960px) {
    .podcast-hero,
    .podcast-feature,
    .podcast-episode-hero,
    .podcast-admin-grid {
        grid-template-columns: 1fr;
    }

    .podcast-admin-head {
        display: grid;
    }
}

@media (max-width: 780px) {
    .podcast-admin-row,
    .podcast-admin-row-three {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .podcast-hero,
    .podcast-feature,
    .podcast-episode-hero,
    .podcast-card-body,
    .podcast-empty,
    .podcast-content,
    .podcast-admin-panel {
        padding: 14px;
    }

    .podcast-hero-actions,
    .podcast-hero-actions .podcast-button {
        width: 100%;
    }
}
