/* Shared styles for the "get-in-touch" Netlify form (replaces the Constant Contact embed). */

.ff-contact-form {
  max-width: 640px;
  font-family: 'Outfit', sans-serif;
  color: #1a1a1a;
}

.ff-contact-form h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.ff-contact-form .ff-subtext {
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.ff-contact-form label {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.ff-contact-form label .required {
  color: #D42237;
  margin-right: 2px;
}

.ff-contact-form input[type="text"],
.ff-contact-form input[type="email"],
.ff-contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 1rem;
  font-family: 'Outfit', sans-serif;
  box-sizing: border-box;
}

.ff-contact-form input:focus,
.ff-contact-form textarea:focus {
  outline: none;
  border-color: #8AAAE0;
  box-shadow: 0 0 0 3px rgba(138, 170, 224, 0.2);
}

.ff-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.ff-contact-form button {
  margin-top: 2rem;
  background: #D42237;
  color: #fff;
  border: none;
  padding: 0.85rem 2rem;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.ff-contact-form button:hover {
  opacity: 0.9;
}

.ff-honeypot {
  position: absolute;
  left: -9999px;
}

/* Hidden on load. Revealed by JS only after a successful submission.
   The id and class below are watched by a GTM conversion trigger — do not rename. */
#success_message_0 {
  display: none;
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  color: #1a1a1a;
  padding: 2rem 0;
}
