/* ============================================================
   Podcasts – YouTube / SoundCloud embeds
   Prefix: .v16-pc-
   ============================================================ */

.v16-pc-hero {
    background: linear-gradient(
        135deg,
        rgba(10, 54, 82, 0.98) 0%,
        rgba(0, 88, 128, 0.94) 38%,
        rgba(14, 62, 94, 0.96) 68%,
        rgba(10, 54, 82, 0.99) 100%
    );
}

.v16-pc-hero--video::before {
    background:
        radial-gradient(circle at 18% 28%, rgba(255, 80, 80, 0.1) 0%, transparent 34%),
        radial-gradient(circle at 82% 62%, rgba(102, 214, 231, 0.14) 0%, transparent 32%);
}

.v16-pc-hero--audio::before {
    background:
        radial-gradient(circle at 14% 24%, rgba(255, 120, 50, 0.12) 0%, transparent 34%),
        radial-gradient(circle at 86% 58%, rgba(102, 214, 231, 0.12) 0%, transparent 32%);
}

.v16-pc-hero__glass-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(160px, 22vw, 220px);
}

.v16-pc-hero__svg {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 220px;
    display: block;
    margin: 0 auto;
}

.v16-pc-page {
    position: relative;
    padding-bottom: clamp(52px, 8vw, 96px);
    background:
        radial-gradient(ellipse 90% 54% at 8% 0%, rgba(102, 214, 231, 0.11), transparent 54%),
        radial-gradient(ellipse 70% 46% at 92% 4%, rgba(216, 180, 106, 0.07), transparent 48%),
        linear-gradient(180deg, #e6f2f8 0%, #f2f8fb 42%, #ffffff 100%);
}

.v16-pc-page > .container {
    position: relative;
    z-index: 1;
}

.v16-pc-page .v16-inner-layout {
    padding-top: clamp(20px, 3.5vw, 36px);
    min-width: 0;
}

.v16-pc-shell {
    display: grid;
    gap: clamp(18px, 2.5vw, 24px);
    min-width: 0;
}

.v16-pc-intro {
    padding: clamp(20px, 3vw, 28px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(232, 246, 252, 0.72) 100%);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 16px 44px rgba(10, 54, 82, 0.07);
}

.v16-pc-intro h2 {
    margin: 0 0 10px;
    color: #0a3652;
    font-family: var(--font-heading);
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.v16-pc-intro p {
    margin: 0;
    color: rgba(10, 54, 82, 0.72);
    font-size: 0.96rem;
    line-height: 1.68;
}

.v16-pc-player {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 18px 48px rgba(10, 54, 82, 0.08);
    overflow: hidden;
}

.v16-pc-player iframe {
    display: block;
    width: 100%;
    border: 0;
    background: #0a3652;
}

.v16-pc-player--video iframe {
    aspect-ratio: 16 / 9;
    min-height: 320px;
    height: auto;
}

.v16-pc-player--audio iframe {
    min-height: 450px;
    height: 450px;
}

.v16-pc-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
    gap: clamp(14px, 2vw, 20px);
    align-items: start;
}

.v16-pc-playlist {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 18px 48px rgba(10, 54, 82, 0.08);
    overflow: hidden;
}

.v16-pc-playlist__title {
    margin: 0;
    padding: 16px 18px 12px;
    border-bottom: 1px solid rgba(0, 104, 142, 0.1);
    color: #0a3652;
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
}

.v16-pc-playlist__list {
    margin: 0;
    padding: 8px;
    list-style: none;
    max-height: min(520px, 70vh);
    overflow-y: auto;
}

.v16-pc-playlist__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: background 160ms ease;
}

.v16-pc-playlist__item:hover,
.v16-pc-playlist__item:focus-visible,
.v16-pc-playlist__item.is-active {
    background: rgba(0, 104, 142, 0.08);
    outline: none;
}

.v16-pc-playlist__item.is-active {
    background: rgba(0, 104, 142, 0.12);
}

.v16-pc-playlist__thumb {
    flex-shrink: 0;
    display: block;
    width: 112px;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(10, 54, 82, 0.12);
}

.v16-pc-playlist__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v16-pc-playlist__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding-top: 2px;
}

.v16-pc-playlist__episode {
    color: #00668e;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v16-pc-playlist__name {
    color: #0a3652;
    font-family: var(--font-heading);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.35;
}

.v16-pc-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.v16-pc-actions__primary,
.v16-pc-actions__secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.v16-inner-content a.v16-pc-actions__primary,
.v16-pc-actions__primary {
    border: 1px solid #00668e;
    background: linear-gradient(135deg, #00668e, #0a3652);
    color: #fff;
}

.v16-inner-content a.v16-pc-actions__primary:hover,
.v16-inner-content a.v16-pc-actions__primary:focus-visible,
.v16-pc-actions__primary:hover,
.v16-pc-actions__primary:focus-visible {
    color: #fff;
    text-decoration: none;
    filter: brightness(1.06);
    outline: none;
}

.v16-pc-actions__primary .v16-pc-actions__icon {
    color: #fff;
}

.v16-pc-actions__secondary {
    border: 1px solid rgba(0, 104, 142, 0.16);
    background: rgba(255, 255, 255, 0.86);
    color: #00668e;
}

.v16-pc-actions__secondary:hover,
.v16-pc-actions__secondary:focus-visible {
    border-color: rgba(0, 104, 142, 0.28);
    background: rgba(232, 246, 252, 0.95);
    outline: none;
}

.v16-pc-actions__secondary svg {
    width: 16px;
    height: 16px;
}

.v16-pc-actions__icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
}

.v16-pc-actions__icon svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 900px) {
    .v16-pc-layout {
        grid-template-columns: 1fr;
    }

    .v16-pc-playlist__list {
        max-height: none;
    }
}

@media (max-width: 679.98px) {
    .v16-pc-player--video iframe {
        min-height: 220px;
    }

    .v16-pc-player--audio iframe {
        min-height: 380px;
        height: 380px;
    }

    .v16-pc-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .v16-pc-playlist__thumb {
        width: 96px;
    }

    .v16-pc-actions__primary,
    .v16-pc-actions__secondary {
        justify-content: center;
    }
}
