.contacts-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:1.1rem;margin-bottom:3rem}.contact-card h2{margin:0 0 .8rem;font-size:1.1rem}.contact-row{margin:0 0 .8rem;font-size:1.05rem;font-weight:600}.contact-row a{color:var(--teal-strong);text-decoration:none}.contact-row a:hover{text-decoration:underline}.contact-note{margin:0 0 1rem;font-size:.88rem;color:var(--slate);line-height:1.5}.contact-note:last-child{margin-bottom:0}
