1{{- /* Full-bleed animated cloud band (clouds.js); context = the wordmark text */ -}}
2<div class="home-hero" data-cloud-hero="{{ . }}">
3 <canvas class="home-hero__canvas" aria-hidden="true"></canvas>
4</div>
5{{- /* Reserve the band's space before first paint (CLS); no-JS still collapses. */}}
6<script>document.currentScript.previousElementSibling.classList.add("home-hero--on");</script>