
/* GURABA HERO + PRETTY URL FIX V3 START */
.site-header .brand{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:hidden !important;
}
.site-header .brand img{
  width:190px !important;
  max-width:190px !important;
  height:auto !important;
  max-height:58px !important;
  object-fit:contain !important;
  object-position:left center !important;
}
.site-footer .footer-brand img{
  width:210px !important;
  max-width:100% !important;
  height:auto !important;
  max-height:90px !important;
  object-fit:contain !important;
  object-position:left center !important;
}
.mobile-menu > img{
  width:210px !important;
  max-width:76vw !important;
  height:auto !important;
  max-height:90px !important;
  object-fit:contain !important;
}
body.home .hero-visual{
  position:relative !important;
  min-height:clamp(560px,56.3vw,760px) !important;
  height:clamp(560px,56.3vw,760px) !important;
  background:#fbf6ed url('/assets/design/images/01_hero_slide_full.png') center top / cover no-repeat !important;
  overflow:hidden !important;
  isolation:isolate !important;
}
body.home .hero-visual > img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center top !important;
  opacity:0 !important;
  pointer-events:none !important;
  z-index:-1 !important;
}
body.home .hero-visual::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:linear-gradient(90deg,rgba(255,250,242,.12),rgba(255,250,242,0) 45%) !important;
}
body.home .hero-links a{z-index:4 !important}
.page-hero .breadcrumb a,
.breadcrumb a{color:inherit;text-decoration:none}
@media(max-width:1100px){
  .site-header{grid-template-columns:210px 1fr auto auto !important;padding-inline:28px !important}
  .site-header .brand img{width:170px !important;max-width:170px !important}
}
@media(max-width:820px){
  .site-header{height:76px !important;display:flex !important;padding:0 20px !important}
  .site-header .brand img{width:158px !important;max-width:158px !important;max-height:54px !important}
  body.home .hero-visual{
    min-height:610px !important;
    height:610px !important;
    background-size:auto 100% !important;
    background-position:center top !important;
  }
  body.home .hero-links{display:none !important}
}
@media(max-width:520px){
  body.home .hero-visual{
    min-height:560px !important;
    height:560px !important;
    background-size:auto 100% !important;
    background-position:center top !important;
  }
}
@media(min-width:1440px){
  body.home .hero-visual{height:760px !important}
}
/* GURABA HERO + PRETTY URL FIX V3 END */
