/* LUMBOSO v1.4.9 — desktop header constrained to the page content guide */
:root{
  --lum-v149-header-max:1180px;
}

/* Desktop only: keep the complete pill between the same visual guides as the hero/search content. */
@media(min-width:1181px){
  body .lum-v146-header,
  body.lumboso-front .lum-v146-header{
    left:0!important;
    right:0!important;
    width:100%!important;
  }

  body .lum-v146-header .lum-shell,
  body.lumboso-front .lum-v146-header .lum-shell{
    width:min(var(--lum-v149-header-max),calc(100% - 64px))!important;
    max-width:var(--lum-v149-header-max)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body .lum-v146-header .lum-header-inner,
  body.lumboso-front .lum-v146-header .lum-header-inner{
    width:100%!important;
    height:62px!important;
    min-height:62px!important;
    padding:8px 12px 8px 15px!important;
    gap:9px!important;
  }

  /* Logo is intentionally compact so navigation can be readable without widening the pill. */
  body .lum-v146-header .lum-brand,
  body.lumboso-front .lum-v146-header .lum-brand{
    width:128px!important;
    min-width:128px!important;
    max-width:128px!important;
    flex:0 0 128px!important;
  }
  body .lum-v146-header .lum-brand img,
  body.lumboso-front .lum-v146-header .lum-brand img{
    max-height:40px!important;
  }

  /* Larger menu text, tighter spacing — never stretch the header to make it fit. */
  body .lum-v146-header .lum-nav,
  body .lum-v146-header .lum-v11-nav,
  body.lumboso-front .lum-v146-header .lum-nav,
  body.lumboso-front .lum-v146-header .lum-v11-nav{
    display:flex!important;
    flex:1 1 auto!important;
    min-width:0!important;
    justify-content:center!important;
    align-items:center!important;
    gap:7px!important;
    overflow:visible!important;
  }
  body .lum-v146-header .lum-nav a,
  body.lumboso-front .lum-v146-header .lum-nav a{
    font-size:10.5px!important;
    line-height:1!important;
    font-weight:500!important;
    letter-spacing:-.025em!important;
    padding:21px 0!important;
    white-space:nowrap!important;
  }

  body .lum-v146-header .lum-header-tools,
  body.lumboso-front .lum-v146-header .lum-header-tools{
    gap:5px!important;
    flex:0 0 auto!important;
    min-width:max-content!important;
  }
  body .lum-v146-header .lum-v11-tool,
  body .lum-v146-header .lum-lang-current{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
  }
  body .lum-v146-header .lum-v11-user{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    max-width:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    flex-basis:36px!important;
    aspect-ratio:1/1!important;
    border-radius:50%!important;
  }
  body .lum-v146-header .lum-v11-avatar{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    max-width:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    aspect-ratio:1/1!important;
    border-radius:50%!important;
    clip-path:circle(50% at 50% 50%)!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  body .lum-v146-header .lum-header-cta{
    height:34px!important;
    padding:0 13px!important;
    font-size:9px!important;
    white-space:nowrap!important;
  }
}

/* Slightly wider laptops still keep exactly the same centered guide. */
@media(min-width:1181px) and (max-width:1280px){
  body .lum-v146-header .lum-shell,
  body.lumboso-front .lum-v146-header .lum-shell{
    width:calc(100% - 44px)!important;
    max-width:var(--lum-v149-header-max)!important;
  }
  body .lum-v146-header .lum-nav,
  body.lumboso-front .lum-v146-header .lum-nav{
    gap:6px!important;
  }
  body .lum-v146-header .lum-nav a,
  body.lumboso-front .lum-v146-header .lum-nav a{
    font-size:10px!important;
  }
}
