.podcast {
    --podcast-ink: #111519;
    --podcast-muted: #69737c;
    --podcast-paper: #f4f6f7;
    background: var(--podcast-paper);
    color: var(--podcast-ink);
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    margin-bottom: -25px;
    overflow: hidden;
}

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

.podcast__container {
    margin: 0 auto;
    max-width: 1285px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    width: 100%;
}

.podcast__masthead {
    background: #15191d;
    color: #fff;
    overflow: hidden;
    padding: clamp(70px, 8vw, 118px) 0 0;
    position: relative;
}

.podcast__masthead::after {
    background: var(--podcast-accent);
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
}

.podcast__signal {
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
    height: 520px;
    position: absolute;
    right: -130px;
    top: -170px;
    width: 520px;
}

.podcast__signal::before,
.podcast__signal::after {
    border: inherit;
    border-radius: inherit;
    content: '';
    inset: 58px;
    position: absolute;
}

.podcast__signal::after {
    inset: 118px;
}

.podcast__signal--two {
    bottom: -360px;
    height: 620px;
    left: -310px;
    right: auto;
    top: auto;
    width: 620px;
}

.podcast__masthead-grid {
    align-items: center;
    display: grid;
    gap: clamp(45px, 8vw, 120px);
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
}

.podcast__intro {
    max-width: 820px;
    position: relative;
    z-index: 1;
}

.podcast__kicker,
.podcast__episode-label,
.podcast__section-heading > div > span {
    color: var(--podcast-accent);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.podcast__kicker i {
    font-size: 7px;
    margin-right: 8px;
    vertical-align: 2px;
}

.podcast__intro h1 {
    color: #fff;
    font-size: clamp(64px, 9vw, 132px);
    font-weight: 900;
    letter-spacing: -.07em;
    line-height: .83;
    margin: 24px 0 30px;
    text-transform: uppercase;
}

.podcast__intro h1 span {
    color: var(--podcast-accent);
    display: block;
    font-size: .27em;
    letter-spacing: .18em;
    line-height: 1.3;
    margin-left: .15em;
}

.podcast__intro > p {
    color: #b9c0c5;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(19px, 2vw, 25px);
    line-height: 1.55;
    margin: 0;
    max-width: 720px;
}

.podcast__platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 38px;
}

.podcast__platforms a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
    padding: 11px 16px;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.podcast__platforms a:hover,
.podcast__platforms a:focus {
    background: var(--podcast-accent);
    border-color: var(--podcast-accent);
    color: #fff;
    transform: translateY(-2px);
}

.podcast__identity {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.podcast__identity-ring {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    display: flex;
    height: min(25vw, 310px);
    justify-content: center;
    min-height: 240px;
    min-width: 240px;
    position: relative;
    width: min(25vw, 310px);
}

.podcast__identity-ring::before,
.podcast__identity-ring::after {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    content: '';
    inset: 28px;
    position: absolute;
}

.podcast__identity-ring::after {
    background: var(--podcast-accent);
    border: 0;
    inset: 68px;
}

.podcast__identity-ring i {
    color: #fff;
    font-size: 56px;
    position: relative;
    z-index: 1;
}

.podcast__identity-type {
    color: #818a91;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .22em;
    margin-top: 22px;
    text-transform: uppercase;
}

.podcast__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: clamp(60px, 8vw, 100px);
}

.podcast__stats > div {
    border-left: 1px solid rgba(255, 255, 255, .11);
    padding: 24px 28px 28px;
}

.podcast__stats > div:last-child {
    border-right: 1px solid rgba(255, 255, 255, .11);
}

.podcast__stats strong,
.podcast__stats span {
    display: block;
}

.podcast__stats strong {
    color: #fff;
    font-size: 18px;
    margin-bottom: 4px;
}

.podcast__stats span {
    color: #7f8991;
    font-size: 11px;
}

.podcast__latest,
.podcast__archive {
    padding: clamp(65px, 8vw, 105px) 0;
}

.podcast__latest {
    background: #fff;
}

.podcast__section-heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.podcast__section-heading h2 {
    color: var(--podcast-ink);
    font-size: clamp(31px, 4vw, 48px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1;
    margin: 8px 0 0;
}

.podcast__section-heading > a {
    color: var(--podcast-muted);
    font-size: 12px;
    font-weight: 700;
    padding: 8px 0;
}

.podcast__section-heading > a i {
    color: var(--podcast-accent);
    margin-left: 7px;
}

.podcast__featured {
    background: #15191d;
    border-radius: 4px;
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 16fr) minmax(340px, 9fr);
    overflow: hidden;
}

.podcast__featured-media,
.podcast__card-media {
    background: #252b30;
    display: block;
    overflow: hidden;
    position: relative;
}

.podcast__featured-media {
    align-self: center;
    aspect-ratio: 16 / 9;
}

.podcast__featured-media::after {
    background: linear-gradient(
        to bottom,
        #15191d 0,
        transparent 14%,
        transparent 86%,
        #15191d 100%
    );
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.podcast__featured-media img,
.podcast__card-media img {
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.22, .75, .25, 1);
    width: 100%;
}

.podcast__featured-media:hover img,
.podcast__featured-media:focus img,
.podcast__featured-media:focus-within img,
.podcast__card-media:hover img,
.podcast__card-media:focus img {
    transform: scale(1.035);
}

