/* Melaaura Home — Collections slider (matches Recent Work feel). */
.mh-collections{ background:var(--mh-coll-bg,#F7F5F1); padding:clamp(76px,12vh,160px) clamp(20px,5vw,100px); }
.mh-collections__wrap{ max-width:1360px; margin:0 auto; }
.mh-collections__head{ display:flex; flex-direction:column; align-items:center; text-align:center; margin-bottom:clamp(40px,6vh,64px); }
.mh-collections__eyebrow{ font-size:12px; letter-spacing:0.28em; text-transform:uppercase; color:var(--mh-mute,#8B8174); margin-bottom:18px; }
.mh-collections__title{ font-weight:400; font-size:clamp(34px,4.6vw,72px); line-height:1; letter-spacing:-0.01em; color:var(--mh-ink,#16130F); margin:0 0 22px; }
.mh-collections__nav{ display:flex; gap:12px; }
.mh-collections__navbtn{ width:46px; height:46px; padding:0; border-radius:50%; border:1px solid rgba(22,19,15,0.22); background:transparent; color:var(--mh-ink,#16130F); display:inline-flex; align-items:center; justify-content:center; cursor:pointer; transition:background .25s ease,color .25s ease,border-color .25s ease,opacity .25s ease; }
.mh-collections__navbtn:hover{ background:var(--mh-ink,#16130F); color:#fff; border-color:var(--mh-ink,#16130F); }
.mh-collections__navbtn:disabled{ opacity:0.26; cursor:default; }
.mh-collections__navbtn:disabled:hover{ background:transparent; color:var(--mh-ink,#16130F); border-color:rgba(22,19,15,0.22); }
.mh-collections__scroller{ display:flex; gap:clamp(16px,1.8vw,26px); overflow-x:auto; scroll-snap-type:x proximity; scroll-behavior:smooth; padding:4px 0 14px; scrollbar-width:none; -webkit-overflow-scrolling:touch; cursor:grab; }
.mh-collections__scroller::-webkit-scrollbar{ display:none; height:0; }
.mh-collections__scroller.is-grabbing{ cursor:grabbing; scroll-snap-type:none; scroll-behavior:auto; user-select:none; }
.mh-collections__scroller.is-grabbing .mh-collections__img{ pointer-events:none; }
.mh-collections__scroller a, .mh-collections__scroller img{ -webkit-user-drag:none; user-select:none; }
.mh-collections__card{ position:relative; width:clamp(270px,32vw,360px); flex:none; scroll-snap-align:start; aspect-ratio:5/7; overflow:hidden; border-radius:var(--mh-coll-radius,16px); text-decoration:none; display:block; background:#EFEAE1; }
.mh-collections__img{ width:100% !important; height:100% !important; object-fit:cover !important; transition:transform 1.6s cubic-bezier(.22,.61,.36,1); }
.mh-collections__card:hover .mh-collections__img{ transform:scale(1.07); }
.mh-collections__scrim{ position:absolute; inset:0; background:linear-gradient(0deg, rgba(10,8,6,0.66) 0%, rgba(10,8,6,0) 52%); }
.mh-collections__cap{ position:absolute; left:clamp(18px,2vw,26px); right:clamp(18px,2vw,26px); bottom:clamp(18px,1.8vw,24px); color:#FFFFFF; }
.mh-collections__kicker{ font-size:11px; letter-spacing:0.2em; text-transform:uppercase; opacity:0.85; margin-bottom:6px; text-shadow:0 1px 6px rgba(0,0,0,0.5); }
.mh-collections__name{ font-size:clamp(24px,2vw,32px); line-height:1.05; text-shadow:0 1px 10px rgba(0,0,0,0.4); }
@media (max-width:600px){
  .mh-collections__card{ width:78vw; }
  .mh-collections__nav{ display:none; }
}