/* A compact show introduction alongside the episode player controls. */
.hm-page .hm-podcast {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #faf6ec;
  background: #141812;
  border-block: 1px solid rgba(212, 154, 74, .3);
  scroll-margin-top: 8rem;
}
.hm-podcast-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  opacity: .24;
}
.hm-podcast::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(15, 19, 15, .15), rgba(15, 19, 15, .86) 58%);
}
.hm-podcast-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px clamp(24px, 4vw, 48px);
}
.hm-podcast-label { margin: 0 0 18px; font-size: 12px; line-height: 1.5; color: #d6b781; }
.hm-podcast-brand { display: flex; align-items: center; gap: 24px; }
.hm-podcast-portrait { display: block; width: 104px; height: 130px; flex: 0 0 auto; object-fit: cover; object-position: center 40%; border-radius: 4px; }
.hm-podcast-title { width: 216px; max-width: 100%; margin: 0; }
.hm-podcast-title img { display: block; width: 100%; height: auto; }
.hm-podcast-host { margin: 8px 0 0; text-align: center; font-size: 14px; line-height: 1.4; color: #e0d8c9; }
.hm-podcast-description { max-width: 34rem; margin: 20px 0; font-size: 15px; line-height: 1.6; color: #f0e9dc; text-wrap: pretty; }
.hm-podcast-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.hm-podcast-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(226, 181, 104, .65);
  border-radius: 4px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .15s, border-color .15s, color .15s;
}
.hm-podcast-watch { color: #faf6ec; background: rgba(15, 19, 15, .6); }
.hm-podcast-stream { color: #21180b; background: #e1aa54; border-color: #e1aa54; }
.hm-podcast-guest {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #faeccf;
  background: linear-gradient(120deg, #44331b, #29291c);
  border-color: #c99b56;
  box-shadow: 0 0 0 1px rgba(226, 181, 104, .08);
}
.hm-podcast-guest::before,
.hm-podcast-guest::after { content: ''; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none; }
.hm-podcast-guest::before { box-shadow: inset 0 0 0 1px rgba(248, 212, 151, .25), inset 0 0 8px rgba(226, 181, 104, .2); opacity: .5; }
.hm-podcast-guest::after { background: linear-gradient(110deg, transparent 30%, rgba(255, 229, 183, .15) 50%, transparent 70%); transform: translateX(-110%); opacity: 0; }
.hm-podcast-watch:hover { color: #fff; background: #343426; border-color: #e4b76d; }
.hm-podcast-guest:hover,
.hm-podcast-guest:focus-visible { color: #fff4df; background: linear-gradient(120deg, #514022, #343326); border-color: #edc789; }
.hm-podcast-guest:hover::before,
.hm-podcast-guest:focus-visible::before { animation: none; opacity: .8; }
.hm-podcast-guest:hover::after,
.hm-podcast-guest:focus-visible::after { animation: none; opacity: 0; }
@media (prefers-reduced-motion: no-preference) {
  .hm-podcast-guest::before { animation: hm-podcast-guest-glow 7s ease-in-out infinite; }
  .hm-podcast-guest::after { animation: hm-podcast-guest-sheen 7s ease-in-out 1s infinite; }
}
@keyframes hm-podcast-guest-glow {
  0%, 100% { opacity: .3; }
  45%, 60% { opacity: .85; }
}
@keyframes hm-podcast-guest-sheen {
  0%, 12% { transform: translateX(-110%); opacity: 0; }
  18%, 34% { opacity: 1; }
  40%, 100% { transform: translateX(110%); opacity: 0; }
}
.hm-podcast-stream:hover { color: #21180b; background: #f0be73; border-color: #f0be73; }
.hm-podcast-status { margin: 12px 0 0; font-size: 14px; color: #f5d09a; }
.hm-podcast-status[hidden] { display: none; }
.hm-podcast-episodes { min-width: 0; padding-left: 32px; border-left: 1px solid rgba(225, 201, 155, .2); }
.hm-podcast-episodes-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.hm-podcast-episodes-head h3 { margin: 0; font: 500 24px/1.2 var(--font-display, Georgia, serif); color: #faf6ec; }
.hm-podcast-episodes-head a { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; color: #e4b76d; font-size: 13px; text-underline-offset: 4px; }
.hm-podcast-episode-grid { list-style: none; margin: 0; padding: 0; }
.hm-podcast-episode-grid > li { margin: 0; padding: 0; border-top: 1px solid rgba(225, 201, 155, .2); }
.hm-podcast-episode {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #faf6ec;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
  transition: background-color .15s;
}
.hm-podcast-episode:hover { background: rgba(226, 181, 104, .06); }
.hm-podcast-play { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(226, 181, 104, .7); border-radius: 50%; color: #e9bf7d; background: rgba(15, 19, 15, .55); }
.hm-podcast-play svg { width: 19px; height: 19px; }
.hm-podcast-episode-body { display: block; min-width: 0; }
.hm-podcast-episode-title { display: block; margin: 0 0 4px; font: 500 21px/1.18 var(--font-display, Georgia, serif); color: #faf6ec; }
.hm-podcast-episode-detail { display: block; margin: 0 0 8px; font-size: 13px; line-height: 1.4; color: #e0d5c2; }
.hm-podcast-episode-detail[hidden] { display: none; }
.hm-podcast-episode-title, .hm-podcast-episode-detail { overflow-wrap: anywhere; }
.hm-podcast-episode-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.hm-podcast-episode-meta { font-size: 12px; line-height: 1.4; color: #bfb8a9; }
.hm-podcast-stream-label { color: #e4b76d; font-size: 12px; white-space: nowrap; }
.hm-podcast-episode.is-playing .hm-podcast-play { color: #21180b; background: #e1aa54; border-color: #e1aa54; }
.hm-podcast :is(a, button):focus-visible { outline: 2px solid #f5c882; outline-offset: 4px; }
@media (max-width: 1100px) and (min-width: 901px) {
  .hm-podcast-shell { gap: 24px; }
  .hm-podcast-episodes { padding-left: 24px; }
  .hm-podcast-brand { gap: 18px; }
  .hm-podcast-title { width: 190px; }
  .hm-podcast-portrait { width: 88px; height: 110px; }
}
@media (max-width: 900px) {
  .hm-podcast-shell { grid-template-columns: minmax(0, 1fr); gap: 28px; max-width: 720px; padding-block: 28px; }
  .hm-podcast-intro-inner { max-width: 36rem; }
  .hm-podcast-episodes { padding: 20px 0 0; border-left: 0; border-top: 1px solid rgba(225, 201, 155, .2); }
  .hm-podcast-description { margin: 18px 0; }
  .hm-podcast::after { background: rgba(15, 19, 15, .55); }
}
@media (max-width: 500px) {
  .hm-podcast-shell { padding: 24px; gap: 24px; }
  .hm-podcast-label { font-size: 12px; margin-bottom: 16px; }
  .hm-podcast-brand { gap: 20px; }
  .hm-podcast-portrait { width: 80px; height: 100px; }
  .hm-podcast-title { width: 190px; }
  .hm-podcast-host { font-size: 13px; }
  .hm-podcast-description { font-size: 15px; }
  .hm-podcast-actions { display: grid; grid-template-columns: 1.2fr 1fr; }
  .hm-podcast-button { padding-inline: 8px; }
  .hm-podcast-guest { grid-column: 1 / -1; }
  .hm-podcast-episodes-head h3 { font-size: 24px; }
  .hm-podcast-episode { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding-block: 16px; }
  .hm-podcast-play { width: 36px; height: 36px; }
  .hm-podcast-episode-title { font-size: 20px; }
  .hm-podcast-episode-footer { flex-wrap: wrap; gap: 4px 12px; }
}
