.intro-stack {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  isolation: isolate;
}
.intro-stack article {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
}
.intro-stack article .speaker {
  position: absolute;
  left: 3rem;
  bottom: 1rem;
  width: 165px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.intro-stack article .speaker p {
  width: 129px;
  margin: 0 0 11px;
  color: #d19265;
  font-size: 20px;
  mix-blend-mode: screen;
}
.intro-stack article .speaker strong {
  display: block;
  margin-bottom: 3px;
  font-weight: 500;
}
.intro-stack article .speaker span {
  display: block;
  color: rgba(255, 255, 255, 0.88);
}

.intro-stack article:first-child {
  visibility: visible;
}

.intro-stack article .outer {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.intro-stack article .inner {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.intro-stack article .bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  padding: 188px 57px 28px;
}

.intro-stack article .bg h2 {
  z-index: 999;
}

.intro-stack article .bg h2 {
  font-size: clamp(56px, 17vw, 76px);
  white-space: normal;
}

.intro-stack article .bg h2.section-heading {
  color: #d19265;
  font-size: clamp(72px, 8.9vw, 128px);
  font-weight: 300;
  line-height: 0.8;
  mix-blend-mode: color-dodge;
  white-space: nowrap;
}

.intro-stack article .bg h2.section-heading span {
  display: block;
}

.intro-stack article .bg .clip-text {
  overflow: hidden;
}

.intro-stack article.first .bg {
  background-image: url("/media/kyveris/christoph-gamper-portrait.webp");
}

.intro-stack article.second .bg {
  background-image: url("/media/kyveris/wolfgang-knotz-portrait.webp");
}

.intro-stack article.third .bg {
  background-image: url("/media/kyveris/michael-deflorian-portrait.webp");
}

.intro-stack article h2 * {
  will-change: transform;
}