:root{
  --mocpds-green:#104b3b;
  --mocpds-green-dark:#0a3b2f;
  --mocpds-accent:#91b45a;
  --mocpds-cream:#f8f5ee;
  --mocpds-pale:#eef3e8;
  --mocpds-line:#dbe4dc;
  --mocpds-text:#153e35;
  --mocpds-muted:#62706a;
}

body.mocpds-product .woocommerce{
  width:min(1380px, calc(100% - 40px))!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.mocpds-product .woocommerce div.product{margin-top:22px}
body.mocpds-product .woocommerce div.product div.images{width:49%!important}
body.mocpds-product .woocommerce div.product div.summary{width:47%!important;padding:18px 0 0 18px}
body.mocpds-product .woocommerce-product-gallery__wrapper,
body.mocpds-product .woocommerce-product-gallery__image{background:#faf8f2}
body.mocpds-product .woocommerce-product-gallery__image img{width:100%!important;height:auto!important;object-fit:contain}
body.mocpds-product .product_title.entry-title,
body.mocpds-product h1.product_title,
body.mocpds-product .summary > .product_title{display:none!important}

.mocpds-summary{color:var(--mocpds-text)}
.mocpds-eyebrow,.mocpds-kicker{margin:0 0 10px;color:#78994a;font-size:12px;font-weight:750;letter-spacing:.14em;text-transform:uppercase}
.mocpds-kicker.light{color:#b7d177}
.mocpds-summary h1{margin:0;color:var(--mocpds-text);font-size:clamp(38px,3.2vw,56px);font-weight:520;letter-spacing:-.035em;line-height:1.03}
.mocpds-lead{margin:18px 0 0;color:var(--mocpds-muted);font-size:17px;line-height:1.72;max-width:680px}

.mocpds-facts{display:grid;grid-template-columns:1fr 1fr;margin:26px 0 0;border-top:1px solid var(--mocpds-line);border-left:1px solid var(--mocpds-line)}
.mocpds-fact{min-height:82px;padding:15px 16px;border-right:1px solid var(--mocpds-line);border-bottom:1px solid var(--mocpds-line);background:#fff}
.mocpds-fact span{display:block;margin-bottom:5px;color:#78994a;font-size:10px;font-weight:750;letter-spacing:.12em}
.mocpds-fact strong{display:block;color:var(--mocpds-text);font-size:14px;font-weight:600;line-height:1.45}

.mocpds-actions{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0 0}
.mocpds-btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:13px 23px;border:1px solid var(--mocpds-green);border-radius:2px;font-size:14px;font-weight:720;text-decoration:none!important;transition:.2s ease}
.mocpds-btn.primary{background:var(--mocpds-green);color:#fff!important}
.mocpds-btn.primary:hover{background:var(--mocpds-green-dark)}
.mocpds-btn.secondary{background:#fff;color:var(--mocpds-green)!important}
.mocpds-btn.secondary:hover{background:var(--mocpds-pale)}
.mocpds-btn.light{background:#fff;color:var(--mocpds-green)!important;border-color:#fff}
.mocpds-note{margin:12px 0 0;color:#76837d;font-size:12.5px;line-height:1.55}

.mocpds-sections{clear:both;width:100%;padding-top:0;color:var(--mocpds-text)}
.mocpds-wrap{width:min(1240px,calc(100% - 36px));margin:0 auto}
.mocpds-section{padding:72px 0}
.mocpds-section.alt{background:var(--mocpds-cream)}
.mocpds-section.pale{background:var(--mocpds-pale)}
.mocpds-full{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}
.mocpds-head{max-width:830px;margin:0 auto 34px;text-align:center}
.mocpds-head h2,.mocpds-copy h2{margin:0;color:var(--mocpds-text);font-size:clamp(31px,3vw,46px);font-weight:520;letter-spacing:-.035em;line-height:1.08}
.mocpds-head p,.mocpds-copy p{margin:15px 0 0;color:var(--mocpds-muted);font-size:16px;line-height:1.72}

.mocpds-profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}
.mocpds-profile-grid.cols-2{grid-template-columns:repeat(2,1fr);max-width:920px;margin-left:auto;margin-right:auto}
.mocpds-profile-card{padding:28px 26px;border:1px solid var(--mocpds-line);background:#fff}
.mocpds-profile-card.featured{border-color:#aac17c;box-shadow:0 12px 28px rgba(16,75,59,.07)}
.mocpds-profile-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}
.mocpds-profile-top span{color:#78994a;font-size:11px;font-weight:750;letter-spacing:.13em}
.mocpds-profile-top strong{color:var(--mocpds-green);font-size:28px;font-weight:650}
.mocpds-profile-card h3{margin:0;color:var(--mocpds-text);font-size:22px;font-weight:600}
.mocpds-profile-card > p{min-height:70px;margin:10px 0 18px;color:var(--mocpds-muted);font-size:14px;line-height:1.65}
.mocpds-profile-card dl{margin:0;border-top:1px solid var(--mocpds-line)}
.mocpds-profile-card dl > div{display:grid;grid-template-columns:115px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid var(--mocpds-line)}
.mocpds-profile-card dt{color:#78994a;font-size:11px;font-weight:700}
.mocpds-profile-card dd{margin:0;color:var(--mocpds-muted);font-size:13px;line-height:1.5}
.mocpds-profile-note{margin-top:18px;padding:16px 18px;background:var(--mocpds-pale);color:#52645c;font-size:13px;line-height:1.65;text-align:center}

.mocpds-evidence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.mocpds-evidence{border:1px solid var(--mocpds-line);background:#fff}
.mocpds-evidence img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.mocpds-evidence-body{padding:18px}
.mocpds-evidence h3{margin:0;font-size:18px;font-weight:600;color:var(--mocpds-text)}
.mocpds-evidence p{margin:8px 0 0;color:var(--mocpds-muted);font-size:13.5px;line-height:1.6}
.mocpds-method-note{margin:18px 0 0;padding:14px 16px;background:var(--mocpds-pale);color:#50645b;font-size:13px;line-height:1.6;text-align:center}

.mocpds-quality-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px;align-items:start}
.mocpds-quality-list{border-top:1px solid var(--mocpds-line)}
.mocpds-quality-row{display:grid;grid-template-columns:190px 1fr;gap:20px;padding:15px 0;border-bottom:1px solid var(--mocpds-line)}
.mocpds-quality-row strong{color:var(--mocpds-text);font-size:14px}
.mocpds-quality-row span{color:var(--mocpds-muted);font-size:14px;line-height:1.55}
.mocpds-origin-note{margin-top:22px;padding:19px 20px;border-left:3px solid var(--mocpds-accent);background:#fff;color:#50635a;font-size:14px;line-height:1.65}

.mocpds-supply-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:32px}
.mocpds-supply-card{min-height:205px;padding:24px 20px;border:1px solid var(--mocpds-line);background:#fff}
.mocpds-supply-card span{color:#78994a;font-size:11px;font-weight:750;letter-spacing:.12em}
.mocpds-supply-card h3{margin:13px 0 10px;color:var(--mocpds-text);font-size:19px;font-weight:600}
.mocpds-supply-card ul{margin:0;padding-left:18px;color:var(--mocpds-muted);font-size:13.5px;line-height:1.65}

.mocpds-center-actions{margin-top:30px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.mocpds-private{display:grid;grid-template-columns:1fr .72fr;min-height:390px;overflow:hidden;background:var(--mocpds-green)}
.mocpds-private-copy{display:flex;align-items:center;padding:50px 58px}
.mocpds-private-copy h2{color:#fff}
.mocpds-private-copy p{color:#dbe7e2}
.mocpds-private-media img{width:100%;height:100%;object-fit:cover}
.mocpds-sticky{display:none}
.mocpds-whatsapp-float{position:fixed;right:clamp(18px,2vw,30px);bottom:28px;z-index:99991;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.92);border-radius:50%;background:#25d366;color:#fff!important;box-shadow:0 10px 28px rgba(10,59,47,.28);text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}
.mocpds-whatsapp-float:hover,.mocpds-whatsapp-float:focus-visible{background:#1fbd59;color:#fff!important;transform:translateY(-3px);box-shadow:0 14px 34px rgba(10,59,47,.34)}
.mocpds-whatsapp-float:focus-visible{outline:3px solid #fff;outline-offset:3px}
.mocpds-whatsapp-float svg{width:31px;height:31px;fill:currentColor}
.mocpds-whatsapp-float__label{position:absolute;right:calc(100% + 12px);top:50%;padding:8px 11px;border:1px solid var(--mocpds-line);border-radius:2px;background:#fff;color:var(--mocpds-text);box-shadow:0 6px 18px rgba(10,59,47,.12);font-size:12px;font-weight:700;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(8px,-50%);transition:opacity .18s ease,transform .18s ease}
.mocpds-whatsapp-float:hover .mocpds-whatsapp-float__label,.mocpds-whatsapp-float:focus-visible .mocpds-whatsapp-float__label{opacity:1;transform:translate(0,-50%)}

@media(max-width:1020px){
  body.mocpds-product .woocommerce div.product div.images,
  body.mocpds-product .woocommerce div.product div.summary{width:100%!important;float:none!important}
  body.mocpds-product .woocommerce div.product div.summary{padding-left:0}
  .mocpds-evidence-grid{grid-template-columns:1fr 1fr}
  .mocpds-quality-grid{grid-template-columns:1fr}
  .mocpds-supply-grid{grid-template-columns:1fr 1fr}
  .mocpds-private{grid-template-columns:1fr}
  .mocpds-private-media{max-height:360px}
}

@media(max-width:900px){
  .mocpds-profile-grid,.mocpds-profile-grid.cols-2{grid-template-columns:1fr}
  .mocpds-profile-card > p{min-height:0}
}

@media(max-width:680px){
  html{max-width:100%;overflow-x:hidden!important}
  body.mocpds-product{padding-bottom:70px}
  body.mocpds-product{width:100%;max-width:100%;overflow-x:hidden!important}
  body.mocpds-product .woocommerce{width:min(100% - 22px,680px)!important}
  .mocpds-summary h1{font-size:37px}
  .mocpds-facts{grid-template-columns:1fr}
  .mocpds-actions .mocpds-btn{width:100%}
  .mocpds-section{padding:50px 0}
  .mocpds-evidence-grid,.mocpds-supply-grid{grid-template-columns:1fr}
  .mocpds-quality-row{grid-template-columns:1fr;gap:5px}
  .mocpds-private-copy{padding:38px 24px}
  .mocpds-center-actions .mocpds-btn{width:100%}
  .mocpds-sticky{position:fixed;left:0;right:0;bottom:0;z-index:99990;width:100%;max-width:100%;box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1px;padding:7px;background:#fff;box-shadow:0 -6px 22px rgba(0,0,0,.12);overflow:hidden}
  .mocpds-sticky a{min-width:0;min-height:48px;display:flex;align-items:center;justify-content:center;text-decoration:none!important;font-size:13px;font-weight:750;white-space:nowrap}
  .mocpds-sticky .sample{background:var(--mocpds-green);color:#fff!important}
  .mocpds-sticky .pricing{border:1px solid var(--mocpds-green);color:var(--mocpds-green)!important}
  .mocpds-whatsapp-float{right:14px;bottom:82px;width:54px;height:54px}
  .mocpds-whatsapp-float svg{width:28px;height:28px}
  .mocpds-whatsapp-float__label{display:none}
}

@media(prefers-reduced-motion:reduce){.mocpds-whatsapp-float,.mocpds-whatsapp-float__label{transition:none}}

/* v1.4.1 — compact commerce layout for products with B2B Ordering enabled. */
body.mocpds-commerce-layout div.woocommerce-product-gallery.images{width:100%!important;max-width:none!important;float:none!important;opacity:1!important;overflow:hidden;transition:none!important}
body.mocpds-commerce-layout .wp-block-woocommerce-product-image-gallery{width:100%!important;max-width:none!important;min-width:0}
body.mocpds-commerce-layout .woocommerce-product-gallery .flex-viewport{max-width:100%;overflow:hidden!important}
@media(min-width:1021px){
  body.mocpds-commerce-layout .wp-block-columns:has(.wp-block-woocommerce-product-image-gallery):has(.mocpds-summary){display:grid!important;grid-template-columns:minmax(0,56fr) minmax(0,44fr);align-items:flex-start;gap:clamp(28px,3vw,48px)}
  body.mocpds-commerce-layout .wp-block-columns:has(.wp-block-woocommerce-product-image-gallery):has(.mocpds-summary)>.wp-block-column{min-width:0}
  body.mocpds-commerce-layout .woocommerce div.product div.images,
  body.mocpds-commerce-layout .wp-block-woocommerce-product-image-gallery div.woocommerce-product-gallery.images{width:100%!important;margin:0!important}
  body.mocpds-commerce-layout .woocommerce div.product div.summary{position:sticky;top:118px;width:100%!important;padding:4px 0 0!important}
  body.mocpds-commerce-layout .woocommerce-product-gallery .flex-viewport{height:auto!important;overflow:visible!important}
  body.mocpds-commerce-layout .woocommerce-product-gallery__wrapper{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%!important;transform:none!important}
  body.mocpds-commerce-layout .woocommerce-product-gallery__image{display:block!important;float:none!important;width:100%!important;margin:0!important}
  body.mocpds-commerce-layout .woocommerce-product-gallery__image:first-child{grid-column:1/-1}
  body.mocpds-commerce-layout .woocommerce-product-gallery__image img{display:block;aspect-ratio:1/1;object-fit:cover!important}
  body.mocpds-commerce-layout .woocommerce-product-gallery__image:first-child img{aspect-ratio:4/3}
  body.mocpds-commerce-layout .woocommerce-product-gallery .flex-control-thumbs{display:none!important}
}
body.mocpds-commerce-layout .mocpds-summary h1{font-size:44px;line-height:1.09}
body.mocpds-commerce-layout .mocpds-lead{margin-top:14px;font-size:16px;line-height:1.62}
.mocpds-compact-facts{margin-top:18px;padding:11px 0;border-top:1px solid var(--mocpds-line);border-bottom:1px solid var(--mocpds-line)}
.mocpds-compact-facts p{display:flex;align-items:baseline;gap:14px;margin:0;padding:5px 0;font-size:14px;line-height:1.45}
.mocpds-compact-facts span{flex:0 0 100px;color:#78994a;font-size:10px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}
.mocpds-compact-facts strong{font-weight:560;color:var(--mocpds-text)}
.mocpds-accordions{margin-top:12px;border-top:1px solid var(--mocpds-line)}
.mocpds-accordions details{border-bottom:1px solid var(--mocpds-line)}
.mocpds-accordions summary{position:relative;padding:13px 28px 13px 0;list-style:none;color:var(--mocpds-text);font-size:14px;font-weight:650;cursor:pointer}
.mocpds-accordions summary::-webkit-details-marker{display:none}
.mocpds-accordions summary:after{content:'+';position:absolute;right:3px;top:50%;font-size:19px;font-weight:400;transform:translateY(-50%)}
.mocpds-accordions details[open] summary:after{content:'−'}
.mocpds-accordions details>div{padding:0 24px 14px 0;color:var(--mocpds-muted);font-size:13px;line-height:1.6}
.mocpds-accordions a{color:var(--mocpds-green);font-weight:650;text-underline-offset:3px}
@media(max-width:1200px) and (min-width:1021px){body.mocpds-commerce-layout .mocpds-summary h1{font-size:38px}}
@media(max-width:1020px){
  body.mocpds-commerce-layout .mocpds-summary h1{font-size:36px}
  body.mocpds-commerce-layout div.woocommerce-product-gallery.images{width:100%!important;height:auto!important;margin:0 0 24px!important;opacity:1!important}
  body.mocpds-commerce-layout .woocommerce-product-gallery .flex-viewport{width:100%!important;height:auto!important;overflow:hidden!important}
  body.mocpds-commerce-layout .woocommerce-product-gallery__wrapper{display:block!important;width:100%!important;height:auto!important;transform:none!important}
  body.mocpds-commerce-layout .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image{display:none!important;width:100%!important;height:auto!important;float:none!important;margin:0!important}
  body.mocpds-commerce-layout .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image:first-child{display:block!important}
  body.mocpds-commerce-layout .woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image:first-child img:not(.zoomImg){display:block!important;width:100%!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important}
  body.mocpds-commerce-layout .woocommerce-product-gallery .zoomImg{display:none!important}
  body.mocpds-commerce-layout .woocommerce-product-gallery .flex-control-thumbs{display:none!important}
}
@media(max-width:680px){
  body.mocpds-commerce-layout .mocpds-summary h1{font-size:31px;line-height:1.12}
  body.mocpds-commerce-layout .mocpds-lead{font-size:16px}
  .mocpds-compact-facts p{display:block;padding:6px 0}
  .mocpds-compact-facts span{display:block;margin-bottom:2px}
}


/* v1.0.2 — keep the WooCommerce Product Details block alive so the universal
   decision sections render correctly. Hide only legacy summary fragments that
   duplicate the new B2B summary. */
body.mocpds-product .woocommerce div.product .summary > .entry-title,
body.mocpds-product .woocommerce div.product .summary > .product_title,
body.mocpds-product .woocommerce div.product .summary > .woocommerce-product-details__short-description,
body.mocpds-product .woocommerce div.product .summary > .product_meta,
body.mocpds-product .woocommerce div.product .summary > .wp-block-post-excerpt,
body.mocpds-product .woocommerce div.product .summary > .wp-block-woocommerce-product-summary,
body.mocpds-product .woocommerce div.product .summary > .wc-block-components-product-summary,
body.mocpds-product .wp-block-woocommerce-product-meta{
  display:none!important;
}

/* If the standard tabs wrapper becomes empty after removing Description /
   Additional Information and there are no Reviews, don't leave blank space. */
body.mocpds-product .woocommerce-tabs:empty{
  display:none!important;
}


/* v1.0.3 — additional block-theme short-description selectors. */
body.mocpds-product .wp-block-woocommerce-product-summary,
body.mocpds-product .wc-block-components-product-summary,
body.mocpds-product [data-block-name="woocommerce/product-summary"]{
  display:none!important;
}


/* v1.0.4 — hide only the remaining legacy short-description siblings that
   the active product template prints directly after the new B2B summary. */
body.mocpds-product .woocommerce div.product div.summary > .mocpds-summary ~ p,
body.mocpds-product .woocommerce div.product div.summary > .mocpds-summary ~ .woocommerce-product-details__short-description,
body.mocpds-product .woocommerce div.product div.summary > .mocpds-summary ~ .wp-block-post-excerpt,
body.mocpds-product .woocommerce div.product div.summary > .mocpds-summary ~ .wc-block-components-product-summary{
  display:none!important;
}
/* Product-specific technical modules; no changes to other section layouts. */
.mocpds-technical-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.mocpds-technical-group{min-width:0;padding:24px;background:var(--mocpds-cream,#f8f5ee);border:1px solid var(--mocpds-line,#dbe4dc)}
.mocpds-technical-group h3{margin:0 0 16px;font-size:17px;line-height:1.4;text-transform:uppercase;letter-spacing:.06em;color:var(--mocpds-green,#104b3b)}
.mocpds-technical-group dl{margin:0}
.mocpds-technical-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:16px;padding:12px 0;border-top:1px solid var(--mocpds-line,#dbe4dc);font-size:15px;line-height:1.6}
.mocpds-technical-row dt{font-weight:600}
.mocpds-technical-row dd{margin:0;white-space:pre-line}
.mocpds-technical-profile,.mocpds-technical-documents{overflow-wrap:anywhere}
.mocpds-technical-note{max-width:900px;margin:24px auto 0;font-size:14px;line-height:1.7;color:var(--mocpds-muted,#62706a);white-space:pre-line}
.mocpds-technical-confirmations{max-width:860px;margin:0 auto 24px;padding-left:20px;line-height:1.7}
.mocpds-technical-actions{justify-content:center;margin-top:24px}
.mocpds-technical-actions .mocpds-btn{max-width:100%;box-sizing:border-box;white-space:normal;text-align:center;overflow-wrap:anywhere}
@media(max-width:767px){.mocpds-technical-grid{grid-template-columns:minmax(0,1fr);gap:16px}.mocpds-technical-group{padding:18px}.mocpds-technical-actions .mocpds-btn{width:100%}}
@media(max-width:390px){.mocpds-technical-row{grid-template-columns:minmax(0,1fr);gap:4px}}

/* Compact only when the server found a small set of confirmed technical data. */
.mocpds-technical-profile--compact{padding-top:44px;padding-bottom:44px}
.mocpds-technical-profile--compact .mocpds-head{margin-bottom:22px}
.mocpds-technical-profile--compact .mocpds-technical-grid{grid-template-columns:minmax(0,760px);justify-content:center}
.mocpds-technical-profile--compact .mocpds-technical-note{margin-top:18px}

/* Keep full-bleed sections centered despite block-theme child margins. */
body.mocpds-product{overflow-x:clip}
body.mocpds-product .mocpds-full{margin-left:calc(50% - 50vw)!important}

/* Product-level technical documents and compliance support. */
.mocpds-document-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:28px
}
.mocpds-document-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:22px;
  background:#fff;
  border:1px solid var(--mocpds-line,#dbe4dc);
  border-radius:12px;
  box-shadow:0 8px 24px rgba(16,75,59,.05)
}
.mocpds-document-card h3{
  margin:0 0 10px;
  color:var(--mocpds-green,#104b3b);
  font-size:18px;
  line-height:1.35
}
.mocpds-document-card p{
  flex:1 1 auto;
  margin:0;
  color:var(--mocpds-muted,#62706a);
  font-size:15px;
  line-height:1.65
}
.mocpds-document-card .mocpds-btn{
  align-self:flex-start;
  margin-top:18px;
  max-width:100%;
  box-sizing:border-box;
  white-space:normal;
  text-align:center
}
.mocpds-document-hub{
  margin-top:24px;
  text-align:center
}
.mocpds-document-hub a{
  color:var(--mocpds-green,#104b3b);
  font-weight:700;
  text-underline-offset:4px
}
@media(max-width:900px){
  .mocpds-document-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .mocpds-document-grid{grid-template-columns:minmax(0,1fr);gap:14px}
  .mocpds-document-card{padding:18px}
  .mocpds-document-card .mocpds-btn{width:100%}
}

.mocpds-technical-documents--compact{padding-top:44px;padding-bottom:44px}
.mocpds-technical-documents--compact .mocpds-head{margin-bottom:22px}
.mocpds-technical-documents--compact .mocpds-document-grid{grid-template-columns:minmax(0,760px);justify-content:center;margin-top:20px}
.mocpds-technical-documents--compact .mocpds-document-hub{margin-top:18px}

/* The block theme prints the stored opening excerpt again after B2B ordering. */
body.mocpds-product main>.wp-block-post-excerpt,
body.mocpds-product main>.wp-block-post-excerpt__excerpt,
body.mocpds-product main .wp-block-columns+.wp-block-post-excerpt,
body.mocpds-product .wp-block-column:has(.mocpds-summary)>.wp-block-post-excerpt{display:none!important}

/* Keep the block-theme Related Products output complete and compact. */
body.mocpds-product .wp-block-woocommerce-product-collection{margin-top:46px!important;margin-bottom:46px!important}
body.mocpds-product .wp-block-woocommerce-product-collection .wp-block-post-template,
body.mocpds-product .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-template{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important}
body.mocpds-product .wp-block-woocommerce-product-collection .wc-block-product{width:100%!important;min-width:0;max-width:none!important;flex:none!important;margin:0!important;padding:0 0 18px!important;border:1px solid var(--mocpds-line);background:#fff;overflow:hidden;box-sizing:border-box}
body.mocpds-product .wp-block-woocommerce-product-collection .wc-block-product img{display:block;width:100%!important;height:auto!important;aspect-ratio:1/1;object-fit:cover;opacity:1}
body.mocpds-product .wp-block-woocommerce-product-collection .wp-block-post-title{margin:15px 16px 0!important;font-size:16px!important;line-height:1.35!important;text-align:left!important}
body.mocpds-product .wp-block-woocommerce-product-collection .wp-block-post-title a{color:var(--mocpds-text);text-decoration:none}
@media(max-width:1100px) and (min-width:768px){body.mocpds-product .wp-block-woocommerce-product-collection .wp-block-post-template,body.mocpds-product .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-template{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:767px){
  .mocpds-technical-profile--compact,.mocpds-technical-documents--compact{padding-top:36px;padding-bottom:36px}
  body.mocpds-product .wp-block-woocommerce-product-collection{margin-top:34px!important;margin-bottom:34px!important}
  body.mocpds-product .wp-block-woocommerce-product-collection .wp-block-post-template,body.mocpds-product .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-template{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  body.mocpds-product .wp-block-woocommerce-product-collection .wp-block-post-title{margin:12px 12px 0!important;font-size:14px!important}
}
@media(max-width:420px){body.mocpds-product .wp-block-woocommerce-product-collection .wp-block-post-template,body.mocpds-product .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-template{grid-template-columns:minmax(0,1fr)!important}}

/* Ceremonial-only Discovery Kit conversion prompt. */
.mocpds-discovery-cta{background:var(--mocpds-green,#104b3b);color:#fff}
.mocpds-discovery-cta__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:center;padding:42px 0}
.mocpds-discovery-cta h2{max-width:820px;margin:0 0 14px;color:#fff;font-size:clamp(30px,3.2vw,48px);line-height:1.08;letter-spacing:-.035em}
.mocpds-discovery-cta p{max-width:820px;margin:0;color:rgba(255,255,255,.76);font-size:15px;line-height:1.7}
.mocpds-discovery-cta .mocpds-btn{box-sizing:border-box;max-width:100%;white-space:normal;text-align:center}
@media(max-width:900px){.mocpds-discovery-cta__inner{grid-template-columns:1fr;gap:26px}.mocpds-discovery-cta .mocpds-btn{justify-self:start}}
@media(max-width:767px){.mocpds-discovery-cta__inner{padding:28px 0}.mocpds-discovery-cta h2{font-size:30px}.mocpds-discovery-cta .mocpds-btn{width:100%;justify-content:center}}
