.theme-detail-page .theme-detail-hero {
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

.theme-detail-page .theme-detail-hero::after {
  background: radial-gradient(
    ellipse 58% 48% at 23% 83%,
    rgba(7, 18, 32, .62) 0%,
    rgba(7, 18, 32, .42) 42%,
    rgba(7, 18, 32, .18) 61%,
    transparent 78%
  );
}

.theme-detail-page .theme-detail-hero h1 {
  margin-bottom: 0;
  transform-origin: left center;
  will-change: transform, letter-spacing, font-weight, opacity;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .48);
}

.theme-detail-page .theme-detail-hero .eyebrow,
.theme-detail-page .theme-detail-back {
  text-shadow: 0 2px 12px rgba(0, 0, 0, .52);
}

.theme-detail-page .theme-detail-intro-moved,
.theme-detail-page .antisemitism-intro {
  max-width: 64rem;
  margin: 0 0 clamp(3rem, 6vw, 5rem);
  color: #000;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.75;
}

.theme-detail-page .theme-detail-intro-moved p,
.theme-detail-page .antisemitism-intro p {
  margin: 0 0 1.25rem;
  color: #000;
}

.theme-detail-page .theme-detail-intro-moved p:last-child,
.theme-detail-page .antisemitism-intro p:last-child {
  margin-bottom: 0;
}

@media (max-width: 680px) {
  .theme-detail-page .theme-detail-hero {
    padding-bottom: 2rem;
  }

  .theme-detail-page .theme-detail-hero::after {
    background: radial-gradient(
      ellipse 92% 52% at 34% 84%,
      rgba(7, 18, 32, .7) 0%,
      rgba(7, 18, 32, .46) 52%,
      transparent 82%
    );
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-detail-page .theme-detail-hero h1 {
    will-change: auto;
  }
}
