.cm-home-slider{--cm-slider-max-width:728px;--cm-slider-aspect:728 / 90;--cm-slider-fit:cover;position:relative;width:min(100%,var(--cm-slider-max-width));margin:18px auto;overflow:hidden;background:#050505;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-shadow:0 8px 26px rgba(0,0,0,.15)}
.cm-home-slider__track{position:relative;width:100%;aspect-ratio:var(--cm-slider-aspect)}
.cm-home-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease;background-position:center;background-size:var(--cm-slider-fit);background-repeat:no-repeat;background-color:#050505}
.cm-home-slide.is-active{opacity:1;visibility:visible;z-index:1}
.cm-home-slide__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.54) 52%,rgba(0,0,0,.08) 86%)}
.cm-home-slide__content{position:absolute;z-index:2;left:clamp(14px,3vw,32px);top:50%;transform:translateY(-50%);max-width:min(62%,610px);padding-right:16px}
.cm-home-slide__eyebrow{display:block;color:#ffd400;font-weight:900;font-size:11px;letter-spacing:.14em;margin-bottom:7px}
.cm-home-slide h2{color:#fff;font-size:clamp(22px,4vw,52px);line-height:1;text-transform:uppercase;margin:0 0 10px;text-shadow:0 3px 20px rgba(0,0,0,.4)}
.cm-home-slide p{font-size:clamp(13px,1.5vw,18px);line-height:1.45;max-width:560px;margin:0 0 14px;color:#f3f4f6}
.cm-home-slide__button{display:inline-flex;background:#d71920;color:#fff!important;text-decoration:none!important;padding:10px 16px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;font-size:12px}
.cm-home-slider__arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:36px;height:46px;border:0;background:rgba(0,0,0,.52);color:#fff;font-size:28px;cursor:pointer}
.cm-home-slider__arrow.is-prev{left:0}.cm-home-slider__arrow.is-next{right:0}
.cm-home-slider__dots{position:absolute;z-index:4;right:10px;bottom:8px;display:flex;gap:5px}
.cm-home-slider__dots button{width:18px;height:3px;padding:0;border:0;background:rgba(255,255,255,.48);cursor:pointer}
.cm-home-slider__dots button.is-active{background:#d71920}
.cm-home-slider.is-compact .cm-home-slide__content{left:18px;max-width:72%}
.cm-home-slider.is-compact .cm-home-slide__eyebrow{display:none}
.cm-home-slider.is-compact .cm-home-slide h2{font-size:clamp(15px,2.6vw,25px);margin-bottom:4px;line-height:1.05}
.cm-home-slider.is-compact .cm-home-slide p{font-size:11px;line-height:1.25;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cm-home-slider.is-compact .cm-home-slide__button{font-size:10px;padding:6px 10px}
.cm-home-slider.is-compact .cm-home-slider__arrow{width:28px;height:34px;font-size:22px}
.cm-home-slider.is-compact .cm-home-slider__dots{bottom:4px}
@media(max-width:700px){
  .cm-home-slider{width:calc(100% - 20px);margin:10px auto}
  .cm-home-slider__track{min-height:180px}
  .cm-home-slide__shade{background:linear-gradient(0deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.46) 63%,rgba(0,0,0,.08) 100%)}
  .cm-home-slide__content{left:16px;right:16px;top:auto;bottom:22px;transform:none;max-width:none;padding:0}
  .cm-home-slide h2{font-size:30px}.cm-home-slide p{font-size:13px;margin-bottom:10px}
  .cm-home-slider__arrow{display:none}
  .cm-home-slider.is-compact .cm-home-slider__track{min-height:92px;aspect-ratio:auto}
  .cm-home-slider.is-compact .cm-home-slide__shade{background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.08))}
  .cm-home-slider.is-compact .cm-home-slide__content{left:12px;right:46px;top:50%;bottom:auto;transform:translateY(-50%);max-width:none}
  .cm-home-slider.is-compact .cm-home-slide h2{font-size:16px;margin:0 0 3px}
  .cm-home-slider.is-compact .cm-home-slide p{display:none}
  .cm-home-slider.is-compact .cm-home-slide__button{padding:5px 8px;font-size:9px}
}
