/* RED Batch01 and future landing pages — desktop-only section-aware header. */
@media (min-width: 1024px) {
  html body > header > nav > a.red-desktop-section-active {
    color: var(--red-v214-gold-soft, var(--accent-gold, #BEA261)) !important;
  }
  /* The existing legacy landing HOME rule forces white even when hovered.
     This more specific rule restores the same hover/focus gold as other links. */
  html body.red-batch1-landing > header > nav > a:first-child:hover,
  html body.red-batch1-landing > header > nav > a:first-child:focus-visible {
    color: var(--accent-gold, #BEA261) !important;
  }
}
