<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, nofollow">
<title>Straddern — Coming soon</title>
<style>
  :root { color-scheme: light dark; }
  * { box-sizing: border-box; }
  body {
    margin: 0; min-height: 100vh; display: flex; align-items: center; justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: #0b1120; color: #e2e8f0; text-align: center; padding: 24px;
  }
  .card { max-width: 520px; }
  .badge {
    display: inline-block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
    color: #93c5fd; border: 1px solid rgba(147,197,253,.35); border-radius: 999px;
    padding: 6px 14px; margin-bottom: 28px;
  }
  h1 { font-size: 34px; line-height: 1.15; margin: 0 0 14px; font-weight: 650; color: #f8fafc; }
  p { font-size: 16px; line-height: 1.6; margin: 0; color: #94a3b8; }
</style>
</head>
<body>
  <div class="card">
    <span class="badge">Straddern</span>
    <h1>We are building something here.</h1>
    <p>This site is under construction and will be available soon.</p>
  </div>
</body>
</html>