.elementor-kit-12{--e-global-color-primary:#D9A653;--e-global-color-secondary:#FAF8F3;--e-global-color-text:#1A1914;--e-global-color-accent:#1B2F45;--e-global-color-5f10629:#FAF8F3;--e-global-color-ba59b1e:#EFE9DC;--e-global-color-00dd336:#EADFC8;--e-global-color-880d8a6:#8A827A;--e-global-color-3d2d621:#C2BCB0;--e-global-color-2bf751b:#2E2B24;--e-global-color-1734988:#4A6B3E;--e-global-color-26285d2:#86997A;--e-global-color-c3405c8:#5A4A3A;--e-global-color-d626b0d:#D9A653;--e-global-color-853c919:#9A7735;--e-global-color-8487847:#2A4A6B;--e-global-color-4dc7002:#1B2F45;--e-global-color-3256d5c:#8BA8C8;--e-global-color-f46990d:#B2694A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Golos Text", Sans-serif;font-size:clamp(1rem, 1vw, 1.125rem);line-height:1.65em;letter-spacing:0em;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-primary );text-decoration:none;}.elementor-kit-12 a:hover{color:var( --e-global-color-853c919 );}.elementor-kit-12 h1{font-family:"Prata", Sans-serif;font-size:clamp(3.25rem, 8vw, 7.5rem);letter-spacing:-0.055em;}.elementor-kit-12 h2{font-family:"Prata", Sans-serif;font-size:clamp(2.25rem, 5vw, 5.5rem);line-height:1.02em;letter-spacing:-0.05em;}.elementor-kit-12 h3{font-family:"Prata", Sans-serif;font-size:clamp(1.5rem, 2.5vw, 2.625rem);line-height:1.12em;letter-spacing:-0.035em;}.elementor-kit-12 h4{font-family:"Prata", Sans-serif;font-size:clamp(1.125rem, 1.45vw, 1.5rem);line-height:1.25em;letter-spacing:-0.02em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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;}}/* Start custom CSS */:root {
    /* Hero */
    --fs-hero: clamp(3.25rem, 8vw, 7.5rem);
    --fs-hero-sub: clamp(1.35rem, 3vw, 2.75rem);
    
    /* Headings */
    --fs-h2: clamp(2.25rem, 5vw, 5.5rem);
    --fs-h3: clamp(1.5rem, 2.5vw, 2.625rem);
    --fs-h4: clamp(1.125rem, 1.45vw, 1.5rem);
    --fs-h5: clamp(0.95rem, 1vw, 1.125rem);
    
    /* Text */
    --fs-lead: clamp(1.25rem, 1.8vw, 1.75rem);
    --fs-body-lg: clamp(1.0625rem, 1.25vw, 1.25rem);
    --fs-body: clamp(1rem, 1vw, 1.125rem);
    --fs-body-sm: clamp(0.875rem, 0.9vw, 1rem);
    
    /* UI */
    --fs-nav: clamp(0.8125rem, 0.85vw, 0.9375rem);
    --fs-button: clamp(0.875rem, 0.9vw, 1rem);
    --fs-eyebrow: clamp(0.75rem, 0.75vw, 0.875rem);
    --fs-number: clamp(2rem, 4vw, 4.5rem);
    --fs-footer: clamp(0.8125rem, 0.85vw, 0.9375rem);
  
    --snow: #faf8f3;
    --bone: #efe9dc;
    --bone-warm: #eadfc8;
    --stone: #8a827a;
    --stone-2: #c2bcb0;
    --deep: #1a1914;
    --deep-2: #2e2b24;
    --leaf: #4a6b3e;
    --leaf-2: #86997a;
    --bark: #5a4a3a;
    --sun: #d9a653;
    --sun-dim: #9a7735;
    /* Secondary palette — pulled from hero sky, classic gold+blue luxury pair */
    --navy: #2a4a6b; /* authority, Business direction, link hover on cream, trust */
    --navy-dp: #1b2f45;
    --sky: #8ba8c8; /* soft sky — subtle accents, hero over-road */
    /* Direction-specific accents (Business / Career / Life) */
    --dir-business: var(--navy);
    --dir-career: var(--sun-dim);
    --dir-life: var(--leaf-2);
    --clay: #b2694a; /* warm alternative for Life if needed */
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
#ast-scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 40;
  width: 3.2rem;
  height: 3.2rem;
  background: var(--snow);
  color: var(--deep);
  border: 1px solid var(--deep);
  border-radius: 50%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.4s, transform 0.4s, background 0.3s, color 0.3s;
  box-shadow: 0 12px 30px -10px rgba(26, 25, 20, 0.4);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Golos Text';
	font-display: auto;
	src: url('https://flexmentis.de/wp-content/uploads/2026/05/GolosText-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Prata';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://flexmentis.de/wp-content/uploads/2026/05/Prata-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */