<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

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


  <title>KALM Acupuncture & Integrative Medicine | Loma Linda</title>

  <meta name="description" content="Personalized acupuncture and integrative care for pain relief, stress reduction, and whole-body balance in Loma Linda and San Bernardino." />


  <style>

    body {

      margin: 0;

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

      line-height: 1.6;

      color: #333;

    }


    header {

      background: #f4f7f6;

      padding: 80px 20px;

      text-align: center;

    }


    header h1 {

      font-size: 2.5rem;

      margin-bottom: 15px;

    }


    header p {

      font-size: 1.1rem;

      max-width: 700px;

      margin: 0 auto 25px;

    }


    .cta a {

      display: inline-block;

      margin: 10px;

      padding: 12px 22px;

      text-decoration: none;

      border-radius: 4px;

      font-weight: 600;

    }


    .cta .call {

      background: #2f6f68;

      color: #fff;

    }


    .cta .book {

      border: 2px solid #2f6f68;

      color: #2f6f68;

    }


    section {

      padding: 60px 20px;

      max-width: 900px;

      margin: auto;

    }


    section h2 {

      font-size: 2rem;

      margin-bottom: 20px;

      text-align: center;

    }


    .services h3 {

      margin-top: 30px;

      color: #2f6f68;

    }


    footer {

      background: #f4f7f6;

      padding: 30px 20px;

      text-align: center;

      font-size: 0.9rem;

    }

  </style>

</head>


<body>


  <!-- HERO / HOME -->

  <header>

    <h1>Personalized Acupuncture & Integrative Care</h1>

    <p>

      Compassionate, evidence-based acupuncture to support pain relief,

      stress reduction, and whole-body balance in Loma Linda.

    </p>


    <div class="cta">

      <a class="call" href="tel:9099518126">Call 909-951-8126</a>

      <a class="book" href="#services">Book an Appointment</a>

    </div>


    <p style="margin-top:25px; font-size:0.95rem;">

      Licensed Acupuncturist (CA) · NCCAOM Certified · Serving Loma Linda & San Bernardino

    </p>

  </header>


  <!-- ABOUT -->

  <section id="about">

    <h2>About KALM Acupuncture & Integrative Medicine</h2>


    <p>

      KALM Acupuncture & Integrative Medicine is dedicated to providing

      personalized, compassionate care that supports the body’s natural

      ability to heal.

    </p>


    <p>

      Each treatment is tailored to the individual, combining traditional

      acupuncture with modern, evidence-based approaches to address pain,

      stress, and chronic conditions.

    </p>


    <p>

      Our goal is not only symptom relief, but long-term balance, resilience,

      and overall well-being.

    </p>


    <p>

      <strong>Licensed Acupuncturist (California)</strong><br />

      NCCAOM Board Certified

    </p>

  </section>


  <!-- SERVICES -->

  <section id="services" class="services">

    <h2>Services</h2>


    <h3>Initial Consultation & Treatment</h3>

    <p>

      A comprehensive first visit that includes an in-depth health assessment,

      personalized acupuncture treatment, and a customized care plan tailored

      to your needs.

    </p>

    <p>

      Ideal for new patients seeking relief from pain, stress, fatigue,

      or chronic conditions.

    </p>


    <h3>Follow-Up Acupuncture</h3>

    <p>

      Ongoing acupuncture sessions designed to support healing, reduce symptoms,

      and restore balance based on your progress and goals.

    </p>

    <p>

      Recommended for pain management, stress relief, and long-term wellness care.

    </p>


    <h3>Cupping Therapy</h3>

    <p>

      A traditional therapy that uses gentle suction to promote circulation,

      release muscle tension, and support recovery.

    </p>

    <p>

      Commonly used for neck and shoulder pain, back pain, and muscle tightness.

    </p>


    <h3>Moxibustion</h3>

    <p>

      A warming therapy using moxa to stimulate circulation and support the body’s

      natural healing process.

    </p>

    <p>

      Often helpful for chronic pain, digestive concerns, fatigue,

      and cold sensitivity.

    </p>

  </section>


  <!-- CONTACT -->

  <section id="contact">

    <h2>Contact</h2>


    <p>

      To schedule an appointment or ask a question, please call us directly:

    </p>


    <p style="font-size:1.2rem; font-weight:bold;">

      📞 <a href="tel:9099518126">909-951-8126</a>

    </p>


    <p>

      Serving Loma Linda and the greater San Bernardino area.

    </p>

  </section>


  <!-- FOOTER -->

  <footer>

    © 2025 KALM Acupuncture & Integrative Medicine · All rights reserved

  </footer>


</body>

</html>