/* V50 — final mobile header reset. Must load after every page stylesheet. */
@media (max-width:800px) {
  .site-shell-header {
    display:block !important;
    width:100% !important;
    height:108px !important;
    min-height:108px !important;
    max-height:108px !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    border-bottom:1px solid #d8d0c4 !important;
  }
  .site-shell-header .site-shell-inner {
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    width:100% !important;
    height:108px !important;
    padding:0 20px !important;
  }
  .site-shell-brand {
    display:flex !important;
    align-items:center !important;
    height:58px !important;
    min-height:58px !important;
    padding:0 !important;
    font-size:19px !important;
  }
  .site-shell-links {
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    align-items:center !important;
    width:100% !important;
    height:42px !important;
    min-height:42px !important;
    margin:0 !important;
    padding:0 !important;
    gap:0 !important;
    border:0 !important;
    border-top:1px solid #d8d0c4 !important;
    border-bottom:0 !important;
  }
  .site-shell-links a {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:42px !important;
    min-height:42px !important;
    margin:0 !important;
    padding:0 2px !important;
    border:0 !important;
  }

  /* Home: same geometry, transparent, locked to the top of the hero. */
  .nav.wrap {
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:60 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    width:100% !important;
    height:108px !important;
    margin:0 !important;
    padding:0 20px !important;
    border:0 !important;
    background:transparent !important;
  }
  .nav .brand {
    display:flex !important;
    align-items:center !important;
    height:58px !important;
    min-height:58px !important;
    padding:0 !important;
  }
  .nav .links {
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    align-items:center !important;
    width:100% !important;
    height:42px !important;
    min-height:42px !important;
    margin:0 !important;
    padding:0 !important;
    gap:0 !important;
    border:0 !important;
    border-top:1px solid rgba(255,255,255,.62) !important;
    border-bottom:0 !important;
  }
  .nav .links a,
  .nav .links a:nth-child(n) {
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:42px !important;
    min-height:42px !important;
    margin:0 !important;
    padding:0 2px !important;
    border:0 !important;
  }
}
