/* ========================================
   Podcast List Section
======================================== */
.podcast_list_section {
	padding: 90px 0 80px 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}



.podcast_list_section .wrapper {
    position: relative;
    z-index: 1;
}

.pl_top_right_shape {
	right: 0;
	top: 0;
    width: 20%;
  height: 40%;
}
.pl_bottom_left_shape {
	bottom: 0;
	left: 0;
    width: 20%;
  height: 40%;

}
.pl_bottom_left_shape, .pl_top_right_shape {
	position: absolute;
	pointer-events: none;
	z-index: 2;
}
.pl_header {
    max-width: 1200px;
    margin: 0 auto 44px auto;
    text-align: left;
}

.pl_eyebrow {
    display: inline-block;
    font-family: 'Inter Tight', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-accent-green);
    padding: 8px 15px;
    border: 1px solid #e8e1d3;
    border-radius: 999px;
    background-color: var(--color-off-white);
    margin-bottom: 18px;
}

.pl_title {
    font-size: var(--font-size-56);
    line-height: 1.05;
    color: var(--color-brown);
    margin: 0;
}

.pl_lead {
    font-family: 'Inter Tight', sans-serif;
    font-size: var(--font-size-20);
    line-height: 1.55;
    color: var(--color-dark-gray);
    max-width: 820px;
    margin: 16px 0 0 0;
}

/* ---------- Grid ---------- */
.pl_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	max-width: 1200px;
	margin: 0 auto;
}
/* ---------- Card (frosted glass) ---------- */
.pl_card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 0 30px;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 14px 44px rgba(30, 55, 45, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.pl_card.is-playing {
    border-color: rgba(46, 139, 87, 0.6);
    box-shadow: 0 16px 48px rgba(31, 122, 77, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

/* ---------- Media (deep arched bottom, full-bleed) ---------- */
.pl_card_media {
	position: relative;
	width: 100%;
	aspect-ratio: 1.7 / 1;
	overflow: hidden;
	/* border-radius: 0 0 50% 50% / 0 0 96% 96%; */
	background: rgba(255, 255, 255, 0.25);
}

.pl_card_media .pl_card_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pl_card_sheen {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(58% 46% at 50% 0%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 72%);
}

/* ---------- Body ---------- */
.pl_card_body {
    padding: 24px 18px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1;
}

/* Equalizer (doubles as the resting divider) */
.pl_eq {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 3px;
    height: 15px;
    max-width: 120px;
    margin: 0 auto 16px;
    opacity: 0.45;
}

.pl_eq i {
    width: 3px;
    height: 12%;
    border-radius: 2px;
    background: #9aa3a0;
}

.pl_card_meta {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #5D6B63;
	margin: 0 0 9px;
	flex-grow: 1;
}

.pl_card_title {
    font-family: 'Noto Serif', serif;
    font-size: var(--font-size-24);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #16201B;
    margin: 0 0 20px;
    min-height: 2.4em;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---------- Progress ---------- */
.pl_progress {
    position: relative;
    width: 100%;
    height: 3px;
    background: rgba(20, 40, 30, 0.14);
    border-radius: 3px;
    margin-bottom: 11px;
    cursor: pointer;
}

.pl_progress_fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #16201B;
    border-radius: 3px;
}

.pl_progress_fill::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--color-dark-green);
}

.pl_time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Inter Tight', sans-serif;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #8b938f;
    font-variant-numeric: tabular-nums;
    margin-bottom: 18px;
}

.pl_time_sep {
    opacity: 0.6;
}

/* ---------- Controls ---------- */
.pl_controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.watch_video {
	margin: 17px 0 0 0;
	font-size: 16px;
	font-weight: 600;
}
.pl_ctrl {
    position: relative;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #33433d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}
.pl_controls .pl_shuffle, .pl_controls .pl_loop {
	display: none;
}
.pl_ctrl svg {
    width: 21px;
    height: 21px;
}

.pl_ctrl.is-active {
    color: #16201B;
}

.pl_play {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #111111;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    flex-shrink: 0;
}

.pl_play svg {
    width: 24px;
    height: 24px;
    margin-left: 2px;
}

.pl_play .pl_pause_icon {
    display: none;
}

.pl_play .pl_pause_icon svg {
    margin-left: 0;
}

.pl_card.is-playing .pl_play_icon {
    display: none;
}

.pl_card.is-playing .pl_pause_icon {
    display: inline-flex;
}

.pl_loopone {
    position: absolute;
    top: -4px;
    right: -6px;
    font-size: 9px;
    font-weight: 700;
}

/* ========================================
   Responsive
======================================== */
@media screen and (max-width: 1360px) {
    .podcast_list_section {
        padding: 70px 0;
    }
    .pl_grid {
        gap: 20px;
    }
 .pl_card_body {
	padding: 0 14px;
}
 .pl_play {
        width: 52px;
        height: 52px;
    }
    .pl_card {
	padding: 0 0 0px;
}
}
@media screen and (max-width: 1200px) {
.podcast_list_section {
	padding: 60px 0;
}
.pl_grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
 
}
@media screen and (max-width: 992px) {
    .podcast_list_section {
        padding: 60px 0;
    }
.pl_card_body {
	padding: 15px 20px 30px 20px;
}
    .pl_header,
    .pl_grid {
        max-width: 660px;
    }
 .pl_grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
 .pl_play {
	width: 48px;
	height: 48px;
}
}

@media screen and (max-width: 768px) {
    .podcast_list_section {
        padding: 50px 0;
    }

.pl_card_body {
	padding: 15px 15px 25px 15px;
}
.pl_play {
	width: 42px;
	height: 42px;
}
}

@media screen and (max-width: 560px) {
    .pl_header,
    .pl_grid {
        max-width: 380px;
    }
    .pl_grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}
