/* Home. Everything on it is the kit (studio.css); this sheet only holds what the home
   page alone needs. */
.hero .lead { max-width: 540px; }

/* The two marks in the about cells, one line each, the same height. */
.about__logo { display: flex; align-items: center; gap: 10px; margin-top: 18px; font-family: var(--font-h); font-weight: 800; font-size: 22px; }
.about__logo img { width: 36px; height: 36px; border-radius: 9px; }
.about__logo .about__hx { width: auto; height: 36px; border-radius: 0; }
.about__logo + .cell__title { margin-top: 14px; }
