/* SafaSoch V10.15.1 — Homepage Video Visibility Hotfix
   The source training clip is portrait (9:16). Earlier homepage rules forced it
   into a shallow landscape crop. Keep the complete training frame visible. */
body.page-index .ss1014-hero-split figure{
  grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr)!important;
}
body.page-index .ss1014-hero-split video{
  display:block!important;
  width:100%!important;
  height:360px!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:
    linear-gradient(rgba(3,44,35,.46),rgba(3,44,35,.46)),
    url('../images/real-proof/hero-real-training-poster.webp') center center / cover no-repeat!important;
}
body.page-index .ss1014-hero-split video::-webkit-media-controls{
  opacity:1;
}
@media(max-width:760px){
  body.page-index .ss1014-hero-split figure{grid-template-columns:1fr!important}
  body.page-index .ss1014-hero-split video{height:min(480px,68vh)!important}
}
@media(max-width:520px){
  body.page-index .ss1014-hero-split video{height:min(420px,62vh)!important}
}
