:root {
  --ink: #002060;
  --paper: #f7f8fc;
  --gold: #ffc50d;
  --line: rgba(0, 32, 96, .18);
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 64px)); margin: auto; position: relative; }
.page-glow { position: absolute; width: 45vw; height: 45vw; border-radius: 50%; filter: blur(100px); pointer-events: none; opacity: .28; }
.page-glow--one { top: 80px; right: -25vw; background: #bed1ff; }
.page-glow--two { top: 1500px; left: -28vw; background: #ffe69c; }

.site-header { height: 108px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; letter-spacing: .06em; line-height: 11px; }
.brand b { color: #496cb2; }
.brand small { display: block; font-size: 7px; letter-spacing: .23em; margin-top: 2px; }
.brand-mark { display: block; width: 39px; height: 36px; object-fit: contain; object-position: center; }
nav { display: flex; gap: 34px; font-size: 12px; font-weight: 700; }
nav a { transition: color .2s; } nav a:hover { color: #496cb2; }
.button { display: inline-flex; align-items: center; gap: 25px; padding: 16px 18px 16px 22px; background: var(--ink); color: white; font-size: 12px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { background: #123c91; transform: translateY(-2px); }
.button span { color: var(--gold); font-size: 18px; line-height: 10px; }
.button--small { padding: 12px 13px 12px 16px; gap: 14px; }

.hero { min-height: 605px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; padding: 65px 0 85px; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 9px; font: 500 10px/1 "DM Mono", monospace; letter-spacing: .11em; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
h1, h2, h3, blockquote { margin: 0; }
h1 { max-width: 720px; margin: 27px 0 24px; font: 500 clamp(51px, 6.2vw, 84px)/.98 var(--serif); letter-spacing: -.065em; }
h1 em { color: #496cb2; font-weight: inherit; }
.intro { max-width: 490px; font-size: 16px; line-height: 1.8; color: #53658d; }
.hero-actions { margin-top: 35px; display: flex; gap: 30px; align-items: center; }
.text-link { font-size: 12px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }
.text-link span { padding-left: 7px; color: #496cb2; font-size: 16px; }
.hero-art { height: 385px; position: relative; margin-left: 30px; display: grid; place-items: center; }
.hero-art__backdrop { position: absolute; width: 334px; height: 334px; border-radius: 50%; background: #e7ecfa; border: 1px solid #ccd8f1; }
.hero-logo { width: 365px; height: 365px; position: relative; object-fit: contain; filter: drop-shadow(0 16px 18px rgba(0, 32, 96, .13)); }

.principles { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 112px; align-items: center; }
.principles > p { font: 500 10px "DM Mono", monospace; letter-spacing: .1em; }.principles div { border-left: 1px solid var(--line); padding-left: 23px; }.principles b { display: block; font: 700 13px Manrope, sans-serif; }.principles span { font: 12px var(--serif); color: #68779c; }

.split-section { display: grid; grid-template-columns: 1.1fr 1.9fr; padding: 155px 0; }.section-label span { color: #496cb2; }.section-content h2, .services-heading h2, .contact h2 { max-width: 650px; font: 500 clamp(42px, 5vw, 63px)/1.02 var(--serif); letter-spacing: -.055em; }.section-content p { max-width: 570px; font-size: 16px; line-height: 1.8; color: #53658d; margin: 27px 0; }

.services-wrap { background: var(--ink); color: white; padding: 72px 0 78px; }.services-heading { display: grid; grid-template-columns: 1.1fr 1.9fr; }.services-heading h2 { color: var(--paper); }.services-heading .section-label { color: #dbe5ff; }.services-heading .section-label span { color: var(--gold); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; border-top: 1px solid rgba(255,255,255,.25); }.service-grid article { min-height: 228px; position: relative; padding: 22px 26px 20px 0; border-right: 1px solid rgba(255,255,255,.25); }.service-grid article + article { padding-left: 26px; }.service-grid article:last-child { border: 0; }.service-grid span { color: var(--gold); font: 500 10px "DM Mono", monospace; }.service-grid h3 { margin: 4px 0 14px; font: 500 31px/.98 var(--serif); letter-spacing: -.045em; }.service-grid p { color: #dbe5ff; max-width: 270px; font-size: 13px; line-height: 1.7; }.service-grid i { position: absolute; bottom: 20px; font-size: 20px; color: var(--gold); font-style: normal; }

.statement { padding: 150px 0; }.statement blockquote { max-width: 900px; margin-top: 28px; font: 500 clamp(40px, 5.1vw, 65px)/1.1 var(--serif); letter-spacing: -.055em; }.statement-detail { max-width: 670px; margin: 28px 0 0; color: #53658d; font-size: 15px; line-height: 1.8; }
.contact { background: var(--gold); padding: 73px 70px 84px; display: grid; grid-template-columns: 1.1fr 1.9fr; }.contact h2 { max-width: 650px; }.contact p:not(.section-label) { margin: 21px 0 35px; font-size: 15px; color: #334a7b; }.email-link { font: 500 clamp(21px, 2.4vw, 31px) var(--serif); border-bottom: 1px solid var(--ink); padding-bottom: 8px; }.email-link span { margin-left: 14px; font-family: Manrope, sans-serif; font-size: 18px; }
footer { height: 145px; display: flex; align-items: center; justify-content: space-between; font-size: 10px; color: #62749a; }footer > a:last-child { font-weight: 800; color: var(--ink); }

/* About / career summary */
.about { padding: 150px 0 155px; display: grid; grid-template-columns: 1.1fr 1.9fr; }
.about-intro h2 { max-width: 420px; margin-top: 22px; font: 500 clamp(42px, 5vw, 63px)/1.02 var(--serif); letter-spacing: -.055em; }
.about-body { max-width: 660px; }
.about-body > p { margin: 0 0 22px; font-size: 16px; line-height: 1.8; color: #53658d; }
.about-body .about-lead { color: var(--ink); }
.about-body .button { margin: 4px 0 48px; }
.timeline { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: 132px 1fr; gap: 22px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.timeline-dates { padding-top: 3px; font: 500 11px/1.5 "DM Mono", monospace; letter-spacing: .05em; color: #496cb2; }
.timeline b { display: block; margin-bottom: 6px; font: 700 15px Manrope, sans-serif; }
.timeline p { margin: 0; max-width: 470px; font-size: 13px; line-height: 1.7; color: #68779c; }

@media (max-width: 760px) {
  .container { width: min(100% - 40px, 600px); }.site-header { height: 82px; } nav { display: none; }.button--small { display: none; }.hero { grid-template-columns: 1fr; padding: 62px 0 60px; }.hero-art { height: 270px; margin: 38px 0 0; }.hero-art__backdrop { width: 235px; height: 235px; }.hero-logo { width: 260px; height: 260px; }.principles { grid-template-columns: 1fr; padding: 20px 0; gap: 18px; }.principles div { border-left: 0; padding-left: 0; }.split-section, .services-heading, .contact { grid-template-columns: 1fr; }.split-section { padding: 88px 0; gap: 27px; }.services-wrap { padding: 73px 0; }.services-heading { gap: 28px; }.service-grid { grid-template-columns: 1fr; margin-top: 48px; }.service-grid article, .service-grid article + article { min-height: 215px; padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }.service-grid article:last-child { border-bottom: 0; }.service-grid h3 { margin: 25px 0 12px; }.statement { padding: 90px 0; }.contact { width: 100%; padding: 55px 20px; gap: 30px; }.contact > * { width: min(100% - 40px, 560px); margin: 0 auto; }footer { height: 120px; flex-wrap: wrap; gap: 14px; }.brand--footer { width: 100%; } footer p { order: 2; } footer > a:last-child { order: 3; }.about { grid-template-columns: 1fr; padding: 88px 0; gap: 28px; }.timeline li { grid-template-columns: 1fr; gap: 5px; padding: 20px 0; }.timeline-dates { padding-top: 0; } }