<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>WPSquare</title>
  <meta name="description" content="WPSquare. Get in touch." />
  <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='14' fill='%23fbfaf8'/%3E%3Crect x='10' y='10' width='44' height='44' fill='none' stroke='%2318181b' stroke-width='3'/%3E%3Ctext x='50%25' y='53%25' dy='.35em' text-anchor='middle' font-family='Georgia,serif' font-size='30' fill='%2318181b'%3EW%3C/text%3E%3C/svg%3E" />
  <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=EB+Garamond:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet" />
  <script src="https://cdn.tailwindcss.com"></script>
  <script>
    tailwind.config = {
      theme: {
        extend: {
          fontFamily: {
            serif: ['"EB Garamond"', 'Georgia', 'serif'],
          },
          colors: {
            paper: '#fbfaf8',
            ink: '#18181b',
            inkblue: '#1e3a8a',
          },
        },
      },
    };
  </script>
  <style>
    @media (prefers-reduced-motion: no-preference) {
      .fade { opacity: 0; animation: fade 0.9s ease-out forwards; }
      .fade-1 { animation-delay: 0.05s; }
      .fade-2 { animation-delay: 0.2s; }
      .fade-3 { animation-delay: 0.35s; }
      @keyframes fade { to { opacity: 1; } }
    }
  </style>
</head>
<body class="bg-paper text-ink font-serif antialiased">
  <div class="min-h-[100dvh] flex flex-col">
    <main class="flex-1 flex items-center justify-center">
      <div class="w-full max-w-2xl mx-auto px-6 text-center">
        <div class="fade fade-1 flex justify-center">
          <svg width="60" height="60" viewBox="0 0 64 64" fill="none" aria-hidden="true">
            <rect x="4" y="4" width="56" height="56" stroke="#18181b" stroke-width="2.5" />
            <text x="32" y="34" dy=".35em" text-anchor="middle" font-family="EB Garamond, Georgia, serif" font-size="34" fill="#18181b">W</text>
          </svg>
        </div>
        <h1 class="fade fade-2 mt-10 text-6xl md:text-7xl font-medium tracking-tight leading-[1.05]">
          WPSquare
        </h1>
        <div class="fade fade-3 mt-12">
          <button
            type="button"
            data-tally-open="NpPjJW"
            data-tally-layout="modal"
            data-tally-width="600"
            data-tally-hide-title="1"
            data-tally-overlay="1"
            class="inline-flex items-center gap-3 border border-ink text-ink text-lg px-8 py-3 hover:bg-ink hover:text-paper active:scale-[0.98] transition-colors"
          >
            Get in touch <span aria-hidden="true">&rarr;</span>
          </button>
        </div>
      </div>
    </main>
    <footer class="py-8 text-center">
      <p class="text-sm text-zinc-400">&copy; <span id="year"></span> WPSquare</p>
    </footer>
  </div>
  <script>document.getElementById('year').textContent = new Date().getFullYear();</script>
  <script async src="https://tally.so/widgets/embed.js"></script>
</body>
</html>
