/* ============================================================
   ultherapy-spt2.html — page-specific overrides ONLY.
   Loaded after css/ultherapy-spt.css and only on the spt2 page,
   so the original ultherapy-spt.html is never affected.
   ============================================================ */

/* 1) The Program (hero): vertically center the description
      against the h1 hero title. */
.a-hero__inner { align-items: center; }
.a-hero__right { padding-top: 0; }

/* 2) Mechanism of Action: smaller image + text block centered
      to the image's vertical center, and the whole block
      (image + text) centered horizontally on the page. */
.a-tech {
  grid-template-columns: clamp(280px, 34%, 420px) minmax(0, 600px);
  justify-content: center;
  align-items: center;
}
.a-tech__media { position: static; top: auto; }
