<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Stature — AI-powered knowledge for research-driven organizations</title>

  <meta name="description" content="Stature helps research-driven organizations interrogate their content libraries with citation-grounded AI answers.">

  <meta property="og:title" content="Stature">

  <meta property="og:description" content="AI-powered knowledge platform for research-driven organizations.">

  <meta property="og:type" content="website">

  <meta property="og:url" content="https://stature.cloud">

  <style>

    * { box-sizing: border-box; margin: 0; padding: 0; }

    body {

      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

      background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);

      color: #fff;

      min-height: 100vh;

      display: flex;

      align-items: center;

      justify-content: center;

      padding: 2rem;

      line-height: 1.5;

    }

    .container { max-width: 720px; }

    .logo {

      font-size: 0.875rem;

      letter-spacing: 0.2em;

      text-transform: uppercase;

      color: #888;

      margin-bottom: 2rem;

    }

    h1 {

      font-size: clamp(2.5rem, 6vw, 4rem);

      font-weight: 600;

      letter-spacing: -0.03em;

      margin-bottom: 1.5rem;

      line-height: 1.1;

    }

    .lede {

      font-size: 1.25rem;

      color: #b8b8c8;

      margin-bottom: 2.5rem;

      max-width: 560px;

    }

    .features {

      display: grid;

      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));

      gap: 1.5rem;

      margin-bottom: 3rem;

      padding: 1.5rem 0;

      border-top: 1px solid #2a2a3e;

      border-bottom: 1px solid #2a2a3e;

    }

    .feature h3 {

      font-size: 0.875rem;

      color: #88a8ff;

      margin-bottom: 0.5rem;

      font-weight: 500;

    }

    .feature p {

      font-size: 0.875rem;

      color: #a8a8b8;

    }

    .contact {

      font-size: 1rem;

      color: #ccc;

    }

    .contact a {

      color: #88a8ff;

      text-decoration: none;

    }

    .contact a:hover { text-decoration: underline; }

    .footer {

      color: #555;

      font-size: 0.75rem;

      margin-top: 3rem;

      letter-spacing: 0.05em;

    }

  </style>

</head>

<body>

  <div class="container">

    <div class="logo">Stature</div>

    <h1>AI-powered knowledge for research-driven organizations.</h1>

    <p class="lede">

      Citation-grounded answers from your own content. Hybrid retrieval + LLM synthesis,

      tenant-isolated by design, integration-ready via Model Context Protocol.

    </p>

    <div class="features">

      <div class="feature">

        <h3>Citation-grounded</h3>

        <p>Every claim resolved to source content in your corpus.</p>

      </div>

      <div class="feature">

        <h3>Tenant-isolated</h3>

        <p>Schema-per-tenant Postgres; your content stays yours.</p>

      </div>

      <div class="feature">

        <h3>MCP-ready</h3>

        <p>Connect Claude Desktop and other AI clients to your tenant.</p>

      </div>

    </div>

    <p class="contact">

      Early access &amp; partnership inquiries:

      <a href="mailto:hello@stature.cloud">hello@stature.cloud</a>

    </p>

    <p class="footer">

      © 2026 Stature Cloud, Inc. &nbsp;·&nbsp;

      Security: <a href="mailto:security@stature.cloud" style="color:#666;">security@stature.cloud</a>

    </p>

  </div>

</body>

</html>