.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-e7838b2 */@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-footer-shell),
.elementor-container:has(.ar-footer-shell),
.elementor-column:has(.ar-footer-shell),
.elementor-widget-wrap:has(.ar-footer-shell),
.elementor-widget-html:has(.ar-footer-shell),
.elementor-widget-container:has(.ar-footer-shell),
.e-con:has(.ar-footer-shell),
.e-con-inner:has(.ar-footer-shell) {
  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;
  overflow: visible !important;
}

.ar-footer-shell {
  --ar-footer-bg: #334221;
  --ar-footer-bg-2: #2a371b;
  --ar-footer-text: #f6f3e8;
  --ar-footer-muted: rgba(246, 243, 232, 0.72);
  --ar-footer-line: rgba(246, 243, 232, 0.16);
  --ar-footer-gold: #d8c98a;

  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--ar-footer-bg) !important;
  color: var(--ar-footer-text);
  box-sizing: border-box !important;
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
  overflow: hidden !important;
}

.ar-footer-shell *,
.ar-footer-shell *::before,
.ar-footer-shell *::after {
  box-sizing: border-box;
}

.ar-footer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 74px 24px 34px;
}

.ar-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.55fr) minmax(240px, 0.8fr);
  gap: 78px;
  align-items: start;
}

.ar-footer__brand {
  min-width: 0;
}

.ar-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 100%;
  color: var(--ar-footer-text) !important;
  text-decoration: none !important;
}

.ar-footer__mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ar-footer__mark svg {
  width: 42px;
  height: 42px;
  overflow: visible;
}

.ar-footer-clover__shadow {
  fill: none;
  stroke: rgba(246, 243, 232, 0.2);
  stroke-width: 4.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translate(2px, 2px);
}

.ar-footer-clover__main {
  fill: none;
  stroke: var(--ar-footer-gold);
  stroke-width: 4.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ar-footer-clover__stem {
  fill: none;
  stroke: var(--ar-footer-gold);
  stroke-width: 4.2;
  stroke-linecap: round;
}

.ar-footer__brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ar-footer__name {
  color: var(--ar-footer-text);
  font-family: "Fraunces", "Cormorant Garamond", ui-serif, Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.05;
  white-space: nowrap;
}

.ar-footer__subtitle {
  margin-top: 8px;
  color: var(--ar-footer-gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ar-footer__desc {
  max-width: 390px;
  margin: 30px 0 0;
  color: var(--ar-footer-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.ar-footer__heading {
  margin: 0 0 24px;
  color: var(--ar-footer-gold);
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.ar-footer__nav,
.ar-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.ar-footer__nav a,
.ar-footer__contact a {
  color: var(--ar-footer-text) !important;
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none !important;
  overflow-wrap: anywhere;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ar-footer__nav a + a,
.ar-footer__contact a + a {
  margin-top: 13px;
}

.ar-footer__nav a:hover,
.ar-footer__nav a:focus-visible,
.ar-footer__contact a:hover,
.ar-footer__contact a:focus-visible {
  color: var(--ar-footer-gold) !important;
  transform: translateX(2px);
}

.ar-footer__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 66px;
  padding-top: 28px;
  border-top: 1px solid var(--ar-footer-line);
}

.ar-footer__copy,
.ar-footer__credit {
  margin: 0;
  color: var(--ar-footer-muted);
  font-size: 13px;
  line-height: 1.5;
}

.ar-footer__credit {
  text-align: center;
}

.ar-footer__credit a {
  color: var(--ar-footer-text) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.ar-footer__credit a:hover,
.ar-footer__credit a:focus-visible {
  color: var(--ar-footer-gold) !important;
}

.ar-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: var(--ar-footer-muted);
  font-size: 13px;
}

.ar-footer__legal a {
  color: var(--ar-footer-text) !important;
  text-decoration: none !important;
}

.ar-footer__legal a:hover,
.ar-footer__legal a:focus-visible {
  color: var(--ar-footer-gold) !important;
}

@media (max-width: 980px) {
  .ar-footer {
    padding: 64px 24px 32px;
  }

  .ar-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 46px;
  }

  .ar-footer__brand {
    grid-column: 1 / -1;
  }

  .ar-footer__bottom {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ar-footer__credit {
    text-align: left;
  }

  .ar-footer__legal {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .ar-footer {
    padding: 54px 20px 30px;
  }

  .ar-footer__top {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ar-footer__logo {
    align-items: flex-start;
  }

  .ar-footer__name {
    font-size: 25px;
    white-space: normal;
  }

  .ar-footer__subtitle {
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 1.35;
    white-space: normal;
  }

  .ar-footer__desc {
    margin-top: 24px;
    font-size: 15px;
  }

  .ar-footer__bottom {
    margin-top: 46px;
    padding-top: 24px;
  }

  .ar-footer__legal {
    flex-direction: column;
    gap: 9px;
  }
}/* End custom CSS */