<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

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

  <title>The Sixth Standard</title>

  <style>

    body {

      margin: 0;

      padding: 0;

      background: #fafafa;

      color: #111;

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

      line-height: 1.5;

    }

    .container {

      max-width: 720px;

      margin: 0 auto;

      padding: 120px 24px;

    }

    h1 {

      font-size: 42px;

      font-weight: 600;

      margin-bottom: 24px;

      letter-spacing: -0.5px;

    }

    p {

      font-size: 20px;

      margin-bottom: 28px;

    }

    .quiet {

      color: #555;

      font-size: 18px;

      margin-top: 60px;

    }

  </style>

</head>

<body>

  <div class="container">

    <h1>The Sixth Standard</h1>


    <p>

      A private narrative system applied to high-performing students whose families expect resolution — not guidance.

    </p>


    <p>

      The Sixth Standard is not a consultancy or a coaching practice. It is an internal benchmark applied to a student’s identity, narrative, and application architecture until the outcome is no longer in question.

    </p>


    <p>

      Engagement is limited by design. The Sixth Standard engages only after reviewing a complete academic and extracurricular record. There is no application form.

    </p>


    <p class="quiet">

      Inquiries: [email protected]

    </p>

  </div>

</body>

</html>