/* ETHNOS R128 — identité, accueil et prolongement visuel du dock. Base R127. */
html body .memberBrand{transform:translateX(calc(-50% - 15px)) !important;}
html body .memberBrandName{
  font-family:Inter,"Segoe UI",Arial,sans-serif !important;
  font-size:clamp(1.55rem,2.05vw,2.35rem) !important;
  font-weight:800 !important;
  letter-spacing:-.035em !important;
  line-height:1 !important;
}
@media(min-width:901px){
  html body .memberWorldDock{isolation:isolate !important;overflow:visible !important;}
  html body .memberWorldDock::before{
    content:"" !important;position:absolute !important;z-index:0 !important;
    top:-1px !important;bottom:-1px !important;right:100% !important;
    width:calc(var(--ethnos-search-width) + 44px) !important;
    pointer-events:none !important;
    background:linear-gradient(180deg,rgba(255,252,247,.98),rgba(255,249,240,.93)) !important;
    border-top:1px solid rgba(7,26,57,.18) !important;
    border-bottom:1px solid rgba(7,26,57,.18) !important;
    box-shadow:0 18px 45px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.88) !important;
  }
  html body .memberWorldDock > *{position:relative !important;z-index:1 !important;}
}
@media (min-width:1800px) and (max-width:2048px) and (min-height:980px) and (max-height:1150px){
  html body .bodyView-home > .bodyViewHeader{transform:translateY(-25px) !important;}
  html body .bodyView-home > .bodyViewHeader p{width:max-content !important;max-width:none !important;white-space:nowrap !important;}
}
@media(max-width:900px){html body .memberBrand{transform:translateX(-50%) !important;}}
