// Manifesto teaser — Blueprint Navy band, pull quote with CTA to manifesto.html
function ManifestoTeaser() {
  return (
    <section className="gjf-manifesto-teaser" id="manifesto">
      <div className="gjf-manifesto-teaser-inner">
        <div className="gjf-manifesto-teaser-side">
          <span className="gjf-manifesto-teaser-label">The Manifesto</span>
          <div className="gjf-manifesto-teaser-rule"></div>
          <p className="gjf-manifesto-teaser-pull">
            We call for a <em>higher standard</em> of civilisation.
          </p>
          <span className="gjf-manifesto-teaser-cite">
            Mandana Harrison &amp; LadyJAI · 2026
          </span>
        </div>
        <div className="gjf-manifesto-teaser-side">
          <p className="gjf-manifesto-teaser-body">
            Global Justice exists because justice cannot remain fragmented between sympathy and structure,
            between values and enforcement, between moral language and institutional reality. We reject
            managed decline. We reject the performance of concern in place of the architecture of change.
          </p>
          <p className="gjf-manifesto-teaser-body">
            The manifesto sets out the first principles, the five foundational elements, and the pillars
            of application that govern our work — the unfinished work of civilisation.
          </p>
          <a href="manifesto.html" className="gjf-btn gjf-btn-gold-outline gjf-manifesto-teaser-cta">
            Read the Manifesto
            <svg viewBox="0 0 24 24" width="14" height="14" fill="none" stroke="currentColor" strokeWidth="1.6">
              <path d="M5 12h14M13 5l7 7-7 7"></path>
            </svg>
          </a>
        </div>
      </div>
    </section>
  );
}
window.GJF_ManifestoTeaser = ManifestoTeaser;
