.whatsapp-inline,
.calendar-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .85rem 1.55rem;
  background: #1f7a4c;
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}

.calendar-inline {
  background: var(--gold);
  color: var(--ink);
}

.calendar-inline:hover {
  background: #efc877;
  transform: translateY(-2px);
}

.whatsapp-inline:hover {
  background: #17643d;
  transform: translateY(-2px);
}

.whatsapp-inline:focus-visible,
.calendar-inline:focus-visible,
.booking-options a[href^="mailto:"]:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.booking-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.booking-options {
  display: grid;
  justify-items: center;
  gap: 1.25rem;
}

.booking-options p {
  margin: 0;
  color: #ffffffbf;
  font-size: .88rem;
}

.booking-options .availability-note {
  max-width: 610px;
  line-height: 1.7;
  color: #ffffffe0;
}

.booking-options a[href^="mailto:"] {
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
}

.booking-options a[href^="mailto:"]:hover { color: #fff; }

.enquiry {
  background: #eadcc8;
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.enquiry-copy {
  max-width: 520px;
  padding-top: 1.25rem;
}

.enquiry-copy h2 {
  font-size: clamp(2.7rem, 4.6vw, 4.8rem);
}

.enquiry-copy > p:last-child {
  color: #615149;
}

.form-frame {
  overflow: hidden;
  background: #fff;
  border-top: 4px solid var(--gold);
  box-shadow: 0 24px 70px #3c24151f;
}

.form-frame iframe {
  display: block;
  width: 100%;
  min-height: 720px;
  border: 0;
}

.whatsapp-float {
  position: fixed;
  right: clamp(1rem, 2.5vw, 2rem);
  bottom: clamp(1rem, 2.5vw, 2rem);
  z-index: 60;
  display: flex;
  align-items: center;
  gap: .65rem;
  min-height: 54px;
  padding: .75rem 1.1rem .75rem .8rem;
  border-radius: 999px;
  background: #1f7a4c;
  color: #fff;
  box-shadow: 0 10px 32px #15100b45;
  font-size: .76rem;
  letter-spacing: .06em;
  transition: transform .2s ease, background .2s ease;
}

.whatsapp-float span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #1f7a4c;
  font-size: 1.15rem;
}

.whatsapp-float:hover {
  background: #17643d;
  transform: translateY(-2px);
}

.whatsapp-float:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.modality-grid article > span {
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-variant-emoji: text;
  line-height: 1;
}

.modality-grid article > .crystal-icon {
  font-size: 1.05rem;
}

@media (max-width: 560px) {
  .modality-grid article,
  .modality-grid article:nth-child(n) {
    min-height: 140px;
    padding: 1.35rem 1.25rem;
  }

  .modality-grid article h3 {
    font-size: 1.4rem;
  }

  .modality-grid article p {
    margin: .45rem 0 0;
    font-size: .7rem;
  }

  .booking-actions {
    width: 100%;
  }

  .booking-actions a {
    width: 100%;
  }

  .whatsapp-float { min-height: 50px; padding: .65rem; }
  .whatsapp-float strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
}

@media (max-width: 900px) {
  .enquiry {
    grid-template-columns: 1fr;
  }

  .form-frame iframe {
    min-height: 760px;
  }
}
