/* Authentische Hero-Komposition ohne Kachel oder Textüberlagerung. */
html,
body {
  overflow-x: clip;
}

.hero {
  background-image:
    linear-gradient(90deg, rgba(4, 18, 12, .98) 0%, rgba(4, 18, 12, .9) 39%, rgba(4, 18, 12, .13) 74%, rgba(4, 18, 12, .3) 100%),
    linear-gradient(180deg, transparent 58%, rgba(4, 18, 12, .92) 100%),
    url("../images/hero-background-v10-wide.webp") !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.hero-content {
  overflow: visible;
}

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

/* Alte, per JavaScript ergänzte Kachel sicher ausblenden. */
.header-founders {
  display: none !important;
}

.hero-founders-authentic {
  position: absolute;
  z-index: 2;
  right: -4%;
  bottom: 0;
  width: min(50vw, 690px);
  height: 650px;
  pointer-events: none;
}

.hero-founder {
  position: absolute;
  bottom: -8px;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 26px 18px rgba(0, 0, 0, .38));
}

.hero-founder-ludmilla {
  z-index: 1;
  right: -2%;
  height: 89%;
}

.hero-founder-stefan {
  z-index: 2;
  right: 18%;
  bottom: -18px;
  height: 100%;
}

@media (max-width: 1100px) {
  .hero-founders-authentic {
    right: -8%;
    width: 52vw;
    height: 610px;
  }
  .hero-founder-ludmilla { right: -4%; }
  .hero-founder-stefan { right: 18%; }
}

@media (max-width: 860px) {
  .hero {
    min-height: 1100px !important;
    background-image:
      linear-gradient(180deg, rgba(4, 18, 12, .18) 18%, rgba(4, 18, 12, .78) 48%, rgba(4, 18, 12, .98) 100%),
      url("../images/hero-background-v10-mobile.webp") !important;
    background-position: top center !important;
  }

  .hero-content {
    align-items: end !important;
    min-height: 820px !important;
    padding: 430px 0 100px !important;
  }

  .hero-founders-authentic {
    top: 14px;
    right: -4%;
    bottom: auto;
    width: 92%;
    height: 420px;
  }

  .hero-founder-ludmilla {
    right: -3%;
    bottom: 0;
    height: 88%;
  }

  .hero-founder-stefan {
    right: 23%;
    bottom: -4px;
    height: 100%;
  }
}

@media (max-width: 520px) {
  .hero-founders-authentic {
    right: 0;
    width: 95%;
    height: 395px;
  }
  .hero-founder-ludmilla { right: -4%; }
  .hero-founder-stefan { right: 23%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-founder { transition: none !important; }
}
