diff --git a/protected/index.html b/protected/index.html index b6a7a93..4dd9a0b 100644 --- a/protected/index.html +++ b/protected/index.html @@ -3392,7 +3392,6 @@ html { aria-expanded="false" data-detail="setup">
Platform live in your environment
-Once · 1–2 weeks
The one-time foundation. In a single sprint, the platform goes live inside your infrastructure — model deployed, identity wired in, brand voice applied, baseline policies enforced. After this, the platform is ready to receive any use case.
Key activities
@@ -3413,9 +3412,8 @@ html {Knowledge captured
-2–4 weeks per use case
+Captured into one structured source
The first body of use cases captures what your organisation already knows. For each use case, the team scopes the target output, ingests the right files, and runs AI-led interviews to surface the knowledge that today lives only in people’s heads.
Key activities
@@ -3436,9 +3434,8 @@ html {Systems connected
-1–4 weeks per use case
+Acting across your systems
Use cases that reach beyond knowledge into your systems. Each tool implementation wires the platform into a specific source or destination — a data warehouse, a SharePoint repository, an API, a structured report. The platform stops being read-only and starts acting on your behalf.
Key activities
@@ -3459,9 +3456,8 @@ html {Agents at work
-1–4 weeks per use case
+Workflows running under your control
Use cases that compose multiple steps into one governed workflow. For each agent use case, the team defines the task, builds the specialist agents that handle it, and configures monitoring, human checkpoints, and governance at every step. The platform now does work end to end — under your control.
Key activities
diff --git a/protected/platform.css b/protected/platform.css index f16cfb2..33dc361 100644 --- a/protected/platform.css +++ b/protected/platform.css @@ -209,8 +209,9 @@ body:has(#page-product-deepdive.is-active) .dot-nav-tray { opacity: 0; } padding: var(--space-6) var(--space-5); display: flex; flex-direction: column; + justify-content: center; gap: var(--space-2); - min-height: 168px; + min-height: 132px; /* Clickable. Hover and focus-visible lift the card so it's obvious the surface is interactive; the focus outline uses the brand accent and the same offset the rest of the deck @@ -277,15 +278,6 @@ body:has(#page-product-deepdive.is-active) .dot-nav-tray { opacity: 0; } margin: 0; } -.rm-mono { - font-family: var(--font-mono); - font-size: 11px; - letter-spacing: 0.04em; - line-height: 1.4; - color: rgba(255, 252, 247, 0.62); - margin: auto 0 0 0; -} - /* Cross-cutting band — sits underneath the row, spans the same width. Paper surface (not walnut) so the eye reads "continuous infrastructure" rather than "fifth step". */ @@ -404,15 +396,7 @@ body:has(#page-product-deepdive.is-active) .dot-nav-tray { opacity: 0; } margin-top: var(--space-5); } -/* Meta moves to the TOP of the expanded panel via flex order; - the natural margin-auto that pushed it to the bottom in the - collapsed face is reset to zero. */ -.rm-card.is-expanded .rm-mono { - order: -1; - margin: 0 0 var(--space-2) 0; -} - -/* Title + subtitle stay in DOM order below the meta. Subtitle +/* Title + subtitle sit at the top of the expanded panel. Subtitle gets a small bottom margin to separate it from the intro. */ .rm-card.is-expanded .rm-name { font-size: clamp(1.5rem, 2.4vw, 2rem);