<!doctype html>

<html lang="en-GB">

<head>

  <meta charset="utf-8" />

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

  <title>Mood Medical Ltd | Remote clinical support, advocacy, reports, education</title>

  <meta name="description" content="Mood Medical Ltd provides patient advocacy, accessible medical reports, remote clinical support, remote monitoring solutions, clinical education, and care coordination." />

  <meta name="theme-color" content="#0b0b0b" />

  <style>

    :root {

      --bg: #ffffff;

      --fg: #0b0b0b;

      --muted: #3a3a3a;

      --border: #e6e6e6;

      --card: #fafafa;

      --focus: #1a73e8;

      --radius: 16px;

      --max: 1040px;

    }


    * { box-sizing: border-box; }

    body {

      margin: 0;

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

      line-height: 1.6;

      background: var(--bg);

      color: var(--fg);

    }


    a { color: inherit; }

    a:focus { outline: 3px solid var(--focus); outline-offset: 3px; }

    button:focus, input:focus { outline: 3px solid var(--focus); outline-offset: 3px; }


    .skip-link {

      position: absolute;

      left: -999px;

      top: 0;

      background: #fff;

      border: 2px solid var(--focus);

      padding: 10px 12px;

      border-radius: 12px;

      z-index: 10;

    }

    .skip-link:focus { left: 12px; top: 12px; }


    header {

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

      background: #fff;

    }


    .wrap { max-width: var(--max); margin: 0 auto; padding: 22px 18px; }


    .topbar {

      display: flex;

      align-items: baseline;

      justify-content: space-between;

      gap: 14px;

      flex-wrap: wrap;

    }


    .brand {

      display: grid;

      gap: 4px;

    }


    .brand .name {

      font-size: 22px;

      letter-spacing: 0.2px;

      margin: 0;

    }

    .brand .tagline {

      margin: 0;

      color: var(--muted);

      font-size: 14px;

    }


    nav a {

      text-decoration: none;

      padding: 8px 10px;

      border-radius: 12px;

      border: 1px solid transparent;

    }

    nav a:hover { border-color: var(--border); background: var(--card); }


    .hero {

      padding: 26px 0 6px;

    }

    .hero h1 {

      font-size: 38px;

      line-height: 1.15;

      margin: 0;

      max-width: 22ch;

    }

    .hero p {

      margin: 12px 0 0;

      color: var(--muted);

      font-size: 18px;

      max-width: 70ch;

    }


    .notice {

      margin-top: 16px;

      border: 1px solid #ffd9a8;

      background: #fff7ed;

      border-radius: var(--radius);

      padding: 14px 14px;

    }

    .notice p { margin: 0; color: #5a3b00; }


    .cta {

      margin-top: 18px;

      display: flex;

      gap: 10px;

      flex-wrap: wrap;

    }


    .btn {

      display: inline-block;

      padding: 12px 14px;

      border-radius: 14px;

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

      text-decoration: none;

      font-weight: 600;

    }

    .btn.primary { background: var(--fg); color: #fff; }

    .btn.secondary { background: #fff; color: var(--fg); }

    .btn:hover { opacity: 0.92; }


    main { padding: 8px 0 26px; }


    h2 {

      margin: 28px 0 10px;

      font-size: 22px;

    }


    .grid {

      display: grid;

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

      gap: 14px;

    }


    .card {

      grid-column: span 6;

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

      background: var(--card);

      border-radius: var(--radius);

      padding: 16px;

    }


    .card h3 { margin: 0 0 6px; font-size: 18px; }

    .card p { margin: 0; color: var(--muted); }

    .card ul { margin: 10px 0 0 18px; padding: 0; }

    .card li { margin: 6px 0; }


    .twocol {

      display: grid;

      grid-template-columns: 1.2fr 0.8fr;

      gap: 14px;

    }


    .panel {

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

      border-radius: var(--radius);

      padding: 16px;

      background: #fff;

    }


    .small { color: var(--muted); font-size: 13px; }

    footer { border-top: 1px solid var(--border); background: #fff; }

    footer .wrap { padding: 18px; }


    @media (max-width: 820px) {

      .card { grid-column: span 12; }

      .twocol { grid-template-columns: 1fr; }

      .hero h1 { font-size: 32px; }

    }


    @media (prefers-reduced-motion: reduce) {

      * { scroll-behavior: auto !important; }

    }

  </style>

</head>


<body>

  <a class="skip-link" href="#main">Skip to main content</a>


  <header>

    <div class="wrap">

      <div class="topbar" aria-label="Top navigation">

        <div class="brand">

          <p class="name">Mood Medical Ltd</p>

          <p class="tagline">Remote clinical support, advocacy, reports, education, and care coordination</p>

        </div>

        <nav aria-label="Site">

          <a href="#services">Services</a>

          <a href="#how">How we work</a>

          <a href="#governance">Governance</a>

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

        </nav>

      </div>


      <section class="hero" aria-label="Introduction">

        <h1>Patient-centred clinical advocacy and remote support</h1>

        <p>

          We provide accessible medical reports, clinical education, remote monitoring solutions, and care navigation.

          Our clinicians act as patient advocates, taking time to understand the individual and provide clear, practical outputs.

        </p>


        <div class="notice" role="status" aria-live="polite">

          <p>

            Service update: we are currently on a short operational pause. Services are set to resume shortly.

            You can still contact us and we will respond with updated availability.

          </p>

        </div>


        <div class="cta" aria-label="Primary actions">

          <a class="btn primary" href="mailto:[email protected]">Email [email protected]</a>

          <a class="btn secondary" href="tel:+447343021238">Call 07343 021238</a>

        </div>


        <p class="small">

          If this is a medical emergency, call 999 (UK) or your local emergency number.

        </p>

      </section>

    </div>

  </header>


  <main id="main" class="wrap">

    <section id="services" aria-label="Services">

      <h2>What we do</h2>


      <div class="grid">

        <div class="card">

          <h3>Accessible medical and advocacy reports</h3>

          <p>Clear, comprehensive reports designed to be usable by patients, families, clinicians, and care teams.</p>

          <ul>

            <li>Clinical summaries and care overviews</li>

            <li>Needs assessments and advocacy statements</li>

            <li>Document review and simplification (letters, plans, pathways)</li>

          </ul>

        </div>


        <div class="card">

          <h3>Remote clinical support and monitoring</h3>

          <p>Remote support focused on safety, clarity, and escalation planning.</p>

          <ul>

            <li>Remote monitoring solutions and check-in frameworks</li>

            <li>Structured symptom review and safety-netting</li>

            <li>Care planning support and escalation guidance</li>

          </ul>

        </div>


        <div class="card">

          <h3>Clinical education and training</h3>

          <p>Education for clinicians, carers, and support staff, tailored to real-world practice.</p>

          <ul>

            <li>Short sessions and practical teaching</li>

            <li>Care staff development and competency support</li>

            <li>Documentation, observation, and escalation best practice</li>

          </ul>

        </div>


        <div class="card">

          <h3>Care coordination and personal support services</h3>

          <p>Professional support to help people access the right services and sustain care at home.</p>

          <ul>

            <li>Care coordination and service navigation</li>

            <li>Private personal assistance and support services</li>

            <li>Liaison with providers and family members, with consent</li>

          </ul>

        </div>


        <div class="card">

          <h3>Medication and prescribing support</h3>

          <p>Supportive guidance that complements your own clinical team.</p>

          <ul>

            <li>Medication understanding and optimisation support</li>

            <li>Structured summaries for your prescriber or clinical team</li>

            <li>Signposting to appropriate regulated services where needed</li>

          </ul>

        </div>


        <div class="card">

          <h3>UK and international experience</h3>

          <p>Established services and governance across the UK and internationally, including British Overseas Territories, since 2014.</p>

          <ul>

            <li>Remote-first delivery where appropriate</li>

            <li>Clear documentation and audit trails</li>

            <li>Accessibility and patient dignity built in</li>

          </ul>

        </div>

      </div>

    </section>


    <section id="how" aria-label="How we work">

      <h2>How we work</h2>

      <div class="twocol">

        <div class="panel">

          <ol>

            <li>Contact us with a short summary of what you need and the timeframe.</li>

            <li>We confirm scope, consent, and what information is required.</li>

            <li>We complete an assessment (remote as standard) and produce a clear output: report, plan, summary, or training.</li>

            <li>We provide practical next steps and signposting where relevant.</li>

          </ol>

          <p class="small">

            We aim for plain-English outputs that are still clinically robust.

          </p>

        </div>


        <div class="panel">

          <p>

            Typical deliverables include:

          </p>

          <ul>

            <li>Accessible clinical summaries and advocacy reports</li>

            <li>Care coordination notes and action plans</li>

            <li>Remote monitoring and escalation frameworks</li>

            <li>Education session plans and competency checklists</li>

          </ul>

        </div>

      </div>

    </section>


    <section id="governance" aria-label="Governance and ethics">

      <h2>Governance and patient advocacy</h2>

      <div class="panel">

        <p>

          Our approach is governance-led and patient-centred. We focus on consent, confidentiality, appropriate documentation,

          clear scope, and safe escalation. We operate as patient advocates and do not replace your existing clinical team.

        </p>

        <p class="small">

          This website is informational and does not constitute medical advice. For urgent concerns, contact your usual clinician or urgent services.

        </p>

      </div>

    </section>


    <section id="contact" aria-label="Contact details">

      <h2>Contact</h2>

      <div class="panel">

        <p>

          Email: <a href="mailto:[email protected]">[email protected]</a><br />

          Telephone: <a href="tel:+447343021238">07343 021238</a><br />

          Website: <a href="https://www.mood-medical.com">www.mood-medical.com</a>

        </p>

        <p class="small">

          Registered office: Second Floor, 658b Fulham Road, London, SW6 5RX<br />

          Company No: 16862529

        </p>

      </div>

    </section>

  </main>


  <footer>

    <div class="wrap small">

      © <span id="y"></span> Mood Medical Ltd. All rights reserved.

    </div>

  </footer>


  <script>

    document.getElementById("y").textContent = new Date().getFullYear();

  </script>

</body>

</html>