:root {
  --bg: #080b0f;
  --surface: #111720;
  --surface-2: #171f2a;
  --surface-3: #0d1219;
  --border: #273241;
  --border-soft: rgba(39, 50, 65, 0.72);
  --text: #e8edf2;
  --muted: #8b96a6;
  --muted-2: #aeb7c3;
  --accent: #2e8f6f;
  --accent-deep: #1f7a5c;
  --bronze: #b89b5e;
  --paper: #f3f5f2;
  --paper-text: #18202a;
  --paper-muted: #5d6875;
  --shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
  --max: 1180px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: "Helvetica Neue", Arial, "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.58;
}

main {
  flex: 0 0 auto;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background: #080b0f;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 11, 15, 0), #080b0f 84%);
}

a {
  color: inherit;
  text-decoration-color: rgba(46, 143, 111, 0.6);
  text-underline-offset: 4px;
}

a:hover {
  color: var(--text);
  text-decoration-color: var(--accent);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 40;
  padding: 10px 14px;
  color: var(--bg);
  background: var(--text);
  border-radius: 4px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(8, 11, 15, 0.88);
  border-bottom: 1px solid rgba(39, 50, 65, 0.86);
  backdrop-filter: blur(18px);
}

.header-inner,
.container {
  width: min(100% - 40px, var(--max));
  margin: 0 auto;
}

.strategy-page .container,
.report-request-page .container,
.research-library-page .container,
.research-infrastructure-page .container,
.principal-page .container {
  width: min(100% - 56px, 1500px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
}

.brand span {
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  color: var(--text);
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 6px;
  cursor: pointer;
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  content: "";
}

.nav-toggle-lines {
  position: relative;
}

.nav-toggle-lines::before,
.nav-toggle-lines::after {
  position: absolute;
  left: 0;
}

.nav-toggle-lines::before {
  top: -6px;
}

.nav-toggle-lines::after {
  top: 6px;
}

.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 10px;
  color: var(--muted-2);
  font-size: 13px;
  text-decoration: none;
  border-radius: 5px;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--text);
  background: transparent;
  box-shadow: inset 0 -1px 0 rgba(46, 143, 111, 0.72);
}

.section {
  padding: 44px 0;
  border-bottom: 1px solid rgba(39, 50, 65, 0.38);
}

.section.tight {
  padding: 32px 0;
}

.section.tight.home-proof {
  padding-top: clamp(28px, 4.8vh, 34px);
}

.institutional-hero {
  position: relative;
  display: flex;
  min-height: clamp(420px, calc(100svh - 424px), 740px);
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(232, 237, 242, 0.16);
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("../img/market-floor-hero.png");
  background-position: center;
  background-size: cover;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(6, 8, 12, 0.24), rgba(6, 8, 12, 0.04) 54%, rgba(6, 8, 12, 0.1)),
    linear-gradient(180deg, rgba(6, 8, 12, 0.18), rgba(6, 8, 12, 0.06) 52%, rgba(6, 8, 12, 0.72));
}

.institutional-hero-inner {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 3vh, 34px) 0;
}

.hero-statement {
  width: min(980px, 100%);
  transform: translateY(clamp(22px, 3.6vh, 46px));
}

.hero-kicker {
  margin: 0 0 28px;
  color: var(--bronze);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.institutional-hero h1 {
  max-width: 980px;
  font-size: clamp(44px, 5vw, 70px);
  line-height: 0.98;
}

.hero-subtitle {
  margin: 24px 0 0;
  color: var(--muted-2);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.28;
}

.hero-thesis {
  max-width: 790px;
  margin: 14px 0 0;
  color: var(--text);
  font-size: clamp(18px, 1.75vw, 23px);
  line-height: 1.34;
}

.institutional-hero .hero-actions {
  gap: 24px;
  margin-top: 32px;
}

.institutional-hero .hero-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: var(--text);
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 155, 94, 0.76);
}

.institutional-hero .hero-actions a:hover {
  border-bottom-color: var(--accent);
}

