/* BENC Labs — homepage theme
   Sits on top of styles.css. The homepage now shares the same
   off-white / cobalt system as the app pages, so this file only
   adds the handful of things that are specific to the homepage. */

.home-theme .hero { padding-bottom: 0; }

.home-theme .readout { margin-top: 52px; }

/* about block: same hairline-section pattern the app pages use */
.home-theme .about-block {
  padding: 64px 0;
}
.home-theme .about-block .idx {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.home-theme .about-block p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 62ch;
  margin: 0;
}
.home-theme .about-block p b {
  color: var(--ink);
  font-weight: 600;
}

.home-theme .apps-list { margin-top: 8px; }