#p07-kv.kv-native-video-v109 {
  --kv-blue-progress: 0;
  --kv-native-media-width: min(88vw, 176.5svh, 1600px);
  --kv-native-media-height:
    min(36.8958vw, 73.9914svh, 670.8334px);
  --kv-native-media-half-height:
    min(18.4479vw, 36.9957svh, 335.4167px);
  position: relative;
  display: block;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #fcfcfc !important;
  color: #0b0b0d;
  box-sizing: border-box;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/*
 * The user-supplied high-resolution gradient is rebuilt as a resolution-
 * independent 11-stop gradient, then display-matched to the browser-decoded
 * video. Its endpoint colors extend above and below the media so the blue
 * background remains continuous at every viewport size.
 */
#p07-kv.kv-native-video-v109::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-color: transparent;
  background-image:
    linear-gradient(#4d5e84, #4d5e84),
    linear-gradient(#abbee0, #abbee0),
    linear-gradient(
      180deg,
      #4d5e84 0%,
      #56678d 10%,
      #5e7196 20%,
      #697aa0 30%,
      #7285aa 40%,
      #7c8fb4 50%,
      #8598bd 60%,
      #8ea1c3 70%,
      #98abd0 80%,
      #a2b5d7 90%,
      #abbee0 100%
    );
  background-position:
    center top,
    center bottom,
    center center;
  background-size:
    100% calc(50% - var(--kv-native-media-half-height) + 1px),
    100% calc(50% - var(--kv-native-media-half-height) + 1px),
    100% var(--kv-native-media-height);
  background-repeat: no-repeat;
  opacity: var(--kv-blue-progress);
}

#p07-kv[data-kv-state="blue-hold"] {
  --kv-blue-progress: 1;
}

.kv-native-video-v109__stage {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.kv-native-video-v109__media {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: var(--kv-native-media-width);
  aspect-ratio: 7680 / 3220;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: transparent;
}

/*
 * The silver source begins with 74 black rows. The same-color crop guard is
 * visually part of the plain white background and disappears before blue.
 */
.kv-native-video-v109__media::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5%;
  pointer-events: none;
  background: #fcfcfc;
}

#p07-kv[data-kv-state="blue-playing"]
  .kv-native-video-v109__media::after,
#p07-kv[data-kv-state="blue-hold"]
  .kv-native-video-v109__media::after {
  content: none;
}

.kv-native-video-v109__asset {
  position: absolute;
  top: -2.2981%;
  left: -.17%;
  display: block;
  width: 100.34%;
  height: auto;
  max-width: none;
  max-height: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: transparent;
  filter: none;
  mix-blend-mode: normal;
  image-rendering: auto;
}

.kv-native-video-v109__asset.is-visible {
  opacity: 1;
  visibility: visible;
}

.kv-native-video-v109__asset--silver {
  -webkit-clip-path: inset(2.4% 0 0 0);
  clip-path: inset(2.4% 0 0 0);
}

.kv-native-video-v109__video {
  z-index: 0;
}

.kv-native-video-v109__video--blue {
  z-index: 2;
  transition: none;
}

.kv-native-video-v109__video--blue.is-visible {
  opacity: var(--kv-blue-progress);
}

#p07-kv[data-kv-state="blue-playing"]
  .kv-native-video-v109__hold-frame--silver {
  opacity: 1;
  visibility: visible;
}

.kv-native-video-v109__hold-frame {
  z-index: 1;
}

.kv-native-video-v109__identity {
  position: absolute;
  z-index: 2;
  top: clamp(72px, 8vh, 94px);
  left: var(--pad);
  color: #0b0b0d;
  text-shadow: 0 0 28px rgba(255, 255, 255, .96);
  pointer-events: none;
}

.kv-native-video-v109__title {
  margin: 0;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.04em;
}

.kv-native-video-v109__meta {
  margin: 12px 0 0;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .18em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .kv-native-video-v109__identity {
    top: 26px;
    left: 22px;
  }
}
