#p06.emotion-editorial-v94 {
  background: #fff;
}

#p06.emotion-editorial-v94 .emotion-editorial-v92__intro {
  position: relative;
  display: block;
  height: 190svh;
  min-height: 0;
  padding: 0;
  background: #fff;
}

.emotion-editorial-v94__stage {
  --p06-image-opacity: 1;
  --p06-image-scale: 1.012;
  --p06-copy-opacity: 1;
  --p06-copy-y: 0px;
  --p06-index-opacity: 1;
  --p06-white-opacity: 0;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
  background: #030303;
}

.emotion-editorial-v94__stage::before,
.emotion-editorial-v94__stage::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.emotion-editorial-v94__stage::before {
  z-index: 1;
  background:
    radial-gradient(circle at 14% 9%, rgba(238, 205, 205, .92), transparent 44%),
    radial-gradient(circle at 88% 18%, rgba(226, 215, 212, .7), transparent 39%),
    linear-gradient(145deg, #cab8cd 0%, #aebde6 53%, #7f9fd4 100%);
  mix-blend-mode: multiply;
  opacity: var(--p06-image-opacity);
}

.emotion-editorial-v94__stage::after {
  z-index: 4;
  background: #fff;
  opacity: var(--p06-white-opacity);
}

.emotion-editorial-v94__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
  filter: saturate(.86) contrast(1.06) brightness(.84);
  opacity: var(--p06-image-opacity);
  transform: scale(var(--p06-image-scale));
  transform-origin: center;
  transition: opacity 80ms linear;
  user-select: none;
  pointer-events: none;
}

.emotion-editorial-v94__stage .emotion-editorial-v92__copy {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: clamp(58px, 8vh, 88px);
  width: min(82vw, 920px);
  max-width: 920px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .72);
  opacity: 0;
  transform: translate(-50%, 22px);
  transition:
    opacity 520ms ease,
    transform 760ms cubic-bezier(.22, 1, .36, 1);
}

.emotion-editorial-v94__stage.is-ready .emotion-editorial-v92__copy {
  opacity: var(--p06-copy-opacity);
  transform: translate(-50%, var(--p06-copy-y));
}

.emotion-editorial-v94__stage .emotion-editorial-v92__copy .kicker {
  margin: 0;
  color: #fff;
  font-size: 11px;
  letter-spacing: .2em;
}

.emotion-editorial-v94__stage .emotion-editorial-v92__copy h2 {
  width: auto;
  max-width: none;
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 450;
  white-space: nowrap;
}

.emotion-editorial-v94__stage .emotion-editorial-v92__copy h2 br {
  display: none;
}

.emotion-editorial-v94__stage .emotion-editorial-v92__copy > p:last-child {
  width: min(74vw, 650px);
  max-width: 650px;
  margin: 18px auto 0;
  color: #fff;
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.58;
  text-align: center;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .78);
}

.emotion-editorial-v94__stage .emotion-editorial-v92__index,
.emotion-editorial-v94__stage .emotion-editorial-v92__page-no {
  z-index: 3;
  color: #fff;
  mix-blend-mode: normal;
  opacity: var(--p06-index-opacity);
  text-shadow: 0 1px 12px rgba(0, 0, 0, .5);
}

@media (max-width: 760px) {
  #p06.emotion-editorial-v94 .emotion-editorial-v92__intro {
    height: 155svh;
  }

  .emotion-editorial-v94__stage {
    min-height: 0;
  }

  .emotion-editorial-v94__background {
    object-position: 50% 6%;
  }

  .emotion-editorial-v94__stage .emotion-editorial-v92__copy {
    bottom: clamp(54px, 8svh, 76px);
    width: calc(100% - 36px);
  }

  .emotion-editorial-v94__stage .emotion-editorial-v92__copy h2 {
    max-width: 10.5em;
    margin-inline: auto;
    font-size: clamp(28px, 7.8vw, 34px);
    white-space: normal;
  }

  .emotion-editorial-v94__stage .emotion-editorial-v92__copy h2 br {
    display: initial;
  }

  .emotion-editorial-v94__stage .emotion-editorial-v92__copy > p:last-child {
    width: min(88vw, 34em);
    margin-top: 14px;
    font-size: 12px;
  }

  .emotion-editorial-v94__stage .emotion-editorial-v92__index {
    top: 24px;
    right: 18px;
    gap: 11px;
    font-size: 8px;
  }

  .emotion-editorial-v94__stage .emotion-editorial-v92__page-no {
    right: 18px;
    bottom: 20px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #p06.emotion-editorial-v94 .emotion-editorial-v92__intro {
    height: 100svh;
  }

  .emotion-editorial-v94__stage {
    position: relative;
  }

  .emotion-editorial-v94__background,
  .emotion-editorial-v94__stage .emotion-editorial-v92__copy {
    transition: none;
  }
}
