<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>Terms of Use & Privacy Policy</title>

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

  <style>

    body {

      font-family: Arial, sans-serif;

      line-height: 1.6;

      margin: 40px;

      background-color: #f9f9f9;

      color: #333;

    }

    h1, h2 {

      color: #111;

    }

    h1 {

      border-bottom: 2px solid #ddd;

      padding-bottom: 10px;

    }

    section {

      margin-bottom: 30px;

    }

  </style>

</head>

<body>

  <h1>Terms of Use & Privacy Policy</h1>

  <p><strong>Last Updated:</strong> July 12 2025</p>

  <section>

    <h2>1. Use of Website</h2>

    <p>

      This site is designed to share information about my music, upcoming releases, and related events. 

      Visitors can explore content and optionally sign up for the mailing list to stay updated. 

      By subscribing, you agree to receive occasional email updates from me.

    </p>

  </section>

  <section>

    <h2>2. Mailing List & Email Privacy</h2>

    <p>

      When you sign up for the mailing list:

      <ul>

        <li>Your email address is used only to send updates about new songs, events, or music-related news.</li>

        <li><strong>I do not sell, share, or trade your email with any third party or affiliate.</strong></li>

        <li>You can unsubscribe at any time by clicking the unsubscribe link in any email you receive.</li>

      </ul>

    </p>

  </section>

  <section>