.lyte-podcast-hero {
  box-sizing: border-box;
  margin-inline: auto;
}

.lyte-podcast-intro {
  box-sizing: border-box;
  width: min(100%, 1320px);
  margin-inline: auto;
  padding: 140px 0 clamp(48px, 6vw, 80px);
}

.lyte-podcast-intro__eyebrow {
  margin: 0 0 28px;
  font-size: clamp(0.88rem, 1.2vw, 1.08rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #59636f;
}

.lyte-podcast-intro__title {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.5rem, 7vw, 6rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  color: #111827;
}

.lyte-podcast-intro__dek {
  max-width: 920px;
  margin: clamp(32px, 4vw, 48px) 0 0;
  font-size: 1.4rem;
  line-height: 1.45;
  color: #334155;
}

.lyte-featured-podcasts,
.lyte-podcast-grid,
.lyte-podcast-single {
  box-sizing: border-box;
  width: min(100%, 1320px);
  margin-inline: auto;
}

.lyte-podcast-hero__eyebrow,
.lyte-podcast-card__date {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #59636f;
}

.lyte-podcast-hero__title,
.lyte-featured-podcasts__title,
.lyte-podcast-single__title {
  margin: 0;
  color: #111827;
  letter-spacing: 0;
}

.lyte-podcast-hero__title {
  max-width: 820px;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: 0.96;
}

.lyte-podcast-hero__dek {
  max-width: 680px;
  margin: 20px 0 0;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.6;
  color: #334155;
}

.lyte-featured-podcasts__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.lyte-featured-podcasts__title {
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.05;
}

.lyte-featured-podcasts__controls {
  display: flex;
  gap: 8px;
}

.lyte-featured-podcasts__button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.lyte-featured-podcasts__button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.lyte-featured-podcasts__button:focus-visible,
.lyte-podcast-card__link:focus-visible,
.lyte-podcast-grid__pagination a:focus-visible,
.lyte-podcast-single__nav a:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}

.lyte-featured-podcasts__viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.lyte-featured-podcasts__track {
  display: grid;
  grid-auto-columns: minmax(240px, 1fr);
  grid-auto-flow: column;
  gap: clamp(16px, 2vw, 28px);
}

.lyte-featured-podcasts .lyte-podcast-card {
  scroll-snap-align: start;
}

.lyte-featured-podcasts__owl.owl-carousel {
  display: block;
}

.lyte-featured-podcasts__owl.owl-carousel .owl-stage {
  display: flex;
}

.lyte-featured-podcasts__owl.owl-carousel .owl-item {
  display: flex;
}

.lyte-featured-podcasts__owl .item,
.lyte-featured-podcasts__owl .lyte-podcast-card,
.lyte-featured-podcasts__static .item,
.lyte-featured-podcasts__static .lyte-podcast-card {
  width: 100%;
}

.lyte-featured-podcasts__static {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.lyte-featured-podcasts__owl--mobile:not(.owl-loaded) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.lyte-featured-podcasts__owl .owl-nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 18px;
}

.lyte-featured-podcasts__owl.owl-theme .owl-nav [class*="owl-"] {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-size: 1.5rem;
  line-height: 1;
}

.lyte-featured-podcasts__owl.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #f8fafc;
  color: #0f172a;
}

.lyte-featured-podcasts__owl.owl-theme .owl-dots {
  margin-top: 18px;
}

.lyte-featured-podcasts__owl.owl-theme .owl-dots .owl-dot span {
  background: #94a3b8;
}

.lyte-featured-podcasts__owl.owl-theme .owl-dots .owl-dot.active span,
.lyte-featured-podcasts__owl.owl-theme .owl-dots .owl-dot:hover span {
  background: #2563eb;
}

.lyte-featured-podcasts__owl--fallback {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.lyte-featured-podcasts__dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.lyte-featured-podcasts__dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #94a3b8;
}

.lyte-podcast-grid {
  padding-block: clamp(28px, 5vw, 64px);
}

.lyte-podcast-grid__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 32px);
}

.lyte-podcast-card {
  min-width: 0;
}

