OC: add drama -> empowerment triangle diagram

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Michael Victory
2026-06-16 07:49:16 -07:00
parent 2bf8ff5b2c
commit 59e04ad6f8
2 changed files with 48 additions and 0 deletions
+3
View File
@@ -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; }