<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

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

  <title>Pearlrock Systematic</title>

  <style>

    body {

      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;

      background: #f6f6f4;

      color: #111;

      margin: 0;

      padding: 60px 40px;

      max-width: 800px;

    }

    h1 {

      font-size: 36px;

      margin-bottom: 10px;

      letter-spacing: 0.5px;

    }

    h2 {

      font-size: 18px;

      font-weight: normal;

      color: #444;

      margin-bottom: 40px;

    }

    p {

      font-size: 16px;

      line-height: 1.6;

      margin-bottom: 20px;

    }

    .email {

      margin-top: 40px;

      font-size: 16px;

    }

    footer {

      margin-top: 80px;

      font-size: 12px;

      color: #666;

    }

  </style>

</head>

<body>


  <h1>Pearlrock Systematic</h1>

  <h2>Systematic Trading · Risk-First Discipline · Long-Term Compounding</h2>


  <p>

    Pearlrock Systematic is a rules-based trading firm focused on disciplined execution

    of systematic strategies across market regimes.

  </p>


  <p>

    We define risk before returns, prioritise durability over optimisation, and

    measure success over years and decades.

  </p>


  <p class="email">

    Contact: <a href="mailto:hello@pearlrocksystematic.com">hello@pearlrocksystematic.com</a>

  </p>


  <footer>

    © Pearlrock Systematic (Pty) Ltd<br>

    Past performance is not indicative of future results.

  </footer>


</body>

</html>