/* Alternate every top-level homepage section, including the credibility strip.
   Keeping the sequence in CSS preserves it when sections move or are added. */
.homepage #main>section:nth-of-type(odd){background:#090a09}
.homepage #main>section:nth-of-type(even){background:#18251b}
.homepage #main>section.landscape-section:nth-of-type(odd)::before,
.homepage #main>section.landscape-section:nth-of-type(odd)::after{display:none}
.homepage #main>section:nth-of-type(even){--bg:#18251b;--muted:#c3cebd;--line:#40503a}
.homepage #main>section:nth-of-type(even) .hero-wave-art{mix-blend-mode:screen}
.homepage .home-faq .section-head h2{max-width:640px}
