/* /real-estate-agents — agent directory.

   The header carries the navy band treatment: flat #14306e with the
   triangular hairline lattice (see .claude/skills/brand). It runs from the
   top of the page because the shared navbar_home is a transparent overlay
   until 50px of scroll — the header's own top padding clears it. */
.agents-hero {
  background-color: #14306e;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 30px),
    repeating-linear-gradient(60deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 30px),
    repeating-linear-gradient(-60deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 30px);
}

/* The white-backdrop patch behind the logo is gone: this page passes
   on_dark: true to navbars/_navbar_home, so the transparent bar now carries the
   white-font lockup and reads on the navy hero without a backdrop. */
