<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="This site is currently under construction.">
    <title>Under Construction</title>
    <style>
        body {
            margin: 0;
            min-height: 100vh;
            display: grid;
            place-items: center;
            background: #f7f7f2;
            color: #1c1c1a;
            font-family: "Space Grotesk", "Segoe UI", sans-serif;
            text-align: center;
            padding: 1.5rem;
        }

        h1 {
            margin: 0;
            font-size: clamp(2rem, 7vw, 4rem);
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }
    </style>
</head>
<body>
    <h1>Under Construction</h1>
</body>
</html>
