/**
 * Shared form submission handler — posts to api/*.php
 */
.gig-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.gig-form-status {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--color-forest, #0b5d4f);
}

.gig-form-status.is-visible {
  display: block;
}

.gig-form-status.is-error {
  color: #9b2c2c;
}

.gig-form-status[hidden] {
  display: none !important;
}

button.is-loading,
.contact__submit.is-loading,
.footer__subscribe-btn.is-loading,
.gig-pill.is-loading {
  opacity: 0.72;
  pointer-events: none;
}
