.video-hero-section{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:42.5rem;overflow:hidden}.video-hero-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.video-hero-section__bg img{display:block;width:100%;height:100%;object-fit:cover}.video-hero-section__bg-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--theme-color-brown-900) 0%,var(--theme-color-brown-700) 100%)}.video-hero-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:var(--theme-color-overlay-dark-45)}.video-hero-section__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.4rem;text-align:center}.video-hero-section__eyebrow{margin:0;color:var(--theme-color-white-80);font-family:var(--theme-font-family-work-sans);font-size:var(--theme-font-size-16);font-weight:var(--theme-font-weight-medium);line-height:1em;letter-spacing:.1em;text-transform:uppercase}.video-hero-section__heading{max-width:70rem;margin:0;color:var(--theme-color-white);font-family:var(--theme-font-family-cormorant);font-size:var(--theme-font-size-56);font-weight:var(--theme-font-weight-medium);line-height:1.05em;letter-spacing:-.03em}.video-hero-section__play-button{padding:0;border:none;background:transparent;cursor:pointer}.video-hero-section__play-button:hover{background:transparent}.video-hero-section__play-button-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:24rem;height:24rem;transition:all .5s ease}.video-hero-section__play-button:hover .video-hero-section__play-button-inner{transform:scale(1.04)}.video-hero-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:2.4rem;background:var(--theme-color-overlay-black-45)}.video-hero-modal.is-open{display:flex}.video-hero-modal__inner{position:relative;width:100%;max-width:96rem;overflow:hidden;border-radius:1.2rem;box-shadow:0 2.4rem 8rem var(--theme-color-shadow-black-60)}.video-hero-modal__video-wrap{position:relative;height:0;overflow:hidden;padding-bottom:56.25%}.video-hero-modal__video-wrap iframe,.video-hero-modal__video-wrap video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;border:none}.video-hero-modal__close{position:absolute;top:-4.4rem;right:0;z-index:10;display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border:none;border-radius:50%;background:var(--theme-color-overlay-white-15);cursor:pointer;transition:background .2s ease}.video-hero-modal__close:hover{background:var(--theme-color-overlay-white-30)}.video-hero-modal__close svg{width:1.8rem;height:1.8rem;fill:none;stroke:var(--theme-color-white);stroke-width:2}.video-hero-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:transparent}@media screen and (max-width: 1440px){.video-hero-section{min-height:32rem}.video-hero-section__play-button-inner{width:15.2rem;height:15.2rem}}@media screen and (max-width: 768px){.video-hero-section{min-height:32rem}.video-hero-section__heading{font-size:var(--theme-font-size-36)}.video-hero-section__play-button-inner{width:12rem;height:12rem}}@media screen and (max-width: 480px){.video-hero-section__heading{font-size:var(--theme-font-size-28)}.video-hero-modal{padding:1.6rem}.video-hero-modal__close{top:-4rem}}
