<!doctype html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Coming Soon</title>
<style>body{font-family:system-ui,sans-serif;background:#fafafa;color:#222;display:flex;align-items:center;justify-content:center;min-height:100vh;margin:0;text-align:center}main{max-width:32rem;padding:2rem}h1{font-weight:600;font-size:1.5rem;margin:0 0 .5rem}p{color:#666}</style>
</head><body><main><h1>Coming soon</h1><p>This site is being prepared. Please check back shortly.</p></main></body></html>