.PressHomepagePodcastDetails {
  position: relative;
  width: 100%;
  padding: 0 6vw calc(var(--vh)*10) 14vw;
  line-height: 1.5;
  font-size: 17px;
  color: var(--color);
  background-color: var(--backgroundColor);
  background-position: -50vh 0;
  background-repeat: no-repeat;
  background-size: 50vh 50vh
}

@media (min-width:900px) {
  .PressHomepagePodcastDetails {
    padding: 0 8vw calc(var(--vh)*25);
    background-size: 100vh 100vh;
    background-position: -50vh 0;
    background-attachment: fixed
  }
}

.PressHomepagePodcastDetails__info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: flex-start;
  max-width: 1280px;
  margin: auto;
  transform: translateY(20px)
}

@media (min-width:900px) {
  .PressHomepagePodcastDetails__info {
    flex-direction: row
  }
}

.PressHomepagePodcastDetails__left {
  display: flex;
  padding-top: calc(var(--vh)*20);
  justify-content: center;
  align-items: flex-start;
  height: calc(var(--vh)*80)
}

@media (min-width:900px) {
  .PressHomepagePodcastDetails__left {
    flex-basis: 58%;
    height: auto
  }
}

@media (min-width:900px) {
  .PressHomepagePodcastDetails__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis: 42%;
    padding-top: calc(var(--vh)*20)
  }
}

.PressHomepagePodcastDetails__episodeName p,
.PressHomepagePodcastDetails__title {
  font-size: calc(19px + .75vw);
  line-height: 1.4;
  font-family: Ivar Display;
  font-weight: 700
}

@media (min-width:1600px) {

  .PressHomepagePodcastDetails__episodeName p,
  .PressHomepagePodcastDetails__title {
    font-size: 1.75em;
    line-height: 1.4em;
    letter-spacing: .32px
  }
}

.PressHomepagePodcastDetails__subtitle {
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  font-family: Ivar Display
}

.PressHomepagePodcastDetails__subtitle:after {
  position: relative;
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: var(--color);
  margin: 20px 0
}

.PressHomepagePodcastDetails__summary p {
  margin-bottom: 1.8em
}

.PressHomepagePodcastDetails__preview {
  width: 100%;
  padding: 0 0 4.68em
}

.PressHomepagePodcastDetails__audioContainer {
  padding: 0
}

.PressHomepagePodcastDetails__seasonName {
  position: relative;
  padding-left: 70px;
  font: italic 21px/1em Ivar Headline;
  margin: 34px 0
}

.PressHomepagePodcastDetails__seasonName:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  background: var(--color)
}

.PressHomepagePodcastDetails__episodeItem {
  list-style: none;
  position: relative;
  border-color: var(--color);
  border-style: solid;
  border-width: 1px 0;
  margin-top: -1px;
  opacity: .5;
  pointer-events: none
}

.PressHomepagePodcastDetails__episodeItem:first-child {
  margin-top: 0
}

.PressHomepagePodcastDetails__episodeItem--published {
  opacity: 1;
  pointer-events: auto
}

.PressHomepagePodcastDetails__episodeEyebrow {
  display: block;
  position: relative;
  font: 600 17px/3em Ivar Display;
  text-decoration: none
}

.PressHomepagePodcastDetails__episodeEyebrow:after,
.PressHomepagePodcastDetails__episodeEyebrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 2px;
  background: var(--color);
  transition: transform .3s
}

.PressHomepagePodcastDetails__episodeEyebrow:after {
  transform: rotate(90deg)
}

.PressHomepagePodcastDetails__episodeItem--isExpanded .PressHomepagePodcastDetails__episodeEyebrow:before {
  transform: rotate(45deg)
}

.PressHomepagePodcastDetails__episodeItem--isExpanded .PressHomepagePodcastDetails__episodeEyebrow:after {
  transform: rotate(135deg)
}

.PressHomepagePodcastDetails__episodeDetails {
  height: 0;
  overflow: hidden
}

.PressHomepagePodcastDetails__episodeItem--isExpanded .PressHomepagePodcastDetails__episodeDetails {
  height: auto;
  overflow: visible
}

.PressHomepagePodcastDetails__episodeName em {
  font-family: Ivar Display;
  font-weight: 400;
  font-style: italic
}

.PressHomepagePodcastDetails__episodeName {
  margin: -.45em 0 24px
}

.PressHomepagePodcastDetails__episodeBSideSummary p,
.PressHomepagePodcastDetails__episodeSummary p {
  margin: 1.8em 0
}

.PressHomepagePodcastDetails__episodeLinks {
  margin: 1.8em 0 2.1em;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  position: relative
}

.PressHomepagePodcastDetails__episodeLink {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  border: 1px solid var(--color);
  justify-content: space-between;
  padding: 0 0 0 43px;
  font-family: Ivar Display;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  z-index: 3;
  cursor: pointer;
  pointer-events: auto;
  transition: background .1s;
  margin-bottom: -1px
}

.PressHomepagePodcastDetails__episodeLink:after,
.PressHomepagePodcastDetails__episodeLink:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: -1px;
  transition: transform .2s ease-out;
  background: var(--color)
}

.PressHomepagePodcastDetails__episodeLink:after {
  top: auto;
  bottom: -1px
}

