<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

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

  <title>Fergusson Health | Clinician-led innovation</title>

  <meta name="description" content="Fergusson Health develops clinician-led digital tools for safer, clearer and more efficient healthcare workflows." />


  <style>

    :root {

      --bg: #f4f7fb;

      --navy: #0f172a;

      --blue: #2563eb;

      --blue-dark: #1e40af;

      --teal: #0f766e;

      --text: #1f2937;

      --muted: #64748b;

      --card: #ffffff;

      --border: #e2e8f0;

      --soft-blue: #eff6ff;

      --soft-teal: #ecfdf5;

      --shadow: 0 18px 45px rgba(15, 23, 42, 0.08);

      --radius: 24px;

    }


    * {

      box-sizing: border-box;

    }


    body {

      margin: 0;

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

      background: var(--bg);

      color: var(--text);

    }


    a {

      color: inherit;

      text-decoration: none;

    }


    .page {

      overflow: hidden;

    }


    header {

      position: sticky;

      top: 0;

      z-index: 50;

      background: rgba(255, 255, 255, 0.82);

      backdrop-filter: blur(16px);

      border-bottom: 1px solid rgba(226, 232, 240, 0.8);

    }


    .nav {

      max-width: 1180px;

      margin: 0 auto;

      padding: 18px 24px;

      display: flex;

      justify-content: space-between;

      align-items: center;

    }


    .brand {

      display: flex;

      align-items: center;

      gap: 12px;

      font-weight: 800;

      color: var(--navy);

      letter-spacing: -0.03em;

      font-size: 20px;

    }


    .brand-mark {

      width: 36px;

      height: 36px;

      border-radius: 12px;

      background: linear-gradient(135deg, var(--blue), var(--teal));

      display: grid;

      place-items: center;

      color: white;

      font-weight: 900;

    }


    .nav-links {

      display: flex;

      gap: 24px;

      align-items: center;

      color: var(--muted);

      font-size: 14px;

      font-weight: 600;

    }


    .nav-links a:hover {

      color: var(--blue);

    }


    .button {

      display: inline-flex;

      align-items: center;

      justify-content: center;

      padding: 13px 20px;

      border-radius: 999px;

      background: var(--blue);

      color: white;

      font-weight: 700;

      box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);

      transition: transform 0.18s ease, box-shadow 0.18s ease;

    }


    .button:hover {

      transform: translateY(-2px);

      box-shadow: 0 18px 32px rgba(37, 99, 235, 0.28);

    }


    .button.secondary {

      background: white;

      color: var(--navy);

      border: 1px solid var(--border);

      box-shadow: none;

    }


    .hero {

      position: relative;

      padding: 92px 24px 72px;

      background:

        radial-gradient(circle at 10% 20%, rgba(37, 99, 235, 0.18), transparent 30%),

        radial-gradient(circle at 90% 0%, rgba(15, 118, 110, 0.16), transparent 28%),

        linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);

    }


    .hero-inner {

      max-width: 1180px;

      margin: 0 auto;

      display: grid;

      grid-template-columns: 1.05fr 0.95fr;

      gap: 56px;

      align-items: center;

    }


    .eyebrow {

      display: inline-flex;

      align-items: center;

      gap: 8px;

      padding: 8px 12px;

      border: 1px solid #bfdbfe;

      background: var(--soft-blue);

      color: var(--blue-dark);

      border-radius: 999px;

      font-size: 13px;

      font-weight: 800;

      margin-bottom: 22px;

    }


    h1 {

      margin: 0;

      font-size: clamp(44px, 7vw, 78px);

      line-height: 0.95;

      letter-spacing: -0.07em;

      color: var(--navy);

    }


    .hero p {

      margin: 24px 0 0;

      max-width: 660px;

      font-size: 20px;

      line-height: 1.6;

      color: var(--muted);

    }


    .hero-actions {

      margin-top: 34px;

      display: flex;

      gap: 14px;

      flex-wrap: wrap;

    }


    .hero-panel {

      position: relative;

      background: rgba(255,255,255,0.9);

      border: 1px solid var(--border);

      border-radius: 32px;

      padding: 22px;

      box-shadow: var(--shadow);

    }


    .screen {

      background: #0f172a;

      color: white;

      border-radius: 24px;

      padding: 22px;

      min-height: 430px;

      position: relative;

      overflow: hidden;

    }


    .screen:before {

      content: "";

      position: absolute;

      inset: -80px -80px auto auto;

      width: 220px;

      height: 220px;

      background: rgba(37,99,235,0.3);

      filter: blur(20px);

      border-radius: 999px;

    }


    .screen-top {

      display: flex;

      gap: 8px;

      margin-bottom: 24px;

    }


    .dot {

      width: 11px;

      height: 11px;

      border-radius: 50%;

      background: #334155;

    }


    .result-card {

      position: relative;

      background: rgba(255,255,255,0.08);

      border: 1px solid rgba(255,255,255,0.12);

      border-radius: 18px;

      padding: 18px;

      margin-bottom: 14px;

    }


    .result-card strong {

      display: block;

      margin-bottom: 8px;

      font-size: 15px;

    }


    .result-card span {

      color: #cbd5e1;

      font-size: 13px;

      line-height: 1.5;

    }


    .status {

      display: inline-block;

      padding: 5px 9px;

      border-radius: 999px;

      font-size: 12px;

      font-weight: 800;

      margin-bottom: 10px;

    }


    .critical {

      background: #fee2e2;

      color: #991b1b;

    }


    .concerning {

      background: #fef3c7;

      color: #92400e;

    }


    .stable {

      background: #dcfce7;

      color: #166534;

    }


    section {

      padding: 76px 24px;

    }


    .section-inner {

      max-width: 1180px;

      margin: 0 auto;

    }


    .section-title {

      max-width: 740px;

      margin-bottom: 34px;

    }


    h2 {

      margin: 0;

      font-size: clamp(32px, 4vw, 48px);

      line-height: 1.05;

      letter-spacing: -0.05em;

      color: var(--navy);

    }


    .section-title p {

      margin-top: 16px;

      color: var(--muted);

      font-size: 18px;

      line-height: 1.6;

    }


    .grid {

      display: grid;

      grid-template-columns: repeat(3, 1fr);

      gap: 22px;

    }


    .card {

      background: var(--card);

      border: 1px solid var(--border);

      border-radius: var(--radius);

      padding: 28px;

      box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);

    }


    .card h3 {

      margin: 0 0 12px;

      color: var(--navy);

      font-size: 23px;

      letter-spacing: -0.03em;

    }


    .card p {

      margin: 0;

      color: var(--muted);

      line-height: 1.6;

    }


    .product-code {

      width: 52px;

      height: 52px;

      border-radius: 18px;

      display: grid;

      place-items: center;

      font-weight: 900;

      color: white;

      margin-bottom: 18px;

      background: linear-gradient(135deg, var(--blue), var(--teal));

    }


    .wide {

      background: linear-gradient(135deg, #0f172a, #1e3a8a);

      color: white;

      border-radius: 36px;

      padding: 42px;

      display: grid;

      grid-template-columns: 1fr 1fr;

      gap: 32px;

      align-items: center;

      box-shadow: var(--shadow);

    }


    .wide h2 {

      color: white;

    }


    .wide p {

      color: #cbd5e1;

      line-height: 1.7;

      font-size: 17px;

    }


    .pill-list {

      display: flex;

      flex-wrap: wrap;

      gap: 10px;

    }


    .pill {

      padding: 10px 14px;

      background: rgba(255,255,255,0.1);

      border: 1px solid rgba(255,255,255,0.15);

      border-radius: 999px;

      color: white;

      font-size: 14px;

      font-weight: 700;

    }


    .details {

      display: grid;

      grid-template-columns: 1.2fr 0.8fr;

      gap: 22px;

      align-items: stretch;

    }


    .contact-box {

      background: var(--navy);

      color: white;

      border-radius: var(--radius);

      padding: 30px;

    }


    .contact-box p,

    .contact-box a {

      color: #cbd5e1;

      line-height: 1.7;

    }


    footer {

      padding: 34px 24px;

      border-top: 1px solid var(--border);

      background: white;

      color: var(--muted);

      font-size: 14px;

    }


    .footer-inner {

      max-width: 1180px;

      margin: 0 auto;

      display: flex;

      justify-content: space-between;

      gap: 20px;

      flex-wrap: wrap;

    }


    @media (max-width: 900px) {

      .hero-inner,

      .grid,

      .wide,

      .details {

        grid-template-columns: 1fr;

      }


      .nav-links {

        display: none;

      }


      .hero {

        padding-top: 64px;

      }


      .screen {

        min-height: auto;

      }

    }

  </style>

</head>


<body>

  <div class="page">


    <header>

      <div class="nav">

        <a class="brand" href="#">

          <span class="brand-mark">FH</span>

          <span>Fergusson Health</span>

        </a>


        <nav class="nav-links">

          <a href="#products">Products</a>

          <a href="#vision">Vision</a>

          <a href="#about">About</a>

          <a href="#contact">Contact</a>

          <a class="button" href="mailto:james@fergusson.health">Contact</a>

        </nav>

      </div>

    </header>


    <main>

      <section class="hero">

        <div class="hero-inner">

          <div>

            <div class="eyebrow">Clinician-led healthcare innovation</div>

            <h1>Making clinical information easier to act on.</h1>

            <p>

              Fergusson Health builds intelligent, clinician-first tools that reduce cognitive load,

              improve safety, and streamline healthcare workflows.

            </p>


            <div class="hero-actions">

              <a class="button" href="#products">Explore our tools</a>

              <a class="button secondary" href="mailto:james@fergusson.health">Partner with us</a>

            </div>

          </div>


          <div class="hero-panel">

            <div class="screen">

              <div class="screen-top">

                <span class="dot"></span>

                <span class="dot"></span>

                <span class="dot"></span>

              </div>


              <div class="result-card">

                <span class="status critical">Urgent result</span>

                <strong>MARC — Medical AI Results Checker</strong>

                <span>Flags high-risk results, trends key values, and summarises clinical context for safer action.</span>

              </div>


              <div class="result-card">

                <span class="status concerning">Education support</span>

                <strong>MARIE — Medical AI Resource for Education</strong>

                <span>Helps clinicians and learners understand cases, reasoning pathways, and management principles.</span>

              </div>


              <div class="result-card">

                <span class="status stable">Discharge clarity</span>

                <strong>MADISON — Discharge Summary Navigator</strong>

                <span>Supports structured discharge summaries, patient instructions, and safety-netting.</span>

              </div>

            </div>

          </div>

        </div>

      </section>


      <section id="products">

        <div class="section-inner">

          <div class="section-title">

            <h2>Purpose-built tools for real clinical friction.</h2>

            <p>

              Each product is designed around practical workflow problems seen at the frontline —

              not theoretical software theatre in a lab coat.

            </p>

          </div>


          <div class="grid">

            <article class="card">

              <div class="product-code">M</div>

              <h3>MARC</h3>

              <p>

                Medical AI Results Checker. Converts pathology, imaging and specialist results into clear,

                contextual summaries with triage, trends and action support.

              </p>

            </article>


            <article class="card">

              <div class="product-code">E</div>

              <h3>MARIE</h3>

              <p>

                Medical AI Resource for Education. A clinical education tool for case-based learning,

                structured reasoning and rapid knowledge reinforcement.

              </p>

            </article>


            <article class="card">

              <div class="product-code">D</div>

              <h3>MADISON</h3>

              <p>

                Medical AI Discharge & Instruction Navigator. Helps clinicians create safer discharge summaries,

                clearer patient instructions and stronger safety-netting.

              </p>

            </article>

          </div>

        </div>

      </section>


      <section id="vision">

        <div class="section-inner">

          <div class="wide">

            <div>

              <h2>Designed to fit into healthcare, not fight against it.</h2>

              <p>

                Our focus is practical integration with existing clinical systems, helping clinicians

                see what matters, understand why it matters, and act safely with fewer clicks.

              </p>

            </div>


            <div class="pill-list">

              <span class="pill">Clinical safety</span>

              <span class="pill">Workflow efficiency</span>

              <span class="pill">Context-aware summaries</span>

              <span class="pill">Result triage</span>

              <span class="pill">Education support</span>

              <span class="pill">Discharge navigation</span>

              <span class="pill">Partner-ready design</span>

            </div>

          </div>

        </div>

      </section>


      <section id="about">

        <div class="section-inner">

          <div class="details">

            <div class="card">

              <h2>About Fergusson Health</h2>

              <p>

                Fergusson Health Pty Ltd is an Australian clinician-led innovation company focused on improving

                healthcare workflows through intelligent software design.

              </p>

              <br />

              <p>

                Founded by a practicing general practitioner and emergency department doctor, Fergusson Health

                is grounded in the reality of modern clinical work: fragmented systems, rising cognitive burden,

                and the need for safer, faster information handling.

              </p>

            </div>


            <div class="contact-box" id="contact">

              <h3>Contact</h3>

              <p>

                <strong>Fergusson Health Pty Ltd</strong><br />

                ABN: 21 682 767 166<br />

                Australia

              </p>

              <p>

                <a href="mailto:james@fergusson.health">james@fergusson.health</a><br />

                <a href="mailto:thelma@fergusson.health">thelma@fergusson.health</a>

              </p>

            </div>

          </div>

        </div>

      </section>

    </main>


    <footer>

      <div class="footer-inner">

        <span>© 2026 Fergusson Health Pty Ltd. All rights reserved.</span>

        <span>Clinician-led innovation in healthcare systems.</span>

      </div>

    </footer>


  </div>

</body>

</html>