/* ===========================================================
   Specialties archive (amg_specialty, /specialties/) — scoped add-ons.
   The archive renders via the generic archive.php; these rules are loaded
   ONLY on the specialties archive (see functions.php), so Conditions /
   Treatments (which share archive.php) are unaffected.
   =========================================================== */

/* Clean hero + CTA: drop the breadcrumb and the "Specialties" / "Get Started"
   pills on this page (matches the other redesigned inner-page heroes). The
   .pill rule covers both the hero pill and the shared cta.php "Get Started"
   pill, which can't be edited directly. */
.post-type-archive-amg_specialty .breadcrumbs,
.post-type-archive-amg_specialty .pill{ display:none; }

/* ---- 1280px tier ONLY — match Home/About side gutters ----
   The archive uses the global 1200px centred container (~56px side padding at
   1280px). Opt into the site's full-width gutter system (--fs-*) like the About
   page, for the 1025–1280px band only. 1920 / 1536 / 1440 / mobile stay frozen;
   the header/footer are untouched (rule targets .ihero/.section only). */
@media(min-width:1025px) and (max-width:1280px){
  .post-type-archive-amg_specialty .ihero .container,
  .post-type-archive-amg_specialty .section .container{ max-width:none; margin-left:0; margin-right:0; }
  .post-type-archive-amg_specialty .ihero .container{   padding-left:var(--fs-banner-pl,120px);  padding-right:var(--fs-banner-pr,100px); }
  .post-type-archive-amg_specialty .section .container{ padding-left:var(--fs-section-pl,170px); padding-right:var(--fs-section-pr,170px); }
}
