/* ========================================================================= THE Q AGENCY — Site Design System Canonical institutional palette: navy / gold / paper Typography: Cormorant Garamond (display) · Libre Baskerville (body) · DM Mono (labels) ========================================================================= */ :root { /* Palette */ –navy-900: #0a1628; –navy-800: #0f1e3d; –navy-700: #142a52; –navy-600: #1d3a6b; –ink: #1a1a1a; –ink-soft: #2c2c2c; –paper: #faf6ee; –paper-2: #f4ede0; –paper-3: #ece2cf; –rule: #d9cdb3; –rule-soft:#e8dec8; –gold: #b08d3a; –gold-bright: #c9a961; –gold-deep:#8a6d24; –burgundy: #6b1e2a; /* Type */ –display: “Cormorant Garamond”, “EB Garamond”, Georgia, serif; –body: “Libre Baskerville”, “Baskerville”, “Times New Roman”, serif; –mono: “DM Mono”, “JetBrains Mono”, “IBM Plex Mono”, ui-monospace, monospace; /* Scale */ –col: minmax(0, 1fr); –gutter: 2rem; –max-w: 1280px; –read-w: 68ch; } @import url(“https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,400&display=swap”); * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; background: var(–paper); color: var(–ink); font-family: var(–body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } a { color: var(–navy-800); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; } a:hover { color: var(–gold-deep); } p { margin: 0 0 1.1em 0; } img { max-width: 100%; display: block; } ::selection { background: var(–gold); color: var(–paper); } /* ———- Top frame: tagline + nav ———- */ .topframe { background: var(–navy-900); color: var(–paper-2); border-bottom: 1px solid var(–gold); } .topframe-inner { max-width: var(–max-w); margin: 0 auto; padding: 0.55rem 2rem; display: flex; justify-content: space-between; align-items: center; font-family: var(–mono); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; } .topframe-inner span { opacity: 0.78; } .topframe-inner .gold-dot { color: var(–gold-bright); } /* ———- Masthead ———- */ .masthead { background: var(–paper); border-bottom: 1px solid var(–rule); } .masthead-inner { max-width: var(–max-w); margin: 0 auto; padding: 2.2rem 2rem 1.6rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; } .masthead-brand { display: flex; flex-direction: column; gap: 0.35rem; text-decoration: none; color: var(–ink); } .masthead-brand:hover { color: var(–ink); } .masthead-mark { display: flex; align-items: baseline; gap: 0.7rem; } .masthead-mark .q { font-family: var(–display); font-weight: 500; font-size: 3.1rem; line-height: 0.85; color: var(–navy-900); letter-spacing: -0.02em; } .masthead-mark .wordmark { font-family: var(–display); font-weight: 400; font-size: 1.55rem; line-height: 1; color: var(–navy-900); letter-spacing: 0.18em; text-transform: uppercase; } .masthead-tagline { font-family: var(–mono); font-size: 0.68rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(–gold-deep); } .masthead-meta { font-family: var(–mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(–ink-soft); text-align: right; line-height: 1.7; } .masthead-meta .v { color: var(–gold-deep); } /* ———- Primary navigation ———- */ .navbar { background: var(–paper); border-bottom: 2px solid var(–navy-900); position: sticky; top: 0; z-index: 50; } .navbar-inner { max-width: var(–max-w); margin: 0 auto; padding: 0 2rem; display: flex; flex-wrap: wrap; gap: 0.25rem 1.8rem; align-items: center; justify-content: center; } .navbar a { font-family: var(–mono); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(–navy-900); text-decoration: none; padding: 0.95rem 0; display: inline-block; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: color 0.2s, border-color 0.2s; } .navbar a:hover { color: var(–gold-deep); } .navbar a.active { border-bottom-color: var(–gold); color: var(–navy-900); } /* ———- Sub-nav (audience routes) ———- */ .subnav { background: var(–navy-900); color: var(–paper-2); } .subnav-inner { max-width: var(–max-w); margin: 0 auto; padding: 0.6rem 2rem; display: flex; gap: 1.5rem; font-family: var(–mono); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; } .subnav span { color: var(–gold-bright); } .subnav a { color: var(–paper-2); text-decoration: none; opacity: 0.8; } .subnav a:hover { color: var(–gold-bright); opacity: 1; } /* ———- Page hero ———- */ .hero { background: var(–navy-900); color: var(–paper); padding: 4.5rem 2rem 4rem; position: relative; overflow: hidden; } .hero::before { content: “”; position: absolute; inset: 0; background-image: radial-gradient(circle at 12% 30%, rgba(176,141,58,0.12), transparent 45%), radial-gradient(circle at 88% 70%, rgba(176,141,58,0.06), transparent 50%); pointer-events: none; } .hero::after { content: “Q”; position: absolute; right: -2rem; bottom: -8rem; font-family: var(–display); font-weight: 500; font-size: 32rem; line-height: 1; color: var(–navy-800); opacity: 0.45; pointer-events: none; user-select: none; } .hero-inner { max-width: var(–max-w); margin: 0 auto; position: relative; z-index: 1; } .hero-eyebrow { font-family: var(–mono); font-size: 0.72rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(–gold-bright); margin: 0 0 1.4rem; } .hero h1 { font-family: var(–display); font-weight: 400; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.04; letter-spacing: -0.01em; margin: 0 0 1.2rem; max-width: 22ch; } .hero h1 em { font-style: italic; color: var(–gold-bright); } .hero-lead { font-family: var(–body); font-size: 1.05rem; line-height: 1.7; max-width: 62ch; color: var(–paper-2); margin: 0; } .hero-meta { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 2rem 3rem; font-family: var(–mono); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; } .hero-meta dt { color: var(–gold-bright); margin: 0 0 0.35rem; } .hero-meta dd { color: var(–paper-2); margin: 0; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: none; font-family: var(–body); } /* ———- Breadcrumb ———- */ .crumbs { max-width: var(–max-w); margin: 0 auto; padding: 1.2rem 2rem 0.4rem; font-family: var(–mono); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(–ink-soft); } .crumbs a { color: var(–ink-soft); text-decoration: none; } .crumbs a:hover { color: var(–gold-deep); } .crumbs .sep { margin: 0 0.6rem; color: var(–gold); } /* ———- Layout primitives ———- */ .wrap { max-width: var(–max-w); margin: 0 auto; padding: 3.5rem 2rem; } .wrap-narrow { max-width: 880px; margin: 0 auto; padding: 3.5rem 2rem; } .section-rule { border: 0; height: 1px; background: var(–rule); margin: 3rem 0; } .gold-rule { border: 0; height: 2px; background: linear-gradient(to right, transparent, var(–gold) 30%, var(–gold) 70%, transparent); margin: 3rem auto; width: 50%; } /* ———- Section headings ———- */ .section-label { font-family: var(–mono); font-size: 0.7rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(–gold-deep); margin: 0 0 1rem; } .section-label::before { content: “§ “; color: var(–gold); } h2.section-title { font-family: var(–display); font-weight: 500; font-size: clamp(1.9rem, 3.2vw, 2.7rem); line-height: 1.15; color: var(–navy-900); letter-spacing: -0.005em; margin: 0 0 1.4rem; max-width: 28ch; } h3 { font-family: var(–display); font-weight: 500; font-size: 1.6rem; color: var(–navy-900); margin: 2.4rem 0 0.9rem; line-height: 1.25; } h4 { font-family: var(–mono); font-weight: 500; font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(–navy-800); margin: 1.8rem 0 0.7rem; } /* ———- Editorial grid ———- */ .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; } .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; } .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } .grid-asym { display: grid; grid-template-columns: 1.6fr 1fr; gap: 4rem; } .grid-asym-rev { display: grid; grid-template-columns: 1fr 1.6fr; gap: 4rem; } @media (max-width: 880px) { .grid-2, .grid-3, .grid-4, .grid-asym, .grid-asym-rev { grid-template-columns: 1fr; gap: 2rem; } } /* ———- Stratum diagram (Q-Monad ? IBE-OS ? Q-Rating ? Q-Scan) ———- */ .stratum { background: var(–paper-2); border: 1px solid var(–rule); padding: 2.5rem 2rem; margin: 2rem 0; } .stratum-row { display: grid; grid-template-columns: 140px 1fr; gap: 2rem; padding: 1.1rem 0; border-bottom: 1px dashed var(–rule); align-items: baseline; } .stratum-row:last-child { border-bottom: 0; } .stratum-tag { font-family: var(–mono); font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(–gold-deep); } .stratum-name { font-family: var(–display); font-weight: 500; font-size: 1.5rem; color: var(–navy-900); line-height: 1.25; } .stratum-desc { font-family: var(–body); font-size: 0.92rem; color: var(–ink-soft); margin-top: 0.3rem; line-height: 1.6; } /* ———- Card ———- */ .card { background: var(–paper); border: 1px solid var(–rule); padding: 1.8rem 1.6rem; position: relative; display: flex; flex-direction: column; gap: 0.7rem; transition: border-color 0.2s, transform 0.2s; text-decoration: none; color: inherit; } .card:hover { border-color: var(–gold); transform: translateY(-2px); } .card-tag { font-family: var(–mono); font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(–gold-deep); } .card-title { font-family: var(–display); font-weight: 500; font-size: 1.45rem; color: var(–navy-900); line-height: 1.2; margin: 0; } .card-desc { font-family: var(–body); font-size: 0.92rem; color: var(–ink-soft); line-height: 1.6; margin: 0; } .card-link { font-family: var(–mono); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(–navy-800); margin-top: auto; padding-top: 0.6rem; border-top: 1px solid var(–rule); } .card-link::after { content: ” ?”; color: var(–gold); } /* ———- Property card ———- */ .property { border-left: 3px solid var(–gold); padding: 0.4rem 0 0.4rem 1.4rem; margin: 1.4rem 0; } .property-name { font-family: var(–display); font-size: 1.5rem; font-weight: 500; color: var(–navy-900); line-height: 1.2; } .property-roman { font-family: var(–mono); font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(–gold-deep); margin-bottom: 0.4rem; } /* ———- Aside / pull quote ———- */ .pullquote { border-top: 2px solid var(–gold); border-bottom: 2px solid var(–gold); padding: 2rem 0; margin: 3rem 0; font-family: var(–display); font-style: italic; font-weight: 400; font-size: 1.7rem; line-height: 1.4; color: var(–navy-900); text-align: center; } .pullquote-attr { display: block; font-family: var(–mono); font-style: normal; font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(–gold-deep); margin-top: 1rem; } /* ———- Document / paper listing ———- */ .papers { list-style: none; padding: 0; margin: 2rem 0; } .paper { display: grid; grid-template-columns: 80px 1fr auto; gap: 2rem; padding: 1.6rem 0; border-top: 1px solid var(–rule); align-items: baseline; } .paper:last-child { border-bottom: 1px solid var(–rule); } .paper-id { font-family: var(–mono); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(–gold-deep); } .paper-title { font-family: var(–display); font-weight: 500; font-size: 1.35rem; color: var(–navy-900); line-height: 1.25; margin: 0 0 0.4rem; } .paper-title a { color: inherit; text-decoration: none; } .paper-title a:hover { color: var(–gold-deep); } .paper-meta { font-family: var(–mono); font-size: 0.7rem; letter-spacing: 0.12em; color: var(–ink-soft); margin: 0.2rem 0 0.8rem; } .paper-abstract { font-family: var(–body); font-size: 0.92rem; color: var(–ink-soft); line-height: 1.6; margin: 0; max-width: 65ch; } .paper-actions { display: flex; flex-direction: column; gap: 0.4rem; font-family: var(–mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; } .paper-actions a { color: var(–navy-800); text-decoration: none; border-bottom: 1px solid var(–rule); padding-bottom: 0.2rem; white-space: nowrap; } .paper-actions a:hover { color: var(–gold-deep); border-color: var(–gold); } @media (max-width: 760px) { .paper { grid-template-columns: 1fr; gap: 0.6rem; } .paper-actions { flex-direction: row; flex-wrap: wrap; gap: 1rem; } } /* ———- Lexicon entry ———- */ .lex { list-style: none; padding: 0; margin: 0; } .lex-entry { padding: 1.6rem 0; border-top: 1px solid var(–rule); display: grid; grid-template-columns: 220px 1fr; gap: 2rem; align-items: baseline; } .lex-entry:last-child { border-bottom: 1px solid var(–rule); } .lex-term { font-family: var(–display); font-weight: 500; font-size: 1.4rem; color: var(–navy-900); line-height: 1.2; } .lex-term .lex-code { display: block; font-family: var(–mono); font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(–gold-deep); margin-top: 0.3rem; } .lex-def { font-family: var(–body); font-size: 0.95rem; line-height: 1.65; color: var(–ink-soft); } .lex-def em.see { font-style: normal; font-family: var(–mono); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(–gold-deep); } @media (max-width: 760px) { .lex-entry { grid-template-columns: 1fr; gap: 0.6rem; } } /* ———- Lexicon alphabet jump ———- */ .alphabet { display: flex; flex-wrap: wrap; gap: 0.4rem; font-family: var(–mono); font-size: 0.78rem; letter-spacing: 0.1em; margin: 1.5rem 0 2.5rem; padding: 1.2rem; background: var(–paper-2); border-top: 1px solid var(–rule); border-bottom: 1px solid var(–rule); } .alphabet a { display: inline-block; width: 1.8rem; height: 1.8rem; line-height: 1.8rem; text-align: center; text-decoration: none; color: var(–navy-900); border: 1px solid transparent; text-transform: uppercase; font-weight: 500; } .alphabet a:hover { border-color: var(–gold); color: var(–gold-deep); } .alphabet .disabled { color: var(–rule); pointer-events: none; } /* ———- TOC ———- */ .toc { background: var(–paper-2); border-left: 3px solid var(–gold); padding: 1.5rem 1.8rem; margin: 2rem 0; } .toc-label { font-family: var(–mono); font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(–gold-deep); margin: 0 0 0.7rem; } .toc ol { margin: 0; padding-left: 1.5rem; font-family: var(–body); font-size: 0.92rem; line-height: 1.9; } .toc ol a { color: var(–navy-900); text-decoration: none; } .toc ol a:hover { color: var(–gold-deep); } /* ———- Body text ———- */ .prose p { margin: 0 0 1.2em; } .prose p:first-of-type::first-letter { font-family: var(–display); font-weight: 500; font-size: 3.4rem; float: left; line-height: 0.85; margin: 0.18em 0.12em 0 0; color: var(–navy-900); } .prose blockquote { margin: 1.6em 0; padding: 0 0 0 1.4em; border-left: 3px solid var(–gold); font-style: italic; color: var(–navy-800); font-size: 1.05em; } .prose ul, .prose ol { padding-left: 1.4em; margin: 0 0 1.2em; } .prose li { margin: 0.4em 0; } .prose strong { color: var(–navy-900); } .prose em.term { font-style: normal; font-family: var(–mono); font-size: 0.85em; color: var(–gold-deep); letter-spacing: 0.05em; } /* ———- CTA strip ———- */ .cta-strip { background: var(–navy-900); color: var(–paper); padding: 3.5rem 2rem; margin-top: 4rem; position: relative; overflow: hidden; } .cta-strip::after { content: “”; position: absolute; inset: 0; background-image: radial-gradient(circle at 80% 30%, rgba(176,141,58,0.15), transparent 50%); pointer-events: none; } .cta-strip-inner { max-width: var(–max-w); margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr; gap: 3rem; align-items: center; position: relative; } .cta-strip h2 { font-family: var(–display); font-weight: 400; font-size: 2.2rem; margin: 0 0 0.7rem; line-height: 1.2; } .cta-strip p { margin: 0; color: var(–paper-2); font-size: 0.98rem; max-width: 50ch; } .cta-actions { display: flex; flex-direction: column; gap: 0.7rem; } .btn { display: inline-block; padding: 0.95rem 1.6rem; font-family: var(–mono); font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; text-decoration: none; text-align: center; border: 1px solid var(–gold); color: var(–paper); background: transparent; transition: background 0.2s, color 0.2s; } .btn:hover { background: var(–gold); color: var(–navy-900); } .btn-primary { background: var(–gold); color: var(–navy-900); } .btn-primary:hover { background: var(–gold-bright); color: var(–navy-900); } @media (max-width: 760px) { .cta-strip-inner { grid-template-columns: 1fr; } } /* ———- Footer ———- */ .foot { background: var(–navy-900); color: var(–paper-2); padding: 4rem 2rem 2rem; border-top: 2px solid var(–gold); } .foot-inner { max-width: var(–max-w); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; } .foot h5 { font-family: var(–mono); font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(–gold-bright); margin: 0 0 1rem; } .foot ul { list-style: none; padding: 0; margin: 0; } .foot li { margin: 0.45rem 0; font-size: 0.88rem; } .foot a { color: var(–paper-2); text-decoration: none; opacity: 0.85; } .foot a:hover { color: var(–gold-bright); opacity: 1; } .foot-brand { font-family: var(–display); font-size: 1.6rem; letter-spacing: 0.1em; margin: 0 0 0.6rem; color: var(–paper); } .foot-blurb { font-size: 0.88rem; line-height: 1.65; color: var(–paper-2); opacity: 0.85; max-width: 36ch; } .foot-bottom { max-width: var(–max-w); margin: 3rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(176,141,58,0.25); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-family: var(–mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(–paper-2); opacity: 0.7; } .foot-bottom a { color: var(–paper-2); } .foot-bottom a:hover { color: var(–gold-bright); } @media (max-width: 880px) { .foot-inner { grid-template-columns: 1fr 1fr; } } @media (max-width: 560px) { .foot-inner { grid-template-columns: 1fr; } } /* ———- Notes / footnotes ———- */ .notice { background: var(–paper-2); border-left: 3px solid var(–gold); padding: 1.2rem 1.5rem; margin: 2rem 0; font-size: 0.92rem; line-height: 1.65; color: var(–ink-soft); } .notice strong { display: block; font-family: var(–mono); font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(–gold-deep); margin-bottom: 0.5rem; } /* ———- Responsive masthead ———- */ @media (max-width: 760px) { .masthead-inner { flex-direction: column; align-items: flex-start; gap: 1rem; padding: 1.5rem 1.2rem; } .masthead-meta { text-align: left; } .topframe-inner { padding: 0.55rem 1.2rem; font-size: 0.6rem; gap: 0.5rem; flex-wrap: wrap; } .topframe-inner span:nth-child(2) { display: none; } .navbar-inner { gap: 0.2rem 1rem; padding: 0 1.2rem; } .navbar a { padding: 0.7rem 0; font-size: 0.62rem; } .subnav-inner { padding: 0.6rem 1.2rem; gap: 0.9rem; flex-wrap: wrap; font-size: 0.6rem; } .hero { padding: 3rem 1.2rem 2.5rem; } .hero::after { font-size: 18rem; right: -3rem; bottom: -4rem; } .wrap, .wrap-narrow { padding: 2.5rem 1.2rem; } .crumbs { padding: 1rem 1.2rem 0; } .stratum { padding: 1.6rem 1.2rem; } .stratum-row { grid-template-columns: 1fr; gap: 0.4rem; } .pullquote { font-size: 1.3rem; padding: 1.4rem 0; } } Lexicon — Theory — THE Q AGENCY
EST. 2019 · BUCHAREST · BRUSSELS · LONDON Theory · Standards · Platform Q-MONAD · IBE · Q-RATING

§ Reference · The vocabulary of the standard

Defined terms.

The vocabulary of a standard-setter is the standard. This lexicon contains the load-bearing terms used across the Q-Monad ontology, the Intelligence-Based Economy, the Q-Rating methodology, the Q-Scan diagnostic, and the IBE-OS architecture. Definitions are versioned with the standard. Where a term has a stricter operational meaning in a methodology paper than in casual prose, the operational meaning prevails.

Version
v1.1 · 2026
Entries
32 load-bearing terms
Cross-reference
see — synonym · cf. — compare
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
  • Actor, Quaternary Q4 · IBE actor class
    A Q-Monad whose productive function is the conversion of knowledge into intelligence. Examples: R&D laboratories, competitive-intelligence units, foresight functions, structured-analytic teams, specialised AI systems. Quaternary actors are rated on the Q4 ladder of the Q-Rating methodology. cf. Actor, Quinary.
  • Actor, Quinary Q5 · IBE actor class
    A Q-Monad whose productive function is the conversion of intelligence into Will — that is, decision authority. Examples: boards of directors, ministers, sovereign-wealth investment committees, regulatory authorities. Quinary actors are rated on the Q5 ladder of the Q-Rating methodology. cf. Actor, Quaternary.
  • CEISD Firewall Governance · institutional
    The architectural separation between the founder’s government-advisory work (carried out in personal capacity) and the commercial outputs of THE Q AGENCY. State-privileged data does not enter commercial outputs; commercial methodology is developed independently of any privileged source. The firewall is documented in Governance & Independence and is a first-class institutional commitment.
  • Closure (Operational) Q-Monad property II
    The property by which a Q-Monad is closed with respect to its operational scope: inputs and outputs cross its boundary, but the deciding act does not. Closure is what makes a Q-Monad a unit rather than a relay. The closure is operational, not informational — Q-Monads remain open to the world but closed to the externalisation of decision.
  • Consequence Q-Monad property IV
    The property by which the Q-Monad is the locus to which the consequences of its decisions can be attributed. Consequence is what makes a Q-Monad rateable; it also prevents an infinite regress into ever-smaller decisional units, since smaller candidates would fail Closure.
  • DIKIW+W IBE pipeline
    The seven-stage productive pipeline of the Intelligence-Based Economy: Data ? Information ? Knowledge ? Intelligence ? Wisdom + Will. Extends the classical DIKW hierarchy by isolating Intelligence as the productive substrate of the IBE and closing with Will as the decisional act that the prior stages exist to make warranted.
  • Dominance Rule Q-Rating · methodology
    A rule under which a candidate organisation, having failed at least one hard gate while satisfying others, is dominated by — and therefore cannot exceed — the rating of any candidate that satisfies all gates at the same level. Dominance rules are the formal expression of the non-compensatory commitment inherited from the Q-Monad ontology.
  • FDI Screening Application · regulatory
    The screening of foreign direct investment for security, public-order, and strategic-autonomy considerations. In the IBE frame, FDI screening is reconstituted as a geopolitical management instrument rather than a defensive regulatory residual; the Q-DIFIS framework operationalises this reframing.
  • Hard Gate Q-Rating · methodology
    A criterion that a candidate organisation must satisfy in order to be rated above a specified threshold on a given Q-Rating ladder. Hard gates are non-compensatory: failure cannot be offset by strength elsewhere. The hard-gate structure is the operational consequence of the four foundational Q-Monad properties.
  • IBE-OS Platform · operating layer
    The operational instantiation of the Intelligence-Based Economy: a 42-agent architecture organised across five classes — Sentinel, Synthesis, Protocol, Orchestrator, and Calibration. Published in full in the IBE-OS Agent Compendium v1.1. Strictly separated from the internal 65-agent Q AGENCY suite; the interface is Q-Bridge.
  • Indivisibility Q-Monad property I
    The property by which a Q-Monad cannot be decomposed without losing the property of decision. A committee that splits into two committees produces two new candidates for monadhood, not two halves of the original. Indivisibility identifies the unit before any further property applies.
  • Intelligence (productive) IBE substrate
    In the IBE, intelligence is the productive output of disciplined synthesis applied to a decision under uncertainty. Distinct from data, information, knowledge, and wisdom — a difference operational, not rhetorical. Intelligence in this sense is the substrate the IBE recognises as productive and the substrate the Knowledge-Based Economy did not separately measure.
  • Intelligence-Based Economy (IBE) Stratum II
    A structural model of the post-knowledge economy in which intelligence — distinct from data and knowledge — is the productive substrate. Operationalised through the DIKIW+W pipeline; instantiated at the operating level by IBE-OS. Documented canonically in the IBE White Paper.
  • Non-Rateable (NR) Q-Rating · verdict
    An explicit verdict returned when a candidate organisation contains decisional structures that fail one or more of the foundational Q-Monad properties. NR is a feature, not a failure: the methodology refuses a score that would conceal an ontological failure rather than producing one. NR is independent across the Q4 and Q5 ladders; an organisation may be NR on one and rateable on the other.
  • Non-Compensatory Closure Q-Monad · formal result
    The formal result, established in the Q-Monad Theoretical Series Paper II, that the four foundational properties cannot be traded against one another. Non-compensatory closure is what propagates from the ontology into the hard-gate structure of Q-Rating and the NR verdict.
  • Orchestrator IBE-OS agent class
    The IBE-OS agent class responsible for routing, sequencing, and workflow integrity across the Sentinel, Synthesis, Protocol, and Calibration classes. Orchestrators do not themselves synthesise intelligence; they ensure the pipeline runs in the correct topological order.
  • Protocol IBE-OS agent class
    The IBE-OS agent class responsible for governance, constraint, and policy compliance across the pipeline. Protocol agents enforce mandatory boundaries — including the CEISD firewall, where applicable — and produce auditable evidence of constraint satisfaction.
  • Q-Bridge Platform · interface
    The published architectural boundary between the 42-agent IBE-OS and the 65-agent internal Q AGENCY suite. Q-Bridge is the only legitimate interface across the boundary; it exists to preserve the institutional separation between the standard and the firm that publishes it.
  • Q-Monad Stratum I · ontology
    The decisional unit of an organisation: a self-contained centre of decision-making characterised by the four foundational properties — Indivisibility, Closure, Reflection, Consequence. The substrate beneath the IBE, Q-Rating, and Q-Scan. Distinct from the metaphysical monad of Leibniz’s Monadologie (1714), with a lineage acknowledged in the primer.
  • Q-Rating Stratum III · measurement
    The dual-ladder rating methodology by which Q-Monads are assessed. The Q4 ladder rates quaternary actors (intelligence producers); the Q5 ladder rates quinary actors (decision authorities). Hard gates and dominance rules enforce non-compensatory measurement; the NR verdict is available where the ontology requires it. Published in full in the Q-Rating Methodology paper.
  • Q-Rating Express Standards · variant
    The lightweight, commercially deployable variant of Q-Rating, suitable for engagement contexts in which the full institutional rating workflow is not warranted. Q-Rating Express preserves the dual-ladder structure, the hard-gate logic, and the NR verdict; it shortens scope and timeline. Specification at Standards · Q-Rating Express.
  • Q-Scan Stratum IV · diagnostic
    The entry-level diagnostic instrument that locates an organisation on the Q-Rating ladders without committing to a full institutional rating engagement. Q-Scan is the standard on-ramp from a discovery conversation into a measurement engagement and is reproducible across analysts when the methodology is applied as published.
  • Reflection (Internal, on Reality) Q-Monad property III
    The property by which a Q-Monad maintains an internal representation of the environment in which it decides. Reflection is on reality, not on the monad itself, and is internal, not externalised. The property distinguishes Q-Monads from purely procedural agents, whose decisions reduce to lookup against a rule table.
  • Sentinel IBE-OS agent class
    The IBE-OS agent class responsible for perception and acquisition — the upstream end of the DIKIW+W pipeline. Sentinels acquire data from the operating environment and prepare it for downstream synthesis.
  • Synthesis IBE-OS agent class
    The IBE-OS agent class responsible for the productive conversion of knowledge into intelligence. Synthesis is the agent class that operationalises the substrate of the IBE; the productive output of the IBE-OS is generated here.
  • Calibration IBE-OS agent class
    The IBE-OS agent class responsible for verification, reflexive correction, and methodological discipline across the pipeline. Calibration agents test outputs against the standard, identify drift, and trigger correction at the appropriate upstream stage.
  • Stratum Theory · architecture
    A layer of the four-stratum theoretical architecture: Stratum I (ontology, the Q-Monad), Stratum II (structure, the IBE), Stratum III (measurement, Q-Rating), Stratum IV (diagnostic, Q-Scan). Each stratum inherits commitments from the one above it; downstream commitments cannot be lighter than upstream commitments.
  • Will DIKIW+W · closing stage
    The decisional act, attributed to a Q-Monad, that the prior stages of the DIKIW+W pipeline exist to make warranted. Without Will, the pipeline produces output but not consequence; without the prior stages, Will produces consequence without warrant. Will is what makes the pipeline economically productive in the IBE sense.
  • Wisdom DIKIW+W · stage VI
    The disposition that knows when intelligence is sufficient to act and when it is not. Wisdom mediates between Intelligence and Will and feeds back into the conception of every prior stage of the pipeline.

The vocabulary is the standard.

The lexicon evolves with the methodology. New terms are added when a methodology paper introduces a new load-bearing concept. Existing terms are versioned, not silently rewritten.