/* Loaded after the legacy stylesheet so all modern browsers render a true full-bleed hero. */
.hero,
.page-hero{
  width:100% !important;
  margin:0 !important;
  border-radius:0 !important;
}

/* No secondary hero fade on desktop: the page-to-page crossfade is the only animation. */
@media (width > 850px){
  .choma-motion-ready .hero__image,
  .choma-motion-ready .page-hero__image,
  .choma-motion-ready .page-hero__image img,
  .choma-motion-ready .realization-hero__media,
  .choma-motion-ready .hero__copy,
  .choma-motion-ready .page-hero__copy{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
}

::view-transition-old(root),
::view-transition-new(root){
  border-radius:0 !important;
}
