/* ==================================================================
   BCB — Conditions hub · Plugged Ducts & Mastitis page CSS
   ------------------------------------------------------------------
   Every .pdm-* component plus the page's reading primitives (.sec, .inner,
   .eyebrow, .h-title, .body-lg) — all scoped to body.page-plugged-ducts-mastitis
   so nothing bleeds into other pages.

   System: the educational body sits on ONE warm-white "article sheet" floating
   on the sitewide v4 gradient. The hero, the conversion card, the
   photobiomodulation band, and the FAQ sit outside the sheet, directly on the
   gradient. Ombré footer-blend retargeted to the LIVE footer navy #293448.

   Lean port of the handoff CSS: components the Plugged Ducts page does not use
   (quickanswer/figure/deflist/signs/video/story-ph/list--paths/list--steps/
   callout/redflag-list) were dropped; only the spectrum, alert, scope, lists,
   cta, concern band, and faq components are kept.

   Load order:  colors_and_type.css  →  nav.css/footer.css (theme)  →  this file
   ================================================================== */

body.page-plugged-ducts-mastitis {
  font-family: var(--font-sans);
  color: var(--navy-600);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
body.page-plugged-ducts-mastitis img { max-width: 100%; display: block; }

/* Anchor targets clear the fixed nav + hub-subnav strip. */
body.page-plugged-ducts-mastitis [id] { scroll-margin-top: 150px; }

/* ─── Reading primitives (page-scoped) ─────────────────────────── */
body.page-plugged-ducts-mastitis .sec { padding: clamp(48px, 6vw, 72px) 24px; background: transparent; }
body.page-plugged-ducts-mastitis .sec--sm { padding: clamp(36px, 4vw, 52px) 24px; }
body.page-plugged-ducts-mastitis .inner { max-width: 1180px; margin: 0 auto; }
body.page-plugged-ducts-mastitis .inner--prose { max-width: 760px; margin: 0 auto; }

body.page-plugged-ducts-mastitis .eyebrow {
  font-family: var(--font-accent);
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--pink-600);
  margin: 0 0 14px;
}
body.page-plugged-ducts-mastitis .h-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12; letter-spacing: -0.02em;
  color: var(--navy-700);
  margin: 0 0 18px;
  text-wrap: balance;
}
body.page-plugged-ducts-mastitis .h-title em { font-style: normal; color: var(--pink-600); }
body.page-plugged-ducts-mastitis .body-lg {
  font-size: clamp(16px, 1.05vw, 17.5px);
  line-height: 1.72;
  color: var(--navy-600);
  margin: 0;
  text-wrap: pretty;
}
body.page-plugged-ducts-mastitis .body-lg + .body-lg { margin-top: 1.1em; }

/* Inline links inside the reading surfaces (service link, LactMed refs). */
body.page-plugged-ducts-mastitis .pdm-sheet a:not(.btn),
body.page-plugged-ducts-mastitis .pdm-cta a:not(.btn),
body.page-plugged-ducts-mastitis .pdm-concern a:not(.btn),
body.page-plugged-ducts-mastitis .pdm-faq__a a {
  color: var(--pink-600);
  text-decoration: none;
  border-bottom: 1px solid rgba(194, 99, 138, 0.3);
  padding-bottom: 1px;
  transition: color var(--dur-fast), border-color var(--dur-fast);
}
body.page-plugged-ducts-mastitis .pdm-sheet a:not(.btn):hover,
body.page-plugged-ducts-mastitis .pdm-cta a:not(.btn):hover,
body.page-plugged-ducts-mastitis .pdm-concern a:not(.btn):hover,
body.page-plugged-ducts-mastitis .pdm-faq__a a:hover {
  color: var(--pink-700);
  border-color: var(--pink-500);
}

/* ══════════════════════════════════════════════════════════════
   HERO — soft: text + a framed photo beside it
   ══════════════════════════════════════════════════════════════ */
