
:root {
  --navy-950: #0d2133;
  --navy-900: #17324d;
  --navy-800: #224563;
  --teal-700: #287d78;
  --teal-600: #33938d;
  --teal-100: #dcefed;
  --cream-50: #fbfaf7;
  --cream-100: #f3f0e9;
  --paper: #ffffff;
  --ink: #23303b;
  --muted: #5f6d78;
  --line: #d9e0e5;
  --gold: #b38436;
  --shadow: 0 18px 45px rgba(13, 33, 51, .10);
  --radius-lg: 26px;
  --radius-md: 16px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream-50);
  color: var(--ink);
  font-family: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: var(--navy-800); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { color: var(--teal-700); }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(51,147,141,.55); outline-offset: 3px; border-radius: 5px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: #fff; padding: .7rem 1rem; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 850px); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,247,.94); border-bottom: 1px solid rgba(217,224,229,.85); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: var(--navy-950); text-decoration: none; display: inline-flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-size: 1.18rem; letter-spacing: -.02em; }
.brand span { margin-top: 6px; color: var(--muted); font-size: .73rem; letter-spacing: .11em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 8px; }
.desktop-nav a { padding: .65rem .78rem; border-radius: 9px; text-decoration: none; color: var(--navy-900); font-size: .94rem; font-weight: 650; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { background: var(--teal-100); color: var(--navy-950); }
.desktop-nav .nav-linkedin { display: inline-flex; align-items: center; gap: 7px; color: white; background: var(--navy-900); padding-inline: .9rem; }
.desktop-nav .nav-linkedin:hover { background: var(--teal-700); color: #fff; }
.mobile-nav { display: none; }
.mobile-nav summary { list-style: none; cursor: pointer; font-weight: 700; color: var(--navy-900); padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-menu { position: absolute; right: 20px; top: 68px; width: min(300px, calc(100vw - 40px)); padding: .7rem; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.mobile-menu a { display: block; padding: .75rem .8rem; text-decoration: none; font-weight: 650; border-radius: 8px; }
.hero { overflow: clip; background: radial-gradient(circle at 70% 10%, rgba(51,147,141,.16), transparent 38%), linear-gradient(135deg, #f9f7f1 0%, #eef4f5 100%); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 660px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr); gap: clamp(38px, 7vw, 90px); align-items: center; padding-block: 72px; }
.eyebrow { margin: 0 0 16px; color: var(--teal-700); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { color: var(--navy-950); line-height: 1.14; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(3rem, 6vw, 5.65rem); letter-spacing: -.055em; max-width: 800px; }
.hero-lead { max-width: 760px; margin: 26px 0 0; color: #40515f; font-size: clamp(1.12rem, 2vw, 1.37rem); line-height: 1.62; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: .77rem 1.05rem; border: 1px solid var(--navy-900); border-radius: 10px; background: var(--navy-900); color: #fff; text-decoration: none; font-weight: 750; font-size: .95rem; }
.button:hover { background: var(--teal-700); border-color: var(--teal-700); color: #fff; }
.button.secondary { color: var(--navy-900); background: rgba(255,255,255,.72); border-color: #aab7c1; }
.button.secondary:hover { color: var(--navy-950); background: #fff; border-color: var(--teal-700); }
.hero-portrait { position: relative; justify-self: end; width: min(100%, 465px); }
.hero-portrait picture { position: relative; z-index: 1; display: block; }
.hero-portrait img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 14%; border-radius: 44% 44% 18% 18%; border: 8px solid rgba(255,255,255,.85); box-shadow: var(--shadow); }
.credentials { background: var(--navy-950); color: #fff; }
.credentials-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.credential { padding: 25px 28px; border-left: 1px solid rgba(255,255,255,.16); }
.credential:first-child { border-left: 0; }
.credential strong { display: block; color: #fff; font-size: .98rem; line-height: 1.35; }
.credential span { display: block; margin-top: 5px; color: #b8cbd7; font-size: .81rem; line-height: 1.4; }
.section { padding-block: 92px; }
.section.alt { background: var(--cream-100); border-block: 1px solid #e4e0d7; }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 45px; align-items: start; margin-bottom: 42px; }
.section-heading h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 3.65rem); letter-spacing: -.04em; }
.section-heading p { margin: 5px 0 0; color: var(--muted); font-size: 1.08rem; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { min-height: 100%; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 8px 25px rgba(13,33,51,.045); }
.card-number { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--teal-100); color: var(--teal-700); font-weight: 800; font-size: .85rem; }
.card h3 { margin: 18px 0 10px; font-size: 1.18rem; letter-spacing: -.015em; }
.card p { margin: 0; color: var(--muted); font-size: .94rem; }
.split-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy-950); box-shadow: var(--shadow); }
.split-panel > div { padding: clamp(34px, 5vw, 62px); }
.split-panel .light { background: #fff; }
.split-panel h2 { margin: 0 0 22px; font-size: clamp(2rem, 3.4vw, 3.05rem); }
.split-panel .dark h2, .split-panel .dark h3 { color: #fff; }
.split-panel .dark p { color: #c7d5de; }
.check-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 28px; color: #dce7ed; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .52em; width: 11px; height: 6px; border-left: 2px solid #77c4bf; border-bottom: 2px solid #77c4bf; transform: rotate(-45deg); }
.recognition-list { list-style: none; margin: 0; padding: 0; }
.recognition-list li { padding: 18px 0; border-top: 1px solid var(--line); }
.recognition-list li:first-child { border-top: 0; padding-top: 0; }
.recognition-list strong { display: block; color: var(--navy-950); }
.recognition-list span { display: block; color: var(--muted); font-size: .91rem; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.work-card { display: flex; flex-direction: column; min-height: 100%; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); text-decoration: none; box-shadow: 0 8px 25px rgba(13,33,51,.04); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.work-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #a8c9c7; }
.work-type { color: var(--teal-700); font-size: .75rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.work-card h3 { margin: 15px 0 12px; font-size: 1.25rem; }
.work-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.work-link { margin-top: auto; padding-top: 22px; display: inline-flex; gap: 7px; align-items: center; font-weight: 800; color: var(--navy-800); }
.cta { padding-block: 80px; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: clamp(32px, 5vw, 54px); border-radius: var(--radius-lg); color: #fff; background: linear-gradient(135deg, var(--navy-900), var(--teal-700)); box-shadow: var(--shadow); }
.cta-panel h2 { margin: 0; color: #fff; font-size: clamp(1.9rem, 3vw, 2.8rem); }
.cta-panel p { margin: 10px 0 0; color: #dbe9ec; }
.cta-panel .button { white-space: nowrap; background: #fff; border-color: #fff; color: var(--navy-900); }
.cta-panel .button:hover { background: var(--cream-100); color: var(--navy-950); }
.page-hero { padding-block: 84px 72px; background: linear-gradient(135deg, #f8f5ed, #edf4f4); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 950px; font-size: clamp(2.7rem, 5vw, 5rem); }
.page-hero p { max-width: 840px; margin: 24px 0 0; color: var(--muted); font-size: 1.2rem; }
.profile-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: start; }
.profile-intro h2 { margin-top: 0; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.profile-intro .prose p:first-child { margin-top: 0; }
.prose { color: #435360; }
.prose p { margin: 0 0 1.25em; }
.prose strong { color: var(--navy-950); }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.capability { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.capability h3 { margin: 0 0 10px; font-size: 1.16rem; }
.capability p { margin: 0; color: var(--muted); font-size: .93rem; }
.timeline { position: relative; margin-top: 35px; }
.timeline::before { content: ""; position: absolute; left: 9px; top: 8px; bottom: 8px; width: 2px; background: #c8d4da; }
.timeline-item { position: relative; padding: 0 0 34px 42px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before { content: ""; position: absolute; left: 2px; top: 7px; width: 16px; height: 16px; border-radius: 50%; background: var(--teal-700); border: 4px solid var(--cream-100); box-shadow: 0 0 0 1px #9db3bd; }
.timeline-item .date { color: var(--teal-700); font-size: .79rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.timeline-item h3 { margin: 5px 0; font-size: 1.2rem; }
.timeline-item p { margin: 0; color: var(--muted); }
.archive-tools { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.archive-tools a { padding: .52rem .75rem; border-radius: 999px; background: #fff; border: 1px solid var(--line); text-decoration: none; font-weight: 700; font-size: .85rem; }
.archive-tools a:hover { background: var(--teal-100); border-color: #a6cfcb; }
.archive-section { padding-block: 58px; border-bottom: 1px solid var(--line); }
.archive-section:last-child { border-bottom: 0; }
.archive-section h2 { margin: 0 0 25px; font-size: 2.2rem; }
.publication-list { display: grid; gap: 12px; }
.publication-item { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 18px; padding: 23px 24px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.publication-year { color: var(--teal-700); font-weight: 850; font-size: .86rem; letter-spacing: .06em; }
.publication-copy h3 { margin: 0; font-size: 1.08rem; line-height: 1.38; }
.publication-copy h3 a { text-decoration: none; }
.publication-copy h3 a:hover { text-decoration: underline; }
.publication-copy p { margin: 8px 0 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.file-tag { display: inline-flex; vertical-align: .14em; margin-left: 7px; padding: .15rem .42rem; border-radius: 5px; background: var(--teal-100); color: var(--teal-700); font-size: .61rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.media-card { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.media-card .date { color: var(--teal-700); font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.media-card h2 { margin: 12px 0; font-size: 1.45rem; }
.media-card p { color: var(--muted); }
.media-card .work-link { text-decoration: none; }
.note { margin-top: 28px; padding: 20px 22px; border-left: 4px solid var(--gold); background: #fff8e9; color: #635231; }
.site-footer { background: var(--navy-950); color: #c7d3da; padding-block: 54px 30px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; }
.site-footer h2, .site-footer h3 { color: #fff; margin-top: 0; }
.site-footer h2 { font-size: 1.35rem; }
.site-footer h3 { font-size: .84rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer p { color: #aebec8; max-width: 520px; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer-links a { color: #dce6eb; text-decoration: none; }
.footer-links a:hover { color: #85d0cb; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: #8fa3af; font-size: .82rem; }
.back-top { color: #c8d7df; }
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; }
  .hero-grid { grid-template-columns: 1.15fr .85fr; gap: 30px; min-height: 590px; }
  h1 { font-size: clamp(3rem, 7vw, 4.7rem); }
  .credentials-grid { grid-template-columns: repeat(2, 1fr); }
  .credential:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .credential:nth-child(4) { border-top: 1px solid rgba(255,255,255,.16); }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .work-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 68px; }
  .brand span { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 52px 62px; }
  .hero-copy { order: 1; }
  .hero-portrait { order: 0; justify-self: center; width: min(75vw, 350px); }
  h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .hero-lead { font-size: 1.05rem; }
  .button-row .button { flex: 1 1 210px; }
  .credentials-grid { grid-template-columns: 1fr; }
  .credential, .credential:nth-child(n) { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); padding: 20px 16px; }
  .credential:first-child { border-top: 0; }
  .section { padding-block: 66px; }
  .section-heading, .profile-intro { grid-template-columns: 1fr; gap: 18px; }
  .card-grid, .capability-grid, .work-grid, .media-grid, .footer-grid { grid-template-columns: 1fr; }
  .work-card:last-child { grid-column: auto; }
  .split-panel { grid-template-columns: 1fr; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
  .publication-item { grid-template-columns: 1fr; gap: 5px; padding: 20px; }
  .publication-year { font-size: .75rem; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}


/* 2026 content update */
.recognition-list a { color: inherit; text-decoration: none; }
.recognition-list a:hover strong { color: var(--teal-700); text-decoration: underline; text-underline-offset: .18em; }
.media-card.featured-video { grid-column: 1 / -1; }
.media-video { margin-top: 20px; overflow: hidden; border-radius: 12px; background: #08141f; border: 1px solid var(--line); }
.media-video video { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; background: #08141f; }
.media-video + .work-link { margin-top: 14px; padding-top: 0; }
.award-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.award-card { padding: 25px 27px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.award-card .date { color: var(--teal-700); font-size: .77rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.award-card h3 { margin: 9px 0 7px; font-size: 1.15rem; }
.award-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.award-card a { text-decoration: none; }
.award-card a:hover { text-decoration: underline; }
@media (max-width: 760px) {
  .award-grid { grid-template-columns: 1fr; }
}
