<!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="True North Rising Foundation — Guiding individuals one degree above the horizon line toward healing, growth, and purpose.">

<meta name="keywords" content="True North Rising, faith-based wellness, resilience coaching, healing, mindfulness, veterans, first responders, mental health coaching">

<meta name="author" content="True North Rising LLC">

<title>True North Rising Foundation — Coming Soon</title>

<style>

  body {

    margin: 0;

    height: 100vh;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    background: linear-gradient(to top, #f7c471, #fff3e0);

    font-family: Arial, sans-serif;

    color: #333;

    text-align: center;

    animation: fadeIn 2s ease-in forwards;

  }

  h1 { font-size: 2.5em; font-weight: 600; margin: 0.3em 0; }

  h2 { font-size: 1.5em; font-weight: 400; margin: 0.2em 0; }

  h3 { font-size: 1.2em; font-weight: 300; margin-top: 0.5em; }

  footer { position: absolute; bottom: 1em; font-size: 0.8em; color: #555; }

  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

</style>

</head>

<body>

  <h1>True North Rising Foundation</h1>

  <h2>Guiding One Degree Above the Horizon Line</h2>

  <h3>Coming Soon</h3>

  <footer>Operated by True North Rising LLC</footer>

</body>

</html>