/* BEGIN AK2027 responsive video captions */
#sp-home-sldier .mcwAK2025Loop { position: relative; }
#sp-home-sldier .mcwVideoCaptions {
  position: absolute;
  inset: auto 0 13%;
  z-index: 3;
  padding: 0 clamp(16px, 4vw, 64px);
  pointer-events: none;
  text-align: center;
}
#sp-home-sldier .mcwVideoCaptions p {
  max-width: 26ch;
  margin: 0 auto;
  font-size: clamp(1.5rem, 3vw, 3.25rem);
  font-weight: 700;
  line-height: 1.18;
  color: #ff79f3;
  text-shadow: 0 2px 3px #251022, 0 0 12px rgba(0, 0, 0, .85);
  text-wrap: balance;
  overflow-wrap: break-word;
  hyphens: none;
}
#sp-home-sldier .mcwVideoCaptions [hidden] { display: none !important; }
#sp-home-sldier .mcwVideoTranscript {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 992px) {
  #sp-home-sldier .mcwVideoCaptions p { font-size: clamp(2.5rem, 3.8vw, 4rem); }
}
@media (max-width: 575px) {
  #sp-home-sldier .mcwVideoCaptions { bottom: 12%; }
}
@media (max-height: 500px) and (orientation: landscape) {
  #sp-home-sldier .mcwVideoCaptions { bottom: 5%; }
  #sp-home-sldier .mcwVideoCaptions p { font-size: clamp(1.125rem, 3vw, 1.75rem); }
}
/* END AK2027 responsive video captions */

/* Keep the brand clear of the speaker once captions begin. */
#sp-home-sldier .mcwLoop00 h1 { transition: font-size 180ms ease; }
#sp-home-sldier .mcwVideoSpeaking .mcwLoop00 h1 {
  font-size: clamp(1.125rem, 2.1vw, 2.25rem);
  line-height: 1.2;
  text-align: right;
}
@media (max-width: 639px) {
  #sp-home-sldier .mcwVideoSpeaking .mcwLoop00 h1 {
    font-size: clamp(1rem, 4.4vw, 1.125rem);
    padding-right: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #sp-home-sldier .mcwLoop00 h1 { transition: none; }
}

/* Permanent StickTo notice below the homepage title. */
#sp-home-sldier .mcwVideoStickTo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  margin: 16px 0 0 auto;
  color: #fff;
  text-decoration: none;
}
#sp-home-sldier .mcwVideoStickTo p {
  margin: 0;
  max-width: 23ch;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.25;
  text-align: right;
  hyphens: none;
}
#sp-home-sldier .mcwVideoStickTo strong { display: block; font-weight: 700; }
#sp-home-sldier .mcwVideoStickTo strong span { white-space: nowrap; }
#sp-home-sldier .mcwVideoStickTo img {
  display: block;
  width: clamp(110px, 13vw, 180px);
  height: auto;
  flex-shrink: 0;
  background: #fff;
  border-radius: 3px;
}
#sp-home-sldier .mcwVideoStickTo:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 5px;
}
@media (max-width: 639px) {
  #sp-home-sldier .mcwVideoStickTo { margin: 14px auto 0; padding: 0 12px; gap: 10px; }
}
