/* ===========================================================================
   LAYER 6 — THE MOTHER'S PDP DESIGN SYSTEM
   Loaded ONLY on product #96. Phase 5 ships this file with the design-system
   switch that COM-TARGET section 4 requires, and nothing else: the twelve
   mcs-mother-* sections are Phase 7's work.

   "The PDP is a different design system from the home page. Building one
   stylesheet for both pages will break both." — COM-TARGET section 4, and
   correction C-4 on the status board.
   =========================================================================== */

body.mcsv2-ds-pdp {
  font-family: var(--mcs-font-body-pdp);
  color: var(--mcs-ink-pdp);
}
body.mcsv2-ds-pdp h1, body.mcsv2-ds-pdp h2, body.mcsv2-ds-pdp h3,
body.mcsv2-ds-pdp h4, body.mcsv2-ds-pdp h5, body.mcsv2-ds-pdp h6 {
  font-weight: 800;                 /* 800 throughout, not 500/600 */
  color: var(--mcs-ink-pdp);
}
body.mcsv2-ds-pdp .mcsv2-page-width { max-width: var(--mcs-page-width-pdp); }

/* Orange buttons are 8px here, not 14px. Brown secondaries are 10px. */
body.mcsv2-ds-pdp .woocommerce a.button,
body.mcsv2-ds-pdp .woocommerce button.button,
body.mcsv2-ds-pdp .single_add_to_cart_button,
body.mcsv2-ds-pdp .mcsv2-btn {
  border-radius: var(--mcs-radius-button-pdp) !important;
}
body.mcsv2-ds-pdp .mcsv2-btn--secondary {
  background-color: var(--mcs-brown) !important;
  border-radius: var(--mcs-radius-button-pdp-secondary) !important;
}

/* PHASE 7 FILLS THE REST. Two deliberate defects are to be REPRODUCED here,
   not fixed — both are one-line reversals if Gabriel decides otherwise:
     DEFECT-COM-001  51px sideways scroll between ~768 and ~858px, caused by
                     .mcs-mp-grid going two-column at min-width:768px while its
                     gallery column has a hard 400px min-content and 1fr
                     carries an implicit min-width:auto.
     DEFECT-COM-002  "Show More Creations" is 42px tall at 375, under the 44px
                     tap target.
   Reason: the .org is one arm of a split test against the .com, and a
   one-sided fix makes any lift unattributable. Flag them in the Phase 9
   report; do not fix them on your own initiative. */