.pdm-hero {
  background: transparent;
  padding: clamp(22px, 3.4vw, 44px) 24px clamp(14px, 2.2vw, 24px);
}
.pdm-hero__inner {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
}
@media (min-width: 900px) {
  .pdm-hero__inner { grid-template-columns: 1.1fr 0.9fr; }
}
@media (max-width: 899.98px) {
  /* Mobile spoke-hero format: centered single column, eyebrow -> H1 -> lede ->
     photo -> chips. display:contents flattens the text wrapper so the chip row
     drops below the photo (matches feeding-lactation-care). */
  .pdm-hero__inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0; }
  .pdm-hero__text { display: contents; }
  .pdm-hero__eyebrow { margin-bottom: 10px; }
  .pdm-hero__h1 { margin-bottom: 12px; }
  .pdm-hero__lede { margin-bottom: 18px; }
  .pdm-hero__media { width: 100%; }
  .pdm-hero__toc { order: 1; justify-content: center; margin-top: clamp(14px, 3vw, 18px); }
  .pdm-toc__label { width: 100%; text-align: center; margin: 0 0 2px; }
}
.pdm-hero__eyebrow {
  font-family: var(--font-accent);
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--pink-600);
  margin: 0 0 16px;
}
.pdm-hero__h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.07; letter-spacing: -0.023em;
  color: var(--pink-500);
  margin: 0;
  text-wrap: balance;
}
.pdm-hero__lede {
  font-weight: 500;
  font-size: clamp(16.5px, 1.4vw, 20px);
  line-height: 1.6;
  color: var(--navy-600);
  margin: clamp(18px, 2vw, 26px) 0 0;
  max-width: 36em;
  text-wrap: pretty;
}
.pdm-hero__media { position: relative; }
.pdm-hero__photo {
  width: 100%;
  height: clamp(220px, 30vw, 340px);
  object-fit: cover;
  object-position: 50% 38%;
  border-radius: var(--radius-xl);
  box-shadow: 0 1px 3px rgba(31,45,64,.06), 0 26px 56px -18px rgba(31,45,64,.34);
}
/* soft inset vignette to match the homepage hero framing */
.pdm-hero__media::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: var(--radius-xl);
  box-shadow: inset 0 0 70px rgba(31,45,64,.16);
  pointer-events: none;
}

/* ══════════════════════════════════════════════════════════════
   ON-THIS-PAGE — anchor chips, living inside the hero
   ══════════════════════════════════════════════════════════════ */
.pdm-hero__toc {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 9px;
  margin-top: clamp(16px, 2vw, 22px);
}
.pdm-toc__label {
  font-family: var(--font-accent);
  font-weight: 700; font-size: 11.5px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--navy-400);
  margin-right: 4px;
}
.pdm-toc__chip {
  font-family: var(--font-sans);
  font-weight: 600; font-size: 13.5px;
  color: var(--navy-600);
  text-decoration: none;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.62);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(62, 80, 104, 0.14);
  white-space: nowrap;
  transition: background var(--dur-fast) var(--ease-out),
              color var(--dur-fast) var(--ease-out),
              border-color var(--dur-fast) var(--ease-out);
}
.pdm-toc__chip:hover {
  background: #fff;
  color: var(--pink-600);
  border-color: var(--pink-200);
}

/* ══════════════════════════════════════════════════════════════
   ARTICLE SHEET — the warm-white reading surface
   ══════════════════════════════════════════════════════════════ */
.pdm-sheet {
  max-width: 884px;
  margin: clamp(8px, 1.5vw, 18px) auto clamp(40px, 6vw, 72px);
  padding: clamp(28px, 4vw, 52px) clamp(22px, 4vw, 60px);
  background: rgba(255, 253, 251, 0.93);
  -webkit-backdrop-filter: blur(10px) saturate(112%);
  backdrop-filter: blur(10px) saturate(112%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-2xl);
  box-shadow: 0 1px 3px rgba(31,45,64,.05), 0 22px 60px -20px rgba(31,45,64,.22);
}
.pdm-sheet__inner { display: block; }

/* Section rhythm inside the sheet: vertical padding + hairline rules. */
.pdm-sheet .sec,
.pdm-sheet .sec--sm {
  padding: clamp(26px, 3.4vw, 40px) 0;
  background: transparent;
}
.pdm-sheet .inner,
.pdm-sheet .inner--prose { max-width: none; margin: 0; padding: 0; }
.pdm-sheet__inner > section + section { border-top: 1px solid rgba(62, 80, 104, 0.12); }
.pdm-sheet__inner > section:first-child { padding-top: 0; }
.pdm-sheet__inner > section:last-child { padding-bottom: 0; }

