.elementor-kit-4{--e-global-color-primary:#F8C5B7;--e-global-color-secondary:#6C4C33;--e-global-color-text:#6C4C33;--e-global-color-accent:#6C4C33;--e-global-color-01b6b2c:#E8E9E4;--e-global-color-b25240a:#C1C5C9;--e-global-color-a069542:#FFFFFF;--e-global-color-80af101:#252525;--e-global-typography-primary-font-family:"Parabole Text";--e-global-typography-primary-font-size:72px;--e-global-typography-primary-font-weight:normal;--e-global-typography-primary-line-height:72px;--e-global-typography-secondary-font-family:"Parabole Text";--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"Parabole Text";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-line-height:20px;--e-global-typography-accent-font-family:"Parabole Text";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:18px;--e-global-typography-fa934ff-font-family:"Parabole Text";--e-global-typography-fa934ff-font-size:12px;--e-global-typography-fa934ff-font-weight:normal;--e-global-typography-fa934ff-text-transform:uppercase;--e-global-typography-fa934ff-line-height:16px;--e-global-typography-fa934ff-letter-spacing:0.3px;--e-global-typography-00f2afa-font-family:"Parabole Text";--e-global-typography-00f2afa-font-size:10px;--e-global-typography-00f2afa-font-weight:normal;--e-global-typography-00f2afa-text-transform:uppercase;--e-global-typography-00f2afa-line-height:16px;--e-global-typography-00f2afa-letter-spacing:0.3px;--e-global-typography-2dc078f-font-family:"Parabole Text";--e-global-typography-2dc078f-font-size:32px;--e-global-typography-2dc078f-font-weight:normal;--e-global-typography-2dc078f-line-height:40px;--e-global-typography-0fc08ed-font-family:"Parabole Text";--e-global-typography-0fc08ed-font-size:120px;--e-global-typography-0fc08ed-font-weight:normal;--e-global-typography-0fc08ed-line-height:90px;--e-global-typography-eea2443-font-family:"Parabole Text";--e-global-typography-eea2443-font-size:12px;--e-global-typography-eea2443-font-weight:normal;--e-global-typography-eea2443-line-height:16px;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );--e-page-transition-entrance-animation:e-page-transition-slide-out-down;--e-page-transition-exit-animation:e-page-transition-slide-in-up;--e-page-transition-animation-duration:500ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:3000ms;--e-preloader-delay:300ms;--e-preloader-width:10%;--e-preloader-max-width:15%;}.elementor-kit-4 e-page-transition{background-color:var( --e-global-color-01b6b2c );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-4{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===========================
   Motion safety
   =========================== */
@media (prefers-reduced-motion: reduce){
  .fade-up { animation: none !important; opacity: 1 !important; transform: none !important; }
  .elementor-widget-image.reveal-mask .elementor-widget-container::after { animation: none !important; transform: translateY(100%) !important; }
}

/* ===========================
   Fade up on chosen elements
   Add class: fade-up
   =========================== */
.fade-up{
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 25%;
}
@keyframes fadeUp{
  from{ opacity: 0; transform: translateY(40px); }
  to{   opacity: 1; transform: translateY(0); }
}
/* Optional small stagger for siblings */
.fade-up:nth-child(2){ animation-delay: .05s; }
.fade-up:nth-child(3){ animation-delay: .1s; }
.fade-up:nth-child(4){ animation-delay: .15s; }

/* ===========================
   Mask reveal for Image widget
   Add class on the Image widget: reveal-mask
   Works on scroll, resets when you scroll back up
   =========================== */
.elementor-widget-image.reveal-mask .elementor-widget-container{
  position: relative;
  overflow: hidden;
}

/* Keep the image visible and steady */
.elementor-widget-image.reveal-mask img{
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;         /* ignore Elementor entrance opacity */
  transform: none;
}

/* Sliding mask overlay */
.elementor-widget-image.reveal-mask .elementor-widget-container::after{
  --mask-color: #111;        /* change if needed */
  content: "";
  position: absolute;
  inset: 0;
  background: var(--mask-color);
  z-index: 2;
  transform: translateY(0%); /* start covered */
  animation: maskDown linear both;
  animation-timeline: view();
  /* reset on exit. for reveal once, see variant below */
  animation-range: entry 0% exit 0%;
  will-change: transform;
}
@keyframes maskDown{
  from{ transform: translateY(0%); }
  to{   transform: translateY(100%); }
}

/* If Elementor adds elementor-invisible, keep image visible */
.elementor-widget-image.reveal-mask.elementor-invisible img{
  opacity: 1 !important;
}

/* ===========================
   Variants
   =========================== */

/* Reveal once and stay revealed */
.elementor-widget-image.reveal-mask.once .elementor-widget-container::after{
  animation-range: entry 0% cover 25%;
}

/* Light mask color */
.elementor-widget-image.reveal-mask.light .elementor-widget-container::after{
  --mask-color: #fff;
}

/* Left-to-right wipe
   Add classes: reveal-mask wipe-x
*/
.elementor-widget-image.reveal-mask.wipe-x .elementor-widget-container::after{
  transform: translateX(0%);
  animation-name: maskRight;
}
@keyframes maskRight{
  from{ transform: translateX(0%); }
  to{   transform: translateX(100%); }
}

/* Right-to-left wipe
   Add classes: reveal-mask wipe-x-rev
*/
.elementor-widget-image.reveal-mask.wipe-x-rev .elementor-widget-container::after{
  transform: translateX(0%);
  animation-name: maskLeft;
}
@keyframes maskLeft{
  from{ transform: translateX(0%); }
  to{   transform: translateX(-100%); }
}

/* Diagonal down-right wipe
   Add classes: reveal-mask wipe-diag
*/
.elementor-widget-image.reveal-mask.wipe-diag .elementor-widget-container::after{
  transform: translate(0%, 0%);
  animation-name: maskDiag;
}
@keyframes maskDiag{
  from{ transform: translate(0%, 0%); }
  to{   transform: translate(100%, 100%); }
}
/* Outer box with 2560x1600 (16:10) ratio */
.responsive-2560x1600 {
  position: relative;
  width: 100%;
  aspect-ratio: 2560 / 1600;
  overflow: hidden;
}

/* Make inner wrappers fill the box when linked or not */
.responsive-2560x1600 .elementor-widget-container,
.responsive-2560x1600 figure,
.responsive-2560x1600 a {
  width: 100%;
  height: 100%;
  display: block;
}

/* Force the image to cover the box */
.responsive-2560x1600 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Both header variants share the same stacking and transition */
.site-header-main,
.site-header-alt {
  position: sticky;         /* or fixed if you use fixed headers */
  top: 0;
  z-index: 999;
  transition: opacity 0.25s ease;
}

/* Default state: transparent header visible, solid header hidden */
body:not(.alt-header-active) .site-header-main {
  opacity: 1;
  pointer-events: auto;
}
body:not(.alt-header-active) .site-header-alt {
  opacity: 0;
  pointer-events: none;
}

/* After trigger: solid header visible, transparent header hidden */
body.alt-header-active .site-header-main {
  opacity: 0;
  pointer-events: none;
}
body.alt-header-active .site-header-alt {
  opacity: 1;
  pointer-events: auto;
}
/* Fade-up delay utilities */
.delay-0   { animation-delay: 0s !important; }
.delay-1   { animation-delay: 0.1s !important; }
.delay-2   { animation-delay: 0.2s !important; }
.delay-3   { animation-delay: 0.3s !important; }
.delay-4   { animation-delay: 0.4s !important; }
.delay-5   { animation-delay: 0.5s !important; }
.delay-6   { animation-delay: 0.6s !important; }
.delay-7   { animation-delay: 0.7s !important; }
.delay-8   { animation-delay: 0.8s !important; }
.delay-9   { animation-delay: 0.9s !important; }
.delay-10  { animation-delay: 1s !important; }
/* 1080x1350 responsive image */
.responsive-1080x1350 {
  position: relative;
  width: 100%;
  aspect-ratio: 1080 / 1350;
  overflow: hidden;
}

.responsive-1080x1350 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Parabole Text';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://molti.grenadestudio.dev/wp-content/uploads/2025/11/Parabole-TextRegular.eot');
	src: url('https://molti.grenadestudio.dev/wp-content/uploads/2025/11/Parabole-TextRegular.eot?#iefix') format('embedded-opentype'),
		url('https://molti.grenadestudio.dev/wp-content/uploads/2025/11/Parabole-TextRegular.woff2') format('woff2'),
		url('https://molti.grenadestudio.dev/wp-content/uploads/2025/11/Parabole-TextRegular.woff') format('woff'),
		url('https://molti.grenadestudio.dev/wp-content/uploads/2025/11/Parabole-TextRegular.ttf') format('truetype'),
		url('https://molti.grenadestudio.dev/wp-content/uploads/2025/11/Parabole-TextRegular.svg#ParaboleText') format('svg');
}
/* End Custom Fonts CSS */