function Hero() {
  return (
    <section className="ez-hero">
      <div className="ez-hero-inner">
        <div>
          <div className="eyebrow">Boutique Software Engineering · est. 2005</div>
          <h1>Restoring order to systems.</h1>
          <span className="accent-tagline">in order to succeed</span>
          <p className="lede">EntropyZero builds scalable, secure, high-performance systems for complex enterprise needs. We bridge software engineering and data science — turning entropy into clarity.</p>
          <div className="actions">
            <a href="mailto:info@ent0.com" className="ez-btn ez-btn-primary">Talk to a consultant</a>
            <a href="capability-statement.html" className="ez-btn ez-btn-outline">Capabilities statement</a>
          </div>
        </div>
        <div className="ez-hero-mark">
          <HeroLogoConvergence />
        </div>
      </div>
    </section>
  );
}
window.Hero = Hero;
