<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Psychedelia Retreats</title>
  <meta name="robots" content="noindex, nofollow">
  <style>
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      font-family: 'Helvetica Neue', Arial, sans-serif;
      background-color: #f6f4ee;
      color: #2f4f4f;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      padding: 2rem;
    }
    .container {
      text-align: center;
      max-width: 480px;
    }
    h1 {
      font-size: 1.75rem;
      font-weight: 600;
      margin-bottom: 1rem;
      color: #273a3a;
    }
    p {
      font-size: 1.05rem;
      line-height: 1.6;
      color: #4a6a6a;
      margin-bottom: 0.75rem;
    }
    a {
      color: #d68060;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }
    .imprint {
      margin-top: 2.5rem;
      padding-top: 1.5rem;
      border-top: 1px solid #cec1a3;
      font-size: 0.85rem;
      color: #6a8a8a;
      line-height: 1.5;
    }
    .imprint strong {
      color: #4a6a6a;
    }
  </style>
</head>
<body>
  <div class="container">
    <h1>Psychedelia Retreats</h1>
    <p>This website is currently unavailable. For inquiries, please contact us at <a href="mailto:info@psychedelia-retreats.com">info@psychedelia-retreats.com</a>.</p>

    <div class="imprint">
      <strong>Imprint</strong><br>
      Novuni BV · Karveelweg 20, 6222NH Maastricht, Netherlands<br>
      KvK: 94485771 · VAT: NL866794785B01
    </div>
  </div>
</body>
</html>
