/* Landing page V2: shared grouped catalogue layout for the primary product
   families. Content and family-specific sections remain in HTML; this file
   aligns the visual grammar so the pages feel like one product catalogue. */
body.tp-category-v2{
  --tp2-ink:#17332f;
  --tp2-green:#0f5a4e;
  --tp2-orange:#db6c35;
  --tp2-paper:#fffdf8;
  --tp2-cream:#f7f2e8;
  --tp2-mint:#dfece5;
  --tp2-line:#d9dfda;
  --tp2-muted:#687872;
  --tp2-radius:18px;
  background:var(--tp2-paper);
}

/* A single hero rhythm, regardless of whether the page uses uc-* or grx-*. */
body.tp-category-v2 :is(.uc-hero,.grx-hero){
  position:relative;
  overflow:hidden;
  background:linear-gradient(110deg,var(--tp2-cream) 0 59%,var(--tp2-ink) 59%);
}
body.tp-category-v2 :is(.uc-hero-grid,.grx-hero-grid){
  width:min(1180px,calc(100% - 40px));
  min-height:590px;
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);
  gap:56px;
  align-items:center;
  margin-inline:auto;
  padding:48px 0 62px;
}
body.tp-category-v2 :is(.uc-hero-copy,.grx-hero-copy){max-width:680px;min-width:0}
body.tp-category-v2 :is(.uc-hero-copy h1,.grx-hero-copy h1){
  max-width:680px;
  margin:15px 0 19px;
  color:var(--tp2-ink);
  font-family:Cambria,Georgia,serif;
  font-size:clamp(44px,5vw,68px);
  font-weight:500;
  line-height:1.01;
  letter-spacing:-.045em;
}
body.tp-category-v2 .grx-hero-copy h1 em{color:var(--tp2-orange)}
body.tp-category-v2 :is(.uc-hero-copy>p,.grx-hero-lead){max-width:650px;color:#52665f;font-size:15px;line-height:1.65}
body.tp-category-v2 :is(.uc-hero-actions,.grx-hero-actions){display:flex;flex-wrap:wrap;gap:11px;margin-top:26px}
body.tp-category-v2 :is(.uc-hero-visual,.grx-visual){position:relative;min-height:430px;min-width:0}
body.tp-category-v2 :is(.uc-hero-media,.grx-visual-main){
  position:absolute;
  inset:0;
  overflow:hidden;
  padding:0;
  border:1px solid rgba(255,255,255,.25);
  border-radius:10px 34px 10px 34px;
  background:#dfe7e3;
  box-shadow:0 32px 80px rgba(0,0,0,.24);
}
body.tp-category-v2 :is(.uc-hero-media,.grx-visual-main) img{width:100%;height:100%;object-fit:cover;object-position:center}
body.tp-category-v2 :is(.uc-proof,.grx-hero-proof){grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:31px;padding-top:23px;border-top:1px solid rgba(23,51,47,.16)}
body.tp-category-v2 :is(.uc-proof b,.grx-hero-proof b){font-size:14px}
body.tp-category-v2 :is(.uc-proof small,.grx-hero-proof small){color:var(--tp2-muted);font-size:8px;line-height:1.45}

/* Shared data strip */
body.tp-category-v2 :is(.uc-data-strip,.grx-data-strip){background:#fff;border-bottom:1px solid var(--tp2-line)}
body.tp-category-v2 :is(.uc-data-grid,.grx-data-grid){
  width:min(1180px,calc(100% - 40px));
  display:grid;
  grid-template-columns:1.22fr repeat(5,minmax(0,1fr));
  margin-inline:auto;
}
body.tp-category-v2 :is(.uc-data-title,.grx-data-title,.uc-data-item,.grx-data-item){min-height:106px;padding:18px 14px;border-right:1px solid var(--tp2-line)}
body.tp-category-v2 :is(.uc-data-title small,.grx-data-title small,.uc-data-item small,.grx-data-item small){color:var(--tp2-orange);font-size:7px;font-weight:900;letter-spacing:.11em}
body.tp-category-v2 :is(.uc-data-title b,.grx-data-title b){font-family:Cambria,Georgia,serif;font-size:20px;font-weight:500;line-height:1.15}
body.tp-category-v2 :is(.uc-data-item b,.grx-data-item b){font-size:11px;line-height:1.3}
body.tp-category-v2 :is(.uc-data-item em,.grx-data-item em){color:var(--tp2-muted);font-size:8px;font-style:normal}

/* Shared section heading and section rhythm */
body.tp-category-v2 :is(.uc-section,.grx-section){padding:76px 0}
body.tp-category-v2 :is(.uc-section-head,.grx-head){
  width:min(1180px,calc(100% - 40px));
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(280px,.72fr);
  gap:54px;
  align-items:end;
  margin:0 auto 30px;
}
body.tp-category-v2 :is(.uc-section-head h2,.grx-head h2){margin:10px 0 0;color:var(--tp2-ink);font-family:Cambria,Georgia,serif;font-size:clamp(34px,4vw,54px);font-weight:500;line-height:1.04;letter-spacing:-.035em}
body.tp-category-v2 :is(.uc-section-head>p,.grx-head>p){margin:0;color:var(--tp2-muted);font-size:13px;line-height:1.65}

/* Family navigation: equal cards on all three category pages. */
body.tp-category-v2 :is(.uc-family-grid,.grx-family-grid){
  width:min(1180px,calc(100% - 40px));
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-inline:auto;
}
body.tp-category-v2 :is(.uc-family-card,.grx-family){
  grid-column:auto!important;
  min-height:272px!important;
  position:relative;
  overflow:hidden;
  border:0;
  border-radius:var(--tp2-radius);
  background:#dfe7e3;
  box-shadow:0 10px 30px rgba(20,49,44,.08);
}
/* Parent category modules use one stable family-card geometry. The source
   pages may have 4, 6 or another number of groups; content stays variable,
   but every card follows the same visual contract. */
body.tp-category-v2 :is(.uc-family-grid,.grx-family-grid) > :is(.uc-family-card,.grx-family){
  width:auto!important;
  height:100%!important;
  min-height:272px!important;
}
body.tp-category-v2 :is(.uc-family-card,.grx-family) img{width:100%;height:100%;padding:0;object-fit:cover;object-position:center}
body.tp-category-v2 :is(.uc-family-card,.grx-family):after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 32%,rgba(8,35,30,.9))}
body.tp-category-v2 :is(.uc-family-copy,.grx-family-copy){position:absolute;right:0;bottom:0;left:0;z-index:2;padding:46px 18px 17px;color:#fff}
body.tp-category-v2 :is(.uc-family-copy h3,.grx-family-copy h3){margin:5px 0 4px;color:#fff;font-family:Cambria,Georgia,serif;font-size:24px;font-weight:500;line-height:1.08}
body.tp-category-v2 :is(.uc-family-copy p,.grx-family-copy>span:last-child,.grx-family-copy>span){color:#d3e2dc;font-size:10px;line-height:1.45}
body.tp-category-v2 :is(.uc-family-count,.grx-family-count){top:12px;right:12px;z-index:3;padding:6px 9px;border-radius:999px;background:var(--tp2-orange);font-size:8px;font-weight:900}

/* Shared catalogue and filter */
body.tp-category-v2 :is(.uc-catalog-layout,.emc-catalog-layout,.grx-catalog-layout){
  width:min(1180px,calc(100% - 40px));
  display:grid;
  grid-template-columns:258px minmax(0,1fr);
  gap:24px;
  align-items:start;
  margin-inline:auto;
}
body.tp-category-v2 :is(.uc-filter,.emc-filter,.grx-filter){position:sticky;top:106px;padding:22px;border-radius:8px 20px 8px 20px;background:var(--tp2-ink);color:#fff}
body.tp-category-v2 :is(.uc-filter-buttons,.emc-filter-buttons,.grx-filter-buttons){display:grid;gap:7px}
body.tp-category-v2 :is(.uc-filter-button,.emc-filter-button,.grx-filter-button){min-height:43px;padding:10px 11px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(255,255,255,.04);color:#fff;text-align:left}
body.tp-category-v2 :is(.uc-filter-button.active,.emc-filter-button.active,.grx-filter-button.active){border-color:var(--tp2-orange);background:var(--tp2-orange)}
body.tp-category-v2 :is(.uc-product-grid,.emc-products,.grx-products){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body.tp-category-v2 .tp-selection-layout{
  width:min(1180px,calc(100% - 40px));
  display:grid;
  grid-template-columns:258px minmax(0,1fr);
  gap:24px;
  align-items:start;
  margin-inline:auto;
}
body.tp-category-v2 .tp-filter-panel{
  position:sticky;
  top:106px;
  min-width:0;
  padding:22px;
  border-radius:8px 20px 8px 20px;
  background:var(--tp2-ink);
  color:#fff;
}
body.tp-category-v2 .tp-filter-panel>small{color:#a6c8bf;font-size:8px;font-weight:900;letter-spacing:.13em}
body.tp-category-v2 .tp-filter-panel h3{margin:9px 0;color:#fff;font-family:Cambria,Georgia,serif;font-size:28px;font-weight:500;line-height:1.08}
body.tp-category-v2 .tp-filter-panel>p{margin:0 0 17px;color:#b7cbc5;font-size:11px;line-height:1.6}
body.tp-category-v2 .tp-filter-panel__buttons{display:grid;gap:7px}
body.tp-category-v2 .tp-filter-panel__buttons a{display:flex;min-height:43px;align-items:center;justify-content:space-between;padding:10px 11px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:rgba(255,255,255,.04);color:#fff;text-decoration:none}
body.tp-category-v2 .tp-filter-panel__buttons a:hover{border-color:var(--tp2-orange);background:rgba(219,108,53,.18)}
body.tp-category-v2 .tp-filter-panel__buttons a.is-active{border-color:var(--tp2-orange);background:var(--tp2-orange)}
body.tp-category-v2 .tp-filter-panel__buttons b{font-size:10px}
body.tp-category-v2 .tp-filter-panel__buttons span{color:#a8c6bd;font-size:9px}
body.tp-category-v2 .tp-filter-panel__buttons .is-active span{color:#fff}
body.tp-category-v2 .tp-filter-panel__note{margin:20px 0 0!important;padding-top:16px;border-top:1px solid rgba(255,255,255,.15);font-size:10px!important}
body.tp-category-v2 :is(.uc-highlight-grid){
  width:min(1180px,calc(100% - 40px));
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-inline:auto;
}
body.tp-category-v2 :is(.uc-highlight-grid) > .uc-product-card{min-width:0}
body.tp-category-v2 :is(.uc-product-card,.emc-product-card,.grx-card){
  display:flex;
  min-width:0;
  min-height:100%;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--tp2-line);
  border-radius:var(--tp2-radius);
  background:#fff;
  box-shadow:none;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
body.tp-category-v2 :is(.uc-product-card,.emc-product-card,.grx-card):hover{transform:translateY(-4px);border-color:transparent;box-shadow:0 20px 46px rgba(20,49,44,.13)}
body.tp-category-v2 :is(.uc-product-media,.grx-card-media){aspect-ratio:4/3;min-height:0;background:#e7ece9}
body.tp-category-v2 :is(.uc-product-media,.grx-card-media) img{width:100%;height:100%;padding:0;object-fit:contain}
body.tp-category-v2 :is(.uc-product-body,.grx-card-body){display:flex;flex:1;flex-direction:column;padding:15px}
body.tp-category-v2 :is(.uc-product-body h3,.grx-card-body h3){display:-webkit-box;min-height:3.9em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:6px 0 10px;font-size:14px;line-height:1.35}
body.tp-category-v2 :is(.uc-card-specs,.grx-card-specs){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:auto}
body.tp-category-v2 :is(.uc-card-specs span,.grx-card-specs span){min-width:0;padding:8px;border-radius:8px;background:var(--tp2-cream)}
body.tp-category-v2 :is(.uc-card-link,.grx-card-link){display:flex;min-height:42px;align-items:center;justify-content:space-between;margin-top:11px;color:var(--tp2-green);font-size:10px;font-weight:900}

/* Grouped catalogue presentation (motor/reducer demo). */
body.tp-grouped-catalog .grx-catalog-layout--grouped{display:block;width:min(1300px,calc(100% - 40px))}
body.tp-grouped-catalog .grx-catalog-layout--grouped>.grx-filter{display:none}
body.tp-grouped-catalog .grx-products--grouped{display:block}
body.tp-grouped-catalog .grx-product-group{padding:0 0 62px}
body.tp-grouped-catalog .grx-product-group__head{display:grid;grid-template-columns:38px minmax(250px,1fr) minmax(250px,.95fr) 110px 150px;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid #cfd8d9}
body.tp-grouped-catalog .grx-product-group__index{display:grid;width:38px;height:38px;place-items:center;background:#f5b91b;color:#17332f;font-size:11px;font-weight:900}
body.tp-grouped-catalog .grx-product-group__head h3{margin:0;color:#17332f;font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:24px;font-weight:500;line-height:1.15;text-transform:uppercase}
body.tp-grouped-catalog .grx-product-group__head p{margin:0;color:#687872;font-size:11px;line-height:1.4}
body.tp-grouped-catalog .grx-product-group__head strong{color:#315d75;font-size:11px;white-space:nowrap}
body.tp-grouped-catalog .grx-product-group__head a{color:#0f5a4e;font-size:10px;font-weight:900;text-align:right;white-space:nowrap}
body.tp-grouped-catalog .grx-product-group__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;padding-top:24px}
body.tp-grouped-catalog .grx-product-group__grid .grx-card{display:flex;min-height:0;flex-direction:column;border:0;border-radius:0;background:#fff;box-shadow:0 10px 26px rgba(20,49,44,.08)}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-media{aspect-ratio:1.18/1;background:#eef0f0}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-media img{width:100%;height:100%;object-fit:contain}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-body{display:flex;min-height:300px;flex:1;flex-direction:column;padding:20px 22px 22px}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-body>small{color:#a77200;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-body h3{min-height:58px;margin:10px 0 8px;color:#07315b;font-size:18px;line-height:1.25}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-body p{min-height:38px;margin:0 0 14px;color:#748796;font-size:11px;line-height:1.5}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-specs{grid-template-columns:1fr 1fr;margin-top:auto;border:1px solid #d3dfe4;background:#fff}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-specs span{min-height:58px;padding:11px 12px;border-radius:0;background:#fff}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-specs span+span{border-left:1px solid #d3dfe4}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-specs small{display:block;color:#79909b;font-size:7px;font-weight:800;letter-spacing:.07em}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-specs b{display:block;margin-top:4px;color:#16496b;font-size:10px}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-link{min-height:55px;margin-top:16px;padding:0 18px;background:#fbbb17;color:#07315b;font-size:11px}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-link b{font-size:18px;font-weight:500}
body.tp-grouped-catalog .grx-product-group__grid :is(.uc-product-card,.emc-product-card){display:flex;min-height:0;flex-direction:column;border:0;border-radius:0;background:#fff;box-shadow:0 10px 26px rgba(20,49,44,.08)}
body.tp-grouped-catalog .grx-product-group__grid :is(.uc-product-card,.emc-product-card) :is(.uc-product-media){aspect-ratio:1.18/1;background:#eef0f0}
body.tp-grouped-catalog .grx-product-group__grid :is(.uc-product-card,.emc-product-card) :is(.uc-product-media) img{width:100%;height:100%;object-fit:contain}
body.tp-grouped-catalog .grx-product-group__grid :is(.uc-product-card,.emc-product-card) :is(.uc-product-body){display:flex;min-height:300px;flex:1;flex-direction:column;padding:20px 22px 22px}
body.tp-grouped-catalog .grx-product-group__grid :is(.uc-product-card,.emc-product-card) :is(.uc-product-body)>small{color:#a77200;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
body.tp-grouped-catalog .grx-product-group__grid :is(.uc-product-card,.emc-product-card) :is(.uc-product-body) h3{min-height:58px;margin:10px 0 8px;color:#07315b;font-size:18px;line-height:1.25}
body.tp-grouped-catalog .grx-product-group__grid :is(.uc-product-card,.emc-product-card) :is(.uc-product-body)>p{min-height:38px;margin:0 0 14px;color:#748796;font-size:11px;line-height:1.5}
body.tp-grouped-catalog .grx-product-group__grid :is(.uc-product-card,.emc-product-card) :is(.uc-card-specs){grid-template-columns:1fr 1fr;margin-top:auto;border:1px solid #d3dfe4;background:#fff}
body.tp-grouped-catalog .grx-product-group__grid :is(.uc-product-card,.emc-product-card) :is(.uc-card-specs) span{min-height:58px;padding:11px 12px;border-radius:0;background:#fff}
body.tp-grouped-catalog .grx-product-group__grid :is(.uc-product-card,.emc-product-card) :is(.uc-card-specs) span+span{border-left:1px solid #d3dfe4}
body.tp-grouped-catalog .grx-product-group__grid :is(.uc-product-card,.emc-product-card) :is(.uc-card-link){min-height:55px;margin-top:16px;padding:0 18px;background:#fbbb17;color:#07315b;font-size:11px}
body.tp-grouped-catalog .grx-card--extra{display:none!important}
body.tp-grouped-catalog .grx-product-group.is-expanded .grx-card--extra{display:flex!important}
body.tp-grouped-catalog .grx-more-products{display:block;min-width:255px;margin:22px auto 0;padding:14px 22px;border:1px solid #16496b;background:#fff;color:#16496b;font-size:11px;font-weight:900;cursor:pointer}
body.tp-grouped-catalog .grx-more-products:hover{background:#eef5f8}
@media(max-width:980px){
  body.tp-grouped-catalog .grx-product-group__head{grid-template-columns:38px minmax(0,1fr) 90px;gap:10px}
  body.tp-grouped-catalog .grx-product-group__head p{grid-column:2/-1}
  body.tp-grouped-catalog .grx-product-group__head a{grid-column:3;grid-row:1;text-align:right}
  body.tp-grouped-catalog .grx-product-group__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  body.tp-grouped-catalog .grx-catalog-layout--grouped{width:calc(100% - 28px)}
  body.tp-grouped-catalog .grx-product-group__head{grid-template-columns:32px 1fr;gap:8px;padding:14px 0}
  body.tp-grouped-catalog .grx-product-group__index{width:32px;height:32px}
  body.tp-grouped-catalog .grx-product-group__head h3{font-size:18px}
  body.tp-grouped-catalog .grx-product-group__head p{grid-column:2;font-size:10px}
  body.tp-grouped-catalog .grx-product-group__head strong{grid-column:2}
  body.tp-grouped-catalog .grx-product-group__head a{grid-column:2;grid-row:auto;text-align:left}
  body.tp-grouped-catalog .grx-product-group__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding-top:14px}
  body.tp-grouped-catalog .grx-product-group__grid :is(.grx-card-body,.uc-product-body){min-height:245px;padding:12px 10px 10px}
  body.tp-grouped-catalog .grx-product-group__grid :is(.grx-card-body,.uc-product-body) h3{min-height:47px;font-size:12px}
  body.tp-grouped-catalog .grx-product-group__grid :is(.grx-card-body,.uc-product-body) p{font-size:9px}
  body.tp-grouped-catalog .grx-product-group__grid :is(.grx-card-specs,.uc-card-specs){grid-template-columns:1fr}
  body.tp-grouped-catalog .grx-product-group__grid :is(.grx-card-specs,.uc-card-specs) span+span{display:none}
  body.tp-grouped-catalog .grx-product-group__grid :is(.grx-card-link,.uc-card-link){min-height:44px;padding:0 10px;font-size:9px}
}

/* Electric-motor family navigation now follows the same equal-card contract
   as pump and gear categories. The earlier bento treatment used a separate
   geometry, which made the coder maintain a second template. */
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-template-rows:none!important;
  height:auto!important;
  gap:14px!important;
}
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card,
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card:nth-child(n){
  grid-column:auto!important;
  grid-row:auto!important;
  min-height:272px!important;
  height:272px!important;
  padding:0!important;
  border:0!important;
  border-radius:18px!important;
  background:#dfe7e3!important;
  box-shadow:0 10px 30px rgba(20,49,44,.08)!important;
}
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card img,
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card:first-child img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  padding:0!important;
  border-radius:0!important;
  clip-path:none!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:none!important;
}
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card:before,
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card:first-child:before{display:none!important}
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card:after,
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card:first-child:after{
  z-index:1!important;
  background:linear-gradient(180deg,transparent 28%,rgba(8,35,30,.9))!important;
}
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-copy,
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card:first-child .uc-family-copy{
  left:0!important;
  right:0!important;
  top:auto!important;
  bottom:0!important;
  z-index:2!important;
  display:block!important;
  padding:46px 18px 17px!important;
  color:#fff!important;
}
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-copy small{color:#d3e2dc!important;font-size:8px!important}
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-copy h3,
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card:first-child .uc-family-copy h3{max-width:none!important;margin:5px 0 4px!important;color:#fff!important;font-family:Cambria,Georgia,serif!important;font-size:24px!important;line-height:1.08!important}
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-copy p,
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card:first-child .uc-family-copy p{max-width:none!important;margin:0!important;color:#d3e2dc!important;font-size:10px!important;line-height:1.45!important}
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .emc-family-link{display:inline-flex!important;width:auto!important;height:auto!important;margin-top:10px!important;border:0!important;border-radius:0!important;color:#fff!important;font-size:9px!important;letter-spacing:.07em!important}
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .emc-family-link:after{content:none!important}
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-count{top:12px!important;right:12px!important;padding:6px 9px!important;background:var(--tp2-orange)!important;color:#fff!important;border:0!important;font-size:8px!important}

@media(max-width:980px){
  body.tp-grouped-catalog.emc-parent-refined .emc-family-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:600px){
  body.tp-grouped-catalog.emc-parent-refined .emc-family-grid{grid-template-columns:1fr!important;gap:12px!important}
  body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card,
  body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card:nth-child(n){height:230px!important;min-height:230px!important}
  body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-copy,
  body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card:first-child .uc-family-copy{padding:42px 15px 15px!important}
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-copy h3,
body.tp-grouped-catalog.emc-parent-refined .emc-family-grid .uc-family-card:first-child .uc-family-copy h3{font-size:22px!important}
}

/* Motor giảm tốc: remove the dark image overlay from the transmission-family
   chooser. The image and copy are separated into stable blocks so the photos
   remain clear without sacrificing text contrast. */
body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family{
  display:flex;
  min-height:0!important;
  height:auto!important;
  flex-direction:column;
  border:1px solid var(--tp2-line);
  border-radius:18px;
  background:#fff;
  color:var(--tp2-ink);
  box-shadow:0 10px 30px rgba(20,49,44,.08);
}
body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family:after{display:none!important}
body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family img{
  position:relative;
  inset:auto;
  width:100%;
  height:182px!important;
  flex:none;
  object-fit:cover;
  object-position:center;
  background:#edf1f0;
}
body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family-copy{
  position:relative;
  inset:auto;
  display:flex;
  min-height:136px!important;
  height:auto!important;
  flex:1;
  flex-direction:column;
  padding:20px 18px 17px;
  color:var(--tp2-ink);
}
body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family-copy small{
  color:var(--tp2-orange);
  font-size:10px;
  font-weight:900;
  letter-spacing:.11em;
}
body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family-copy h3{
  margin:7px 0 5px;
  color:var(--tp2-ink);
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  font-size:23px;
  font-weight:800;
  line-height:1.15;
}
body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family-copy>span:last-child{
  color:var(--tp2-muted);
  font-size:13px;
  line-height:1.45;
}
body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family-copy:after{
  content:"";
  display:block;
  width:34px;
  height:2px;
  margin-top:auto;
  background:var(--tp2-orange);
  opacity:.75;
}
body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family-count{
  top:12px;
  right:12px;
  z-index:3;
  padding:7px 10px;
  background:var(--tp2-orange);
  font-size:9px;
}
body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family:hover{
  border-color:var(--tp2-orange);
  box-shadow:0 16px 34px rgba(20,49,44,.13);
}
@media(max-width:980px){
  body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family-grid{grid-template-columns:1fr;gap:12px}
  body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family img{height:190px}
  body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family-copy{min-height:125px;padding:17px 15px 15px}
  body.tp-grouped-catalog[data-product-family="gear"] #nhom .grx-family-copy h3{font-size:21px}
}

/* Electric motor family chooser: same card contract as the standardized gear
   chooser above, while preserving the four motor-specific content blocks. */
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-template-rows:none!important;
  height:auto!important;
  gap:16px!important;
}
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-card,
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-card:nth-child(n){
  display:flex!important;
  grid-column:auto!important;
  grid-row:auto!important;
  min-height:0!important;
  height:auto!important;
  flex-direction:column!important;
  padding:0!important;
  border:1px solid var(--tp2-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  color:var(--tp2-ink)!important;
  box-shadow:0 10px 30px rgba(20,49,44,.08)!important;
}
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-card:before,
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-card:after,
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .emc-family-cleanup{display:none!important}
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-card img,
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-card:first-child img{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:182px!important;
  flex:none!important;
  padding:0!important;
  border-radius:17px 17px 0 0!important;
  clip-path:none!important;
  /* Keep the complete source photo visible; cover was cropping the motor
     housing and shaft at the thumbnail edges. */
  object-fit:contain!important;
  object-position:center!important;
  filter:none!important;
  background:#edf1f0!important;
}
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-copy,
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-card:first-child .uc-family-copy{
  position:relative!important;
  inset:auto!important;
  z-index:2!important;
  display:flex!important;
  min-height:136px!important;
  height:auto!important;
  flex:1!important;
  flex-direction:column!important;
  padding:20px 18px 17px!important;
  color:var(--tp2-ink)!important;
}
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-copy small{color:var(--tp2-orange)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.11em!important}
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-copy h3,
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-card:first-child .uc-family-copy h3{margin:7px 0 5px!important;color:var(--tp2-ink)!important;font-family:Inter,"Segoe UI",Arial,sans-serif!important;font-size:23px!important;font-weight:800!important;line-height:1.15!important}
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-copy p,
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-card:first-child .uc-family-copy p{margin:0!important;color:var(--tp2-muted)!important;font-size:13px!important;line-height:1.45!important}
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .emc-family-link{display:inline-flex!important;width:auto!important;height:auto!important;margin-top:auto!important;padding-top:13px!important;border:0!important;border-radius:0!important;color:var(--tp2-green)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.05em!important}
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-count{top:12px!important;right:12px!important;z-index:3!important;padding:7px 10px!important;background:var(--tp2-orange)!important;color:#fff!important;border:0!important;font-size:9px!important}
body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-card:hover{border-color:var(--tp2-orange)!important;box-shadow:0 16px 34px rgba(20,49,44,.13)!important}
@media(max-width:980px){
  body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:600px){
  body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid{grid-template-columns:1fr!important;gap:12px!important}
  body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-card img,
  body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-card:first-child img{height:190px!important}
  body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-copy,
  body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-card:first-child .uc-family-copy{min-height:125px!important;padding:17px 15px 15px!important}
  body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-copy h3,
  body.tp-grouped-catalog[data-product-family="motor"] #nhom .emc-family-grid .uc-family-card:first-child .uc-family-copy h3{font-size:21px!important}
}

/* Electric motor supporting content: match the readable type scale already
   approved for the gear-motor landing page. Technical wording stays intact. */
body.tp-grouped-catalog[data-product-family="motor"] :is(.uc-deliverables span){
  font-size:14px;
  line-height:1.45;
}
body.tp-grouped-catalog[data-product-family="motor"] :is(.uc-faq details p){
  font-size:15px;
  line-height:1.7;
}
body.tp-grouped-catalog[data-product-family="motor"] :is(.uc-situation h3){
  font-size:18px;
  line-height:1.62;
}
body.tp-grouped-catalog[data-product-family="motor"] :is(.uc-situation p){
  font-size:14px;
  line-height:1.6;
}
body.tp-grouped-catalog[data-product-family="motor"] :is(.uc-situation li){
  font-size:12px;
  line-height:1.45;
}
body.tp-grouped-catalog[data-product-family="motor"] :is(.uc-insight-item b){
  font-size:15px;
  line-height:1.62;
}
body.tp-grouped-catalog[data-product-family="motor"] :is(.uc-insight-item small){
  font-size:13px;
  line-height:1.5;
}
body.tp-grouped-catalog[data-product-family="motor"] :is(.uc-insight-item em){
  font-size:10px;
  line-height:1.6;
}
body.tp-grouped-catalog[data-product-family="motor"] :is(.uc-contact-copy p){
  font-size:16px;
  line-height:1.7;
}
body.tp-grouped-catalog[data-product-family="motor"] :is(.uc-form label){
  font-size:11px;
  line-height:1.62;
}

/* Readability pass for supporting landing-page content. The large editorial
   headings remain unchanged; only explanatory and action text is enlarged. */
body.tp-category-v2 :is(.grx-head>p,.uc-section-head>p){
  font-size:15px;
  line-height:1.7;
  color:#5d7069;
}
body.tp-category-v2 :is(.grx-hero-lead,.uc-hero-copy>p){font-size:17px;line-height:1.7}
body.tp-category-v2 :is(.grx-family-copy>span:last-child,.uc-family-copy p){font-size:13px;line-height:1.55}
body.tp-category-v2 :is(.grx-family-copy small,.uc-family-copy small){font-size:11px}
body.tp-category-v2 :is(.grx-filter p,.uc-filter p,.tp-filter-panel>p){font-size:13px;line-height:1.6}
body.tp-category-v2 :is(.grx-filter-button,.uc-filter-button,.tp-filter-panel__buttons a){font-size:13px}
body.tp-category-v2 :is(.grx-filter-button span,.tp-filter-panel__buttons span){font-size:12px}
body.tp-category-v2 :is(.grx-insight-copy>p,.uc-insight-copy>p){font-size:16px;line-height:1.7}
body.tp-category-v2 :is(.grx-insight-alert,.uc-insight-alert){font-size:14px;line-height:1.65}
body.tp-category-v2 :is(.grx-insight-row b,.uc-insight-row b){font-size:15px}
body.tp-category-v2 :is(.grx-insight-row small,.uc-insight-row small){font-size:13px;line-height:1.5}
body.tp-category-v2 :is(.grx-insight-row em,.uc-insight-row em){font-size:10px}
body.tp-category-v2 .grx-application h3{font-size:18px}
body.tp-category-v2 .grx-application p{font-size:14px;line-height:1.6}
body.tp-category-v2 .grx-application li{font-size:12px;line-height:1.45}
body.tp-category-v2 .grx-faq summary span{font-size:16px}
body.tp-category-v2 .grx-faq details p{font-size:15px;line-height:1.7}
body.tp-category-v2 .grx-contact-copy>p{font-size:16px;line-height:1.7}
body.tp-category-v2 .grx-deliverables span{font-size:14px;line-height:1.45}
body.tp-category-v2 .grx-contact-links a{font-size:14px}
body.tp-category-v2 .grx-form>p{font-size:14px;line-height:1.6}
body.tp-category-v2 .grx-field label{font-size:11px}
body.tp-category-v2 .grx-form input,
body.tp-category-v2 .grx-form select,
body.tp-category-v2 .grx-form textarea{font-size:14px}

/* Global navigation, supporting data and footer readability. */
body.tp-category-v2 .uc-utility{font-size:12px}
body.tp-category-v2 .uc-brand-copy b{font-size:16px}
body.tp-category-v2 .uc-brand-copy small{font-size:10px}
body.tp-category-v2 .uc-nav-link{font-size:14px}
body.tp-category-v2 .uc-sub-toggle{font-size:13px}
body.tp-category-v2 .uc-header-call{font-size:12px}
body.tp-category-v2 .uc-header-call b{font-size:15px}
body.tp-category-v2 .uc-mega-kicker{font-size:10px}
body.tp-category-v2 .uc-mega-feature b{font-size:27px}
body.tp-category-v2 .uc-mega-feature>span{font-size:13px;line-height:1.55}
body.tp-category-v2 .uc-mega-feature>small{font-size:11px}
body.tp-category-v2 .uc-mega-links a b{font-size:13px;line-height:1.4}
body.tp-category-v2 .uc-mega-links a small{font-size:11px;line-height:1.45}
body.tp-category-v2 :is(.uc-proof small,.grx-hero-proof small){font-size:11px}
body.tp-category-v2 :is(.uc-data-title small,.grx-data-title small,.uc-data-item small,.grx-data-item small){font-size:10px}
body.tp-category-v2 :is(.uc-data-item b,.grx-data-item b){font-size:13px}
body.tp-category-v2 :is(.uc-data-item em,.grx-data-item em){font-size:11px;line-height:1.4}
body.tp-category-v2 .grx-replace-copy>p{font-size:16px;line-height:1.7}
body.tp-category-v2 .grx-replace-item strong{font-size:16px}
body.tp-category-v2 .grx-replace-item span{margin-top:2px;font-size:14px;line-height:1.55}
body.tp-category-v2 .grx-replace-item>b{font-size:11px}
body.tp-category-v2 .grx-replace-badge small{font-size:10px}
body.tp-category-v2 .grx-replace-badge b{font-size:16px}

body.tp-category-v2 .gbx-footer-proof article>b{font-size:10px}
body.tp-category-v2 .gbx-footer-proof strong{font-size:14px}
body.tp-category-v2 .gbx-footer-proof span{font-size:12px}
body.tp-category-v2 .gbx-footer-brand-lockup small{font-size:10px}
body.tp-category-v2 .gbx-footer-brand-lockup strong{font-size:30px}
body.tp-category-v2 .gbx-footer-brand h2{font-size:15px}
body.tp-category-v2 .gbx-footer-brand>p{font-size:14px;line-height:1.7}
body.tp-category-v2 .gbx-footer-brand address{font-size:13px}
body.tp-category-v2 .gbx-footer-chips span{font-size:11px}
body.tp-category-v2 .gbx-footer-nav summary{font-size:13px}
body.tp-category-v2 .gbx-footer-links a{font-size:13px;line-height:1.5}
body.tp-category-v2 .gbx-footer-contact>small{font-size:10px}
body.tp-category-v2 .gbx-footer-contact h2{font-size:29px}
body.tp-category-v2 .gbx-footer-contact>p{font-size:13px;line-height:1.65}
body.tp-category-v2 .gbx-footer-actions small{font-size:9px}
body.tp-category-v2 .gbx-footer-actions b{font-size:14px}
body.tp-category-v2 .gbx-footer-contact-meta a{font-size:11px}
body.tp-category-v2 .gbx-footer-bottom,
body.tp-category-v2 .gbx-footer-bottom a{font-size:11px}
@media(max-width:600px){
  body.tp-category-v2 :is(.grx-head>p,.uc-section-head>p){font-size:14px}
  body.tp-category-v2 :is(.grx-hero-lead,.uc-hero-copy>p){font-size:16px}
  body.tp-category-v2 :is(.grx-insight-copy>p,.uc-insight-copy>p,.grx-contact-copy>p){font-size:15px}
  body.tp-category-v2 .grx-application h3{font-size:16px}
  body.tp-category-v2 .grx-application p{font-size:13px}
  body.tp-category-v2 .grx-application li{font-size:11px}
  body.tp-category-v2 .grx-faq summary span{font-size:14px}
  body.tp-category-v2 .grx-faq details p{font-size:14px}
  body.tp-category-v2 .grx-deliverables span{font-size:13px}
  body.tp-category-v2 .uc-nav-link{font-size:14px}
  body.tp-category-v2 .uc-mega-links a b{font-size:13px}
  body.tp-category-v2 .uc-mega-links a small{font-size:11px}
  body.tp-category-v2 .grx-replace-item strong{font-size:15px}
  body.tp-category-v2 .grx-replace-item span{font-size:13px}
  body.tp-category-v2 .gbx-footer-proof strong{font-size:13px}
  body.tp-category-v2 .gbx-footer-proof span{font-size:11px}
  body.tp-category-v2 .gbx-footer-brand h2{font-size:14px}
  body.tp-category-v2 .gbx-footer-brand>p{font-size:13px}
  body.tp-category-v2 .gbx-footer-brand address{font-size:12px}
  body.tp-category-v2 .gbx-footer-nav summary{font-size:13px}
  body.tp-category-v2 .gbx-footer-links a{font-size:13px}
  body.tp-category-v2 .gbx-footer-contact>p{font-size:12px}
  body.tp-category-v2 .gbx-footer-bottom,
  body.tp-category-v2 .gbx-footer-bottom a{font-size:10.5px}
}

/* Insight and contact blocks keep the same visual weight on every page. */
body.tp-category-v2 :is(.uc-dark,.grx-dark){background:var(--tp2-ink);color:#fff}
body.tp-category-v2 :is(.uc-insight-grid,.grx-insight){width:min(1180px,calc(100% - 40px));margin-inline:auto}
body.tp-category-v2 :is(.uc-insight-grid,.grx-insight){
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
  gap:54px!important;
  align-items:center;
}
body.tp-category-v2 :is(.uc-insight-list,.grx-insight-board){display:grid;gap:8px}
body.tp-category-v2 :is(.uc-insight-item,.grx-insight-row){min-height:64px;padding:14px 16px;border-radius:12px}
body.tp-category-v2 :is(.uc-contact-grid,.grx-contact-grid){grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;gap:54px!important;align-items:center}
body.tp-category-v2 :is(.uc-contact,.grx-contact){background:var(--tp2-orange)}
body.tp-category-v2 :is(.uc-contact-grid,.grx-contact-grid){width:min(1180px,calc(100% - 40px));margin-inline:auto}

@media(max-width:980px){
  body.tp-category-v2 :is(.uc-hero-grid,.grx-hero-grid){grid-template-columns:1fr;gap:36px;min-height:auto}
  body.tp-category-v2 :is(.uc-hero-visual,.grx-visual){min-height:390px}
  body.tp-category-v2 :is(.uc-data-grid,.grx-data-grid){grid-template-columns:1.1fr repeat(3,minmax(0,1fr))}
  body.tp-category-v2 :is(.uc-family-grid,.grx-family-grid){grid-template-columns:repeat(2,minmax(0,1fr))}
  body.tp-category-v2 :is(.uc-catalog-layout,.emc-catalog-layout,.grx-catalog-layout){grid-template-columns:1fr}
  body.tp-category-v2 .tp-selection-layout{grid-template-columns:1fr}
  body.tp-category-v2 .tp-filter-panel{position:relative;top:auto}
  body.tp-category-v2 :is(.uc-filter,.emc-filter,.grx-filter){position:relative;top:auto}
  body.tp-category-v2 :is(.uc-product-grid,.emc-products,.grx-products,.uc-highlight-grid){grid-template-columns:repeat(2,minmax(0,1fr))}
  body.tp-category-v2 :is(.uc-contact-grid,.grx-contact-grid){grid-template-columns:1fr!important}
}
@media(max-width:600px){
  body.tp-category-v2 :is(.uc-hero-grid,.grx-hero-grid),body.tp-category-v2 :is(.uc-data-grid,.grx-data-grid),body.tp-category-v2 :is(.uc-section-head,.grx-head),body.tp-category-v2 :is(.uc-catalog-layout,.emc-catalog-layout,.grx-catalog-layout),body.tp-category-v2 .tp-selection-layout,body.tp-category-v2 :is(.uc-family-grid,.grx-family-grid),body.tp-category-v2 :is(.uc-insight-grid,.grx-insight),body.tp-category-v2 :is(.uc-contact-grid,.grx-contact-grid){width:min(1180px,calc(100% - 28px))}
  body.tp-category-v2 :is(.uc-hero-grid,.grx-hero-grid){padding:34px 0 44px}
  body.tp-category-v2 :is(.uc-hero-copy h1,.grx-hero-copy h1){font-size:42px}
  body.tp-category-v2 :is(.uc-hero-actions,.grx-hero-actions){display:grid}
  body.tp-category-v2 :is(.uc-hero-actions,.grx-hero-actions) a{width:100%}
  body.tp-category-v2 :is(.uc-proof,.grx-hero-proof){grid-template-columns:1fr 1fr}
  body.tp-category-v2 :is(.uc-proof>div:last-child,.grx-hero-proof>div:last-child){grid-column:1/-1}
  body.tp-category-v2 :is(.uc-data-grid,.grx-data-grid){grid-template-columns:1fr 1fr}
  body.tp-category-v2 :is(.uc-data-title,.grx-data-title){grid-column:1/-1;border-bottom:1px solid var(--tp2-line)}
  body.tp-category-v2 :is(.uc-family-grid,.grx-family-grid),body.tp-category-v2 :is(.uc-product-grid,.emc-products,.grx-products,.uc-highlight-grid){gap:9px}
  body.tp-category-v2 :is(.uc-highlight-grid){width:min(1180px,calc(100% - 28px))}
  body.tp-category-v2 :is(.uc-family-card,.grx-family){min-height:215px!important}
  body.tp-category-v2 :is(.uc-family-copy,.grx-family-copy){padding:37px 12px 12px}
  body.tp-category-v2 :is(.uc-family-copy h3,.grx-family-copy h3){font-size:19px}
  body.tp-category-v2 :is(.uc-product-body,.grx-card-body){padding:11px}
  body.tp-category-v2 :is(.uc-product-body h3,.grx-card-body h3){font-size:11px}
  body.tp-category-v2 :is(.uc-card-specs,.grx-card-specs){grid-template-columns:1fr}
  body.tp-category-v2 :is(.uc-insight-grid,.grx-insight){grid-template-columns:1fr!important;gap:28px!important}
  body.tp-category-v2 :is(.uc-section,.grx-section){padding:60px 0}
}

/* Grouped catalogue refinement: a distinct Tiến Phát treatment for the
   product-list area. It keeps the shared HTML contract while separating the
   catalogue from the source landing-page composition. */
body.tp-grouped-catalog :is(.emc-products.tp-grouped-products,.uc-highlight-grid.tp-grouped-products){
  display:block!important;
  width:100%!important;
  min-width:0!important;
  grid-template-columns:none!important;
}
body.tp-grouped-catalog :is(.emc-catalog-layout,.tp-selection-layout){
  display:block!important;
  width:min(1300px,calc(100% - 40px))!important;
  grid-template-columns:none!important;
}
body.tp-grouped-catalog :is(.emc-catalog-layout,.tp-selection-layout)>:is(.emc-filter,.tp-filter-panel){display:none!important}
body.tp-grouped-catalog :is(.emc-products.tp-grouped-products,.uc-highlight-grid.tp-grouped-products) .grx-product-group{width:100%;min-width:0}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card){
  display:flex;min-width:0;min-height:0;flex-direction:column;overflow:hidden;
  border:1px solid #dce5df;border-radius:18px;background:#fff;
  box-shadow:0 8px 24px rgba(25,57,49,.07);
}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card):hover{transform:translateY(-5px);box-shadow:0 18px 34px rgba(25,57,49,.14)}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-product-media{position:relative;aspect-ratio:1.12/1;min-height:0;background:#edf2ee}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-product-media img{width:100%;height:100%;object-fit:contain}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-product-body{display:flex;min-height:292px;flex:1;flex-direction:column;padding:17px 17px 16px}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-product-body>small{color:var(--tp2-orange);font-size:10px;font-weight:900;letter-spacing:.14em}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-product-body h3{display:-webkit-box;min-height:62px;margin:9px 0 7px;overflow:hidden;color:#123e52;font-size:19px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:3}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-product-body>p{display:-webkit-box;min-height:42px;margin:0 0 13px;overflow:hidden;color:#75867f;font-size:12px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-card-specs{grid-template-columns:1fr 1fr;overflow:hidden;margin-top:auto;border:1px solid #d8e3dc;border-radius:10px;background:#f7faf7}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-card-specs span{min-height:54px;padding:9px 10px;border-radius:0;background:#f7faf7}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-card-specs span+span{border-left:1px solid #d8e3dc}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-card-specs small{color:#789087;font-size:8.5px}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-card-specs b{color:#16496b;font-size:12px}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-card-link{display:flex;min-height:47px;align-items:center;justify-content:space-between;margin-top:13px;padding:0 13px;border-radius:10px;background:#fbbb17;color:#103d4c;font-size:12px;font-weight:900}
body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-card-link b{font-size:16px}
body.tp-grouped-catalog #san-pham{
  background:
    radial-gradient(circle at 8% 18%,rgba(219,108,53,.08),transparent 28%),
    linear-gradient(180deg,#fffdf8 0%,#f4f7f3 100%);
}
body.tp-grouped-catalog #san-pham .grx-head{
  grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);
  gap:70px;
  margin-bottom:42px;
}
body.tp-grouped-catalog #san-pham .grx-head .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--tp2-orange);
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
body.tp-grouped-catalog #san-pham .grx-head .eyebrow:before{
  content:"";
  width:32px;
  height:3px;
  border-radius:99px;
  background:var(--tp2-orange);
}
body.tp-grouped-catalog #san-pham .grx-head h2{
  max-width:720px;
  margin-top:17px;
  font-size:clamp(38px,4.6vw,62px);
}
body.tp-grouped-catalog #san-pham .grx-head>p{
  align-self:end;
  padding:0 0 7px 24px;
  border-left:2px solid rgba(219,108,53,.34);
}
body.tp-grouped-catalog .grx-product-group{
  position:relative;
  margin-bottom:28px;
  padding:24px 24px 28px;
  border:1px solid #dce5df;
  border-radius:24px;
  background:rgba(255,255,255,.72);
  box-shadow:0 18px 45px rgba(25,57,49,.06);
}
body.tp-grouped-catalog .grx-product-group:nth-child(even){
  background:rgba(238,245,240,.78);
}
body.tp-grouped-catalog .grx-product-group__head{
  display:grid;
  grid-template-columns:52px minmax(220px,1.15fr) minmax(200px,1fr) auto auto;
  gap:18px;
  align-items:center;
  padding:0 0 20px;
  border-bottom:1px solid #d8e2dc;
}
body.tp-grouped-catalog .grx-product-group__index{
  width:52px;
  height:52px;
  border-radius:16px;
  background:var(--tp2-ink);
  color:#fbbb17;
  font-size:13px;
  box-shadow:inset 0 -5px 0 rgba(0,0,0,.12);
}
body.tp-grouped-catalog .grx-product-group__head h3{
  color:var(--tp2-ink);
  font-family:Cambria,Georgia,serif;
  font-size:clamp(21px,2.1vw,30px);
  font-weight:600;
  letter-spacing:-.025em;
  text-transform:none;
}
body.tp-grouped-catalog .grx-product-group__head p{
  max-width:360px;
  color:#6e7f78;
  font-size:12px;
  line-height:1.55;
}
body.tp-grouped-catalog .grx-product-group__head strong{
  padding:8px 12px;
  border:1px solid #cbdad1;
  border-radius:999px;
  background:#f7fbf8;
  color:var(--tp2-green);
  font-size:11px;
}
body.tp-grouped-catalog .grx-product-group__head a{
  display:inline-flex;
  min-height:36px;
  align-items:center;
  gap:8px;
  padding:0 13px;
  border-radius:999px;
  background:var(--tp2-orange);
  color:#fff;
  font-size:10px;
  text-align:center;
  transition:transform .2s ease,background .2s ease;
}
body.tp-grouped-catalog .grx-product-group__head a:hover{transform:translateY(-2px);background:#c95c2b}
body.tp-grouped-catalog .grx-product-group__grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  padding-top:22px;
}
body.tp-grouped-catalog .grx-product-group__grid .grx-card{
  overflow:hidden;
  border:1px solid #dce5df;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 24px rgba(25,57,49,.07);
  transition:transform .2s ease,box-shadow .2s ease;
}
body.tp-grouped-catalog .grx-product-group__grid .grx-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 34px rgba(25,57,49,.14);
}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-media{
  position:relative;
  aspect-ratio:1.12/1;
  background:#edf2ee;
}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-media img{mix-blend-mode:multiply}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-body{
  min-height:292px;
  padding:17px 17px 16px;
}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-body>small{
  color:var(--tp2-orange);
  font-size:10px;
  letter-spacing:.14em;
}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-body h3{
  min-height:62px;
  margin:9px 0 7px;
  color:#123e52;
  font-size:19px;
  line-height:1.25;
}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-body p{
  min-height:42px;
  margin-bottom:13px;
  color:#75867f;
  font-size:12px;
  line-height:1.6;
}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-specs{
  overflow:hidden;
  border:1px solid #d8e3dc;
  border-radius:10px;
}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-specs span{min-height:54px;padding:9px 10px;background:#f7faf7}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-specs span+span{border-left:1px solid #d8e3dc}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-specs small{color:#789087;font-size:8.5px}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-specs b{color:#16496b;font-size:12px}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-link{
  min-height:47px;
  margin-top:13px;
  padding:0 13px;
  border-radius:10px;
  background:#fbbb17;
  color:#103d4c;
  font-size:12px;
}
body.tp-grouped-catalog .grx-product-group__grid .grx-card-link b{font-size:16px}
body.tp-grouped-catalog .grx-more-products{
  min-width:220px;
  margin-top:22px;
  border:1px solid var(--tp2-green);
  border-radius:999px;
  background:transparent;
  color:var(--tp2-green);
}
body.tp-grouped-catalog .grx-more-products:hover{background:var(--tp2-green);color:#fff}
@media(max-width:980px){
  body.tp-grouped-catalog .grx-product-group{padding:20px 18px 22px}
  body.tp-grouped-catalog .grx-product-group__head{grid-template-columns:48px minmax(0,1fr) auto;gap:12px}
  body.tp-grouped-catalog .grx-product-group__head p{grid-column:2/-1;max-width:none}
  body.tp-grouped-catalog .grx-product-group__head strong{grid-column:3;grid-row:1}
  body.tp-grouped-catalog .grx-product-group__head a{grid-column:2/-1;justify-self:start}
}
@media(max-width:600px){
  body.tp-grouped-catalog #san-pham .grx-head{display:block;margin-bottom:30px}
  body.tp-grouped-catalog #san-pham .grx-head>p{margin-top:18px;padding:14px 0 0;border-top:2px solid rgba(219,108,53,.34);border-left:0}
  body.tp-grouped-catalog .grx-product-group{padding:16px 12px 17px;border-radius:18px}
  body.tp-grouped-catalog .grx-product-group__head{grid-template-columns:40px 1fr;gap:9px}
  body.tp-grouped-catalog .grx-product-group__index{width:40px;height:40px;border-radius:12px}
  body.tp-grouped-catalog .grx-product-group__head h3{font-size:21px}
  body.tp-grouped-catalog .grx-product-group__head p{grid-column:2;font-size:10px}
  body.tp-grouped-catalog .grx-product-group__head strong{grid-column:2;grid-row:auto;justify-self:start;font-size:10px}
  body.tp-grouped-catalog .grx-product-group__head a{grid-column:2;justify-self:start}
  body.tp-grouped-catalog .grx-product-group__grid{gap:10px;padding-top:16px}
  body.tp-grouped-catalog .grx-product-group__grid .grx-card-body{min-height:245px;padding:12px 10px 10px}
  body.tp-grouped-catalog .grx-product-group__grid .grx-card-body h3{min-height:48px;font-size:13px}
  body.tp-grouped-catalog .grx-product-group__grid .grx-card-body p{font-size:10px}
  body.tp-grouped-catalog .grx-product-group__grid .grx-card-link{min-height:43px;padding:0 9px;font-size:10px}
  body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-product-body{min-height:245px;padding:12px 10px 10px}
  body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-product-body h3{min-height:48px;font-size:13px}
  body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-product-body>p{min-height:34px;font-size:10px}
  body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-card-specs{grid-template-columns:1fr}
  body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-card-specs span+span{display:none}
  body.tp-grouped-catalog .grx-product-group__grid :is(.emc-product-card,.uc-product-card) .uc-card-link{min-height:43px;padding:0 9px;font-size:10px}
}

/* Water-pump family chooser: use the same readable, non-overlay card
   contract as the approved motor and electric-motor category pages. */
body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid .uc-family-card{
  display:flex!important;
  min-height:0!important;
  height:auto!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border:1px solid var(--tp2-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  color:var(--tp2-ink)!important;
  box-shadow:0 10px 30px rgba(20,49,44,.08)!important;
}
body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid .uc-family-card:before,
body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid .uc-family-card:after{
  display:none!important;
}
body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid .uc-family-card img{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:auto!important;
  flex:none!important;
  display:block!important;
  padding:0!important;
  border-radius:17px 17px 0 0!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:none!important;
  background:#fff!important;
}
body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid .uc-family-copy{
  position:relative!important;
  inset:auto!important;
  z-index:2!important;
  display:flex!important;
  min-height:136px!important;
  height:auto!important;
  flex:1!important;
  flex-direction:column!important;
  padding:20px 18px 17px!important;
  color:var(--tp2-ink)!important;
}
body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid .uc-family-copy small{
  display:block!important;
  color:var(--tp2-orange)!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.11em!important;
}
body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid .uc-family-copy h3{
  margin:7px 0 5px!important;
  color:var(--tp2-ink)!important;
  font-family:Inter,"Segoe UI",Arial,sans-serif!important;
  font-size:23px!important;
  font-weight:800!important;
  line-height:1.15!important;
}
body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid .uc-family-copy p{
  margin:0!important;
  color:var(--tp2-muted)!important;
  font-size:13px!important;
  line-height:1.45!important;
}
body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid .uc-family-copy:after{
  content:"";
  display:block;
  width:34px;
  height:2px;
  margin-top:auto;
  background:var(--tp2-orange);
  opacity:.75;
}
body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid .uc-family-count{
  top:12px!important;
  right:12px!important;
  z-index:3!important;
  padding:7px 10px!important;
  border:0!important;
  background:var(--tp2-orange)!important;
  color:#fff!important;
  font-size:9px!important;
}
body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid .uc-family-card:hover{
  border-color:var(--tp2-orange)!important;
  box-shadow:0 16px 34px rgba(20,49,44,.13)!important;
}

/* Supporting pump-page copy uses the same readable scale as the motor
   reference, while leaving the pump-specific wording intact. */
body.tp-grouped-catalog[data-product-family="pump"] :is(.uc-deliverables span){font-size:14px;line-height:1.45}
body.tp-grouped-catalog[data-product-family="pump"] :is(.uc-faq details p){font-size:15px;line-height:1.7}
body.tp-grouped-catalog[data-product-family="pump"] :is(.uc-situation h3){font-size:18px;line-height:1.62}
body.tp-grouped-catalog[data-product-family="pump"] :is(.uc-situation p){font-size:14px;line-height:1.6}
body.tp-grouped-catalog[data-product-family="pump"] :is(.uc-situation li){font-size:12px;line-height:1.45}
body.tp-grouped-catalog[data-product-family="pump"] :is(.uc-insight-item b){font-size:15px;line-height:1.62}
body.tp-grouped-catalog[data-product-family="pump"] :is(.uc-insight-item small){font-size:13px;line-height:1.5}
body.tp-grouped-catalog[data-product-family="pump"] :is(.uc-insight-item em){font-size:10px;line-height:1.6}
body.tp-grouped-catalog[data-product-family="pump"] :is(.uc-contact-copy p){font-size:16px;line-height:1.7}
body.tp-grouped-catalog[data-product-family="pump"] :is(.uc-form label){font-size:11px;line-height:1.62}

@media(max-width:980px){
  body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:600px){
  body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid{grid-template-columns:1fr!important;gap:12px!important}
  body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid .uc-family-card img{height:auto!important}
  body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid .uc-family-copy{min-height:125px!important;padding:17px 15px 15px!important}
  body.tp-grouped-catalog[data-product-family="pump"] #nhom .uc-family-grid .uc-family-copy h3{font-size:21px!important}
}

/* Pump product thumbnails: keep the source artwork complete while letting it
   fill the card width. The fixed aspect-ratio/cover combination cropped the
   Wilson mark and the outer corners of the pump images. */
body.tp-grouped-catalog[data-product-family="pump"] #san-pham
  .grx-product-group__grid .uc-product-media{
  aspect-ratio:auto!important;
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
  background:#fff!important;
}
body.tp-grouped-catalog[data-product-family="pump"] #san-pham
  .grx-product-group__grid .uc-product-media img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:none!important;
  aspect-ratio:auto!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
}
