:root {
  --navy: #0b1f33;
  --navy-2: #102a44;
  --ink: #172536;
  --muted: #5a6877;
  --line: #d9e1e8;
  --paper: #ffffff;
  --soft: #f3f6f8;
  --accent: #0f7a75;
  --accent-dark: #0a5e5a;
  --gold: #c39a4a;
  --shadow: 0 18px 55px rgba(11, 31, 51, 0.13);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
img { max-width: 100%; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  background: var(--paper);
  padding: .65rem 1rem;
  border-radius: .5rem;
  box-shadow: var(--shadow);
}
.skip-link:focus { top: 1rem; }

.container {
  width: min(1160px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(217, 225, 232, .8);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap;
}
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--navy), var(--accent));
  font-size: .85rem;
  letter-spacing: .06em;
}
.brand-name { font-size: 1rem; }
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.35rem;
  margin-left: auto;
}
.nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 650;
  font-size: .92rem;
}
.nav a:hover, .nav a:focus-visible { color: var(--accent-dark); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 48px;
  padding: .8rem 1.15rem;
  border: 1px solid var(--accent);
  border-radius: 10px;
  color: white;
  background: var(--accent);
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, .button:focus-visible {
  transform: translateY(-2px);
  background: var(--accent-dark);
  box-shadow: 0 12px 25px rgba(15, 122, 117, .22);
}
.button-secondary {
  background: transparent;
  color: var(--navy);
  border-color: #a9bac8;
}
.button-secondary:hover, .button-secondary:focus-visible {
  color: var(--navy);
  background: var(--soft);
  box-shadow: none;
}
.button-small { min-height: 40px; padding: .55rem .85rem; }
.button-outline { background: transparent; color: var(--accent-dark); }
.button-outline:hover, .button-outline:focus-visible { color: white; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 78px;
  background:
    radial-gradient(circle at 85% 10%, rgba(15, 122, 117, .16), transparent 31%),
    linear-gradient(160deg, #f9fbfc 0%, #eef4f5 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -60% 46%;
  height: 520px;
  border-radius: 50%;
  background: rgba(195, 154, 74, .09);
  filter: blur(1px);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .72fr);
  align-items: center;
  gap: 4.25rem;
}
.eyebrow, .section-label, .card-kicker {
  margin: 0 0 .8rem;
  color: var(--accent-dark);
  font-size: .76rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.hero h1 span {
  display: block;
  margin-top: .9rem;
  font-size: clamp(1rem, 2.4vw, 1.45rem);
  letter-spacing: .02em;
  font-weight: 750;
  color: var(--accent-dark);
}
.hero-title {
  margin: 1.3rem 0 .75rem;
  color: var(--navy-2);
  font-size: clamp(1.35rem, 2.6vw, 2.1rem);
  font-weight: 800;
}
.hero-lead {
  max-width: 750px;
  margin: 0;
  color: #405163;
  font-size: 1.13rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.9rem; }
.availability { margin: 1.4rem 0 0; color: var(--muted); font-size: .92rem; max-width: 720px; }

.executive-card {
  position: relative;
  padding: 2rem;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 24px;
  background: rgba(255,255,255,.87);
  box-shadow: var(--shadow);
}
.portrait {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin-bottom: 1.6rem;
  border-radius: 22px;
  color: white;
  background: linear-gradient(135deg, var(--navy), var(--accent));
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: .07em;
}
.executive-card h2 { margin: 0; color: var(--navy); font-size: 1.45rem; line-height: 1.25; }
.snapshot-list { margin: 1.35rem 0 0; padding: 0; list-style: none; }
.snapshot-list li {
  position: relative;
  padding: .68rem 0 .68rem 1.35rem;
  border-bottom: 1px solid var(--line);
  color: #425364;
}
.snapshot-list li:last-child { border-bottom: 0; }
.snapshot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.18rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

.metrics {
  background: var(--navy);
  color: white;
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.metrics article {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.7rem 1.8rem;
  border-right: 1px solid rgba(255,255,255,.14);
}
.metrics article:last-child { border-right: 0; }
.metrics strong { font-size: 2.25rem; line-height: 1; letter-spacing: -.03em; }
.metrics span { margin-top: .7rem; color: rgba(255,255,255,.72); font-size: .92rem; }

.section { padding: 94px 0; }
.section-tint { background: var(--soft); }
.section-dark { background: var(--navy); color: white; }
.section-heading { max-width: 770px; margin-bottom: 2.9rem; }
.section-heading h2, .split-section h2, .credentials-grid h2, .contact-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.section-heading.light h2 { color: white; }
.section-heading.light .section-label { color: #66c9c3; }
.split-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 5rem;
  align-items: start;
}
.body-copy { color: #48596a; font-size: 1.08rem; }
.body-copy p { margin-top: 0; }
.body-copy p + p { margin-top: 1.25rem; }

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.impact-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 1.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 10px 30px rgba(11,31,51,.05);
}
.impact-number { color: var(--gold); font-weight: 900; letter-spacing: .14em; font-size: .82rem; }
.impact-card h3 { margin: auto 0 .75rem; color: var(--navy); font-size: 1.35rem; }
.impact-card p { margin: 0; color: var(--muted); }

.timeline { border-top: 1px solid var(--line); }
.timeline-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2.3rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}
.timeline-meta { display: flex; flex-direction: column; gap: .25rem; color: var(--muted); font-size: .9rem; }
.timeline-meta span { color: var(--accent-dark); font-weight: 850; }
.timeline-meta strong { color: var(--navy); }
.timeline-content h3 { margin: 0; color: var(--navy); font-size: 1.35rem; }
.company { margin: .22rem 0 .7rem; color: var(--accent-dark); font-weight: 800; }
.timeline-content p:last-child { margin: 0; color: var(--muted); }

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,.14);
}
.capability-grid > div {
  min-height: 210px;
  padding: 1.65rem;
  background: var(--navy-2);
}
.capability-grid h3 { margin: 0 0 .7rem; color: white; font-size: 1.22rem; }
.capability-grid p { margin: 0; color: rgba(255,255,255,.7); }

