.contact-form-wrap { min-width: 0; }
.form-top { align-items: center; gap: 12px; }
.form-step legend:focus, .form-step h3:focus { outline: none; }
.form-step [aria-invalid="true"] { border-color: #983e32; box-shadow: 0 0 0 1px #983e32; }
.form-step input:focus-visible, .form-step textarea:focus-visible, .form-step select:focus-visible { outline: 2px solid #587d41; outline-offset: 3px; }
.form-step .phone-fields { display: grid; grid-template-columns: minmax(110px,.95fr) minmax(0,1.15fr); gap: 8px; }
.phone-fields input { min-width: 0; }
.phone-fields select { width: 100%; min-width: 0; min-height: 46px; padding: 10px 8px; border: 1px solid #8a9789; border-radius: 8px; background: #fffef9; color: var(--ink); font: inherit; font-size: 16px; }
.form-step .field-hint { margin: 8px 0 0; color: #556457; font-size: 12px; line-height: 1.5; }
.form-step .form-optional { margin: -7px 0 20px; font-size: 14px; color: var(--muted); line-height: 1.6; }
.form-step .form-row { gap: 18px; align-items: center; margin-top: 24px; }
.form-step .form-row .button { margin-top: 0; }
.form-review h3, .form-success h3 { font-size: 28px; font-weight: 550; letter-spacing: -.035em; line-height: 1.2; margin: 0 0 23px; }
.form-review dl { margin: 0; }
.form-review dl > div { padding: 10px 0; border-bottom: 1px solid var(--line); }
.form-review dt { font-size: 11px; line-height: 1.5; color: #556457; }
.form-review dd { margin: 4px 0 0; font-size: 14px; line-height: 1.5; overflow-wrap: anywhere; white-space: pre-line; }
.form-step .form-privacy { font-size: 11px; line-height: 1.65; color: #556457; margin-top: 16px; white-space: normal; }
.form-privacy a { text-decoration: underline; text-underline-offset: 3px; }
.form-send { position: relative; gap: 10px; }
.form-send .form-send-label { font-size: inherit; }
.form-send-icon { width: 14px; height: 14px; flex: none; }
.form-send.is-sending .form-send-icon { border: 1.5px solid #17252245; border-top-color: var(--ink); border-radius: 50%; animation: enquiry-spin .8s linear infinite; }
.form-send.is-sending .form-send-icon svg { display: none; }
.form-step button:disabled { cursor: wait; opacity: .75; }
.form-step .send-status { font-size: 12px; line-height: 1.5; margin-top: 12px; color: #556457; }
.form-step .send-status:empty { display: none; }
.form-step .form-direct { display: inline-flex; align-items: center; min-height: 44px; margin-top: 8px; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.form-success__check { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #9cb865; border-radius: 12px; background: var(--signal); margin-bottom: 22px; }
.form-success p { font-size: 15px; line-height: 1.7; color: #556457; }
.form-success p strong { color: var(--ink); font-weight: 500; overflow-wrap: anywhere; }
.form-success .text-link { margin-top: 26px; }
.form-honey { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@keyframes enquiry-spin { to { transform: rotate(360deg); } }
@media(max-width:360px) {
 .form-step .phone-fields { grid-template-columns: 1fr; }
 .form-step .form-row { gap: 7px; }
 .form-step .form-row .button { font-size: 13px; }
 .form-top { font-size: 9px; }
}
@media(prefers-reduced-motion:reduce) { .form-send.is-sending .form-send-icon { animation: none; } }
