<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>The Orchid Continuum Project</title>
  <style>
    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      margin: 40px;
      background-color: #f8f8f8;
      color: #333;
    }
    header {
      text-align: center;
      margin-bottom: 30px;
    }
    header img {
      max-width: 250px;
      height: auto;
    }
    h1 {
      color: #5a0064;
    }
    .content {
      max-width: 800px;
      margin: 0 auto;
    }
    .mission {
      background-color: #eee;
      border-left: 4px solid #5a0064;
      padding: 15px;
      margin: 20px 0;
    }
    .donate-button {
      display: block;
      width: 220px;
      margin: 30px auto;
      background-color: #5a0064;
      color: #fff;
      text-align: center;
      padding: 14px 20px;
      font-size: 16px;
      font-weight: bold;
      border-radius: 8px;
      text-decoration: none;
    }
    .donate-button:hover {
      background-color: #790088;
    }
  </style>
</head>
<body>

  <header>
    <img src="A_logo_for_the_Orchid_Continuum_is_presented_in_th.png" alt="Orchid Continuum Logo">
    <h1>The Orchid Continuum Project</h1>
  </header>

  <div class="content">
    <p>
      The Orchid Continuum is a transformative digital initiative committed to supporting the next evolution of orchid education, conservation, and community engagement. 
      We are designing immersive, AI-powered tools for orchid growers, hobbyists, and societies worldwide — giving them access to interactive resources, dynamic plant databases, advanced photo analysis, and an evolving digital archive of orchid knowledge.
    </p>

    <div class="mission">
      <strong>Mission Statement:</strong><br>
      To cultivate a connected, informed, and inspired global orchid community through dynamic educational tools, immersive AI interfaces, and digital conservation platforms — empowering growers at every level to thrive.
    </div>

    <p>
      The Orchid Continuum will support the development of educational widgets, image recognition tools, curated cultural care data, orchid society integrations, and member-centered features like "My Orchid Collection" and interactive judging simulators. Our goal is to bridge science, passion, and preservation in a seamless online experience.
    </p>

    <a class="donate-button" href="YOUR_DONATION_LINK_HERE" target="_blank">
      Support This Project 💜
    </a>
  </div>

</body>
</html>