html,body{max-width:100%;overflow-x:hidden}
#logo{opacity:1!important;visibility:visible!important}

/* The recovered home-page brand graphic contains the removed phone number in
   its bottom print line. Clip only that line while preserving the artwork. */
body.home #main-content .et_pb_section_1 .et_pb_image_0 .et_pb_image_wrap{
  display:block;
  overflow:hidden;
}
body.home #main-content .et_pb_section_1 .et_pb_image_0 img{
  clip-path:inset(0 0 4% 0);
}

/* Keep white internal-page titles legible over the recovered waterfront hero. */
body:not(.home) #main-content .et_pb_section_0.et_pb_with_background,
body.page-id-50384 #main-content .et_pb_fullwidth_header_0{
  background-position:center 48%!important;
  background-size:cover!important;
}
body:not(.home) #main-content .et_pb_section_0.et_pb_with_background:before,
body.page-id-50384 #main-content .et_pb_fullwidth_header_0:before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.34);
  pointer-events:none;
}
body:not(.home) #main-content .et_pb_section_0.et_pb_with_background>.et_pb_row,
body.page-id-50384 #main-content .et_pb_fullwidth_header_0>.et_pb_fullwidth_header_container{
  position:relative;
  z-index:1;
}
