/* The receipt replaces the form after confirmed SMTP acceptance. */
#inquiry-status:empty{display:none}
.contact-form-wrap [hidden]{display:none!important}
.contact-large-link,.site-footer a,.direct-contact a{overflow-wrap:anywhere}
.contact-form-wrap.has-receipt{align-self:start;border-top:3px solid var(--petrol);background:var(--paper)}
.inquiry-receipt{scroll-margin-top:130px;outline:none;padding-top:6px}
.receipt-heading{display:flex;align-items:center;gap:14px;margin-bottom:29px;color:var(--petrol)}
.receipt-heading .eyebrow{margin:0;font-size:.68rem;letter-spacing:.14em}
.receipt-check{display:grid;place-items:center;flex:none;width:42px;height:42px;border:1px solid #35655f55;border-radius:50%;font:400 23px/1 var(--sans);background:#35655f0a}
.inquiry-receipt .receipt-title{font-size:clamp(2.5rem,3.5vw,3.3rem);line-height:1.06;letter-spacing:-.035em;max-width:13ch;margin:0 0 34px}
.receipt-next{padding-top:25px;border-top:1px solid var(--line);margin-bottom:25px}
.receipt-next .eyebrow{margin-bottom:11px;color:var(--petrol);font-size:.65rem;letter-spacing:.14em}
.receipt-personal{font-size:1rem;line-height:1.75;max-width:42ch}
.receipt-delivery{padding:20px 22px;background:var(--ivory);border-left:2px solid var(--petrol);font-size:.85rem;line-height:1.65}
.receipt-delivery-warning{border-left-color:#9b753a}
.receipt-email{display:block;font-weight:600;overflow-wrap:anywhere;margin:4px 0 9px}
.receipt-hint{font-size:.76rem;color:var(--muted)}
.receipt-reply{font-size:.78rem;line-height:1.7;color:var(--muted);margin-top:23px}
.receipt-reply strong{font-weight:600;color:var(--navy)}
.receipt-footer{display:flex;align-items:end;justify-content:space-between;gap:20px;border-top:1px solid var(--line);margin-top:30px;padding-top:22px}
.receipt-reference{font-size:.65rem;letter-spacing:.04em;color:var(--muted);display:flex;flex-direction:column;gap:3px}
.receipt-reference span+span{font-variant-numeric:tabular-nums;letter-spacing:.06em}
.receipt-footer .text-link{font-size:.78rem;white-space:nowrap;gap:14px}
.inquiry-feedback{border-left:3px solid #9b753a;padding:20px 22px;background:var(--ivory);margin-top:24px;outline:none}
.inquiry-feedback h3{font-size:1.65rem;margin-bottom:12px}
.inquiry-feedback p{font-size:.86rem;line-height:1.75}
@media(max-width:480px){.receipt-heading{gap:10px}.receipt-heading .eyebrow{font-size:.61rem}.receipt-delivery{padding:17px}.receipt-footer{align-items:start;flex-direction:column;gap:20px}.inquiry-receipt .receipt-title{font-size:2.6rem}.receipt-personal{font-size:.94rem}}
