
/* SoloClientStack accessibility and readability override pass
   Purpose: reinforce readable typography, contrast, link affordance, focus states,
   and diagram usability even when legacy inline styles exist. */
:root{
  --muted-readable:#A6A090;
  --text-readable:#E7E2D7;
  --focus-ring:#D6A84F;
  --article-measure:760px;
}
html{font-size:18px!important;scroll-behavior:smooth;}
body{font-size:1rem!important;line-height:1.75!important;color:var(--text-readable,var(--text))!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
p,li,td,th,blockquote,figcaption{line-height:1.7!important;}
p,li,td{color:var(--text-readable,var(--text))!important;}
small,.small,.meta,.eyebrow,.section-label,.card-num,.framework-kicker{color:var(--muted-readable)!important;}
[style*="color:var(--muted)"],[style*="color: var(--muted)"],[style*="color:var(--border-lt)"],[style*="color: var(--border-lt)"]{color:var(--muted-readable)!important;}
[style*="font-size:.65rem"],[style*="font-size: .65rem"],[style*="font-size:.7rem"],[style*="font-size: .7rem"],[style*="font-size:.72rem"],[style*="font-size: .72rem"],[style*="font-size:.75rem"],[style*="font-size: .75rem"]{font-size:.875rem!important;line-height:1.6!important;}
[style*="font-size:.78rem"],[style*="font-size: .78rem"],[style*="font-size:.8rem"],[style*="font-size: .8rem"],[style*="font-size:.82rem"],[style*="font-size: .82rem"],[style*="font-size:.85rem"],[style*="font-size: .85rem"],[style*="font-size:.9rem"],[style*="font-size: .9rem"]{font-size:.95rem!important;line-height:1.65!important;}
main p,article p,.section p{max-width:var(--article-measure);}
main p,main li,article p,article li,.section p,.section li{font-size:1rem!important;}
main h1{line-height:1.08!important;letter-spacing:-.035em;}
main h2{line-height:1.18!important;margin-top:3.5rem!important;margin-bottom:1.15rem!important;}
main h3{line-height:1.25!important;margin-top:2.25rem!important;margin-bottom:.85rem!important;}
.site-nav a,header nav a{font-size:.95rem!important;line-height:1.4!important;}
.btn,a.btn,button,.framework-open{min-height:44px;}
main p a,main li a,article a,.section a:not(.btn):not(.framework-open),table a{color:var(--amber,#D6A84F)!important;text-decoration:underline!important;text-decoration-thickness:1.5px!important;text-underline-offset:3px!important;}
main p a:hover,main li a:hover,article a:hover,.section a:hover{color:var(--cream,#F5E9D3)!important;}
*:focus-visible{outline:3px solid var(--focus-ring)!important;outline-offset:4px!important;border-radius:6px!important;}
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;}
th,td{font-size:.95rem!important;}
.framework-block{margin:3rem 0!important;padding:1.35rem!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:18px!important;background:rgba(31,41,55,.64)!important;}
.framework-figure{margin:1rem 0 0!important;}
.framework-open{display:block!important;width:100%!important;padding:0!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:16px!important;overflow:hidden!important;background:#0D1117!important;cursor:zoom-in!important;}
.framework-open img{display:block!important;width:100%!important;height:auto!important;max-height:min(72vh,760px)!important;object-fit:contain!important;background:#0D1117!important;}
.framework-expand{display:block!important;padding:.9rem 1rem!important;color:var(--cream,#F5E9D3)!important;background:rgba(74,124,111,.18)!important;font-weight:700!important;text-align:center!important;}
.framework-figure figcaption{font-size:.95rem!important;color:var(--muted-readable)!important;margin-top:.7rem!important;}
.framework-modal{position:fixed;inset:0;z-index:9999;background:rgba(5,8,12,.94);display:none;align-items:center;justify-content:center;padding:clamp(12px,2vw,28px);}
.framework-modal.is-open{display:flex;}
.framework-modal__inner{max-width:96vw;max-height:94vh;overflow:auto;-webkit-overflow-scrolling:touch;background:#0D1117;border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:14px;}
.framework-modal__inner img{display:block;max-width:none;width:min(1800px,94vw);height:auto;}
.framework-modal__close{position:fixed;top:14px;right:14px;z-index:10000;min-width:44px;min-height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#1F2937;color:#E6EDF3;font-size:1.25rem;cursor:pointer;}
@media(max-width:760px){html{font-size:17px!important;}body{line-height:1.72!important;}main,.section{padding-left:5vw!important;padding-right:5vw!important;}main h1{font-size:clamp(2.1rem,10vw,3.2rem)!important;}main h2{font-size:clamp(1.55rem,7vw,2.2rem)!important;}.framework-block{padding:1rem!important;margin:2.4rem 0!important;}.framework-open img{max-height:58vh!important;}.framework-modal__inner img{width:1400px;max-width:none;}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;}}
