// Statement band — a full-width forest green pause that breaks the cream
// column. Three short stacked lines, oversized in cream Cormorant, centred,
// with generous vertical padding. One understated caption bottom-left. No CTA.
function SunSection() {
  return (
    <section className="statement" data-screen-label="Statement">
      <div className="statement__lines">
        <span className="statement__line">Cooked this week.</span>
        <span className="statement__line">Sealed Sunday morning.</span>
        <span className="statement__line">Eat with intention.</span>
      </div>
      <span className="statement__caption">Nourrir — a standing table, kept each week.</span>
    </section>
  );
}
window.SunSection = SunSection;
