About

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>MaERA Distribution | About</title>
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
  <link rel="stylesheet" href="styles.css">
</head>
<body>
  <header>
    <div class="container nav-container">
      <a href="index.html" class="logo"><span class="logo-text">MAERA</span></a>
      <ul class="nav-links"><li><a href="index.html">Home</a></li><li><a href="films.html">Films</a></li><li><a href="talent.html">Talent</a></li><li><a href="about.html">About</a></li><li><a href="services.html">Services</a></li><li><a href="investors.html">Investors</a></li><li><a href="news.html">News</a></li><li><a href="contact.html">Contact</a></li><li><a href="submit.html">Submit</a></li><li><a href="login.html" class="btn-outline">Login</a></li></ul>
    </div>
  </header>
  <main>
    <div class="container">
      <h2 class="section-title">Independent Cinema. Global Reach.</h2>
      <p style="font-size: 1.125rem; margin-bottom: 2rem;">MaERA is a next-generation film distribution company dedicated to bringing bold, uncompromising stories from emerging markets to the world.</p>
      <div class="grid-2">
        <div><h3 style="margin-bottom: 0.5rem;">Our Story</h3><p style="color: #9a9aa3;">Founded on the belief that geography should not dictate a film's cultural impact, MaERA was built to bridge the gap between vital independent cinema and global audiences. For too long, masterpieces from the MENA region, Asia, and Africa have struggled to find robust distribution networks outside the festival circuit. We exist to change that math. By treating every film as an event and leveraging data-driven release strategies, we ensure that groundbreaking cinema finds its audience, wherever they are.</p></div>
        <div><h3 style="margin-bottom: 0.5rem;">Mission & Vision</h3><p style="color: #9a9aa3;"><strong>Our Mission:</strong> To elevate independent storytelling through precise, muscular distribution strategies that rival major studio campaigns.<br><br><strong>Our Vision:</strong> A decentralized, globally connected cinema landscape where a film's success is determined by its artistic merit, not its origin.</p></div>
      </div>
      <div class="grid-3" style="margin-top: 2rem;">
        <div class="card"><h4>Global Positioning</h4><p style="color: #9a9aa3;">We don't limit releases by territory unless strategically necessary. We build global awareness from day one.</p></div>
        <div class="card"><h4>Filmmaker First</h4><p style="color: #9a9aa3;">Transparent accounting, collaborative marketing, and a deep respect for the creator's vision.</p></div>
        <div class="card"><h4>AI + Web3 Future</h4><p style="color: #9a9aa3;">Pioneering the use of audience sentiment algorithms and blockchain rights management to modernize distribution.</p></div>
      </div>
    </div>
  </main>
  <footer class="footer"><div class="container"><p>© 2025 MaERA Distribution. All rights reserved.</p></div></footer>
</body>
</html>