<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, nofollow">
<title>Bientôt disponible</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{min-height:100vh;display:grid;place-items:center;padding:2rem;background:radial-gradient(1200px 600px at 50% -10%,#1b2130,#0d1017 60%);color:#e8eaed;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.card{max-width:34rem;text-align:center}
.eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#9aa0a6;margin-bottom:1.5rem}
.dot{width:.5rem;height:.5rem;border-radius:50%;background:#22c55e;box-shadow:0 0 0 .28rem rgba(34,197,94,.16)}
h1{font-size:clamp(2rem,6vw,3rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.1rem}
.domain{color:#8ab4f8}
p{color:#aeb3ba;font-size:1.08rem;line-height:1.65;max-width:26rem;margin:0 auto}
footer{margin-top:2.75rem;font-size:.82rem;color:#5f6570}
</style>
</head>
<body>
<main class="card">
<div class="eyebrow"><span class="dot"></span>Site en préparation</div>
<h1>Bientôt disponible</h1>
<p><span class="domain">worksmotor.re</span> accueillera prochainement un nouveau projet. Merci de revenir un peu plus tard.</p>
<footer>Emmanuel Grondin</footer>
</main>
</body>
</html>