/* Authentische Hero-Komposition ohne Hintergrundkachel oder Text auf den Personen. */
.hero {
  background-image: linear-gradient(118deg, #f4fbfd 0%, #e7f5f8 55%, #c7e8ee 100%) !important;
}

.hero-grid {
  grid-template-columns: minmax(0, 720px) minmax(500px, 1fr) !important;
  align-items: stretch !important;
  gap: clamp(28px, 3vw, 56px) !important;
  min-height: 760px !important;
}

.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
}

.hero-visual {
  position: relative !important;
  visibility: visible !important;
  display: block !important;
  align-self: stretch !important;
  width: 100% !important;
  min-height: 760px !important;
  margin: 0 !important;
  overflow: visible !important;
  pointer-events: none !important;
}

.hero-image-wrap {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #031e3e url("./assets/tumorzellen-gespiegelt-links.png") center / cover no-repeat !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.hero-image-wrap::before,
.hero-image-wrap::after,
.hero-person-label,
.hero-fact,
.hero-trust-card {
  display: none !important;
}

.hero-image-wrap > .hero-person-photo {
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: -12px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  transform: none !important;
  filter: drop-shadow(0 28px 18px rgba(1, 25, 43, .34)) !important;
}

.hero-image-wrap > .hero-person-ludmilla {
  z-index: 1 !important;
  right: -7% !important;
  height: 91% !important;
}

.hero-image-wrap > .hero-person-stefan {
  z-index: 2 !important;
  right: 18% !important;
  bottom: -24px !important;
  height: 98% !important;
}

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr) !important;
    min-height: 710px !important;
  }
  .hero-visual { min-height: 710px !important; }
  .hero-image-wrap > .hero-person-ludmilla { right: -10% !important; height: 88% !important; }
  .hero-image-wrap > .hero-person-stefan { right: 17% !important; height: 94% !important; }
}

@media (max-width: 850px) {
  .hero-grid {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding-top: 32px !important;
  }
  .hero-visual {
    grid-row: 1 !important;
    min-height: 540px !important;
  }
  .hero-copy { grid-row: 2 !important; }
  .hero-image-wrap > .hero-person-ludmilla {
    right: -2% !important;
    bottom: 0 !important;
    height: 88% !important;
  }
  .hero-image-wrap > .hero-person-stefan {
    right: 34% !important;
    bottom: -8px !important;
    height: 100% !important;
  }
}

@media (max-width: 600px) {
  .hero-visual { min-height: 470px !important; }
  .hero-image-wrap > .hero-person-ludmilla { right: -9% !important; }
  .hero-image-wrap > .hero-person-stefan { right: 31% !important; }
}
