/* LPITA V120: safe centering polish only. Keeps existing homepage structure. */
body.live-body.route-home .z-block-hero,
body.live-body.route-home .z-home-hero,
body.live-body.route-home .z-text-block,
body.live-body.route-home .z-home-carousel,
body.live-body.route-home .z-home-panel,
body.live-body.route-home .z-category-directory,
body.live-body.route-home .z-dual-hero{
  max-width:100%;
  overflow:hidden;
}
body.live-body.route-home .z-hero-caption{
  left:max(18px,env(safe-area-inset-left))!important;
  right:max(18px,env(safe-area-inset-right))!important;
  margin-left:auto!important;
  margin-right:auto!important;
  max-width:min(920px,calc(100vw - 40px))!important;
  text-align:center!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}
body.live-body.route-home .z-hero-caption strong,
body.live-body.route-home .z-hero-caption span,
body.live-body.route-home .z-hero-caption em{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
body.live-body.route-home .z-hero-caption span,
body.live-body.route-home .z-text-block p,
body.live-body.route-home .home-block-head p,
body.live-body.route-home .z-editorial-copy p{
  font-weight:400!important;
}
body.live-body.route-home .z-text-block,
body.live-body.route-home .home-block-head,
body.live-body.route-home .z-editorial-copy{
  padding-left:clamp(18px,4vw,72px)!important;
  padding-right:clamp(18px,4vw,72px)!important;
}
body.live-body.route-home .z-text-block h2,
body.live-body.route-home .home-block-head h2,
body.live-body.route-home .z-editorial-copy h2,
body.live-body.route-home .directory-title strong{
  max-width:min(100%,980px)!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
body.live-body.route-home .z-text-block .btn,
body.live-body.route-home .z-hero-caption em,
body.live-body.route-home .z-editorial-copy .btn{
  white-space:normal!important;
  line-height:1.25!important;
  min-width:0!important;
}
@media (max-width:760px){
  body.live-body.route-home .z-hero-caption{bottom:clamp(70px,12svh,128px)!important;max-width:calc(100vw - 32px)!important;}
  body.live-body.route-home .z-hero-caption strong{font-size:clamp(40px,15vw,78px)!important;line-height:.88!important;}
  body.live-body.route-home .z-hero-caption span{font-size:clamp(15px,4.2vw,22px)!important;line-height:1.45!important;max-width:90vw!important;}
  body.live-body.route-home .z-text-block,
  body.live-body.route-home .home-block-head,
  body.live-body.route-home .z-editorial-copy{padding-left:18px!important;padding-right:18px!important;text-align:center!important;align-items:center!important;}
}
