<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="utf-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1" />

  <title>AOK Wellness — Coming Soon</title>

  <meta name="description" content="AOK Wellness — practical, sustainable wellness guidance. Coming soon." />


  <!-- Simple, clean styling (no external dependencies) -->

  <style>

    :root {

      --bg: #0b1220;

      --card: rgba(255,255,255,0.08);

      --card-border: rgba(255,255,255,0.14);

      --text: rgba(255,255,255,0.92);

      --muted: rgba(255,255,255,0.72);

      --accent: #9ae6b4;

      --shadow: 0 10px 30px rgba(0,0,0,0.35);

      --radius: 18px;

    }


    * { box-sizing: border-box; }

    body {

      margin: 0;

      font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;

      color: var(--text);

      background:

        radial-gradient(800px 500px at 20% 15%, rgba(154,230,180,0.18), transparent 55%),

        radial-gradient(700px 500px at 80% 10%, rgba(147,197,253,0.16), transparent 55%),

        radial-gradient(900px 600px at 50% 90%, rgba(251,191,36,0.10), transparent 55%),

        var(--bg);

      min-height: 100vh;

      display: flex;

      align-items: center;

      justify-content: center;

      padding: 28px;

    }


    .wrap {

      width: 100%;

      max-width: 980px;

      display: grid;

      grid-template-columns: 1.2fr 0.8fr;

      gap: 22px;

    }


    @media (max-width: 900px) {

      .wrap { grid-template-columns: 1fr; }

    }


    .card {

      background: var(--card);

      border: 1px solid var(--card-border);

      border-radius: var(--radius);

      box-shadow: var(--shadow);

      padding: 28px;

      backdrop-filter: blur(10px);

    }


    .badge {

      display: inline-flex;

      gap: 10px;

      align-items: center;

      padding: 8px 12px;

      border-radius: 999px;

      border: 1px solid var(--card-border);

      background: rgba(255,255,255,0.06);

      font-size: 13px;

      color: var(--muted);

      letter-spacing: 0.2px;

    }


    .dot {

      width: 10px;

      height: 10px;

      border-radius: 999px;

      background: var(--accent);

      box-shadow: 0 0 18px rgba(154,230,180,0.55);

    }


    h1 {

      margin: 14px 0 10px;

      font-size: 42px;

      line-height: 1.08;

      letter-spacing: -0.5px;

    }


    p {

      margin: 0 0 14px;

      color: var(--muted);

      font-size: 16px;

      line-height: 1.55;

    }


    .cta {

      margin-top: 18px;

      display: flex;

      flex-wrap: wrap;

      gap: 10px;

      align-items: center;

    }


    .btn {

      display: inline-flex;

      align-items: center;

      justify-content: center;

      padding: 11px 14px;

      border-radius: 12px;

      border: 1px solid var(--card-border);

      text-decoration: none;

      color: var(--text);

      background: rgba(255,255,255,0.08);

      transition: transform 140ms ease, background 140ms ease;

      font-weight: 600;

      font-size: 14px;

    }

    .btn:hover { transform: translateY(-1px); background: rgba(255,255,255,0.12); }


    .btn.primary {

      background: rgba(154,230,180,0.18);

      border-color: rgba(154,230,180,0.35);

    }

    .btn.primary:hover { background: rgba(154,230,180,0.24); }


    .grid {

      margin-top: 18px;

      display: grid;

      grid-template-columns: repeat(3, 1fr);

      gap: 12px;

    }

    @media (max-width: 700px) {

      .grid { grid-template-columns: 1fr; }

    }


    .tile {

      padding: 14px;

      border-radius: 14px;

      border: 1px solid var(--card-border);

      background: rgba(255,255,255,0.06);

    }

    .tile h3 {

      margin: 0 0 6px;

      font-size: 14px;

      letter-spacing: 0.2px;

    }

    .tile p {

      margin: 0;

      font-size: 13px;

    }


    .profile {

      display: flex;

      gap: 14px;

      align-items: center;

    }


    .avatar {

      width: 54px;

      height: 54px;

      border-radius: 16px;

      border: 1px solid var(--card-border);

      background: rgba(255,255,255,0.10);

      display: grid;

      place-items: center;

      font-weight: 800;

      letter-spacing: 0.6px;

    }


    .small {

      font-size: 13px;

      color: var(--muted);

      line-height: 1.45;

    }


    .list {

      margin: 14px 0 0;

      padding: 0;

      list-style: none;

      display: grid;

      gap: 10px;

    }


    .list li {

      display: flex;

      gap: 10px;

      padding: 12px;

      border-radius: 14px;

      border: 1px solid var(--card-border);

      background: rgba(255,255,255,0.06);

    }


    .check {

      width: 22px;

      height: 22px;

      border-radius: 7px;

      background: rgba(154,230,180,0.18);

      border: 1px solid rgba(154,230,180,0.35);

      display: grid;

      place-items: center;

      color: var(--accent);

      font-weight: 900;

      flex: 0 0 auto;

      margin-top: 1px;

    }


    .footer {

      margin-top: 18px;

      display: flex;

      flex-wrap: wrap;

      gap: 10px 14px;

      align-items: center;

      justify-content: space-between;

      color: var(--muted);

      font-size: 12px;

    }


    .links a {

      color: var(--muted);

      text-decoration: none;

      border-bottom: 1px dotted rgba(255,255,255,0.25);

    }

    .links a:hover { color: var(--text); }

  </style>

