/* Seitenspezifische Styles für Immersive VR. */

.concept-image-section {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: clamp(56px, 8vw, 96px) 0;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 128px;
}

.concept-image-section img {
  width: 100%;
  height: clamp(360px, 56vw, 680px);
  display: block;
  object-fit: cover;
  object-position: center 34%;
}

.concept-image-section::after {
  position: absolute;
  inset: clamp(56px, 8vw, 96px) 0;
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.86) 24%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0) 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.08));
  content: "";
  pointer-events: none;
}

.concept-image-section__text {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 1;
  width: min(42rem, 48%);
  transform: translateY(-50%);
}

.concept-image-section__text h2 {
  margin: 0 0 24px;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.concept-image-section__text p {
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.34rem);
  font-weight: 400;
  line-height: 1.5;
}

.airflow-concept {
  padding-top: clamp(20px, 4vw, 48px);
}

.airflow-concept img {
  object-position: center 42%;
}

.airflow-concept::after {
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.88) 24%, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0) 76%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.22));
}

.vr-video-section {
  width: 90%;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) 0;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  scroll-margin-top: 128px;
}

.vr-video-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.vr-video-copy p {
  margin: 0;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  font-weight: 400;
  line-height: 1.5;
}

.vr-video-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.vr-video-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.rhr-gallery {
  width: 90%;
  margin: 0 auto;
  padding: clamp(36px, 7vw, 84px) 0 clamp(72px, 10vw, 132px);
  scroll-margin-top: 128px;
}

.rhr-gallery__header {
  margin-bottom: clamp(24px, 4vw, 44px);
}

.rhr-gallery__header h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.rhr-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 22px);
}

.rhr-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #000;
}

.rhr-gallery img {
  width: 100%;
  height: 100%;
  min-height: clamp(180px, 18vw, 280px);
  display: block;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.rhr-gallery figure:hover img {
  filter: brightness(1.08);
  transform: scale(1.035);
}

.preparation-section {
  width: 90%;
  margin: 0 auto;
  padding: clamp(32px, 7vw, 92px) 0 clamp(80px, 11vw, 150px);
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.25fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  scroll-margin-top: 128px;
}

.preparation-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.preparation-copy p:not(.eyebrow) {
  margin: 0;
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  font-weight: 400;
  line-height: 1.5;
}

.preparation-collage {
  min-height: clamp(520px, 54vw, 720px);
  position: relative;
}

.preparation-collage__item {
  margin: 0;
  overflow: hidden;
  position: absolute;
  background: #000;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.46);
}

.preparation-collage__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.preparation-collage__item--large {
  top: 7%;
  left: 0;
  width: 64%;
  height: 58%;
}

.preparation-collage__item--top {
  top: 0;
  right: 0;
  width: 48%;
  height: 39%;
}

.preparation-collage__item--bottom {
  right: 8%;
  bottom: 0;
  width: 58%;
  height: 46%;
}

.werkschau-section {
  width: 90%;
  margin: 0 auto;
  padding: clamp(40px, 8vw, 96px) 0 clamp(84px, 12vw, 160px);
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.45fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  scroll-margin-top: 128px;
}

.werkschau-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.werkschau-copy p:not(.eyebrow) {
  margin: 0;
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  font-weight: 400;
  line-height: 1.5;
}

.werkschau-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 1.8vw, 22px);
  align-items: end;
}

.werkschau-media__hero {
  grid-column: 1 / -1;
  margin: 0;
  overflow: hidden;
  background: #000;
}

.werkschau-media__hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.werkschau-media__image {
  margin: 0;
  overflow: hidden;
  background: #000;
}

.werkschau-media__image img {
  width: 100%;
  height: clamp(180px, 19vw, 300px);
  display: block;
  object-fit: cover;
}

@media (max-width: 760px) {
  .concept-image-section img {
    height: 520px;
    object-position: 58% 36%;
  }

  .airflow-concept img {
    object-position: 52% 42%;
  }

  .concept-image-section::after {
    background:
      linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.84) 28%, rgba(0, 0, 0, 0.32) 62%, rgba(0, 0, 0, 0.08) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0));
  }

  .concept-image-section__text {
    top: clamp(88px, 18vw, 128px);
    width: 90%;
    transform: none;
  }

  .vr-video-section {
    padding: 44px 0 72px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .rhr-gallery__grid {
    grid-template-columns: 1fr;
  }

  .rhr-gallery img {
    min-height: 240px;
  }

  .preparation-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .preparation-collage {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .preparation-collage__item {
    position: static;
    width: 100%;
    height: auto;
  }

  .preparation-collage__item img {
    aspect-ratio: 4 / 3;
  }

  .werkschau-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .werkschau-media {
    grid-template-columns: 1fr;
  }

  .werkschau-media__hero img {
    aspect-ratio: 4 / 3;
  }

  .werkschau-media__image img {
    height: 260px;
  }
}
