/* SIMETRA — Home page (index.html) styles */

.hero{ position:relative; width:100%; height:100vh; overflow:hidden; }
.hero video{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  filter: saturate(1.02) brightness(0.97);
}
.hero::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(14,13,12,0.5) 0%, rgba(14,13,12,0) 26%, rgba(14,13,12,0) 74%, rgba(14,13,12,0.4) 100%);
  pointer-events:none;
}