.podcast__featured-media iframe {
    border: 0;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.podcast__featured-media.is-playing::after {
    display: none;
}

.podcast__play,
.podcast__card-play {
    align-items: center;
    background: var(--podcast-accent);
    border: 7px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 82px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 82px;
    z-index: 2;
}

button.podcast__play {
    background-image: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-shadow: none;
}

button.podcast__play:focus {
    outline: 3px solid #fff;
    outline-offset: 4px;
}

.podcast__play i,
.podcast__card-play i {
    margin-left: 4px;
}

.podcast__featured-copy {
    padding: clamp(32px, 4vw, 50px);
}

.podcast__featured-copy h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(29px, 3vw, 42px);
    line-height: 1.16;
    margin: 15px 0 20px;
}

.podcast__featured-copy h2 a {
    color: #fff;
}

.podcast__featured-copy > p {
    color: #aeb6bc;
    font-size: 14px;
    line-height: 1.75;
}

.podcast__meta {
    color: #89939a;
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    gap: 22px;
    margin-top: 25px;
}

.podcast__meta i {
    color: var(--podcast-accent);
    margin-right: 5px;
}

.podcast__watch {
    align-items: center;
    background: var(--podcast-accent);
    border-radius: 2px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 24px;
    margin-top: 30px;
    padding: 14px 18px;
    text-transform: uppercase;
}

.podcast__watch:hover,
.podcast__watch:focus {
    color: #fff;
    filter: brightness(.92);
}

.podcast__archive {
    background: var(--podcast-paper);
}

.podcast__episode-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.podcast__card {
    background: #fff;
    border: 1px solid #e2e6e8;
    border-radius: 4px;
    box-shadow: 0 8px 25px rgba(17, 21, 25, .035);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease;
}

.podcast__card:hover {
    box-shadow: 0 16px 38px rgba(17, 21, 25, .09);
    transform: translateY(-4px);
}

.podcast__card-media {
    aspect-ratio: 16 / 9;
}

.podcast__card-play {
    border-width: 4px;
    height: 52px;
    width: 52px;
}

.podcast__card-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 25px 25px 22px;
}

.podcast__card-topline {
    color: var(--podcast-accent);
    display: flex;
    font-size: 10px;
    font-weight: 800;
    justify-content: space-between;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.podcast__card-topline span:last-child {
    color: #9aa2a8;
    letter-spacing: 0;
}

.podcast__card h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 21px;
    line-height: 1.28;
    margin: 15px 0 13px;
}

.podcast__card h3 a {
    color: var(--podcast-ink);
}

.podcast__card p {
    color: var(--podcast-muted);
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 20px;
}

.podcast__card-link {
    border-top: 1px solid #edf0f1;
    color: var(--podcast-ink);
    font-size: 11px;
    font-weight: 800;
    margin-top: auto;
    padding-top: 16px;
    text-transform: uppercase;
}

.podcast__card-link i {
    color: var(--podcast-accent);
    float: right;
}

.podcast__empty {
    background: #fff;
    border: 1px solid #e2e6e8;
    color: var(--podcast-muted);
    padding: 45px;
    text-align: center;
}

.podcast__subscribe {
    background: var(--podcast-accent);
    color: #fff;
    padding: clamp(55px, 7vw, 85px) 0;
}

.podcast__subscribe-inner {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr auto;
}

.podcast__subscribe .podcast__kicker {
    color: rgba(255, 255, 255, .75);
}

.podcast__subscribe h2 {
    color: #fff;
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 800;
    letter-spacing: -.04em;
    margin: 9px 0 10px;
}

.podcast__subscribe p {
    color: rgba(255, 255, 255, .82);
    margin: 0;
}

.podcast__subscribe-actions {
    display: flex;
    gap: 10px;
}

.podcast__subscribe-actions a {
    background: #fff;
    border-radius: 2px;
    color: var(--podcast-ink);
    font-size: 12px;
    font-weight: 800;
    padding: 15px 18px;
}

.podcast__subscribe-actions i {
    margin-right: 7px;
}

@media screen and (max-width: 980px) {
    .podcast__masthead-grid {
        grid-template-columns: minmax(0, 1fr) 260px;
    }

    .podcast__identity-ring {
        height: 240px;
        width: 240px;
    }

    .podcast__featured {
        grid-template-columns: 1fr;
    }

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

@media screen and (max-width: 760px) {
    .podcast__container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .podcast__masthead {
        padding-top: 58px;
    }

    .podcast__masthead-grid,
    .podcast__subscribe-inner {
        grid-template-columns: 1fr;
    }

    .podcast__identity {
        display: none;
    }

    .podcast__intro h1 {
        font-size: clamp(62px, 22vw, 94px);
    }

    .podcast__intro > p {
        font-size: 18px;
    }

    .podcast__platforms a {
        justify-content: center;
        width: calc(50% - 5px);
    }

    .podcast__stats {
        grid-template-columns: 1fr;
        margin-top: 58px;
    }

    .podcast__stats > div,
    .podcast__stats > div:last-child {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding: 16px 0;
    }

    .podcast__section-heading {
        align-items: flex-start;
        gap: 20px;
    }

    .podcast__section-heading > a {
        display: none;
    }

    .podcast__featured-copy {
        padding: 30px 25px 34px;
    }

    .podcast__episode-grid {
        grid-template-columns: 1fr;
    }

    .podcast__subscribe-actions {
        flex-direction: column;
    }

    .podcast__subscribe-actions a {
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .podcast__platforms a,
    .podcast__featured-media img,
    .podcast__card,
    .podcast__card-media img {
        transition: none;
    }
}