/* ── Lead intro (the longer opening moved down from the hero) ─── */
.pdm-intro { padding-bottom: clamp(18px, 2.4vw, 26px) !important; }
.pdm-lead {
  margin: 0;
  font-weight: 500;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6;
  color: var(--navy-600);
  max-width: 62ch;
  text-wrap: pretty;
}

/* ── Lists ─────────────────────────────────────────────────────
   Default .pdm-list = branded diamond-bullet list.
   --avoid = short flat navy dash ("go easy on this").            */
.pdm-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.pdm-list li {
  position: relative;
  padding-left: 28px;
  font-size: clamp(15.5px, 1.05vw, 17px);
  line-height: 1.6;
  color: var(--navy-600);
}
.pdm-list li::before {
  content: "";
  position: absolute;
  left: 5px; top: 0.6em;
  width: 8px; height: 8px;
  background: var(--pink-400);
  border-radius: 2px;
  transform: rotate(45deg);
}
/* avoid — gentle "go easy on this" list (what not to do) */
.pdm-list--avoid li::before {
  top: 0.72em;
  width: 11px; height: 2px;
  background: var(--navy-400);
  border-radius: 2px;
  transform: none;
}

/* ══════════════════════════════════════════════════════════════
   SPECTRUM bar: plugged duct ←→ mastitis ("What is happening")
   ══════════════════════════════════════════════════════════════ */
.pdm-spectrum { margin: clamp(24px, 3vw, 34px) 0 4px; }
.pdm-spectrum__bar {
  height: 12px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg,
    var(--pink-200) 0%, var(--pink-400) 42%, #d98a5f 78%, #c0623f 100%);
  position: relative;
}
.pdm-spectrum__bar::before,
.pdm-spectrum__bar::after {
  content: "";
  position: absolute; top: 50%;
  width: 18px; height: 18px;
  border-radius: var(--radius-pill);
  transform: translateY(-50%);
  border: 3px solid rgba(255, 253, 251, 0.95);
  box-shadow: 0 1px 3px rgba(31,45,64,.22);
}
.pdm-spectrum__bar::before { left: 0;  background: var(--pink-400); }
.pdm-spectrum__bar::after  { right: 0; background: #c0623f; }
.pdm-spectrum__ends {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 3vw, 40px);
  margin-top: 18px;
}
.pdm-spectrum__end--right { text-align: right; }
.pdm-spectrum__tag {
  font-family: var(--font-accent);
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.12em; text-transform: uppercase;
  margin: 0 0 7px;
}
.pdm-spectrum__end .pdm-spectrum__tag { color: var(--pink-600); }
.pdm-spectrum__end--right .pdm-spectrum__tag { color: #b05636; }
.pdm-spectrum__desc {
  margin: 0;
  font-size: clamp(14.5px, 1vw, 16px);
  line-height: 1.55;
  color: var(--navy-600);
  text-wrap: pretty;
}
@media (max-width: 560px) {
  .pdm-spectrum__ends { grid-template-columns: 1fr; gap: 14px; }
  .pdm-spectrum__end--right { text-align: left; }
}

/* ══════════════════════════════════════════════════════════════
   TERRACOTTA ALERT callout (red-flag list, "When to reach out")
   ══════════════════════════════════════════════════════════════ */
.pdm-alert {
  margin: clamp(20px, 2.4vw, 28px) 0 0;
  background: var(--note-bg);
  border: 1px solid var(--note-border);
  border-left: 4px solid var(--note-accent);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 2.6vw, 28px) clamp(20px, 2.6vw, 30px);
}
.pdm-alert__head {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-accent);
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--note-accent);
  margin: 0 0 14px;
}
.pdm-alert__head::before {
  content: "";
  flex: none; width: 22px; height: 22px;
  border-radius: var(--radius-pill);
  background: var(--note-accent);
  -webkit-mask: no-repeat center / 13px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='12' y1='8' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E");
          mask: no-repeat center / 13px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round'%3E%3Cline x1='12' y1='8' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E");
}
.pdm-alert__list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.pdm-alert__list li {
  position: relative; padding-left: 26px;
  font-size: clamp(15.5px, 1.05vw, 17px);
  line-height: 1.5; color: var(--navy-700);
}
.pdm-alert__list li::before {
  content: ""; position: absolute; left: 4px; top: 0.5em;
  width: 7px; height: 7px; border-radius: var(--radius-pill);
  background: var(--note-accent);
}

