@media screen {
  body.cgm-landing .cgm-hero.cgm-hero-slider {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: #071b2d;
    color: #fff;
    isolation: isolate;
  }

  body.cgm-landing .cgm-hero.cgm-hero-slider::after {
    content: none;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-slides,
  body.cgm-landing .cgm-hero-slider .cgm-hero-slide,
  body.cgm-landing .cgm-hero-slider .cgm-hero-shade {
    position: absolute;
    inset: 0;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-slides {
    z-index: 0;
    background: #071b2d;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-slide {
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 1100ms ease;
    will-change: opacity;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-slide.is-active {
    opacity: 1;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-slide--scheibenkommando {
    background-image: url("../images/landing/hero/hero-scheibenkommando.jpg");
    background-position: center 52%;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-slide--grosser-plan {
    background-image: url("../images/landing/hero/hero-grosser-plan.jpg");
    background-position: center 52%;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-slide--heidekaserne {
    background-image: url("../images/landing/hero/hero-heidekaserne.jpg");
    background-position: center 54%;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-slide--artillerie {
    background-image: url("../images/landing/hero/hero-artillerie-cd-kaserne.jpg");
    background-position: center 50%;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-slide--casino {
    background-image: url("../images/landing/hero/hero-casino-2.jpg");
    background-position: center 55%;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-slide--reichswehr {
    background-image: url("../images/landing/hero/hero-reichswehr-cd-kaserne.jpg");
    background-position: center 52%;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-slide--flugunfall {
    background-image: url("../images/landing/hero/hero-flugunfall-scheuen-1918.jpg");
    background-position: center 58%;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-slide--vampire {
    background-image: url("../images/landing/hero/hero-raf-vampire-wietzenbruch.jpg");
    background-position: center 58%;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-shade {
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg,
        rgba(4, 16, 28, 0.96) 0%,
        rgba(4, 16, 28, 0.90) 30%,
        rgba(4, 16, 28, 0.73) 47%,
        rgba(4, 16, 28, 0.38) 67%,
        rgba(4, 16, 28, 0.12) 82%,
        rgba(4, 16, 28, 0.04) 100%),
      linear-gradient(0deg,
        rgba(4, 16, 28, 0.48) 0%,
        rgba(4, 16, 28, 0.06) 34%,
        rgba(4, 16, 28, 0.03) 100%);
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 700px;
    display: flex;
    align-items: center;
    padding-top: 54px;
    padding-bottom: 86px;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-copy {
    width: min(720px, 68%);
    max-width: none;
    margin: 0;
    padding: 0;
    color: #fff;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-copy .cgm-kicker {
    margin-bottom: 12px;
    color: #d3bd88;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-copy h1 {
    max-width: 720px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(42px, 4.8vw, 66px);
    line-height: 1.01;
    letter-spacing: -0.035em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.46);
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-copy p {
    max-width: 690px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.90);
    font-size: 15px;
    line-height: 1.55;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.62);
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-copy .cgm-lede {
    max-width: 680px;
    margin-top: 0;
    color: #fff;
    font-size: clamp(18px, 1.55vw, 21px);
    line-height: 1.36;
    font-weight: 500;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-controls {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 24px;
    left: 0;
    display: flex;
    align-items: center;
    gap: 13px;
    pointer-events: none;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-controls button {
    pointer-events: auto;
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font: inherit;
    cursor: pointer;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-arrow {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.58) !important;
    border-radius: 50%;
    color: #fff;
    font-family: "Hind", sans-serif;
    font-size: 25px;
    line-height: 1;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-arrow:hover,
  body.cgm-landing .cgm-hero-slider .cgm-hero-arrow:focus-visible {
    border-color: #fff !important;
    background: rgba(255, 255, 255, 0.13);
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-prev:hover {
    transform: translateX(-2px);
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-next:hover {
    transform: translateX(2px);
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-dots {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-dot {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 0.92) !important;
    border-radius: 50%;
    background: transparent !important;
    transition: background-color 160ms ease, transform 160ms ease;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-dot:hover,
  body.cgm-landing .cgm-hero-slider .cgm-hero-dot:focus-visible {
    transform: scale(1.2);
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-dot.is-active {
    background: #fff !important;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-arrow:focus-visible,
  body.cgm-landing .cgm-hero-slider .cgm-hero-dot:focus-visible {
    outline: 2px solid #d3bd88;
    outline-offset: 3px;
  }
}

@media screen and (max-width: 900px) {
  body.cgm-landing .cgm-hero.cgm-hero-slider,
  body.cgm-landing .cgm-hero-slider .cgm-hero-inner {
    min-height: 760px;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-shade {
    background:
      linear-gradient(90deg,
        rgba(4, 16, 28, 0.94) 0%,
        rgba(4, 16, 28, 0.86) 56%,
        rgba(4, 16, 28, 0.48) 100%),
      linear-gradient(0deg,
        rgba(4, 16, 28, 0.52) 0%,
        rgba(4, 16, 28, 0.12) 42%,
        rgba(4, 16, 28, 0.08) 100%);
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-inner {
    display: flex;
    padding-top: 44px;
    padding-bottom: 82px;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-copy {
    width: min(690px, 88%);
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-copy h1 {
    font-size: clamp(38px, 7vw, 58px);
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-slide {
    background-position-x: 56%;
  }
}

@media screen and (max-width: 620px) {
  body.cgm-landing .cgm-hero.cgm-hero-slider,
  body.cgm-landing .cgm-hero-slider .cgm-hero-inner {
    min-height: 910px;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-shade {
    background:
      linear-gradient(90deg,
        rgba(4, 16, 28, 0.92) 0%,
        rgba(4, 16, 28, 0.80) 72%,
        rgba(4, 16, 28, 0.58) 100%),
      linear-gradient(0deg,
        rgba(4, 16, 28, 0.60) 0%,
        rgba(4, 16, 28, 0.20) 48%,
        rgba(4, 16, 28, 0.12) 100%);
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-inner {
    padding-top: 34px;
    padding-bottom: 78px;
    align-items: flex-start;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-copy {
    width: 100%;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-copy h1 {
    font-size: clamp(35px, 10.5vw, 48px);
    line-height: 1.02;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-copy p {
    font-size: 14px;
    line-height: 1.5;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-copy .cgm-lede {
    font-size: 17px;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-slide {
    background-position-x: 60%;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-controls {
    bottom: 18px;
    gap: 10px;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-arrow {
    width: 32px;
    height: 32px;
    font-size: 23px;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-dots {
    gap: 8px;
  }

  body.cgm-landing .cgm-hero-slider .cgm-hero-dot {
    width: 9px;
    height: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.cgm-landing .cgm-hero-slider .cgm-hero-slide,
  body.cgm-landing .cgm-hero-slider .cgm-hero-arrow,
  body.cgm-landing .cgm-hero-slider .cgm-hero-dot {
    transition: none;
  }
}
