<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>This content is being restored — ShoeMoney.com</title>
    <meta name="description" content="This page is temporarily unavailable while ShoeMoney.com's archive is being restored.">
    <meta name="robots" content="noindex, follow">
    <link rel="icon" href="/favicon.ico" type="image/x-icon">

    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400;6..72,500&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">

    <style>
        :root {
            --paper: #fbfaf8; --card: #ffffff; --ink: #14171a;
            --body: #3d4650; --muted: #8a929c; --rule: #e7e3dd; --accent: #8c2f26;
        }
        @media (prefers-color-scheme: dark) {
            :root {
                --paper: #0e1013; --card: #16191d; --ink: #f2f4f6;
                --body: #b6bec7; --muted: #757d87; --rule: #262b31; --accent: #d2705f;
            }
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
            background: var(--paper); color: var(--body);
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            font-size: 17px; line-height: 1.75;
            -webkit-font-smoothing: antialiased;
            min-height: 100vh;
            display: flex; align-items: center; justify-content: center;
            padding: 48px 20px;
        }
        .card {
            max-width: 560px; width: 100%;
            background: var(--card);
            border: 1px solid var(--rule); border-radius: 6px;
            padding: 52px 52px 44px;
            box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 12px 40px -12px rgba(0,0,0,.10);
        }
        .card::before {
            content: ""; display: block;
            width: 44px; height: 2px; background: var(--accent); margin-bottom: 26px;
        }
        h1 {
            font-family: 'Newsreader', Georgia, serif;
            font-size: clamp(1.6rem, 4vw, 2.1rem);
            font-weight: 500; line-height: 1.2; letter-spacing: -0.015em;
            color: var(--ink); margin-bottom: 18px; text-wrap: balance;
        }
        p { margin-bottom: 18px; text-wrap: pretty; }
        p:last-of-type { margin-bottom: 0; }
        .links {
            margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--rule);
            display: flex; gap: 10px; flex-wrap: wrap;
        }
        .btn {
            display: inline-flex; align-items: center;
            padding: 9px 18px;
            border: 1px solid var(--rule); border-radius: 4px;
            color: var(--body); text-decoration: none;
            font-size: 0.875rem; font-weight: 500;
            transition: border-color .15s, color .15s;
        }
        .btn:hover { border-color: var(--ink); color: var(--ink); }
        @media (max-width: 560px) { .card { padding: 34px 26px 30px; } }
    </style>
</head>
<body>
    <div class="card">
        <h1>This content is being restored</h1>
        <p>
            ShoeMoney.com's archive is currently offline while it is rebuilt. This page isn't gone —
            it just isn't back yet.
        </p>
        <p>
            Thanks for your patience. The homepage is up and running in the meantime.
        </p>
        <div class="links">
            <a class="btn" href="/">ShoeMoney.com</a>
            <a class="btn" href="/hudson">Why the archive is offline</a>
        </div>
    </div>
</body>
</html>
