/* Compact six-card catalogue category strip. */
.ec-category-strip{padding:30px 0 18px}
.ec-category-strip .ec-shell{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.ec-category-strip a{height:138px;min-height:0;padding:16px}
.ec-category-strip a span{font-size:10px;line-height:1.2}
.ec-category-strip a b{margin:14px 0 4px;font-size:15px;line-height:1.15;letter-spacing:-.025em}
.ec-category-strip a small{font-size:9.5px;line-height:1.3}
.ec-card__tags span{word-break:normal}

/* Homepage quick links: four compact desktop shortcuts on one row. */
@media(min-width:981px){
  .ec-quick .ec-shell{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ec-quick a{min-height:84px;padding:18px;grid-template-columns:30px minmax(0,1fr) 16px;gap:10px}
  .ec-quick a>b{font-size:12px;line-height:1.2}
  .ec-quick a>span{font-size:13px;line-height:1.25}
  .ec-quick a>span small{font-size:10px;line-height:1.3}
  .ec-quick a>i{font-size:16px;line-height:1}
}

/* Homepage product catalogue: preserve contain-fit imagery while removing surplus card and section height. */
@media(min-width:981px){
  body.home .ec-section--products{padding:72px 0}
  body.home .ec-section--products .ec-card__media{height:240px;padding:18px}
}
@media(max-width:980px){
  body.home .ec-section--products{padding:62px 0}
  body.home .ec-section--products .ec-card__media{height:220px;padding:16px}
}

@media(max-width:1180px){.ec-category-strip .ec-shell{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}
@media(max-width:980px){.ec-category-strip .ec-shell{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.ec-category-strip{padding:22px 0 14px}.ec-category-strip .ec-shell{grid-template-columns:1fr;gap:9px}.ec-category-strip a{height:auto;min-height:0;padding:16px}.ec-category-strip a b{margin-top:12px}}
