<!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: #ecece8;

      color: #111;

      margin: 0;

      padding: 48px 36px;

      max-width: 720px;

    }


    h1 {

      font-size: 34px;

      margin: 0 0 6px 0;

      letter-spacing: 0.4px;

    }


    h2 {

      font-size: 15px;

      font-weight: normal;

      color: #444;

      margin: 0 0 28px 0;

      letter-spacing: 0.6px;

    }


    p {

      font-size: 15px;

      line-height: 1.55;

      margin: 0 0 16px 0;

    }


    .email {

      margin-top: 28px;

      font-size: 15px;

    }


    a {

      color: #111;

      text-decoration: none;

      border-bottom: 1px solid #bbb;

    }


    a:hover {

      border-bottom-color: #111;

    }


    footer {

      margin-top: 56px;

      font-size: 12px;

      color: #666;

      line-height: 1.4;

    }

  </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>