.lyte-podcast-card__link,
.lyte-podcast-card__teaser {
  display: grid;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.lyte-podcast-card__media {
  position: relative;
  display: block;
}

.lyte-podcast-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.lyte-podcast-card__link:hover img {
  transform: scale(1.025);
}

.lyte-podcast-card__teaser {
  cursor: default;
}

.lyte-podcast-card--wide .lyte-podcast-card__media {
  aspect-ratio: 5 / 3;
}

.lyte-podcast-card--tall .lyte-podcast-card__media {
  aspect-ratio: 12 / 25;
}

.lyte-podcast-card__placeholder {
  display: block;
  aspect-ratio: inherit;
  background: linear-gradient(135deg, #dbeafe, #e2e8f0);
}

.lyte-podcast-card__body {
  display: grid;
  gap: 8px;
  padding-top: 14px;
}

.lyte-podcast-card--tall .lyte-podcast-card__body {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.lyte-podcast-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
}

.lyte-podcast-card__date {
  margin: 0;
}

.lyte-podcast-card__excerpt {
  display: block;
  color: #334155;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

.lyte-podcast-grid__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 36px;
}

.lyte-podcast-grid__pagination .page-numbers {
  display: inline-grid;
  min-width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding-inline: 12px;
  text-decoration: none;
  color: #0f172a;
}

.lyte-podcast-grid__pagination .current {
  background: #0f172a;
  color: #fff;
}

.lyte-podcast-grid--empty {
  padding-block: 42px;
  text-align: center;
  color: #475569;
}

.lyte-podcast-video {
  width: min(100%, 920px);
  margin: clamp(28px, 5vw, 56px) auto;
  text-align: center;
}

.lyte-podcast-video__embed {
  overflow: hidden;
  border-radius: 8px;
  background: #0f172a;
}

.lyte-podcast-video__embed iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.lyte-podcast-video__editor-controls {
  margin-top: 14px;
  text-align: left;
}

.lyte-podcast-video__editor-controls .components-base-control {
  margin-bottom: 12px;
}

.lyte-podcast-video__invalid-url {
  margin: 0;
  padding: 48px 20px;
  color: #fff;
}

.lyte-podcast-video__caption {
  margin-top: 10px;
  color: #64748b;
  font-size: 0.92rem;
}

.lyte-podcast-single {
  padding-block: clamp(140px, 7vw, 88px);
}

.lyte-podcast-single__header {
  /* max-width: 900px; */
  margin-inline: auto;
}

.lyte-podcast-single__title {
  margin-top: 12px;
  font-size: clamp(2rem, 5vw, 4.25rem);
  line-height: 1.02;
}

.lyte-podcast-single__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #64748b;
  font-size: 0.95rem;
}

.lyte-podcast-single__breadcrumbs a {
  color: #64748b;
  text-decoration: none;
  font-weight: 400;
}

.lyte-podcast-single__breadcrumbs a:hover,
.lyte-podcast-single__breadcrumbs a:focus-visible {
  text-decoration: underline;
}

.lyte-podcast-single__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
  color: #64748b;
  font-size: 0.95rem;
}

.lyte-podcast-single__meta span {
  display: inline-flex;
  gap: 6px;
}

.lyte-podcast-single__meta time {
  color: #334155;
  font-weight: 700;
}

.lyte-podcast-single__content {
  /* max-width: 860px; */
  margin: clamp(32px, 6vw, 72px) auto 0;
}

.lyte-podcast-single__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  /* width: min(100%, 900px); */
  margin: 48px auto 0;
  /* padding-inline: clamp(16px, 4vw, 40px); */
}

.lyte-podcast-single__nav a {
  display: grid;
  gap: 6px;
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}

.lyte-podcast-single__nav a span {
  color: #64748b;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lyte-podcast-single__nav a:hover strong,
.lyte-podcast-single__nav a:focus-visible strong {
  text-decoration: underline;
}

.lyte-podcast-cta {
  box-sizing: border-box;
  width: min(100%, 1320px);
  margin-inline: auto;
  padding: clamp(28px, 5vw, 56px);
  background: #f8fafc;
  border-radius: 8px;
}

.lyte-featured-podcasts .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 3rem;
}

.podcast-template-default.single .site-main,
.podcast-template-default.archive .site-main {
  margin-top: 0;
}

@media (max-width: 1340px) {
  .lyte-featured-podcasts,
  .lyte-podcast-grid,
  .lyte-podcast-single {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lyte-podcast-intro {
    padding-top: 120px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lyte-podcast-intro__title {
    font-size: clamp(3rem, 15vw, 4rem);
  }

  .lyte-podcast-intro__dek {
    font-size: 1.25rem;
  }

  .lyte-featured-podcasts__header {
    align-items: flex-start;
  }

  .lyte-featured-podcasts__viewport {
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .lyte-featured-podcasts__track {
    grid-auto-columns: min(78vw, 320px);
  }

  .lyte-featured-podcasts__dots {
    display: flex;
  }

  .lyte-featured-podcasts__owl--fallback {
    grid-template-columns: 1fr;
  }

  .lyte-featured-podcasts__static {
    grid-template-columns: 1fr;
  }

  .lyte-featured-podcasts__owl--mobile:not(.owl-loaded) {
    grid-template-columns: 1fr;
  }

  .lyte-podcast-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lyte-podcast-single__nav {
    display: grid;
  }
}

@media (min-width: 761px) and (max-width: 1040px) {
  .lyte-podcast-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
