/* Contact page only — tiny, additive, kept out of styles.css so the
   concept's already-audited stylesheet stays byte-for-byte untouched. */
input[type="radio"] { accent-color: var(--color-plum); }
.form-field:focus-within .form-field__label { color: var(--color-plum-dark); }