/* ══════════════════════════════════════════════════════════════
   SCOPE split: feeding side vs medical side
   ══════════════════════════════════════════════════════════════ */
.pdm-scope {
  display: grid; grid-template-columns: 1fr;
  gap: 16px;
  margin: clamp(20px, 2.6vw, 28px) 0;
}
@media (min-width: 680px) { .pdm-scope { grid-template-columns: 1fr 1fr; } }
.pdm-scope__card {
  border-radius: var(--radius-lg);
  padding: clamp(20px, 2.4vw, 26px);
  border: 1px solid rgba(62,80,104,.12);
}
.pdm-scope__card--us { background: var(--sky-50); border-color: var(--sky-200); }
.pdm-scope__card--md { background: rgba(255,255,255,.72); }
.pdm-scope__role {
  font-family: var(--font-accent);
  font-weight: 700; font-size: 12px;
  letter-spacing: 0.13em; text-transform: uppercase;
  margin: 0 0 8px;
}
.pdm-scope__card--us .pdm-scope__role { color: var(--sky-700); }
.pdm-scope__card--md .pdm-scope__role { color: var(--navy-400); }
.pdm-scope__title {
  font-family: var(--font-display);
  font-weight: 800; font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.2; letter-spacing: -0.015em;
  color: var(--navy-700); margin: 0 0 12px;
  text-wrap: balance;
}
.pdm-scope__body { margin: 0; font-size: clamp(14.5px,1vw,16px); line-height: 1.6; color: var(--navy-600); }
.pdm-scope__chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.pdm-scope__chips li {
  font-size: 13.5px; font-weight: 600; color: var(--navy-700);
  background: #fff; border: 1px solid var(--sky-200);
  border-radius: var(--radius-pill); padding: 6px 13px;
}

/* ══════════════════════════════════════════════════════════════
   CONVERSION — floating card on the gradient
   ══════════════════════════════════════════════════════════════ */
.pdm-cta { padding: clamp(16px, 2vw, 28px) 24px clamp(44px, 6vw, 72px); }
.pdm-cta__inner {
  max-width: 660px; margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: var(--radius-xl);
  padding: clamp(30px, 4vw, 52px) clamp(24px, 4vw, 48px);
  box-shadow: 0 1px 3px rgba(31,45,64,.08), 0 26px 60px -20px rgba(31,45,64,.4);
}
.pdm-cta .eyebrow { color: var(--pink-600); }
.pdm-cta .h-title { margin-bottom: 14px; }
body.page-plugged-ducts-mastitis .pdm-cta .body-lg { margin: 0 auto; max-width: 46ch; }
.pdm-cta__buttons {
  display: flex; flex-direction: column; gap: 10px;
  align-items: stretch;
  max-width: 380px; margin: clamp(22px, 2.6vw, 28px) auto 0;
}
.pdm-cta__buttons .btn { width: 100%; }
.pdm-cta__between {
  text-align: center;
  margin: 6px auto 2px;
  max-width: 44ch;
  font-size: 14.5px; line-height: 1.5;
  color: var(--navy-500);
}

/* ══════════════════════════════════════════════════════════════
   CONCERN-TOPIC BAND — laser photobiomodulation (added support)
   ══════════════════════════════════════════════════════════════ */
.pdm-concern-band { padding: clamp(8px, 2vw, 18px) 24px clamp(20px, 3vw, 30px); }
.pdm-concern {
  position: relative; z-index: 1;
  max-width: 820px; margin: 0 auto;
  background: rgba(255, 253, 251, 0.93);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(62,80,104,.14);
  border-left: 3px solid var(--sky-500);
  border-radius: var(--radius-xl);
  padding: clamp(24px, 3.4vw, 40px) clamp(22px, 3.4vw, 44px);
  box-shadow: 0 1px 3px rgba(31,45,64,.05), 0 18px 50px -22px rgba(31,45,64,.22);
}
.pdm-concern .eyebrow { color: var(--sky-700); }
.pdm-concern__cta { margin: clamp(18px,2.2vw,24px) 0 0; }

