<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Recovery Rx — Coming Soon</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Instrument+Serif:ital@0;1&family=DM+Sans:wght@300;400;500&display=swap');
*{box-sizing:border-box;margin:0;padding:0}
:root{--ink:#0d0d0d;--paper:#f7f4ef;--mid:#6a6a5a;--border:#d8d4cc;--cold:#1a4a7a;--cold-l:#d4e6f7}
body{min-height:100vh;background:var(--paper);display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:'DM Sans',sans-serif;padding:40px 24px;text-align:center}
.wordmark{font-family:'Instrument Serif',serif;font-style:italic;font-size:42px;letter-spacing:-.02em;color:var(--ink);margin-bottom:8px}
.sub{font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--mid);margin-bottom:48px}
.headline{font-size:22px;font-weight:500;color:var(--ink);margin-bottom:12px;line-height:1.4;max-width:420px}
.body{font-size:15px;color:var(--mid);line-height:1.8;max-width:380px;margin-bottom:48px}
.pill{display:inline-block;font-family:'DM Mono',monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;background:var(--cold-l);color:var(--cold);padding:6px 16px;border-radius:4px;margin-bottom:48px}
.email{font-family:'DM Mono',monospace;font-size:12px;color:var(--mid);letter-spacing:.05em}
.email a{color:var(--cold);text-decoration:none}
.divider{width:40px;height:1px;background:var(--border);margin:0 auto 48px}
</style>
</head>
<body>
<div class="wordmark">Recovery Rx</div>
<div class="sub">N=1 · Evidence-based · Biohacking</div>
<div class="pill">Coming soon</div>
<div class="headline">Your daily recovery prescription.<br>Personalised. Evidence-cited.</div>
<div class="body">Recovery Rx reads your biomarker data and tells you exactly what to do — which modalities, in what order, at what temperature, and for how long.</div>
<div class="divider"></div>
<div class="email">Early access → <a href="mailto:[email protected]">[email protected]</a></div>
</body>
</html>