/* TALANUM V2 global single-render visual law.
   Story markup is part of the initial HTML and must never be hidden waiting for JS. */
.story-visual,
.hero-transition.story-home,
.story-founding{
  visibility:visible!important;
}

/* HOME owner review: fill the visual frame with no letterboxing. */
.story-home.hero-transition .transition-base,
.story-home.hero-transition .transition-overlay img{
  left:0!important;
  top:0!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center bottom!important;
}

/* Desktop only: lower the photographed scene decisively so the monitor clears the benefit card.
   Mobile remains locked at center bottom. */
@media(min-width:901px){
  .story-home.hero-transition .transition-base,
  .story-home.hero-transition .transition-overlay img{
    object-position:center 60%!important;
  }
}
