/* Ayamen R141 — nav logo, distinct Rabab covers, Arabic projects-map hardening. */

/* Header logo: slightly larger. Preserve the original symbol colors; render the lower wordmark white. */
.header .header__logo{overflow:visible!important;}
.header .header__logo-link{
  position:relative!important;display:block!important;
  width:clamp(178px,11.5vw,218px)!important;height:76px!important;
  max-width:none!important;overflow:visible!important;line-height:0!important;
}
.header .header__logo-link img.icon-logo,
.header .header__logo-link>img{
  position:absolute!important;inset:0!important;width:100%!important;height:100%!important;
  max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center!important;
  filter:none!important;opacity:1!important;clip-path:inset(0 0 28% 0)!important;
}
.header .header__logo-link::after{
  content:""!important;display:block!important;position:absolute!important;inset:0!important;pointer-events:none!important;
  background:url('/assets/logo/ayamen-logo.svg?v=r141') center/contain no-repeat!important;
  filter:brightness(0) invert(1)!important;clip-path:inset(69% 0 0 0)!important;
}
@media(max-width:979px){
  .header .header__logo-link{width:clamp(142px,37vw,170px)!important;height:62px!important;}
}
@media(max-width:600px){
  .header .header__logo-link{width:148px!important;height:58px!important;}
}

