.contact-hero{padding-top:150px;background:var(--brand-bg-alt)}.contact-hero .container{max-width:860px}.contact-hero h1{font-size:max(2.2rem, min(5vw, 3.6rem));font-weight:900}.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.contact-grid article{padding:24px;background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);box-shadow:0 14px 30px rgba(42,38,34,.07)}.contact-form-section{background:var(--brand-bg-alt)}@media (max-width:991px){.contact-grid{grid-template-columns:1fr}}