/* Loaded from <head> so link colours are correct on first paint —
   before this, un-styled anchors flashed the browser default blue. */
a, a:link, a:visited, a:active { color: #C6AF85; text-decoration: none; }
a:hover { color: #D8C7A4; }
header a, header a:link, header a:visited,
nav a, nav a:link, nav a:visited { color: #F5F1E9; }


/* Short viewports: hide the hero scroll cue so it can't collide with the fixed enquire bar */
@media (max-height: 700px) {
  .ldr-mv a[href="#instructrice"] { display: none !important; }
}
