/* /contact/, page-local styles. main.css is locked; only additions that no
   shared component covers live here. */

/* Neutral helper note under the reason dropdown (not an error state) */
.contact-form__reason-note { color:var(--muted); margin-top:var(--s-2); max-width:var(--text-max-body); }

/* Where-we-are section: keep the statement + body on the editorial measure */
.contact-place h2 { max-width:24ch; margin-bottom:var(--s-5); }
.contact-place__body { max-width:var(--text-max-body); color:var(--muted); margin-bottom:var(--s-5); }
