.ac-hero{position:relative;min-height:78vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.ac-hero__media{position:absolute;inset:0;z-index:0}
.ac-hero__img{width:100%;height:100%;object-fit:cover}
.ac-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,14,16,.2),rgba(14,14,16,.75))}
.ac-hero__content{position:relative;z-index:1;max-width:760px;padding:4rem 2rem;color:#fff}
.ac-hero__content--center{text-align:center;margin:0 auto}
.ac-hero__content--left{text-align:left;margin-right:auto}
.ac-hero__eyebrow{letter-spacing:.18em;font-size:1.2rem;font-weight:700;color:#FF6A1A;margin:0 0 1rem}
.ac-hero__title{font-size:clamp(2.6rem,6vw,5rem);line-height:1.02;margin:0 0 1.2rem;font-weight:800;text-shadow:0 4px 30px rgba(0,0,0,.4)}
.ac-hero__sub{font-size:clamp(1.4rem,2vw,1.9rem);opacity:.92;margin:0 0 2rem;line-height:1.4}
.ac-hero__btn{font-size:1.6rem;padding:1.3rem 3rem;font-weight:700;box-shadow:0 10px 30px rgba(255,106,26,.45)}
@media(max-width:749px){.ac-hero{min-height:64vh}}
