/* Contact CTAs — reliable clicks, email wrap, dialog fallback */
#contact {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.contact-cta-card {
  position: relative;
  z-index: 0;
}

.contact-cta-card__actions {
  position: relative;
  z-index: 1;
}

.contact-cta-card__actions .btn,
.contact-cta-card__actions a.btn,
.contact-cta-card__actions button.btn {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 100%;
  touch-action: manipulation;
}

.contact-cta-card__actions .contact-cta-card__email {
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.hero--landing .hero-quick-lines {
  min-width: 0;
}

.hero--landing .hero-quick-lines a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

button.contact-cta-card__book,
button.contact-cta-card__instagram {
  font: inherit;
  margin: 0;
  appearance: none;
  cursor: pointer;
  touch-action: manipulation;
}

.footer-touch-card__value {
  overflow-wrap: anywhere;
  word-break: break-word;
}
