<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Curatome &mdash; coming soon</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
  body { font-family: system-ui, -apple-system, sans-serif; background: #fafaf7; color: #2a2a2a;
         display: grid; place-items: center; min-height: 100vh; margin: 0; }
  main { max-width: 560px; padding: 2rem; text-align: center; }
  h1 { font-weight: 500; font-size: clamp(1.75rem, 4vw, 2.5rem); margin: 0 0 1rem; }
  p  { line-height: 1.6; color: #5a5a5a; }
  a  { color: #5a5a5a; }
</style>
</head>
<body>
<main>
  <h1>Curatome</h1>
  <p>Care coordination for families. The marketing site is on its way.</p>
  <p>The application is at <a href="https://curatome.app">curatome.app</a>.</p>
</main>
</body>
</html>