@charset "utf-8";
/* CSS Document */
.mcwLrHeroIntro {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}

.mcwLrHeroIntro__media,
.mcwLrHeroIntro__maskLayer,
.mcwLrHeroIntro__logoStage,
.mcwLrHeroIntro__shade,
.mcwLrHeroIntro__content {
  position: absolute;
  inset: 0;
}

.mcwLrHeroIntro__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.mcwLrHeroIntro__maskLayer {
  z-index: 2;
  pointer-events: none;
}

.mcwLrHeroIntro__maskSvg {
  width: 100%;
  height: 100%;
  display: block;
}

.mcwLrHeroIntro__shade {
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(
      to right,
      rgba(0,0,0,0.34) 0%,
      rgba(0,0,0,0.12) 28%,
      rgba(0,0,0,0.04) 52%,
      rgba(0,0,0,0.14) 100%
    );
  opacity: 0;
}

.mcwLrHeroIntro__logoStage {
  z-index: 4;
  pointer-events: none;
}

.mcwLrHeroIntro__logoMover {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(80vw, 1400px);
  transform: translate(-50%, -50%);
  transform-origin: center center;
  will-change: transform, opacity;
}

.mcwLrHeroIntro__logo {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(0.98);
  transform-origin: center center;
  filter: drop-shadow(0 10px 28px rgba(0,0,0,0.18));
  will-change: transform, opacity;
}

.mcwLrHeroIntro__content {
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(24px, 4vw, 72px);
  pointer-events: none;
}

.mcwLrHeroIntro__bars {
  width: min(760px, 70vw);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mcwLrHeroIntro__bar {
  display: inline-flex;
  align-self: flex-start;
  padding: 14px 20px;
  background: rgba(255,255,255,0.88);
  color: #111;
  line-height: 1.15;
  font-weight: 700;
  box-shadow: 0 14px 32px rgba(0,0,0,0.16);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transform: translateX(-120px);
  will-change: transform, opacity;
  pointer-events: auto;
}

.mcwLrHeroIntro__bar--1 {
  font-size: clamp(24px, 2.25vw, 40px);
  letter-spacing: 0.01em;
}

.mcwLrHeroIntro__bar--2 {
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 600;
}

.mcwLrHeroIntro__bar--3 {
  font-size: clamp(15px, 1vw, 19px);
  font-weight: 600;
}

.mcwLrHeroIntro.is-final .mcwLrHeroIntro__shade {
  opacity: 1;
}

.mcwLrHeroIntro.is-final .mcwLrHeroIntro__logoMover {
  left: auto;
  top: auto;
  right: clamp(32px, 4vw, 80px);
  bottom: clamp(100px, 3vw, 150px);
  width: min(48vw, 850px);
  transform: none;
}

@media (max-width: 1199px) {
  .mcwLrHeroIntro__bars {
    width: min(720px, 78vw);
  }
}

@media (max-width: 991px) {
  .mcwLrHeroIntro {
    min-height: 82vh;
  }

  .mcwLrHeroIntro__content {
    align-items: flex-end;
    padding: 20px 16px 24px;
  }

  .mcwLrHeroIntro__bars {
    width: 100%;
    gap: 10px;
  }

  .mcwLrHeroIntro__bar {
    padding: 12px 14px;
  }

  .mcwLrHeroIntro__logoMover {
    width: min(58vw, 320px);
  }

  .mcwLrHeroIntro.is-final .mcwLrHeroIntro__logoMover {
    right: 14px;
    bottom: 20px;
    width: min(42vw, 260px);
  }
}

@media (max-width: 640px) {
  .mcwLrHeroIntro__bar--1 {
    font-size: clamp(20px, 6vw, 28px);
  }

  .mcwLrHeroIntro__bar--2 {
    font-size: clamp(14px, 4vw, 17px);
  }

  .mcwLrHeroIntro__bar--3 {
    font-size: clamp(13px, 3.7vw, 15px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mcwLrHeroIntro__logo,
  .mcwLrHeroIntro__logoMover,
  .mcwLrHeroIntro__bar,
  .mcwLrHeroIntro__maskFill,
  .mcwLrHeroIntro__shade {
    transition: none !important;
    animation: none !important;
  }
}
