diff --git a/modules/teaser/app/globals.css b/modules/teaser/app/globals.css index 695da11..455456f 100644 --- a/modules/teaser/app/globals.css +++ b/modules/teaser/app/globals.css @@ -111,7 +111,10 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - +.text-align-left { + text-align: left; + line-height: 2.35rem; +} /* CHORUS Button System */ diff --git a/modules/teaser/components/MissionStatement.tsx b/modules/teaser/components/MissionStatement.tsx index 56bbc03..939c92e 100644 --- a/modules/teaser/components/MissionStatement.tsx +++ b/modules/teaser/components/MissionStatement.tsx @@ -27,11 +27,10 @@ export default function MissionStatement() { -

- CHORUS transforms how organizations orchestrate AI agents, - ensuring every decision is informed by the right context, - delivered to the right agent, at precisely the right moment. -

+ +

While RAG can provide conceptually relevant context, and Git supplies structurally relevant, temporally immutable context, the CHORUS system goes further. Through role-based awareness and structural lookup, it can selectively surface—or deliberately withhold—the "business intelligence": the strategic why behind the work. It connects project goals and scope directly to the task at hand, while managing secrets, enforcing permissions, maintaining separation of concerns, and ensuring auditability.

+

The key insight is that business rules, strategies, roles, permissions, budgets, and other organizational constraints are not static—they evolve over time.

+

CHORUS is the only context management system designed to capture, interpret, navigate, and even anticipate these temporal shifts, delivering complete traceability and auditability across the full lifecycle of work.

{/* Supporting Points */}