/*
 * Home — founder credibility section. Pre-revenue trust signal that
 * surfaces the founder-as-contractor positioning right after the
 * hero, before the pillars. Type-only by design (no photo asset
 * captured yet). Industrial Premium register: amber eyebrow,
 * display headline, body copy, mono credit strip.
 */

.home-founder {
  padding: 96px 48px;
  border-top: 1px solid var(--ink-3);
  background: var(--ink-1);
}
.home-founder-inner {
  max-width: 880px;
  margin: 0 auto;
}
.home-founder-h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--paper);
  margin: 16px 0 24px;
  text-wrap: balance;
}
.home-founder-body {
  font-size: 18px;
  line-height: 1.6;
  color: var(--gray-2);
  max-width: 720px;
  margin: 0 0 40px;
}
.home-founder-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--gray-2);
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  border-top: 1px solid var(--ink-3);
  padding-top: 24px;
}
.home-founder-sep { color: var(--ink-3); }

@media (max-width: 768px) {
  .home-founder { padding: 64px 20px; }
  .home-founder-h2 { font-size: 32px; }
  .home-founder-body { font-size: 16px; }
}
