/* To change the Hero photography later, replace only ../img/hero/hero-bg.jpg. */
.hero-section{min-height:100vh;position:relative;color:#fff;background:#172f1c url('../img/hero/hero-bg.jpg') center/cover no-repeat;overflow:hidden}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:0;transition:opacity .6s ease}.hero-video.is-ready{opacity:1}.hero-overlay{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(8,21,11,.92) 0%,rgba(16,38,22,.76) 48%,rgba(12,29,16,.42) 100%)}.hero-content{z-index:2;padding-top:100px}.hero-copy{max-width:735px}.hero-kicker{font-size:.7rem;text-transform:uppercase;letter-spacing:.21em;font-weight:600;color:#e7bd8f;margin-bottom:25px}.hero-title{color:#fff;font-size:clamp(4.7rem,9vw,8.6rem);letter-spacing:-.07em;margin:0 0 26px;font-weight:700;text-shadow:0 7px 28px rgba(0,0,0,.22)}.hero-title span{display:block;font-size:clamp(1.35rem,2.5vw,2.4rem);letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px}.hero-subtitle{font-size:clamp(1rem,1.45vw,1.18rem);line-height:1.9;max-width:625px;color:rgba(255,255,255,.93);margin-bottom:39px}.hero-buttons{display:flex;flex-wrap:wrap;gap:15px}.hero-buttons .btn-primary{box-shadow:0 11px 25px rgba(0,0,0,.24)}.hero-buttons .btn-primary:hover{box-shadow:0 15px 30px rgba(0,0,0,.32)}.scroll-indicator{position:absolute;z-index:2;bottom:22px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.8);text-decoration:none;font-size:.57rem;letter-spacing:.14em;text-transform:uppercase;transition:color .2s}.scroll-indicator:hover{color:#fff}.scroll-indicator .mouse{display:block;width:20px;height:32px;border:1px solid rgba(255,255,255,.58);border-radius:20px;position:relative}.scroll-indicator .mouse:after{content:'';width:3px;height:5px;background:#fff;position:absolute;left:50%;top:6px;transform:translateX(-50%);border-radius:4px;animation:scroll 1.8s infinite}@keyframes scroll{0%,100%{opacity:0;transform:translate(-50%,0)}50%{opacity:1;transform:translate(-50%,9px)}}