.proof-band {
  background: #071015;
  border-bottom: 1px solid rgba(39, 50, 65, 0.7);
}

.proof-band-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid rgba(232, 237, 242, 0.12);
}

.proof-band-grid div {
  min-width: 0;
  padding: 19px 18px 21px;
  border-right: 1px solid rgba(232, 237, 242, 0.12);
}

.proof-band-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--bronze);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.proof-band-grid strong {
  display: block;
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.34;
}

.section.alt {
  background: rgba(12, 16, 22, 0.62);
}

.section.paper-band {
  color: var(--text);
  background: rgba(10, 14, 19, 0.92);
}

.home-standard {
  padding: 26px 0 32px;
}

.standard-statement {
  max-width: none;
  padding-top: 14px;
  border-top: 1px solid rgba(232, 237, 242, 0.16);
}

.standard-statement h2 {
  max-width: none;
  font-size: clamp(22px, 1.8vw, 29px);
  font-weight: 800;
  line-height: 1.13;
}

.standard-statement p {
  max-width: none;
  margin: 12px 0 0;
  color: var(--muted-2);
  font-size: clamp(16px, 1.22vw, 17px);
  line-height: 1.42;
}

.standard-statement p + p {
  margin-top: 8px;
}

.hero {
  display: flex;
  align-items: flex-start;
  padding: clamp(56px, 8vh, 90px) 0 clamp(46px, 6vh, 70px);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  align-items: start;
  gap: clamp(48px, 7vw, 86px);
}

.eyebrow,
.kicker,
.mono-label,
.metric-label,
.tag,
.note-family,
.process-step span,
.small-meta {
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0 0 18px;
  color: var(--bronze);
  font-size: 11px;
}

.eyebrow::before {
  display: none;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  max-width: 860px;
  font-size: clamp(34px, 4.5vw, 56px);
}

.page-title {
  max-width: 1060px;
  font-size: clamp(29px, 3.1vw, 42px);
}

h2 {
  font-size: clamp(22px, 2vw, 30px);
}

h3 {
  font-size: 19px;
}

.lead {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted-2);
  font-size: clamp(16px, 1.45vw, 19px);
}

.section-lead {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--muted-2);
  font-size: 15px;
}

.paper-band .section-lead,
.paper-band .muted,
.paper-band .note-family {
  color: var(--muted-2);
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  min-width: 0;
}

.btn {
  display: inline-flex;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 14px;
  color: var(--text);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  background: transparent;
  border: 1px solid rgba(139, 150, 166, 0.48);
  border-radius: 2px;
  cursor: pointer;
}

.btn:hover {
  background: rgba(232, 237, 242, 0.035);
  border-color: rgba(46, 143, 111, 0.78);
  color: var(--text);
}

.btn.secondary,
.btn.disabled {
  color: var(--muted-2);
  background: transparent;
  border-color: rgba(39, 50, 65, 0.94);
}

.btn.disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.hero-copy {
  max-width: 760px;
}

.thesis-line {
  max-width: 700px;
  margin: 22px 0 0;
  color: var(--muted-2);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.48;
}

.evidence-ledger {
  align-self: stretch;
  padding: 0;
  background: transparent;
  border-top: 1px solid rgba(232, 237, 242, 0.34);
  border-bottom: 1px solid rgba(232, 237, 242, 0.18);
  border-radius: 0;
}

.ledger-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0 18px;
  border-bottom: 1px solid rgba(39, 50, 65, 0.92);
}

.ledger-heading strong {
  max-width: 280px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.16;
  text-align: right;
}

.mono-label {
  color: var(--bronze);
  font-size: 11px;
}

.ledger-list {
  display: grid;
  margin: 0;
}

.ledger-list div {
  display: grid;
  grid-template-columns: minmax(168px, 0.74fr) minmax(0, 1.26fr);
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(39, 50, 65, 0.62);
}

.ledger-list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ledger-list dt {
  color: var(--text);
  font-weight: 700;
  line-height: 1.18;
}

