.page.page-template-page-podcast .site-header {
    background-color: #fff;
}
.podcast-page {
    width: 100%;
    background: linear-gradient(180deg, #FDEDE0 0%, #fff 50%);
}

.podcast-hero { 
    position: relative;
    width: 100%;
    height: 42.29vw;
    overflow: hidden;
}

.podcast-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.podcast-hero__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.podcast-hero__logo {
    width: 35.42vw;
    position: relative;
    z-index: 3;
    height: auto;
}

.podcast-hero__title-wrap {
    position: relative;
    display: inline-flex;
    justify-content: flex-end;
    margin-top: -1vw;
    padding-right: 1vw;
    width: 35vw;
}

.podcast-hero__star {
    position: absolute;
    width: 9vw;
    transform: rotate(45deg);
    height: auto;
    right: -3vw;
    top: -4vw;
    z-index: -1;
}

.podcast-hero__title {
    font-family: 'ShantellSansBouncy';
    font-size: 3.6vw;
    font-weight: 600;
    color: #ffdcd5;
    text-shadow: 0 0.16vw 0.31vw rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 2;
}

.podcast-intro {
    padding: 5.2vw 8.28vw;
    text-align: center;
}

.podcast-intro__text {
    font-family: 'Spartan', sans-serif;
    font-size: 1.04vw;
    line-height: 1.67vw;
    font-weight: 500;
    color: #212121;
    max-width: 61.09vw;
    margin: 0 auto 3vw;
}

.podcast-intro__cta {
    display: inline-flex;
    align-items: flex-end;
    gap: 0.4vw;
    text-decoration: none;
    position: relative;
    padding-bottom: 0vw;
}

.podcast-intro__cta::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #920026;
    transform-origin: center;
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.podcast-intro__cta:hover::after {
    transform: scaleX(0);
}

.podcast-intro__cta-arrows {
    display: flex;
    gap: 0.15vw;
    align-self: flex-start;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
        position: absolute;
    right: 0;
    top: -1.9vw;
}

.podcast-intro__cta:hover .podcast-intro__cta-arrows {
    transform: translateY(0.15vw) rotate(-10deg);
}

.podcast-intro__arrow {
    width: 1.24vw;
    height: auto;
}

.podcast-intro__arrow--2 {
    transform: scaleX(-1);
}

.podcast-intro__cta-text {
    font-family: 'Spartan', sans-serif;
    font-size: 0.9375vw;
    font-weight: 700;
    color: #920026;
}

.podcast-product {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 9vw 16.5vw 14vw;
    gap: 8vw;
    position: relative;
}

.podcast-product__left {
    width: 28vw;
    padding-top: 2vw;
}

.podcast-product__content {
    margin-bottom: 2.5vw;
}

.podcast-product__content h2,
.podcast-product__content h3 {
    font-family: 'Spartan', sans-serif;
    font-size: 0.75vw;
    font-weight: 600;
    color: #7d002a;
    text-transform: uppercase;
    margin-bottom: 1vw;
    letter-spacing: 0.05vw;
}

.podcast-product__content p {
    font-family: 'Spartan', sans-serif;
    font-size: 0.9375vw;
    line-height: 1.3;
    color: #212121;
    margin-bottom: 1.5vw;
}
.podcast-product__left .contact-cta-link {
    margin-top: 0.5vw;
}
.podcast-product__left .contact-cta-link::before {
    left: 0.2vw;
} 
.podcast-product__content p:first-of-type {
    font-size: 1.04vw;
    line-height: 1.56vw;
    font-weight: 600;
    margin-bottom: 1vw;
}

.podcast-product__content a {
    color: #920026;
    text-decoration: underline;
}

.podcast-product__content strong,
.podcast-product__content b {
    font-weight: 600;
}

.podcast-product__right {
    width: 23vw;
    flex-shrink: 0;
}

.podcast-product__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 1.04vw;
}

.podcast-product__star {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.podcast-product__star--blue1 {
    width: 4.51vw;
    height: auto;
    top: 6vw;
    left: 13vw;
}

.podcast-product__star--color1 {
    width: 3.5vw;
    height: auto;
    bottom: 4.5vw;
    left: 17vw;
    transform: rotate(45deg) !important;
}

.podcast-product__star--blue2 {
    width: 4.58vw;
    height: auto;
    bottom: 6.5vw;
    right: 24vw;
    transform: rotate(-95deg) !important;
}

.podcast-product__star--color2 {
    width: 3.71vw;
    height: auto;
    top: 7vw;
    right: 18vw;
}

.podcast-gallery {
    position: relative;
    padding: 3vw 0;
    overflow: hidden;
}

.podcast-gallery::before,
.podcast-gallery::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8.05vw;
    z-index: 2;
    pointer-events: none;
}

.podcast-gallery::before {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(253, 237, 224, 0) 100%);
}

.podcast-gallery::after {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, rgba(253, 237, 224, 0) 100%);
}

.podcast-gallery__row {
    overflow: hidden;
}

.podcast-gallery__row--right {
    margin-bottom: 1.04vw;
}

