.contact-container { max-width: 800px; }
.contact-page .brief-intro h1 { font-size: 36px; line-height: 1.15; }
.contact-page .brief-intro p { font-size: 17px; }
.contact-page .brief-intro .section-kicker { margin-bottom: 12px; font-size: 12px; }
.contact-form { padding: 30px; }
.contact-form fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.contact-form input, .contact-form select, .contact-form textarea { font-size: 16px; }
.contact-consent { margin-top: 24px; font-size: 14px; }
.contact-consent input { min-width: 20px; min-height: 20px; }
.contact-consent a { text-underline-offset: 3px; }
.contact-help { color: var(--muted); font-size: 13px; line-height: 1.55; }
.contact-actions { display: flex; justify-content: flex-end; margin-top: 25px; }
.contact-actions .button { min-width: 168px; }
.contact-notice, .contact-error { padding: 14px 16px; border-left: 3px solid var(--green); background: #edf8f2; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.contact-error { margin: 24px 0 0; background: #fff2ef; border-color: #b11f14; color: #9b211a; }
.contact-success { padding: 15px 0; overflow-wrap: anywhere; }
.contact-success h2 { font-size: 26px; margin: 0 0 12px; }
.contact-success p { line-height: 1.6; }
.contact-success .button { margin-top: 10px; }
.contact-honeypot, .visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.contact-form [aria-invalid="true"] { border-color: #b11f14; }
@media (max-width: 600px) {
  .contact-page .site-header .container { gap: 10px; }
  .contact-page .brand { gap: 7px; min-width: 0; }
  .contact-page .brand-mark { flex: 0 0 25px; }
  .contact-page .brand span:last-child { font-size: 13px; white-space: normal; }
  .contact-page .brief-nav { flex: 0 0 auto; }
  .contact-page .brief-intro h1 { font-size: 29px; }
  .contact-form { padding: 22px 18px; }
  .contact-form .form-grid { grid-template-columns: minmax(0, 1fr); }
  .contact-actions .button { width: 100%; }
  .contact-success h2 { font-size: 24px; }
}
