<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>心相学 — Coming Soon</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  color: #d4af6e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}
.wrap { max-width: 560px; }
.brand { font-family: "Noto Serif JP", serif; font-size: clamp(48px, 10vw, 96px); font-weight: 700; letter-spacing: 0.1em; margin-bottom: 16px; }
.tagline { font-size: clamp(14px, 3vw, 18px); opacity: 0.8; margin-bottom: 48px; line-height: 1.8; }
.coming { font-size: clamp(20px, 4vw, 28px); letter-spacing: 0.3em; margin-bottom: 24px; }
.note { font-size: 12px; opacity: 0.5; line-height: 1.6; }
.divider { width: 80px; height: 1px; background: #d4af6e; margin: 32px auto; opacity: 0.4; }
</style>
</head>
<body>
<div class="wrap">
  <div class="brand">心相学</div>
  <div class="tagline">顔と生まれが、その人の心相を物語る。</div>
  <div class="divider"></div>
  <div class="coming">Coming Soon</div>
  <div class="note">占い師の方向け SaaS は準備中です。<br>B2C 心相診断は <a href="https://kokoroso.com" style="color: #d4af6e;">kokoroso.com</a> で。</div>
</div>
</body>
</html>