.podcast-gallery__track {
    display: flex;
    gap: 1.04vw;
    width: max-content;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.podcast-gallery__item {
    flex-shrink: 0;
}

.podcast-gallery__item img {
    width: 33vw;
    height: 22.66vw;
    border-radius: 1.04vw;
    object-fit: cover;
    display: block;
}

.podcast-episodes {
    padding: 7.5vw 16.5vw 0vw;
}

.podcast-episodes__header {
    margin-bottom: 2vw;
    padding-left: 3vw;
}

.podcast-episodes__label {
    font-family: 'Spartan', sans-serif;
    font-size: 0.73vw;
    font-weight: 700;
    color: #7d002a;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5vw;
    letter-spacing: 0.05em;
}

.podcast-episodes__title {
    font-family: 'Spartan', sans-serif;
    font-size: 2.08vw;
    font-weight: 700;
    color: #070707;
}

.podcast-episodes__title--accent {
    font-family: 'ShantellSansBouncy';
    font-weight: 600;
    font-size: 2.5vw;
    color: #7d002a;
}

.podcast-episodes__iframe {
    padding: 0 0;
}

.podcast-episodes__iframe iframe {
    width: 100%;
}



@media only screen and (max-width: 767px) {
    .podcast-hero {
        height: 70vw;
    }

    .podcast-hero__logo {
        width: 55vw;
        filter: drop-shadow(1vw 1vw 1vw black);
    }

    .podcast-hero__title {
        font-size: 8vw;
    }

    .podcast-hero__star {
        width: 25vw;
        right: -6vw;
        top: -8vw;
    }

    .podcast-intro {
        padding: 12vw 5% 15vw;
    }

    .podcast-intro__text {
        font-size: 3.1vw;
        line-height: 1.7;
        max-width: 100%;
        margin-bottom: 8vw;
    }

    .podcast-intro__cta {
        gap: 1.5vw;
    }

    .podcast-intro__cta-arrows {
        top: -6vw;
        right: -3.5vw;
    }

    .podcast-intro__arrow {
        width: 4vw;
    }
    .podcast-hero__title-wrap {
        max-width: unset;
    }
    .podcast-intro__cta-text {
        font-size: 3vw;
    }

    .podcast-product {
        flex-direction: column;
        padding: 8vw 5% 5vw;
        margin-bottom: 10vw;
        gap: 0;
    }
    .podcast-hero__bg {
        background-size: 150%;
    }
    .podcast-product__left {
        width: 100%;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .podcast-product__left .contact-cta-link {
    margin-top: 8vw;
    }
    .podcast-product__right {
        width: 100%;
        margin-bottom: 4vw;
    }

    .podcast-product__image {
        width: 100%;
        height: 80vw;
        object-fit: cover;
        border-radius: 3vw;
    }

    .podcast-product__content h2,
    .podcast-product__content h3 {
        font-size: 3.2vw;
        margin-bottom: 4vw;
    }

    .podcast-product__content p {
        font-size: 3.1vw;
        line-height: 1.7;
        margin-bottom: 3vw;
    }

    .podcast-product__content p:first-of-type {
                font-size: 3.3vw;
        line-height: 1.7;
        margin-bottom: 3vw;
    }

    .podcast-product__star--blue1 {
        width: 10vw;
        top: -4vw;
        left: -2vw;
    }

    .podcast-product__star--color1 {
        width: 10vw;
        bottom: 0vw;
        left: 0vw;
    }

    .podcast-product__star--blue2 {
        width: 10vw;
        bottom: 0vw;
        right: -2vw;
    }

    .podcast-product__star--color2 {
        width: 8vw;
        top: 10vw;
        right: 2vw;
    }

    .podcast-gallery {
        padding: 5vw 0;
    }

    .podcast-gallery::before,
    .podcast-gallery::after {
        width: 8vw;
    }

    .podcast-gallery__row--right {
        margin-bottom: 2vw;
    }

    .podcast-gallery__track {
        gap: 2vw;
    }

    .podcast-gallery__item img {
        width: 55vw;
        height: 40vw;
        border-radius: 2vw;
    }

    .podcast-episodes {
        padding: 8vw 5% 10vw;
    }

    .podcast-episodes__header {
        padding-left: 0;
        margin-bottom: 5vw;
    }

    .podcast-episodes__label {
        font-size: 3vw;
        margin-bottom: 4vw;
    }
    .podcast-episodes__title--accent {
        font-size: 6.5vw;
    }
    .podcast-episodes__title {
        font-size: 6vw;
        line-height: 8vw;
    }

    .podcast-episodes__iframe {
        padding: 0;
    }

    .podcast-episodes__iframe iframe {
        min-height: 60vw;
        border-radius: 3vw;
    }

    .contact-cta-box--dark {
        flex-direction: column;
        gap: 8vw;
        text-align: left;
    }

    .contact-cta-title--light {
        margin-bottom: 4vw;
    }

    .contact-cta-title--accent-light {
        font-size: 7vw;
        line-height: 1.2;
    }

    .contact-cta-link--light {
        font-size: 3.1vw;
    }

    .contact-cta-link--light::before {
        width: 4vw;
        height: 5.5vw;
        top: -6vw;
        left: -2vw;
    }

    
}
