/* V7 motion embed — one consolidated hero film, scoped to the editorial page. */
.motion-embed {
  position: relative;
  isolation: isolate;
  background: linear-gradient(145deg, #e9e4de 0%, #ddd5cb 100%);
}

.motion-embed iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.hero__stage.motion-embed--hero {
  min-height: 0;
  border-color: rgba(25, 25, 28, .11);
  box-shadow: 0 24px 80px rgba(44, 36, 27, .07);
}

.filmsec__video.motion-embed--system,
.filmsec__video.motion-embed--journey {
  border-color: rgba(25, 25, 28, .11);
  box-shadow: 0 24px 80px rgba(44, 36, 27, .07);
}

.motion-embed__summary {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 760px) {
  .hero__stage.motion-embed--hero,
  .filmsec__video.motion-embed--system,
  .filmsec__video.motion-embed--journey {
    aspect-ratio: 4 / 5;
    border-radius: 20px;
  }

  .hero__stage.motion-embed--hero { margin-top: 64px; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-embed iframe { visibility: visible; }
}
