.elementor-kit-10{--e-global-color-primary:#A68059;--e-global-color-secondary:#D5D9D3;--e-global-color-text:#F8F6F1;--e-global-color-accent:#202C26;--e-global-color-2c91118:#FCFAF8;--e-global-color-aa0c11d:#EEECE8;--e-global-color-e9468b2:#5E6E66;--e-global-color-f3e738e:#E5E2DC;--e-global-color-af917e1:#40594D;--e-global-color-2fafd72:#E8C468;--e-global-color-5d1a3bb:#D5D9D3;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:52px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;background-color:#F8F6F1;}.elementor-kit-10 e-page-transition{background-color:#F8F6F1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.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-10{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:17px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* NATURALIS — CSS GLOBAL */
:root {
  --primary:      #A68059;
  --primary-fg:   #FCFAF8;
  --bg:           #F8F6F1;
  --fg:           #202C26;
  --card:         #FCFAF8;
  --muted:        #EEECE8;
  --muted-fg:     #5E6E66;
  --border:       #E5E2DC;
  --green:        #40594D;
  --gold:         #E8C468;
  --radius:       8px;
  --shadow:       0 4px 16px rgba(0,0,0,0.07);
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;
}

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-heading);
  color: var(--fg);
  line-height: 1.2;
}

.elementor-button-wrapper .elementor-button {
  background: var(--primary);
  color: var(--primary-fg);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3px;
  border: none;
  transition: background 0.2s ease, transform 0.15s ease;
}
.elementor-button-wrapper .elementor-button:hover {
  background: #8D6847;
  transform: translateY(-1px);
}

.btn-outline .elementor-button {
  background: transparent !important;
  border: 1.5px solid var(--primary) !important;
  color: var(--primary) !important;
}
.btn-outline .elementor-button:hover {
  background: var(--primary) !important;
  color: var(--primary-fg) !important;
}

.section-dark {
  background: var(--green);
}
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark p {
  color: var(--primary-fg);
}

.section-muted {
  background: var(--muted);
}

.card-naturalis {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: box-shadow 0.2s ease;
}
.card-naturalis:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}

.elementor-location-header {
  background: var(--card) !important;
  border-bottom: 1px solid var(--border);
}

.elementor-location-footer {
  background: var(--green) !important;
}
.elementor-location-footer,
.elementor-location-footer p,
.elementor-location-footer a {
  color: var(--primary-fg);
}
.elementor-location-footer .elementor-heading-title {
  color: var(--gold);
  font-family: var(--font-heading);
}
.elementor-location-footer a:hover {
  color: var(--gold);
}

.stars { color: var(--gold); }

@media (max-width: 768px) {
  h1 { font-size: 32px !important; }
  h2 { font-size: 26px !important; }
  h3 { font-size: 22px !important; }
}/* End custom CSS */