.form-message {
  font-family: 'HN', sans-serif;
  font-size: 14px;
  min-height: 0;
  transition: opacity 0.2s;
}

.form-message--success {
  color: #4ade80;
  padding: 10px 0 4px;
}

.form-message--error {
  color: #f87171;
  padding: 10px 0 4px;
}

.form-message--info {
  color: var(--teal, #59C0D1);
  padding: 10px 0 4px;
  opacity: .75;
}

/* Invisible reCAPTCHA badge sits at bottom-right; no extra margin needed */
.g-recaptcha { margin: 0; }

/* ── Contact mailto mode ── */
.contact-mailto {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 36px 40px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  align-self: start;
}

.contact-mailto__text {
  font-family: 'HN', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

.contact-mailto__link {
  font-family: 'HN', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--teal, #59C0D1);
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: opacity 0.15s;
}

.contact-mailto__link:hover {
  opacity: 0.75;
}
