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; }