/* A lightweight recruitment section, scoped to the existing About page. */
#eab-page-v1 #eab-hiring {
  padding: clamp(48px, 6vw, 84px) 0;
  border-top: 1px solid var(--eab-line, rgba(21, 21, 20, .18));
  background: var(--eab-paper, #f4f1ea);
  color: var(--eab-ink, #151514);
  scroll-margin-top: 100px;
}
#eab-page-v1 #eab-hiring .eab-hiring__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 88px);
}
#eab-page-v1 #eab-hiring header,
#eab-page-v1 #eab-hiring .eab-hiring__copy { min-width: 0; }
#eab-page-v1 #eab-hiring .eab-eyebrow { line-height: 1.6 !important; }
#eab-page-v1 #eab-hiring h2 {
  margin: 22px 0 16px !important;
  color: #29352c !important;
  font: 400 clamp(42px, 4.7vw, 66px)/1.06 Georgia, "Times New Roman", serif !important;
  letter-spacing: -.045em !important;
  text-transform: none !important;
}
#eab-page-v1 #eab-hiring .eab-hiring__lead {
  margin: 0 !important;
  color: var(--eab-muted, #4d4b46) !important;
  font: 400 clamp(22px, 2.1vw, 29px)/1.35 Georgia, "Times New Roman", serif !important;
}
#eab-page-v1 #eab-hiring .eab-hiring__copy p {
  margin: 0 0 16px !important;
  color: var(--eab-muted, #4d4b46) !important;
  font: 400 16px/1.7 Arial, Helvetica, sans-serif !important;
}
#eab-page-v1 #eab-hiring .eab-hiring__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 50px;
  max-width: 100%;
  margin-top: 12px;
  padding: 16px 24px;
  border: 1px solid #29352c;
  background: #29352c;
  color: #fbfaf7 !important;
  font: 700 11px/1.5 Arial, Helvetica, sans-serif !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none !important;
}
#eab-page-v1 #eab-hiring .eab-hiring__button:hover { background: #3b4c3f; }
#eab-page-v1 #eab-hiring .eab-hiring__button:focus-visible {
  outline: 2px solid #29352c;
  outline-offset: 4px;
}
@media (max-width: 760px) {
  #eab-page-v1 #eab-hiring .eab-hiring__inner { grid-template-columns: minmax(0, 1fr); gap: 28px; }
}
