/* NIR floating navigation dock — matched to NIR_Furniture_Two_Models.zip */
@media (min-width:1051px){
  .site-header,
  .site-header.is-solid{
    background:transparent !important;
    border-bottom-color:transparent !important;
    box-shadow:none !important;
  }

  .site-header.is-past-note{top:8px}

  .nav-shell{
    width:min(1320px,calc(100% - 48px));
    height:70px;
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:24px;
  }

  .brand{
    justify-self:start;
    min-width:0;
  }

  .desktop-nav{
    justify-self:center;
    margin:0;
    display:flex;
    align-items:center;
    gap:4px;
    padding:5px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.06);
    -webkit-backdrop-filter:blur(20px);
    backdrop-filter:blur(20px);
    box-shadow:0 14px 42px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.055);
  }

  .desktop-nav a{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:0 18px;
    border-radius:999px;
    color:rgba(255,255,255,.74);
    font-family:var(--sans);
    font-size:12px;
    font-weight:500;
    line-height:1;
    transition:background .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease;
  }

  .desktop-nav a:hover,
  .desktop-nav a.active{
    color:#1f2418;
    background:linear-gradient(135deg,#f5e2be,#e9c48b);
    box-shadow:0 7px 20px rgba(233,196,139,.16);
    transform:translateY(-1px);
  }

  .nav-actions{
    justify-self:end;
  }
}
