:root {
  --navy: #0b1f33;
  --navy-2: #112a45;
  --ink: #122033;
  --muted: #5f6f82;
  --line: #dce4eb;
  --bg: #ffffff;
  --soft: #f4f7fa;
  --teal: #1c8c8a;
  --teal-2: #29aaa6;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(11,31,51,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 20px; top: 20px; z-index: 999; background: white; padding: 10px 14px; border-radius: 8px; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(18,32,51,.08);
  backdrop-filter: blur(16px);
}
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; border-radius: 10px; display: inline-grid; place-items: center; background: var(--navy); color: white; font-size: .88rem; letter-spacing: .05em; }
.brand-name { font-size: .98rem; }
.site-nav { display: flex; gap: 28px; align-items: center; }
.site-nav a { text-decoration: none; font-size: .92rem; color: #33465b; font-weight: 650; }
.site-nav a:hover { color: var(--teal); }
.nav-toggle { display: none; background: none; border: 0; font: inherit; font-weight: 700; color: var(--navy); }
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(41,170,166,.11), transparent 28%),
    linear-gradient(180deg, #f9fbfd 0%, #ffffff 78%);
  padding: 94px 0 82px;
}
.hero::after { content:""; position:absolute; right:-160px; top:160px; width:420px; height:420px; border:1px solid rgba(28,140,138,.12); border-radius:50%; }
.hero-grid { display: grid; grid-template-columns: 1.3fr .8fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 800; color: var(--teal); }
h1, h2, h3 { margin-top: 0; line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(3.1rem, 7vw, 6.2rem); margin-bottom: 12px; color: var(--navy); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); color: var(--navy); margin-bottom: 18px; }
h3 { font-size: 1.22rem; color: var(--navy); }
.hero-title { margin: 0; font-size: clamp(1.35rem, 2.3vw, 2rem); font-weight: 760; color: #233a54; }
.hero-subtitle { margin: 12px 0 0; font-weight: 720; color: var(--teal); letter-spacing: .01em; }
.hero-subtitle span { color: #9aabba; padding: 0 7px; }
.hero-lede { max-width: 720px; margin: 28px 0 30px; font-size: 1.18rem; color: #4a5d71; }
.hero-actions, .contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 10px; text-decoration: none; font-weight: 780; font-size: .92rem; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--navy); box-shadow: 0 10px 30px rgba(11,31,51,.14); }
.btn-secondary { color: var(--navy); border: 1px solid #b9c5d0; background: rgba(255,255,255,.85); }
.btn-secondary.light { color: white; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); }
.hero-meta { margin-top: 25px; display: flex; gap: 24px; flex-wrap: wrap; color: #6b7a89; font-size: .9rem; }
.hero-meta span { position: relative; padding-left: 16px; }
.hero-meta span::before { content:""; position:absolute; left:0; top:.62em; width:6px; height:6px; border-radius:50%; background:var(--teal-2); }
.portrait-wrap { position: relative; max-width: 420px; justify-self: end; }
.portrait-frame { position: relative; z-index: 2; border-radius: 28px; overflow: hidden; background: white; border: 8px solid white; box-shadow: var(--shadow); }
.portrait-frame img { aspect-ratio: 1 / 1.04; object-fit: cover; object-position: 50% 44%; }
.portrait-accent { position:absolute; inset: auto -26px -28px 48px; height: 86%; border-radius: 28px; background: linear-gradient(145deg, var(--teal), #2a668a); z-index:1; }
.stats { background: var(--navy); color: white; padding: 28px 0; }
.stat-grid { display:grid; grid-template-columns:repeat(5,1fr); }
.stat { padding: 18px 22px; border-right:1px solid rgba(255,255,255,.12); }
.stat:last-child { border-right:0; }
.stat strong { display:block; font-size: 1.75rem; line-height:1; letter-spacing:-.04em; }
.stat span { display:block; margin-top:8px; color:#b9c7d6; font-size:.78rem; line-height:1.35; }
.section { padding: 96px 0; }
.section-muted { background: var(--soft); }
.two-col, .advisory-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items:start; }
.section-heading.narrow { max-width: 760px; }
.prose { color:#4d5f72; font-size:1.04rem; }
.prose p { margin-top:0; margin-bottom:20px; }
.card-grid { margin-top: 42px; display:grid; grid-template-columns: repeat(3,1fr); gap:18px; }
.expertise-card { background:white; border:1px solid #e0e7ed; border-radius:18px; padding:26px; min-height:220px; box-shadow:0 10px 30px rgba(11,31,51,.04); }
.card-num { display:block; font-size:.76rem; color:var(--teal); font-weight:800; letter-spacing:.13em; margin-bottom:28px; }
.expertise-card p { color:#627286; margin-bottom:0; }
.timeline { margin-top:44px; border-top:1px solid var(--line); }
.timeline-item { display:grid; grid-template-columns: 190px 1fr; gap:44px; padding:34px 0; border-bottom:1px solid var(--line); }
.timeline-date { color:var(--teal); font-weight:800; font-size:.86rem; letter-spacing:.04em; }
.timeline-body h3 { margin-bottom:5px; font-size:1.38rem; }
.timeline-body .role { margin:0 0 11px; font-weight:700; color:#36506b; }
.timeline-body p:last-child { margin-bottom:0; color:#5b6c80; }
.advisory { background: linear-gradient(140deg,#edf6f6,#f7fafc); }
.section-dark { background: var(--navy); color:white; }
.section-dark h2 { color:white; }
.section-dark .eyebrow { color:#6bd4d0; }
.tools-grid { display:grid; grid-template-columns: 1.2fr .8fr; gap:70px; align-items:start; }
.chip-wrap { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
.chip-wrap span { border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.06); color:#e6edf5; padding:9px 13px; border-radius:999px; font-size:.86rem; }
.education-card { background:white; color:var(--ink); border-radius:20px; padding:30px; box-shadow:0 20px 60px rgba(0,0,0,.18); }
.education-card .label { color:var(--teal); text-transform:uppercase; letter-spacing:.13em; font-size:.72rem; font-weight:800; }
.education-card h3 { margin-bottom:7px; }
.education-card p { color:#5a697a; }
.education-card hr { border:0; border-top:1px solid #e2e8ee; margin:22px 0; }
.cta { background:#f7f9fb; }
.cta-grid { display:grid; grid-template-columns: 1.05fr .95fr; gap:72px; align-items:center; }
.cta-copy { color:#627286; max-width:620px; }
.contact-card { background:var(--navy); border-radius:22px; padding:30px; color:white; box-shadow:var(--shadow); }
.contact-card > a { display:block; text-decoration:none; color:white; font-weight:700; padding:9px 0; border-bottom:1px solid rgba(255,255,255,.1); }
.contact-card .contact-actions { margin-top:22px; }
.contact-card .btn-primary { background:var(--teal); }
.site-footer { padding:28px 0; border-top:1px solid var(--line); background:white; }
.footer-wrap { display:flex; justify-content:space-between; gap:20px; color:#718092; font-size:.82rem; }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity:1; transform:none; transition:none; } html {scroll-behavior:auto;} }
@media (max-width: 980px) {
  .hero-grid, .two-col, .advisory-grid, .tools-grid, .cta-grid { grid-template-columns:1fr; gap:42px; }
  .portrait-wrap { justify-self:start; max-width:360px; }
  .stat-grid { grid-template-columns: repeat(3,1fr); }
  .stat:nth-child(3) { border-right:0; }
  .stat:nth-child(n+4) { border-top:1px solid rgba(255,255,255,.12); }
  .card-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 720px) {
  .container { width:min(100% - 28px,1160px); }
  .nav-toggle { display:block; }
  .site-nav { position:absolute; top:75px; left:14px; right:14px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:10px; background:white; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow); }
  .site-nav.open { display:flex; }
  .site-nav a { padding:12px 10px; }
  .brand-name { display:none; }
  .hero { padding:64px 0 58px; }
  h1 { font-size:clamp(2.8rem,16vw,4.5rem); }
  .hero-subtitle span { padding:0 4px; }
  .portrait-wrap { max-width:300px; }
  .stat-grid { grid-template-columns:1fr 1fr; }
  .stat, .stat:nth-child(3), .stat:nth-child(n+4) { border-right:1px solid rgba(255,255,255,.12); border-top:1px solid rgba(255,255,255,.12); }
  .stat:nth-child(1), .stat:nth-child(2) { border-top:0; }
  .stat:nth-child(even) { border-right:0; }
  .stat:last-child { grid-column:1 / -1; border-right:0; }
  .section { padding:72px 0; }
  .card-grid { grid-template-columns:1fr; }
  .timeline-item { grid-template-columns:1fr; gap:9px; }
  .footer-wrap { flex-direction:column; }
  .hero-actions .btn, .contact-actions .btn { width:100%; }
}
