:root {
  --ink: #111a28;
  --ink-soft: #4a5669;
  --paper: #ffffff;
  --paper-soft: #f2f5f7;
  --navy: #0a1424;
  --navy-2: #10213a;
  --accent: #8a5d18;
  --accent-on-dark: #c8913f;
  --line: #d8dee7;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(8, 18, 35, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px #111a28;
  border-radius: 4px;
}
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999; padding: .8rem 1rem; background: var(--paper); }
.skip-link:focus { left: 1rem; top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-muted { background: var(--paper-soft); }
.section-dark {
  background: radial-gradient(circle at 86% 0%, rgba(200,145,63,.17), transparent 31%), linear-gradient(180deg, var(--navy), #08111e);
  color: #f8fafc;
}
.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section-dark .eyebrow, .section-dark .card-number, .contact-card .eyebrow, .contact-details dt { color: var(--accent-on-dark); }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { margin-bottom: 12px; font-size: clamp(2.8rem, 6vw, 5.7rem); font-weight: 780; }
h2 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2rem, 4vw, 3.55rem); font-weight: 740; }
h3 { font-size: 1.35rem; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(216,222,231,.82); background: rgba(255,255,255,.92); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 820; }
.brand-mark { display: grid; width: 44px; aspect-ratio: 1; place-items: center; border-radius: 13px; background: var(--navy); color: var(--paper); font-size: .78rem; letter-spacing: .08em; }
.brand-text { letter-spacing: -.02em; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: var(--ink-soft); font-size: .9rem; font-weight: 730; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--ink); }
.site-nav .nav-cta { padding: 10px 15px; border-radius: 999px; background: var(--navy); color: #fff; }
.menu-button { display: none; width: 46px; height: 42px; padding: 10px; border: 0; border-radius: 10px; background: var(--paper-soft); cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.hero { position: relative; overflow: hidden; min-height: calc(100vh - 76px); display: grid; align-items: center; background: radial-gradient(circle at 88% 16%, rgba(200,145,63,.22), transparent 25%), radial-gradient(circle at 6% 92%, rgba(56,93,138,.13), transparent 23%), linear-gradient(180deg,#fbfcfd,#fff); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(17,26,40,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(17,26,40,.08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 370px; gap: 72px; align-items: center; }
.hero-positioning { max-width: 810px; margin-bottom: 22px; color: var(--accent); font-size: clamp(1.45rem, 3vw, 2.45rem); font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
.hero-summary { max-width: 770px; margin-bottom: 34px; color: var(--ink-soft); font-size: clamp(1.08rem,2vw,1.3rem); }
.button-row, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 820; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: #fff; box-shadow: 0 12px 30px rgba(10,20,36,.2); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.82); color: var(--ink); }
.hero-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin: 48px 0 0; padding: 0; list-style: none; }
.hero-facts li { padding-top: 16px; border-top: 1px solid var(--line); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { margin-bottom: 4px; font-size: .88rem; }
.hero-facts span { color: var(--ink-soft); font-size: .86rem; }
.profile-panel { overflow: hidden; border: 1px solid rgba(216,222,231,.9); border-radius: var(--radius); background: rgba(255,255,255,.9); box-shadow: var(--shadow); transform: rotate(1deg); }
.profile-visual { position: relative; aspect-ratio: 1; overflow: hidden; background: linear-gradient(145deg, rgba(10,20,36,.98), rgba(29,54,86,.95)); }
.profile-visual picture, .profile-photo { width: 100%; height: 100%; }
.profile-photo { object-fit: cover; object-position: 50% 47%; }
.profile-copy { padding: 25px; }
.profile-copy p { margin-bottom: 3px; color: var(--ink-soft); font-size: .91rem; }
.profile-copy .profile-name { margin-bottom: 10px; color: var(--ink); font-size: 1.28rem; font-weight: 820; }
.availability { display: flex; align-items: center; gap: 8px; margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .81rem; font-weight: 700; }
.availability span { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(200,145,63,.15); }

.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; }
.body-copy { color: var(--ink-soft); font-size: 1.08rem; }
.body-copy p:last-child { margin-bottom: 0; }
.section-heading { margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 720px; color: inherit; opacity: .74; }
#capabilities .section-heading { margin-bottom: 36px; }
.timeline { border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 58px; padding: 46px 0; border-bottom: 1px solid var(--line); }
.timeline-meta { display: flex; flex-direction: column; color: var(--ink-soft); font-size: .86rem; font-weight: 730; }
.role-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.timeline-content h3 { margin-bottom: 4px; font-size: 1.65rem; }
.timeline-content h3 small { font-size: .78em; font-weight: 680; }
.organization { margin-bottom: 17px; color: var(--accent); font-weight: 820; }
.role-type { flex: 0 0 auto; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: .76rem; font-weight: 740; }
.promotion-note { max-width: 850px; margin-bottom: 24px; padding: 17px 20px; border-left: 4px solid var(--accent); background: var(--paper-soft); color: var(--ink-soft); font-weight: 650; }
.role-bullets { max-width: 870px; margin: 0; padding-left: 1.15rem; color: var(--ink-soft); }
.role-bullets li { margin-bottom: 10px; padding-left: 5px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: .78rem; font-weight: 720; }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.capability-card { min-height: 300px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.card-number { margin-bottom: 54px; color: var(--accent); font-family: Georgia,"Times New Roman",serif; font-size: 1.9rem; }
.capability-card h3 { font-size: 1.5rem; }
.capability-card p { margin-bottom: 0; color: rgba(248,250,252,.75); }
.credentials-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; }
.credential-stack { border-top: 1px solid var(--line); }
.credential { display: grid; grid-template-columns: 1fr 250px; gap: 28px; padding: 29px 0; border-bottom: 1px solid var(--line); }
.credential-type { margin-bottom: 8px; color: var(--accent); font-size: .75rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.credential h3 { margin-bottom: 6px; }
.credential p { margin-bottom: 0; color: var(--ink-soft); }
.credential-detail { align-self: end; text-align: right; font-size: .85rem; }
.strength-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.strength-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.strength-grid p { margin-bottom: 0; color: var(--ink-soft); font-size: .92rem; }
.contact-section { background: linear-gradient(180deg,var(--paper),var(--paper-soft)); }
.contact-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 60px; align-items: center; padding: 52px; border-radius: calc(var(--radius) + 8px); background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.contact-card > div > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.75); }
.contact-details { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px 28px; margin: 28px 0 0; }
.contact-details div { min-width: 0; }
.contact-details dt { color: var(--accent); font-size: .74rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.contact-details dd { margin: 3px 0 0; color: rgba(255,255,255,.88); overflow-wrap: anywhere; }
.contact-details a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.contact-card .button-primary { background: var(--accent-on-dark); color: var(--navy); }
.contact-card .button-secondary { border-color: rgba(255,255,255,.25); background: transparent; color: #fff; }

/* Preserve the primary-button design shadow while applying the full two-color keyboard focus indicator. */
.button.button-primary:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px #111a28, 0 12px 30px rgba(10,20,36,.2);
}
.site-footer { padding: 28px 0; background: var(--navy); color: rgba(255,255,255,.7); font-size: .85rem; }
.footer-row { display: flex; justify-content: space-between; gap: 20px; }
.footer-row p { margin: 0; }
.footer-row a { text-decoration: none; }

@media (max-width: 1060px) { .site-nav { gap: 16px; } .site-nav a { font-size: .84rem; } }
@media (max-width: 980px) {
  .hero-grid, .split, .credentials-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 54px; }
  .profile-panel { width: min(100%,390px); justify-self: center; margin-inline: auto; transform: none; }
  .capability-grid { grid-template-columns: repeat(2,1fr); }
  .strength-grid { grid-template-columns: repeat(2,1fr); }
  .contact-actions { justify-content: flex-start; }
}
@media (max-width: 840px) {
  .brand-text { display: none; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.99); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 12px; border-radius: 10px; font-size: .92rem; }
  .site-nav .nav-cta { text-align: center; }
}
@media (max-width: 760px) {
  .section { padding: 78px 0; }
  .hero { min-height: auto; }
  .hero-facts { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 1fr; gap: 18px; }
  .timeline-meta { flex-direction: row; justify-content: space-between; }
  .role-heading { flex-direction: column; }
  .capability-grid, .strength-grid { grid-template-columns: 1fr; }
  .credential { grid-template-columns: 1fr; }
  .credential-detail { text-align: left; }
  .contact-card { padding: 32px 24px; }
  .contact-details { grid-template-columns: 1fr; }
  .footer-row { flex-direction: column; }
}
@media (max-width: 480px) {
  .shell { width: min(calc(100% - 28px),var(--max)); }
  h1 { font-size: 2.65rem; }
  .hero-positioning { font-size: 1.45rem; }
  .button-row .button, .contact-actions .button { width: 100%; }
  .timeline-meta { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
