/* Founders section — drop-in (dark-bg adapted) */
.apc-founders { margin: 3em 0; }
.apc-founders__heading {
  text-align: center;
  font-size: 0.85em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.6;
  margin: 0 0 2em;
}
.apc-founder {
  display: flex;
  gap: 2em;
  align-items: flex-start;
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.apc-founder:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.apc-founder__photo-col {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875em;
}
.apc-founder__photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #EF9F27;
  background: #1a2942;
}
.apc-founder__photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.apc-founder__photo--anthony img { object-position: center 28%; }
.apc-founder__linkedin {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.875em;
  color: #ffffff;
  text-decoration: none;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  transition: background 0.15s;
}
.apc-founder__linkedin:hover { background: rgba(255, 255, 255, 0.08); }
.apc-founder__linkedin svg { width: 16px; height: 16px; }
.apc-founder__bio { flex: 1; padding-top: 0.5em; text-align: left; }
.apc-founder__name {
  margin: 0 0 0.25em;
  color: inherit;
  /* font handled by inherited .h3.u-weight-700 site classes */
}
.apc-founder__title {
  font-size: 0.8em;
  color: inherit;
  opacity: 0.6;
  font-weight: 400;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.apc-founder__bio-text {
  font-size: 1.125em;   /* 18px, matches site body copy */
  line-height: 1.5;
  margin: 0;
  color: inherit;
}
@media (max-width: 600px) {
  .apc-founder { flex-direction: column; align-items: center; text-align: center; }
  .apc-founder__bio { text-align: center; }
}

/* Compact founder strip — homepage */
.apc-founder-strip-section {
  background: #0b1a33;
  padding: 5em 0;
  color: #ffffff;
}
.apc-founder-strip { max-width: 960px; margin: 0 auto; }
.apc-founder-strip__heading {
  text-align: center;
  font-size: 1.75em;
  font-weight: 700;
  margin: 0 0 2.5em;
  color: #ffffff;
}
.apc-founder-strip__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
  align-items: start;
}
.apc-founder-strip__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.apc-founder-strip__photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #EF9F27;
  background: #1a2942;
  margin-bottom: 1.25em;
}
.apc-founder-strip__photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.apc-founder-strip__photo--anthony img { object-position: center 28%; }
.apc-founder-strip__name {
  margin: 0 0 0.25em;
  font-size: 1.25em;
  color: #ffffff;
}
.apc-founder-strip__title {
  font-size: 0.75em;
  opacity: 0.6;
  font-weight: 400;
  margin: 0 0 0.875em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
}
.apc-founder-strip__hook {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 1.25em;
  color: rgba(255, 255, 255, 0.85);
  max-width: 22em;
}
.apc-founder-strip__linkedin {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.875em;
  color: #ffffff;
  text-decoration: none;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  transition: background 0.15s;
}
.apc-founder-strip__linkedin:hover { background: rgba(255, 255, 255, 0.08); }
.apc-founder-strip__linkedin svg { width: 16px; height: 16px; }
.apc-founder-strip__cta { text-align: center; margin-top: 2.5em; }
.apc-founder-strip__meet {
  display: inline-block;
  color: #EF9F27;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.0625em;
  letter-spacing: 0.5px;
  transition: opacity 0.15s;
}
.apc-founder-strip__meet:hover { opacity: 0.85; }
@media (max-width: 700px) {
  .apc-founder-strip-section { padding: 3.5em 0; }
  .apc-founder-strip__heading { font-size: 1.5em; margin-bottom: 2em; }
  .apc-founder-strip__grid { grid-template-columns: 1fr; gap: 2.5em; }
}
