:root {
  --navy: #0b2742;
  --navy-deep: #071c30;
  --gold: #d4a33b;
  --gold-light: #f2d999;
  --slate: #526579;
  --cream: #f6f2e9;
  --white: #ffffff;
  --ink: #132333;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  height: 92px; padding: 0 clamp(24px, 6vw, 96px); display: flex; align-items: center;
  justify-content: space-between; background: var(--white); border-bottom: 1px solid #dfe4e7;
  position: sticky; top: 0; z-index: 20;
}
.brand img { width: 230px; display: block; }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
nav a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta { background: var(--navy); color: white; padding: 14px 20px; border-radius: 3px; }

.hero { min-height: 650px; display: grid; grid-template-columns: 1.35fr .65fr; background: var(--navy); color: white; overflow: hidden; }
.hero-copy { padding: clamp(72px, 9vw, 130px) clamp(30px, 7vw, 110px); position: relative; }
.hero-copy::after { content: ""; width: 220px; height: 5px; background: var(--gold); position: absolute; bottom: 0; left: clamp(30px, 7vw, 110px); }
.eyebrow { margin: 0 0 24px; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: #8f6818; }
.eyebrow.light { color: var(--gold-light); }
h1 { max-width: 820px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(48px, 6.3vw, 88px); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
.hero-lead { max-width: 690px; margin: 32px 0 0; color: #cfdae3; font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 800; }
.button-gold { background: var(--gold); color: var(--navy-deep); }
.button-gold:hover { background: #e0b650; }
.button-quiet { border-color: #8497a7; color: white; }
.button-quiet:hover { background: rgba(255,255,255,.08); }
.hero-panel { padding: 70px 48px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(155deg, #e4bc64 0%, var(--gold) 70%); color: var(--navy); position: relative; }
.hero-panel::before { content: ""; position: absolute; inset: 38px; border: 1px solid rgba(11,39,66,.28); }
.hero-mark { position: absolute; top: 90px; left: 50%; transform: translateX(-50%); width: 165px; height: 165px; display: grid; place-items: center; background: white; border-radius: 50%; box-shadow: 0 22px 60px rgba(8,28,48,.18); }
.hero-mark img { width: 112px; }
.hero-panel p, .hero-panel span { position: relative; z-index: 1; }
.hero-panel p { margin: 0 0 14px; font-family: Georgia, 'Times New Roman', serif; font-size: 38px; line-height: 1.08; }
.hero-panel span { font-size: 14px; font-weight: 700; line-height: 1.6; }

.trust-strip { min-height: 84px; padding: 20px clamp(24px, 7vw, 110px); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: white; color: var(--slate); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.trust-strip i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.section { padding: clamp(76px, 9vw, 130px) clamp(24px, 7vw, 110px); }
.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 150px); background: var(--cream); }
h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4.6vw, 66px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; color: var(--navy); }
.about-copy { max-width: 700px; }
.about-copy p { color: var(--slate); font-size: 17px; line-height: 1.85; }
.lead-paragraph { margin-top: 0; color: var(--navy) !important; font-size: 22px !important; line-height: 1.6 !important; }
.promise { margin-top: 36px; padding: 24px 28px; display: flex; flex-direction: column; gap: 8px; border-left: 4px solid var(--gold); background: white; }
.promise strong { color: var(--navy); font-size: 15px; }
.promise span { color: var(--slate); font-size: 14px; line-height: 1.6; }

.services { background: var(--navy-deep); color: white; }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .sector-intro h2, .contact h2 { color: white; }
.section-heading > p { max-width: 440px; margin: 0; color: #b8c7d2; font-size: 16px; line-height: 1.7; }
.section-heading.compact h2 { color: var(--navy); max-width: 780px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #355069; border-left: 1px solid #355069; }
.service-card { min-height: 300px; padding: 34px; border-right: 1px solid #355069; border-bottom: 1px solid #355069; transition: background .2s ease, transform .2s ease; }
.service-card:hover { background: #102f4b; transform: translateY(-3px); }
.service-card > span { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.service-card h3 { margin: 48px 0 16px; color: white; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 500; }
.service-card p { margin: 0; color: #b8c7d2; font-size: 14px; line-height: 1.75; }
.advisory-note { max-width: 1000px; margin: 26px 0 0; color: #91a7b7; font-size: 12px; line-height: 1.7; }

.approach { background: white; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #d9dfe3; }
.steps article { min-height: 240px; padding: 32px; background: white; }
.steps b { color: var(--gold); font-size: 13px; letter-spacing: .12em; }
.steps h3 { margin: 54px 0 12px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 27px; font-weight: 500; }
.steps p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.7; }

.sectors { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 150px); background: var(--gold); }
.sector-intro h2 { color: var(--navy); }
.sector-intro > p:last-child { max-width: 480px; color: #354b5f; font-size: 16px; line-height: 1.7; }
.sector-list { border-top: 1px solid rgba(11,39,66,.35); }
.sector-list div { padding: 23px 4px; display: flex; gap: 26px; align-items: center; border-bottom: 1px solid rgba(11,39,66,.35); }
.sector-list span { color: #725719; font-size: 12px; font-weight: 800; }
.sector-list strong { color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-weight: 500; }

.leadership { background: var(--cream); }
.leader-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.leader-card { display: grid; grid-template-columns: 190px 1fr; background: white; border: 1px solid #dce1e4; }
.leader-card img { width: 190px; height: 100%; min-height: 300px; object-fit: cover; object-position: center top; filter: saturate(.82); }
.leader-card div { padding: 32px 28px; }
.leader-card h3 { margin: 0; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 27px; font-weight: 500; }
.leader-card .role { margin: 10px 0 24px; color: #946d1d; font-size: 13px; font-weight: 800; line-height: 1.5; }
.leader-card p:last-child { color: var(--slate); font-size: 14px; line-height: 1.75; }

.contact { padding: clamp(76px, 9vw, 130px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; background: var(--navy); color: white; }
.contact > div:first-child > p:last-child { max-width: 630px; color: #b8c7d2; font-size: 17px; line-height: 1.75; }
.contact-card { padding: 36px; background: white; color: var(--navy); border-top: 5px solid var(--gold); }
.contact-card > a:first-child { display: inline-block; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(20px, 2vw, 28px); word-break: break-word; }
.contact-card p { margin: 24px 0 28px; color: var(--slate); font-size: 14px; line-height: 1.7; }

footer { min-height: 150px; padding: 34px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 30px; align-items: center; background: white; }
footer img { width: 190px; }
footer p { color: var(--slate); font-size: 12px; line-height: 1.6; text-align: center; }
footer span { color: #758493; font-size: 11px; text-align: right; }

@media (max-width: 980px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-panel { min-height: 410px; }
  .hero-mark { top: 55px; }
  .about, .sectors, .contact { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .leader-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer img { margin: auto; }
  footer span { text-align: center; }
}

@media (max-width: 640px) {
  .site-header { height: 76px; padding: 0 18px; }
  .brand img { width: 170px; }
  .nav-cta { padding: 11px 13px; font-size: 12px; }
  .hero-copy { padding: 72px 24px 82px; }
  .hero-panel { padding: 230px 36px 50px; }
  .trust-strip { justify-content: center; flex-wrap: wrap; padding: 22px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 22px; }
  .service-grid, .steps { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .leader-card { grid-template-columns: 1fr; }
  .leader-card img { width: 100%; height: 380px; }
  .contact { gap: 36px; }
}
