/* Project overrides, layered AFTER the Webflow exports (normalize/components/lfm2).
   Keep site-specific tweaks here so the Webflow files stay untouched. */

/* Darker, fully-opaque placeholder text in form fields.
   Covers the main contact form and the Meg/Tommy referral lightbox (both use
   .form_text-field-stripped). The Webflow default was #96969659 (~35% opacity),
   which read as very faint gray. */
.form_text-field-stripped::placeholder {
  color: #6b6b6b;
  opacity: 1;
}
.form_text-field-stripped::-webkit-input-placeholder {
  color: #6b6b6b;
}
.form_text-field-stripped::-moz-placeholder {
  color: #6b6b6b;
  opacity: 1;
}
