diff --git a/.claude/ux-guidelines.md b/.claude/ux-guidelines.md
index bac835b..0ec43f3 100644
--- a/.claude/ux-guidelines.md
+++ b/.claude/ux-guidelines.md
@@ -322,3 +322,17 @@ Headings should be clean. Remove unnecessary subheadings that duplicate context.
Cards should have consistent border radius, padding, and heading treatment across the workspace.
An Investigation Map Preview should look provisional — lighter borders, muted text, subtle background — so the user knows it is a preview rather than completed content.
+
+## Entry Experience
+
+The landing page is not the investigation workspace.
+
+The landing page welcomes the user.
+
+The landing page explains what will happen.
+
+Complexity appears progressively.
+
+Users begin with observations rather than conclusions.
+
+The Confidence Engine behaves like a facilitator introducing a workshop — calm, patient, and focused on understanding before acting.
diff --git a/components/scenario-form.jsx b/components/scenario-form.jsx
index 3e7447c..d65be3d 100644
--- a/components/scenario-form.jsx
+++ b/components/scenario-form.jsx
@@ -377,27 +377,49 @@ export default function ScenarioForm() {
return (
{status === "idle" && (
-
);
}
diff --git a/docs/design-evolution-log.md b/docs/design-evolution-log.md
index a91af5e..8630e82 100644
--- a/docs/design-evolution-log.md
+++ b/docs/design-evolution-log.md
@@ -198,7 +198,64 @@ Map
Separating these should make the interface feel more like a facilitated investigation than a collection of cards.
Evaluation:
-Pending visual review.
+Partially confirmed.
+
+Learning:
+
+The workspace feels more coherent when organised into cognitive zones rather than a simple document stack.
+
+However, another distinction emerged that is more important than the zones themselves.
+
+The interface naturally separates into two different modes:
+
+• the active conversation between investigator and facilitator
+
+and
+
+• the shared workspace describing the current understanding.
+
+Unexpected learning:
+
+History feels incorrect when treated as reference information.
+
+History is actually the continuation of the investigator's conversation.
+
+Every response immediately becomes history.
+
+The notebook should therefore grow naturally from the Response area.
+
+The Investigation Status card currently competes with the Current Investigation card.
+
+The current question is the primary focus.
+
+Status is supporting context.
+
+Decision:
+
+Keep the cognitive-zone concept.
+
+Refine the zones around conversational flow instead of card grouping.
+
+Next question:
+Can the workspace clearly separate conversation from shared understanding?
+
+### Experiment 04 — Facilitated Workshop Introduction
+
+Hypothesis
+
+Beginning with a facilitator-style introduction will create more confidence than presenting an empty workspace.
+
+Questions
+
+- Does the interface feel more welcoming?
+- Does reducing the visual weight of the textarea improve the first experience?
+- Does separating "starting" from "investigating" feel natural?
+- Does the transition into the investigation workspace feel meaningful?
+
+Status:
+Experimental.
+
+No conclusions.
---