/* Podcast „Alle Serien“ – Filter + Cover-Karussell (nur /podcast-mit-herz) */

.page-podcast-mit-herz .podcast-hub__series {
  --podcast-series-gap: clamp(0.65rem, 1.6vw, 1rem);
}

.page-podcast-mit-herz .podcast-hub__series-filters {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0.45rem;
  margin: 0 0 clamp(1.1rem, 2.5vw, 1.55rem);
  padding: 0 0 0.35rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.page-podcast-mit-herz .podcast-hub__series-filters::-webkit-scrollbar {
  display: none;
}

.page-podcast-mit-herz .podcast-hub__series-filters .podcast-hub__filter {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.45rem 0.95rem;
  margin: 0;
  border: 1px solid rgba(201, 168, 76, 0.38);
  border-radius: 999px;
  background: rgba(255, 252, 245, 0.96);
  box-shadow: 0 4px 14px rgba(15, 31, 54, 0.05);
  font-family: var(--font-sans);
  font-size: clamp(0.72rem, 1.45vw, 0.82rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-transform: none;
  color: rgba(15, 31, 54, 0.72);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  white-space: nowrap;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.page-podcast-mit-herz .podcast-hub__series-filters .podcast-hub__filter:hover {
  border-color: rgba(201, 168, 76, 0.58);
  background: #fff;
  transform: translateY(-1px);
}

.page-podcast-mit-herz .podcast-hub__series-filters .podcast-hub__filter:focus-visible {
  outline: 2px solid rgba(201, 168, 76, 0.72);
  outline-offset: 2px;
}

.page-podcast-mit-herz .podcast-hub__series-filters .podcast-hub__filter.is-active {
  border-color: rgba(201, 168, 76, 0.58);
  background: linear-gradient(165deg, rgba(255, 252, 245, 0.98) 0%, rgba(250, 242, 220, 0.92) 100%);
  color: #8a6824;
  box-shadow:
    0 4px 14px rgba(201, 168, 76, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.page-podcast-mit-herz .podcast-hub__series-board {
  max-width: 100%;
  overflow-x: hidden;
}

.page-podcast-mit-herz .podcast-hub__listen-zone {
  overflow-x: hidden;
}

.page-podcast-mit-herz .podcast-hub__series-slider {
  position: relative;
  padding: 0 clamp(2.15rem, 3.5vw, 2.65rem);
  max-width: 100%;
}

.page-podcast-mit-herz .podcast-hub__series-viewport {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  outline: none;
}

.page-podcast-mit-herz .podcast-hub__series-viewport::-webkit-scrollbar {
  display: none;
}

.page-podcast-mit-herz .feedback-stimmen-hub .podcast-hub__series-viewport,
#feedback-stimmen-carousel {
  overflow-y: hidden !important;
}

.page-podcast-mit-herz .feedback-stimmen-hub .podcast-hub__series-board,
.page-podcast-mit-herz .feedback-stimmen-hub .podcast-hub__series-slider {
  overflow: hidden;
}

.page-podcast-mit-herz .podcast-hub__series-viewport:focus-visible {
  box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.55);
  border-radius: 0.75rem;
}

.page-podcast-mit-herz .podcast-hub__series-track {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--podcast-series-gap);
  margin: 0;
  padding: 0.15rem 0 0.35rem;
  list-style: none;
  width: max-content;
}

.page-podcast-mit-herz .podcast-hub__series-item {
  flex: 0 0 var(--podcast-series-slide-width, 8.75rem);
  width: var(--podcast-series-slide-width, 8.75rem);
  min-width: 0;
  scroll-snap-align: start;
}

.page-podcast-mit-herz .podcast-hub__series-item.is-filtered-out {
  display: none;
}

.page-podcast-mit-herz .podcast-hub__tile-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  height: 100%;
}

.page-podcast-mit-herz .podcast-hub__tile-wrap > .gt-share--series {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 6;
}

.page-podcast-mit-herz .gt-share--series .gt-share__btn {
  width: 2.05rem;
  height: 2.05rem;
  color: var(--gold-light, #e8d5a0);
  background: rgba(10, 22, 40, 0.72);
  border-color: rgba(232, 213, 160, 0.5);
  box-shadow: 0 6px 16px rgba(8, 18, 32, 0.28);
}

.page-podcast-mit-herz .gt-share--series .gt-share__btn:hover,
.page-podcast-mit-herz .gt-share--series .gt-share__btn:focus-visible,
.page-podcast-mit-herz .gt-share--series .gt-share__btn[aria-expanded='true'] {
  color: #fff8e7;
  background: rgba(19, 39, 68, 0.88);
  border-color: rgba(232, 213, 160, 0.72);
}

.page-podcast-mit-herz .podcast-hub__tile-caption {
  padding: 0 0.15rem;
  text-align: center;
}

.page-podcast-mit-herz .podcast-hub__tile-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(0.72rem, 1.35vw, 0.82rem);
  font-weight: 600;
  line-height: 1.35;
  color: rgba(15, 31, 54, 0.92);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-podcast-mit-herz .podcast-hub__tile-meta {
  margin: 0.2rem 0 0;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(166, 127, 46, 0.88);
}

.page-podcast-mit-herz .podcast-hub__tile.is-active + .podcast-hub__tile-caption .podcast-hub__tile-title {
  color: #0f1f36;
}

.page-podcast-mit-herz .podcast-hub__series-nav {
  position: absolute;
  top: calc(clamp(4.5rem, 11vw, 6.25rem) / 2 + 0.35rem);
  transform: translateY(-50%);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(201, 168, 76, 0.42);
  border-radius: 50%;
  background: rgba(255, 252, 245, 0.94);
  color: rgba(166, 127, 46, 0.92);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 4px 14px rgba(15, 31, 54, 0.06);
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.page-podcast-mit-herz .podcast-hub__series-nav svg {
  display: block;
  width: 0.95rem;
  height: 0.95rem;
}

.page-podcast-mit-herz .podcast-hub__series-nav:hover:not(:disabled) {
  border-color: rgba(201, 168, 76, 0.62);
  background: #fff;
  color: #a67f2e;
  box-shadow: 0 6px 16px rgba(201, 168, 76, 0.14);
  transform: translateY(-50%) scale(1.03);
}

.page-podcast-mit-herz .podcast-hub__series-nav:focus-visible {
  outline: 2px solid rgba(201, 168, 76, 0.75);
  outline-offset: 2px;
}

.page-podcast-mit-herz .podcast-hub__series-nav--prev {
  left: 0;
}

.page-podcast-mit-herz .podcast-hub__series-nav--next {
  right: 0;
}

.page-podcast-mit-herz .podcast-hub__series-nav:disabled {
  opacity: 0.28;
  cursor: default;
  pointer-events: none;
  background: rgba(255, 252, 245, 0.72);
  color: rgba(166, 127, 46, 0.38);
}

.page-podcast-mit-herz .podcast-hub__series-nav[hidden] {
  display: none !important;
}

.page-podcast-mit-herz .podcast-hub__series-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  margin-top: clamp(0.65rem, 1.6vw, 0.95rem);
}

.page-podcast-mit-herz .podcast-hub__series-status {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(0.66rem, 1.25vw, 0.74rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(166, 127, 46, 0.92);
}

.page-podcast-mit-herz .podcast-hub__series-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.page-podcast-mit-herz .podcast-hub__series-dots[hidden] {
  display: none !important;
}

.page-podcast-mit-herz .podcast-hub__series-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 7.5rem);
}

.page-podcast-mit-herz .podcast-hub__series-progress[hidden] {
  display: none !important;
}

.page-podcast-mit-herz .podcast-hub__series-progress-track {
  display: block;
  width: 100%;
  height: 0.24rem;
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.2);
  overflow: hidden;
}

