/* site overrides — put slider / contact-form / tweak CSS here (keep it out of the pages) */

/* hero */
#mfn-custom-slider,.mfn-main-slider{background:transparent!important;height:auto!important;min-height:0!important;transform:none!important}
.ew-hero-slidecap{align-items:flex-start!important;text-align:left;max-width:60%!important;left:0;right:0;margin:0 auto}
.ew-hero-slidecap .ew-kick{display:inline-block;color:#c0392b;font-weight:700;letter-spacing:2px;text-transform:uppercase;font-size:clamp(12px,1.5vw,16px);margin:0 0 10px;text-shadow:0 1px 6px rgba(0,0,0,.5)}
.ew-hero{position:relative;width:100%;aspect-ratio:1200/600;min-height:210px;max-height:600px;overflow:hidden;background:#15181c}
.ew-hero-slides,.ew-hero .ew-slide{position:absolute;top:0;left:0;right:0;bottom:0;width:100%}
.ew-hero .ew-slide{background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease}
.ew-hero .ew-slide.ew-active{opacity:1}
.ew-hero-ov{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 7%;z-index:3}
.ew-hero.has-text .ew-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.15))}
.ew-hero-slidecap{display:none;z-index:4;position:absolute;top:0;left:0;right:0;bottom:0;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 7%;color:#fff;max-width:60%}
.ew-hero-slidecap.ew-active{display:flex}
.ew-hero-slidecap h2{font-size:clamp(22px,4vw,46px);margin:0 0 14px;font-weight:800;text-shadow:0 2px 12px rgba(0,0,0,.5);color:#fff}
.ew-hero-slidecap p{font-size:clamp(13px,1.6vw,18px);margin:0;line-height:1.5;text-shadow:0 1px 8px rgba(0,0,0,.55);max-width:640px}
.ew-hero .ew-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:rgba(0,0,0,.35);color:#fff;border:none;font-size:20px;width:44px;height:44px;border-radius:50%;cursor:pointer;line-height:1}
.ew-hero .ew-prev{left:16px}.ew-hero .ew-next{right:16px}
.ew-hero .ew-arrow:hover{background:rgba(0,0,0,.6)}
.ew-dots{position:absolute;bottom:14px;left:0;right:0;text-align:center;z-index:5}
.ew-dots button{width:11px;height:11px;border-radius:50%;border:none;margin:0 4px;background:rgba(255,255,255,.55);cursor:pointer;padding:0}
.ew-dots button.ew-on{background:#c0392b}
@media(max-width:640px){.ew-hero{min-height:170px}.ew-hero-slidecap{max-width:82%}}
