# Home

# 30+
State-of-the-art
Lasers

## 30+
State-of-the-art
Lasers

A wide variety of lasers must be used in order to offer the kind of comprehensive, synergistic care that achieves the best results.

[Request a Consultation](/contact/)

[Visit our Regenerative Medicine division](https://www.amaregenmed.com/?ref=amaskincare.com)

(function(){
  var imgUrl = 'https://amaskincare.com/wp-content/uploads/2025/07/AMAPHOTOSHOOT-104-copy3.jpg';
  var preload = document.createElement('link');
  preload.rel = 'preload';
  preload.as = 'image';
  preload.href = imgUrl;
  preload.setAttribute('fetchpriority', 'high');
  document.head.appendChild(preload);
})();

![header-color-blending-laser-final](https://amaskincare.com/wp-content/uploads/elementor/thumbs/header-color-blending-laser-final-r6oq1g4971q95mri6dkjl6euvvnidu0joh6eyquoi0.jpg)

![header-30-lasers-2](https://amaskincare.com/wp-content/uploads/elementor/thumbs/header-30-lasers-2-r6oq1g4971q95mri6dkjl6euvvnidu0joh6eyquoi0.jpg)

![header-pico-laser-final](https://amaskincare.com/wp-content/uploads/elementor/thumbs/header-pico-laser-final-r6oq1g4971q95mri6dkjl6euvvnidu0joh6eyquoi0.jpg)

![header-co2-fractional-laser-type-3](https://amaskincare.com/wp-content/uploads/elementor/thumbs/header-co2-fractional-laser-type-3-r6oq1g4971q95mri6dkjl6euvvnidu0joh6eyquoi0.webp)

![header-rf-microneedling-final](https://amaskincare.com/wp-content/uploads/elementor/thumbs/header-rf-microneedling-final-r6oq1g4971q95mri6dkjl6euvvnidu0joh6eyquoi0.jpg)

document.addEventListener('DOMContentLoaded', function () {
  // Wait until Elementor carousel is ready
  const observer = new MutationObserver(() =&gt; {
    document.querySelectorAll('.elementor-swiper-button-prev, .elementor-swiper-button-next').forEach(button =&gt; {
      if (!button.hasAttribute('aria-label')) {
        const isPrev = button.classList.contains('elementor-swiper-button-prev');
        button.setAttribute('aria-label', isPrev ? 'Previous slide' : 'Next slide');
      }
    });
  });

  observer.observe(document.body, {
    childList: true,
    subtree: true
  });
});

## We look forward to earning your trust and partnering with you to naturally bring your skin back to its youthful and radiant vitality.

## We’re passionately dedicated to a natural, physiological transformation of your skin.

We believe that a holistic approach utilizing your own natural physiology to “regenerate” your skin so that it’s young, healthy and strong on the inside is the best way to give you fabulous looking skin on the outside.

Our protocols dramatically increase collagen production, diminish wrinkles, shrink pores, improve the skin’s tone and texture and treat a full spectrum of cosmetic and medical conditions.

Your skin will look genuinely healthier and younger on the outside because it actually IS healthier and younger on the inside.

[Request a Consultation](/contact/)

## May you experience Divine Purpose in your life, and may you consciously manifest It with effortless perfection.

![Radio Frequency Microneedling](https://amaskincare.com/wp-content/uploads/2024/04/Rectangle-81.png)															

## Integrative Laser Skincare

Our unique protocols combine the simultaneous use of multiple lasers, as well as a variety of non-laser modalities, to stimulate the physiological processes naturally existing in our organs, producing health and vitality internally and vibrant beauty externally.

[![header what is beauty](https://amaskincare.com/wp-content/uploads/2024/04/header-what-is-beauty.webp)](https://amaskincare.com/what-is-beauty-the-manifestation-of-purpose/)

### [What is Beauty? The Manifestation of Purpose](https://amaskincare.com/what-is-beauty-the-manifestation-of-purpose/)

[![](https://amaskincare.com/wp-content/uploads/2024/04/header-stretch-mark-causes.webp)](https://amaskincare.com/what-causes-stretch-marks-how-to-prevent-them/)

### [What Causes Stretch Marks &amp; How to Prevent Them](https://amaskincare.com/what-causes-stretch-marks-how-to-prevent-them/)

[![](https://amaskincare.com/wp-content/uploads/2024/04/header-co2-fractional-laser.webp)](https://amaskincare.com/2-laser-specialists-explain-the-co2-fractional-laser-treatment/)

### [The CO2 Fractional Laser Explained by 2 Laser Specialists](https://amaskincare.com/2-laser-specialists-explain-the-co2-fractional-laser-treatment/)

[![what is rosacea causes symptoms](https://amaskincare.com/wp-content/uploads/2024/04/what-is-rosacea-causes-symptoms-495x400-1.webp)](https://amaskincare.com/what-is-rosacea-causes-how-to-treat/)

### [What is Rosacea? What is that Redness on My Face?](https://amaskincare.com/what-is-rosacea-causes-how-to-treat/)

[![](https://amaskincare.com/wp-content/uploads/2024/04/header-spots-removal-laser-dark-skin.webp)](https://amaskincare.com/laser-treatment-dark-skin-hyperpigmentation-melasma/)

### [Laser Treatment for Hyperpigmentation &amp; Melasma on Dark Skin](https://amaskincare.com/laser-treatment-dark-skin-hyperpigmentation-melasma/)

[![What is melasma](https://amaskincare.com/wp-content/uploads/2024/04/What-is-melasma2-1-495x400-1.webp)](https://amaskincare.com/what-is-melasma/)

### [What is Melasma? Stable Vs. Unstable, Causes and Treatment](https://amaskincare.com/what-is-melasma/)

document.addEventListener('DOMContentLoaded', function () {
  document.querySelectorAll('.elementor-posts-container a.elementor-post__thumbnail__link').forEach(function(anchor) {
    const titleEl = anchor.closest('.elementor-post').querySelector('.elementor-post__title');
    if (titleEl) {
      const title = titleEl.textContent.trim();
      anchor.setAttribute('aria-label', 'Thumbnail for: ' + title);
    }
  });
});

document.addEventListener('DOMContentLoaded', function () {
  const listContainer = document.querySelector('.elementor-posts-container[role="list"]');
  if (listContainer) {
    const articles = listContainer.querySelectorAll('article[role="listitem"]');
    articles.forEach(article =&gt; {
      // Remove invalid role
      article.removeAttribute('role');
      // Create a wrapper div with role="listitem"
      const wrapper = document.createElement('div');
      wrapper.setAttribute('role', 'listitem');
      wrapper.appendChild(article.cloneNode(true));
      article.replaceWith(wrapper);
    });
  }
});

[Request a Consultation](/contact/)

### Why AMA Regen Med?

Superior results that are non-invasive, natural &amp; long-lasting.

### Our Philosophy

Customize a therapeutic protocol that is tailored for each patient.

### Our Place in the World

We are devoted to contributing to everyone’s knowledge of their amazing human physiology.

### Founders Bios

Alice Pien, MD &amp; Asher Milgrom, PhD

## About Us

AMA Skincare’s medical philosophy emanates from an astonished appreciation for the sheer genius and wonder of human physiology.

Our unique approach involves the stimulation of the physiological processes naturally existing in our organs, that produce health and vitality internally and vibrant beauty externally.

We recognize God’s unfathomable design in human physiology, and we acknowledge our sacred privilege to engage with people on the sacred, miraculous platform.

We have no words to adequately express our gratitude as we strive to Honor God in everything we do.

## Depth Of Our Treatment

In contrast to conventional medicine, which focuses primarily on interventional and often invasive methodologies, the purpose of AMA’s unique “IRM” approach, including its methodologies, modalities, and protocols, is to restore robust health, full functionality, and peak vitality of all our patient’s physiological systems and their associated organs.

From beautiful supple skin on the surface, to all internal organs from head to toe.

[Know More](https://amaskincare.com/depth-of-our-treatment/)

![AMA PHOTO SHOOT 2](https://amaskincare.com/wp-content/uploads/2024/09/AMAPHOTOSHOOT-245.jpg)															

## Tour the Laser Skincare Division of Our Practice with Dr. Asher Milgrom

## Our **Sacred Privilege** is to be Part of Our Patient’s Healing

This is the place to go if your looking for true skincare artistry, the Doctors are masterful and the nurse is awesome, the whole staff is top notch!

![Steven A.](https://amaskincare.com/wp-content/uploads/2024/04/steven-testimonial.jpeg)
											
								Steven A.Los Angeles, CA			

I’ve received a number of services, including facials and lasers, and have seen amazing results with all my melasma treatments. The staff is unbelievably kind and accommodating.

![Lauren B.](https://amaskincare.com/wp-content/uploads/2024/04/lauren-teatimonial-180x180-1.jpg)
											
								Lauren B.Los Angeles, CA			

“I have been living with sun spots for about 15 years and they have only been getting worse. What a relief to learn AMA can remove these ugly sun spots!!! I had my first treatment last week and already I see a noticeable improvement with my face! I love it!”

![Maria R.](https://amaskincare.com/wp-content/uploads/2024/04/MariaR-180x1801-1.webp)
											
								Maria R.Pomona, CA			

“If you want honest, knowledgable, caring, affordable, I could go on and on! I promise you, AMA is the only place I will ever go for my skin care and overall wellness. The BEST out there! They do more than just skin care! You won’t be disappointed!”

![Erin S.](https://amaskincare.com/wp-content/uploads/2024/04/ErinS-180x180-1.png)
											
								Erin S.Mission Viejo, CA			

“AMA Regenerative Medicine &amp; Skincare has been a blessing to my life. Dr. Pien and Dr. Milgrom have been so supportive in helping me cure my acne. I had horrible skin before I started going to AMA. Give them a chance they are experts!”

![Lydia R.](https://amaskincare.com/wp-content/uploads/2024/04/LydiaR-348x321-180x180-1.png)
											
								Lydia R.Los Angeles, CA			

I had the SpectraLift and I’m so happy with the results so far. I HAD (past tense) loads of sun damage from years of running marathons with no sunscreen (whoops). Dr Pien zapped the sun spots right off my face and chest. 

![Elizabeth N.](https://amaskincare.com/wp-content/uploads/2024/04/testimonial-elizabeth-180x180-1.jpeg)
											
								Elizabeth N.Cardiff, CA			

![image_9-removebg-preview.png](https://amaskincare.com/wp-content/uploads/2024/04/image_9-removebg-preview.png)

![image_10-removebg-preview.png](https://amaskincare.com/wp-content/uploads/2024/04/image_10-removebg-preview.png)

![image_11-removebg-preview.png](https://amaskincare.com/wp-content/uploads/2024/04/image_11-removebg-preview.png)

![image_12-removebg-preview.png](https://amaskincare.com/wp-content/uploads/2024/04/image_12-removebg-preview.png)

![image_13-removebg-preview.png](https://amaskincare.com/wp-content/uploads/2024/04/image_13-removebg-preview.png)

![image_14-removebg-preview.png](https://amaskincare.com/wp-content/uploads/2024/04/image_14-removebg-preview.png)

![03_Fox-removebg-preview](https://amaskincare.com/wp-content/uploads/2024/04/03_Fox-removebg-preview.png)

![04_AandE-400x321-_1_-removebg-preview](https://amaskincare.com/wp-content/uploads/2024/04/04_AandE-400x321-_1_-removebg-preview.png)

![05_NBC-400x375-_1_-removebg-preview](https://amaskincare.com/wp-content/uploads/2024/04/05_NBC-400x375-_1_-removebg-preview.png)

![07_WomansDay-removebg-preview](https://amaskincare.com/wp-content/uploads/2024/04/07_WomansDay-removebg-preview.png)

![15_GoodDayLa-removebg-preview](https://amaskincare.com/wp-content/uploads/2024/04/15_GoodDayLa-removebg-preview.png)

![12_GoodHouseKeepingV2-400x400-_2_-removebg-preview](https://amaskincare.com/wp-content/uploads/2024/04/12_GoodHouseKeepingV2-400x400-_2_-removebg-preview-150x48.png)
