// MANIFESTO. The Roar. Dedicated section between Hero and Services.
// 5 movements + photo placeholder + closing tercet. Rules between movements.

function Manifesto() {
  return (
    <section className="section manifesto" id="manifesto">
      <div className="container">
        <Reveal as="div" className="manifesto__head">
          <Eyebrow>A Declaration</Eyebrow>
        </Reveal>

        <Reveal as="div" className="manifesto__opening" delay={80}>
          <p className="manifesto__opening-lede">
            There are souls who crawl to Earth to chase careers.
          </p>
        </Reveal>

        <Reveal as="div" className="manifesto__movement" delay={80}>
          <p className="manifesto__paragraph">
            I came to shatter the forgetting with dragonfire and angelic thunder.
          </p>
          <p className="manifesto__paragraph">
            I am here to raise the frequency of a planet chained by fear, division, distortion, and lies until the very Earth trembles and remembers her glory.
          </p>
          <p className="manifesto__paragraph">
            Beneath the ashes lies the Original Blueprint, radiant, untouchable, eternal. I came to burn away the veil and restore it in full flame.
          </p>
        </Reveal>

        <hr className="manifesto__rule" aria-hidden="true"/>

        <Reveal as="div" className="manifesto__movement" delay={80}>
          <p className="manifesto__paragraph">
            Through planetary gridwork and living Stargates I breathe fire into the Earth's sacred veins until they blaze alive again.
          </p>
          <p className="manifesto__paragraph">
            Through energetic healing, consciousness activation, and fierce spiritual restoration I melt distortion, sear away bondage, and return humanity to its blazing sovereignty.
          </p>
          <p className="manifesto__paragraph">
            I descend where the call ignites, ancient lands, sacred waters, forgotten temples, a winged storm of light and power working with the living heart of the planet and the undying spirit of Man.
          </p>
        </Reveal>

        <hr className="manifesto__rule" aria-hidden="true"/>

        <Reveal as="div" className="manifesto__lineage" delay={80}>
          <p className="manifesto__lineage-names">
            Arcturian. Lyran. Sirian. Lemurian. Atlantean. Dragon. Inner Earth. Elohim.
          </p>
          <p className="manifesto__lineage-blood">
            These are not echoes. These are my living bloodlines, rising like infernos to midwife the New Earth.
          </p>
        </Reveal>

        <hr className="manifesto__rule" aria-hidden="true"/>

        <Reveal as="div" className="manifesto__movement" delay={80}>
          <p className="manifesto__paragraph manifesto__paragraph--soft">
            Yet the future does not belong only to those awakening now.
          </p>
          <p className="manifesto__display">
            It belongs to the children.
          </p>
          <p className="manifesto__paragraph">
            The children who still arrive crowned in stars, eyes wide with original wonder, before fear clips their wings, before the world teaches them to dim their fire.
          </p>
          <p className="manifesto__paragraph manifesto__paragraph--soft">
            This is why I create:
          </p>
          <p className="manifesto__paragraph">
            Spiritually awakened children's books, symbols, music - that blaze seeds of pure remembrance planted deep in their hearts; courage like dragons, intuition like starlight, compassion like angelic grace, imagination without limits.
          </p>
        </Reveal>

        <hr className="manifesto__rule" aria-hidden="true"/>

        <Reveal as="div" className="manifesto__closing" delay={120}>
          <p>The Earth remembers.</p>
          <p>The children remember.</p>
          <p>And humanity will rise, roaring, to remember with them.</p>
        </Reveal>
      </div>
    </section>
  );
}

window.Manifesto = Manifesto;
