/* FINAL RECOVERY PASS — navigation spacing only. */
@media (min-width: 901px) {
  .nav-shell{
    width:min(1640px,96vw)!important;
    min-height:98px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:clamp(18px,2vw,34px)!important;
    padding-inline:clamp(8px,1vw,18px)!important;
  }
  .brand{flex:0 0 auto!important;display:flex!important;align-items:center!important}
  .brand img{width:136px!important;height:82px!important;object-fit:contain!important}
  .menu-toggle{display:none!important}
  .nav{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    flex:1 1 auto!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:clamp(18px,1.5vw,28px)!important;
    padding:0!important;
    background:transparent!important;
    transform:none!important;
    transform-origin:initial!important;
    opacity:1!important;
    pointer-events:auto!important;
    white-space:nowrap!important;
  }
  .nav-links{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:clamp(14px,1.15vw,22px)!important;
    min-width:0!important;
  }
  .nav-links>a,.nav-links>button{
    width:auto!important;
    min-width:0!important;
    padding:14px 2px!important;
    border:0!important;
    border-bottom:0!important;
    font-size:clamp(14px,1vw,16px)!important;
    letter-spacing:.035em!important;
    line-height:1!important;
    flex:0 0 auto!important;
  }
  .nav-actions{
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    margin-left:clamp(6px,.8vw,14px)!important;
    flex:0 0 auto!important;
  }
  .nav-actions .watch-live,.nav-actions .cart-open{
    width:auto!important;
    min-width:126px!important;
    height:52px!important;
    padding:0 16px!important;
    border-bottom:0!important;
    font-size:14px!important;
    flex:0 0 auto!important;
  }
}
@media (min-width: 901px) and (max-width: 1180px) {
  .nav-shell{width:min(100%,98vw)!important;gap:12px!important;padding-inline:4px!important}
  .brand img{width:104px!important;height:68px!important}
  .nav{gap:10px!important}
  .nav-links{gap:8px!important}
  .nav-links>a,.nav-links>button{font-size:13px!important;letter-spacing:.015em!important;padding-inline:1px!important}
  .nav-actions{gap:8px!important;margin-left:2px!important}
  .nav-actions .watch-live,.nav-actions .cart-open{min-width:104px!important;height:48px!important;padding:0 9px!important;font-size:13px!important}
}
