/* Shared styling for public marketing/company pages (about, contact).
   Matches the cream background used by the legal pages (privacy, terms). */

body {
  background: #F7F1E6;
}

.page-narrow {
  max-width: 720px;
}

.about-lead {
  font-size: 1.15rem;
  line-height: 1.6;
}

/* Honeypot: kept off-screen rather than display:none so naive bots still see
   and fill it, while real users never do. */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
