:root {
  --ink: #091521;
  --ink-2: #10263a;
  --navy: #0b2842;
  --blue: #0b66b8;
  --blue-soft: #e9f3fd;
  --gold: #c9a052;
  --gold-light: #e9d29d;
  --paper: #f7f5f0;
  --white: #ffffff;
  --slate: #536372;
  --line: rgba(9, 21, 33, 0.14);
  --shadow: 0 24px 70px rgba(5, 18, 30, 0.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: var(--white);
  color: var(--ink);
}
.skip-link:focus { top: 1rem; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(760px, 100%); }
.eyebrow {
  margin: 0 0 .9rem;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow.blue { color: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .display {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.02;
}
h1 { margin-bottom: 1.35rem; font-size: clamp(3.2rem, 7vw, 6.7rem); }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.35rem, 4.5vw, 4.4rem); }
h3 { margin-bottom: .65rem; font-size: 1.1rem; line-height: 1.35; }
.lede { max-width: 780px; color: var(--slate); font-size: clamp(1.06rem, 2vw, 1.28rem); }
.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-navy { color: var(--white); background: var(--navy); }
.section-white { background: var(--white); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3.2rem; }
.section-head > div { max-width: 760px; }
.section-head p { max-width: 420px; color: var(--slate); }
.section-dark .section-head p, .section-navy .section-head p { color: #bdc8d2; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: var(--white);
}
.nav-shell { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .9rem; text-decoration: none; }
.brand-mark {
  display: block;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border: 1px solid rgba(201, 160, 82, .72);
  border-radius: 50%;
  background: #07131f;
  box-shadow: 0 0 0 3px rgba(201, 160, 82, .07), 0 8px 24px rgba(0,0,0,.22);
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.brand-copy { line-height: 1.15; }
.brand-copy strong { display: block; font-family: var(--serif); font-size: 1.08rem; font-weight: 500; }
.brand-copy small { color: #a9b8c5; font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.75rem; }
.site-nav a { color: #e8eef3; font-size: .86rem; font-weight: 650; text-decoration: none; }
.site-nav a:hover { color: var(--gold-light); }
.nav-cta { padding: .72rem 1rem; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; }
.menu-button { display: none; padding: .6rem; border: 0; color: var(--white); background: transparent; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; }

.hero {
  position: relative;
  min-height: 880px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 28%, rgba(38, 127, 190, .36), transparent 28%),
    linear-gradient(120deg, #07131f 0%, #0a2134 52%, #0d3351 100%);
}
.hero::after {
  position: absolute;
  inset: auto -10% -38% 36%;
  width: 900px;
  height: 600px;
  border: 1px solid rgba(201,160,82,.24);
  border-radius: 50%;
  content: "";
  transform: rotate(-10deg);
}
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 880px; padding-top: 150px; padding-bottom: 82px; align-items: center; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 7vw, 7rem); }
.hero-grid > *, .problem-grid > *, .brain-grid > *, .article-grid > *, .content-grid > * { min-width: 0; }
.hero h1 { max-width: 760px; }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 690px; color: #c5d1da; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.25rem; }
.button {
  display: inline-flex;
  min-height: 52px;
  padding: .85rem 1.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
  transition: .2s ease;
}
.button-primary { color: #07131f; background: var(--gold-light); }
.button-primary:hover { background: #f3dfb0; transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.4); color: var(--white); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button-blue { color: var(--white); background: var(--blue); }
.button-blue:hover { background: #1168bc; transform: translateY(-2px); }

.intake-map {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 1.1rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(6, 19, 30, .58);
  box-shadow: 0 40px 100px rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
}
.map-top { display: flex; padding: .45rem .5rem 1rem; align-items: center; justify-content: space-between; color: #9fb0be; font-size: .73rem; text-transform: uppercase; letter-spacing: .13em; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: .4rem; border-radius: 50%; background: #69d6b3; box-shadow: 0 0 0 6px rgba(105,214,179,.1); }
.flow-step { display: grid; padding: 1rem; align-items: center; border-top: 1px solid rgba(255,255,255,.09); grid-template-columns: 42px 1fr auto; gap: .8rem; }
.flow-number { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(201,160,82,.5); border-radius: 50%; color: var(--gold-light); font-size: .72rem; }
.flow-step strong { display: block; font-family: var(--serif); font-size: 1rem; font-weight: 500; }
.flow-step small { color: #90a3b3; }
.flow-status { color: #7be1bd; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-note { position: absolute; right: 1.4rem; bottom: -1.3rem; padding: .75rem 1rem; border-left: 2px solid var(--gold); color: var(--ink); background: var(--white); box-shadow: var(--shadow); font-size: .78rem; }

.credibility-bar { border-bottom: 1px solid var(--line); background: var(--white); }
.credibility-grid { display: grid; min-height: 112px; align-items: center; grid-template-columns: repeat(4, 1fr); }
.credibility-grid div { padding: 1rem 1.4rem; border-right: 1px solid var(--line); }
.credibility-grid div:last-child { border: 0; }
.credibility-grid strong { display: block; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; }
.credibility-grid small { color: var(--slate); }

.heritage {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  background: #e9e7e1;
}
.heritage-grid { display: grid; align-items: center; grid-template-columns: 1.25fr .75fr; gap: clamp(2rem, 6vw, 5rem); }
.heritage-art {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(9,21,33,.24);
  background: #dfe2e6;
  box-shadow: 0 26px 70px rgba(5,18,30,.16);
}
.heritage-art img { width: 100%; aspect-ratio: 4 / 1; object-fit: cover; }
.heritage-art figcaption { padding: .72rem 1rem; color: #435361; background: var(--white); font-size: .76rem; }
.heritage-copy h2 { font-size: clamp(2.2rem, 4vw, 3.65rem); }
.heritage-copy p { color: var(--slate); }
.heritage-emblem { display: grid; width: 92px; height: 92px; margin-bottom: 1.25rem; overflow: hidden; border-radius: 50%; background: #07131f; box-shadow: 0 12px 40px rgba(5,18,30,.2); }
.heritage-emblem img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); }

.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); }
.problem-list { border-top: 1px solid var(--line); }
.problem-item { display: grid; padding: 1.3rem 0; border-bottom: 1px solid var(--line); grid-template-columns: 48px 1fr; gap: 1rem; }
.problem-item span { color: #7a581b; font-family: var(--serif); font-size: 1.25rem; }
.problem-item p { margin: .35rem 0 0; color: var(--slate); }

.system-grid { display: grid; margin-top: 3rem; border: 1px solid rgba(255,255,255,.14); grid-template-columns: repeat(5, 1fr); }
.system-step { min-height: 270px; padding: 1.6rem; border-right: 1px solid rgba(255,255,255,.14); }
.system-step:last-child { border: 0; }
.system-step span { color: var(--gold-light); font-family: var(--serif); font-size: 2rem; }
.system-step h3 { margin-top: 3rem; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.system-step p { color: #aebcc8; font-size: .9rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.card { min-height: 310px; padding: 2rem; border: 1px solid var(--line); background: var(--white); transition: .2s ease; }
.card:hover { border-color: rgba(24,119,210,.45); box-shadow: var(--shadow); transform: translateY(-4px); }
.card-tag { display: inline-block; margin-bottom: 3.2rem; color: var(--blue); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.card p { color: var(--slate); }
.text-link { color: var(--blue); font-size: .84rem; font-weight: 800; text-decoration: none; }

.brain-grid { display: grid; align-items: center; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
.brain-panel { position: relative; padding: 2rem; border: 1px solid rgba(255,255,255,.15); background: #0b1d2c; }
.brain-query { margin: 0 0 1rem; padding: 1rem; border: 1px solid rgba(255,255,255,.13); color: #d7e0e7; background: rgba(255,255,255,.04); font-family: var(--serif); font-size: 1.12rem; }
.brain-answer { padding: 1.3rem; color: #b8c6d0; background: rgba(24,119,210,.11); font-size: .9rem; }
.brain-answer strong { color: var(--white); }
.source-row { display: flex; margin-top: 1.2rem; flex-wrap: wrap; gap: .5rem; }
.source-row span { padding: .4rem .55rem; border: 1px solid rgba(255,255,255,.16); border-radius: 2px; color: #8da2b2; font-size: .68rem; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: .9rem 0; padding-left: 1.7rem; color: #c4d0da; }
.check-list li::before { position: absolute; left: 0; color: var(--gold-light); content: "✓"; }

.founder-grid { display: grid; align-items: stretch; grid-template-columns: 1fr 1fr; }
.founder-image { position: relative; min-height: 640px; overflow: hidden; background: #2b3034; }
.founder-image img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.founder-year { position: absolute; left: 2rem; bottom: 2rem; padding: .8rem 1rem; color: var(--ink); background: var(--gold-light); font-weight: 800; }
.founder-copy { display: flex; padding: clamp(3rem, 7vw, 6rem); flex-direction: column; justify-content: center; background: var(--white); }
.founder-copy blockquote { margin: 1.5rem 0; padding-left: 1.2rem; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 1.45rem; line-height: 1.45; }
.founder-copy p { color: var(--slate); }

.article-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1.2rem; }
.article-feature, .article-small { position: relative; min-height: 430px; padding: 2rem; overflow: hidden; color: var(--white); background: var(--navy); }
.article-feature { display: flex; flex-direction: column; justify-content: end; background: linear-gradient(110deg, rgba(5,17,29,.9), rgba(7,36,59,.65)), url("/assets/images/scales-of-justice.jpg") center/cover; }
.article-feature h3 { max-width: 600px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 500; }
.article-feature p { max-width: 580px; color: #c3d0da; }
.article-stack { display: grid; gap: 1.2rem; }
.article-small { min-height: 205px; color: var(--ink); background: var(--white); }
.article-small h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.article-small p { color: var(--slate); font-size: .88rem; }
.topic-nav { display: flex; margin-bottom: 2.4rem; flex-wrap: wrap; gap: .65rem; }
.topic-nav a { padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 999px; color: #314352; background: var(--white); font-size: .77rem; font-weight: 750; text-decoration: none; }
.topic-nav a:hover { border-color: var(--blue); color: var(--blue); }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.insight-card { display: flex; min-height: 360px; padding: 1.8rem; flex-direction: column; border: 1px solid var(--line); background: var(--white); }
.insight-card:hover { border-color: rgba(11,102,184,.5); box-shadow: var(--shadow); }
.insight-card h2 { margin-bottom: .85rem; font-size: 1.65rem; }
.insight-card p { color: var(--slate); font-size: .92rem; }
.insight-card .text-link { margin-top: auto; }
.article-meta { display: flex; margin: .85rem 0 2rem; flex-wrap: wrap; gap: .6rem 1.2rem; color: #9caebb; font-size: .78rem; }
.article-meta a { color: inherit; }
.author-note { display: grid; margin: 3rem 0 0; padding: 1.4rem; align-items: center; border: 1px solid var(--line); background: var(--white); grid-template-columns: 62px 1fr; gap: 1rem; }
.author-note img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; object-position: 65% center; }
.author-note p { margin: .2rem 0 0; font-size: .83rem; }
.source-box { margin: 2.5rem 0; padding: 1.35rem 1.5rem; border: 1px solid #cbd8e3; background: #eef5fb; }
.source-box strong { display: block; margin-bottom: .4rem; color: var(--navy); }
.source-box p { margin: 0; }
.market-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.market-card { padding: 1.6rem; border-top: 3px solid var(--gold); background: var(--white); }
.market-card p { color: var(--slate); font-size: .9rem; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 1.25rem 2rem 1.25rem 0; cursor: pointer; font-family: var(--serif); font-size: 1.25rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq details p { max-width: 800px; padding: 0 0 1.4rem; color: var(--slate); }

.cta-panel { display: grid; padding: clamp(2.5rem, 6vw, 5rem); align-items: center; color: var(--white); background: var(--navy); grid-template-columns: 1fr auto; gap: 2rem; }
.cta-panel h2 { max-width: 720px; margin: 0; }

.site-footer { padding: 4.5rem 0 2rem; color: #aebdc8; background: #050d14; }
.footer-grid { display: grid; margin-bottom: 3.5rem; grid-template-columns: 1.25fr .75fr .75fr; gap: 3rem; }
.footer-brand p { max-width: 420px; margin: 1rem 0; }
.footer-brand img { width: 168px; margin-top: 1.5rem; padding: .6rem .8rem; border-radius: 999px; background: var(--white); }
.footer-links strong { display: block; margin-bottom: .8rem; color: var(--white); }
.footer-links a { display: block; margin: .42rem 0; color: #aebdc8; font-size: .88rem; text-decoration: none; }
.footer-bottom { display: flex; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); justify-content: space-between; gap: 1rem; font-size: .76rem; }

.page-hero { padding: 190px 0 100px; color: var(--white); background: linear-gradient(120deg, #07131f, #0d3351); }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero p { max-width: 760px; color: #c5d1da; font-size: 1.15rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 5rem; }
.prose { max-width: 790px; }
.prose h2 { margin-top: 3.2rem; font-size: clamp(2rem, 3.5vw, 3rem); }
.prose h3 { margin-top: 2rem; font-family: var(--serif); font-size: 1.5rem; font-weight: 500; }
.prose p, .prose li { color: #344656; }
.prose blockquote { margin: 2rem 0; padding: 1.2rem 1.5rem; border-left: 3px solid var(--gold); background: var(--white); font-family: var(--serif); font-size: 1.35rem; }
.sidebar { position: sticky; top: 1.5rem; height: fit-content; padding: 1.5rem; border-top: 3px solid var(--gold); background: var(--white); box-shadow: 0 16px 40px rgba(5,18,30,.08); }
.sidebar p { color: var(--slate); font-size: .9rem; }
.sidebar .button { width: 100%; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.service-detail { padding: 2rem; border: 1px solid var(--line); background: var(--white); }
.service-detail h2 { font-size: 2rem; }

@media (max-width: 960px) {
  .site-nav { position: fixed; inset: 0; display: none; padding: 110px 2rem 2rem; flex-direction: column; align-items: flex-start; background: #07131f; }
  .nav-open .site-nav { display: flex; }
  .site-nav a { font-size: 1.25rem; }
  .menu-button { display: block; }
  .hero-grid, .problem-grid, .brain-grid, .founder-grid, .article-grid, .content-grid, .heritage-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 160px; }
  .system-grid { grid-template-columns: 1fr 1fr; }
  .system-step { border-bottom: 1px solid rgba(255,255,255,.14); }
  .cards { grid-template-columns: 1fr 1fr; }
  .insight-grid, .market-grid { grid-template-columns: 1fr 1fr; }
  .founder-image { min-height: 520px; }
  .sidebar { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-shell { gap: .4rem; }
  .menu-button { margin-left: auto; }
  .brand-copy strong { font-size: .9rem; }
  .brand-copy small { font-size: .58rem; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; padding-top: 140px; padding-bottom: 90px; gap: 3rem; }
  h1 { max-width: 100%; overflow-wrap: break-word; font-size: clamp(2.8rem, 13vw, 3.55rem); }
  .intake-map { margin-bottom: 1rem; }
  .hero-note { position: static; margin: 1rem 0 0; }
  .flow-step { grid-template-columns: 36px 1fr; }
  .flow-status { display: none; }
  .credibility-grid { padding: 1rem 0; grid-template-columns: 1fr 1fr; }
  .credibility-grid div { border-bottom: 1px solid var(--line); }
  .section-head { display: block; }
  .system-grid, .cards, .service-detail-grid, .insight-grid, .market-grid { grid-template-columns: 1fr; }
  .system-step { min-height: 220px; }
  .founder-image { min-height: 410px; }
  .founder-copy { padding: 2.5rem 1.5rem; }
  .article-feature { min-height: 520px; }
  .cta-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
