/* SIGNTECH_HEADER_V60 — final desktop header isolation */
@media (min-width:901px){
  .site-header,
  .site-header.scrolled,
  .site-header.solid{
    height:88px!important;
    overflow:visible!important;
    border:0!important;
    box-shadow:none!important;
  }

  .header-inner{
    width:min(100% - 64px,1680px)!important;
    height:88px!important;
    display:flex!important;
    grid-template-columns:none!important;
    grid-template-rows:none!important;
    gap:14px!important;
    align-items:center!important;
    justify-content:flex-start!important;
  }

  .header-inner>.brand{
    flex:0 0 190px!important;
  }

  .nav{
    position:static!important;
    grid-area:auto!important;
    display:flex!important;
    flex:1 1 auto!important;
    min-width:0!important;
    width:auto!important;
    height:88px!important;
    align-items:center!important;
    justify-content:center!important;
    gap:clamp(10px,1vw,18px)!important;
    overflow:visible!important;
    border:0!important;
    background:transparent!important;
  }

  .nav a,
  .nav a:first-child{
    flex:0 0 auto!important;
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    padding:12px 0!important;
    border:0!important;
    background:transparent!important;
    white-space:nowrap!important;
  }

  .nav a:hover,
  .nav a[aria-current="page"]{
    border:0!important;
    background:transparent!important;
  }

  .nav a::after{display:none!important}

  .desktop-staff-desk{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-height:38px!important;
    padding:9px 11px!important;
    border:1px solid #d8c7dc!important;
    background:#f5edf6!important;
    color:#6f3e7c!important;
    font-size:10px!important;
    font-weight:800!important;
    line-height:1!important;
    letter-spacing:.03em!important;
    white-space:nowrap!important;
  }

  .desktop-staff-desk::before{
    content:"🔒";
    margin-right:6px!important;
    font-size:11px!important;
  }

  html[dir="rtl"] .desktop-staff-desk::before{
    margin-right:0!important;
    margin-left:6px!important;
  }

  .language-control,
  .header-cta{
    flex:0 0 auto!important;
    margin:0!important;
  }

  .menu{display:none!important}
}

@media (min-width:901px) and (max-width:1180px){
  .header-inner{width:calc(100% - 36px)!important;gap:9px!important}
  .header-inner>.brand{flex-basis:160px!important}
  .nav{gap:8px!important}
  .nav a{font-size:10px!important}
  .desktop-staff-desk{
    width:38px!important;
    padding:0!important;
    font-size:0!important;
  }
  .desktop-staff-desk::before{margin:0!important;font-size:12px!important}
}

@media (max-width:900px){
  .desktop-staff-desk{display:none!important}
}
