:root {
  --navy: #0C2D6B;
  --navy-deep: #081E49;
  --blue: #0072BC;
  --green: #2E9E47;
  --green-deep: #1F7A35;
  --orange: #F7A600;
  --bg: #F7F8F6;
  --bg-white: #FFFFFF;
  --ink: #14213A;
  --ink-soft: #4A5670;
  --line: #E3E7E2;
  --max: 1180px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, sans-serif; background: var(--bg); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4 { font-family: 'Space Grotesk', sans-serif; color: var(--navy); line-height: 1.15; letter-spacing: -0.01em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 4px; }

/* Top bar */
.topbar { background: var(--navy-deep); color: rgba(255,255,255,0.75); font-size: 13px; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; padding: 8px 28px; flex-wrap: wrap; gap: 8px; }
.topbar a { color: rgba(255,255,255,0.85); }
.topbar a:hover { color: #fff; }

/* Nav */
header.nav { background: rgba(247,248,246,0.95); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 36px; width: auto; }
.brand-name { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 16px; color: var(--navy); line-height: 1.1; }
.brand-name span { display: block; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); }
nav.links { display: flex; gap: 4px; align-items: center; flex-wrap: wrap; }
nav.links a { font-size: 13.5px; font-weight: 500; color: var(--ink); padding: 6px 10px; border-radius: 8px; transition: background 0.18s; }
nav.links a:hover { background: rgba(12,45,107,0.07); color: var(--navy); }
nav.links a.active { color: var(--navy); font-weight: 600; }
.nav-cta { background: var(--navy) !important; color: white !important; padding: 9px 18px !important; border-radius: 30px !important; font-weight: 600 !important; }
.nav-cta:hover { background: var(--blue) !important; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; }
.menu-toggle span { width: 24px; height: 2px; background: var(--navy); display: block; }
.mobile-menu { display: none; background: white; border-top: 1px solid var(--line); padding: 16px 28px; flex-direction: column; gap: 4px; }
.mobile-menu a { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 500; color: var(--ink); }
.mobile-menu a:last-child { border-bottom: none; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; border-radius: 30px; font-weight: 600; font-size: 15px; transition: all 0.2s; border: 1.5px solid transparent; cursor: pointer; }
.btn-primary { background: var(--navy); color: white; }
.btn-primary:hover { background: var(--blue); transform: translateY(-1px); }
.btn-green { background: var(--green); color: white; }
.btn-green:hover { background: var(--green-deep); transform: translateY(-1px); }
.btn-ghost { border-color: var(--line); color: var(--navy); background: white; }
.btn-ghost:hover { border-color: var(--navy); }
.btn-outline { border-color: rgba(255,255,255,0.4); color: white; }
.btn-outline:hover { border-color: white; background: rgba(255,255,255,0.1); }
.btn-orange { background: var(--orange); color: white; }
.btn-orange:hover { background: #d99200; }

/* Eyebrow */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green-deep); background: rgba(46,158,71,0.09); padding: 6px 14px; border-radius: 30px; margin-bottom: 18px; }
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex-shrink: 0; }

/* Page hero (inner pages) */
.page-hero { background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%); padding: 64px 0 56px; color: white; }
.page-hero h1 { color: white; font-size: clamp(1.8rem, 3.5vw, 2.8rem); margin-bottom: 14px; }
.page-hero p { color: rgba(255,255,255,0.78); font-size: 1.05rem; max-width: 56ch; }

/* Section shells */
section { padding: 80px 0; }
.alt-bg { background: var(--bg-white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 640px; margin-bottom: 44px; }
.section-head h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin-bottom: 12px; }
.section-head p { color: var(--ink-soft); font-size: 1rem; }

/* Cards */
.card { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 28px 24px; transition: transform 0.2s, box-shadow 0.2s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px -16px rgba(12,45,107,0.16); }
.card-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 20px; }
.card h3 { font-size: 1.02rem; margin-bottom: 8px; }
.card p { color: var(--ink-soft); font-size: 0.93rem; }

/* Person cards */
.person-card { background: white; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.person-photo { aspect-ratio: 1; overflow: hidden; background: linear-gradient(150deg,#EFF3F8,#E4EEE6); }
.person-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.person-info { padding: 20px; }
.person-info h3 { font-size: 1rem; margin-bottom: 3px; }
.person-info .role { font-size: 12.5px; color: var(--blue); font-weight: 600; margin-bottom: 6px; line-height: 1.3; }
.person-info .loc { font-size: 12px; color: var(--ink-soft); margin-bottom: 10px; }
.person-info .loc::before { content: "📍 "; }
.person-info p.bio { font-size: 13px; color: var(--ink-soft); line-height: 1.55; }

/* Footer */
footer { background: var(--navy-deep); color: rgba(255,255,255,0.75); padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand img { height: 34px; margin-bottom: 14px; }
.footer-brand p { font-size: 13.5px; max-width: 30ch; line-height: 1.6; }
.footer-col h5 { font-family: 'Space Grotesk', sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 14px; }
.footer-col a, .footer-col p { display: block; font-size: 13.5px; color: rgba(255,255,255,0.7); margin-bottom: 9px; }
.footer-col a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 12.5px; color: rgba(255,255,255,0.45); }

/* Responsive */
@media (max-width: 1020px) {
  nav.links { display: none; }
  .menu-toggle { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  section { padding: 56px 0; }
  .page-hero { padding: 48px 0 40px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
