/* contact.html — page-specific styles.
   Distinct treatment: soft green focus glow on form fields instead of the
   plain navy outline used site-wide. */

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus{
  box-shadow: 0 0 0 3px rgba(28,124,74,0.16);
  border-color: var(--green);
}
