.elementor-kit-7{--e-global-color-primary:#012D1D;--e-global-color-secondary:#1B4332;--e-global-color-text:#1A1C1A;--e-global-color-accent:#FED65B;--e-global-color-goldrefined:#D4AF37;--e-global-color-golddim:#E9C349;--e-global-color-goldfixed:#FFE088;--e-global-color-goldtext:#745C00;--e-global-color-onprimary:#FFFFFF;--e-global-color-surface:#F9FAF6;--e-global-color-surfacelow:#F3F4F1;--e-global-color-surfacecont:#EEEEEB;--e-global-color-onsurfvar:#414844;--e-global-color-outlinevar:#C1C8C2;--e-global-color-onprimcont:#86AF99;--e-global-color-inverseprim:#A5D0B9;--e-global-typography-primary-font-family:"Libre Caslon Text";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:56px;--e-global-typography-primary-letter-spacing:-0.02em;--e-global-typography-secondary-font-family:"Libre Caslon Text";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:40px;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:16px;--e-global-typography-accent-letter-spacing:0.05em;--e-global-typography-headlinemd-font-family:"Libre Caslon Text";--e-global-typography-headlinemd-font-size:24px;--e-global-typography-headlinemd-font-weight:600;--e-global-typography-headlinemd-line-height:32px;--e-global-typography-bodylg-font-family:"Manrope";--e-global-typography-bodylg-font-size:18px;--e-global-typography-bodylg-font-weight:400;--e-global-typography-bodylg-line-height:28px;background-color:#F9FAF6;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:30px;--e-global-typography-primary-line-height:38px;--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-line-height:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.eec-header { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

/* Arched window silhouette on featured imagery (Sacred Harmony signature) */
.eec-arch img {
  border-top-left-radius: 50% 22% !important;
  border-top-right-radius: 50% 22% !important;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.eec-img-cover img { width: 100%; object-fit: cover; }
.eec-img-500 img { height: 500px; }
.eec-img-420 img { height: 420px; }
.eec-img-320 img { height: 320px; }
.eec-img-240 img { height: 240px; }
@media (max-width: 767px) {
  .eec-img-500 img { height: 320px; }
  .eec-img-420 img { height: 280px; }
}

.eec-avatar img { width: 48px; height: 48px; object-fit: cover; border-radius: 999px; }

.eec-soft-elevation { box-shadow: 20px 20px 40px rgba(27, 67, 50, 0.06); }

/* Mobile menu: force the open state to actually expand.
   Elementor collapses the panel with max-height:0 + scaleY(0) and relies on
   the adjacent-sibling active rule to reopen it; with the sticky header that
   rule loses, leaving the panel flat. Scoped to our header only. */
.eec-header .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
  transform: scaleY(1) !important;
  max-height: var(--menu-height, 100vh) !important;
  overflow-y: auto !important;
}
.eec-header .elementor-nav-menu--dropdown.elementor-nav-menu__container { margin-top: 0; }
.eec-header .elementor-nav-menu--dropdown .elementor-item { justify-content: flex-start; }

.eec-btn-outline .elementor-button { background-color: transparent; }
.eec-btn-outline .elementor-button:hover { background-color: rgba(255, 224, 136, 0.14); }

/* offset accent block behind a featured image */
.eec-offset-accent { position: relative; }
.eec-offset-accent::before {
  content: ""; position: absolute; inset: 0;
  transform: translate(16px, 16px);
  background: rgba(254, 214, 91, 0.20);
  border-radius: 12px; z-index: 0;
}
.eec-offset-accent > * { position: relative; z-index: 1; }/* End custom CSS */