.single-hero {
  background-image: var(--single-hero-bg);
  background-size: cover;
  background-position: center;
  min-height: 42vh;
  position: relative;
}

.single-hero__overlay {
  min-height: 42vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: var(--space-2);
  padding: var(--space-5) 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 0.15), rgb(0 0 0 / 0.7));
  color: var(--color-white);
}

.single-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.single-meta {
  margin: 0;
  font-size: var(--fs-meta);
  opacity: 0.95;
}

.single-body {
  padding: var(--space-4) 0 var(--space-5);
}

.single-share {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin: var(--space-3) 0;
}

.share-link {
  font-family: var(--font-accent);
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}

.related-posts h2 {
  margin-top: var(--space-4);
}

.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: var(--color-black);
  margin: var(--space-3) 0;
}

.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.zp-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 0.88);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-2);
}

.zp-lightbox-overlay img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.zp-lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: var(--color-white);
  border: 0;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.35rem 0.65rem;
  cursor: pointer;
  z-index: 100001;
}

.zp-video-dialog {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgb(0 0 0 / 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-2);
}

.zp-video-dialog__inner {
  width: min(960px, 100%);
  background: var(--color-black);
  position: relative;
  padding: 0;
}

.zp-video-dialog__inner iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

.zp-video-dialog__close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  background: var(--color-white);
  border: 0;
  cursor: pointer;
  padding: 0.35rem 0.65rem;
}

.media-card__open {
  border: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
}
