@media (min-width:761px){
  /* Taller category cards with a deliberate e-commerce crop: head near top, body to below knees/full length. */
  .cs-demo-section.cs-demo-categories{height:193px;padding:3px 10px 0}
  .cs-demo-category-grid{height:190px;gap:3px}
  .cs-demo-category-card,.cs-demo-category-image{height:190px}
  .cs-demo-category-image{background-size:auto 220px!important;background-position:center -9px!important;background-repeat:no-repeat!important;background-color:#eee7dd!important}
  .cs-demo-category-card:nth-child(1) .cs-demo-category-image{background-image:url('./generated/category-1-v4.png')!important}
  .cs-demo-category-card:nth-child(2) .cs-demo-category-image{background-image:url('./generated/category-2-v4.png')!important}
  .cs-demo-category-card:nth-child(3) .cs-demo-category-image{background-image:url('./generated/category-3-v4.png')!important}
  .cs-demo-category-card:nth-child(4) .cs-demo-category-image{background-image:url('./generated/category-4-v4.png')!important}
  .cs-demo-category-card:nth-child(5) .cs-demo-category-image{background-image:url('./generated/category-5-v4.png')!important}
  .cs-demo-category-card:nth-child(6) .cs-demo-category-image{background-image:url('./generated/category-6-v4.png')!important}
  .cs-demo-category-card:nth-child(7) .cs-demo-category-image{background-image:url('./generated/category-7-v4.png')!important}
  .cs-demo-category-image.has-term-thumbnail{background-image:none!important;background-color:#eee7dd!important}
  .cs-demo-category-image.has-term-thumbnail>img{display:block!important;width:100%!important;height:100%!important;opacity:1!important;object-fit:cover!important;object-position:center top!important}
  .cs-demo-category-card>span{bottom:13px;min-height:28px}

  /* The collection loses the same 56 px gained by categories, preserving total page height. */
  .cs-demo-section.cs-demo-collection{height:254px;padding:5px 15px 4px}
  .cs-demo-collection-layout{height:245px;min-height:245px}
  .cs-demo-editorial-card{height:245px;background-position:center 16%!important}
  .cs-demo-product-grid{height:245px;grid-template-rows:1fr 1fr}

  /* Separate portrait crops prevent sprite distortion. Contain + bottom alignment keeps air above heads. */
  .cs-demo-product-image{background-size:contain!important;background-repeat:no-repeat!important;background-position:center bottom!important;background-color:#f1ece5!important}
  .cs-demo-product-card:nth-child(1) .cs-demo-product-image{background-image:url('./generated/product-1-v3.png')!important}
  .cs-demo-product-card:nth-child(2) .cs-demo-product-image{background-image:url('./generated/product-2-v3.png')!important}
  .cs-demo-product-card:nth-child(3) .cs-demo-product-image{background-image:url('./generated/product-3-v3.png')!important}
  .cs-demo-product-card:nth-child(4) .cs-demo-product-image{background-image:url('./generated/product-4-v3.png')!important}
}

@media (max-width:760px){
  .cs-demo-category-image.has-term-thumbnail{background-image:none!important}
  .cs-demo-category-image.has-term-thumbnail>img{display:block!important;width:100%!important;height:100%!important;opacity:1!important;object-fit:cover!important;object-position:center top!important}
}
