/* Mobile navigation contrast and focus repair. */
@media (max-width: 800px) {
  .site-header nav {
    background: #15191a;
    border-bottom-color: #303637;
    box-shadow: 0 18px 30px rgba(0, 0, 0, .22);
  }

  .site-header nav a { color: #f7f7f2; }
  .site-header nav a:not(.nav-cta) { border-bottom: 1px solid rgba(247, 247, 242, .13); }
  .site-header nav .cart-trigger { width: 100%; justify-content: space-between; margin-top: 10px; }
  .site-header nav a:focus-visible,
  .site-header .menu-toggle:focus-visible { outline: 2px solid #f2a33d; outline-offset: 4px; }
}
