:root {
  --mmsh-gold: #eeaa21;
  --mmsh-white: #fff;
  --mmsh-black: #050505;
  --mmsh-display: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  --mmsh-body: "Inter", Arial, Helvetica, sans-serif;
}

.mmsh,
.mmsh * {
  box-sizing: border-box;
}

.mmsh {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--mmsh-white);
  font-family: var(--mmsh-body);
  line-height: 1.4;
}

/* Enfold kann für verlinkte Bildflächen eigene Pfeil-/Overlay-Symbole ergänzen.
   Innerhalb dieser Section werden diese Theme-Overlays bewusst unterdrückt. */
.mmsh .image-overlay,
.mmsh .image-overlay-inside,
.mmsh .image-overlay-inside::before,
.mmsh .avia-image-overlay-wrap > .image-overlay {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  content: none !important;
}

.mmsh--full-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.mmsh__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  height: max(var(--mmsh-min-height, 680px), calc(100svh - var(--mmsh-header-offset, 88px)));
  max-height: 920px;
  min-height: var(--mmsh-min-height, 680px);
  overflow: hidden;
  isolation: isolate;
  background: var(--mmsh-black);
}

.mmsh__panel {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--mmsh-white) !important;
  text-decoration: none !important;
  outline-offset: -5px;
  isolation: isolate;
}

.mmsh__panel::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image: var(--mmsh-panel-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1.002);
  transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .5s ease;
}

.mmsh__panel--photo::before {
  background-position: 42% center;
}

.mmsh__panel--ai::before {
  background-position: 52% center;
}

.mmsh__panel:hover::before,
.mmsh__panel:focus-visible::before {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.02);
}

.mmsh__panel--photo {
  border-right: 1px solid rgba(255,255,255,.16);
}

.mmsh__wash {
  position: absolute;
  z-index: -2;
  inset: 0;
  pointer-events: none;
}

.mmsh__wash--photo {
  background:
    linear-gradient(180deg, rgba(0,0,0,.26) 0%, rgba(0,0,0,.04) 25%, rgba(0,0,0,0) 53%, rgba(0,0,0,.12) 72%, rgba(0,0,0,.4) 100%),
    linear-gradient(90deg, rgba(0,0,0,.12), transparent 30%, transparent 73%, rgba(0,0,0,.14));
}

.mmsh__wash--ai {
  background:
    linear-gradient(180deg, rgba(2,9,18,.28) 0%, rgba(2,9,18,.02) 27%, rgba(2,9,18,0) 55%, rgba(2,9,18,.1) 74%, rgba(2,9,18,.4) 100%),
    linear-gradient(90deg, rgba(2,9,18,.1), transparent 30%, transparent 70%, rgba(2,9,18,.1));
}

.mmsh__panel-title {
  position: absolute;
  z-index: 12;
  top: clamp(28px, 4.2vh, 46px);
  margin: 0;
  color: var(--mmsh-white) !important;
  font-family: var(--mmsh-display) !important;
  font-size: clamp(54px, 5.45vw, 96px) !important;
  font-weight: 400 !important;
  line-height: .88 !important;
  letter-spacing: .015em !important;
  text-transform: uppercase;
  -webkit-text-stroke: 0;
  paint-order: normal;
  text-shadow:
    0 3px 5px rgba(0,0,0,.96),
    0 10px 28px rgba(0,0,0,.78);
}

.mmsh__panel-title--photo {
  left: clamp(28px, 4vw, 64px);
}

.mmsh__panel-title--ai {
  right: clamp(28px, 4vw, 64px);
  text-align: right;
}

.mmsh__headline-shell {
  position: absolute;
  z-index: 8;
  top: clamp(138px, 20vh, 184px);
  left: 50%;
  width: min(970px, calc(100% - 120px));
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
}

.mmsh__headline-shell::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -30px -60px -40px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,.54) 0%, rgba(0,0,0,.28) 45%, rgba(0,0,0,0) 76%);
  pointer-events: none;
}

.mmsh__eyebrow {
  margin: 0 0 8px !important;
  color: var(--mmsh-gold) !important;
  font-family: var(--mmsh-body) !important;
  font-size: clamp(11px, .88vw, 14px) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: .19em !important;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0,0,0,.62);
}

.mmsh__headline {
  margin: 0 !important;
  color: var(--mmsh-white) !important;
  font-family: var(--mmsh-display) !important;
  font-size: clamp(39px, 4.82vw, 81px) !important;
  font-weight: 400 !important;
  line-height: .93 !important;
  letter-spacing: .018em !important;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 12px 36px rgba(0,0,0,.48);
}

.mmsh__panel-copy {
  position: absolute;
  z-index: 6;
  bottom: clamp(112px, 15vh, 148px);
  width: min(380px, calc(100% - 70px));
  color: rgba(255,255,255,.98) !important;
  font-family: var(--mmsh-body) !important;
  font-size: clamp(17px, 1.25vw, 22px) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: -.018em !important;
  text-shadow: 0 5px 20px rgba(0,0,0,.72);
}

