.native-hero-slider{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;height:80vh;min-height:480px;max-height:900px;overflow:hidden;background:#222222;}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.2s ease;}
.hero-slide.is-active{opacity:1;z-index:1;}
.hero-slide-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.35);}
.hero-slide-content{position:relative;z-index:2;height:100%;max-width:1222px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;padding:0 8%;color:#fff;}
.hero-slide-content h1{font-family:'Montserrat',sans-serif;font-weight:700;font-size:clamp(26px,5vw,58px);line-height:1.15;text-transform:uppercase;margin:0;max-width:700px;color:#ffffff !important;}
.hero-slide-content-center{align-items:center;text-align:center;}
.hero-slide-content-center h1{letter-spacing:6px;}
.hero-slide-content-center p{font-family:'Montserrat',sans-serif;font-size:clamp(15px,2vw,20px);letter-spacing:4px;margin:12px 0 0;text-transform:uppercase;color:#ffffff !important;}

/* Word-by-word reveal animation, from above, for the slide heading/subheading */
.hero-slide-content .word{display:inline-block;overflow:hidden;vertical-align:top;padding-bottom:0.08em;}
.hero-slide-content .word-inner{display:inline-block;transform:translateY(-115%);opacity:0;}
.hero-slide.is-active .word-inner{animation:heroWordIn .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--i, 0) * 70ms);}
@keyframes heroWordIn{to{transform:translateY(0);opacity:1;}}
@media (prefers-reduced-motion: reduce){
	.hero-slide-content .word-inner{animation:none !important;transform:none !important;opacity:1 !important;}
}
.hero-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;border-radius:50%;background:rgba(0,0,0,0.5);color:#fff;border:none;cursor:pointer;font-size:16px;line-height:1;}
.hero-slider-arrow:hover{background:#000;}
.hero-slider-prev{left:20px;}
.hero-slider-next{right:20px;}
.hero-slider-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:3;display:flex;gap:6px;}
.hero-slider-dot{width:24px;height:24px;border-radius:50%;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;}
.hero-slider-dot::after{content:'';width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,0.5);}
.hero-slider-dot.is-active::after{background:#ffffff;}
@media (max-width:767px){.native-hero-slider{height:60vh;min-height:380px;}.hero-slider-arrow{width:34px;height:34px;}}
