.elementor-27 .elementor-element.elementor-element-bde8036{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-a7921d5 *//* =========================
HEADER BASE
========================= */

.ls-header {
  position: sticky;
  top: 0;
  z-index: 999;

  width: 100%;
  padding: 20px 30px;

  background: rgba(244,241,236,0.85);
  backdrop-filter: blur(12px);

  border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* CONTENEDOR */

.ls-header-inner {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */

.ls-logo a {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #2e2e2e;
  text-decoration: none;
}

/* NAV */

.ls-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ls-nav a {
  font-size: 14px;
  text-decoration: none;
  color: #2e2e2e;

  transition: opacity 0.3s ease;
}

.ls-nav a:hover {
  opacity: 0.6;
}

/* CTA */

.ls-contact-btn {
  padding: 10px 22px;
  border-radius: 999px;

  background: #7a8a7b;
  color: #fff !important;

  font-size: 13px;

  transition: all 0.3s ease;
}

.ls-contact-btn:hover {
  background: #657565;
}

/* MOBILE BUTTON */

.ls-menu-toggle {
  display: none;
  font-size: 22px;
  cursor: pointer;
}

/* MOBILE MENU */

.ls-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 20px;

  padding: 20px;

  background: #f4f1ec;
}

.ls-mobile-menu a {
  text-decoration: none;
  color: #2e2e2e;
  font-size: 16px;
}

/* ACTIVE */

.ls-mobile-menu.active {
  display: flex;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 768px) {

  .ls-nav {
    display: none;
  }

  .ls-menu-toggle {
    display: block;
  }

}/* End custom CSS */