:root {
  --navy: #0d2b45;
  --navy-2: #173c58;
  --charcoal: #27323a;
  --muted: #65717a;
  --line: #dbe1e5;
  --soft: #f6f8f9;
  --white: #ffffff;
  --accent: #70889a;
  --max: 1180px;
  --text: "Aptos", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--charcoal);
  font-family: var(--text);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  padding: 10px 14px;
  background: var(--navy);
  color: white;
  z-index: 999;
  border-radius: 3px;
}
.skip-link:focus { top: 12px; }

.site-header {
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.wordmark {
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .10em;
  line-height: 1.2;
  white-space: nowrap;
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
}
.primary-nav a,
.footer-links a,

.primary-nav a:hover,
.primary-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,

.hero {
  border-bottom: 1px solid var(--line);
}
.hero-inner {
  min-height: 440px;
  padding-block: 92px 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px;
  font-weight: 650;
}

.section h2.section-kicker {
  margin: 0 0 18px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}
.section-heading.simple-heading { margin-bottom: 30px; }
.section-intro.first-intro { margin-top: 0; }
.hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 550;
  line-height: 1.03;
  letter-spacing: -.035em;
  max-width: 850px;
}
.hero-copy {
  margin: 22px 0 0;
  color: var(--charcoal);
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.3;
  max-width: 800px;
  font-weight: 350;
}

.section { padding: 96px 0; }
.section-muted { background: var(--soft); }
.section-heading { max-width: 820px; margin-bottom: 48px; }
.section-heading.compact { margin-bottom: 38px; }
.section h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -.025em;
}
.section-intro { margin: 22px 0 0; font-size: 19px; max-width: 800px; }
.section-intro.smaller { font-size: 16px; color: var(--muted); margin-top: 10px; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 42px;
}
.service {
  border-top: 2px solid var(--navy);
  padding-top: 22px;
}
.service h3,
.approach-grid h3,
.experience-title {
  color: var(--navy);
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.28;
}
.service p { margin: 0 0 16px; }

.approach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px 72px;
}
.approach-grid article {
  padding: 24px 0;
  border-top: 1px solid #ccd5db;
}
.approach-grid p { margin: 0; }

.experience-columns {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 88px;
  align-items: start;
}
.experience-title {
  border-bottom: 2px solid var(--navy);
  padding-bottom: 14px;
  margin-bottom: 4px;
}
.experience-list article {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.experience-list h4 {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 650;
}
.experience-list p { margin: 0; font-size: 16px; }

.about-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}
.about-photo-wrap { position: sticky; top: 32px; }
.about-photo {
  width: 260px;
  height:auto;
  border-radius: 2px;
}
.linkedin-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
}
.about-copy { max-width: 820px; }
.about-copy .lead {
  font-size: 20px;
  color: var(--navy);
  line-height: 1.48;
  margin-top: 26px;
}
.about-copy p { margin: 0 0 19px; }
.credential-note { color: var(--muted); font-size: 15px; }

.contact-section { border-top: 1px solid var(--line); }
.contact-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 96px;
  align-items: start;
}
.contact-copy { max-width: 420px; }
.contact-form { max-width: 620px; }
.field { margin-bottom: 20px; }
.field label {
  display: block;
  font-size: 14px;
  color: var(--navy);
  margin-bottom: 7px;
  font-weight: 600;
}
.field input,
.field textarea {
  width: 100%;
  font: inherit;
  color: var(--charcoal);
  border: 1px solid #bdc8cf;
  background: white;
  padding: 12px 13px;
  border-radius: 2px;
  outline: none;
}
.field input:focus,
.field textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 2px rgba(13,43,69,.08); }
.field textarea { resize: vertical; }
button {
  appearance: none;
  border: 1px solid var(--navy);
  background: var(--navy);
  color: white;
  font: inherit;
  font-weight: 600;
  padding: 11px 25px;
  border-radius: 2px;
  cursor: pointer;
}
button:hover { background: var(--navy-2); }
button:focus-visible { outline: 3px solid rgba(13,43,69,.22); outline-offset: 3px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer {
  background: var(--navy);
  color: #e8eef2;
  padding: 38px 0;
  font-size: 13px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-start;
}
.footer-inner p { margin: 0 0 6px; }
.footer-brand { font-weight: 650; color: white; }
.footer-links { display: flex; gap: 20px; white-space: nowrap; }
.footer-links a { color: white; }

.legal-page { min-height: 70vh; }
.legal-wrap { max-width: 820px; }
.legal-wrap h1 { color: var(--navy); font-size: 42px; font-weight: 500; letter-spacing: -.02em; }
.legal-wrap p { margin-bottom: 18px; }
.back-link { display: inline-block; margin-top: 16px; color: var(--navy); }

@media (max-width: 920px) {
  .header-inner { min-height: 96px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; padding-block: 16px; }
  .primary-nav { gap: 22px; flex-wrap: wrap; }
  .service-grid { grid-template-columns: 1fr; gap: 34px; }
  .approach-grid { grid-template-columns: 1fr; gap: 0; }
  .experience-columns { grid-template-columns: 1fr; gap: 58px; }
  .about-layout { grid-template-columns: 200px minmax(0,1fr); gap: 44px; }
  .about-photo { width: 200px; }
  .contact-layout { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 34px), var(--max)); }
  .wordmark { font-size: 15px; white-space: normal; }
  .primary-nav { width: 100%; justify-content: space-between; gap: 12px; font-size: 13px; }
  .hero-inner { min-height: 390px; padding-block: 70px 78px; }
  .section { padding: 72px 0; }
  .about-layout { grid-template-columns: 1fr; gap: 32px; }
  .about-photo-wrap { position: static; }
  .about-photo { width: 190px; }
  .footer-inner { flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
}

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