.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Stem";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:normal;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-family:"Stem";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.56em;--e-global-typography-text-font-family:"Stem";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.56em;--e-global-typography-accent-font-family:"Stem";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.56em;color:var( --e-global-color-primary );font-family:"Stem", Sans-serif;font-weight:normal;line-height:1.54em;}.elementor-kit-5 a{color:#000000;}.elementor-kit-5 h1{color:var( --e-global-color-primary );font-family:"Stem", Sans-serif;font-size:4em;font-weight:300;line-height:1em;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-size:44px;font-weight:300;line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:24px;}.elementor-element{--widgets-spacing:24px 24px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-primary );}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-block-start:5px;--container-default-padding-inline-end:5px;--container-default-padding-block-end:5px;--container-default-padding-inline-start:5px;}}/* Start custom CSS */* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  background: #0b0b0b;
  font-family: "Ace Sans", "Trebuchet MS", sans-serif;
  color: #f4f4f4;
  overflow: hidden;
}

.hero-stage {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  background: #0f0f0f;
}

.hero-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  background: url("https://lvm.ee/papli8/wp-content/uploads/2025/12/landing-1.png") center /
    cover no-repeat;
  filter: brightness(0.65);
  z-index: 0;
}

.hero-logo {
  position: fixed;
  top: 28px;
  left: 28px;
  z-index: 9999;
  width: clamp(120px, 18vw, 180px);
  height: auto;
}

.hero-content {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.hero-text {
  text-align: center;
  color: #fff;
}

.hero-text h1 {
  font-family: "Stem", sans-serif;
  font-size: clamp(24px, 4vw, 42px);
  margin: 0 0 16px 0;
  color: #fff;
  text-shadow: 0 14px 32px rgba(0, 0, 0, 0.75);
}

.hero-text p {
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
  font-size: clamp(16px, 2.2vw, 22px);
  margin: 0;
  color: #fff;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.65);
}

.cta-button {
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-family: "Stem Light", "Stem-Light", "Stem", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.cta-button::before {
  content: "";
  position: absolute;
  inset: -40% -10%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.35) 45%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}

.cta-button:hover::before {
  transform: translateX(120%);
}

.cta-button,
.cta-button:hover,
.cta-button:focus,
.cta-button:active,
.veil-close,
.veil-close:hover,
.veil-close:focus,
.veil-close:active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.45);
  outline: none;
}

.hero-stage.veil-open .hero-content,
.hero-stage.veil-closing .hero-content {
  opacity: 0;
  pointer-events: none;
}

.veil {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
}

.veil-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(100%);
  transition: transform 1.2s linear;
}

.veil.active {
  pointer-events: auto;
}

.veil.active .veil-panel {
  transform: translateY(0);
}

/* overlay logo (only visible when overlay active) */
.veil-logo {
  position: fixed;
  top: 28px;
  left: 28px;
  z-index: 99999;
  width: clamp(120px, 18vw, 180px);
  height: auto;
  opacity: 0;
  pointer-events: none;
}

.veil.active .veil-logo {
  opacity: 1;
}

/* close button now above everything */
.veil-close {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 999999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
}

.veil-close::before {
  content: "×";
  display: block;
  transform: translateY(-1px);
}

body.veil-open .veil-close {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 1s;
}

/* Overlay container */
#overlayContent {
  position: fixed;
  inset: 0;
  z-index: 21;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s linear 1s, transform 0.25s linear 1s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(var(--vh, 1vh) * 100);
  padding: 70px 24px 40px;
}

body.veil-open #overlayContent {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body:not(.veil-open) #overlayContent {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.15s linear 0s, transform 0.15s linear 0s;
}

body.elementor-editor-active #overlayContent {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}
@media (max-width: 480px) {
  .hero-text h1 {
    font-family: "Ace Sans", "Trebuchet MS", sans-serif;
    white-space: nowrap;
    font-size: clamp(26px, 6.5vw, 36px);
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Stem';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://lvm.ee/papli8/wp-content/uploads/2022/08/ParaType-Stem.woff') format('woff');
}
@font-face {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://lvm.ee/papli8/wp-content/uploads/2022/08/ParaType-Stem-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Stem';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://lvm.ee/papli8/wp-content/uploads/2022/08/ParaType-Stem-Light-1.woff') format('woff');
}
/* End Custom Fonts CSS */