/* Bachata ERA 2026: typography and cleanup */
:root {
  --be-brown: #3a1609;
  --be-yellow: #ffb31a;
  --be-text: #1f1714;
}

body, .t-text, .t-descr, .t-name, .t-btn, .t-input, .t-submit {
  font-family: 'Manrope', Arial, sans-serif !important;
}

h1, h2, h3,
.t-title, .t-heading,
.t-menu__link-item,
.t-btn {
  letter-spacing: 0 !important;
}

h1, h2,
.t-title_xxl, .t-title_xl, .t-title_lg,
.t396 .tn-atom[style*="font-weight: 800"],
.t396 .tn-atom[style*="font-weight:800"],
.t396 .tn-atom[style*="font-weight: 900"],
.t396 .tn-atom[style*="font-weight:900"] {
  font-family: 'Unbounded', 'Manrope', Arial, sans-serif !important;
  font-weight: 800 !important;
}

.t396 a[href^="tel:"],
a[href^="tel:"] {
  color: var(--be-text) !important;
  text-decoration: none !important;
}

#rec774641290,
#rec774641290 .t396__artboard,
#rec774641290 .t396__carrier,
#rec774641290 .t396__filter {
  background: #ffffff !important;
}

#rec774641290 .tn-atom {
  color: var(--be-text) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

#rec774641290 a .tn-atom,
#rec774641290 a {
  color: var(--be-brown) !important;
  text-decoration: none !important;
}

#rec774641290 a:hover .tn-atom,
#rec774641290 a:hover {
  color: #b46b00 !important;
}

@media (max-width: 640px) {
  h1, .t-title_xxl, .t-title_xl {
    font-size: clamp(30px, 9vw, 44px) !important;
    line-height: 1.12 !important;
  }
  h2, .t-title_lg, .t-title_md {
    font-size: clamp(24px, 7vw, 34px) !important;
    line-height: 1.16 !important;
  }
  .t-btn, .t-submit {
    font-weight: 800 !important;
  }
}


/* Contacts page: readable phone on dark map panel */
#rec837885587 a[href^="tel:"],
#rec837885587 a[href^="tel:"] .tn-atom,
#rec837885587 .t-map-lazyload a[href^="tel:"],
#rec837885587 .t570 a[href^="tel:"] {
  color: #ffffff !important;
  opacity: 1 !important;
  text-decoration: none !important;
}
#rec837885587 a[href^="tel:"]:hover {
  color: #ffb31a !important;
}


/* Hide old standalone lead forms; keep Header popup form active. */
#rec847176859,
#rec846731140,
#rec846761618,
#rec830192437,
#rec837885586 {
  display: none !important;
}
