.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for section, class: .elementor-element-3ffbfd5 */@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Manrope:wght@400;500;600;700&display=swap");

.elementor-section:has(.ar-header-root),
.elementor-container:has(.ar-header-root),
.elementor-column:has(.ar-header-root),
.elementor-widget-wrap:has(.ar-header-root),
.elementor-widget-html:has(.ar-header-root),
.elementor-widget-container:has(.ar-header-root),
.e-con:has(.ar-header-root),
.e-con-inner:has(.ar-header-root) {
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  row-gap: 0 !important;
  column-gap: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
}

.ar-header-root {
  --ar-header-bg: #f3eee5;
  --ar-header-dark: #3a4526;
  --ar-header-dark-2: #263318;
  --ar-header-green: #159448;
  --ar-header-muted: #6a6658;
  --ar-header-line: #ddd3c1;
  --ar-header-gold: #c7aa55;

  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 calc(50% - 50vw) !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
}

.ar-header-shell {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  background: rgba(243, 238, 229, 0.96);
  border-bottom: 1px solid var(--ar-header-line);
  box-shadow: 0 10px 30px rgba(58, 69, 38, 0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.admin-bar .ar-header-shell {
  top: 32px;
}

.ar-header-spacer {
  width: 100%;
  height: 88px;
  background: var(--ar-header-bg);
}

.ar-header {
  width: 100%;
  max-width: 1200px;
  min-height: 88px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  box-sizing: border-box;
}

.ar-header *,
.ar-header *::before,
.ar-header *::after {
  box-sizing: border-box;
}

.ar-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--ar-header-dark) !important;
  text-decoration: none !important;
}

.ar-header__mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ar-header__mark svg {
  width: 46px;
  height: 46px;
  overflow: visible;
}

.ar-clover__shadow {
  fill: none;
  stroke: rgba(58, 69, 38, 0.22);
  stroke-width: 4.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translate(2px, 2px);
}

.ar-clover__main {
  fill: none;
  stroke: var(--ar-header-green);
  stroke-width: 4.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ar-clover__stem {
  fill: none;
  stroke: var(--ar-header-green);
  stroke-width: 4.2;
  stroke-linecap: round;
}

.ar-header__brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ar-header__name {
  display: block;
  color: var(--ar-header-dark);
  font-family: "Fraunces", "Cormorant Garamond", ui-serif, Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
  white-space: nowrap;
}

.ar-header__subtitle {
  display: block;
  margin-top: 5px;
  color: #7d7c3e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ar-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  min-width: 0;
}

.ar-header__nav a {
  color: var(--ar-header-dark) !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ar-header__nav a:hover,
.ar-header__nav a:focus-visible {
  color: var(--ar-header-green) !important;
  transform: translateY(-1px);
}

.ar-header__nav-phone {
  display: none;
}

.ar-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ar-header__phone {
  color: var(--ar-header-dark) !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ar-header__phone:hover,
.ar-header__phone:focus-visible {
  color: var(--ar-header-green) !important;
  transform: translateY(-1px);
}

.ar-header__cta {
  min-height: 52px;
  padding: 0 30px;
  border-radius: 999px;
  background: var(--ar-header-dark);
  color: #fffaf0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 0 0 rgba(58, 69, 38, 0);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.ar-header__cta:hover,
.ar-header__cta:focus-visible {
  background: var(--ar-header-dark-2);
  color: #fffaf0 !important;
  transform: translateY(-4px) scale(1.025);
  box-shadow: 0 12px 24px rgba(58, 69, 38, 0.18);
}

.ar-header__cta:active {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 8px 16px rgba(58, 69, 38, 0.14);
}

.ar-header__toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ar-header__burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ar-header-line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.ar-header__burger span {
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: var(--ar-header-dark);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

@media (max-width: 1180px) {
  .ar-header {
    gap: 22px;
  }

  .ar-header__nav {
    gap: 20px;
  }

  .ar-header__phone {
    display: none;
  }
}

@media (max-width: 980px) {
  .ar-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 78px;
    padding: 0 22px;
  }

  .ar-header-spacer {
    height: 78px;
  }

  .ar-header__burger {
    display: inline-flex;
    order: 3;
  }

  .ar-header__actions {
    display: none;
  }

  .ar-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100vw;
    max-height: 0;
    overflow: hidden;
    background: rgba(243, 238, 229, 0.98);
    border-bottom: 1px solid var(--ar-header-line);
    box-shadow: 0 18px 34px rgba(58, 69, 38, 0.1);
    transition: max-height 0.25s ease;
  }

  .ar-header__nav a {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0 24px;
    border-top: 1px solid rgba(221, 211, 193, 0.72);
    font-size: 15px;
  }

  .ar-header__nav-phone {
    display: flex !important;
    color: var(--ar-header-green) !important;
    font-weight: 800 !important;
  }

  .ar-header__toggle:checked ~ .ar-header__nav {
    max-height: 520px;
  }

  .ar-header__toggle:checked ~ .ar-header__burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .ar-header__toggle:checked ~ .ar-header__burger span:nth-child(2) {
    opacity: 0;
  }

  .ar-header__toggle:checked ~ .ar-header__burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (max-width: 782px) {
  body.admin-bar .ar-header-shell {
    top: 46px;
  }
}

@media (max-width: 560px) {
  .ar-header {
    min-height: 74px;
    padding: 0 18px;
  }

  .ar-header-spacer {
    height: 74px;
  }

  .ar-header__mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .ar-header__mark svg {
    width: 38px;
    height: 38px;
  }

  .ar-header__name {
    font-size: 21px;
  }

  .ar-header__subtitle {
    margin-top: 4px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .ar-header__burger {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 390px) {
  .ar-header__brand {
    gap: 10px;
  }

  .ar-header__name {
    font-size: 19px;
  }

  .ar-header__subtitle {
    font-size: 9px;
    letter-spacing: 0.1em;
  }
}/* End custom CSS */