/* PB-MAIN-0.20.1 — exact owner-supplied logo + exact agreed hero visual patch. */
/* The uploaded logo already contains its tagline; never duplicate a second tagline in the header. */
.sub-header .brand-tagline,.site-header .brand-tagline{display:none!important}
.sub-header .brand-lockup,.site-header .brand-lockup{min-width:0}
.sub-header .brand-lockup img,.site-header .brand-lockup img{
  width:clamp(310px,22.7vw,380px)!important;
  max-width:min(76vw,380px)!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:left center!important;
  display:block!important;
}
.sub-header .inner,.site-header .inner{min-height:112px;padding-top:8px;padding-bottom:8px}
/* Exact crop from the owner-approved hero reference. Keep its native framing rather than re-cropping it. */
.home-hero .inner{grid-template-columns:49% 51%;height:clamp(430px,31.65vw,529px);min-height:0!important}
.home-hero .visual{height:100%;min-height:0!important;margin-left:0!important;background:#dceaf1}
.home-hero .visual:before{display:none!important}
.home-hero .visual img{width:100%!important;height:100%!important;object-fit:fill!important;object-position:center!important;display:block!important}
@media(max-width:920px){
 .sub-header .brand-lockup img,.site-header .brand-lockup img{width:min(310px,72vw)!important;max-width:72vw!important}
 .sub-header .inner,.site-header .inner{min-height:96px}
 .home-hero .inner{grid-template-columns:1fr;height:auto}
 .home-hero .visual{height:auto!important;aspect-ratio:855/529}
 .home-hero .visual img{object-fit:fill!important}
}
@media(max-width:600px){
 .sub-header .brand-lockup img,.site-header .brand-lockup img{width:min(280px,72vw)!important}
}