.PressHomepagePodcastDetails__episodeLinkLabel {
  position: relative;
  top: 1px;
  transition: transform .3s ease-out
}

.PressHomepagePodcastDetails__episodeLinkHoverLeft {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  transform: scaleX(0);
  background: var(--color);
  transition: transform .3s ease-out;
  transform-origin: 0
}

.PressHomepagePodcastDetails__episodeLinkLogo {
  position: absolute;
  left: 10px;
  top: 10px;
  fill: var(--color);
  transition: transform .3s ease-out
}

.PressHomepagePodcastDetails__episodeLinkIcon {
  background: var(--backgroundColor);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 18px 10px 16px 11px;
  border-left: .5px solid var(--color);
  margin-left: 17px;
  transition: transform .1s, background .1s;
  overflow: hidden
}

.PressHomepagePodcastDetails__episodeLinkIconPair {
  position: relative;
  width: 9px;
  height: 9px
}

.PressHomepagePodcastDetails__episodeLinkIconReverseSvg,
.PressHomepagePodcastDetails__episodeLinkIconSvg {
  position: absolute;
  fill: var(--color);
  transition: transform .4s ease-out
}

.PressHomepagePodcastDetails__episodeLinkIconReverseSvg {
  left: -30px;
  top: 30px
}

.PressHomepagePodcastDetails__episodeLink:hover .PressHomepagePodcastDetails__episodeLinkIcon {
  background: var(--color);
  transform: translateX(1px)
}

.PressHomepagePodcastDetails__episodeLink:hover .PressHomepagePodcastDetails__episodeLinkLogo {
  transform: translateX(4px)
}

.PressHomepagePodcastDetails__episodeLink:hover .PressHomepagePodcastDetails__episodeLinkIconReverseSvg,
.PressHomepagePodcastDetails__episodeLink:hover .PressHomepagePodcastDetails__episodeLinkIconSvg {
  fill: var(--backgroundColor);
  transform: translate(30px, -30px)
}

.PressHomepagePodcastDetails__episodeLink:hover .PressHomepagePodcastDetails__episodeLinkLabel {
  transform: translateX(4px)
}

.PressHomepagePodcastDetails__episodeLink:hover:before {
  transform: translateY(1px)
}

.PressHomepagePodcastDetails__episodeLink:hover:after {
  transform: translateY(-1px)
}

.PressHomepagePodcastDetails__episodeLink:hover .PressHomepagePodcastDetails__episodeLinkHoverLeft {
  transform: scaleX(1)
}

.PressHomepagePodcastDetails__episodeBSideTitle,
.PressHomepagePodcastDetails__episodeIntervieweesTitle {
  width: -moz-max-content;
  width: max-content;
  margin: 1.7em 0;
  border-bottom: 1px solid var(--color);
  font: italic 500 21px/2em Ivar Display
}

.PressHomepagePodcastDetails__episodeBSide {
  padding-bottom: 1em
}

.PressHomepagePodcastDetails__episodeInterviewee {
  margin: 1.2em 0
}

.PressHomepagePodcastDetails__episodeIntervieweeName {
  font-weight: 600
}

.PressHomepagePodcastDetails__episodeIntervieweeBonafides {
  font-weight: 400;
  opacity: .7
}

.PressHomepagePodcastDetails__episodeInterviewees {
  margin: 1.7em 0 3.2em
}

.PressHomepagePodcastDetails__preview {
  position: relative;
  margin-right: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.PressHomepagePodcastDetails__previewAudioVisualizer {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2px 20px 0;
  transform-origin: 0 100%;
  border: 1px solid #dbcab5;
  border-bottom: none
}

.PressHomepagePodcastDetails__preview--isTouchDevice .PressHomepagePodcastDetails__previewAudioVisualizer {
  display: none
}

.PressHomepagePodcastDetails__previewAudioVisualizerButton {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-weight: 600;
  font-family: Ivar Display;
  background: hsla(0, 0%, 100%, .1)
}

.PressHomepagePodcastDetails__preview--isPlaying .PressHomepagePodcastDetails__previewAudioVisualizerButton {
  opacity: 0
}

.PressHomepagePodcastDetails__previewAudioContainer {
  width: 100%;
  border: 1px solid #dbcab5;
  background: #1d1a15;
  position: relative
}

.PressHomepagePodcastDetails__previewAudioContainer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e2cab0;
  pointer-events: none;
  mix-blend-mode: darken
}

.PressHomepagePodcastDetails__audioContainer {
  width: 100%;
  border: 1px solid #dbcab5;
  border-bottom: none;
  background: #1d1a15;
  position: relative
}

.PressHomepagePodcastDetails__audioContainer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e2cab0;
  pointer-events: none;
  mix-blend-mode: darken
}

.PressHomepagePodcastDetails__audio,
.PressHomepagePodcastDetails__previewAudio {
  width: 100%;
  filter: invert(1);
  mix-blend-mode: lighten;
  display: block
}

.PressHomepagePodcastDetails__previewAudioCanvas {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  visibility: hidden
}

.PressHomepagePodcastDetails__preview--isPlaying .PressHomepagePodcastDetails__previewAudioCanvas {
  visibility: visible
}