.mmsh__panel-copy--photo {
  left: clamp(28px, 4vw, 64px);
}

.mmsh__panel-copy--ai {
  right: clamp(28px, 4vw, 64px);
  text-align: right;
}

.mmsh__button {
  position: absolute;
  z-index: 6;
  bottom: clamp(38px, 5.7vh, 58px);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-width: 222px;
  min-height: 52px;
  padding: 12px 18px 12px 24px;
  border: 1px solid var(--mmsh-gold);
  border-radius: 6px;
  background: rgba(4,4,4,.22);
  color: var(--mmsh-gold) !important;
  font-family: var(--mmsh-body) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: .055em !important;
  text-transform: uppercase;
  backdrop-filter: blur(3px);
  transition: transform .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease;
}

.mmsh__button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mmsh__button--photo {
  left: clamp(28px, 4vw, 64px);
}

.mmsh__button--ai {
  right: clamp(28px, 4vw, 64px);
}

.mmsh__panel:hover .mmsh__button,
.mmsh__panel:focus-visible .mmsh__button {
  transform: translateY(-2px);
  background: var(--mmsh-gold);
  color: #070707 !important;
  box-shadow: 0 14px 32px rgba(0,0,0,.24);
}

.mmsh__cards {
  position: absolute;
  z-index: 7;
  inset: 0;
  pointer-events: none;
}

.mmsh__card {
  position: absolute;
  display: block;
  width: clamp(132px, 11.5vw, 186px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 8px;
  background: #09141d;
  box-shadow: 0 20px 42px rgba(0,0,0,.38);
  opacity: 0;
  will-change: transform, opacity;
}

.mmsh__card img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover;
  box-shadow: none !important;
}

.mmsh__card--before {
  top: clamp(70px, 9vh, 102px);
  right: clamp(118px, 15vw, 188px);
  transform: translate3d(240px,-150px,0) rotate(20deg) scale(.72);
}

.mmsh__card--after {
  top: clamp(186px, 24vh, 260px);
  right: clamp(24px, 2.6vw, 44px);
  width: clamp(142px, 12.3vw, 198px);
  transform: translate3d(280px,105px,0) rotate(34deg) scale(.68);
}

.mmsh__card-arrow {
  position: absolute;
  top: clamp(106px, 13vh, 142px);
  right: clamp(44px, 6vw, 86px);
  width: clamp(70px, 7.4vw, 116px);
  height: auto;
  opacity: 0;
  transform: translate3d(24px,-10px,0) scale(.9);
  will-change: transform, opacity;
}

.mmsh.is-active .mmsh__card--before {
  animation: mmsh-card-before 1.02s cubic-bezier(.16,.84,.23,1.13) .18s both;
}

.mmsh.is-active .mmsh__card--after {
  animation: mmsh-card-after 1.08s cubic-bezier(.16,.84,.23,1.13) .36s both;
}

.mmsh.is-active .mmsh__card-arrow {
  animation: mmsh-arrow .5s ease-out 1.08s both;
}

@keyframes mmsh-card-before {
  0% { opacity: 0; transform: translate3d(240px,-150px,0) rotate(20deg) scale(.72); }
  72% { opacity: 1; transform: translate3d(-8px,5px,0) rotate(-12deg) scale(1.03); }
  100% { opacity: 1; transform: translate3d(0,0,0) rotate(-9deg) scale(1); }
}

@keyframes mmsh-card-after {
  0% { opacity: 0; transform: translate3d(280px,105px,0) rotate(34deg) scale(.68); }
  72% { opacity: 1; transform: translate3d(-9px,-4px,0) rotate(8deg) scale(1.035); }
  100% { opacity: 1; transform: translate3d(0,0,0) rotate(9deg) scale(1); }
}

@keyframes mmsh-arrow {
  from { opacity: 0; transform: translate3d(24px,-10px,0) scale(.9); }
  to { opacity: 1; transform: translate3d(0,0,0) scale(1); }
}

.mmsh__scroll {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 26px;
  width: 66px;
  height: 66px;
  margin: 0 0 0 -33px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.mmsh__scroll span {
  position: absolute;
  inset: 5px;
  display: block;
  border: 2px solid rgba(255,255,255,.95);
  border-radius: 50%;
  background: rgba(0,0,0,.24);
  box-shadow: 0 10px 30px rgba(0,0,0,.24);
  transition: transform .2s ease, background .2s ease;
}

.mmsh__scroll span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  width: 2px;
  height: 17px;
  margin-left: -1px;
  background: #fff;
}

.mmsh__scroll span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 27px;
  width: 10px;
  height: 10px;
  margin-left: -6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.mmsh__scroll:hover span,
.mmsh__scroll:focus-visible span {
  transform: translateY(3px);
  background: rgba(0,0,0,.42);
}

@media (max-width: 1260px) {
  .mmsh__headline-shell {
    width: min(800px, calc(100% - 96px));
  }
  .mmsh__panel-copy {
    width: min(320px, calc(100% - 60px));
  }
}