.page-podcast-mit-herz .podcast-hub__series-progress-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(201, 168, 76, 0.82) 0%, #d4af37 100%);
  transition: width 0.28s ease;
}

.page-podcast-mit-herz .podcast-hub__series-dot {
  width: 0.48rem;
  height: 0.48rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.28);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.page-podcast-mit-herz .podcast-hub__series-dot.is-active {
  background: #a67f2e;
  transform: scale(1.18);
}

.page-podcast-mit-herz .podcast-hub__series-dot:focus-visible {
  outline: 2px solid rgba(201, 168, 76, 0.75);
  outline-offset: 2px;
}

.page-podcast-mit-herz .podcast-hub__series-empty {
  margin: 0.75rem 0 0;
  text-align: center;
  font-family: var(--font-serif);
  font-size: clamp(0.92rem, 2vw, 1rem);
  font-style: italic;
  color: rgba(15, 31, 54, 0.68);
}

.page-podcast-mit-herz .podcast-hub__listen-zone {
  overflow-x: hidden;
}

.page-podcast-mit-herz .podcast-hub__series .podcast-hub__tile-popover {
  display: none;
}

@media (min-width: 768px) {
  .page-podcast-mit-herz .podcast-hub__series-filters {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
    padding-bottom: 0;
  }
}

@media (min-width: 900px) {
  .page-podcast-mit-herz .podcast-hub__series .podcast-hub__tile-popover {
    display: block;
    width: min(16rem, calc(100vw - 3rem));
    max-width: min(16rem, calc(100vw - 3rem));
    white-space: normal;
  }
}

@media (max-width: 639px) {
  .page-podcast-mit-herz .podcast-hub__series-slider {
    padding: 0 clamp(1.85rem, 6vw, 2.15rem);
  }

  .page-podcast-mit-herz .podcast-hub__series-filters .podcast-hub__filter {
    min-height: 2.15rem;
    padding: 0.4rem 0.8rem;
    font-size: 0.7rem;
  }
}

