:root {
  --navy-950: #050c16;
  --navy-900: #07111f;
  --navy-800: #0d1c2f;
  --navy-700: #18304b;
  --gold: #cba45a;
  --gold-light: #ead39c;
  --sky: #8eb4c9;
  --white: #f7f8fa;
  --ink: #101923;
  --muted: #5d6873;
  --line: #dbe0e5;
  --paper: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
.section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: rgba(5, 12, 22, .92);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; text-decoration: none; }
.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--navy-950);
  background: var(--gold);
  font-size: .78rem;
  letter-spacing: .08em;
}
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: #d8dee6; font-size: .9rem; font-weight: 600; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--gold-light); }
.nav-cta { padding: 9px 17px; border: 1px solid var(--gold); }
.menu-toggle { display: none; }

.hero {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 72px;
  min-height: 720px;
  align-items: center;
  color: var(--white);
}
main { background: linear-gradient(to bottom, var(--navy-950) 0 720px, var(--paper) 720px); }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .94;
}
.hero-lede { max-width: 720px; margin-bottom: 34px; color: #c5ced8; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--gold); }
.button-primary:hover { background: var(--gold-light); }
.button-secondary { color: var(--white); border-color: #5a6878; }
.hero-card {
  align-self: end;
  margin-bottom: 64px;
  padding: 0;
  color: var(--white);
  background: linear-gradient(150deg, rgba(24,48,75,.98), rgba(7,17,31,.98));
  border-top: 3px solid var(--gold);
  box-shadow: 0 30px 80px rgba(0,0,0,.3);
  overflow: hidden;
}
.profile-photo { display: block; width: 100%; height: 330px; object-fit: cover; object-position: center 22%; }
.hero-card-content { padding: 28px 30px 30px; }
.card-label { margin: 0 0 6px; color: var(--sky); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-card h2 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.hero-card p { color: #c5ced8; }
.service-line { display: grid; gap: 5px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: var(--gold-light); font-size: .85rem; font-weight: 650; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--gold);
}
.trust-strip span { padding: 18px 12px; border-right: 1px solid rgba(5,12,22,.22); text-align: center; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section { padding-block: 112px; }
.section-heading { max-width: 700px; margin-bottom: 52px; }
.section-heading h2, .contact h2 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4.8vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.02;
}
.section-heading > p:last-child, .contact > div > p:last-child { color: var(--muted); font-size: 1.1rem; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.metric-card { position: relative; min-height: 300px; padding: 30px; color: var(--white); background: var(--navy-800); border-top: 3px solid var(--gold); overflow: hidden; }
.metric-card::after { content: ""; position: absolute; right: -46px; bottom: -46px; width: 130px; height: 130px; border: 1px solid rgba(203,164,90,.22); border-radius: 50%; }
.metric-card strong { display: block; margin: 28px 0 38px; color: var(--gold-light); font-family: Georgia, serif; font-size: clamp(3.4rem, 5.2vw, 5.7rem); font-weight: 500; letter-spacing: -.045em; line-height: .9; }
.metric-card p { position: relative; z-index: 1; margin-bottom: 0; color: #c1cbd5; }
.metric-kicker { color: var(--sky); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.metric-featured { background: linear-gradient(145deg, #193653, var(--navy-950)); }
.results-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 48px; }
.result-story { padding: 34px; background: #f2f4f6; border-top: 3px solid var(--gold); }
.result-company { margin: 0 0 12px; color: var(--navy-700); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.result-story h3 { max-width: 480px; margin-bottom: 22px; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.2vw, 2rem); font-weight: 500; line-height: 1.16; }
.result-story ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.result-story li { position: relative; padding-left: 20px; color: var(--muted); }
.result-story li::before { content: ""; position: absolute; top: .66em; left: 0; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }
.impact-note { margin: 18px 0 0; color: var(--muted); font-size: .82rem; }

.section-dark { color: var(--white); background: var(--navy-900); }
.expertise-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.section-dark .section-heading p:last-child { color: #aeb9c6; }
.expertise-list { border-top: 1px solid rgba(255,255,255,.18); }
.expertise-list article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.expertise-list article > span { color: var(--gold); font-size: .8rem; font-weight: 800; }
.expertise-list h3 { margin-bottom: 6px; font-size: 1.15rem; }
.expertise-list p { margin-bottom: 0; color: #aeb9c6; }

.timeline { border-top: 1px solid var(--line); }
.leadership-in-action { display: grid; grid-template-columns: .7fr 1.3fr; max-width: 940px; margin: 0 0 72px; color: var(--white); background: var(--navy-800); }
.leadership-in-action img { display: block; width: 100%; height: 360px; object-fit: cover; object-position: center 22%; }
.leadership-in-action figcaption { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.leadership-in-action figcaption .eyebrow { margin-bottom: 14px; }
.leadership-in-action figcaption strong { margin-bottom: 14px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; line-height: 1.05; }
.leadership-in-action figcaption p:last-child { margin-bottom: 0; color: #b9c3ce; }
.role { display: grid; grid-template-columns: 170px 1fr; gap: 46px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.role-date { color: var(--muted); font-size: .85rem; font-weight: 700; }
.role-company { margin-bottom: 3px; color: var(--gold); font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.role h3 { margin-bottom: 9px; font-size: 1.35rem; }
.role-body p:last-child { max-width: 780px; margin-bottom: 0; color: var(--muted); }
.role-outcomes { display: grid; gap: 10px; max-width: 820px; margin: 18px 0 0; padding: 0; list-style: none; }
.role-outcomes li { position: relative; padding-left: 22px; color: var(--muted); }
.role-outcomes li::before { content: ""; position: absolute; top: .72em; left: 0; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }
.enterprise-context { margin-top: 28px; padding: 28px; color: var(--white); background: linear-gradient(135deg, var(--navy-800), var(--navy-950)); border-top: 3px solid var(--gold); }
.enterprise-context-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 24px; }
.enterprise-context-heading > span { color: var(--gold-light); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.enterprise-context-heading p { max-width: 480px; margin: 0; color: #c1cbd5; }
.enterprise-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.enterprise-stats div { display: grid; gap: 8px; min-height: 150px; padding: 22px 18px; background: var(--navy-800); }
.enterprise-stats strong { color: var(--gold-light); font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.25rem); font-weight: 500; line-height: 1; }
.enterprise-stats span { align-self: end; color: #c1cbd5; font-size: .82rem; line-height: 1.4; }
.enterprise-source { margin: 18px 0 0; color: #9eabb8; font-size: .75rem; }
.enterprise-source a { color: var(--gold-light); }
.promotion { display: inline-block; margin-left: 8px; padding: 3px 8px; color: var(--navy-800); background: var(--gold-light); font-family: Inter, ui-sans-serif, sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; vertical-align: middle; }
.prior-role { max-width: 780px; margin-top: 20px; padding: 18px 20px; background: #f2f4f6; border-left: 3px solid var(--gold); }
.prior-role strong { margin-right: 10px; }
.prior-role > span { color: var(--muted); font-size: .85rem; font-weight: 700; }
.prior-role p { margin: 6px 0 0; color: var(--muted); }
.education-section { padding: 0 0 112px; background: var(--paper); }
.education-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: end; padding: 42px; color: var(--white); background: var(--navy-800); border-top: 3px solid var(--gold); }
.education-card .eyebrow { margin-bottom: 10px; }
.education-card h2 { margin-bottom: 4px; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 500; line-height: 1.05; }
.education-card p { margin-bottom: 0; color: var(--gold-light); }
.education-school { display: grid; gap: 7px; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.22); }
.education-school strong { font-size: 1.1rem; }
.education-school span { color: #aeb9c6; }
.about-section { padding-block: 112px; color: var(--white); background: var(--navy-900); }
.about-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.about-photo { margin: 0; border-top: 3px solid var(--gold); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.about-photo img { display: block; width: 100%; min-height: 620px; object-fit: cover; object-position: center 24%; }
.about-copy { max-width: 720px; }
.about-copy h2 { margin-bottom: 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 4.8vw, 4.6rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.about-copy > p:not(.eyebrow) { color: #c1cbd5; font-size: 1.05rem; }
.about-copy .faith-statement { margin-bottom: 26px; padding: 19px 22px; color: var(--white); background: rgba(202, 164, 92, .11); border-left: 3px solid var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 1.7vw, 1.38rem); line-height: 1.55; }
.about-principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 34px; background: rgba(255,255,255,.16); }
.about-principles span { padding: 16px 18px; color: var(--gold-light); background: var(--navy-800); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.leadership-quote { padding-block: 100px; color: var(--white); background: linear-gradient(120deg, var(--navy-800), var(--navy-950)); }
.quote-inner { max-width: 960px; }
blockquote { margin: 0 0 28px; font-family: Georgia, serif; font-size: clamp(2.3rem, 5vw, 4.6rem); line-height: 1.1; }
.quote-inner > p:last-child { color: var(--gold-light); }
.contact { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 18px; }
.text-link { color: var(--navy-700); font-weight: 750; text-align: center; }
footer { padding-block: 26px; color: #aeb9c6; background: var(--navy-950); font-size: .8rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; }

@media (max-width: 900px) {
  .site-header { padding-inline: 24px; }
  .menu-toggle { display: inline-flex; padding: 8px 12px; color: var(--white); background: transparent; border: 1px solid #596675; font: inherit; }
  nav { position: absolute; inset: 69px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 24px 24px; background: var(--navy-950); }
  nav.open { display: flex; }
  nav a { padding: 12px 0; }
  .nav-cta { margin-top: 8px; padding-inline: 14px; text-align: center; }
  main { background: var(--paper); }
  .hero { grid-template-columns: 1fr; gap: 34px; min-height: auto; padding-top: 90px; padding-bottom: 48px; background: var(--navy-950); }
  .hero-card { align-self: auto; margin-bottom: 0; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid { grid-template-columns: 1fr; }
  .expertise-layout, .contact { grid-template-columns: 1fr; gap: 48px; }
  .leadership-in-action { grid-template-columns: 1fr; }
  .leadership-in-action img { height: 430px; object-position: center 20%; }
  .education-card { grid-template-columns: 1fr; gap: 28px; }
  .enterprise-stats { grid-template-columns: repeat(2, 1fr); }
  .education-school { padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
  .about-layout { grid-template-columns: 1fr; gap: 48px; }
  .about-photo { max-width: 620px; }
}

@media (max-width: 600px) {
  .section-shell { width: min(calc(100% - 32px), var(--max)); }
  .brand > span:last-child { display: none; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero { padding-top: 70px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip span { border-right: 0; border-bottom: 1px solid rgba(5,12,22,.22); }
  .section { padding-block: 78px; }
  .metric-grid { grid-template-columns: 1fr; }
  .result-story { padding: 28px; }
  .metric-card { min-height: auto; }
  .profile-photo { height: 400px; }
  .about-section { padding-block: 78px; }
  .about-photo img { min-height: 480px; }
  .about-principles { grid-template-columns: 1fr; }
  .leadership-in-action img { height: 380px; }
  .leadership-in-action figcaption { padding: 30px; }
  .role { grid-template-columns: 1fr; gap: 8px; }
  .enterprise-context-heading { display: grid; gap: 10px; }
  .enterprise-stats { grid-template-columns: 1fr; }
  .enterprise-stats div { min-height: 120px; }
  .footer-inner { flex-direction: column; }
}

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