@media (max-width: 980px) {
  .mmsh--full-bleed {
    width: 100vw;
    max-width: 100vw;
  }

  .mmsh__hero {
    display: block;
    height: auto;
    max-height: none;
    min-height: 0;
  }

  .mmsh__panel {
    min-height: clamp(340px, 43svh, 430px);
  }

  .mmsh__panel--photo {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .mmsh__panel--photo::before {
    background-position: 30% 46%;
  }

  .mmsh__panel--ai::before {
    background-position: 50% 42%;
  }

  /* Mobile: Claim wie in Version 1.1 direkt über dem ersten Bild. */
  .mmsh__headline-shell {
    position: absolute;
    z-index: 8;
    top: 18px;
    left: 24px;
    width: min(700px, calc(100% - 48px));
    transform: none;
    padding: 0;
    background: transparent;
    border: 0;
    text-align: left;
    pointer-events: none;
  }

  .mmsh__headline-shell::before {
    display: block;
    inset: -18px -22px -28px;
    background: linear-gradient(180deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.3) 52%, rgba(0,0,0,0) 100%);
  }

  .mmsh__eyebrow {
    display: none;
  }

  .mmsh__headline {
    max-width: 850px;
    font-size: clamp(32px, 7.5vw, 58px) !important;
    line-height: .93 !important;
    text-shadow: 0 8px 24px rgba(0,0,0,.68);
  }

  .mmsh__panel-title {
    top: 18px;
    left: 24px;
    right: auto;
    font-size: clamp(48px, 10.8vw, 72px) !important;
    text-align: left;
    -webkit-text-stroke: 0;
    text-shadow:
      0 3px 5px rgba(0,0,0,.96),
      0 10px 26px rgba(0,0,0,.78);
  }

  /* Auf Mobilgeräten ersetzt der Claim die separate FOTOBOX-Beschriftung. */
  .mmsh__panel-title--photo {
    display: none;
  }

  .mmsh__panel--ai .mmsh__panel-title {
    top: 18px;
  }

  .mmsh__panel-copy,
  .mmsh__panel-copy--photo,
  .mmsh__panel-copy--ai {
    left: 24px;
    right: auto;
    bottom: 82px;
    width: min(330px, calc(100% - 48px));
    text-align: left;
  }

  .mmsh__panel-copy--ai {
    width: min(54%, 310px);
  }

  .mmsh__button,
  .mmsh__button--photo,
  .mmsh__button--ai {
    left: 24px;
    right: auto;
    bottom: 20px;
    min-height: 48px;
  }

  .mmsh__scroll {
    display: none;
  }

  .mmsh__card--before {
    top: 58px;
    right: 112px;
    width: clamp(92px, 20vw, 140px);
  }

  .mmsh__card--after {
    top: 126px;
    right: 14px;
    width: clamp(98px, 22vw, 150px);
  }

  .mmsh__card-arrow {
    top: 76px;
    right: 32px;
    width: clamp(50px, 11vw, 76px);
  }
}

@media (max-width: 620px) {
  .mmsh__panel {
    min-height: clamp(330px, 42svh, 390px);
  }

  .mmsh__headline-shell {
    top: 14px;
    left: 18px;
    width: calc(100% - 36px);
    padding: 0;
  }

  .mmsh__headline {
    font-size: clamp(29px, 9vw, 42px) !important;
    line-height: .95 !important;
  }

  .mmsh__panel-title {
    top: 14px;
    left: 18px;
    font-size: clamp(44px, 13vw, 60px) !important;
  }

  .mmsh__panel--ai .mmsh__panel-title {
    top: 14px;
  }

  .mmsh__panel-copy,
  .mmsh__panel-copy--photo,
  .mmsh__panel-copy--ai {
    left: 18px;
    bottom: 74px;
    width: min(285px, calc(100% - 36px));
    font-size: 15px !important;
    line-height: 1.38 !important;
  }

  .mmsh__panel-copy--ai {
    width: min(52%, 235px);
  }

  .mmsh__button,
  .mmsh__button--photo,
  .mmsh__button--ai {
    left: 18px;
    bottom: 16px;
    min-width: 182px;
    min-height: 44px;
    padding: 10px 16px 10px 20px;
    font-size: 13px !important;
  }

  .mmsh__card {
    border-width: 3px;
  }

  .mmsh__card--before {
    top: 52px;
    right: 92px;
    width: 88px;
  }

  .mmsh__card--after {
    top: 118px;
    right: 10px;
    width: 96px;
  }

  .mmsh__card-arrow {
    top: 68px;
    right: 18px;
    width: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mmsh__panel::before,
  .mmsh__button,
  .mmsh__scroll span {
    transition: none !important;
  }

  .mmsh__card,
  .mmsh__card-arrow,
  .mmsh.is-active .mmsh__card,
  .mmsh.is-active .mmsh__card-arrow {
    animation: none !important;
    opacity: 1 !important;
  }

  .mmsh__card--before {
    transform: rotate(-9deg) !important;
  }

  .mmsh__card--after {
    transform: rotate(9deg) !important;
  }

  .mmsh__card-arrow {
    transform: none !important;
  }
}
