/* UI neutrals */
/* Backgrounds */
.fullscreen-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .fullscreen-video {
    object-position: right;
  }
}

.video-promo-overlay {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 55px;
  flex-direction: column;
}
.video-promo-overlay .promo-top {
  font-family: "Dorsa", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1;
  letter-spacing: 0.1em; /* 10% */
  color: #ffffff;
}
.video-promo-overlay .promo-title {
  font-family: "Dorsa", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(24px, 4.5vw, 40px);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
.video-promo-overlay a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #EB9B6A;
}

.menu-area {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .menu-area {
    display: none;
  }
}
.menu-area .menu-section {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.menu-area .menu-section .menu-item {
  display: block;
  position: relative;
}
.menu-area .menu-section .menu-item a {
  display: inline-flex;
  align-items: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 4px;
  color: #ffffff;
  text-decoration: none;
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.menu-area .menu-section .menu-item .char {
  display: inline-flex;
  width: 22px;
  justify-content: center;
}
.menu-area .menu-section .menu-item .stroke {
  display: inline-block;
  height: 2px;
  width: 0;
  background: #ffffff;
  transform-origin: left;
  opacity: 0.85;
  transition: width 320ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.menu-area .menu-section .menu-item:hover > a {
  transform: translateX(18px);
  opacity: 1;
}
.menu-area .menu-section .menu-item:hover > a .stroke, .menu-area .menu-section .menu-item.is-active > a .stroke {
  width: 64px;
  opacity: 1;
}
.menu-area .menu-section .menu-item .menu-hover {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: max-height 360ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 240ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.menu-area .menu-section .menu-item .menu-hover .menu-panel-links {
  list-style: none;
}
.menu-area .menu-section .menu-item .menu-hover .menu-panel-item {
  margin-bottom: 20px;
}
.menu-area .menu-section .menu-item .menu-hover .menu-panel-item a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  opacity: 0.9;
}
.menu-area .menu-section .menu-item.has-submenu:hover > .menu-hover {
  max-height: 420px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.menu-area .menu-section .menu-item .submenu-section a {
  font-size: 20px;
  letter-spacing: 1.5px;
  line-height: 1.2;
  opacity: 0.9;
  transform: none;
}
.menu-area .menu-section .menu-item .submenu-section .char {
  width: 18px;
}
.menu-area .menu-section .menu-item .submenu-section .stroke {
  height: 1px;
}
.menu-area .menu-section .menu-item .submenu-section .menu-item:hover > a {
  transform: translateX(10px);
  opacity: 1;
}
.menu-area .menu-section .menu-item .submenu-section .menu-item:hover > a .stroke,
.menu-area .menu-section .menu-item .submenu-section .menu-item.is-active > a .stroke {
  width: 36px;
}
.menu-area .menu-section .menu-item > .menu-item:hover > a .stroke,
.menu-area .menu-section .menu-item > .menu-item.is-active > a .stroke {
  width: 64px;
}

/*# sourceMappingURL=vc_home.css.map */
