/* English Home title: audited desktop-only five-line presentation.
   This stylesheet is enqueued only on the Home page when WordPress detects
   a non-mobile device. The original translated title remains in the DOM and
   accessible; only its visual presentation is replaced in English. */
html[lang^="en"] body.nuvo-home .hero h1 > span[data-i18n^="hero.h1"]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
html[lang^="en"] body.nuvo-home .hero h1 > .hero-en-desktop-title{
  display:block!important;
  position:static!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  clip:auto!important;
  white-space:normal!important;
  border:0!important;
}
html[lang^="en"] body.nuvo-home .hero h1 > .hero-en-desktop-title > span{
  display:block;
  width:100%;
  max-width:100%;
  white-space:nowrap;
}