.ledger-list dd {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.48;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--border);
}

.proof-item {
  display: flex;
  min-height: 124px;
  align-items: center;
  padding: 24px;
  background: rgba(17, 23, 32, 0.94);
}

.proof-strip > div {
  min-width: 0;
  padding: 16px;
  background: rgba(17, 23, 32, 0.94);
}

.proof-strip > div span {
  display: block;
  margin-bottom: 9px;
  color: var(--bronze);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.proof-strip > div strong {
  display: block;
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.34;
}

.metric {
  display: block;
  margin-bottom: 12px;
  color: var(--text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.metric-label {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.proof-strip .metric {
  margin-bottom: 0;
  font-size: clamp(21px, 1.9vw, 31px);
  line-height: 1.08;
}

.compact-header {
  align-items: start;
  margin-bottom: 18px;
}

.implementation-ledger,
.process-ledger {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.ledger-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1.24fr) minmax(0, 1.04fr);
  gap: 22px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(39, 50, 65, 0.68);
}

.ledger-row:last-child {
  border-bottom: 0;
}

.ledger-row-head {
  padding: 12px 0;
  color: var(--bronze);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.ledger-row strong {
  color: var(--text);
  font-size: 15px;
  line-height: 1.2;
}

.ledger-row span {
  color: var(--muted-2);
  font-size: 14px;
  line-height: 1.42;
}

.thesis-points {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.thesis-points li {
  display: grid;
  grid-template-columns: minmax(140px, 0.45fr) minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(39, 50, 65, 0.64);
}

.thesis-points li:last-child {
  border-bottom: 0;
}

.thesis-points strong,
.process-ledger-row strong {
  color: var(--text);
}

.thesis-points span,
.process-ledger-row p {
  margin: 0;
  color: var(--muted-2);
}

.process-ledger-row {
  display: grid;
  grid-template-columns: 52px minmax(180px, 0.55fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(39, 50, 65, 0.68);
}

.process-ledger-row:last-child {
  border-bottom: 0;
}

.process-ledger-row > span {
  color: var(--bronze);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
}

.stream-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.paper-band .stream-grid .note-card {
  padding: 0 0 0 18px;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(184, 155, 94, 0.58);
  border-radius: 0;
  box-shadow: none;
}

.exhibit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 28px;
}

.research-exhibit {
  margin: 0;
  min-width: 0;
}

.research-exhibit img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: rgba(17, 23, 32, 0.5);
  border: 1px solid rgba(39, 50, 65, 0.9);
  border-radius: 0;
  filter: saturate(0.84) contrast(0.95) brightness(0.92);
}

.research-exhibit figcaption {
  display: grid;
  gap: 6px;
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid rgba(39, 50, 65, 0.62);
}

.research-exhibit figcaption strong {
  color: var(--text);
  font-size: 15px;
}

.research-exhibit figcaption span {
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.42;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.section-header .section-lead {
  max-width: 520px;
  margin: 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 54px;
  align-items: start;
}

.split.reverse {
  grid-template-columns: minmax(360px, 1.12fr) minmax(0, 0.88fr);
}

.panel {
  padding: 28px;
  background: rgba(17, 23, 32, 0.9);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.panel.paper {
  color: var(--paper-text);
  background: var(--paper);
  border-color: #d9ddd8;
}

.panel h3 + p,
.note-card h3 + p,
.platform-card h3 + p {
  margin-top: 12px;
}

.muted {
  color: var(--muted-2);
}

.pillar-grid,
.card-grid,
.library-grid,
.fit-grid,
.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pillar-grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pillar,
.note-card,
.platform-card,
.fit-card {
  min-width: 0;
  padding: 22px;
  background: rgba(17, 23, 32, 0.46);
  border: 1px solid var(--border-soft);
  border-radius: 2px;
}

.pillar {
  min-height: 178px;
}

.kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 11px;
}

.pill-list,
.clean-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.pill-list li,
.clean-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted-2);
}

.pill-list li::before,
.clean-list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 999px;
  content: "";
}

.paper-band .note-card {
  color: var(--text);
  background: rgba(17, 23, 32, 0.32);
  border-color: rgba(39, 50, 65, 0.72);
  box-shadow: none;
}

.paper-band .note-card h3 {
  color: var(--text);
}

.paper-band .note-card p {
  color: var(--muted-2);
}

.note-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.note-family {
  color: var(--muted);
  font-size: 11px;
}

.tag {
  display: inline-flex;
  min-height: auto;
  align-items: center;
  padding: 0;
  color: var(--bronze);
  font-size: 10px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.paper-band .tag {
  color: var(--bronze);
  background: transparent;
  border-color: transparent;
}

.tag.secondary {
  color: var(--muted);
  background: transparent;
  border-color: transparent;
}

.paper-band .tag.secondary {
  color: var(--muted);
  background: transparent;
}

.tag.watch {
  color: var(--bronze);
  background: transparent;
  border-color: transparent;
}

.note-status {
  display: inline-flex;
  margin-top: 18px;
  color: var(--muted);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
}

.paper-band .note-status {
  color: var(--paper-muted);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.mini-metric {
  padding: 10px;
  background: rgba(8, 11, 15, 0.04);
  border: 1px solid rgba(39, 50, 65, 0.12);
  border-radius: 5px;
}

.mini-metric strong {
  display: block;
  color: var(--paper-text);
  font-size: 16px;
  line-height: 1.2;
}

.mini-metric span {
  display: block;
  margin-top: 3px;
  color: var(--paper-muted);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 0;
  border-top: 1px solid rgba(39, 50, 65, 0.72);
  border-bottom: 1px solid rgba(39, 50, 65, 0.72);
}

.cta-band p {
  max-width: 640px;
  margin: 12px 0 0;
  color: var(--muted-2);
}

.page-hero {
  padding: 40px 0 30px;
  border-bottom: 1px solid rgba(39, 50, 65, 0.5);
}

.compact-page-hero {
  padding: clamp(28px, 4.2vh, 40px) 0 clamp(20px, 3vh, 30px);
}

.page-hero .lead {
  max-width: 820px;
}

.memo-section {
  padding: clamp(26px, 3.8vh, 40px) 0;
}

.memo-copy {
  max-width: var(--max);
}

.memo-copy p {
  max-width: none;
  margin: 0;
  color: var(--muted-2);
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.46;
}

.memo-copy p + p {
  margin-top: 12px;
}

.memo-copy .button-row {
  margin-top: 22px;
}

.report-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 0;
}

.report-panel .report-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-disclosure {
  max-width: none;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.report-figures {
  display: grid;
  gap: 26px;
}

.report-figure img {
  aspect-ratio: auto;
  object-fit: contain;
  background: #f8fafc;
  filter: none;
}

.profile-brief {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: 48px;
  align-items: center;
}

.profile-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(46, 143, 111, 0.28);
  background: rgba(16, 22, 30, 0.82);
  filter: grayscale(1) brightness(0.9) contrast(1.04);
  box-shadow: inset 0 0 0 1px rgba(8, 11, 15, 0.38);
}

.principal-page .profile-brief {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: start;
}

.principal-page .profile-photo {
  margin-top: 42px;
}

.profile-copy {
  max-width: 1040px;
}

.profile-copy p {
  margin: 0;
  color: var(--muted-2);
  font-size: 16px;
  line-height: 1.55;
}

.profile-copy p + p {
  margin-top: 12px;
}

.profile-copy .profile-link-row {
  margin-top: 18px;
}

.activity-table th:nth-child(1),
.activity-table td:nth-child(1) {
  width: 28%;
}

.activity-table th:nth-child(2),
.activity-table td:nth-child(2) {
  width: 50%;
}

.activity-table td {
  vertical-align: top;
}

.compact-ledger .ledger-row {
  grid-template-columns: minmax(150px, 0.52fr) minmax(0, 1fr) minmax(0, 1fr);
  padding: 14px 0;
}

.event-ledger {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.event-row {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.7fr);
  gap: 28px;
  padding: 18px 0;
  text-decoration: none;
  border-bottom: 1px solid rgba(39, 50, 65, 0.68);
}

.event-row:last-child {
  border-bottom: 0;
}

.event-row strong {
  color: var(--text);
  line-height: 1.25;
}

.event-row span {
  color: var(--muted-2);
}

.contact-only {
  max-width: 820px;
}

.contact-page .contact-only {
  max-width: none;
}

.contact-page .page-hero .lead {
  max-width: 1120px;
}

.contact-page .contact-form {
  max-width: 1120px;
}

.architecture-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.arch-node {
  padding: 18px;
  background: rgba(8, 11, 15, 0.45);
  border: 1px solid var(--border);
  border-radius: 7px;
}

.arch-node.full {
  grid-column: 1 / -1;
}

.arch-node strong {
  display: block;
  margin-bottom: 8px;
}

.infrastructure-hero {
  background:
    linear-gradient(180deg, rgba(8, 11, 15, 0.2), rgba(8, 11, 15, 0.78)),
    radial-gradient(circle at 72% 18%, rgba(46, 143, 111, 0.1), transparent 32%);
}

.scope-panel {
  padding: 28px;
  background: rgba(8, 11, 15, 0.5);
  border-top: 1px solid rgba(184, 155, 94, 0.46);
  border-bottom: 1px solid rgba(39, 50, 65, 0.72);
}

.infrastructure-schematic {
  padding: 26px;
  background: rgba(8, 11, 15, 0.44);
  border-top: 1px solid rgba(39, 50, 65, 0.8);
  border-bottom: 1px solid rgba(39, 50, 65, 0.8);
}

.infra-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.infra-flow::before {
  position: absolute;
  top: 50%;
  right: 7%;
  left: 7%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(46, 143, 111, 0.18), rgba(46, 143, 111, 0.9), rgba(184, 155, 94, 0.72));
}

.infra-step {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 126px;
  align-content: center;
  padding: 20px;
  background: rgba(17, 23, 32, 0.94);
  border: 1px solid rgba(232, 237, 242, 0.14);
  border-radius: 2px;
}

.infra-step span {
  display: block;
  margin-bottom: 10px;
  color: var(--bronze);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  line-height: 1.2;
}

.infra-step strong {
  color: var(--muted-2);
  font-size: 15px;
  line-height: 1.24;
}

.systems-ledger,
.discipline-ledger {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.system-record {
  display: grid;
  grid-template-columns: minmax(190px, 0.78fr) minmax(0, 1.3fr) minmax(220px, 0.82fr);
  gap: 24px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid rgba(39, 50, 65, 0.68);
}

.system-record:last-child {
  border-bottom: 0;
}

.record-label {
  display: block;
  margin-bottom: 8px;
  color: var(--bronze);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.record-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.record-tags li {
  padding: 5px 8px;
  color: var(--muted-2);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  border: 1px solid rgba(39, 50, 65, 0.82);
  border-radius: 999px;
}

.discipline-row {
  display: grid;
  grid-template-columns: 54px minmax(170px, 0.64fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(39, 50, 65, 0.68);
}

.discipline-row:last-child {
  border-bottom: 0;
}

.discipline-row > span {
  color: var(--bronze);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
}

.discipline-row strong {
  color: var(--text);
}

.discipline-row p {
  margin: 0;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.process-step {
  position: relative;
  min-height: 128px;
  padding: 18px;
  background: rgba(17, 23, 32, 0.88);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.process-step::after {
  position: absolute;
  top: 30px;
  right: -9px;
  width: 8px;
  height: 1px;
  background: var(--accent);
  content: "";
}

.process-step:last-child::after {
  display: none;
}

.process-step span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 11px;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 0;
}

.data-table th,
.data-table td {
  padding: 13px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(39, 50, 65, 0.7);
  vertical-align: top;
}

.data-table th {
  color: var(--muted-2);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(8, 11, 15, 0.4);
}

.data-table td {
  color: var(--muted-2);
  font-size: 14px;
  line-height: 1.42;
}

.data-table td strong {
  color: var(--text);
}

.data-table a {
  color: var(--text);
  font-weight: 650;
  text-decoration-color: rgba(184, 155, 94, 0.72);
}

.data-table tr:last-child td {
  border-bottom: 0;
}

.compact-copy {
  max-width: 980px;
}

.compact-copy p {
  font-size: 16px;
  line-height: 1.48;
}

.research-library-page .compact-copy {
  max-width: 1500px;
}

.research-library-page .memo-copy p {
  max-width: none;
}

.research-infrastructure-page .compact-copy {
  max-width: 1500px;
}

.research-infrastructure-page .memo-copy p {
  max-width: none;
}

.infrastructure-thesis {
  max-width: 1500px;
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(18px, 1.45vw, 21px);
  font-weight: 700;
  line-height: 1.35;
}

.infrastructure-map-panel {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 22px;
  background: rgba(13, 18, 25, 0.78);
  border: 1px solid rgba(39, 50, 65, 0.82);
}

.control-rail {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 0 18px;
  border-top: 1px solid rgba(46, 143, 111, 0.76);
}

.control-rail h2,
.infra-stage h3,
.infra-sidecar h3 {
  margin: 0;
  color: var(--text);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.control-rail h2 {
  color: var(--accent);
}

.control-rail p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.stage-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  padding-top: 10px;
}

.infra-stage,
.infra-sidecar {
  position: relative;
  min-width: 0;
  padding: 16px 16px 15px;
  background: rgba(8, 11, 15, 0.34);
  border: 1px solid rgba(39, 50, 65, 0.78);
}

.infra-stage::after {
  position: absolute;
  top: 29px;
  left: calc(100% + 1px);
  width: 18px;
  height: 1px;
  content: "";
  background: rgba(46, 143, 111, 0.62);
}

.infra-stage:last-child::after {
  display: none;
}

.infra-stage ul {
  display: grid;
  gap: 5px;
  margin: 13px 0 0;
  padding: 0;
  color: var(--muted-2);
  font-size: 15px;
  line-height: 1.44;
  list-style: none;
}

.support-lanes-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 26px 0 14px;
  color: var(--accent);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.support-lanes-label::before,
.support-lanes-label::after {
  flex: 1 1 auto;
  height: 1px;
  content: "";
  background: rgba(46, 143, 111, 0.38);
}

.support-lanes-label::before {
  max-width: 72px;
}

.sidecar-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.infra-sidecar p {
  margin: 12px 0 0;
  color: var(--muted-2);
  font-size: 15px;
  line-height: 1.46;
}

.infrastructure-evidence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  border-top: 1px solid var(--border);
}

.infrastructure-evidence-grid article {
  min-width: 0;
  padding: 18px 0 0;
}

.infrastructure-evidence-grid h3 {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.2;
}

.infrastructure-evidence-grid p {
  margin: 10px 0 0;
  color: var(--muted-2);
  font-size: 15px;
  line-height: 1.46;
}

.research-library-page .research-index th:nth-child(1),
.research-library-page .research-index td:nth-child(1) {
  width: 17%;
}

.research-library-page .research-index th:nth-child(2),
.research-library-page .research-index td:nth-child(2) {
  width: 16%;
}

.research-library-page .research-index th:nth-child(3),
.research-library-page .research-index td:nth-child(3) {
  width: 55%;
}

.research-library-page .research-index th:nth-child(4),
.research-library-page .research-index td:nth-child(4) {
  width: 12%;
  white-space: nowrap;
}

.research-library-page .research-comparison td:nth-child(2),
.research-library-page .research-comparison td:nth-child(3),
.research-library-page .research-comparison td:nth-child(4) {
  color: var(--muted-2);
}

.strategy-copy {
  max-width: 1500px;
}

.strategy-copy p {
  font-size: clamp(15px, 0.98vw, 17px);
}

.report-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.46fr);
  gap: 28px;
  align-items: start;
}

.report-kicker {
  margin: 0 0 14px;
  color: var(--muted-2);
  font-size: 14px;
  line-height: 1.48;
}

.report-table {
  margin-top: 18px;
}

.report-table th,
.report-table td {
  font-size: 13px;
}

.chart-grid,
.research-note-grid,
.infra-evidence-grid {
  display: grid;
  gap: 16px;
}

.chart-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.two-chart-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.strategy-page .two-chart-grid {
  grid-template-columns: 1fr;
  gap: 30px;
}

.strategy-page .two-chart-grid .research-exhibit img {
  aspect-ratio: auto;
  object-fit: contain;
}

.strategy-bottom-cta h2 {
  max-width: none;
}

.research-note-grid,
.infra-evidence-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.chart-grid .research-exhibit img,
.research-note-grid .research-exhibit img,
.infra-evidence-grid .research-exhibit img {
  background: #f8fafc;
  filter: none;
}

.research-note-grid .research-exhibit img,
.infra-evidence-grid .research-exhibit img {
  aspect-ratio: 16 / 10;
}

.research-note-grid .research-exhibit img {
  object-fit: contain;
}

.link-cell {
  white-space: nowrap;
}

.page-actions {
  margin-top: 20px;
}

.strategy-table-note {
  max-width: none;
  margin: 22px 0 0;
  color: var(--muted-2);
  font-size: 15px;
  line-height: 1.48;
}

.outperformance-table {
  margin-top: 12px;
}

.outperformance-table code {
  color: var(--text);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
}

.request-form {
  max-width: 920px;
  margin: 0 auto;
}

.compact-page-note {
  max-width: 860px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 44px;
  align-items: start;
}

.contact-panel {
  max-width: 720px;
}

.email-card {
  display: grid;
  gap: 18px;
  min-width: 0;
  margin-top: 28px;
  padding: 26px;
  background: rgba(17, 23, 32, 0.9);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.email-address {
  min-width: 0;
  font-size: clamp(21px, 4vw, 32px);
  font-weight: 700;
  line-height: 1.16;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-details h2 {
  margin-top: 0;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 26px;
  background: rgba(8, 11, 15, 0.38);
  border-top: 1px solid rgba(184, 155, 94, 0.48);
  border-bottom: 1px solid rgba(39, 50, 65, 0.82);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted-2);
  font-size: 13px;
}

.contact-form label span {
  color: var(--bronze);
  font-family: "IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  color: var(--text);
  background: rgba(17, 23, 32, 0.92);
  border: 1px solid rgba(39, 50, 65, 0.92);
  border-radius: 3px;
  font: inherit;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(46, 143, 111, 0.9);
  outline: 0;
  box-shadow: 0 0 0 2px rgba(46, 143, 111, 0.18);
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--muted-2);
  font-size: 13px;
}

.form-status.error {
  color: #e2b7a1;
}

.form-note {
  margin: -4px 0 0;
  font-size: 13px;
}

.site-footer {
  margin-top: auto;
  background: #070a0e;
  border-top: 1px solid var(--border);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 17px 0 18px;
}

.disclaimer {
  flex: 1 1 auto;
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.copyright {
  flex: 0 0 auto;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .nav-toggle {
    display: grid;
  }

  .primary-nav {
    position: absolute;
    top: 76px;
    right: 20px;
    left: 20px;
    display: none;
    padding: 10px;
    background: rgba(8, 11, 15, 0.98);
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  body.nav-open .primary-nav {
    display: block;
  }

  .primary-nav ul {
    display: grid;
    gap: 4px;
  }

  .primary-nav a {
    width: 100%;
  }
}

@media (max-width: 1020px) {
  .hero-layout,
  .split,
  .split.reverse,
  .contact-layout,
  .profile-brief {
    grid-template-columns: 1fr;
  }

  .proof-band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
  }

  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pillar-grid.five,
  .platform-grid,
  .card-grid,
  .library-grid,
  .fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .system-record,
  .discipline-row,
  .compact-ledger .ledger-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .process-step::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .header-inner,
  .container {
    width: min(100% - 28px, var(--max));
  }

  .strategy-page .container,
  .report-request-page .container,
  .research-library-page .container,
  .research-infrastructure-page .container,
  .principal-page .container {
    width: min(100% - 28px, var(--max));
  }

  .header-inner {
    min-height: 66px;
  }

  .brand span {
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .primary-nav {
    top: 66px;
    right: 14px;
    left: 14px;
  }

  .section {
    padding: 44px 0;
  }

  .institutional-hero {
    min-height: auto;
  }

  .hero-media {
    background-position: 68% center;
  }

  .institutional-hero-inner {
    padding: 74px 0 68px;
  }

  .hero-statement {
    width: 100%;
    min-width: 0;
    transform: none;
  }

  .institutional-hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 13.2vw, 56px);
  }

  .hero-kicker {
    margin-bottom: 22px;
  }

  .hero-subtitle {
    max-width: 100%;
    margin-top: 24px;
    font-size: 18px;
    overflow-wrap: break-word;
  }

  .hero-thesis {
    max-width: 100%;
    font-size: 19px;
    overflow-wrap: break-word;
  }

  .institutional-hero .hero-actions {
    gap: 20px;
    margin-top: 34px;
  }

  .proof-band-grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .proof-band-grid div,
  .proof-band-grid div:last-child {
    grid-column: auto;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(232, 237, 242, 0.12);
  }

  .proof-band-grid div:last-child {
    border-bottom: 0;
  }

  .hero {
    padding: 50px 0 32px;
  }

  .hero-layout {
    gap: 34px;
  }

  h1 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .lead {
    font-size: 16px;
  }

  .proof-strip,
  .report-facts,
  .report-panel,
  .chart-grid,
  .research-note-grid,
  .infra-evidence-grid,
  .pillar-grid.five,
  .platform-grid,
  .card-grid,
  .exhibit-grid,
  .library-grid,
  .fit-grid,
  .architecture-map,
  .form-grid,
  .process-line,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .infra-flow {
    grid-template-columns: 1fr;
  }

  .infra-flow::before {
    top: 22px;
    right: auto;
    bottom: 22px;
    left: 22px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(46, 143, 111, 0.18), rgba(46, 143, 111, 0.9), rgba(184, 155, 94, 0.72));
  }

  .infra-step {
    min-height: 92px;
    padding-left: 44px;
  }

  .section-header,
  .footer-inner,
  .cta-band {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .copyright {
    text-align: left;
    white-space: normal;
  }

  .evidence-ledger {
    padding: 22px;
  }

  .ledger-heading {
    display: grid;
    gap: 8px;
  }

  .ledger-heading strong {
    text-align: left;
  }

  .ledger-list div,
  .ledger-row,
  .thesis-points li,
  .process-ledger-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .data-table {
    display: block;
    overflow-x: auto;
  }

  .memo-copy p {
    font-size: 17px;
  }

  .event-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .infrastructure-map-panel {
    padding: 18px;
  }

  .control-rail {
    display: grid;
    gap: 8px;
  }

  .stage-flow,
  .sidecar-flow,
  .infrastructure-evidence-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .infra-stage::after {
    top: calc(100% + 1px);
    left: 24px;
    width: 1px;
    height: 12px;
  }

  .sidecar-flow {
    margin-top: 0;
  }

  .profile-photo {
    max-width: 280px;
  }
}

@media (max-width: 460px) {
  .brand span {
    max-width: 156px;
  }

  .hero-actions,
  .button-row {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .panel,
  .pillar,
  .note-card,
  .platform-card,
  .fit-card,
  .email-card {
    padding: 20px;
  }
}
