/* Ayamen R142 — existing nav logo sizing + single-owner projects map. */

/* Use the existing header image exactly as supplied. No pseudo-logo, no forced white wordmark. */
.header .header__logo{overflow:visible!important;}
.header .header__logo-link{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  height:auto!important;
  max-width:none!important;
  overflow:visible!important;
  line-height:0!important;
}
.header .header__logo-link::after{content:none!important;display:none!important;background:none!important;}
.header .header__logo-link img.icon-logo,
.header .header__logo-link>img{
  position:static!important;
  inset:auto!important;
  width:auto!important;
  height:clamp(48px,4vw,62px)!important;
  max-width:205px!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:none!important;
  opacity:1!important;
  clip-path:none!important;
  transform:none!important;
}
@media(max-width:979px){
  .header .header__logo-link img.icon-logo,
  .header .header__logo-link>img{height:46px!important;max-width:170px!important;}
}
@media(max-width:600px){
  .header .header__logo-link img.icon-logo,
  .header .header__logo-link>img{height:43px!important;max-width:158px!important;}
}

