:root {
  --navy: #082e6f;
  --deep: #061d43;
  --ink: #17233a;
  --blue-gray: #5c6a82;
  --pale: #eef3f9;
  --line: #d8e0ea;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.site-header {
  min-height: 160px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line);
}
.brand { display: block; max-width: 100%; }
.brand img { display: block; width: 432px; max-width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { text-decoration: none; font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding-bottom: 3px; border-bottom: 1px solid transparent; }
nav a:hover, nav a:focus-visible { color: var(--navy); border-bottom-color: var(--navy); }
main { overflow: hidden; }
.hero {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, .8fr);
  max-width: 1240px;
  margin: 0 auto;
  padding: 44px 36px 72px;
  gap: 84px;
  align-items: center;
}
.eyebrow { margin: 0 0 22px; color: var(--navy); font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.08; margin-top: 0; }
h1 { max-width: 800px; margin-bottom: 30px; color: var(--deep); font-size: clamp(3.3rem, 6vw, 5.8rem); letter-spacing: -.035em; }
.hero-intro { max-width: 700px; margin: 0; color: var(--blue-gray); font-family: Georgia, 'Times New Roman', serif; font-size: 1.28rem; line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; margin-top: 42px; flex-wrap: wrap; }
.button { display: inline-block; padding: 14px 21px; text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; border: 1px solid var(--navy); }
.button-primary { background: var(--navy); color: var(--white); }
.button-secondary { color: var(--navy); }
.hero-panel { position: relative; background: var(--deep); color: var(--white); padding: 54px 44px; min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 30px 30px 0 var(--pale); }
.hero-panel::before { content: ''; position: absolute; width: 90px; height: 1px; background: #93acd2; top: 34px; left: -30px; }
.hero-panel h1 { margin: 0 0 32px; color: var(--white); font-size: clamp(2rem, 3.5vw, 3.1rem); line-height: 1.3; letter-spacing: -.025em; }
.hero-panel-note { margin: 0; color: #c8d5e7; font-size: .9rem; line-height: 1.7; max-width: 360px; }
.capabilities { max-width: 1240px; margin: 0 auto; padding: 120px 36px; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: end; margin-bottom: 66px; }
.section-heading .eyebrow { align-self: start; }
h2 { margin-bottom: 0; color: var(--deep); font-size: clamp(2.4rem, 4.5vw, 4.1rem); letter-spacing: -.025em; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid article { min-height: 280px; padding: 38px 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid span { color: var(--navy); font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.capability-grid h3 { margin: 58px 0 18px; color: var(--deep); font-size: 1.75rem; }
.capability-grid p { margin: 0; color: var(--blue-gray); font-size: 1rem; }
.leadership { background: var(--deep); color: var(--white); padding: 110px max(36px, calc((100vw - 1168px) / 2)); display: grid; grid-template-columns: .82fr 1.38fr; gap: 88px; align-items: start; }
.leadership .eyebrow { color: #9db4d5; }
.leadership h2 { color: var(--white); }
.role { color: #c5d2e5; font-weight: 700; letter-spacing: .05em; }
.leadership-portrait { margin-top: 46px; height: 430px; overflow: hidden; background: linear-gradient(145deg, #f7f9fc 0%, #dce6f2 100%); box-shadow: 22px 22px 0 #0c3977; }
.leadership-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 8%; }
.leadership-copy { border-left: 1px solid #49658e; padding-left: 56px; }
.leadership-copy p { margin: 0 0 25px; color: #dce5f1; font-family: Georgia, 'Times New Roman', serif; font-size: 1.08rem; line-height: 1.72; }
.insights { background: var(--pale); padding: 110px max(36px, calc((100vw - 1168px) / 2)); }
.insights h2 { font-size: clamp(4rem, 8vw, 7rem); }
.insights-subtitle { color: var(--deep); font-family: Georgia, 'Times New Roman', serif; font-size: 1.7rem; margin: 24px 0 0; }
.insights-heading { border-top: 3px solid var(--navy); padding-top: 38px; }
.insights-heading { display: grid; grid-template-columns: 1.35fr .8fr; gap: 90px; align-items: end; }
.insights-heading > p { margin: 0 0 7px; color: var(--blue-gray); font-family: Georgia, 'Times New Roman', serif; font-size: 1.12rem; line-height: 1.7; }
.insights-note { margin-top: 62px; padding-top: 24px; border-top: 1px solid #c8d3e1; display: flex; justify-content: space-between; gap: 30px; }
.insights-note span { color: var(--navy); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.insights-note p { margin: 0; color: var(--blue-gray); }
.contact { max-width: 1240px; margin: 0 auto; padding: 120px 36px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.contact h2 { font-size: clamp(2.5rem, 4vw, 3.6rem); }
.contact-intro > p:last-child { color: var(--blue-gray); margin-top: 28px; }
.contact-form { background: var(--pale); padding: 36px; }
.form-note { margin: 0 0 26px; color: var(--blue-gray); font-size: .875rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-grid label { display: block; font-size: .875rem; font-weight: 700; }
.form-grid label span { font-weight: 400; color: var(--blue-gray); }
.form-wide { grid-column: 1 / -1; }
.form-grid input, .form-grid textarea { display: block; width: 100%; min-width: 0; margin-top: 8px; border: 1px solid #b6c4d6; border-radius: 0; padding: 12px; background: white; color: var(--ink); font: inherit; font-size: 1rem; font-weight: 400; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus { outline: 2px solid var(--navy); outline-offset: 2px; }
.contact-form button { margin-top: 24px; cursor: pointer; }
.contact-form button:hover { background: var(--deep); }
.contact-form button:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }
.contact h2 { max-width: 850px; }
.contact-links { display: flex; gap: 42px; margin-top: 48px; flex-wrap: wrap; }
.contact-links a { color: var(--navy); text-decoration: none; font-size: 1.05rem; font-weight: 700; border-bottom: 1px solid var(--navy); padding-bottom: 4px; }
footer { background: #041631; color: #9eb0c9; padding: 28px max(36px, calc((100vw - 1168px) / 2)); display: flex; justify-content: space-between; gap: 20px; font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 820px) {
  .site-header { min-height: 0; padding: 24px 22px; gap: 20px; }
  .brand img { width: 432px; max-width: 100%; }
  nav a:not(.nav-contact) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 32px 24px 64px; gap: 48px; }
  h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .hero-panel { min-height: 300px; box-shadow: 18px 18px 0 var(--pale); }
  .section-heading, .leadership { grid-template-columns: 1fr; }
  .section-heading { gap: 8px; }
  .capabilities { padding: 90px 24px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: auto; }
  .capability-grid h3 { margin-top: 38px; }
  .leadership { padding: 90px 24px; gap: 46px; }
  .leadership-profile { max-width: 520px; }
  .leadership-portrait { height: min(112vw, 480px); margin-top: 36px; box-shadow: 14px 14px 0 #0c3977; }
  .leadership-copy { border-left: 0; border-top: 1px solid #49658e; padding: 42px 0 0; }
  .insights { padding: 90px 24px; }
  .insights-heading { grid-template-columns: 1fr; gap: 34px; }
  .insights-note { flex-direction: column; gap: 8px; }
  .contact { padding: 90px 24px; grid-template-columns: 1fr; gap: 36px; }
  .contact-form { padding: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  footer { padding: 26px 24px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
