.vh-hero *,.vh-hero :after,.vh-hero :before{box-sizing:border-box;margin:0;padding:0}.vh-hero{align-items:center;color:var(--vh-text,#fff);display:flex;height:var(--vh-height,100vh);justify-content:var(--vh-align,center);min-height:360px;overflow:hidden;position:relative;width:100%}.vh-hero__bg{z-index:0}.vh-hero__bg,.vh-hero__poster{height:100%;inset:0;position:absolute;width:100%}.vh-hero__poster,.vh-hero__video{object-fit:cover;object-position:center}.vh-hero__video{height:100%;inset:0;position:absolute;transition:opacity .6s ease;width:100%}.vh-hero__iframe-wrap{inset:0;overflow:hidden;pointer-events:none;position:absolute}.vh-hero__iframe{height:max(100%,56.25vw);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:max(100%,177.77778vh)}.vh-hero__overlay{inset:0;position:absolute;z-index:1}.vh-hero__content-wrap{display:flex;justify-content:var(--vh-align,center);margin:0 auto;max-width:1200px;padding:80px 40px;position:relative;width:100%;z-index:2}.vh-hero__content{max-width:760px;text-align:var(--vh-text-align,center)}.vh-hero__eyebrow{color:var(--vh-text,#fff);display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.18em;margin-bottom:16px;opacity:.8;text-transform:uppercase}.vh-hero__text{color:var(--vh-text,#fff);margin-bottom:8px}.vh-hero__text h1,.vh-hero__text h2,.vh-hero__text h3,.vh-hero__text h4{color:var(--vh-text,#fff);font-size:clamp(2rem,5vw,4rem);font-weight:400;letter-spacing:-.02em;line-height:1.1;margin-bottom:20px}.vh-hero__text p{color:var(--vh-text,#fff);font-size:clamp(1rem,2vw,1.25rem);line-height:1.65;margin-bottom:0;opacity:.85}.vh-hero__text a{color:inherit;text-decoration:underline}.vh-hero__text>:last-child{margin-bottom:0}.vh-hero__mute-btn{align-items:center;backdrop-filter:blur(4px);background:rgba(0,0,0,.35);border:2px solid hsla(0,0%,100%,.6);border-radius:50%;bottom:28px;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;right:28px;transition:background .2s ease,border-color .2s ease,transform .2s ease;width:44px;z-index:3}.vh-hero__mute-btn:hover{background:rgba(0,0,0,.55);border-color:#fff;transform:scale(1.08)}.vh-hero__mute-btn svg{display:block;flex-shrink:0}.vh-hero__scroll{animation:vh-bounce 2s ease-in-out infinite;bottom:28px;color:var(--vh-text,#fff);left:50%;opacity:.7;position:absolute;transform:translateX(-50%);z-index:3}@keyframes vh-bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}.vh-hero__eyebrow,.vh-hero__text{animation:vh-fade-up .8s ease both}.vh-hero__eyebrow{animation-delay:.1s}.vh-hero__text{animation-delay:.25s}@keyframes vh-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.vh-hero__content-wrap{padding:60px 24px}.vh-hero__content{max-width:100%}.vh-hero__ctas{align-items:var(--vh-align,center);flex-direction:column}.vh-hero__btn{max-width:320px;width:100%}.vh-hero__mute-btn{bottom:16px;right:16px}}@media (prefers-reduced-motion:reduce){.vh-hero__eyebrow,.vh-hero__scroll,.vh-hero__text,.vh-hero__video{animation:none!important;transition:none!important}}