/* Preserve the existing design while making section navigation predictable. */
#lynx-section .lynx-intro-headline { margin: 0; }
#lynx-section-nav .strategy-button[aria-current="page"] {
    outline: 1px solid rgba(255, 255, 255, .8);
    outline-offset: 4px;
}
#lynx-section-nav .strategy-button:focus-visible {
    outline: 2px solid white;
    outline-offset: 5px;
}
html.lynx-swup-enabled { overflow-anchor: none; }
html.lynx-swup-enabled.is-changing { scroll-behavior: auto !important; }
#lynx-hero .gm-style .gm-style-iw-c { background-color: #8f8e86; }
#lynx-properties-map[aria-busy="true"] { background: #f9f0df; }
.lynx-visually-hidden {
    position: absolute; width: 1px; height: 1px; padding: 0;
    margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0);
    white-space: nowrap; border: 0;
}
