/* Compact collection hero: keep category image proportional to text */
.template-collection .coll-hero-block{grid-template-columns:minmax(0,1.05fr) minmax(320px,.82fr)!important;min-height:0!important;align-items:stretch!important}.template-collection .coll-hero-text{padding:clamp(28px,4vw,46px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.template-collection .coll-hero-title{font-size:clamp(2.05rem,4vw,3.15rem)!important;line-height:1.04!important;margin:0 0 18px!important}.template-collection .coll-hero-desc{max-width:62ch!important;font-size:15px!important;line-height:1.75!important;color:var(--c-muted)!important}.template-collection .coll-hero-img{max-height:360px!important;min-height:260px!important}.template-collection .coll-hero-img img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.template-collection .coll-hero-block:not(:has(.coll-hero-img)){display:block!important}.template-collection .coll-hero-block:not(:has(.coll-hero-img)) .coll-hero-text{min-height:160px!important}@media(max-width:980px){.template-collection .coll-hero-block{grid-template-columns:1fr!important}.template-collection .coll-hero-img{max-height:280px!important;min-height:220px!important;display:block!important;order:-1}.template-collection .coll-hero-text{padding:28px 24px!important}.template-collection .coll-hero-title{font-size:2.15rem!important}}@media(max-width:640px){.template-collection .coll-hero-img{max-height:220px!important;min-height:180px!important}.template-collection .coll-hero-desc{font-size:14px!important;line-height:1.65!important}}