diff --git a/index.html b/index.html index 142614e..38b33f7 100644 --- a/index.html +++ b/index.html @@ -88,6 +88,51 @@ +
+
+

From the blame game to ownership

+

Our flagship work in one picture: moving a team out of the drama triangle — below the line — and into the one above it.

+ + The drama triangle versus the empowerment triangle + On the left, the drama triangle below the line: Victim, Villain, and Rescuer. An arrow points right to the empowerment triangle above the line: Creator, Challenger, and Coach. + + + + + + + Rescuer + swoops in, burns out + Victim + “nothing I can do” + Villain + the one who gets blamed + BELOW THE LINE + + + + + + + we move teams + + + + + + + Coach + builds people up + Creator + owns the outcome + Challenger + calls it straight + ABOVE THE LINE + + +
+
+

Who we are

diff --git a/style.css b/style.css index dfa7b9a..d4861cc 100644 --- a/style.css +++ b/style.css @@ -121,6 +121,9 @@ a.tel { text-decoration: none; } .card .outcome { color: var(--ink); font-weight: 700; margin-bottom: 0; } .reassure { margin-top: 36px; font-family: 'Lora', serif; font-style: italic; color: var(--ink-soft); } +/* Diagram */ +.triangles { display: block; width: 100%; max-width: 720px; height: auto; margin: 36px auto 0; } + /* Who */ .people { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 36px 0; } .person { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 14px; padding: 26px; }