/* T99 — deterministic device video, clearer Arabic title, refined mobile logo. */

/* Keep the last letter and its dots outside any tight glyph box. */
#home .hero h1{
  font-family:"Noto Kufi Arabic","Tajawal","Cairo",sans-serif !important;
  font-feature-settings:"kern" 1,"liga" 1,"calt" 1 !important;
  font-kerning:normal !important;
  text-rendering:geometricPrecision !important;
  overflow:visible !important;
  line-height:1.24 !important;
  padding-bottom:.18em !important;
}

@media (min-width:921px){
  body.unified-header-home #home .hero h1{
    line-height:1.18 !important;
    padding-bottom:.16em !important;
  }
}

@media (max-width:760px){
  /* Smaller and higher: clear of the bright architectural strip, while retaining
     comfortable separation from the fixed mobile header. */
  #home .hero-logo-stage{
    transform:translateY(-30px) !important;
  }

  #home .main-logo{
    width:min(146px,34vw) !important;
    max-width:146px !important;
    filter:
      drop-shadow(0 12px 23px rgba(0,0,0,.44))
      drop-shadow(0 0 7px rgba(2,12,25,.34)) !important;
  }

  #home .hero h1{
    line-height:1.24 !important;
    padding:2px 4px .22em !important;
  }
}

@media (max-width:760px) and (max-height:780px){
  #home .hero-logo-stage{transform:translateY(-23px) !important;}
  #home .main-logo{width:min(136px,33vw) !important;max-width:136px !important;}
}