/* ══════════════════════════════════════════════════════════════
   FAQ — accordion on a light panel over the navy base
   ══════════════════════════════════════════════════════════════ */
.pdm-faq { padding: clamp(8px, 2vw, 20px) 24px clamp(48px, 7vw, 88px); }
.pdm-faq__inner {
  position: relative;
  z-index: 1;                     /* keep the card above the footer blend band */
  max-width: 820px; margin: 0 auto;
  background: rgba(255, 253, 251, 0.95);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-2xl);
  padding: clamp(26px, 4vw, 48px) clamp(22px, 4vw, 48px);
  box-shadow: 0 1px 3px rgba(31,45,64,.05), 0 22px 60px -20px rgba(31,45,64,.28);
}
.pdm-faq .eyebrow { color: var(--pink-600); margin-bottom: 10px; }
.pdm-faq__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12; letter-spacing: -0.02em;
  color: var(--pink-500);
  margin: 0 0 clamp(10px, 1.5vw, 18px);
  text-wrap: balance;
}
.pdm-faq__item { border-top: 1px solid rgba(62, 80, 104, 0.13); }
.pdm-faq__item:first-of-type { border-top: 0; }
.pdm-faq__q {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px;
  padding: clamp(16px, 1.8vw, 20px) 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(16.5px, 1.4vw, 20px);
  line-height: 1.32;
  color: var(--navy-700);
  text-wrap: balance;
}
.pdm-faq__q::-webkit-details-marker { display: none; }
.pdm-faq__q::after {
  content: "+";
  flex: none;
  width: 30px; height: 30px;
  border-radius: var(--radius-sm);
  background: var(--navy-500);
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-sans); font-weight: 400; font-size: 21px; line-height: 1;
  transition: background var(--dur-fast) var(--ease-out);
}
.pdm-faq__item[open] .pdm-faq__q { color: var(--pink-700); }
.pdm-faq__item[open] .pdm-faq__q::after { content: "\2013"; background: var(--pink-500); }
.pdm-faq__q:hover::after { background: var(--navy-600); }
.pdm-faq__a { padding: 0 0 clamp(18px, 2vw, 24px); }
.pdm-faq__a p {
  margin: 0;
  max-width: 64ch;
  font-size: clamp(15.5px, 1.05vw, 17px);
  line-height: 1.66;
  color: var(--navy-600);
}
.pdm-faq__a p + p { margin-top: 0.95em; }

/* ══════════════════════════════════════════════════════════════
   CLOSING FINE-PRINT DISCLAIMER — terracotta general-information note
   ══════════════════════════════════════════════════════════════ */
.pdm-finenote {
  position: relative; z-index: 1;
  max-width: 820px;
  margin: 0 auto clamp(40px, 6vw, 64px);
  padding: clamp(16px,2vw,20px) clamp(20px,2.6vw,30px);
  background: var(--note-bg);
  border: 1px solid var(--note-border);
  border-left: 4px solid var(--note-accent);
  border-radius: var(--radius-lg);
}
.pdm-finenote p {
  margin: 0; font-size: 14px; line-height: 1.55; font-style: italic;
  color: var(--navy-500); text-align: center;
}
.pdm-finenote a {
  color: var(--pink-600); font-style: normal; font-weight: 600;
  text-decoration: none; border-bottom: 1px solid rgba(194, 99, 138, 0.4);
}
.pdm-finenote a:hover { color: var(--pink-700); border-color: var(--pink-500); }

/* ─── Ombré footer dissolve ─────────────────────────────────────
   This page is Case A (light ending) and OPTS IN to the canonical sitewide
   blend (`.footer-ombre-blend`, emitted by footer.php, defined + enabled per
   page in footer.css via `body.page-plugged-ducts-mastitis .footer-ombre-blend`).
   No page-scoped blend rule here — the retired `.pdm-footer-blend` technique was
   superseded by the global mechanism (2026-06-05). The terracotta `.pdm-finenote`
   above paints over the blend via the global `#content { z-index:1 }` lift. */

/* ─── Mobile refinements ───────────────────────────────────────── */
@media (max-width: 700px) {
  .pdm-toc__label { width: 100%; margin-bottom: 2px; }
}
