/* Extracts and colloids are primary ranges, with the same visual scale as leading products. */
.priority-range-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}
.priority-ranges{margin-block:3rem}
.priority-range-card{min-width:0;display:flex;flex-direction:column;color:inherit;text-decoration:none}
.priority-range-card .product-visual{display:flex;align-items:center;justify-content:center;min-height:335px;background:var(--product-surface,#f5f5f2);padding:1.6rem}
.priority-range-card .product-visual img,.priority-range-card .product-visual .catalogue-photo{height:285px;max-width:85%;width:auto;object-fit:contain}
.priority-range-card .product-info{padding-top:1.4rem}
.priority-range-card .product-info h3,.content-shell .priority-range-card .product-info h3{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:clamp(1.5rem,2.3vw,2rem);font-weight:600;line-height:1.3;max-width:none;margin:0 0 .8rem}
.priority-range-card .product-purpose{font-size:1.05rem;line-height:1.65;margin:0;max-width:45ch}
.range-title-arrow{font-family:Arial,sans-serif;font-size:.8em;color:var(--green,#8a4937);flex:none}
.priority-range-card:focus-visible{outline:2px solid #8a4937;outline-offset:6px}
.remaining-solutions{margin-top:3.5rem}
@media(max-width:680px){
 .priority-range-grid{grid-template-columns:1fr;gap:2.2rem}
 .priority-ranges{margin-block:2.2rem}
 .priority-range-card .product-visual{min-height:280px}
 .priority-range-card .product-visual img,.priority-range-card .product-visual .catalogue-photo{height:235px}
 .priority-range-card .product-info h3,.content-shell .priority-range-card .product-info h3{font-size:1.55rem}
 .priority-range-card .product-purpose{font-size:1rem}
}

/* v2.32: four primary standalone products. */
@media (min-width:700px){body[data-layout="catalogue"] .product-collection.primary-products-v2-32{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1200px){body[data-layout="catalogue"] .product-collection.primary-products-v2-32{grid-template-columns:repeat(4,minmax(0,1fr))}}

/* v2.33: six equal category cards; existing homepage hero and header are preserved. */
.home-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;gap:3rem 1.5rem}
.home-category-card{display:flex;flex-direction:column;min-width:0;color:var(--deep,#292c29);text-decoration:none}
.home-category-visual{display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;overflow:hidden;background:var(--product-surface,#f5f5f2);padding:1.25rem}
.home-category-visual img{display:block;width:100%;height:100%;min-height:0;object-fit:contain}
.home-category-info{display:flex;flex:1;flex-direction:column;padding-top:1.35rem}
.home-category-info h3{margin:0 0 .7rem;min-height:2.7em;max-width:none;font-family:inherit;font-size:clamp(1.2rem,1.65vw,1.5rem);font-weight:600;line-height:1.35;letter-spacing:0;overflow-wrap:break-word}
.home-category-info p{margin:0 0 1rem;max-width:40ch;color:var(--muted,#6a6d66);font-size:1rem;line-height:1.65}
.home-category-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:44px;margin-top:auto;border-bottom:1px solid var(--line,#dcded6);font-size:.95rem;font-weight:600}
.home-category-link span{font-size:1.3rem;line-height:1}
.home-category-card:focus-visible{outline:2px solid #8a4937;outline-offset:6px}
@media(hover:hover){.home-category-card:hover .home-category-link{color:#8a4937;border-color:#8a4937}}
@media(min-width:700px) and (max-width:999px){.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:699px){.home-category-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:2.5rem}.home-category-info h3{min-height:0;font-size:1.35rem}.home-category-visual{aspect-ratio:4/3}.home-category-info{padding-top:1.15rem}}

/* v2.35: catalogue uses the same six category cards as the homepage. */
.catalogue-category-overview .home-category-info h2{margin:0 0 .7rem;padding:0;border:0;min-height:2.7em;max-width:none;font-family:inherit;font-size:clamp(1.2rem,1.65vw,1.5rem);font-weight:600;line-height:1.35;letter-spacing:0;overflow-wrap:break-word}
.catalogue-category-overview .home-category-card{scroll-margin-top:7rem}
@media(max-width:699px){.catalogue-category-overview .home-category-info h2{min-height:0;font-size:1.35rem}}
