:root {
  --ink: #17283a;
  --muted: #596876;
  --paper: #f7f4ec;
  --paper-deep: #ede7da;
  --navy: #071522;
  --navy-soft: #10273c;
  --gold: #b77918;
  --gold-light: #f0c46f;
  --teal: #2e756f;
  --red: #9d413b;
  --line: #d4cdbc;
  --measure: 780px;
  --wide: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.72; text-rendering: optimizeLegibility; }
a { color: #87520b; text-decoration-thickness: .08em; text-underline-offset: .14em; }
a:hover { color: #4d2d04; }
a:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.site-bar { background: #050f19; color: #dce5ed; border-bottom: 1px solid #2b3d4e; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.site-bar-inner { max-width: 1240px; margin: 0 auto; padding: 15px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: #fff; font-size: 14px; font-weight: 800; letter-spacing: .14em; text-decoration: none; }
.series { color: #9eb0c0; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero { background: var(--navy); color: #fff; border-bottom: 6px solid var(--gold); }
.hero-inner { max-width: var(--wide); margin: 0 auto; padding: 88px 28px 76px; }
.kicker { display: inline-flex; padding: 7px 12px; border: 1px solid #b78b46; border-radius: 999px; color: var(--gold-light); font: 750 12px/1 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
h1 { max-width: 970px; margin: 25px 0 22px; color: #fff; font: 800 clamp(46px, 7vw, 84px)/.98 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.052em; }
.subtitle { max-width: 920px; margin: 0; color: #cbd6df; font: 480 clamp(21px, 3vw, 30px)/1.3 Inter, ui-sans-serif, system-ui, sans-serif; }
.meta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 9px 24px; color: #aab9c6; font: 650 13px/1.4 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.thesis { max-width: 1010px; margin-top: 40px; padding: 23px 27px; background: var(--navy-soft); border-left: 5px solid var(--gold-light); color: #f2f4f5; font: 520 17px/1.58 Inter, ui-sans-serif, system-ui, sans-serif; }
.thesis strong { color: var(--gold-light); }
.executive-shell { max-width: var(--wide); margin: 0 auto; padding: 70px 28px 46px; }
.executive-summary { max-width: 980px; margin: 0 auto; padding: 38px 44px 34px; background: var(--paper-deep); border-top: 5px solid var(--gold); box-shadow: 0 15px 34px rgba(28, 35, 42, .08); }
.executive-label { margin-bottom: 10px; color: var(--gold); font: 800 11px/1 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.executive-summary h2 { margin: 0 0 .65em; padding: 0; border: 0; font-size: clamp(32px, 4vw, 45px); }
.executive-summary p, .executive-summary li { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
.executive-summary p { margin: 0 0 1.05em; }
.executive-summary ul { margin: .5em 0 1.2em; }
.academic-shell { max-width: var(--wide); margin: 0 auto; padding: 26px 28px 100px; display: flex; flex-direction: column; }
article { min-width: 0; width: 100%; }
article > :not(.framework-figure):not(.table-wrap) { max-width: var(--measure); margin-left: auto; margin-right: auto; }
h2, h3 { color: #0c2033; font-family: Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.022em; scroll-margin-top: 28px; }
h2 { margin: 3.4em 0 .8em; padding-top: .52em; border-top: 1px solid var(--line); font-size: clamp(29px, 4vw, 41px); line-height: 1.14; }
h3 { margin: 2.05em 0 .65em; font-size: clamp(22px, 3vw, 27px); line-height: 1.24; }
p { margin: 0 0 1.22em; }
strong { color: #0f2235; }
blockquote { margin: 2em 0; padding: 21px 25px; background: #eee8db; border-left: 5px solid var(--gold); color: #23384a; }
blockquote p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.4em; }
li { margin: .45em 0; padding-left: .2em; }
hr { margin: 3em 0; border: 0; border-top: 1px solid var(--line); }
.abstract { max-width: var(--measure); margin: 0 auto 72px; padding: 29px 31px 24px; background: #eee8db; border-left: 4px solid var(--teal); }
article > .abstract { max-width: var(--measure); }
.abstract h2 { margin: 0 0 .6em; padding: 0; border: 0; font-size: 28px; }
.abstract p { font-size: 16px; line-height: 1.66; }
.abstract p:last-child { margin-bottom: 0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: var(--muted); font-size: 13px; }
.framework-figure { width: min(var(--wide), calc(100vw - 56px)); margin: 3.2em 0 3.4em; }
.framework-figure img { display: block; width: 100%; height: auto; border-radius: 12px; box-shadow: 0 17px 42px rgba(14, 28, 42, .16); }
figcaption { margin-top: 13px; color: var(--muted); font: 500 14px/1.55 Inter, ui-sans-serif, system-ui, sans-serif; }
figcaption span { color: var(--ink); font-weight: 800; }
.table-wrap { width: min(var(--wide), calc(100vw - 56px)); margin: 2.2em 0 2.8em; overflow-x: auto; border: 1px solid var(--line); background: #fbfaf6; box-shadow: 0 8px 22px rgba(28, 35, 42, .06); }
.table-hint { display: none; }
table { width: 100%; min-width: 880px; border-collapse: collapse; font: 500 14px/1.5 Inter, ui-sans-serif, system-ui, sans-serif; }
th, td { padding: 14px 16px; text-align: left; vertical-align: top; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
th:last-child, td:last-child { border-right: 0; }
tr:last-child td { border-bottom: 0; }
th { color: #fff; background: #153047; font-size: 12px; letter-spacing: .035em; text-transform: uppercase; }
tbody tr:nth-child(even) { background: #f0ece2; }
.toc { order: -1; width: 100%; max-width: var(--measure); margin: 0 auto 55px; padding: 22px 24px 20px; background: #eee8db; border-left: 4px solid var(--gold); font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.toc-title { margin: 0 0 13px; color: #33485a; font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.toc ol { margin: 0; padding: 0; list-style: none; columns: 2; column-gap: 28px; }
.toc li { margin: 0; padding: 0; }
.toc a { display: block; padding: 6px 0; color: #566574; font-size: 13px; line-height: 1.35; text-decoration: none; break-inside: avoid; }
.toc a:hover { color: var(--gold); }
.references-heading { margin-top: 3.8em; }
#references + ul { color: #495865; font-size: 15px; line-height: 1.58; }
#references + ul li { margin-bottom: .8em; }
.colophon { background: #0a1726; color: #b8c4ce; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.colophon-inner { max-width: var(--wide); margin: 0 auto; padding: 42px 28px 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.colophon h2 { margin: 0 0 10px; padding: 0; border: 0; color: #fff; font-size: 17px; letter-spacing: 0; }
.colophon p { margin: 0; font-size: 13px; line-height: 1.6; }
@media (max-width: 980px) {
  .toc { display: none; }
  .framework-figure, .table-wrap { width: 100%; }
}
@media (max-width: 640px) {
  body { font-size: 17px; line-height: 1.68; }
  .site-bar-inner { padding: 13px 20px; }
  .series { display: none; }
  .hero-inner { padding: 62px 20px 56px; }
  h1 { font-size: clamp(43px, 13.4vw, 61px); }
  .subtitle { font-size: 20px; }
  .thesis { margin-top: 30px; padding: 19px; font-size: 15px; }
  .executive-shell { padding: 44px 14px 25px; }
  .executive-summary { padding: 28px 22px 24px; }
  .executive-summary p, .executive-summary li { font-size: 15px; }
  .academic-shell { padding: 25px 20px 70px; }
  h2 { margin-top: 3em; font-size: 30px; }
  h3 { font-size: 22px; }
  .abstract { padding: 23px 21px 20px; margin-bottom: 50px; }
  blockquote { margin-left: 0; margin-right: 0; padding: 18px 19px; }
  .framework-figure { margin: 2.5em 0 2.8em; }
  .table-wrap { width: calc(100vw - 40px); margin-left: calc((100% - (100vw - 40px)) / 2); }
  .table-hint { position: sticky; left: 0; z-index: 1; display: block; width: max-content; padding: 8px 12px; color: #fff; background: var(--gold); font: 750 11px/1.3 Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: .04em; text-transform: uppercase; }
  .colophon-inner { grid-template-columns: 1fr; padding: 35px 20px 42px; }
}
@media print {
  .site-bar, .toc { display: none; }
  .hero { background: none; color: var(--ink); border-bottom: 2px solid var(--ink); }
  .hero-inner { padding: 30px 0; }
  h1 { color: var(--ink); font-size: 48px; }
  .subtitle, .meta { color: var(--muted); }
  .thesis { background: none; color: var(--ink); }
  .executive-shell, .academic-shell { padding-left: 0; padding-right: 0; }
  .framework-figure, .table-wrap { break-inside: avoid; box-shadow: none; }
  .colophon { background: none; color: var(--ink); border-top: 1px solid var(--ink); }
}
