@import url('/redesign-base.css');
@import url('/production-crop-fix.css');

/* Founder credential and About positioning. */
.about-body > .eyebrow::after {
  content: "Kirk & Granite brings together London-based producer and general manager James Steel and Tony Award-nominated New York producer Bryan McCaffrey.";
  display: block;
  max-width: 34ch;
  margin-top: 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.04;
  text-transform: none;
}

.founder:nth-child(2) > div::after {
  content: "Tony Award-nominated Producer";
  display: block;
  margin-top: 10px;
  color: var(--claret);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Founders are equal partners, so neither profile is vertically staggered. */
.founder:nth-child(2) {
  padding-top: 0 !important;
}
