/* Lorne & Vale · English security page. Loaded after security-page.css.
   The English screenshot of the security settings is typographically tighter
   than the French one, so the band that excludes the deployment notices (the
   "3 protections are built but not switched on" banner above, the "signing is
   not configured" line below) is shorter. The hero window is therefore less
   tall, and the phone, which is anchored to that window's bottom edge, would
   otherwise reach up into the trust row. A slightly smaller phone and a little
   more air above the stage keep them apart at every desktop width. */
@media (min-width:901px){
  .sxhero .hero__stage{margin-top:clamp(72px,8vw,120px)}
  .sxhero .stage__phone{--pw:clamp(190px,17vw,250px)}
}
