.pre-footer {
  width: 100%;
  margin: 0 auto var(--spacingL);
  padding: 20px;
}

.custom-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}

.custom-swiper-wrapper {
  display: flex;
  transition: transform 0.35s ease;
}

.custom-swiper-slide {
  flex: 0 0 100%;
  text-align: center;
  box-sizing: border-box;
  user-select: none;
}

.custom-swiper-slide .slide-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.custom-swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  object-fit: cover;
}

.custom-swiper-slide h3 {
  margin: 10px 0 5px;
  font-size: 1.4rem;
}

.custom-swiper-slide .slide-cta {
  display: inline-block;
  color: #000;
  text-decoration: underline;
  font-size: var(--spacingM);
  font-weight: 400;
  letter-spacing: .025rem;
  line-height: 1.5rem;
  margin-top: 5px;
}

.hero-video-wrapper {
	isolation: isolate;
  position: relative;
  width: 100%;
aspect-ratio: 9 / 16;
  overflow: hidden;
  margin: 0;
  background: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-swiper-pagination {
  text-align: center;
  margin-top: calc(var(--spacingL) * 1.3);
}

.custom-swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: gray;
  border-radius: 5px;
  display: inline-block;
  margin: 0 8px;
  transition: width 0.3s;
}

.custom-swiper-pagination-bullet-active {
  width: 16px;
  background: #000;
}

/* ===========================
   HERO – Performance Optimized
   =========================== */
.hero-btn-icon {
  position: relative;
  width: 14px;
  height: 14px;
}

/* beide Icons übereinander */
.hero-btn-icon svg {
  position: absolute;
  inset: 0;
  width: 14px;
  height: 14px;
  fill: #fff;
  transition: opacity 160ms ease;
}

/* States */
.hero-btn-icon .icon-play {
  opacity: 1;
}

.hero-btn-icon .icon-pause {
  opacity: 0;
}

/* Playing State */
.hero-btn.is-playing .icon-play {
  opacity: 0;
}

.hero-btn.is-playing .icon-pause {
  opacity: 1;
}



/* VIDEO */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 220ms linear;
}

.hero-video.is-ready {
  opacity: 1;
}

/* OVERLAY */
.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 20px;
  padding-bottom: 64px;
  text-shadow:
    0 1px 2px rgba(0,0,0,0.28),
    0 10px 24px rgba(0,0,0,0.22);
}

/* TYPO */
.hero-eyelash {
  letter-spacing: 0.12em;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 12px;
}

.hero-title {
  color: #fff;
  margin-bottom: 10px;
}

.mui-latin-bykrwa {  
font-size: 1.75rem;
  line-height: 32px;
  letter-spacing: -0.04rem;
}

.hero-discover, .hero-discover:hover {
  color: #fff;
  font-size: 1.05rem;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-line {
  width: 56px;
  height: 2px;
  background: rgba(255,255,255,0.9);
  margin-top: 6px;
	
}

/* CONTROLS */
.hero-controls {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 65px;
  display: flex;
  justify-content: flex-end; /* 👈 DAS ist der Key */
  z-index: 3;
  pointer-events: none;
}


.hero-btn {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.92);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.hero-btn-icon svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

@media (min-width: 922px) {
	.pre-footer {width: 1000px;}
	.custom-swiper-pagination {
    display: none;
  }
.custom-swiper-slide {
    flex: 1;
  }
	.hero-controls {bottom:60px;}
	
  .custom-swiper-wrapper {
    gap: 20px;
    transform: none;
  }
	.hero-video-wrapper {
    height: 100svh;
		min-height: 100svh;
		aspect-ratio: auto;
    background-image: url("https://adenci.com/wp-content/uploads/2026/04/BackdropMonday_Zeichenflaeche-1-03.png0052-scaled.webp");
}
	.hero-discover:hover + .hero-line {
  width: 180px;
}
	.hero-line{transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);}
}

@media (max-width: 921px) {
	.hero-video-wrapper {
    background-image: url("https://adenci.com/wp-content/uploads/2026/04/BackdropMonday_Zeichenflaeche-1-03.png0052-1.webp");
	}
}