.elementor-14 .elementor-element.elementor-element-3d102e6{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-27538c9 */:root {
  --cream: #FBF7EF;
  --ivory: #FFFFFF;
  --forest: #3E4E33;
  --forest-deep: #2E3A26;
  --olive: #5B7048;
  --gold-deep: #A6752F;
  --gold-light: #E3C077;
  --ink: #2B2A24;
  --ink-soft: #5b5a52;
  --line: rgba(62,78,51,0.18);
  --max: 1180px;
}

header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(251,247,239,0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  height: 46px;
  width: auto;
}

.brand-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: var(--forest-deep);
  letter-spacing: 0.03em;
  line-height: 1.1;
}

.brand-text span {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 9.5px;
  letter-spacing: 0.28em;
  color: var(--gold-deep);
  font-weight: 500;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  gap: 34px;
  list-style: none;
}

.nav-links a {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 500;
  position: relative;
  padding-bottom: 4px;
  transition: color .3s;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--gold-deep);
  transition: width .35s ease;
}

.nav-links a:hover {
  color: var(--gold-deep);
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-links a.active {
  color: var(--gold-deep);
}

.nav-links a.active::after {
  width: 100%;
}

.nav-cta {
  font-family: 'Jost', sans-serif;
  border: 1px solid var(--forest-deep);
  padding: 10px 24px;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--forest-deep);
  transition: all .35s ease;
  white-space: nowrap;
}

.nav-cta:hover {
  background: var(--forest-deep);
  color: var(--cream);
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 1px;
  background: var(--forest-deep);
  margin: 5px 0;
}

@media (max-width: 760px) {
  nav {
    padding: 14px 22px;
  }
  .nav-links {
    display: none;
  }
}/* End custom CSS */