.alba-podcast-page {
  padding-top: 118px;
  background:
    radial-gradient(circle at top left, rgba(190, 18, 23, 0.06), transparent 24%),
    linear-gradient(180deg, #f8f4ef, #ffffff 24%, #f4efe8 100%);
}

.alba-podcast-hero {
  padding: 34px 0 22px;
}

.alba-podcast-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 0;
  overflow: hidden;
  border-radius: 0 0 34px 34px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 43%, rgba(190, 18, 23, 0.08) 50%, rgba(190, 18, 23, 0.98) 100%);
  box-shadow: 0 30px 80px rgba(22, 18, 14, 0.1);
}

.alba-podcast-hero__copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 52px 36px 44px;
}

.alba-podcast-hero__copy h1 {
  color: var(--alba-black);
  font-size: clamp(2.8rem, 5vw, 4.6rem);
}

.alba-podcast-hero__copy h2 {
  color: var(--alba-red);
  font-size: clamp(1.5rem, 2.7vw, 2.6rem);
}

.alba-podcast-hero__copy p {
  max-width: 34rem;
  color: var(--alba-ink);
  font-size: 1.02rem;
}

.alba-podcast-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.alba-podcast-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 470px;
  overflow: hidden;
}

.alba-podcast-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.12), transparent 46%),
    linear-gradient(135deg, rgba(190, 18, 23, 0.92), rgba(152, 15, 18, 0.98));
}

.alba-podcast-hero__wave {
  position: absolute;
  top: 50%;
  width: 26%;
  height: 140px;
  transform: translateY(-50%);
  opacity: 0.8;
}

.alba-podcast-hero__wave::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 5%, rgba(255, 255, 255, 0.95) 5% 7%, transparent 7% 10%, rgba(255, 255, 255, 0.95) 10% 12%, transparent 12% 16%, rgba(255, 255, 255, 0.95) 16% 18%, transparent 18% 22%, rgba(255, 255, 255, 0.95) 22% 24%, transparent 24% 30%, rgba(255, 255, 255, 0.95) 30% 33%, transparent 33% 39%, rgba(255, 255, 255, 0.95) 39% 41%, transparent 41% 47%, rgba(255, 255, 255, 0.95) 47% 49%, transparent 49% 56%, rgba(255, 255, 255, 0.95) 56% 58%, transparent 58% 64%, rgba(255, 255, 255, 0.95) 64% 67%, transparent 67% 72%, rgba(255, 255, 255, 0.95) 72% 75%, transparent 75% 82%, rgba(255, 255, 255, 0.95) 82% 84%, transparent 84% 92%, rgba(255, 255, 255, 0.95) 92% 95%, transparent 95%);
  mask: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.alba-podcast-hero__wave--left {
  left: 4%;
}

.alba-podcast-hero__wave--right {
  right: 4%;
}

.alba-podcast-hero__logo-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: min(380px, 72%);
  aspect-ratio: 1 / 1;
}

.alba-podcast-hero__logo-wrap img {
  width: 62%;
  max-width: 220px;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.28));
}

.alba-podcast-hero__headphones {
  position: absolute;
  inset: 6%;
  border: 18px solid rgba(15, 17, 19, 0.92);
  border-bottom-width: 0;
  border-radius: 50% 50% 20% 20% / 52% 52% 14% 14%;
}

.alba-podcast-hero__headphones::before,
.alba-podcast-hero__headphones::after {
  content: "";
  position: absolute;
  bottom: 12%;
  width: 18%;
  height: 36%;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(22, 24, 27, 0.98), rgba(8, 8, 8, 0.98));
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.25);
}

.alba-podcast-hero__headphones::before {
  left: -3%;
}

.alba-podcast-hero__headphones::after {
  right: -3%;
}

.alba-podcast-hero__photo {
  position: absolute;
  inset: auto 0 0 auto;
  width: 34%;
  max-width: 220px;
  border-top-left-radius: 28px;
  overflow: hidden;
  box-shadow: -16px -18px 32px rgba(0, 0, 0, 0.2);
}

.alba-podcast-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alba-podcast-featured {
  padding: 10px 0 18px;
}

.alba-podcast-featured__card {
  display: grid;
  grid-template-columns: minmax(0, 0.47fr) minmax(0, 0.53fr);
  gap: 28px;
  padding: 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 19, 21, 0.06);
  box-shadow: 0 24px 56px rgba(22, 18, 14, 0.08);
}

.alba-podcast-featured__cover {
  position: relative;
  overflow: hidden;
  min-height: 410px;
  border-radius: 26px;
}

.alba-podcast-featured__cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 15, 0.06), rgba(10, 12, 15, 0.56));
}

.alba-podcast-featured__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alba-podcast-featured__cover-content {
  position: absolute;
  inset: auto 22px 22px;
  z-index: 2;
  display: grid;
  gap: 16px;
}

.alba-podcast-featured__cover-content h3 {
  max-width: 18rem;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
}

