/* Self-hosted type: Source Serif 4 (headlines), IBM Plex Sans (body/UI), IBM Plex Mono (labels) */
@font-face{font-family:"Source Serif 4";src:url(fonts/source-serif-4-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Source Serif 4";src:url(fonts/source-serif-4-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Source Serif 4";src:url(fonts/source-serif-4-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Source Serif 4";src:url(fonts/source-serif-4-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"IBM Plex Sans";src:url(fonts/ibm-plex-sans-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"IBM Plex Sans";src:url(fonts/ibm-plex-sans-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"IBM Plex Sans";src:url(fonts/ibm-plex-sans-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"IBM Plex Sans";src:url(fonts/ibm-plex-sans-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"IBM Plex Mono";src:url(fonts/ibm-plex-mono-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"IBM Plex Mono";src:url(fonts/ibm-plex-mono-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"IBM Plex Mono";src:url(fonts/ibm-plex-mono-600.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}

:root{
  --paper:#E7EFFB; --paper-2:#F3F7FC; --card:#FFFFFF;
  --ink:#153862; --ink-2:#1E4A7A;
  --blue:#2C6AB0; --blue-hi:#3B7BC4; --blue-deep:#22528E; --sky:#5B8FC9;
  --grid:#D6E1F1; --line:#CBD9EC; --line-2:#B8CBE3;
  --fg:#153862; --fg-2:#43607B; --fg-3:#5C6F86;
  --ok:#1C7A50; --warn:#9A5E0E; --crit:#C43D3D; --info:#2C6AB0;
  --sans:"IBM Plex Sans",system-ui,-apple-system,"Segoe UI",sans-serif;
  --serif:"Source Serif 4",Georgia,"Times New Roman",serif;
  --mono:"IBM Plex Mono","SF Mono",ui-monospace,Menlo,monospace;
  --wrap:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--fg);font-family:var(--sans);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  background-color:var(--paper);
  background-image:linear-gradient(var(--grid) 1px,transparent 1px),linear-gradient(90deg,var(--grid) 1px,transparent 1px);
  background-size:46px 46px}
a{color:inherit;text-decoration:none}
.container{max-width:var(--wrap);margin:0 auto;padding:0 32px}
[id]{scroll-margin-top:82px}
.rr{stroke:var(--blue)} .rv{stroke:var(--ink)}

/* Site-wide faint network background (injected by site.js) */
.site-net{position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.13}
.site-net svg{width:100%;height:100%;display:block}
.site-net .dev{stroke:#20456F;fill:#EAF1FB;stroke-width:1.3;stroke-linejoin:round;stroke-linecap:round}
.site-net .nln{stroke:#20456F;fill:none;stroke-width:1.1;stroke-linejoin:round;stroke-linecap:round}
.site-net .nacc{stroke:#20456F;fill:none;stroke-width:1.2;stroke-linecap:round}
.site-net .ndot{fill:#20456F}
.site-net .nlink{stroke:#5A749A;fill:none;stroke-width:1.1}
.site-net .nlit{stroke:#20456F;fill:none;stroke-width:1.2}
.site-net .nwatch{stroke:#20456F;fill:#E2ECF8;stroke-width:1.6}
.site-net .lbl{fill:#3F5D82;font-family:var(--mono);font-size:11px;letter-spacing:.04em;text-anchor:middle}
.site-net .zone{stroke:#8AA5C8;fill:none;stroke-width:1.1;stroke-dasharray:5 5}
.site-net .zlbl{fill:#93A9C8;font-family:var(--mono);font-size:12px;letter-spacing:.16em;opacity:.5}

/* Buttons */
.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-weight:600;font-size:14.5px;padding:12px 20px;border-radius:3px;border:1px solid transparent;cursor:pointer;transition:.15s}
.btn-gold{background:var(--blue);color:#fff;box-shadow:0 8px 18px -9px rgba(44,106,176,.55)}
.btn-gold:hover{background:var(--blue-hi)}
.btn-ghost{background:var(--card);color:var(--ink);border-color:var(--line-2)}
.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
.btn-lg{padding:14px 24px;font-size:15px}
a:focus-visible,button:focus-visible,.btn:focus-visible{outline:2px solid var(--ink);outline-offset:2px;border-radius:2px}
.btn-gold:focus-visible{outline-color:#fff;outline-offset:3px}

/* Nav */
.nav{position:sticky;top:0;z-index:50;background:rgba(231,239,251,.85);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--line)}
.skip-link{position:absolute;top:0;left:8px;z-index:200;background:var(--ink);color:#fff;padding:9px 16px;border-radius:0 0 6px 6px;font:600 14px/1 var(--sans);text-decoration:none;transform:translateY(-120%);transition:transform .15s}
.skip-link:focus{transform:translateY(0)}
.nav-in{display:flex;align-items:center;gap:28px;height:66px}
.brand{display:inline-flex;align-items:center;font-weight:600;font-size:22px;letter-spacing:-.01em;color:var(--ink)}
.brand .o{display:inline-block;width:.82em;height:.82em;margin:0 .02em;transform:translateY(.03em)}
.nav-links{display:flex;gap:24px;margin-left:14px}
.nav-links a{font-size:14.5px;color:var(--fg-2);font-weight:500;transition:.15s}
.nav-links a:hover{color:var(--ink)}
.nav-links a.active{color:var(--blue)}
.nav-cta{margin-left:auto;display:flex;gap:12px;align-items:center}
.nav-cta .cap{font-size:14px;color:var(--fg-2);font-weight:500}
.nav-cta .cap:hover{color:var(--blue)}
@media(max-width:860px){.nav-links,.nav-cta .cap,.nav-cta .nav-demo{display:none}}
/* Mobile navigation: hamburger + in-panel accordion (<=860px) */
.nav-toggle{display:none}
.mega-toggle{display:none}
@media(max-width:860px){
  .nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:38px;margin-left:8px;border:1px solid var(--line-2);border-radius:6px;background:var(--card);color:var(--ink);cursor:pointer;flex:none}
  .nav-toggle svg{width:20px;height:20px}
  .nav.nav-open .nav-links{display:flex;flex-direction:column;gap:0;position:absolute;top:100%;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 20px 32px -20px rgba(21,56,98,.4);padding:6px 20px 16px;margin:0;max-height:calc(100vh - 66px);overflow-y:auto}
  .nav.nav-open .nav-links>a,.nav.nav-open .nav-item{border-bottom:1px solid var(--line)}
  .nav.nav-open .nav-links>a{padding:14px 4px;font-size:16px}
  .nav-item{display:flex;flex-wrap:wrap;align-items:center;width:100%}
  .nav-item>a{flex:1;padding:14px 4px;font-size:16px}
  .nav-item.has-mega>a::after{display:none}
  .mega-toggle{display:inline-flex;align-items:center;justify-content:center;width:46px;height:48px;border:none;background:none;color:var(--fg-2);cursor:pointer;flex:none}
  .mega-toggle::before{content:"";width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .18s}
  .nav-item.open>.mega-toggle::before{transform:rotate(225deg) translateY(2px)}
  .nav-item .mega{display:none;position:static;min-width:0;width:100%;box-shadow:none;border:none;background:none;opacity:1;visibility:visible;transform:none;padding:0 0 12px;margin:0}
  .nav-item.open .mega{display:block}
  .mega-cols{grid-template-columns:1fr;gap:2px}
  .mega-lead{margin-bottom:8px}
  .mega-col a{padding:10px 12px}
}
@media(max-width:600px){
  .container{padding:0 18px}
  .nav-in{gap:14px}
  .nav-cta .btn-gold{padding:9px 14px;font-size:13.5px}
}

/* Nav mega-menu (Platform) */
.nav-item{position:relative;display:inline-flex;align-items:center}
.nav-item>a{font-size:14.5px;color:var(--fg-2);font-weight:500;transition:.15s;display:inline-flex;align-items:center;gap:7px}
.nav-item>a:hover,.nav-item:focus-within>a{color:var(--ink)}
.nav-item>a.active{color:var(--blue)}
.nav-item.has-mega>a::after{content:"";width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.55;transition:transform .18s,opacity .18s}
.nav-item.has-mega:hover>a::after,.nav-item.has-mega:focus-within>a::after{transform:rotate(225deg) translateY(2px);opacity:.85}
.mega{position:absolute;top:calc(100% + 13px);left:-16px;z-index:60;min-width:680px;
  background:var(--card);border:1px solid var(--line-2);border-radius:9px;
  box-shadow:0 26px 64px -30px rgba(21,56,98,.5);padding:18px;
  opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease}
.nav-item:hover .mega,.nav-item:focus-within .mega{opacity:1;visibility:visible;transform:translateY(0)}
.mega::before{content:"";position:absolute;top:-13px;left:0;right:0;height:13px}
.mega-lead{display:flex;flex-direction:column;gap:3px;padding:13px 15px;margin-bottom:14px;border-radius:6px;
  background:linear-gradient(90deg,#E9F1FB,#F4F9FD);border:1px solid var(--line);transition:border-color .14s}
.mega-lead:hover{border-color:var(--blue)}
.mega-lead .ml-t{font-family:var(--serif);font-weight:600;font-size:16px;color:var(--ink)}
.mega-lead .ml-d{font-size:12.5px;color:var(--fg-2)}
.mega-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.mega-h{font-family:var(--mono);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-3);font-weight:600;padding:0 10px 8px;border-bottom:1px solid var(--line);margin-bottom:6px}
.mega-col a{display:flex;flex-direction:column;gap:2px;padding:9px 10px;border-radius:5px;transition:background .14s}
.mega-col a:hover{background:var(--paper-2)}
.mega-col a b{font-size:13.5px;font-weight:600;color:var(--ink);line-height:1.28}
.mega-col a span{font-size:11.5px;color:var(--fg-3);line-height:1.35}
.mega-col a:hover b{color:var(--blue)}
@media(max-width:960px){.mega{min-width:0;left:0}}
@media(max-width:860px){.nav-item .mega{display:none}}
/* two-box mega (Solutions) */
.mega-wide{min-width:600px;left:-90px}
.mega-wide .mega-cols{grid-template-columns:repeat(2,1fr)}
@media(max-width:960px){.mega-wide{min-width:0;left:0}.mega-wide .mega-cols{grid-template-columns:1fr}}

/* Eyebrow + section heads */
.eyebrow{font-family:var(--mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);font-weight:600;margin:0 0 16px}
.eyebrow.mute{color:var(--fg-3)}
h1,h2,h3{font-family:var(--serif);font-weight:600;margin:0;text-wrap:balance;letter-spacing:-.005em;color:var(--ink)}
.card h3{font-family:var(--sans)}
.lede{font-family:var(--sans);color:var(--fg-2);line-height:1.55}
section{padding:88px 0;border-top:1px solid var(--line);position:relative}
.sec-head{max-width:56ch;margin-bottom:44px}
.sec-head h2{font-size:clamp(26px,3.4vw,36px);font-weight:600;line-height:1.16}
.sec-head .lede{font-size:18px;margin-top:16px}
.sec-link{display:inline-flex;align-items:center;gap:7px;margin-top:22px;font-weight:600;font-size:14.5px;color:var(--blue);font-family:var(--sans)}
.sec-link:hover{color:var(--blue-hi)}
.sec-link::after{content:"\2192";transition:.15s}
.sec-link:hover::after{transform:translateX(3px)}
.g{color:var(--blue)}

/* Interior page hero */
.page-hero{padding:76px 0 20px;position:relative}
.page-hero h1{font-size:clamp(31px,4.8vw,50px);font-weight:500;line-height:1.1}
.page-hero h1 .g{color:var(--blue)}
.page-hero .lede{font-size:clamp(17px,2.1vw,20px);max-width:62ch;margin:22px 0 0}

/* Home hero */
.hero{position:relative;overflow:hidden;min-height:min(88vh,760px);display:flex;align-items:center;padding:80px 0}
.hero-scrim{position:absolute;inset:0;z-index:0;pointer-events:none;
  background:linear-gradient(100deg, var(--paper) 8%, rgba(246,248,252,.5) 44%, rgba(246,248,252,0) 74%)}
.hero-in{position:relative;z-index:1;max-width:820px}
.hero h1{font-size:clamp(37px,6.2vw,62px);font-weight:500;line-height:1.05}
.hero h1 .g{color:var(--blue)}
.hero .lede{font-size:clamp(17px,2.1vw,21px);max-width:60ch;margin:26px 0 0}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0 0}
.hero-stats{display:flex;gap:36px;flex-wrap:wrap;margin-top:42px;padding-top:26px;border-top:1px solid var(--line)}
.stat{display:flex;flex-direction:column;gap:6px;flex:1 1 180px;max-width:232px}
.stat-n{font-family:var(--serif);font-weight:600;font-size:clamp(27px,3vw,35px);color:var(--ink);line-height:1;letter-spacing:-.01em}
.stat-l{font-size:12.5px;color:var(--fg-2);line-height:1.42}
.stat-s{font-family:var(--mono);font-size:10.5px;color:var(--fg-3);letter-spacing:.05em;text-transform:uppercase}

/* Hero brand lockup */
.hero-lockup{display:flex;align-items:center;gap:20px;margin-bottom:30px;flex-wrap:wrap}
.hero-wm{font-family:var(--sans);font-weight:500;font-size:clamp(30px,4.2vw,46px);letter-spacing:0;line-height:1;display:inline-flex;align-items:center;color:var(--ink)}
.hero-wm .o{width:.82em;height:.82em;margin:0 .012em;transform:translateY(.02em)}
.lock-div{width:1px;height:40px;background:var(--line-2)}
.hero-def{display:flex;flex-direction:column;gap:4px}
.hero-def em{font-family:var(--serif);font-style:italic;font-weight:500;font-size:clamp(16px,1.8vw,19px);color:var(--blue);letter-spacing:.005em}
.hero-def small{font-family:var(--mono);font-size:11px;color:var(--fg-3)}
@media(max-width:520px){.lock-div{display:none}.hero-lockup{gap:12px}}

/* Chips */
.chip{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:2px;border:1px solid}
.chip::before{content:"";width:6px;height:6px;border-radius:50%}
.chip-conf{color:var(--ok);border-color:rgba(46,158,107,.45);background:rgba(46,158,107,.07)}.chip-conf::before{background:var(--ok)}
.chip-assess{color:var(--warn);border-color:rgba(199,122,22,.45);background:rgba(199,122,22,.07)}.chip-assess::before{background:var(--warn)}
.chip-crit{color:var(--crit);border-color:rgba(196,61,61,.45);background:rgba(196,61,61,.07)}.chip-crit::before{background:var(--crit)}

/* Card grid */
.grid{display:grid;gap:16px}
.g4{grid-template-columns:repeat(4,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g2{grid-template-columns:repeat(2,1fr)}
@media(max-width:900px){.g4{grid-template-columns:repeat(2,1fr)}.g3{grid-template-columns:1fr}}
@media(max-width:620px){.g4,.g2{grid-template-columns:1fr}}
.card{position:relative;overflow:hidden;background:#FFFFFF;border:1px solid #CBD9EC;border-radius:4px;padding:26px 24px;
  box-shadow:0 1px 2px rgba(21,56,98,.04), 0 16px 34px -26px rgba(21,56,98,.16);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.card>:not(.card-bg){position:relative;z-index:1}
.card:hover{transform:translateY(-3px);border-color:#9EBEE4;box-shadow:0 2px 4px rgba(21,56,98,.06), 0 24px 44px -22px rgba(21,56,98,.24)}
.card:hover .card-bg{opacity:.8}
.card h3{font-size:16.5px;font-weight:650;margin-bottom:8px;color:var(--ink)}
.card p{font-size:14px;color:#3E5B78;margin:0;line-height:1.55}
.card-bg{position:absolute;right:-10px;bottom:-12px;width:158px;height:158px;z-index:0;opacity:.62;pointer-events:none;transition:opacity .2s ease}
.card-bg svg{width:100%;height:100%;display:block}
.card-bg .s{stroke:#9DBCE2;fill:none;stroke-width:2;stroke-linejoin:round;stroke-linecap:round}
.card-bg .f{stroke:#9DBCE2;fill:#D6E4F6;stroke-width:2}
.card-bg .d{fill:#9DBCE2;stroke:none}
.card .num{font-family:var(--mono);font-size:12px;color:var(--fg-3);margin-bottom:14px}
.cap-ic{width:40px;height:40px;color:var(--blue);margin-bottom:16px}
.cap-ic svg{width:40px;height:40px;display:block}

/* Stat module (blueprint) */
.statcard{display:flex;flex-direction:column;gap:9px;border-radius:3px;border-top:2px solid var(--blue)}
.statcard .stat-n{font-family:var(--serif);font-weight:600;font-size:clamp(25px,2.8vw,33px);color:var(--ink);line-height:1.02;letter-spacing:-.01em}
.statcard p{margin:0;font-size:14px;color:var(--fg-2);line-height:1.5}
.statcard .stat-s{margin-top:auto;padding-top:4px}

/* Platform flow */
.flow{display:flex;align-items:flex-start;justify-content:space-between;gap:6px;flex-wrap:wrap;background:var(--card);border:1px solid var(--line);border-radius:6px;padding:40px 30px;box-shadow:0 16px 40px -30px rgba(21,56,98,.3)}
.flow-node{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;flex:1 1 120px;min-width:110px}
.flow-ic{width:66px;height:66px;border-radius:50%;border:1px solid var(--line-2);display:flex;align-items:center;justify-content:center;color:var(--ink);background:#fff}
.flow-ic svg{width:34px;height:34px}
.flow-node.core .flow-ic{border-color:var(--blue);color:var(--blue);background:#EAF2FC;box-shadow:0 0 0 5px rgba(44,106,176,.12)}
.flow-node .lab{font-size:15px;font-weight:650;color:var(--ink)}
.flow-node.core .lab{color:var(--blue)}
.flow-node .sub{font-size:12px;color:var(--fg-3);font-family:var(--mono);line-height:1.3}
.flow-arrow{align-self:flex-start;margin-top:24px;color:var(--fg-3);font-size:22px}
@media(max-width:760px){.flow-arrow{display:none}.flow{gap:26px}.flow-node{flex-basis:42%}}

/* Split / findings */
.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
@media(max-width:820px){.split{grid-template-columns:1fr;gap:30px}}
.split h2{font-size:clamp(25px,3.2vw,33px);font-weight:600;line-height:1.18}
.split .lede{font-size:17px}
.split .lede b{color:var(--ink);font-weight:600}
.finding{background:var(--card);border:1px solid var(--line);border-radius:5px;padding:18px 20px;margin-bottom:14px;box-shadow:0 12px 28px -24px rgba(21,56,98,.28)}
.finding-top{display:flex;align-items:center;gap:10px;justify-content:space-between;margin-bottom:10px}
.finding-name{font-weight:650;font-size:15px;color:var(--ink)}
.finding-meta{font-family:var(--mono);font-size:12px;color:var(--fg-2);margin-bottom:8px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.finding p{font-size:13.5px;color:var(--fg-2);margin:0}
.finding .cite{font-family:var(--mono);font-size:11px;color:var(--fg-3);margin-top:10px}
.finding .cite b{color:var(--blue);font-weight:600}
/* Grading gate flow */
.grade{display:flex;flex-direction:column}
.grade-node,.grade-gate{align-self:flex-start;font-family:var(--mono);font-size:12px;letter-spacing:.03em;padding:9px 15px;border:1px solid var(--line-2);border-radius:4px;background:#fff;position:relative;max-width:100%}
.grade-node{color:var(--fg-2)}
.grade-gate{border-color:var(--blue);background:#EAF2FC;color:var(--blue);font-weight:600;margin-top:22px;line-height:1.35}
.grade-node::after,.grade-gate::after{content:"";position:absolute;left:24px;top:100%;width:2px;height:22px}
.grade-node::after{background:var(--line-2)}
.grade-gate::after{background:var(--blue);opacity:.55}
.grade .finding{margin:22px 0 0;border-left:3px solid var(--line-2)}
.grade .finding.conf{border-left-color:var(--ok)}
.grade .finding.assess{border-left-color:var(--warn)}
.grade-lane{font-family:var(--mono);font-size:11px;letter-spacing:.03em;margin-bottom:13px;display:flex;align-items:center;gap:8px;font-weight:600;text-transform:uppercase}
.grade-lane.conf{color:var(--ok)}
.grade-lane.assess{color:var(--warn)}
.grade-lane::before{content:"";width:16px;height:2px;background:currentColor;flex:none}

/* Evidence grading schematic (blueprint drawing) */
/* egdiag retired -> modern .mx exhibit */

/* AEV proven-attack-path schematic (blueprint drawing) */
/* aevdiag retired -> modern .mx exhibit */

/* EASM outside-in footprint map (blueprint drawing) */
/* easmdiag retired -> modern .mx exhibit */

/* Vulnerability intelligence: signal in the noise (blueprint drawing) */
/* vulndiag retired -> modern .mx exhibit */

/* Risk quantification: FAIR computation (blueprint drawing) */
/* rqdiag retired -> modern .mx exhibit */

/* Compliance mapping: finding to framework clauses (blueprint drawing) */
/* cmdiag retired -> modern .mx exhibit */

/* Executive brief: raw output translated to a cited document (blueprint drawing) */
/* ebdiag retired -> modern .mx exhibit */

/* Solutions lead: fragmentation to one owner (blueprint drawing) */
.owndiag{width:100%;max-width:820px;height:auto;display:block;margin:16px auto 0}
.owndiag .vb{fill:#fff;stroke:var(--ink-2);stroke-width:1.6}
.owndiag .gapx{stroke:var(--crit);stroke-width:2;stroke-linecap:round}
.owndiag .own{fill:#EAF2FC;stroke:var(--blue);stroke-width:2}
.owndiag .lyr{fill:#fff;stroke:var(--ink-2);stroke-width:1.6}
.owndiag .lyr-wire{fill:#DCE8F7;stroke:var(--ink-2);stroke-width:1.6}
.owndiag .pth{stroke:var(--blue);stroke-width:2;fill:none}
.owndiag .head{fill:var(--blue)}
.owndiag .ret{stroke:var(--blue);stroke-width:1.6;fill:none;stroke-linecap:round}
.owndiag .dot{fill:var(--blue)}
.owndiag .t{fill:var(--ink);font-family:var(--mono);font-size:10.5px;letter-spacing:.03em;text-anchor:middle;font-weight:600}
.owndiag .t-own{fill:var(--blue);font-family:var(--mono);font-size:11px;letter-spacing:.05em;text-anchor:middle;font-weight:700}
.owndiag .t-b{fill:var(--blue);font-family:var(--mono);font-size:10px;letter-spacing:.05em;text-anchor:middle;font-weight:700}
.owndiag .t-lbl{fill:var(--fg-3);font-family:var(--mono);font-size:9.5px;letter-spacing:.1em;text-anchor:middle;font-weight:600}
.owncap{text-align:center;font-size:13.5px;color:var(--fg-2);max-width:62ch;margin:16px auto 0;line-height:1.5}

/* Solutions lead: the whole-footprint span (blueprint drawing) */
/* ftdiag retired -> modern .mx exhibit */
/* explore-the-solutions map */
.explore .card h3{font-size:16px;font-weight:650;margin:0 0 6px}
.explore .card p{font-size:13.5px;color:var(--fg-2);margin:0 0 12px;line-height:1.5}
.explore .card .sec-link{margin-top:auto;font-size:13px}
.explore .card{display:flex;flex-direction:column}

/* IT roadmap: timeline with shrinking tech debt (blueprint drawing) */
.rmdiag{width:100%;max-width:860px;height:auto;display:block;margin:14px auto 0}
.rmdiag .axis{stroke:var(--blue);stroke-width:1.8;fill:none;stroke-linecap:round}
.rmdiag .head{fill:var(--blue)}
.rmdiag .node{fill:#fff;stroke:var(--blue);stroke-width:1.7}
.rmdiag .dot{fill:var(--blue)}
.rmdiag .ret{stroke:var(--blue);stroke-width:1.4;fill:none;stroke-linecap:round}
.rmdiag .debt{fill:#E4B063;stroke:#B5701A;stroke-width:1.2}
.rmdiag .axis{stroke:var(--blue);stroke-width:2}
.rmdiag .t{fill:var(--ink);font-family:var(--mono);font-size:10px;letter-spacing:.03em;text-anchor:middle;font-weight:600}
.rmdiag .t-sub{fill:var(--fg-3);font-family:var(--mono);font-size:8.5px;letter-spacing:.02em;text-anchor:middle}
.rmdiag .t-en{fill:var(--warn);font-family:var(--mono);font-size:9px;letter-spacing:.06em;text-anchor:middle;font-weight:700}
.rmdiag .t-lbl{fill:var(--fg-3);font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-anchor:middle;font-weight:600}
.rmcap{text-align:center;font-size:13.5px;color:var(--fg-2);max-width:62ch;margin:16px auto 0;line-height:1.5}

/* Proactive vs reactive: catch it early (blueprint drawing) */
.pridiag{width:100%;max-width:860px;height:auto;display:block;margin:14px auto 0}
.pridiag .base{stroke:var(--line-2);stroke-width:1.2;fill:none;stroke-dasharray:2 4}
.pridiag .pln{stroke:var(--blue);stroke-width:2;fill:none;stroke-linecap:round}
.pridiag .rln{stroke:var(--crit);stroke-width:1.8;fill:none;stroke-dasharray:4 4;stroke-linecap:round}
.pridiag .ret{stroke:var(--blue);stroke-width:1.5;fill:none;stroke-linecap:round}
.pridiag .dot{fill:var(--blue)}
.pridiag .nx{fill:#fff;stroke:var(--crit);stroke-width:1.8}
.pridiag .dx{fill:var(--crit)}
.pridiag .t-b{fill:var(--blue);font-family:var(--mono);font-size:10px;letter-spacing:.04em;text-anchor:middle;font-weight:700}
.pridiag .t-x{fill:var(--crit);font-family:var(--mono);font-size:10px;letter-spacing:.04em;text-anchor:middle;font-weight:700}
.pridiag .t-sub{fill:var(--fg-3);font-family:var(--mono);font-size:8.5px;letter-spacing:.02em;text-anchor:middle}
.pridiag .t-lbl{fill:var(--fg-3);font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-anchor:middle;font-weight:600}
.pricap{text-align:center;font-size:13.5px;color:var(--fg-2);max-width:62ch;margin:16px auto 0;line-height:1.5}

/* Finger-pointing: blame cycle vs one owner (blueprint drawing) */
.fpdiag{width:100%;max-width:860px;height:auto;display:block;margin:14px auto 0}
.fpdiag .vb{fill:#fff;stroke:var(--ink-2);stroke-width:1.3}
.fpdiag .blame{stroke:var(--crit);stroke-width:1.5;fill:none;stroke-dasharray:4 4;stroke-linecap:round}
.fpdiag .bhead{fill:var(--crit)}
.fpdiag .x{stroke:var(--crit);stroke-width:1.9;stroke-linecap:round}
.fpdiag .own{fill:#EAF2FC;stroke:var(--blue);stroke-width:1.9}
.fpdiag .nd{fill:#fff;stroke:var(--ink-2);stroke-width:1.4}
.fpdiag .pth{stroke:var(--blue);stroke-width:1.8;fill:none;stroke-linecap:round}
.fpdiag .head{fill:var(--blue)}
.fpdiag .chk{stroke:var(--ok);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.fpdiag .t{fill:var(--ink);font-family:var(--mono);font-size:10px;letter-spacing:.03em;text-anchor:middle;font-weight:600}
.fpdiag .t-own{fill:var(--blue);font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-anchor:middle;font-weight:700}
.fpdiag .t-b{fill:var(--blue);font-family:var(--mono);font-size:10px;letter-spacing:.05em;text-anchor:middle;font-weight:700}
.fpdiag .t-en{fill:var(--crit);font-family:var(--mono);font-size:9px;letter-spacing:.05em;text-anchor:middle;font-weight:700}
.fpdiag .t-lbl{fill:var(--fg-3);font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-anchor:middle;font-weight:600}
.fpcap{text-align:center;font-size:13.5px;color:var(--fg-2);max-width:62ch;margin:16px auto 0;line-height:1.5}

/* Prove security: the ask to accepted proof (blueprint drawing) */
.pvdiag{width:100%;max-width:860px;height:auto;display:block;margin:14px auto 0}
.pvdiag .nd{fill:#fff;stroke:var(--ink-2);stroke-width:1.4}
.pvdiag .own{fill:#EAF2FC;stroke:var(--blue);stroke-width:1.8}
.pvdiag .pth{stroke:var(--blue);stroke-width:1.8;fill:none;stroke-linecap:round}
.pvdiag .head{fill:var(--blue)}
.pvdiag .ret{stroke:var(--blue);stroke-width:1.4;fill:none;stroke-linecap:round}
.pvdiag .dot{fill:var(--blue)}
.pvdiag .chk{stroke:var(--ok);stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.pvdiag .t{fill:var(--ink);font-family:var(--mono);font-size:10px;letter-spacing:.03em;text-anchor:middle;font-weight:600}
.pvdiag .t-own{fill:var(--blue);font-family:var(--mono);font-size:10.5px;letter-spacing:.05em;text-anchor:middle;font-weight:700}
.pvdiag .t-sub{fill:var(--fg-3);font-family:var(--mono);font-size:8.5px;letter-spacing:.02em;text-anchor:middle}
.pvdiag .cite{fill:var(--blue);font-family:var(--mono);font-size:8px;letter-spacing:.03em;text-anchor:middle;font-weight:600}
.pvdiag .t-lbl{fill:var(--fg-3);font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-anchor:middle;font-weight:600}
.pvcap{text-align:center;font-size:13.5px;color:var(--fg-2);max-width:62ch;margin:16px auto 0;line-height:1.5}

/* Prove-security page: claim-consequence fork (blueprint drawing) */
/* cldiag retired -> modern .mx exhibit */

/* Know-what-you-expose: the attacker's clock (blueprint drawing) */
/* clkdiag retired -> modern .mx exhibit */

/* Cut-the-noise page: buried-threat alert grid (blueprint drawing) */
/* nddiag retired -> modern .mx exhibit */

/* Leadership page: the governance gap scale (blueprint drawing) */
.gpdiag{width:100%;max-width:860px;height:auto;display:block;margin:14px auto 0}
.gpdiag .track{fill:#E7EFFB;stroke:var(--line-2);stroke-width:1}
.gpdiag .gap{fill:#E4B063}
.gpdiag .mk-b{stroke:var(--blue);stroke-width:2.6;stroke-linecap:round}
.gpdiag .mk-n{stroke:var(--ink);stroke-width:2.6;stroke-linecap:round}
.gpdiag .dot-b{fill:var(--blue)}
.gpdiag .dot-n{fill:var(--ink)}
.gpdiag .t-big-b{fill:var(--blue);font-family:var(--serif);font-size:22px;font-weight:600;text-anchor:middle}
.gpdiag .t-big-n{fill:var(--ink);font-family:var(--serif);font-size:22px;font-weight:600;text-anchor:middle}
.gpdiag .t-sub{fill:var(--fg-3);font-family:var(--mono);font-size:9px;letter-spacing:.02em;text-anchor:middle}
.gpdiag .t-en{fill:#9A5E12;font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-anchor:middle;font-weight:700}
.gpdiag .t-lbl{fill:var(--fg-3);font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-anchor:middle;font-weight:600}
.gpcap{text-align:center;font-size:13.5px;color:var(--fg-2);max-width:64ch;margin:16px auto 0;line-height:1.5}

/* Leadership: accountability converges on the board (blueprint drawing) */
/* ltdiag retired -> modern .mx exhibit */

/* Pricing overview: the same buyer, quotes all over the map (blueprint drawing) */
/* qdiag retired -> modern .mx exhibit */

/* The software: a starting price and the named dials that can move it (blueprint drawing) */
/* sfdiag retired -> modern .mx exhibit */

/* Partner: sold through you, not around you (blueprint drawing) */
/* pndiag retired -> modern .mx exhibit */

/* Managed: the retainer is only the visible slice of the bill (blueprint drawing) */
/* mgdiag retired -> modern .mx exhibit */

/* Government: what a prime needs, aligned to what Rampart brings (blueprint drawing) */
/* gvdiag retired -> modern .mx exhibit */

/* Trust: the stack from foundation to surface (blueprint drawing) */
/* trdiag retired -> modern .mx exhibit */

/* Company: one deliverable, drawn open (open-dossier cutaway) */
/* cpdiag retired -> modern .mx exhibit */


/* Know what you expose: tracked vs exposed (blueprint drawing) */
.bsdiag{width:100%;max-width:760px;height:auto;display:block;margin:16px auto 0}
.bsdiag .bx{fill:#fff;stroke:var(--ink-2);stroke-width:1.6}
.bsdiag .bxo{fill:#F3F8FE;stroke:var(--blue);stroke-width:2}
.bsdiag .kn{fill:var(--ink-2)}
.bsdiag .unk{fill:#fff;stroke:var(--blue);stroke-width:1.8}
.bsdiag .pth{stroke:var(--blue);stroke-width:2;fill:none}
.bsdiag .head{fill:var(--blue)}
.bsdiag .ret{stroke:var(--blue);stroke-width:1.5;fill:none;stroke-linecap:round}
.bsdiag .dot{fill:var(--blue)}
.bsdiag .t{fill:var(--ink);font-family:var(--mono);font-size:10.5px;letter-spacing:.03em;text-anchor:middle;font-weight:600}
.bsdiag .t-own{fill:var(--blue);font-family:var(--mono);font-size:10px;letter-spacing:.05em;text-anchor:middle;font-weight:700}
.bsdiag .t-lbl{fill:var(--fg-3);font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-anchor:middle;font-weight:600}
.bscap{text-align:center;font-size:13.5px;color:var(--fg-2);max-width:62ch;margin:16px auto 0;line-height:1.5}

/* Cut the noise: alert flood vs trusted few (blueprint drawing) */
.cndiag{width:100%;max-width:820px;height:auto;display:block;margin:14px auto 0}
.cndiag .noise{fill:#E4B063;stroke:#B5701A;stroke-width:1.4}
.cndiag .real{fill:#fff;stroke:var(--ink-2);stroke-width:1.6}
.cndiag .conf{fill:#EAF2FC;stroke:var(--blue);stroke-width:2}
.cndiag .x{stroke:var(--warn);stroke-width:1.6;stroke-linecap:round}
.cndiag .chk{stroke:var(--ok);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.cndiag .pth{stroke:var(--blue);stroke-width:1.8;fill:none;stroke-linecap:round}
.cndiag .head{fill:var(--blue)}
.cndiag .t{fill:var(--ink);font-family:var(--mono);font-size:10px;letter-spacing:.03em;text-anchor:middle;font-weight:600}
.cndiag .t-b{fill:var(--blue);font-family:var(--mono);font-size:10px;letter-spacing:.05em;text-anchor:middle;font-weight:700}
.cndiag .t-en{fill:var(--warn);font-family:var(--mono);font-size:9px;letter-spacing:.05em;text-anchor:middle;font-weight:700}
.cndiag .t-sub{fill:var(--fg-3);font-family:var(--mono);font-size:8.5px;letter-spacing:.02em;text-anchor:middle}
.cndiag .t-lbl{fill:var(--fg-3);font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-anchor:middle;font-weight:600}
.cncap{text-align:center;font-size:13.5px;color:var(--fg-2);max-width:62ch;margin:16px auto 0;line-height:1.5}

/* Straight answer for leadership: board questions to one answer (blueprint drawing) */
.ladiag{width:100%;max-width:820px;height:auto;display:block;margin:14px auto 0}
.ladiag .nd{fill:#fff;stroke:var(--ink-2);stroke-width:1.6}
.ladiag .own{fill:#EAF2FC;stroke:var(--blue);stroke-width:2}
.ladiag .ln{stroke:var(--sky);stroke-width:1.8;fill:none}
.ladiag .dln{stroke:var(--line);stroke-width:1}
.ladiag .t{fill:var(--ink);font-family:var(--mono);font-size:10px;letter-spacing:.03em;text-anchor:middle;font-weight:600}
.ladiag .t-own{fill:var(--blue);font-family:var(--mono);font-size:10px;letter-spacing:.05em;text-anchor:middle;font-weight:700}
.ladiag .t-big{fill:var(--ink);font-family:var(--serif);font-size:22px;font-weight:600;text-anchor:middle}
.ladiag .t-sub{fill:var(--fg-3);font-family:var(--mono);font-size:8.5px;letter-spacing:.02em;text-anchor:middle}
.ladiag .cite{fill:var(--blue);font-family:var(--mono);font-size:8px;letter-spacing:.03em;text-anchor:middle;font-weight:600}
.ladiag .t-lbl{fill:var(--fg-3);font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-anchor:middle;font-weight:600}
.lacap{text-align:center;font-size:13.5px;color:var(--fg-2);max-width:62ch;margin:16px auto 0;line-height:1.5}

/* Reactive-IT page: concentration proportion bar + stat source tag */
.statcard .stat-src{font-family:var(--mono);font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:var(--blue);margin-top:auto;padding-top:6px}
.pareto{max-width:860px;margin:6px auto 0}
.pareto-bar{display:flex;height:70px;border-radius:7px;overflow:hidden;border:1px solid var(--line-2)}
.pareto-bar>div{display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:12.5px;font-weight:700;letter-spacing:.04em;text-align:center;padding:0 8px}
.p-rep{background:#E4B063;color:#573a0f}
.p-new{background:var(--ink);color:#fff}
.pareto-note{text-align:center;font-size:13.5px;color:var(--fg-2);max-width:64ch;margin:16px auto 0;line-height:1.5}

/* Roadmap page: reactive vs planned spend (blueprint drawing) */
/* spdiag retired -> modern .mx exhibit */

/* Finger-pointing page: remediation-time comparison + before/after */
/* acdiag retired -> modern .mx exhibit */
.bapanel{background:var(--card);border:1px solid var(--line-2);border-radius:8px;padding:24px 26px}
.bapanel.before{border-top:3px solid var(--warn)}
.bapanel.after{border-top:3px solid var(--blue)}
.bapanel .balbl{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-3);margin:0 0 4px}
.bapanel h3{font-size:18px;font-weight:600;color:var(--ink);margin:0 0 16px;font-family:var(--serif)}
.bapanel ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.bapanel li{font-size:14.5px;color:var(--fg-2);padding-left:24px;position:relative;line-height:1.5}
.bapanel.before li::before{content:"\2715";position:absolute;left:0;color:var(--warn);font-weight:700;font-size:12px;top:2px}
.bapanel.after li::before{content:"\2713";position:absolute;left:0;color:var(--ok);font-weight:700;font-size:13px;top:1px}
/* roadmap answer: numbered moves */
.moves{counter-reset:mv;max-width:760px;margin:8px auto 0;list-style:none;padding:0}
.moves li{counter-increment:mv;position:relative;padding:16px 0 16px 58px;border-top:1px solid var(--line)}
.moves li:first-child{border-top:none}
.moves li::before{content:counter(mv);position:absolute;left:0;top:16px;width:36px;height:36px;border-radius:50%;border:1.5px solid var(--blue);color:var(--blue);font-family:var(--mono);font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center}
.moves b{color:var(--ink);font-weight:600}
.moves p{margin:4px 0 0;font-size:15px;color:var(--fg-2);line-height:1.6}

/* Correlation diagram (Difference) */
.corr{width:100%;height:auto;display:block;margin-top:6px}
.corr .box{fill:var(--card);stroke:var(--ink-2);stroke-width:1.4}
.corr .box-core{fill:#EAF2FC;stroke:var(--blue);stroke-width:1.8}
.corr .box-out{fill:#F3F7FC;stroke:var(--blue);stroke-width:1.5}
.corr .foundation{fill:#E7EFFB;stroke:var(--ink-2);stroke-width:1.4}
.corr .line{stroke:#9DBCE2;stroke-width:1.3;fill:none}
.corr .line-out{stroke:var(--blue);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
.corr .pillar{stroke:var(--blue);stroke-width:1.7;stroke-dasharray:2 5;stroke-linecap:round}
.corr .ret{stroke:var(--blue);stroke-width:1.4;fill:none;stroke-linecap:round}
.corr .dot{fill:var(--blue)}
.corr .t{fill:var(--ink);font-family:var(--mono);font-size:10.5px;letter-spacing:.05em;text-anchor:middle;font-weight:600}
.corr .t-core{fill:var(--blue);font-family:var(--mono);font-size:11.5px;letter-spacing:.07em;text-anchor:middle;font-weight:700}
.corr .t-sub{fill:var(--fg-3);font-family:var(--mono);font-size:8.5px;letter-spacing:.02em;text-anchor:middle}

/* Orbital capability system (Capabilities) */
.orbit-wrap{display:flex;justify-content:center;margin:6px 0 42px}
.orbit{width:100%;max-width:560px;height:auto;display:block}
.orbit .o-spoke{stroke:#B9CFE9;stroke-width:1.3}
.orbit .o-ring{fill:none;stroke:#C9DAF0;stroke-width:1.2;stroke-dasharray:2 6}
.orbit .o-node{fill:var(--card);stroke:var(--ink-2);stroke-width:1.4}
.orbit .o-core{fill:#EAF2FC;stroke:var(--blue);stroke-width:1.8}
.orbit .o-ret,.orbit .o-ico{fill:none;stroke:var(--blue);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.orbit .o-dot{fill:var(--blue);stroke:none}
.orbit .o-lbl{fill:var(--ink);font-family:var(--mono);font-size:11px;letter-spacing:.05em;text-anchor:middle;font-weight:600}
.orbit .o-core-lbl{fill:var(--blue);font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-anchor:middle;font-weight:700}

/* Who-it-is-for: the engine-and-service ladder */
.ladder{margin-top:8px}
.steps{display:flex;align-items:stretch;gap:14px}
.step{flex:1 1 0;display:flex;flex-direction:column;min-width:0}
.riser{display:flex;flex-direction:column;gap:3px;padding:9px 13px;border-radius:6px 6px 0 0;color:#fff}
.riser .rn{font:700 12px/1 var(--mono);letter-spacing:.12em}
.riser .rk{font:600 9.5px/1.3 var(--mono);letter-spacing:.05em;text-transform:uppercase;opacity:1}
.l1{background:var(--blue)}
.l2{background:var(--blue-deep)}
.l3{background:var(--ink-2)}
.l4{background:var(--blue-deep)}
.panel{flex:1;background:var(--card);border:1px solid var(--line-2);border-radius:0 0 8px 8px;padding:15px 15px 17px;display:flex;flex-direction:column;gap:6px;min-height:250px}
.panel h3{font-size:18px;font-weight:600;color:var(--ink);margin:0}
.st-aud{font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-3);margin:0}
.st-desc{font-size:12.5px;line-height:1.5;color:var(--fg-2);margin:3px 0 0}
.st-scope{margin-top:12px;display:flex;flex-direction:column;gap:2px;padding-top:11px;border-top:1px solid var(--line)}
.st-scope b{font-family:var(--mono);font-size:13px;font-weight:700;color:var(--blue);letter-spacing:.01em}
.st-scope span{font-size:10.5px;color:var(--fg-3);letter-spacing:.02em}
.panel .sec-link{margin-top:auto;padding-top:12px;font-size:13px}
.ladder-base{margin-top:14px;display:flex;align-items:center;gap:14px;background:linear-gradient(90deg,#E2EDFB,#F4F9FD);border:1px solid var(--blue);border-radius:9px;padding:14px 20px}
.ladder-base .lb-mark{width:28px;height:28px;color:var(--blue);flex:none;display:inline-flex}
.lb-tx b{display:block;color:var(--ink);font-size:15px;font-weight:600;letter-spacing:.01em}
.lb-tx span{display:block;color:var(--fg-2);font-size:13px;margin-top:1px}
.ladder-xaxis{display:flex;align-items:center;margin-top:12px;font-family:var(--mono);font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:var(--fg-3)}
.ladder-xaxis .rgt{color:var(--blue);font-weight:600}
.ladder-xaxis .ax-line{flex:1;height:0;border-top:1px dashed var(--line-2);margin:0 12px}
@media(max-width:820px){
  .steps{flex-direction:column;align-items:stretch}
  .step{flex:none}
  .riser{height:auto!important;flex-direction:row;align-items:center;justify-content:space-between}
  .panel{min-height:0}
}

/* Comparison table */
.tbl-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:6px;background:var(--card)}
table{border-collapse:collapse;width:100%;min-width:640px}
th,td{text-align:left;padding:16px 18px;font-size:14px;border-bottom:1px solid var(--line)}
thead th{font-family:var(--mono);font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-3);font-weight:600;vertical-align:bottom}
tbody th{font-weight:500;color:var(--fg-2);font-family:var(--sans)}
.col-v{background:rgba(44,106,176,.05)}
thead .col-v{color:var(--blue);border-bottom:1px solid var(--blue)}
td.col-v{color:var(--ink);font-weight:600}
tr:last-child td,tr:last-child th{border-bottom:none}
.yes{color:var(--ok)} .no{color:var(--fg-3)} .part{color:var(--warn)}

/* Tiers */
.tier{background:var(--card);border:1px solid var(--line);border-radius:6px;padding:28px 26px;display:flex;flex-direction:column;box-shadow:0 14px 34px -26px rgba(21,56,98,.28)}
.tier.mid{border-color:var(--blue);box-shadow:0 18px 40px -24px rgba(44,106,176,.4)}
.tier .tname{font-size:19px;font-weight:700;margin-bottom:4px;color:var(--ink);font-family:var(--serif)}
.tier .taud{font-family:var(--mono);font-size:12px;color:var(--fg-3);margin-bottom:18px}
.tier ul{list-style:none;margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:11px}
.tier li{font-size:14px;color:var(--fg-2);padding-left:22px;position:relative}
.tier li::before{content:"";position:absolute;left:0;top:7px;width:9px;height:9px;border-radius:1px;background:var(--blue);opacity:.85}
.tier .btn{margin-top:auto}

/* Trust / credentials */
.creds{display:grid;grid-template-columns:1.1fr 1fr;gap:34px;align-items:start;background:var(--card);border:1px solid var(--line);border-radius:6px;padding:34px 32px;box-shadow:0 16px 40px -30px rgba(21,56,98,.3)}
@media(max-width:820px){.creds{grid-template-columns:1fr;gap:26px}}
.badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.badge{font-family:var(--mono);font-size:12px;color:var(--ink);border:1px solid var(--line-2);border-radius:3px;padding:8px 12px;display:flex;flex-direction:column;gap:3px;background:var(--paper-2)}
.badge span{color:var(--fg-3);font-size:10px;letter-spacing:.03em;text-transform:uppercase}
.sources h3,.side-h{font-size:13px;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--fg-3);font-weight:600;margin-bottom:14px}
.src-row{display:flex;flex-wrap:wrap;gap:10px}
.src{font-family:var(--mono);font-size:12.5px;color:var(--fg-2);border:1px solid var(--line);border-radius:3px;padding:9px 13px;background:var(--paper-2)}
.codelist{display:flex;flex-direction:column;gap:0;border:1px solid var(--line);border-radius:6px;overflow:hidden;background:var(--card)}
.codelist .row{display:flex;gap:16px;padding:13px 18px;border-bottom:1px solid var(--line);font-size:14px}
.codelist .row:last-child{border-bottom:none}
.codelist .row.star{background:rgba(44,106,176,.05)}
.codelist .code{font-family:var(--mono);color:var(--blue);font-weight:600;min-width:92px}
.codelist .desc{color:var(--fg-2)}
.stack-fig{width:100%;height:auto;display:block;margin-top:2px}
.stack-fig .lyr rect{fill:#fff;stroke:#234E7E;stroke-width:1.4}
.stack-fig .lyr.foundation rect{fill:#E7EFFB}
.stack-fig .lyr-t{fill:var(--ink);font-family:var(--mono);font-size:13px;font-weight:600;letter-spacing:.09em}
.stack-fig .lyr-d{fill:#4E6A8E;font-family:var(--sans);font-size:11px}
.stack-fig .brk,.stack-fig .brk-x{fill:none;stroke:var(--blue);stroke-width:1.4;stroke-linecap:round}
.stack-fig .brk-t{fill:var(--blue);font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-anchor:middle;font-weight:600}

/* Authorization band */
.authz{background:var(--paper-2);border:1px solid var(--line-2);border-radius:6px;padding:30px 32px;display:flex;gap:20px;align-items:flex-start}
.authz .lock{flex:none;width:40px;height:40px;color:var(--blue)}
.authz h3{font-size:18px;font-weight:650;margin-bottom:8px;color:var(--ink)}
.authz p{font-size:14.5px;color:var(--fg-2);margin:0;max-width:74ch;line-height:1.55}

/* Prose */
.prose{max-width:68ch}
.prose p{font-family:var(--sans);font-size:16.5px;color:var(--fg-2);line-height:1.72;margin:0 0 18px}
.prose p b{color:var(--ink);font-weight:600}
.prose h3,.prose h2{font-size:20px;font-weight:600;margin:34px 0 12px;color:var(--ink)}

/* Segments */
.segment{display:grid;grid-template-columns:200px 1fr;gap:34px;padding:34px 0;border-top:1px solid var(--line);align-items:start}
.segment:first-of-type{border-top:none}
@media(max-width:760px){.segment{grid-template-columns:1fr;gap:16px}}
.segment .stag{font-family:var(--mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--blue)}
.segment h3,.segment h2{font-size:23px;font-weight:700;margin:8px 0 0;color:var(--ink)}
.segment .who{font-size:13px;color:var(--fg-3);font-family:var(--mono);margin-top:6px}
.segment p{font-size:15px;color:var(--fg-2);line-height:1.6;margin:0 0 14px}
.segment ul{margin:0;padding-left:20px;color:var(--fg-2);font-size:14.5px;line-height:1.7}

/* Glossary */
.gloss{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:760px){.gloss{grid-template-columns:1fr}}
.gterm{background:var(--card);border:1px solid var(--line);border-radius:5px;padding:20px 22px;box-shadow:0 10px 26px -24px rgba(21,56,98,.25)}
.gterm dt{font-weight:650;font-size:15px;color:var(--ink)}
.gterm dd{margin:8px 0 0;font-size:14px;color:var(--fg-2);line-height:1.55}
.gterm .abbr{font-family:var(--mono);font-size:11px;color:var(--blue);letter-spacing:.05em;margin-left:8px}

/* Final CTA */
.cta-band{text-align:center;padding:96px 0}
.cta-band h2{font-size:clamp(28px,4.2vw,42px);font-weight:600;line-height:1.12;max-width:22ch;margin:0 auto}
.cta-band .lede{font-size:18px;margin:18px auto 0;max-width:52ch}
.cta-band .row{display:flex;gap:14px;justify-content:center;margin-top:32px;flex-wrap:wrap}

/* Footer */
footer{border-top:1px solid var(--line);padding:56px 0 40px;color:var(--fg-2);background:var(--paper-2)}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px}
@media(max-width:820px){.foot-grid{grid-template-columns:1fr 1fr}}
@media(max-width:400px){.foot-grid{grid-template-columns:1fr}}
.foot-brand .brand{font-size:20px;margin-bottom:14px}
.foot-brand p{font-size:13.5px;color:var(--fg-3);max-width:34ch;line-height:1.55}
.foot-col h2{font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-3);margin:0 0 14px}
.foot-col a{display:block;font-size:14px;color:var(--fg-2);margin-bottom:10px}
.foot-col a:hover{color:var(--blue)}
.foot-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:44px;padding-top:22px;border-top:1px solid var(--line);font-family:var(--mono);font-size:12px;color:var(--fg-3)}
.foot-cert{display:inline-flex;align-items:center;gap:11px;margin-top:20px;padding:11px 15px;border:1px solid var(--line-2);border-radius:4px;background:var(--card)}
.foot-cert .cert-star{width:26px;height:26px;flex:none;fill:var(--blue)}
.foot-cert .cert-text{display:flex;flex-direction:column;line-height:1.28}
.foot-cert .cert-text b{font-size:13px;font-weight:700;color:var(--ink);letter-spacing:.03em}
.foot-cert .cert-text small{font-size:10.5px;color:var(--fg-3);letter-spacing:.01em}

/* Mismatch band */
.mismatch{display:flex;align-items:center;justify-content:center;gap:30px;flex-wrap:wrap;margin-top:20px;
  background:var(--card);border:1px solid var(--line-2);border-radius:6px;padding:30px 36px;box-shadow:0 16px 40px -30px rgba(21,56,98,.3)}
.mismatch-pair{display:flex;flex-direction:column;gap:5px;max-width:300px}
.mismatch-n{font-family:var(--serif);font-weight:600;font-size:clamp(28px,3.4vw,40px);color:var(--ink);line-height:1}
.mismatch-pair.hot .mismatch-n{color:var(--blue)}
.mismatch-l{font-size:13.5px;color:var(--fg-2);line-height:1.4}
.mismatch-vs{font-family:var(--mono);font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--fg-3)}
@media(max-width:640px){.mismatch{gap:16px;padding:24px}.mismatch-pair{max-width:none}}

/* ============================================================
   MODERN EXHIBIT SYSTEM (.mx)  — shared kit for all site exhibits
   Elevated white cards on the blueprint background, real type
   hierarchy (sans leads, mono is a quiet label), gradient area
   distributions, rounded bar data-ends, semantic accent for
   critical only. One system, reused by every exhibit.
   ============================================================ */
.mx{width:100%;max-width:820px;height:auto;display:block;margin:22px auto 0;overflow:visible;font-family:var(--mono)}
.mx-lift{filter:drop-shadow(0 8px 15px rgba(21,56,98,.15))}
/* surfaces */
.mx-card{fill:var(--card);stroke:var(--line-2);stroke-width:1.2}
.mx-pill{fill:var(--card);stroke:var(--line-2);stroke-width:1.2}
.mx-panel{fill:var(--paper-2);stroke:var(--line);stroke-width:1}
.mx-accent{fill:var(--blue)}
.mx-accent-w{fill:var(--warn)}
.mx-accent-ok{fill:var(--ok)}
/* connectors + operators */
.mx-conn{stroke:var(--sky);stroke-width:2;fill:none;opacity:.72}
.mx-conn-d{stroke:var(--sky);stroke-width:2;fill:none;opacity:.6;stroke-dasharray:3 4}
.mx-head{fill:var(--sky)}
.mx-opchip{fill:var(--sky);opacity:.16}
.mx-opsign{fill:var(--blue-deep);font-family:var(--serif);font-size:22px;font-weight:600;text-anchor:middle}
/* text roles */
.mx-eb{fill:var(--fg-3);font-family:var(--mono);font-size:10px;letter-spacing:.11em;font-weight:600}
.mx-val{fill:var(--ink);font-family:var(--sans);font-size:15px;font-weight:500}
.mx-big{fill:var(--ink);font-family:var(--serif);font-size:30px;font-weight:600;font-variant-numeric:tabular-nums}
.mx-sub{fill:var(--fg-3);font-family:var(--mono);font-size:9px;letter-spacing:.02em}
.mx-note{fill:var(--fg-2);font-family:var(--sans);font-size:12px}
.mx-tick{fill:var(--fg-3);font-family:var(--mono);font-size:9.5px;letter-spacing:.02em}
.mx-hd{fill:var(--fg-2);font-family:var(--mono);font-size:11px;letter-spacing:.12em;font-weight:700}
.mx-mid{text-anchor:middle}.mx-e{text-anchor:end}
.mx-ink{fill:var(--ink)}.mx-blue{fill:var(--blue-deep)}.mx-warn{fill:var(--warn)}.mx-ok{fill:var(--ok)}
/* chart primitives */
.mx-grid{stroke:var(--grid);stroke-width:1}
.mx-axis{stroke:var(--line-2);stroke-width:1.4}
.mx-area{fill:url(#mxg)}
.mx-g0{stop-color:var(--blue);stop-opacity:.40}
.mx-g1{stop-color:var(--blue);stop-opacity:.03}
.mx-curve{stroke:var(--blue);stroke-width:2.4;fill:none;stroke-linejoin:round}
.mx-band{fill:var(--blue);opacity:.16}
.mx-med{stroke:var(--ink);stroke-width:2;stroke-dasharray:2 4;opacity:.5}
.mx-meddot{fill:var(--blue);stroke:var(--card);stroke-width:2.5}
.mx-pt{fill:var(--blue-deep)}
/* bars */
.mx-track{fill:var(--grid)}
.mx-fill{fill:var(--blue)}
.mx-fill.crit{fill:var(--warn)}
.mx-fill.high{fill:var(--blue-deep)}
.mx-fill.sky{fill:var(--sky)}
.mx-barlbl{fill:var(--fg-2);font-family:var(--sans);font-size:12px}
.mx-barnum{fill:var(--ink);font-family:var(--sans);font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;text-anchor:end}
/* status dots */
.mx-dot-c{fill:var(--ok)}
.mx-dot-a{fill:none;stroke:var(--warn);stroke-width:1.5}
/* shared caption */
.mxcap{text-align:center;font-size:13.5px;color:var(--fg-2);max-width:62ch;margin:18px auto 0;line-height:1.5}

/* Defensive: keep stat cards from spilling their content on narrow widths */
.statcard{min-width:0;overflow-wrap:break-word}
.statcard .stat-src{overflow-wrap:anywhere}

.hero-src{font-family:var(--mono);font-size:11px;letter-spacing:.03em;color:var(--fg-3);margin:16px 0 0;max-width:66ch}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
