.wchc{position:relative;width:100%;overflow:hidden;contain:layout paint;background:#111}.wchc__nav{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;padding:.75rem 1rem;background:#111}.wchc__nav::-webkit-scrollbar{display:none}.wchc__cat{flex:0 0 auto;border:1px solid rgba(255,255,255,.28);background:0 0;color:#fff;border-radius:999px;padding:.5rem .9rem;font:inherit;cursor:pointer;white-space:nowrap}.wchc__cat.is-active,.wchc__cat:hover{background:#fff;color:#111}.wchc__viewport{overflow:hidden}.wchc__track{display:flex;transition:transform .45s ease;will-change:transform}.wchc__slide{position:relative;flex:0 0 100%;min-width:100%;aspect-ratio:1600/650;background:#111;overflow:hidden}.wchc__image{display:block;width:100%;height:100%;object-fit:cover}.wchc__overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:clamp(1rem,4vw,3rem);background:linear-gradient(0deg,rgba(0,0,0,.65),transparent 60%)}.wchc__content{max-width:760px;color:#fff}.wchc__title{margin:0 0 1rem;font-size:clamp(1.5rem,4vw,3.25rem);line-height:1.05}.wchc__cta{display:inline-block;background:#fff;color:#111;text-decoration:none;border-radius:999px;padding:.75rem 1.2rem;font-weight:700}.wchc__controls{position:absolute;right:1rem;bottom:1rem;display:flex;gap:.4rem}.wchc__arrow{width:42px;height:42px;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(0,0,0,.35);color:#fff;font-size:1.7rem;line-height:1;cursor:pointer}.wchc__arrow:hover{background:#fff;color:#111}@media (prefers-reduced-motion:reduce){.wchc__track{transition:none}}