.alba-podcast-featured__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--alba-red);
  border: 4px solid rgba(190, 18, 23, 0.16);
  box-shadow: 0 16px 34px rgba(17, 19, 21, 0.2);
}

.alba-podcast-featured__play svg {
  width: 1.4rem;
  height: 1.4rem;
}

.alba-podcast-featured__body {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 10px 8px 8px 0;
}

.alba-podcast-featured__player audio {
  width: 100%;
}

.alba-podcast-featured__empty {
  padding: 26px;
  border-radius: 24px;
  background: rgba(248, 244, 239, 0.9);
  border: 1px dashed rgba(190, 18, 23, 0.24);
}

.alba-podcast-featured__empty strong {
  display: block;
  margin-bottom: 8px;
}

.alba-podcast-featured__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.alba-podcast-featured__meta li {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(248, 244, 239, 0.78);
}

.alba-podcast-featured__meta li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(190, 18, 23, 0.08);
  color: var(--alba-red);
}

.alba-podcast-featured__meta li span svg {
  width: 1.05rem;
  height: 1.05rem;
}

.alba-podcast-featured__meta strong {
  color: var(--alba-black);
  font-size: 0.95rem;
}

.alba-podcast-featured__meta em {
  color: var(--alba-ink);
  font-style: normal;
}

.alba-podcast-featured__summary {
  margin: 0;
  color: var(--alba-ink);
  font-size: 1rem;
}

.alba-podcast-featured__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.alba-podcast-story {
  padding: 10px 0 14px;
}

.alba-podcast-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: 24px;
  align-items: start;
}

.alba-podcast-about,
.alba-podcast-topics {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(17, 19, 21, 0.06);
  box-shadow: 0 22px 54px rgba(22, 18, 14, 0.08);
  padding: 28px;
}

.alba-podcast-about__content {
  display: grid;
  gap: 18px;
}

.alba-podcast-about__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: radial-gradient(circle at top left, rgba(190, 18, 23, 0.14), rgba(190, 18, 23, 0.05));
  color: var(--alba-red);
}

.alba-podcast-about__icon svg {
  width: 1.8rem;
  height: 1.8rem;
}

.alba-podcast-topics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.alba-podcast-topic-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 22px 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 239, 0.94));
  border: 1px solid rgba(17, 19, 21, 0.06);
}

.alba-podcast-topic-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(190, 18, 23, 0.08);
  color: var(--alba-red);
}

.alba-podcast-topic-card__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.alba-podcast-topic-card h3 {
  font-size: 1.18rem;
}

.alba-podcast-upcoming {
  padding: 10px 0 24px;
}

.alba-podcast-upcoming__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.alba-podcast-upcoming__card {
  display: grid;
  gap: 14px;
  padding: 22px 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(17, 19, 21, 0.06);
  box-shadow: 0 20px 48px rgba(22, 18, 14, 0.08);
}

.alba-podcast-upcoming__badge {
  display: flex;
  align-items: center;
  gap: 10px;
}

.alba-podcast-upcoming__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--alba-red), #e4292e);
  color: #fff;
  box-shadow: 0 14px 24px rgba(190, 18, 23, 0.24);
}

.alba-podcast-upcoming__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.alba-podcast-upcoming__badge strong {
  color: var(--alba-red);
  font-size: 0.95rem;
  font-weight: 800;
}

.alba-podcast-upcoming__card h3 {
  font-size: 1.28rem;
}

.alba-podcast-upcoming__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--alba-muted);
  font-size: 0.92rem;
}

.alba-podcast-upcoming__status svg {
  width: 0.95rem;
  height: 0.95rem;
}

@media (max-width: 1180px) {
  .alba-podcast-featured__card,
  .alba-podcast-story__grid {
    grid-template-columns: 1fr;
  }

  .alba-podcast-topics__grid,
  .alba-podcast-upcoming__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .alba-podcast-page {
    padding-top: 108px;
  }

  .alba-podcast-hero__inner {
    grid-template-columns: 1fr;
  }

  .alba-podcast-hero__visual {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .alba-podcast-page {
    padding-top: 98px;
  }

  .alba-podcast-hero__copy,
  .alba-podcast-about,
  .alba-podcast-topics {
    padding: 28px 22px;
  }

  .alba-podcast-featured__card {
    padding: 14px;
    gap: 18px;
  }

  .alba-podcast-featured__cover {
    min-height: 320px;
  }

  .alba-podcast-featured__meta,
  .alba-podcast-topics__grid,
  .alba-podcast-upcoming__grid {
    grid-template-columns: 1fr;
  }

  .alba-podcast-hero__visual {
    min-height: 300px;
  }

  .alba-podcast-hero__logo-wrap {
    width: min(280px, 74%);
  }

  .alba-podcast-hero__headphones {
    border-width: 14px;
  }

  .alba-podcast-hero__photo {
    display: none;
  }
}
