// ─────────────────────────────────────────────────────────
//  Manifesto — strong POV between Hero and Audit
// ─────────────────────────────────────────────────────────

function Manifesto() {
  return (
    <section className="section shell manifesto" data-screen-label="Manifesto">
      <div>
        <div className="kicker">§Manifesto · The studio's position</div>
      </div>

      <p className="manifesto-text">
        We don&rsquo;t make websites.<br/>
        We engineer <em>digital assets</em> —<br/>
        instruments built to capture<br/>
        intent in <em>milliseconds</em>,<br/>
        route signal in <em>seconds</em>,<br/>
        and compound advantage<br/>
        <span className="ghost">for years.</span>
      </p>

      <div className="manifesto-sig">
        <span>§ Studio principle №01</span>
        <span className="l">Rohit Sharma · Founder · 2026</span>
        <span>WebBrandify · Jammu · Worldwide</span>
      </div>
    </section>
  );
}

window.Manifesto = Manifesto;
