/* ==========================================================================
   about.css — about.html overrides
   ========================================================================== */

/* The about hero carries two lead paragraphs — tighten the gap between them */
.page-hero .lead + .lead { margin-top: var(--space-4); }

/* Value cards read as short essays rather than feature blurbs */
#values .card__text { font-size: var(--text-base); }

/* Transparency prose gets a slightly wider measure for readability */
#transparency .prose { max-width: 70ch; }

/* Trust cards align icon to the top of the copy block */
#trust .info-card { align-items: flex-start; }
