{"id":2395,"date":"2025-02-04T11:12:15","date_gmt":"2025-02-04T10:12:15","guid":{"rendered":"https:\/\/equilibriumpsychotherapy.net\/?p=2395"},"modified":"2026-09-08T21:38:38","modified_gmt":"2026-09-08T19:38:38","slug":"being-truthful-vs-being-transparent","status":"publish","type":"post","link":"https:\/\/equilibriumpsychotherapy.net\/hr\/being-truthful-vs-being-transparent\/","title":{"rendered":"Being Truthful vs. Being Transparent"},"content":{"rendered":"\n<style>\n\/* The accent is a light-background device. Inside a reversed-out panel it stops\n   being emphasis and becomes unreadable - coral on the Matrix closing panel\n   measured 2.0:1 - so the mark falls back to the panel's own text colour and\n   lets weight alone carry it. gOpen tags those panels .eq-ondark. *\/\n.eqp .eq-ondark .eqb{color:inherit}\n\/* House rule: bold emphasis is set in the article's own accent colour, so a\n   marked phrase belongs to the piece it sits in rather than importing a\n   site-wide highlight. v2-emph.js inserts <strong class=\"eqb\">; theme() has\n   already declared --eqp-accent for this post. Italics deliberately stay ink,\n   and nothing inside a component that exists to make a line stand out is\n   coloured, because that is emphasis on emphasis. *\/\n.eqp .eqb{color:var(--eqp-accent)}\n\/* A separator between a short answer and the caveat that belongs on the same\n   line. Muted and given real air on both sides, so it reads as a mark between\n   two statements rather than as punctuation inside one. A dash cannot be used\n   here: the house rule bans em and en dashes, and wptexturize rewrites a spaced\n   hyphen into an en dash on render. *\/\n\/* Padding, not spaces, so the line breaker sees \"truthfulness~closeness\" as a\n   single 22 character token and the subtitle overflowed its column by 5px at\n   390. The <wbr> after the tilde gives it somewhere to break without putting a\n   visible character in the text. *\/\n.eqp .eq-tld{color:var(--eqp-muted);padding:0 .58em;font-weight:400}\n\/* A short answer standing against the caveat on the same line. Same accent as\n   an emphasis mark, but a different class, because it is a label rather than a\n   mark inside a sentence and must not count against the emphasis budget. *\/\n.eqp .eq-ans{color:var(--eqp-accent)}\n.eqp .eq-ondark .eq-ans{color:inherit}\n\n.eqp{--teal:#00373e;--navy:#0b1f30;--blue:#005f8d;--ink:#26302f;--muted:#8d9695;\n  --cream:#fbf6f1;--creamE:#ecdcc9;--mist:#f3f7f6;--mistE:#dde8e7;--amber:#b08d68}\n\n\/* ---- reading progress ---- *\/\n#eqp-rail{position:fixed;top:0;left:0;right:0;height:2px;z-index:9999;pointer-events:none;background:transparent}\n#eqp-rail i{display:block;height:100%;background:var(--eqp-accent);transform:scaleX(0);transform-origin:0 50%;\n  will-change:transform}\n@supports (animation-timeline:scroll()){\n  #eqp-rail i{animation:eqp-grow linear both;animation-timeline:scroll(root block)}\n}\n@keyframes eqp-grow{from{transform:scaleX(0)}to{transform:scaleX(1)}}\n\n\/* ---- part rail ---- *\/\n#eqp-parts{position:fixed;left:26px;top:50%;transform:translateY(-50%);z-index:60;display:none}\n@media(min-width:1280px){#eqp-parts{display:block}}\n#eqp-parts a{display:flex;align-items:center;gap:11px;padding:7px 0;text-decoration:none;color:inherit}\n#eqp-parts .dot{flex:0 0 auto;width:9px;height:9px;border-radius:50%;background:var(--eqp-dot);\n  transition:background .2s ease,transform .2s ease}\n#eqp-parts .lbl{white-space:nowrap;font:700 11px\/1 \"Work Sans\",sans-serif;letter-spacing:.1em;\n  text-transform:uppercase;color:var(--eqp-muted);opacity:0;transform:translateX(-4px);\n  transition:opacity .2s ease,transform .2s ease;pointer-events:none}\n#eqp-parts:hover .lbl{opacity:1;transform:none}\n#eqp-parts a:focus-visible .lbl{opacity:1;transform:none}\n#eqp-parts a.on .dot{background:var(--eqp-accent);transform:scale(1.45)}\n#eqp-parts a.on .lbl{color:var(--eqp-accent)}\n\n\/* ---- back to top ---- *\/\n#eqp-top{position:fixed;right:26px;bottom:26px;z-index:60;display:inline-flex;align-items:center;gap:8px;\n  padding:11px 17px;border-radius:999px;border:1.5px solid var(--eqp-line);background:#fff;\n  color:var(--eqp-accent);font:600 14px\/1 \"Work Sans\",sans-serif;cursor:pointer;\n  box-shadow:0 2px 14px var(--eqp-shadow);\n  opacity:0;visibility:hidden;transform:translateY(8px);\n  transition:opacity .25s ease,transform .25s ease,visibility .25s}\n#eqp-top.on{opacity:1;visibility:visible;transform:none}\n#eqp-top:hover{color:var(--eqp-accent2);border-color:var(--eqp-line2)}\n#eqp-top svg{width:13px;height:13px}\n\n\/* ---- scroll reveal ----\n   Gated on [data-eqp], which the script sets before any of these elements are\n   parsed. No script, no hiding: the article never depends on JS to be visible. *\/\n[data-eqp] .eq-rev{opacity:0;transform:translateY(12px);\n  transition:opacity .38s cubic-bezier(.22,.61,.36,1),transform .38s cubic-bezier(.22,.61,.36,1)}\n[data-eqp] .eq-rev.in{opacity:1;transform:none}\n\n\/* ---- drop cap ---- *\/\n.eq-drop::first-letter{float:left;font-family:\"Playfair Display\",Georgia,serif;font-weight:800;\n  font-size:4.4em;line-height:.84;margin:.06em .10em 0 0;color:var(--eqp-accent)}\n\n\/* ---- focus + selection, applied inside the article only ---- *\/\n.eqp ::selection{background:var(--eqp-sel);color:var(--eqp-accent)}\n\n@media(max-width:520px){\n  .eq-drop::first-letter{font-size:3.5em}\n  #eqp-top{right:14px;bottom:14px;padding:10px 14px}\n}\n@media(prefers-reduced-motion:reduce){\n  .eq-rev,#eqp-top,#eqp-parts .dot,#eqp-parts .lbl{transition:none!important}\n  .eq-rev{opacity:1!important;transform:none!important}\n  #eqp-rail i{animation:none!important}\n}\n\n\/* ---- print ---- *\/\n@media print{\n  #eqp-rail,#eqp-parts,#eqp-top{display:none!important}\n  .eq-rev{opacity:1!important;transform:none!important}\n  h2,h3{break-after:avoid;page-break-after:avoid}\n  a{text-decoration:none;color:#000}\n  .eqp{font-size:11pt}\n}\n<\/style><style>\n\/* ---- table of contents ---- *\/\n\/* Every contents link and every part-rail link lands its target flush against\n   the top edge of the window. There is no sticky header to clear, so this is\n   only air, but a heading jammed into the browser chrome reads as a page that\n   has jumped rather than one that has arrived. *\/\n.eqp [id]{scroll-margin-top:28px}\n\n\/* The rule was on details:last-of-type, which draws the closing line under the\n   last DISCLOSURE rather than under the last row. As soon as a part with no\n   subsections is allowed to be a plain row, the last row can be one of those\n   and the list ends with no line. The border belongs to the container. *\/\n.eq-toc{margin:0;border-bottom:1px solid var(--eqp-line)}\n.eq-toc details,.eq-toc .flat{border-top:1px solid var(--eqp-line);margin:0}\n.eq-toc summary,.eq-toc .flat{display:flex;align-items:baseline;gap:15px;padding:17px 2px;\n  cursor:pointer;list-style:none;transition:color .18s ease}\n.eq-toc summary::-webkit-details-marker{display:none}\n.eq-toc summary:hover,.eq-toc .flat:hover{color:var(--eqp-accent2)}\n.eq-toc summary:focus-visible{outline:2px solid var(--eqp-accent2);outline-offset:3px;border-radius:5px}\n\/* A part with no subsections keeps the chevron's footprint but not the chevron,\n   so every PART number stays on the same vertical line. *\/\n.eq-toc .chev.hide{visibility:hidden}\n.eq-toc .num{flex:0 0 auto;font:700 12px\/1 \"Work Sans\",sans-serif;letter-spacing:.13em;color:var(--eqp-gold);\n  min-width:56px;font-variant-numeric:tabular-nums}\n.eq-toc .ttl{flex:1 1 auto;font:700 19px\/1.3 \"Work Sans\",sans-serif;color:var(--eqp-accent);\n  text-decoration:none;border-bottom:1px solid transparent;\n  transition:color .18s ease,border-color .18s ease}\n.eq-toc .ttl:hover{color:var(--eqp-accent2);border-bottom-color:var(--eqp-line2)}\n.eq-toc .ttl:focus-visible{outline:2px solid var(--eqp-accent2);outline-offset:2px;border-radius:3px}\n.eq-toc .cnt{flex:0 0 auto;font:400 13.5px\/1 \"Work Sans\",sans-serif;color:var(--eqp-muted);\n  font-variant-numeric:tabular-nums;white-space:nowrap}\n.eq-toc .chev{flex:0 0 auto;width:11px;height:11px;transition:transform .22s ease;color:var(--eqp-muted)}\n.eq-toc details[open] .chev{transform:rotate(90deg)}\n.eq-toc details[open] .ttl{color:var(--eqp-accent2)}\n.eq-toc ul{list-style:none;margin:0;padding:0 0 16px 71px}\n.eq-toc li{margin:0 0 9px}\n.eq-toc li a{font:400 15.5px\/1.5 \"Work Sans\",sans-serif;color:var(--eqp-body);text-decoration:none;\n  border-bottom:1px solid transparent;transition:color .18s ease,border-color .18s ease}\n.eq-toc li a:hover{color:var(--eqp-accent2);border-bottom-color:var(--eqp-line2)}\n.eq-toc li a:focus-visible{outline:2px solid var(--eqp-accent2);outline-offset:2px;border-radius:3px}\n\n@media(max-width:820px){\n  .eq-toc ul{padding-left:56px}\n  .eq-toc .sec,.eq-toc .sep{display:none}\n  .eq-toc .num{min-width:44px}\n}\n@media(prefers-reduced-motion:reduce){\n  .eq-toc .chev{transition:none!important}\n}\n@media print{\n  .eq-toc details{border-color:#bbb}\n  .eq-toc ul{display:block!important}\n}\n<\/style><style>:root{--eqp-accent:#4a8433;--eqp-accent2:#224e38;--eqp-muted:#67706b;--eqp-dot:#bcd7ad;--eqp-line:#e3e8e4;--eqp-line2:#d5e3d8;--eqp-gold:#1a442f;--eqp-body:#3a423d;--eqp-sel:#dff0d4;--eqp-shadow:rgba(27,33,29,.16)}<\/style><style>\n.tt{font-family:\"Work Sans\",sans-serif;color:#1b211d;max-width:100%}\n.tt *{box-sizing:border-box}\n.tt .eyb{font-size:11.5px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin:0 0 12px}\n\n\/* ---- part opening ---- *\/\n.tt-part{display:flex;align-items:center;gap:22px;padding:0 0 16px;border-bottom:1.5px solid #4a8433}\n.tt-part .no{flex:0 0 auto;font-family:\"Playfair Display\",Georgia,serif;font-weight:800;\n  font-size:clamp(46px,6vw,64px);line-height:.85;color:#c3ddb4;\n  -webkit-text-stroke:1.5px #4a8433;font-variant-numeric:tabular-nums}\n.tt-part .tx{min-width:0}\n.tt-part .lb{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;\n  color:#224e38;margin:0 0 6px}\n.tt-part h2{font-family:\"Work Sans\",sans-serif!important;font-size:clamp(21px,2.6vw,27px);font-weight:700;\n  line-height:1.22;color:#1b211d;margin:0}\n.tt-part .sb{font-size:16px;line-height:1.55;color:#67706b;margin:9px 0 0}\n\/* House rule, set by the author after comparing the posts side by side:\n   part titles take the display face, body headings stay in Work Sans. A part\n   opening is a chapter opening, which is a headline sort of job. *\/\n.eqp h2[id^=\"part-\"],.tt-part h2{font-family:\"Playfair Display\",Georgia,serif!important}\n\n\/* ---- contents list on a phone ----\n   The panel carries 44px of inline padding for the desktop layout. On a 390px\n   screen that leaves 177px of content box for a summary row needing 251px, so\n   the row overflowed on every article on the site. Take the padding back, and\n   let the row wrap so the chevron, part number and reading estimate share a\n   line with the title on the line underneath. *\/\n@media(max-width:600px){\n.eqp .wp-block-group.has-background:has(>.wp-block-rank-math-toc-block){padding-left:20px!important;padding-right:20px!important}\n.eqp .eq-toc summary{flex-wrap:wrap;gap:5px 11px}\n.eqp .eq-toc .chev{order:0}\n.eqp .eq-toc .num{min-width:0;order:1}\n.eqp .eq-toc .cnt{order:2}\n.eqp .eq-toc .ttl{order:3;flex:1 1 100%}\n}\n\n\/* ---- the pair ----\n   Five of these, and they are the article's spine. No outer box: a head, the\n   setup, two stacked bands, and the line about what the second one opens up.\n   The bands are the only fill, because the reader sees this five times. *\/\n.tt-pair{margin:0}\n.tt-pair h3{font-family:\"Work Sans\",sans-serif!important;font-size:clamp(20px,2.3vw,23px);font-weight:700;\n  line-height:1.24;color:#224e38;margin:0 0 14px;padding-bottom:13px;border-bottom:1px solid #e3e8e4}\n.tt-pair .set{font-size:21px;line-height:1.68;color:#1b211d;margin:0 0 20px}\n.tt-pair .band{border-radius:16px;padding:22px 26px;margin:0 0 12px}\n.tt-pair .band:last-of-type{margin-bottom:0}\n.tt-pair .band p.lbl{font-size:11.5px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;\n  margin:0 0 9px}\n.tt-pair .band p.said{font-size:21px;line-height:1.6;color:#1b211d;margin:0}\n\/* The gloss on the truthful answer. Quieter than the answer and sitting inside\n   the same band, so it reads as a remark about that line rather than as a\n   second statement of it. *\/\n.tt-pair .band p.note{font-size:16.5px;line-height:1.5;color:#224e38;margin:11px 0 0;opacity:.85}\n.tt-pair .aft{font-size:19px;line-height:1.65;color:#67706b;margin:20px 0 0}\n\n\/* The step down from one band to the next, so the pair reads as a progression\n   rather than as two unrelated boxes.\n\n   It was 2px of the pale teal edge tone, 16px tall, floating in white space\n   30px in from the margin, and at that weight it read as a stray text cursor\n   rather than as anything joining the two bands. It runs green to teal now:\n   leaving the truthful band in the truthful colour and arriving at the\n   transparent one in its own. The gradient is the meaning, so the mark is\n   carrying information rather than decorating the gap - and at full strength it\n   is unmistakably deliberate. *\/\n.tt-pair .arrow{display:block;width:3px;height:22px;margin:0 0 12px 32px;border-radius:3px;\n  background:linear-gradient(#4a8433,#2f8094)}\n\n\/* ---- read next ----\n   A link that is a whole card, so the target is the card rather than a few\n   words inside a sentence. *\/\n.tt-next{display:block;text-decoration:none;background:#fff;border:1.5px solid #e3e8e4;\n  border-left:5px solid #4a8433;border-radius:18px;padding:26px 30px;\n  transition:border-color .2s ease,transform .2s ease}\n.tt-next:hover{transform:translateY(-2px)}\n.tt-next .eyb{display:block;color:#67706b;margin:0 0 10px}\n.tt-next .ti{display:block;font-size:clamp(21px,2.4vw,25px);font-weight:700;line-height:1.25;\n  color:#224e38;margin:0 0 9px;text-decoration:underline;text-underline-offset:4px;\n  text-decoration-thickness:1px;text-decoration-color:#bcd7ad}\n.tt-next .wy{display:block;font-size:17px;line-height:1.6;color:#67706b}\n.tt-next:focus-visible{outline:2px solid #224e38;outline-offset:3px}\n\n\/* ---- the list, used three times: one with bold lead ins, two plain ---- *\/\n.tt-list{margin:0;padding:0;list-style:none;--tt-dot:#4a8433}\n.tt-list li{position:relative;padding-left:26px;margin:0 0 20px;font-size:21px;line-height:1.66}\n.tt-list li:last-child{margin-bottom:0}\n.tt-list li::before{content:\"\";position:absolute;left:0;top:.62em;width:9px;height:9px;\n  border-radius:50%;background:var(--tt-dot)}\n.tt-list li b{color:#224e38}\n\n\/* ---- the anatomy figure ----\n   One of her own transparent answers, cut into the three parts every one of\n   them turns out to have. The segments sit flush with no gap between them,\n   because the thing being shown is that this is ONE sentence: the truthful\n   answer is the first segment and the transparent answer is all three. A gap\n   would draw three separate quotations.\n\n   STACKED, which follows the rule at the top of this file rather than breaking\n   it. The first attempt set the three as columns, on the reasoning that left to\n   right is reading order and therefore says \"continued\". Measured, the columns\n   came out at 28 characters a line; stacked, they run 53 to 85 on a single line\n   each. The measurement and the article's own grammar agreed with each other,\n   which is usually the sign that the grammar was right the first time.\n\n   The first segment takes the truthful green and the other two the transparent\n   teal. That is the article's colour system doing the figure's work: without\n   reading a word you can see that the transparent answer contains the truthful\n   one, and exactly where the extra begins. *\/\n.tt-anat{border:1.5px solid #e3e8e4;border-radius:18px;background:#fff;overflow:hidden}\n.tt-anat .hd{padding:24px 28px 0}\n.tt-anat .hd .eyb{color:#67706b;margin:0 0 8px}\n.tt-anat .hd .ti{font-size:clamp(19px,2.2vw,23px);font-weight:700;line-height:1.28;\n  color:#224e38;margin:0 0 8px}\n.tt-anat .hd .sub{font-size:16.5px;line-height:1.6;color:#67706b;margin:0 0 24px}\n.tt-anat .row{display:block}\n.tt-anat .sg{padding:20px 28px 22px}\n\/* A rule down the left edge rather than a border across the top: the segments\n   are flush, and a top border on each would draw three separate boxes when the\n   whole point is that they are one sentence. *\/\n.tt-anat .sg.a{background:#d0edc4;box-shadow:inset 4px 0 0 #4a8433}\n.tt-anat .sg.b{background:#cce9f1;box-shadow:inset 4px 0 0 #2f8094}\n.tt-anat .sg + .sg{border-top:1px solid rgba(255,255,255,.8)}\n\/* The green-to-teal edge is a hard colour change and needs no line. The edge\n   BETWEEN the two teal segments does, and it has to be a weaker line than the\n   one above it, or teal stops meaning \"transparent\" and starts meaning \"not the\n   first bit\". Dashed, in the teal edge tone, so the two read as one bracketed\n   region with an internal division. *\/\n.tt-anat .sg.b + .sg.b{border-top:1px dashed #acd9e5}\n.tt-anat .lb{margin:0 0 11px;font-size:11.5px;font-weight:700;letter-spacing:.14em;\n  text-transform:uppercase}\n.tt-anat .sg.a .lb{color:#4a8433}\n.tt-anat .sg.b .lb{color:#2f8094}\n.tt-anat p.said{margin:0;font-size:18px;line-height:1.55;color:#1b211d;font-weight:500}\n.tt-anat p.gl{margin:13px 0 0;font-size:15.5px;line-height:1.5;color:#67706b}\n.tt-anat figcaption{font-size:15.5px;line-height:1.6;color:#67706b;margin:0;\n  padding:20px 28px 24px;border-top:1.5px solid #e3e8e4}\n\n\/* ---- \"You can say X without saying Y\" ----\n   Her source sets each of the three as four lines, with her own colons doing\n   the labelling. Flattened into a sentence it reads wrong - a full stop lands\n   mid-sentence and the next word is lower case - and the three then stand as\n   three short paragraphs at full paragraph spacing where she wrote one cadence.\n   The colons become column labels, which is the job they were already doing.\n\n   The specimen phrases are set in italic in the deep pine INSTEAD OF quotation\n   marks. These are phrases held up to be looked at rather than someone\n   speaking, so the quote marks were doing typographic work that italic does\n   better - and it removes the nested full stops that made the flattened version\n   read as broken.\n\n   The pine, not the green. At the luminance italic body text needs, the green\n   accent measures 4.53:1 on white and italic strokes are thinner than roman;\n   the pine measures 9.48:1. This is the accent's two values doing their two\n   jobs. *\/\n\/* ---- the decode ----\n   A bordered card rather than a filled panel: the two filled panels on this\n   post are the cream caveat and the closing block, and this is neither. It is\n   a piece of the argument held up for a moment, so it takes an outline and the\n   page's own ground. The numerals sit in the OPEN teal, the same colour the\n   transparent side of every pair uses, because the three readings are exactly\n   what transparency would have made visible. *\/\n.tt-dec{border:1.5px solid #e3e8e4;border-radius:16px;padding:22px 24px;background:#fbfcfb}\n.tt-dec .q,.tt-dec .mh{font-size:11px;font-weight:700;letter-spacing:.13em;\n  text-transform:uppercase;color:#67706b;margin:0 0 8px}\n.tt-dec .ask{font-size:19px;font-style:italic;color:#224e38;margin:0 0 18px}\n.tt-dec .ans{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;\n  margin:0 0 16px;padding-bottom:16px;border-bottom:1px solid #e3e8e4}\n.tt-dec .ans .w{font-size:30px;font-weight:700;font-style:italic;color:#4a8433;line-height:1}\n.tt-dec .ans .t{font-size:13.5px;color:#67706b}\n.tt-dec .mh{margin-bottom:11px}\n.tt-dec ol{list-style:none;margin:0;padding:0;counter-reset:m}\n.tt-dec li{counter-increment:m;position:relative;padding:0 0 12px 30px;\n  font-size:17px;line-height:1.45;color:#1b211d}\n.tt-dec li:last-child{padding-bottom:0}\n.tt-dec li::before{content:counter(m);position:absolute;left:0;top:1px;width:19px;height:19px;\n  border-radius:50%;background:#cce9f1;color:#1a4b58;font-size:11px;font-weight:700;\n  display:flex;align-items:center;justify-content:center}\n@media(max-width:520px){\n  .tt-dec{padding:18px 18px}\n  .tt-dec .ans .w{font-size:25px}\n}\n\n\/* ---- the three guesses ----\n   Same two-column construction as tt-wo, different job, so it is a different\n   class rather than a variant: here the right column is not a thing to avoid,\n   it is what actually happens in someone's head. It takes the OPEN teal and\n   an italic, so it reads as a question being asked rather than as a statement\n   sitting beside the left column's. *\/\n.tt-gs{margin:0}\n.tt-gs .grid{display:grid;grid-template-columns:1fr 1fr;column-gap:26px}\n.tt-gs .gh{font-size:11.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;\n  color:#67706b;margin:0 0 4px;padding:0 0 11px;border-bottom:1px solid #e3e8e4}\n.tt-gs .ga,.tt-gs .gb{font-size:18.5px;line-height:1.45;margin:0;padding:16px 0;\n  border-bottom:1px solid #e3e8e4}\n.tt-gs .ga{color:#224e38;font-weight:600}\n.tt-gs .gb{color:#2f8094;font-style:italic}\n@media(max-width:620px){\n  .tt-gs .grid{grid-template-columns:1fr;column-gap:0}\n  .tt-gs .gh{display:none}\n  .tt-gs .ga{padding:16px 0 2px;border-bottom:0}\n  .tt-gs .gb{padding:4px 0 16px}\n}\n\n.tt-wo{margin:0}\n.tt-wo .grid{display:grid;grid-template-columns:1fr 1fr;column-gap:34px}\n.tt-wo .ch{font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;\n  color:#67706b;margin:0 0 4px;padding:0 0 11px;border-bottom:1px solid #e3e8e4}\n.tt-wo .cl{font-style:italic;font-size:19.5px;line-height:1.5;margin:0;\n  padding:17px 0;border-bottom:1px solid #e3e8e4}\n.tt-wo .cl.a{color:#224e38}\n.tt-wo .cl.b{color:#67706b}\n\n\/* ---- the two conditions lists, side by side ----\n   Eleven conditions that are a comparison and were stacked, so you read one\n   list, scrolled, read the other, and never saw them together. The column\n   heads are her own two sentences and stay real headings, so the contents\n   list and the document outline are unchanged by the layout. *\/\n\/* Each column is a tinted card. Two things made the bare version look\n   unfinished: nothing but a 40px gap separated the two sides, and the left list\n   has five conditions to the right's six, so the block ended ragged with no\n   structure to explain why.\n\n   The tints are the pair bands' two hues mixed half way to white - #d0edc4 and\n   #cce9f1 become #e8f6e2 and #e6f4f8. Half way is the point: the same hue at\n   the same value would read as two more pair bands, which these are not. A pair\n   is one statement on each side; this is a list of conditions. Clearly the\n   quieter register of the same two colours says \"coded to the same two things\"\n   without claiming to be the same component.\n\n   The cards ARE equal height. The first build let each end where its own list\n   ended, on the reasoning that five conditions against six is true and the\n   shorter card says so. Looked at side by side that reads as accidental rather\n   than as information - two boxes of different heights look like a layout that\n   went wrong, not like a count. The default stretch is right: matched cards,\n   and the difference in how full they are does the same job without looking\n   like a mistake. *\/\n\/* 40px of its own, because the outer Gutenberg group gets a flat 24px from the\n   theme and the block above this one is the cream callout. Measured live the\n   cards sat 12px under it while every other component on the page has about\n   52px above it, so a cream panel and a green card very nearly touched. *\/\n.tt-cmp{margin:40px 0 0;display:grid;grid-template-columns:1fr 1fr;column-gap:26px}\n.tt-cmp .col{min-width:0;border-radius:18px;padding:26px 28px 28px}\n.tt-cmp .col.a{background:#e8f6e2}\n.tt-cmp .col.b{background:#e6f4f8}\n\/* Her right-hand heading runs to two lines and her left to one, so the two\n   rules landed at different heights and the first bullet of each column started\n   at a different place - which is the one thing a comparison must not do. Two\n   lines of room for both puts the rules and the lists back on the same line. *\/\n.tt-cmp h3{font-family:\"Work Sans\",sans-serif!important;font-size:23px;font-weight:700;line-height:1.26;\n  margin:0 0 16px;padding-bottom:13px;border-bottom:2px solid;\n  min-height:calc(2 * 1.26em + 13px);display:flex;align-items:flex-end}\n.tt-cmp .col.a h3{color:#224e38;border-bottom-color:#4a8433}\n.tt-cmp .col.b h3{color:#224e38;border-bottom-color:#2f8094}\n.tt-cmp .tt-list li{font-size:18px;line-height:1.55;margin:0 0 15px;padding-left:22px}\n.tt-cmp .tt-list li::before{width:8px;height:8px;top:.58em}\n\n@media(max-width:820px){\n  \/* Below this the columns are too narrow to compare anything, so they stack\n     and each list simply reads in turn, which is what it did before. *\/\n  .tt-cmp{grid-template-columns:1fr;row-gap:20px}\n  .tt-cmp .tt-list li{font-size:19.5px}\n  \/* Stacked there is nothing to align to, so the heading takes its own height\n     again rather than reserving a blank second line. *\/\n  .tt-cmp h3{min-height:0;display:block}\n}\n@media(max-width:700px){\n  .tt-pair .set,.tt-pair .band p.said,.tt-list li{font-size:19.5px}\n  .tt-pair .aft{font-size:18px}\n  .tt-anat p.said{font-size:17.5px}\n  \/* Stacked, the two columns become her four lines again: the phrase, her\n     label, the phrase she is not saying. *\/\n  .tt-wo .grid{grid-template-columns:1fr;column-gap:0}\n  .tt-wo .ch{display:none}\n  .tt-wo .cl{border-bottom:0;padding:0}\n  .tt-wo .cl.a{padding-top:18px}\n  .tt-wo .cl.b{padding-bottom:18px;border-bottom:1px solid #e3e8e4}\n  .tt-wo .cl.b::before{content:attr(data-turn);display:block;font-style:normal;\n    font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;\n    color:#67706b;margin:9px 0 7px}\n}\n@media(max-width:520px){\n  .tt-part{gap:16px}\n  .tt-pair .band{padding:18px 20px;border-radius:14px}\n  .tt-pair .arrow{margin-left:22px}\n  .tt-anat .hd,.tt-anat figcaption{padding-left:22px;padding-right:22px}\n  .tt-anat .sg{padding:20px 22px 22px}\n}\n<\/style><div id=\"eqp-rail\" aria-hidden=\"true\"><i><\/i><\/div><nav id=\"eqp-parts\" aria-hidden=\"true\"><a href=\"#part-1\" data-i=\"1\" tabindex=\"-1\"><span class=\"dot\"><\/span><span class=\"lbl\">What each one actually is<\/span><\/a><a href=\"#part-2\" data-i=\"2\" tabindex=\"-1\"><span class=\"dot\"><\/span><span class=\"lbl\">Why a relationship needs both<\/span><\/a><a href=\"#part-3\" data-i=\"3\" tabindex=\"-1\"><span class=\"dot\"><\/span><span class=\"lbl\">The same moment, said twice<\/span><\/a><a href=\"#part-4\" data-i=\"4\" tabindex=\"-1\"><span class=\"dot\"><\/span><span class=\"lbl\">Knowing which one a moment calls for<\/span><\/a><a href=\"#part-5\" data-i=\"5\" tabindex=\"-1\"><span class=\"dot\"><\/span><span class=\"lbl\">What you don\u2019t have to disclose, and when to wait<\/span><\/a><a href=\"#part-6\" data-i=\"6\" tabindex=\"-1\"><span class=\"dot\"><\/span><span class=\"lbl\">Privacy without secrecy<\/span><\/a><\/nav><button id=\"eqp-top\" type=\"button\" aria-label=\"Back to the top of the article\"><svg viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M6 10.5V2M2 5.5 6 1.5l4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>Top<\/button><script>(function(){document.documentElement.setAttribute(\"data-eqp\",\"on\");function init(){var RM=false;if(window.matchMedia){RM=window.matchMedia(\"(prefers-reduced-motion: reduce)\").matches;}var bar=document.querySelector(\"#eqp-rail i\");var hasST=false;if(window.CSS){if(CSS.supports){hasST=CSS.supports(\"animation-timeline\",\"scroll()\");}}if(bar){if(!hasST){  var tick=function(){    var h=document.documentElement.scrollHeight-window.innerHeight;    var p=h>0?window.scrollY\/h:0;    if(p<0)p=0; if(p>1)p=1;    bar.style.transform=\"scaleX(\"+p+\")\";  };  addEventListener(\"scroll\",tick,{passive:true});addEventListener(\"resize\",tick);tick();}}var rev=document.querySelectorAll(\".eq-rev\");if(RM||!(\"IntersectionObserver\" in window)){  Array.prototype.forEach.call(rev,function(n){n.classList.add(\"in\");});}else{  var ro=new IntersectionObserver(function(es){    es.forEach(function(e){if(e.isIntersecting){e.target.classList.add(\"in\");ro.unobserve(e.target);}});  },{rootMargin:\"0px 0px -8% 0px\",threshold:0.08});  Array.prototype.forEach.call(rev,function(n){ro.observe(n);});}var bands=document.querySelectorAll(\".eq-range .band\");if(RM||!(\"IntersectionObserver\" in window)){  Array.prototype.forEach.call(bands,function(n){n.classList.add(\"in\");});}else{  var bo=new IntersectionObserver(function(es){    es.forEach(function(e){      if(!e.isIntersecting)return;      var d=parseInt(e.target.getAttribute(\"data-d\")||\"0\",10);      setTimeout(function(){e.target.classList.add(\"in\");},d);      bo.unobserve(e.target);    });  },{threshold:0.3});  Array.prototype.forEach.call(bands,function(n){bo.observe(n);});}var links=[].slice.call(document.querySelectorAll(\"#eqp-parts a\"));var tops=links.map(function(a){return document.getElementById(a.getAttribute(\"href\").slice(1));});var btn=document.getElementById(\"eqp-top\");var last=-1;var sync=function(){  var y=window.scrollY+window.innerHeight*0.32, cur=-1;  for(var i=0;i<tops.length;i++){ if(tops[i]){ if(tops[i].offsetTop<=y) cur=i; } }  if(cur!==last){    links.forEach(function(a,i){a.classList.toggle(\"on\",i===cur);});    last=cur;  }  if(btn){    var h=document.documentElement.scrollHeight-window.innerHeight;    var far=false; if(h>0){far=window.scrollY\/h>0.35;}    btn.classList.toggle(\"on\",far);  }};addEventListener(\"scroll\",sync,{passive:true});addEventListener(\"resize\",sync);sync();if(btn)btn.addEventListener(\"click\",function(){  window.scrollTo({top:0,behavior:RM?\"auto\":\"smooth\"});});}if(document.readyState===\"loading\"){document.addEventListener(\"DOMContentLoaded\",init);}else{init();}})();<\/script>\n\n\n\n<div class=\"wp-block-group alignfull eqp has-global-padding is-layout-constrained wp-container-core-group-is-layout-69fa9525 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding:0px 22px\">\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n<div style=\"color:#67706b;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.455), 18px);font-style:normal;font-weight:400;margin-top:54px;margin-bottom:0\" class=\"has-link-color wp-elements-1 wp-block-post-date has-text-color has-work-sans-regular-font-family\"><time datetime=\"2025-02-04T11:12:15+01:00\">4 velja\u010de, 2025<\/time><\/div>\n\n<div style=\"color:#67706b;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.455), 18px);font-style:normal;font-weight:700;text-transform:uppercase;margin-top:0;margin-bottom:0\" class=\"taxonomy-category has-link-color wp-elements-2 wp-block-post-terms has-text-color has-work-sans-regular-font-family\"><a href=\"https:\/\/equilibriumpsychotherapy.net\/hr\/category\/relationship\/\" rel=\"tag\">Relationships<\/a><\/div>\n\n\n<h1 class=\"wp-block-heading has-text-color has-playfair-display-font-family\" id=\"top\" style=\"color:#1b211d;margin-top:12px;margin-bottom:18px;font-size:clamp(24.034px, 1.502rem + ((1vw - 3.2px) * 1.814), 40px);font-style:normal;font-weight:800;line-height:1.15\">Being Truthful vs. Being Transparent<\/h1>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#4e5852;margin-top:0;margin-bottom:22px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.55\">Do you have to tell someone everything to be honest?<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#67706b;margin-top:0;margin-bottom:0;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.114), 15px);line-height:1.5\"><strong style=\"color:#224e38\">10 minute read<\/strong> &nbsp;&middot;&nbsp; 2,294 words<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family eq-drop wp-block-paragraph\" style=\"color:#25302a;margin-top:46px;margin-bottom:26px;font-size:clamp(14.642px, 0.915rem + ((1vw - 3.2px) * 0.836), 22px);line-height:1.62\">There is a particular idea about honesty that sounds healthy at first: if you have nothing to hide, you should be willing to share everything. Every thought. Every feeling. Every doubt. Every reaction.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">And if you don\u2019t tell someone something, perhaps you\u2019re withholding it. If you\u2019re withholding it, perhaps you\u2019re being dishonest.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">But that\u2019s an awfully strange definition of honesty.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\"><strong class=\"eqb\">You can tell the truth without telling someone everything<\/strong>. And in close relationships, that distinction matters. Because being truthful and being transparent are not quite the same thing.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-dffd5825 wp-block-group-is-layout-constrained\" style=\"border-color:#e3e8e4;border-width:1.5px;border-style:solid;border-radius:22px;background-color:#f7faf6;margin-top:56px;margin-bottom:20px;padding:40px 44px 34px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#67706b;margin-top:0;margin-bottom:22px;font-size:12px;font-weight:700;letter-spacing:0.16em;line-height:1.4\">WHAT THIS ARTICLE COVERS &middot; SIX PARTS<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\">\n<div class=\"eq-toc\"><details><summary><svg class=\"chev\" viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M4 2l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"num\">PART 1<\/span><a class=\"ttl\" href=\"#part-1\">What each one actually is<\/a><span class=\"cnt\"><span class=\"sec\">1 section<\/span><span class=\"sep\"> &middot; <\/span>2 min<\/span><\/summary><ul><li><a href=\"#the-two-definitions\">The two definitions<\/a><\/li><\/ul><\/details><details><summary><svg class=\"chev\" viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M4 2l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"num\">PART 2<\/span><a class=\"ttl\" href=\"#part-2\">Why a relationship needs both<\/a><span class=\"cnt\"><span class=\"sec\">2 sections<\/span><span class=\"sep\"> &middot; <\/span>2 min<\/span><\/summary><ul><li><a href=\"#truthfulness-makes-someone-reliable\">Truthfulness makes someone reliable<\/a><\/li><li><a href=\"#transparency-makes-someone-more-understandable\">Transparency makes someone more understandable<\/a><\/li><\/ul><\/details><details><summary><svg class=\"chev\" viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M4 2l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"num\">PART 3<\/span><a class=\"ttl\" href=\"#part-3\">The same moment, said twice<\/a><span class=\"cnt\"><span class=\"sec\">4 sections<\/span><span class=\"sep\"> &middot; <\/span>2 min<\/span><\/summary><ul><li><a href=\"#when-something-from-your-past-gets-activated\">When something from your past gets activated<\/a><\/li><li><a href=\"#when-youre-struggling-outside-the-relationship\">When you\u2019re struggling outside the relationship<\/a><\/li><li><a href=\"#when-you-feel-jealous\">When you feel jealous<\/a><\/li><li><a href=\"#what-transparency-adds\">What transparency adds<\/a><\/li><\/ul><\/details><details><summary><svg class=\"chev\" viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M4 2l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"num\">PART 4<\/span><a class=\"ttl\" href=\"#part-4\">Knowing which one a moment calls for<\/a><span class=\"cnt\"><span class=\"sec\">2 sections<\/span><span class=\"sep\"> &middot; <\/span>1 min<\/span><\/summary><ul><li><a href=\"#truthfulness-may-be-enough-when\">Truthfulness may be enough when<\/a><\/li><li><a href=\"#transparency-becomes-more-important-when\">Transparency becomes more important when<\/a><\/li><\/ul><\/details><details><summary><svg class=\"chev\" viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M4 2l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"num\">PART 5<\/span><a class=\"ttl\" href=\"#part-5\">What you don\u2019t have to disclose, and when to wait<\/a><span class=\"cnt\"><span class=\"sec\">2 sections<\/span><span class=\"sep\"> &middot; <\/span>2 min<\/span><\/summary><ul><li><a href=\"#what-you-dont-have-to-disclose\">What you don\u2019t have to disclose<\/a><\/li><li><a href=\"#when-to-say-it-and-when-to-wait\">When to say it, and when to wait<\/a><\/li><\/ul><\/details><details><summary><svg class=\"chev\" viewBox=\"0 0 12 12\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M4 2l4 4-4 4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><span class=\"num\">PART 6<\/span><a class=\"ttl\" href=\"#part-6\">Privacy without secrecy<\/a><span class=\"cnt\"><span class=\"sec\">1 section<\/span><span class=\"sep\"> &middot; <\/span>1 min<\/span><\/summary><ul><li><a href=\"#the-two-questions-worth-asking\">The two questions worth asking<\/a><\/li><\/ul><\/details><\/div>\n<\/div>\n\n\n<\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div style=\"margin-top:92px;margin-bottom:34px\"><div class=\"tt tt-part\"><div class=\"no\">01<\/div><div class=\"tx\"><p class=\"lb\">Part one of six<\/p><h2 id=\"part-1\">What each one actually is<\/h2><p class=\"sb\">One answers the question<span class=\"eq-tld\">~<\/span><wbr>the other makes relevant context visible<\/p><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<div class=\"eq-rev\" style=\"margin-top:0px;margin-bottom:0px\"><div class=\"tt tt-pair\"><h3 id=\"the-two-definitions\">The two definitions<\/h3><div class=\"band\" style=\"background:#d0edc4\"><p class=\"lbl\" style=\"color:#4a8433\">Truthful<\/p><p class=\"said\">Truthfulness is about whether what you communicate is true, accurate, and sincere.<\/p><\/div><span class=\"arrow\"><\/span><div class=\"band\" style=\"background:#cce9f1\"><p class=\"lbl\" style=\"color:#2f8094\">Transparent<\/p><p class=\"said\">Transparency is about whether you proactively make relevant information available when someone may reasonably need that information to understand what is happening.<\/p><\/div><p class=\"aft\">One is about the truth of what you say. The other is about what you choose to make visible.<\/p><\/div><\/div>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:30px;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">And healthy relationships need both.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">Let\u2019s start with truthfulness. If your partner asks, \u201cAre you upset with me?\u201d and you are, you might say: \u201cYes, I am.\u201d<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">That\u2019s truthful. You\u2019ve answered the question honestly. You haven\u2019t pretended everything is fine because you\u2019re afraid of their reaction, and you haven\u2019t changed the answer to make the conversation easier.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">But there may be considerably more going on. Perhaps you\u2019re upset because something they said reminded you of a painful experience from your past. Perhaps you\u2019re tired and more emotionally reactive than usual. Perhaps you\u2019re not even sure why you\u2019re upset yet. Or perhaps you\u2019re upset with them, but you\u2019re still trying to work out whether what happened today is actually the problem or simply the thing that tipped you over.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">None of that makes \u201cYes, I am.\u201d less truthful. It simply means that an answer can be honest without containing every piece of information surrounding it.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">That\u2019s where transparency differs. Transparency involves voluntarily sharing information that is relevant enough that another person would reasonably benefit from knowing it. So you might continue: \u201cYes, I am. I think part of the reason is that what you said reminded me of something that happened in a previous relationship. I\u2019m not completely sure how much of my reaction is about today, but I don\u2019t want you to have to guess what\u2019s going on.\u201d<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The second response doesn\u2019t contain more truth than the first. <strong class=\"eqb\">It contains more context<\/strong>.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">And that distinction is important. Truthfulness asks: \u201cAm I telling the truth?\u201d Transparency asks: \u201cIs there something relevant here that I should make visible?\u201d Those questions overlap. They aren\u2019t identical.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div style=\"margin-top:92px;margin-bottom:34px\"><div class=\"tt tt-part\"><div class=\"no\">02<\/div><div class=\"tx\"><p class=\"lb\">Part two of six<\/p><h2 id=\"part-2\">Why a relationship needs both<\/h2><p class=\"sb\">Trust depends on truthfulness<span class=\"eq-tld\">~<\/span><wbr>closeness depends on being able to understand what is happening<\/p><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">Imagine being in a relationship with someone who always answers your questions honestly, but tells you almost nothing unless you ask the exact right question. Technically, they may be truthful. But over time, you might find yourself constantly trying to interpret their behavior.<\/p>\n\n\n\n<div class=\"eq-rev\" style=\"margin-top:0px;margin-bottom:30px\"><div class=\"tt tt-gs\"><div class=\"grid\"><p class=\"gh\">What you notice<\/p><p class=\"gh\">What you end up guessing<\/p><p class=\"ga\">They\u2019re distant<\/p><p class=\"gb\">Are they angry?<\/p><p class=\"ga\">They\u2019re unusually quiet<\/p><p class=\"gb\">Did you do something?<\/p><p class=\"ga\">They\u2019re thinking about making a major life change<\/p><p class=\"gb\">Why didn\u2019t they mention it?<\/p><\/div><\/div><\/div>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">This is where transparency contributes something that truthfulness alone can\u2019t always provide.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-text-color has-work-sans-regular-font-family\" id=\"truthfulness-makes-someone-reliable\" style=\"color:#224e38;margin-top:50px;margin-bottom:13px;font-size:clamp(15.197px, 0.95rem + ((1vw - 3.2px) * 0.887), 23px);font-style:normal;font-weight:700;line-height:1.28\">Truthfulness makes someone reliable<\/h3>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:20px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">When you ask an important question, you need to know that the answer you receive is genuine. If your partner asks:<\/p>\n\n\n\n<div class=\"eq-rev\" style=\"margin-top:0px;margin-bottom:28px\"><div class=\"tt tt-dec\"><p class=\"q\">They ask<\/p><p class=\"ask\">Is everything okay?<\/p><div class=\"ans\"><span class=\"w\">I\u2019m fine.<\/span><span class=\"t\">You should not have to decode which one this is.<\/span><\/div><p class=\"mh\">It could mean<\/p><ol><li>I\u2019m fine.<\/li><li>I\u2019m not, but I don\u2019t want to get into it tonight.<\/li><li>I\u2019m not, and I\u2019ve stopped expecting you to ask twice.<\/li><\/ol><\/div><\/div>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\"><strong class=\"eqb\">Trust requires some confidence that people\u2019s words correspond reasonably well with their actual experience<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-text-color has-work-sans-regular-font-family\" id=\"transparency-makes-someone-more-understandable\" style=\"color:#224e38;margin-top:50px;margin-bottom:13px;font-size:clamp(15.197px, 0.95rem + ((1vw - 3.2px) * 0.887), 23px);font-style:normal;font-weight:700;line-height:1.28\">Transparency makes someone more understandable<\/h3>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">But relationships aren\u2019t built only from answers to questions. We also learn about one another through behavior. If someone becomes withdrawn, distracted, irritable, unusually affectionate, or suddenly starts making very different plans for the future, the other person is inevitably going to try to make sense of it.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">And when people don\u2019t have enough information, they fill in the gaps. Sometimes accurately. Often not.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">A partner who knows \u201cI\u2019ve been really distant because work has been overwhelming, and I realize it may have felt personal\u201d doesn\u2019t have to spend the evening wondering whether they\u2019ve done something wrong.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">This is one of the quieter functions of transparency. <strong class=\"eqb\">It reduces the amount of guessing another person has to do<\/strong>.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">That doesn\u2019t mean you owe everyone an explanation for every mood. It means that when something meaningful is affecting the relationship, providing some context can prevent the other person from having to construct their own explanation.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">And that matters because assumptions can be surprisingly powerful. A person who thinks you\u2019re angry with them behaves differently from a person who knows you\u2019re overwhelmed. A person who thinks you\u2019ve lost interest behaves differently from a person who knows you\u2019re struggling with something unrelated to them.<\/p>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-a859433a wp-block-group-is-layout-constrained\" style=\"border-left-color:#4a8433;border-left-width:4px;border-left-style:solid;border-radius:0px;margin-top:48px;margin-bottom:14px;padding:6px 0px 6px 30px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#224e38;margin-top:0;margin-bottom:0;font-size:clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.989), 25px);font-weight:600;line-height:1.45\">Sometimes conflict isn\u2019t caused by dishonesty. It\u2019s caused by two people trying to understand each other with incomplete information.<\/p>\n\n\n<\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div style=\"margin-top:92px;margin-bottom:34px\"><div class=\"tt tt-part\"><div class=\"no\">03<\/div><div class=\"tx\"><p class=\"lb\">Part three of six<\/p><h2 id=\"part-3\">The same moment, said twice<\/h2><p class=\"sb\">The truthful answer can be complete<span class=\"eq-tld\">~<\/span><wbr>the transparent answer gives the other person more to work with<\/p><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:8px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The difference becomes easier to see in ordinary situations.<\/p>\n\n\n\n<div class=\"eq-rev\" style=\"margin-top:40px;margin-bottom:0px\"><div class=\"tt tt-pair\"><h3 id=\"when-something-from-your-past-gets-activated\">When something from your past gets activated<\/h3><p class=\"set\">Your partner asks: \u201cHave you ever been nervous about commitment?\u201d<\/p><div class=\"band\" style=\"background:#d0edc4\"><p class=\"lbl\" style=\"color:#4a8433\">Truthful<\/p><p class=\"said\">Yes, I have.<\/p><p class=\"note\">The question has been answered.<\/p><\/div><span class=\"arrow\"><\/span><div class=\"band\" style=\"background:#cce9f1\"><p class=\"lbl\" style=\"color:#2f8094\">Transparent<\/p><p class=\"said\">Yes, I have. I think some of those fears came from a previous relationship that ended badly. I\u2019m committed to us, but I notice that old fears sometimes still show up.<\/p><\/div><p class=\"aft\">The second answer doesn\u2019t correct the first. It adds information that helps your partner understand what \u201cyes\u201d actually means.<\/p><\/div><\/div>\n\n\n\n<div class=\"eq-rev\" style=\"margin-top:56px;margin-bottom:0px\"><div class=\"tt tt-pair\"><h3 id=\"when-youre-struggling-outside-the-relationship\">When you\u2019re struggling outside the relationship<\/h3><p class=\"set\">You\u2019ve had an awful week at work. You\u2019ve become quieter at home, and your partner notices. They ask: \u201cAre you angry with me?\u201d<\/p><div class=\"band\" style=\"background:#d0edc4\"><p class=\"lbl\" style=\"color:#4a8433\">Truthful<\/p><p class=\"said\">No.<\/p><p class=\"note\">That\u2019s completely honest.<\/p><\/div><span class=\"arrow\"><\/span><div class=\"band\" style=\"background:#cce9f1\"><p class=\"lbl\" style=\"color:#2f8094\">Transparent<\/p><p class=\"said\">No, I\u2019m not angry with you. Work has been overwhelming, and I realize I\u2019ve been much more withdrawn than usual. I\u2019m sorry if it felt like I was pulling away from you.<\/p><\/div><p class=\"aft\">The additional information matters because your behavior could otherwise be interpreted in a completely different way.<\/p><\/div><\/div>\n\n\n\n<div class=\"eq-rev\" style=\"margin-top:56px;margin-bottom:0px\"><div class=\"tt tt-pair\"><h3 id=\"when-you-feel-jealous\">When you feel jealous<\/h3><p class=\"set\">Your partner is talking to someone at a party, and you notice yourself becoming jealous. Later, they ask: \u201cWere you jealous?\u201d<\/p><div class=\"band\" style=\"background:#d0edc4\"><p class=\"lbl\" style=\"color:#4a8433\">Truthful<\/p><p class=\"said\">A little.<\/p><p class=\"note\">Again, truthful.<\/p><\/div><span class=\"arrow\"><\/span><div class=\"band\" style=\"background:#cce9f1\"><p class=\"lbl\" style=\"color:#2f8094\">Transparent<\/p><p class=\"said\">A little. I don\u2019t think you did anything wrong. I think something about the situation brought up one of my insecurities, and I\u2019m trying to understand why it affected me.<\/p><\/div><p class=\"aft\">Now you\u2019ve shared something important without turning your emotional reaction into an accusation.<\/p><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"eq-rev\" style=\"margin-top:52px;margin-bottom:0px\"><figure class=\"tt tt-anat\" id=\"what-transparency-adds\"><div class=\"hd\"><p class=\"eyb\">What transparency adds<\/p><p class=\"ti\">The transparent answer contains the truthful one<\/p><p class=\"sub\">The jealousy answer above, cut at the two points where it carries on past the question that was asked.<\/p><\/div><div class=\"row\"><div class=\"sg a\"><p class=\"lb\">Truthful<\/p><p class=\"said\">A little.<\/p><p class=\"gl\">Answers the question.<\/p><\/div><div class=\"sg b\"><p class=\"lb\">The reason<\/p><p class=\"said\">I don\u2019t think you did anything wrong. I think something about the situation brought up one of my insecurities,<\/p><p class=\"gl\">Why it landed the way it did.<\/p><\/div><div class=\"sg b\"><p class=\"lb\">What happens next<\/p><p class=\"said\">and I\u2019m trying to understand why it affected me.<\/p><p class=\"gl\">What you intend to do, or are still working out.<\/p><\/div><\/div><figcaption>The first segment is the truthful answer, complete on its own. The other two are what transparency adds.<\/figcaption><\/figure><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">And this is another reason transparency shouldn\u2019t be confused with simply \u201csaying more.\u201d Good transparency can actually make more careful distinctions.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<div class=\"eq-rev\" style=\"margin-top:30px;margin-bottom:34px\"><div class=\"tt tt-wo\"><div class=\"grid\"><p class=\"ch\">You can say<\/p><p class=\"ch\">without saying<\/p><p class=\"cl a\">I felt jealous.<\/p><p class=\"cl b\" data-turn=\"without saying\">You gave me a reason to be jealous.<\/p><p class=\"cl a\">I\u2019m scared.<\/p><p class=\"cl b\" data-turn=\"without saying\">Something bad is going to happen.<\/p><p class=\"cl a\">I\u2019m questioning something.<\/p><p class=\"cl b\" data-turn=\"without saying\">I\u2019ve decided something.<\/p><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">Transparency doesn\u2019t require you to turn feelings into facts. Sometimes it means making your internal experience visible while being honest about the fact that you\u2019re still figuring out what it means.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div style=\"margin-top:92px;margin-bottom:34px\"><div class=\"tt tt-part\"><div class=\"no\">04<\/div><div class=\"tx\"><p class=\"lb\">Part four of six<\/p><h2 id=\"part-4\">Knowing which one a moment calls for<\/h2><p class=\"sb\">The goal isn\u2019t maximum disclosure<span class=\"eq-tld\">~<\/span><wbr>it\u2019s knowing when more information actually matters<\/p><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">This is probably the hardest part. Because once we accept that transparency can be valuable, it\u2019s tempting to turn it into another relationship rule: if something is true, tell them.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">But that brings us right back to the original problem. You would spend your life reporting your internal monologue. And your partner would spend theirs trying to process it. Neither sounds particularly relaxing.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The better question is: <strong class=\"eqb\">does this information meaningfully affect the other person or the relationship<\/strong>?<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">If the answer is no, truthfulness may be enough. You can have a private thought. You can take time to understand a feeling. You can decide that something isn\u2019t important enough to share. You can answer a question without providing an autobiography.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-f786cbe9 wp-block-group-is-layout-constrained\" style=\"background-color:#f9f2e0;border-color:#ecdfc2;border-width:1.5px;border-style:solid;border-radius:20px;margin-top:44px;margin-bottom:44px;padding:34px 42px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1a442f;margin-top:0;margin-bottom:12px;font-size:12px;font-weight:700;letter-spacing:0.16em;line-height:1.4\">WORTH BEING CLEAR ABOUT<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:0;font-size:clamp(15.197px, 0.95rem + ((1vw - 3.2px) * 0.887), 23px);line-height:1.5\">Privacy is not automatically dishonesty.<\/p>\n\n\n<\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"eq-rev\" style=\"margin-top:44px;margin-bottom:40px\"><div class=\"tt tt-cmp\"><div class=\"col a\"><h3 id=\"truthfulness-may-be-enough-when\">Truthfulness may be enough when<\/h3><ul class=\"tt tt-list\" style=\"--tt-dot:#4a8433\"><li>someone has asked a straightforward question and you\u2019ve answered it honestly<\/li><li>the additional information is genuinely private<\/li><li>you\u2019re still processing something and don\u2019t yet know what it means<\/li><li>the information doesn\u2019t materially affect the other person<\/li><li>sharing more would mainly satisfy your own need to discharge an uncomfortable feeling rather than help the relationship<\/li><\/ul><\/div><div class=\"col b\"><h3 id=\"transparency-becomes-more-important-when\">Transparency becomes more important when<\/h3><ul class=\"tt tt-list\" style=\"--tt-dot:#2f8094\"><li>something you\u2019re experiencing is affecting how you\u2019re treating the other person<\/li><li>your behavior could reasonably be misunderstood without additional context<\/li><li>you\u2019re making or seriously considering a decision that affects both of you<\/li><li>something persistent is changing your feelings, intentions, or commitment<\/li><li>the other person needs information to make an informed decision about something that concerns them<\/li><li>keeping the information hidden would leave them operating on a significantly incomplete picture<\/li><\/ul><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The important word here is meaningfully. Not every feeling matters to the relationship. But some do.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">And sometimes you can tell that something has crossed that line because you\u2019re already behaving differently because of it.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div style=\"margin-top:92px;margin-bottom:34px\"><div class=\"tt tt-part\"><div class=\"no\">05<\/div><div class=\"tx\"><p class=\"lb\">Part five of six<\/p><h2 id=\"part-5\">What you don\u2019t have to disclose, and when to wait<\/h2><p class=\"sb\">Not everything belongs to the relationship<span class=\"eq-tld\">~<\/span><wbr>and not everything that does has to be said right now<\/p><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<h3 class=\"wp-block-heading has-text-color has-work-sans-regular-font-family\" id=\"what-you-dont-have-to-disclose\" style=\"color:#224e38;margin-top:50px;margin-bottom:13px;font-size:clamp(15.197px, 0.95rem + ((1vw - 3.2px) * 0.887), 23px);font-style:normal;font-weight:700;line-height:1.28\">What you don\u2019t have to disclose<\/h3>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">There\u2019s another distinction worth making. Transparency is not the same thing as confessing every uncomfortable thing about yourself.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">You don\u2019t have to tell your partner about every fleeting attraction. You don\u2019t have to immediately disclose every irrational thought. You don\u2019t have to narrate every moment of irritation. You don\u2019t have to reveal something simply because you\u2019ve thought it.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The existence of a thought doesn\u2019t automatically make it significant information. But if a thought becomes a decision, a pattern, or something that starts changing how you behave toward another person, its relevance changes. That is often the point at which transparency becomes more important.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The same applies to feelings. Feeling briefly jealous is an internal experience. Repeatedly monitoring your partner, becoming controlling, or withdrawing from them because of that jealousy is now affecting the relationship.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The feeling belongs to you. <strong class=\"eqb\">What you do with it can become shared territory<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-text-color has-work-sans-regular-font-family\" id=\"when-to-say-it-and-when-to-wait\" style=\"color:#224e38;margin-top:50px;margin-bottom:13px;font-size:clamp(15.197px, 0.95rem + ((1vw - 3.2px) * 0.887), 23px);font-style:normal;font-weight:700;line-height:1.28\">When to say it, and when to wait<\/h3>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">Even when transparency is appropriate, that doesn\u2019t mean you have to disclose everything immediately. Sometimes you need time to understand what you\u2019re feeling before you can communicate it responsibly.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">There is a difference between \u201cSomething is bothering me. I don\u2019t really understand it yet, but I want to talk about it when I\u2019ve had some time to think.\u201d and pretending nothing is happening indefinitely.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">The first is not necessarily avoidance. It can actually be a form of honesty. You\u2019re acknowledging the experience without pretending you have an explanation you don\u2019t yet have.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">Timing matters too. A difficult conversation held when both people are calm and capable of listening is very different from the same conversation introduced in the middle of an argument.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">Transparency isn\u2019t a requirement to say everything the moment you think it. It\u2019s <strong class=\"eqb\">a willingness to make important things visible<\/strong> when doing so can actually support understanding.<\/p>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div style=\"margin-top:92px;margin-bottom:34px\"><div class=\"tt tt-part\"><div class=\"no\">06<\/div><div class=\"tx\"><p class=\"lb\">Part seven of six<\/p><h2 id=\"part-6\">Privacy without secrecy<\/h2><p class=\"sb\">So, do you have to tell someone everything to be honest?<\/p><\/div><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d12c95ff wp-block-group-is-layout-constrained\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\"><strong class=\"eq-ans\">No<\/strong><span class=\"eq-tld\">~<\/span><wbr>But you do need to be careful not to use that truth as an excuse for withholding information that genuinely matters.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">Being truthful doesn\u2019t mean answering questions in the most technically defensible way while deliberately concealing everything that would change the other person\u2019s understanding. And being transparent doesn\u2019t mean giving someone unrestricted access to your inner world.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">There is a middle ground. You can have privacy without secrecy. You can have feelings without treating them as facts. You can have unfinished thoughts without immediately turning them into relationship problems. You can answer honestly without explaining everything.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#1b211d;margin-top:0;margin-bottom:26px;font-size:clamp(14.082px, 0.88rem + ((1vw - 3.2px) * 0.786), 21px);line-height:1.68\">And you can also recognize when something has become important enough that the other person <strong class=\"eqb\">shouldn\u2019t have to discover it by inference, accident, or eventually finding out<\/strong>.<\/p>\n\n\n\n<div class=\"eq-rev\" style=\"margin-top:40px;margin-bottom:0px\"><div class=\"tt tt-pair\"><h3 id=\"the-two-questions-worth-asking\">The two questions worth asking<\/h3><p class=\"set\">Perhaps the most useful questions are therefore not \u201cHave I told them everything?\u201d or even \u201cDid I technically tell the truth?\u201d but:<\/p><div class=\"band\" style=\"background:#d0edc4\"><p class=\"lbl\" style=\"color:#4a8433\">Truthful<\/p><p class=\"said\">Was what I said truthful?<\/p><\/div><span class=\"arrow\"><\/span><div class=\"band\" style=\"background:#cce9f1\"><p class=\"lbl\" style=\"color:#2f8094\">Transparent<\/p><p class=\"said\">Is there something relevant here that this person reasonably needs to understand?<\/p><\/div><p class=\"aft\">The first protects truthfulness. The second invites transparency. And healthy relationships need both.<\/p><\/div><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"wp-block-group has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-a7bb5f89 wp-block-group-is-layout-constrained\" style=\"background-color:#f7faf6;border-color:#e3e8e4;border-width:1.5px;border-style:solid;border-radius:18px;margin-top:56px;margin-bottom:44px;padding:30px 34px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#67706b;margin-top:0;margin-bottom:13px;font-size:12px;font-weight:700;letter-spacing:0.16em;line-height:1.4\">FURTHER READING<\/p>\n\n\n\n<ol class=\"wp-block-list has-text-color has-work-sans-regular-font-family\" style=\"color:#4e564f;margin-top:0;margin-bottom:0;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.227), 16px);line-height:1.7\">\n<li><a href=\"https:\/\/doi.org\/10.4324\/9780203732496-5\" target=\"_blank\" rel=\"noopener\" style=\"color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:rgba(34,78,56,.42)\">Reis, H. T., &amp; Shaver, P. (1988). Intimacy as an interpersonal process. In S. Duck (Ed.), <em>Handbook of Personal Relationships<\/em>.<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/doi.org\/10.1037\/0022-3514.74.5.1238\" target=\"_blank\" rel=\"noopener\" style=\"color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:rgba(34,78,56,.42)\">Laurenceau, J.-P., Barrett, L. F., &amp; Pietromonaco, P. R. (1998). Intimacy as an interpersonal process: the importance of self-disclosure, partner disclosure, and perceived partner responsiveness. <em>Journal of Personality and Social Psychology, 74<\/em>(5), 1238-1251.<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/doi.org\/10.1353\/book4588\" target=\"_blank\" rel=\"noopener\" style=\"color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:rgba(34,78,56,.42)\">Petronio, S. (2002). <em>Boundaries of Privacy: Dialectics of Disclosure<\/em>. State University of New York Press.<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/doi.org\/10.1177\/0265407500172005\" target=\"_blank\" rel=\"noopener\" style=\"color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:rgba(34,78,56,.42)\">Finkenauer, C., &amp; Hazam, H. (2000). Disclosure and secrecy in marriage: do both contribute to marital satisfaction? <em>Journal of Social and Personal Relationships, 17<\/em>(2), 245-263.<\/a><\/li>\n\n\n\n<li>Gottman, J. M., &amp; Silver, N. (1999). <em>The Seven Principles for Making Marriage Work<\/em>. Crown.<\/li>\n<\/ol>\n\n\n\n<p class=\"eq-lastrev\" style=\"margin:34px 0 0;font-family:&quot;Work Sans&quot;,sans-serif;font-size:11.5px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;line-height:1.5;color:#67706b\">Last reviewed September 2026<\/p>\n\n\n<\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"eq-rev\" style=\"margin-top:0px;margin-bottom:44px\"><a class=\"tt tt-next\" href=\"\/boundaries-boundaries-boundaries\/\"><span class=\"eyb\">Read next<\/span><span class=\"ti\">Boundaries, boundaries, boundaries!<\/span><span class=\"wy\">On what you are allowed to keep to yourself, and how to say so.<\/span><\/a><\/div>\n\n\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-d2a766d4 wp-block-group-is-layout-constrained\">\n\n\n<div class=\"eq-rev\" style=\"margin-top:0px;margin-bottom:0px\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1708\" src=\"https:\/\/equilibriumpsychotherapy.net\/wp-content\/uploads\/2024\/06\/mid-shot-woman-therapist-taking-notes-clipboard-scaled.jpg\" alt=\"A therapist taking notes on a clipboard during a session, with the other person&#39;s hands clasped in front of them\" class=\"wp-image-230\" style=\"width:100%;height:340px;object-fit:cover;object-position:center 40%;border-radius:22px 22px 0 0;display:block\" srcset=\"https:\/\/equilibriumpsychotherapy.net\/wp-content\/uploads\/2024\/06\/mid-shot-woman-therapist-taking-notes-clipboard-scaled.jpg 2560w, https:\/\/equilibriumpsychotherapy.net\/wp-content\/uploads\/2024\/06\/mid-shot-woman-therapist-taking-notes-clipboard-300x200.jpg 300w, https:\/\/equilibriumpsychotherapy.net\/wp-content\/uploads\/2024\/06\/mid-shot-woman-therapist-taking-notes-clipboard-1024x683.jpg 1024w, https:\/\/equilibriumpsychotherapy.net\/wp-content\/uploads\/2024\/06\/mid-shot-woman-therapist-taking-notes-clipboard-768x512.jpg 768w, https:\/\/equilibriumpsychotherapy.net\/wp-content\/uploads\/2024\/06\/mid-shot-woman-therapist-taking-notes-clipboard-1536x1025.jpg 1536w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><\/div>\n\n\n\n<div class=\"wp-block-group has-background eq-ondark has-global-padding is-layout-constrained wp-container-core-group-is-layout-f761ea3b wp-block-group-is-layout-constrained\" style=\"background-color:#224e38;border-radius:0px 0px 22px 22px;margin-top:0;margin-bottom:80px;padding:52px\">\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#b6cfbe;margin-top:0;margin-bottom:14px;font-size:12px;font-weight:700;letter-spacing:0.16em;line-height:1.4\">WORKING WITH THIS<\/p>\n\n\n\n<h3 class=\"wp-block-heading has-text-color has-work-sans-regular-font-family\" id=\"honesty-isnt-about-becoming-completely-transparent\" style=\"color:#ffffff;margin-top:0;margin-bottom:18px;font-size:clamp(18.434px, 1.152rem + ((1vw - 3.2px) * 1.201), 29px);font-style:normal;font-weight:700;line-height:1.28\">Honesty isn\u2019t about becoming completely transparent<\/h3>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#dce7e0;margin-top:0;margin-bottom:18px;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.455), 18px);line-height:1.7\">It\u2019s about being someone whose words can be trusted and whose important realities don\u2019t have to be guessed.<\/p>\n\n\n\n<p class=\"has-text-color has-work-sans-regular-font-family wp-block-paragraph\" style=\"color:#dce7e0;margin-top:0;margin-bottom:38px;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.455), 18px);line-height:1.7\">Neither half works alone. Truthfulness without transparency leaves someone accurate but hard to know; transparency without truthfulness only adds detail to something that was never reliable to begin with.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-container-core-buttons-is-layout-8cc0de77 wp-block-buttons-is-layout-flex\" style=\"gap:30px\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background has-work-sans-regular-font-family wp-element-button\" href=\"\/individual-session\/\" style=\"border-radius:9px;color:#1b211d;background-color:#f5e7cf;padding:15px 30px;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.284), 16.5px);font-weight:700\">Book a session<\/a><\/div>\n\n\n\n<div class=\"wp-block-button footer_b\"><a class=\"wp-block-button__link has-text-color has-work-sans-regular-font-family wp-element-button\" href=\"\/contact\/\" style=\"border-color:#8fae9b;border-width:1.5px;border-style:solid;border-radius:9px;color:#ffffff;padding:15px 30px;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.284), 16.5px);font-weight:600\">Get in touch<\/a><\/div>\n<\/div>\n\n\n<\/div>\n\n\n<\/div>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Being truthful answers the question in front of you. Being transparent offers what nobody asked for. How to tell which one a moment in a relationship calls for.<\/p>","protected":false},"author":2,"featured_media":2494,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":73,"footnotes":""},"categories":[10],"tags":[],"class_list":["post-2395","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-relationship"],"_links":{"self":[{"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/posts\/2395","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/comments?post=2395"}],"version-history":[{"count":20,"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/posts\/2395\/revisions"}],"predecessor-version":[{"id":2735,"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/posts\/2395\/revisions\/2735"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/media\/2494"}],"wp:attachment":[{"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/media?parent=2395"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/categories?post=2395"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/equilibriumpsychotherapy.net\/hr\/wp-json\/wp\/v2\/tags?post=2395"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}