/* KOCY collections hub */
.kocy-collections-hub{background:#f5f5f2;color:#0a0a0a;padding:clamp(3.5rem,6vw,7rem) 5.2vw clamp(5rem,7vw,8rem)}
.kocy-collections-hub__heading{display:grid;grid-template-columns:1.25fr .75fr;gap:4rem;align-items:end;margin-bottom:clamp(2.2rem,4vw,4.2rem)}
.kocy-collections-hub__heading>div>span{display:block;margin-bottom:.8rem;font-size:.75rem;font-weight:850;letter-spacing:.22em;text-transform:uppercase}
.kocy-collections-hub__heading h1{margin:0;font:900 clamp(4.6rem,7vw,9rem)/.9 Impact,"Arial Black",sans-serif;letter-spacing:-.02em;text-transform:uppercase}
.kocy-collections-hub__heading h1 span{display:block}.kocy-collections-hub__heading h1 span+span{margin-top:.06em}
.kocy-collections-hub__heading p{margin:0 0 .7rem auto;max-width:430px;font-size:1rem;line-height:1.55;color:#474743}
.kocy-collections-hub__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.kocy-collections-hub__card{position:relative;display:block;min-height:clamp(390px,38vw,620px);overflow:hidden;background:#111;color:#fff;text-decoration:none}
.kocy-collections-hub__card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .45s ease,filter .45s ease}

.kocy-collections-hub__card--latest::before{display:none}
.kocy-collections-hub__card--latest>img{left:0;width:100%;object-fit:cover!important;object-position:center 28%!important;transform:scale(1);z-index:1}
.kocy-collections-hub__card--latest:hover>img{transform:scale(1.02)!important;filter:none}
.kocy-collections-hub__card--accessories>img{object-position:center 50%;filter:brightness(1.06)}
.kocy-collections-hub__card--latest .kocy-collections-hub__shade{z-index:2}
.kocy-collections-hub__card--latest .kocy-collections-hub__card-copy{z-index:3}
.kocy-collections-hub__card:hover>img{transform:scale(1.025);filter:saturate(.94)}
.kocy-collections-hub__shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.08) 68%),linear-gradient(90deg,rgba(0,0,0,.2),transparent 58%)}
.kocy-collections-hub__card-copy{position:absolute;z-index:2;left:clamp(1.4rem,2.3vw,2.7rem);right:clamp(1.4rem,2.3vw,2.7rem);bottom:clamp(1.4rem,2.3vw,2.7rem);display:grid;justify-items:start}
.kocy-collections-hub__card-copy small{margin-bottom:.7rem;font-size:.7rem;font-weight:850;letter-spacing:.2em;opacity:.78}
.kocy-collections-hub__card h2{margin:0 0 1.15rem;font-family:var(--font-body-family),Arial,sans-serif;font-size:clamp(2rem,3vw,4rem);line-height:.9;font-weight:850;letter-spacing:-.015em;text-transform:uppercase;color:#fff}
.kocy-collections-hub__button{display:inline-flex;align-items:center;gap:2.2rem;background:#fff;color:#111;padding:.9rem 1.05rem;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;transition:background .2s ease,color .2s ease}
.kocy-collections-hub__button b{font-size:1.05rem}.kocy-collections-hub__card:hover .kocy-collections-hub__button{background:#111;color:#fff}
@media(max-width:749px){
  .kocy-collections-hub{padding:3.2rem 1.3rem 5rem}.kocy-collections-hub__heading{display:block;margin-bottom:2rem}.kocy-collections-hub__heading h1{font-size:clamp(4rem,17vw,6rem)}.kocy-collections-hub__heading p{margin:1.3rem 0 0;max-width:92%;font-size:.95rem}
  .kocy-collections-hub__grid{grid-template-columns:1fr;gap:.7rem}.kocy-collections-hub__card{min-height:430px}.kocy-collections-hub__card h2{font-size:2.55rem}.kocy-collections-hub__button{padding:.82rem .95rem}
}