</head>


<body>

  <div class="wrap">

    <!-- Left: Main -->

    <section class="card">

      <div class="badge"><span class="dot"></span> AOK Wellness • Coming soon</div>


      <h1>Feel better, sustainably.</h1>


      <p>

        AOK Wellness is a practical wellness platform built around simple habits—nutrition, movement,

        and accountability—designed to fit real life.

      </p>


      <div class="cta">

  <!-- EDIT THESE LINKS -->

  <a class="btn primary" href="mailto:aokwellnessco@gmail.com?subject=AOK%20Wellness%20—%20Hello">Email Allie</a>

  <a class="btn" href="https://www.instagram.com/aokwellness?igsh=ZWt0azcwdHZseGlv&utm_source=qr" target="_blank" rel="noopener noreferrer">Instagram</a>

  <a class="btn" href="https://www.tiktok.com/@aokwellness" target="_blank" rel="noopener noreferrer">TikTok</a>

      </div>



      <div class="grid">

        <div class="tile">

          <h3>Nutrition</h3>

          <p>Simple, repeatable choices—not perfection.</p>

        </div>

        <div class="tile">

          <h3>Movement</h3>

          <p>Workouts that fit your schedule and your joints.</p>

        </div>

        <div class="tile">

          <h3>Accountability</h3>

          <p>Light structure, real consistency.</p>

        </div>

      </div>


      <div class="footer">

        <div>© <span id="year"></span> AOK Wellness</div>

        <div class="links">

          <!-- OPTIONAL: add policy links later -->

          <a href="#" onclick="return false;">Privacy (soon)</a> •

          <a href="#" onclick="return false;">Terms (soon)</a>

        </div>

      </div>

    </section>


    <!-- Right: Founder -->

    <aside class="card">

      <div class="profile">

        <!-- OPTIONAL: replace avatar with a photo later -->

        <div class="avatar">A</div>

        <div>

          <div style="font-weight:800; font-size:16px;">Allie O’Keeffe</div>

          <div class="small">Founder, AOK Wellness</div>

        </div>

      </div>


      <p style="margin-top: 14px;">

        Hi — I’m Allie. I’m building AOK Wellness to help people feel better with a program that’s

        realistic, supportive, and results-focused.

      </p>


      <ul class="list">

        <li>

          <div class="check"></div>

          <div>

            <div style="font-weight:700; font-size:13px;">Personalized guidance</div>

            <div class="small">Built around your goals, schedule, and preferences.</div>

          </div>

        </li>

        <li>

          <div class="check"></div>

          <div>

            <div style="font-weight:700; font-size:13px;">AI-enabled tools</div>

            <div class="small">Smart planning and tracking—always human-first.</div>

          </div>

        </li>

        <li>

          <div class="check"></div>

          <div>

            <div style="font-weight:700; font-size:13px;">Early access</div>

            <div class="small">Want updates? Email me and I’ll add you.</div>

          </div>

        </li>

      </ul>


<!--

Easy edits:

She can change text directly in this file—no tools needed.

Search for “EDIT” comments to update links.

-->

    </aside>

  </div>


  <script>

    document.getElementById("year").textContent = new Date().getFullYear();

  </script>

</body>

</html>