.wf-video-hero {
  position: relative;
  width: 100vw !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
}
.wf-video-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wf-video-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wf-video-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Dark gradient map from left to right for desktop readability */
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 37.85%, rgba(0, 0, 0, 0.51) 55.07%, #000 82.85%);
}
.wf-video-hero__content-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
  padding: 2rem;
}
.wf-video-hero__content {
  max-width: 546px;
}
.wf-video-hero__headline {
  font-size: 3.625rem;
  line-height: 4.25rem;
  margin-bottom: 32px;
}
.wf-video-hero__subheadline {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 32px;
  font-weight: 500;
  max-width: 477px;
}
.wf-video-hero__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background-color: #D83E00;
  color: #ffffff;
  padding: 18px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  height: 50px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.wf-video-hero__btn:hover, .wf-video-hero__btn:focus {
  background-color: #bf3f0b;
  transform: translateY(-2px);
}
.wf-video-hero__toggle {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 3;
  background: transparent;
  border: none;
  padding: 0;
  /* The Accessibility Hit Box */
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.wf-video-hero__toggle svg {
  /* The Visual Design Size */
  width: 32px;
  height: 32px;
  display: block;
}
.wf-video-hero__toggle:hover {
  transform: scale(1.05);
}
.wf-video-hero__toggle {
  /* Accessibility Focus Ring */
}
.wf-video-hero__toggle:focus-visible {
  outline: 2px solid #DE4C11;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .wf-video-hero {
    text-align: center;
    align-items: start;
    min-height: auto;
    aspect-ratio: 9/16;
  }
  .wf-video-hero__overlay {
    /* Mobile gradient map pushes darkness down instead of right */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 20.62%, rgba(0, 0, 0, 0.51) 52.32%, #000 91.28%);
  }
  .wf-video-hero__content-container {
    padding-top: 3.62rem;
  }
  .wf-video-hero__content {
    margin: 0 auto;
  }
  .wf-video-hero__headline {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .wf-video-hero__subheadline {
    margin-bottom: 32px;
    font-weight: 400;
  }
}
@media (max-width: 960px) {
  .wf-video-hero__btn {
    margin: 0 auto;
  }
  .wf-video-hero__toggle {
    bottom: 5.3rem;
    right: 1.44rem;
  }
}
@media (max-width: 390px) {
  .wf-video-hero__subheadline {
    max-width: 261px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=video-hero.css.map */
