/* Show the first screen immediately; retain motion below it. */
.lh .fu, .lh .hero-visual-in, .breyn-hero .fu, .rental-hero .fu, .page-hero .fu { animation:none; opacity:1; transform:none; }
.landing-paths { display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:20px;line-height:1.6;font-size:14px; }
.landing-paths a { color:var(--ink);text-decoration:underline;text-underline-offset:4px; }
.lh .landing-paths a { color:#fff; }

/* Scroll reveal also targets the entire hero after DOMContentLoaded. */
.lh.reveal, .breyn-hero.reveal, .page-hero.reveal { opacity:1;transform:none;transition:none; }
