<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Fetching Design - Portfolio Coming Soon</title>
    <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: #0a0a0a; color: #e0e0e0; display: flex; align-items: center; justify-content: center; min-height: 100vh; }
        .container { text-align: center; padding: 2rem; }
        h1 { font-size: 3rem; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1rem; }
        p { font-size: 1.1rem; color: #888; letter-spacing: 0.05em; }
        .dot { color: #4a9eff; }
    </style>
</head>
<body>
    <div class="container">
        <h1>fetching<span class="dot">.</span>design</h1>
        <p>Portfolio coming soon</p>
    </div>
</body>
</html>