@media (max-width: 600px) {
  .contact-card {
    display: block;
    padding: 38px 24px;
  }

  .contact-card h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(24px, 7.4vw, 30px);
    line-height: 1.18;
    letter-spacing: -0.055em;
  }

  .contact-card .eyebrow {
    margin-bottom: 20px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .contact-card p {
    margin: 26px 0;
  }

  .contact-card .button {
    width: 100%;
  }
}
/* Responsive brand artwork */
.brand img{display:block;width:auto;height:40px}
footer .brand img{height:36px}
@media(max-width:600px){.brand img{height:34px;width:auto}}

.employee-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:140px 0}
.employee-copy h2{font-size:clamp(38px,4vw,58px)}
.employee-copy h2 em{font-style:normal;color:transparent;-webkit-text-stroke:1.5px var(--ink)}
.employee-copy>p{font-size:16px;line-height:1.8;color:var(--muted);margin:30px 0}
.employee-quote{padding:22px 24px;border-left:5px solid var(--acid);background:#fff;font-weight:700;line-height:1.65}
.employee-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--ink);box-shadow:14px 14px 0 var(--acid)}
.employee-grid article{min-height:220px;padding:28px;background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.employee-grid article:nth-child(2n){border-right:0}
.employee-grid article:nth-child(n+3){border-bottom:0}
.employee-grid b{display:grid;place-items:center;width:48px;height:48px;background:var(--ink);color:var(--acid);border-radius:50%;font-size:14px}
.employee-grid h3{font-size:17px;margin:24px 0 10px}
.employee-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
@media(max-width:900px){.employee-section{grid-template-columns:1fr;gap:50px;padding:100px 0}}
@media(max-width:600px){.employee-section{padding:80px 0}.employee-grid{grid-template-columns:1fr;box-shadow:8px 8px 0 var(--acid)}.employee-grid article,.employee-grid article:nth-child(2n),.employee-grid article:nth-child(n+3){min-height:0;border-right:0;border-bottom:1px solid var(--line)}.employee-grid article:last-child{border-bottom:0}.employee-copy>p{font-size:15px}}

.contact-card{grid-template-columns:minmax(0,1fr) minmax(340px,460px);align-items:start;gap:60px}
.contact-copy p{color:#aeb2a7;line-height:1.7;max-width:580px;margin:28px 0 0}
.contact-form{background:#fff;color:var(--ink);border:1px solid #fff;padding:30px;box-shadow:10px 10px 0 var(--acid)}
.contact-form label{display:block;font-size:12px;font-weight:800;margin-bottom:18px}
.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:7px;padding:13px 14px;border:1px solid #cfcfc8;background:#faf9f4;color:var(--ink);font:inherit;resize:vertical}
.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--acid);border-color:var(--ink)}
.contact-form .button{width:100%;margin-top:2px}
.contact-form small{display:block;color:var(--muted);font-size:10px;line-height:1.5;margin-top:14px}
.contact-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact-status{padding:11px 13px;margin-bottom:16px;border:1px solid;font-size:12px;font-weight:700}
.contact-success{background:#e7ffc0}.contact-error{background:#ffe0db;color:#7f1d12}
@media(max-width:900px){.contact-card{grid-template-columns:1fr}.contact-form{max-width:540px}}
@media(max-width:600px){.contact-card{padding:34px 20px;gap:30px}.contact-form{padding:22px;box-shadow:7px 7px 0 var(--acid)}}