/* YouVersion-Lesepläne – liebevoller Abschlussblock */
.page-podcast-mit-herz .podcast-hub__youversion {
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 4vw, 2rem) clamp(2.25rem, 5vw, 3.25rem);
  background:
    linear-gradient(180deg, rgba(250, 246, 238, 0.35) 0%, rgba(255, 252, 245, 0.82) 42%, rgba(250, 246, 238, 0.95) 100%);
  border-top: 1px solid rgba(201, 168, 76, 0.22);
}

.page-podcast-mit-herz .podcast-hub__youversion-inner {
  max-width: min(100%, 40rem);
  margin: 0 auto;
}

.page-podcast-mit-herz .podcast-hub__reading-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.15rem;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98) 0%, rgba(253, 248, 238, 0.96) 52%, rgba(250, 246, 238, 0.94) 100%);
  border: 1px solid rgba(201, 168, 76, 0.34);
  box-shadow:
    0 20px 46px rgba(15, 31, 54, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.page-podcast-mit-herz .podcast-hub__reading-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(201, 168, 76, 0.08) 0%, rgba(212, 175, 55, 0.72) 50%, rgba(201, 168, 76, 0.08) 100%);
}

.page-podcast-mit-herz .podcast-hub__reading-card-inner {
  position: relative;
  z-index: 1;
  padding: clamp(1.45rem, 3.2vw, 2rem) clamp(1.25rem, 3vw, 1.85rem) clamp(1.35rem, 2.8vw, 1.75rem);
  text-align: center;
}

.page-podcast-mit-herz .podcast-hub__reading-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.15rem, 7vw, 3.85rem);
  height: clamp(3.15rem, 7vw, 3.85rem);
  margin: 0 auto clamp(0.85rem, 2vw, 1.1rem);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.16) 0%, transparent 58%),
    linear-gradient(145deg, rgba(19, 39, 68, 0.96) 0%, rgba(15, 31, 54, 0.98) 100%);
  border: 1px solid rgba(201, 168, 76, 0.42);
  color: #e8d5a0;
  box-shadow:
    0 10px 24px rgba(15, 31, 54, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.page-podcast-mit-herz .podcast-hub__reading-icon svg {
  display: block;
  width: 54%;
  height: 54%;
}

.page-podcast-mit-herz .podcast-hub__reading-eyebrow {
  margin: 0 0 clamp(0.65rem, 1.5vw, 0.85rem);
  font-family: var(--font-sans);
  font-size: clamp(0.58rem, 1.15vw, 0.66rem);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-on-light);
}

.page-podcast-mit-herz .podcast-hub__reading-title {
  margin: 0 0 0;
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 3.2vw, 1.95rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: #0f1f36;
}

.page-podcast-mit-herz .podcast-hub__reading-title:has(+ .home-section-ornament) {
  margin-bottom: 0;
}

.page-podcast-mit-herz .podcast-hub__reading-card .home-section-ornament {
  margin: clamp(0.75rem, 1.8vw, 0.95rem) auto clamp(0.95rem, 2vw, 1.15rem);
}

.page-podcast-mit-herz .podcast-hub__reading-lead {
  margin: 0 auto clamp(1rem, 2.2vw, 1.25rem);
  max-width: 34rem;
  font-family: var(--font-serif);
  font-size: clamp(0.98rem, 1.9vw, 1.08rem);
  font-style: italic;
  line-height: 1.72;
  color: rgba(15, 31, 54, 0.84);
  text-wrap: balance;
}

.page-podcast-mit-herz .podcast-hub__reading-points {
  margin: 0 auto clamp(1.15rem, 2.5vw, 1.45rem);
  padding: 0;
  list-style: none;
  max-width: 26rem;
  display: grid;
  gap: 0.55rem;
  text-align: left;
}

.page-podcast-mit-herz .podcast-hub__reading-points li {
  position: relative;
  padding-left: 1.15rem;
  font-family: var(--font-sans);
  font-size: clamp(0.78rem, 1.45vw, 0.86rem);
  line-height: 1.45;
  color: rgba(15, 31, 54, 0.78);
}

.page-podcast-mit-herz .podcast-hub__reading-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #d4af37;
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.22);
}

.page-podcast-mit-herz .podcast-hub__reading-cta {
  margin: 0;
}

.page-podcast-mit-herz .podcast-hub__reading-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2.75rem;
  padding-inline: 1.35rem;
}

.page-podcast-mit-herz .podcast-hub__reading-btn-icon {
  font-size: 1.15em;
  line-height: 1;
  transform: translateY(-0.02em);
}

@media (min-width: 640px) {
  .page-podcast-mit-herz .podcast-hub__reading-points {
    margin-inline: auto;
  }
}
