/* ============================================================
   Dropshipping Store Consulting — page.css
   Extends ../../style.css + ../page.css (ecommerce-consulting hub)
   All hero reductions inherited from ../page.css
   ============================================================ */

/* ── Tag font cap: 6-item tag line is unusually long — reduce max so it doesn't wrap to 3 lines */
.svc-hero-tag {
  font-size: clamp(1rem, 1.8vw, 1.5rem);
}

/* ── Fit section: use surface to avoid adjacent bg with uc-section above */
.fit-section {
  background: var(--surface);
}
