.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.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);}.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-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 {
  --bg: #f6f1e8;
  --bg2: #ede5d4;
  --ink: #171511;
  --ink2: #3c382f;
  --muted: #827b6e;
  --soft: #d9d0c0;
  --line: rgba(23,21,17,0.09);
  --orange: #e85d00;
  --orange2: #fff0e2;
  --orange-deep: #c64a00;
  --pink: #d8009c;
  --pink-soft: #fce4f3;
  --gold: #d99a14;
  --gold-soft: #fdf3d9;
  --blue: #2e83d7;
  --blue-soft: #e3eefb;
  --mint: #1e9b8f;
  --mint-soft: #d6f0ec;
  --sage: #78985d;
  --sage-soft: #e8f0e0;
  --radius: 24px;
  --radius2: 36px;
  --shadow-sm: 0 6px 18px -6px rgba(40,31,20,0.12), 0 2px 6px rgba(40,31,20,0.04);
  --shadow: 0 20px 50px -12px rgba(40,31,20,0.18), 0 4px 12px rgba(40,31,20,0.05);
  --shadow-lg: 0 32px 80px -20px rgba(40,31,20,0.22);
  --ease: cubic-bezier(0.2,0.8,0.2,1);
}

html { scroll-behavior: smooth; }
body { font-feature-settings: "ss01"; -webkit-font-smoothing: antialiased; }
::selection { background: #171511; color: #f6f1e8; }

/* Italic accent class */
.italic {
  font-style: italic;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: var(--orange);
}

/* Eyebrow label */
.eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}/* End custom CSS */