/* ===========================================================================
   08-PAGES / APP HORIZONS  (Horizons "altitude check" overview — P5.3d)
   Page-scoped layout glue for the read-only six-tier altitude ladder. Each tier
   is a plaque-headed o-stack section; table/badge/plaque come from components.
   This is only page chrome (per-tier spacing, the subtitle, the purpose/count
   lines). Everything under .app-horizons* so the alphabetical :app glob is safe.
   Existing tokens only; no inline style (strict CSP).
   =========================================================================== */

.app-horizons__subtitle {
  margin: 0;
  font-family: var(--font-data);
  font-size: var(--fs-2xs);
}

/* Per-tier spacing now belongs to the c-altitude weight gradient (06-components/
   _altitude.css): the gap widens at altitude and closes toward the ground, so the
   descent is felt. No flat page-level tier margin here anymore. */

.app-horizons__purpose {
  margin: 0;
  font-size: var(--fs-md);
}

.app-horizons__count {
  margin: 0;
  font-family: var(--font-data);
  font-size: var(--fs-sm);
  /* Theme-aware emphasis — plain text on paper, not a screen surface (§B sweep). */
  color: var(--color-text-emphasis);
}
