/* About — hand-authored additions.

   pages/about.css is GENERATED from the design handoff by scripts/extract_page_css.py and
   must never be hand-edited; additions live here (CLAUDE.md house style).

   These replace inline `style=` attributes in the mock. No colour literals. */

/* Founder's note: the mock set these inline on the eyebrow and the attribution line. */
.founder__note .t-eyebrow {
  display: block;
  margin-bottom: var(--sp-3);
}

.founder__attrib {
  font-family: var(--font-data);
  font-size: var(--fs-micro);
  letter-spacing: .13em;
  color: var(--c-text-muted);
  text-transform: uppercase;
}

.founder-card {
  padding: var(--sp-5);
}

/* The big band's display line carries its own margin from `.big-band`. */
.big-band .t-display {
  margin: 0;
}

/* Closing CTA pair. */
.close-cta__ctas {
  display: flex;
  gap: var(--sp-3);
  flex-wrap: wrap;
}
