/* global React */
function ManifestoPage() {
  return (
    <section className="container manifesto-page" data-screen-label="02 Manifesto">
      <p className="eyebrow">manifesto</p>
      <h1 className="section-title">A short statement of intent.</h1>
      <p className="lead">
        We build technology around a simple thesis. Consciousness exists. It evolves by lowering its entropy. The mechanism is love, cooperation, and care. Everything we make is checked against that.
      </p>

      <p>
        The conspansive cycle is older than us — alternating phases of inner expansion and requantization, an information system breathing in and out. We did not invent the idea. We took the shape of the cycle as our mark because it reminds us what business we are in.
      </p>

      <p>
        We do not chase growth, hype, or noise. Those are forms of entropy. We chase signal&nbsp;— the small, durable improvements in how beings care for each other. If our work makes one cycle quieter, one choice kinder, one decision less afraid, we have done it.
      </p>

      <hr />

      <p>
        You don't have to start where we did to be going the same way. If something here resonates, we are on the same side. Write to us when the work calls for it.
      </p>
    </section>
  );
}

window.ManifestoPage = ManifestoPage;
