h1 { font-size: 1.5rem; margin: 0 0 1rem; }
#contact-form { max-width: 600px; margin: 2rem 0; }
#contact-form label { display: block; margin: 1rem 0 0.35rem; }
#contact-form input, #contact-form textarea {
  width: 100%;
  padding: 0.7rem;
  font: inherit;
  color: var(--text);
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: 4px;
}
#contact-form textarea { resize: vertical; }
#contact-form :focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
#send, #send-another {
  padding: 0.65rem 1rem;
  font: inherit;
  color: var(--accent);
  background: var(--bg-raised);
  border: 1px solid var(--accent);
  border-radius: 4px;
  cursor: pointer;
}
#send:disabled { opacity: 0.5; cursor: not-allowed; }
#spam-check { margin: 1rem 0; }
#form-status { min-height: 3.3em; overflow-wrap: anywhere; }
#privacy-note { max-width: 68ch; font-size: 0.8rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