.credentials-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 5rem;
}
.credential-list { margin: 1.7rem 0 0; padding: 0; list-style: none; }
.credential-list li { padding: .75rem 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.credential-list strong { color: var(--navy); }
.tag-list { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.7rem; }
.tag-list span {
  padding: .58rem .78rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  color: #425364;
  font-size: .88rem;
  font-weight: 700;
}

.contact-section { padding: 0 0 90px; }
.contact-card {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 4rem;
  align-items: center;
  padding: 3.2rem;
  border-radius: 24px;
  background: linear-gradient(145deg, #edf5f5, #f8fafb);
  border: 1px solid #d4e1e1;
}
.contact-card p:not(.section-label) { color: var(--muted); }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: .85rem; }
.text-link { color: var(--accent-dark); font-weight: 800; text-align: center; text-underline-offset: 4px; }

.site-footer { padding: 28px 0; color: rgba(255,255,255,.72); background: #061524; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.footer-inner p { margin: 0; }
.footer-inner a { color: white; text-decoration: none; font-weight: 750; }

@media (max-width: 980px) {
  .nav { display: none; }
  .header-inner .button-small { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .executive-card { max-width: 680px; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics article:nth-child(2) { border-right: 0; }
  .metrics article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .split-section, .credentials-grid, .contact-card { grid-template-columns: 1fr; gap: 2.3rem; }
  .impact-grid, .capability-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 1.35rem, 1160px); }
  .brand-name { display: none; }
  .hero { padding: 62px 0 54px; }
  .hero h1 { font-size: 3rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metrics article { min-height: 120px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .metrics article:last-child { border-bottom: 0; }
  .section { padding: 68px 0; }
  .impact-grid, .capability-grid { grid-template-columns: 1fr; }
  .impact-card { min-height: 245px; }
  .timeline-item { grid-template-columns: 1fr; gap: .8rem; }
  .timeline-meta { flex-direction: row; justify-content: space-between; flex-wrap: wrap; }
  .contact-card { padding: 2rem 1.25rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media print {
  .site-header, .hero-actions, .contact-actions, .site-footer { display: none !important; }
  .hero, .section, .contact-section { padding: 28px 0; }
  .hero, .section-tint, .section-dark, .contact-card { background: white !important; color: black !important; }
  .executive-card, .impact-card, .contact-card { box-shadow: none; }
  .section-dark h2, .section-dark h3, .section-dark p { color: black !important; }
}
