<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Doppelshot</title>
  <meta name="description" content="Your AI double. Photos, singing videos and a trained twin of you, from one selfie. Coming soon.">
  <meta name="robots" content="noindex">
  <link rel="icon" type="image/png" href="/favicon.png">
  <meta property="og:title" content="Doppelshot">
  <meta property="og:description" content="Your AI double. Photos, singing videos and a trained twin of you, from one selfie.">
  <meta property="og:image" content="https://doppelshot.com/icon.png">
  <style>
    :root { color-scheme: dark; }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    html, body { height: 100%; }
    body {
      background: #131a22;
      color: #f4f6fa;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 32px 16px;
    }
    main { max-width: 560px; }
    img.logo { width: 220px; max-width: 70vw; height: auto; margin-bottom: 40px; }
    h1 { font-size: clamp(28px, 6vw, 44px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 16px; }
    p { font-size: 18px; line-height: 1.5; color: #b8c0cc; }
    .soon {
      display: inline-block;
      margin-top: 28px;
      padding: 10px 18px;
      border: 1px solid #6d28d9;
      border-radius: 999px;
      color: #c4b5fd;
      font-size: 14px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    footer { margin-top: 48px; font-size: 14px; color: #7c8797; }
    footer a { color: #c4b5fd; text-decoration: none; }
    footer a:hover { text-decoration: underline; }
  </style>
</head>
<body>
  <main>
    <img class="logo" src="/logo-dark.png" alt="Doppelshot">
    <h1>Your AI double.</h1>
    <p>Photos, singing videos and a trained twin of you, from one selfie.</p>
    <span class="soon">Coming soon</span>
    <footer>Follow <a href="https://x.com/doppelshot">@doppelshot</a> on X</footer>
  </main>
</body>
</html>
