/* ==========================================================================
   Timeless Beach Hotel — Element restyles
   Brand-consistent buttons / links / headings for theme + Elementor content,
   so future Elementor-built pages inherit the Coastal language.
   ========================================================================== */

/* Links inside content */
body.tbh .page_content_wrap a:not(.tbh-btn):not(.tbh-menu__link):not(.elementor-button) {
  color: var(--tbh-ink);
  text-decoration-color: var(--tbh-line-strong);
  text-underline-offset: .18em;
  transition: color .3s, text-decoration-color .3s;
}
body.tbh .page_content_wrap a:not(.tbh-btn):not(.tbh-menu__link):not(.elementor-button):hover {
  color: var(--tbh-accent-deep); text-decoration-color: var(--tbh-accent-deep);
}

/* Elementor buttons -> brand pill */
body.tbh .elementor-button {
  font-family: var(--tbh-font-display) !important;
  letter-spacing: .14em; text-transform: uppercase; font-weight: 600;
  border-radius: var(--tbh-radius-pill);
  background: var(--tbh-accent); color: var(--tbh-dark); border: 1px solid var(--tbh-ink);
  transition: background-color .4s var(--tbh-ease-luxe), color .4s, transform .3s var(--tbh-ease-out);
}
body.tbh .elementor-button:hover { background: var(--tbh-ink); color: var(--tbh-on-dark); }

/* Headings within content inherit display font + umber */
body.tbh .page_content_wrap h1,
body.tbh .page_content_wrap h2,
body.tbh .page_content_wrap h3 { color: var(--tbh-ink); }

/* Selection + focus visibility for a11y */
body.tbh a:focus-visible,
body.tbh button:focus-visible,
body.tbh .tbh-menu__link:focus-visible {
  outline: 2px solid var(--tbh-accent);
  box-shadow: 0 0 0 2px var(--tbh-ink);
  outline-offset: 3px; border-radius: 2px;
}

/* Reserve / CF7 form niceties get themed in sections.css */
