/* v15 — clearer collection product listing */
.collection-products-page .cp-hero{min-height:64svh}
.collection-products-page .cp-hero__contain{min-height:64svh;padding-top:8.75rem!important;padding-bottom:2.25rem!important;grid-template-rows:auto 1fr auto}
.collection-products-page .cp-hero__title{grid-column:1/10;font-size:clamp(4.6rem,10vw,10.5rem);line-height:.8}
.collection-products-page .cp-hero__meta{grid-column:10/13;grid-row:2;display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;align-self:end;padding-bottom:.45rem;font-size:.68rem;line-height:1.25;letter-spacing:.06em;text-transform:uppercase;color:rgba(247,244,238,.7)}
.collection-products-page .cp-hero__bottom{align-items:center;margin-top:1.2rem;padding-top:.7rem}
.collection-products-page .cp-hero__models-link{color:inherit;text-decoration:none;text-transform:uppercase;letter-spacing:.055em;transition:color .25s ease}
.collection-products-page .cp-hero__models-link:hover{color:#c3a778}
.collection-products-page .cp-products{padding-top:4.25rem;padding-bottom:7rem}
.collection-products-page .cp-products__head{padding-top:0!important;padding-bottom:1.25rem!important}
.collection-products-page .cp-products__head h2{font-size:clamp(2.7rem,4.5vw,5rem)}
.collection-products-page .cp-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;padding-top:1.75rem!important}
.collection-products-page .cp-card:nth-child(n){grid-column:auto;margin-top:0}
.collection-products-page .cp-card__visual,
.collection-products-page .cp-card:nth-child(2) .cp-card__visual,
.collection-products-page .cp-card:nth-child(3) .cp-card__visual{aspect-ratio:4/5}
.collection-products-page .cp-card__info{grid-template-columns:1fr auto;grid-template-rows:auto auto;padding-top:.75rem;margin-top:.65rem;gap:.35rem 1rem}
.collection-products-page .cp-card__name{font-size:clamp(1.55rem,2.25vw,2.65rem);line-height:.94}
.collection-products-page .cp-card__ref{font-size:.62rem;padding-top:.2rem}
.collection-products-page .cp-card__cta{grid-column:1/2;grid-row:2;font-size:.64rem;opacity:.68}
.collection-products-page .cp-card:hover .cp-card__cta{opacity:1}
@media(max-width:991px){
 .collection-products-page .cp-hero{min-height:68svh}
 .collection-products-page .cp-hero__contain{min-height:68svh}
 .collection-products-page .cp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem 1rem}
 .collection-products-page .cp-card:nth-child(3){grid-column:1/2}
}
@media(max-width:767px){
 .collection-products-page .cp-hero{min-height:72svh}
 .collection-products-page .cp-hero__contain{min-height:72svh;padding-top:7rem!important;padding-bottom:1.6rem!important;display:flex;flex-direction:column;justify-content:flex-end;gap:.8rem}
 .collection-products-page .cp-hero__crumb{top:7rem}
 .collection-products-page .cp-hero__title{font-size:16.5vw;margin-top:auto}
 .collection-products-page .cp-hero__meta{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;font-size:.63rem;padding:0}
 .collection-products-page .cp-hero__bottom{width:100%;font-size:.61rem;margin-top:.35rem}
 .collection-products-page .cp-products{padding-top:3.25rem;padding-bottom:5rem}
 .collection-products-page .cp-products__head h2{font-size:11vw}
 .collection-products-page .cp-grid{display:grid;grid-template-columns:1fr;gap:3.25rem;padding-top:1.4rem!important}
 .collection-products-page .cp-card:nth-child(n){grid-column:1;margin:0}
 .collection-products-page .cp-card__visual,
 .collection-products-page .cp-card:nth-child(2) .cp-card__visual,
 .collection-products-page .cp-card:nth-child(3) .cp-card__visual{aspect-ratio:4/5}
 .collection-products-page .cp-card__name{font-size:8.5vw}
}
@media(max-width:479px){
 .collection-products-page .cp-hero__title{font-size:18vw}
 .collection-products-page .cp-hero__bottom span{display:none}
 .collection-products-page .cp-products__head{align-items:center}
}
