:root {
  color-scheme: light;
  --page: #ffffff;
  --surface: #f3f6fb;
  --tint: #e9effd;
  --ink: #20314c;
  --muted: #56657c;
  --accent: #294fc4;
  --line: #dce3ef;
  --on-accent: #ffffff;
  --focus: #a85900;
  --font: 'Avenir Next', Avenir, 'Segoe UI', sans-serif;
}
[data-theme='dark'] {
  color-scheme: dark;
  --page: #142036;
  --surface: #1a2943;
  --tint: #213557;
  --ink: #f0f4fc;
  --muted: #b4c2d9;
  --accent: #a0baff;
  --line: #374860;
  --on-accent: #142036;
  --focus: #ffc778;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--page); color: var(--ink); font: 1rem/1.7 var(--font); -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-underline-offset: .24em; }
a:hover { text-decoration-thickness: 2px; }
button, summary { cursor: pointer; }
svg { flex-shrink: 0; vertical-align: middle; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3, h4 { line-height: 1.2; }
h2 { font-size: clamp(1.9rem, 3vw, 2.65rem); letter-spacing: -.045em; font-weight: 600; }
h3 { font-size: 1.25rem; letter-spacing: -.025em; font-weight: 600; }
p + p { margin-top: 1rem; }
::selection { background: var(--accent); color: var(--on-accent); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; border-radius: 2px; }
[hidden] { display: none !important; }
.wrap { width: min(1192px, calc(100% - 96px)); margin-inline: auto; }
.section-space { padding-block: 92px; }
.muted { color: var(--muted); }
.skip-link { position: fixed; z-index: 50; top: -100px; left: 20px; padding: 12px 20px; color: var(--on-accent); background: var(--accent); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--page); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 32px; }
.wordmark { display: flex; flex-direction: column; line-height: 1.35; font-size: 1.15rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.wordmark span { font-size: .78rem; font-weight: 500; color: var(--muted); margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.main-nav a { padding-block: 12px; font-size: .875rem; font-weight: 550; color: var(--muted); text-decoration: none; }
.main-nav a:hover, .main-nav a[aria-current] { color: var(--accent); }
.main-nav a[aria-current] { box-shadow: inset 0 -2px var(--accent); }
.theme-toggle { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 44px; height: 44px; background: transparent; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; }
.theme-toggle:hover { background: var(--surface); }
.sun-icon { display: none; }
[data-theme='dark'] .sun-icon { display: block; }
[data-theme='dark'] .moon-icon { display: none; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) 328px; gap: 80px; align-items: center; padding-block: 80px 88px; }
.hero-intro { color: var(--accent); font-weight: 550; font-size: .95rem; margin-bottom: 28px; }
h1 { font-size: clamp(3rem, 5.45vw, 4.6rem); line-height: 1.08; letter-spacing: -.055em; font-weight: 600; }
.hero-description { max-width: 570px; color: var(--muted); font-size: 1.15rem; line-height: 1.8; margin-top: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 49px; padding: 12px 20px; border: 1px solid transparent; border-radius: 6px; font-size: .9rem; font-weight: 600; text-decoration: none; }
.button-primary { background: var(--accent); color: var(--on-accent); }
.button-primary:hover { filter: brightness(.92); }
.button-quiet { border-color: var(--line); }
.button-quiet:hover { background: var(--surface); }
.current-role { color: var(--muted); font-size: .8rem; margin-top: 30px; max-width: 520px; }
.current-role a { color: var(--ink); font-weight: 550; text-decoration: none; }
.current-role a:hover { text-decoration: underline; }
.profile { color: var(--ink); }
.portrait { overflow: hidden; border-radius: 8px; }
.portrait img { width: 100%; height: auto; }
.profile figcaption { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 21px 0 0; }
.profile-name { font-size: 1.55rem; font-weight: 550; letter-spacing: -.025em; line-height: 1.3; }
.profile-credentials { font-size: .85rem; color: var(--muted); margin-top: 6px; }
.profile-location { display: flex; gap: 6px; align-items: center; color: var(--muted); font-size: .78rem; margin-top: 14px; }
.about-section { display: grid; grid-template-columns: .95fr 1.25fr; gap: 90px; border-top: 1px solid var(--line); padding-top: 66px; }
.about-copy { color: var(--muted); }
.about-copy .lead { color: var(--ink); font-size: 1.2rem; line-height: 1.65; }
.section-heading { margin-bottom: 36px; }
.section-heading p { color: var(--muted); margin-top: 13px; max-width: 530px; }
.section-heading-wide { display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.section-heading-wide > p { margin: 0; }
.work-section { background: var(--surface); }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.work-card { padding: 34px; display: flex; flex-direction: column; align-items: start; border-radius: 10px; }
.work-applicora { background: var(--tint); border: 1px solid transparent; }
.work-oracle { background: var(--page); border: 1px solid var(--line); }
.work-card-top { display: flex; flex-wrap: wrap; gap: 6px 20px; align-items: center; width: 100%; margin-bottom: 33px; }
.work-card-top h3 { font-size: 1.35rem; }
.work-card-top > span { color: var(--muted); font-size: .8rem; margin-left: auto; }
.work-card h4 { font-size: clamp(1.45rem, 2.3vw, 1.8rem); letter-spacing: -.035em; line-height: 1.3; font-weight: 600; max-width: 380px; margin-bottom: 19px; }
.work-card > p { color: var(--muted); }
.tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 25px 0 30px; }
.tags li { padding: 3px 10px; border: 1px solid var(--line); background: var(--page); font-size: .76rem; border-radius: 4px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--accent); font-size: .9rem; font-weight: 600; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.work-card > .text-link { margin-top: auto; padding-block: 5px; }
.outcomes { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; }
.outcomes article { padding: 2px 32px; border-left: 1px solid var(--line); }
.outcomes article:first-child { padding-left: 0; border-left: 0; }
.outcomes article:last-child { padding-right: 0; }
.outcome-value { font-size: 2.8rem; font-weight: 550; letter-spacing: -.05em; line-height: 1.15; }
.outcome-value span { display: block; margin-top: 10px; font-size: .9rem; font-weight: 600; letter-spacing: 0; line-height: 1.5; }
.outcomes article > p + p { color: var(--muted); font-size: .875rem; margin-top: 11px; }
.career-list { border-top: 1px solid var(--line); }
.career-role { border-bottom: 1px solid var(--line); scroll-margin-top: 18px; }
.career-role > summary { display: grid; grid-template-columns: 200px minmax(0, 1fr) 32px; align-items: start; gap: 28px; list-style: none; padding-block: 29px; }
.career-role > summary::-webkit-details-marker { display: none; }
.career-role > summary::marker { content: ''; }
.career-role > summary:hover .role-company { color: var(--accent); }
.role-period { font-size: .875rem; color: var(--muted); padding-top: 3px; }
.role-current { display: block; font-size: .78rem; color: var(--accent); margin-top: 7px; }
.role-heading { display: flex; flex-direction: column; gap: 5px; }
.role-company { font-size: 1.35rem; font-weight: 600; line-height: 1.3; letter-spacing: -.025em; }
.role-title { font-size: 1rem; }
.role-location { font-size: .825rem; color: var(--muted); }
.role-level { display: inline-block; vertical-align: middle; padding: 3px 8px; margin-left: 5px; border: 1px solid var(--line); font-size: .75rem; font-weight: 500; letter-spacing: 0; border-radius: 4px; }
.expand-icon { width: 30px; height: 30px; position: relative; border: 1px solid var(--line); border-radius: 50%; margin-top: 2px; }
.expand-icon::before, .expand-icon::after { content: ''; position: absolute; top: 13px; left: 8px; width: 12px; height: 1.5px; background: var(--ink); }
.expand-icon::after { transform: rotate(90deg); }
.career-role[open] > summary .expand-icon::after { transform: rotate(0deg); }
.role-content { margin: -4px 60px 30px 228px; color: var(--muted); max-width: 755px; }
.role-content ul { padding-left: 19px; margin: 0; }
.role-content li { padding-left: 4px; margin-bottom: 10px; }
.role-content li::marker { color: var(--accent); }
.role-content > .text-link { margin-top: 14px; }
.sub-role + .sub-role { border-top: 1px solid var(--line); padding-top: 23px; margin-top: 24px; }
.sub-role h4 { color: var(--ink); font-size: 1rem; font-weight: 600; }
.sub-role-title { font-size: .85rem; margin-top: 5px; margin-bottom: 14px; }
.earlier-title { margin-top: 48px; margin-bottom: 22px; }
.earlier-career .role-company { font-size: 1.1rem; }
.earlier-career .career-role > summary { padding-block: 24px; }
.expertise-section { background: var(--surface); }
.expertise-layout { display: grid; grid-template-columns: .95fr 1.25fr; gap: 90px; }
.expertise-layout .section-heading { position: sticky; top: 140px; align-self: start; }
.expertise-item { padding-block: 23px; border-bottom: 1px solid var(--line); }
.expertise-item:first-child { padding-top: 0; }
.expertise-item:last-child { border: 0; padding-bottom: 0; }
.expertise-item h3 { margin-bottom: 12px; }
.expertise-item p { color: var(--muted); }
.education-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 54px; }
.education-item { padding: 28px 0 33px; border-top: 1px solid var(--line); }
.education-date { color: var(--muted); font-size: .8rem; margin-bottom: 17px; }
.education-item h3 { font-size: 1.2rem; max-width: 440px; margin-bottom: 13px; }
.education-mba h3 { color: var(--accent); }
.education-subject { color: var(--muted); font-size: .875rem; margin-bottom: 17px; }
.education-item > p + p { margin-top: 10px; }
.education-location { display: block; color: var(--muted); font-size: .8rem; margin-top: 10px; }
.education-note { max-width: 440px; font-size: .875rem; color: var(--muted); }
.certifications-layout { display: grid; grid-template-columns: .8fr 1.4fr; gap: 75px; border-top: 1px solid var(--line); margin-top: 36px; padding-top: 43px; }
.certifications-layout > div > h3 { font-size: 1.6rem; margin-bottom: 14px; }
.certification-group { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 22px; border-bottom: 1px solid var(--line); padding-block: 19px; font-size: .9rem; }
.certification-group:first-child { padding-top: 0; }
.certification-group:last-child { border-bottom: 0; }
.certification-year { color: var(--muted); font-size: .8rem; padding-top: 2px; }
.certification-group h4 { font-size: .9rem; margin-bottom: 10px; }
.certification-group ul { list-style: none; margin: 0; padding: 0; }
.certification-group li + li { margin-top: 6px; }
.credential-note { display: block; color: var(--muted); font-size: .8rem; }
.writing-section { padding-top: 0; }
.writing-list { border-top: 1px solid var(--line); }
.writing-list > a { display: grid; grid-template-columns: 200px minmax(0, 1fr) 24px; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); padding-block: 26px; text-decoration: none; }
.writing-list > a:hover h3 { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; }
.writing-list > a > span { font-size: .8rem; color: var(--muted); }
.writing-list h3 { font-size: 1.1rem; line-height: 1.5; font-weight: 550; }
.writing-list svg { color: var(--accent); }
.contact-section { background: #294fc4; color: white; padding-block: 72px; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.contact-inner h2 { font-size: clamp(2.3rem, 3.7vw, 3.4rem); }
.contact-copy p { color: #e3eaff; max-width: 410px; margin-top: 20px; }
.social-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 23px; }
.social-links a { font-size: .875rem; text-decoration-color: #839eef; padding-block: 6px; }
.site-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding-block: 28px; font-size: .8rem; color: var(--muted); }
.site-footer p + p { margin: 0; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
/* Contact fields use a quiet white surface against the blue contact section. */
.sr-only, .form-honeypot { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.contact-form { min-width: 0; padding: 30px; border-radius: 10px; background: var(--page); color: var(--ink); }
.contact-form fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-field label { font-size: .875rem; font-weight: 550; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 5px; padding: 10px 12px; background: var(--surface); color: var(--ink); font-size: 1rem; }
.form-field input, .form-field textarea, .contact-submit { -webkit-appearance: none; appearance: none; }
.form-field input, .form-field select { min-height: 48px; }
.form-field textarea { resize: vertical; min-height: 125px; }
.contact-submit { color: var(--on-accent); background: var(--accent); width: 100%; cursor: pointer; }
.contact-submit:disabled { cursor: default; opacity: .65; }
.contact-form .form-note { max-width: none; font-size: .78rem; color: var(--muted); margin-top: 17px; line-height: 1.6; }
.contact-form .form-note a { color: var(--accent); }
.contact-copy .resume-note { font-weight: 600; }
.certification-issued { display: inline-block; margin-left: 6px; color: var(--muted); font-size: .8rem; }
@media (min-width: 1440px) { .hero { padding-block: 94px; gap: 100px; grid-template-columns: minmax(0, 1fr) 350px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .header-inner { gap: 22px; }
  .main-nav { gap: 20px; }
  .hero { gap: 45px; grid-template-columns: minmax(0, 1fr) 285px; }
  h1 { font-size: clamp(2.7rem, 5.6vw, 4rem); }
  .hero-description { font-size: 1.05rem; }
  .about-section, .expertise-layout { gap: 55px; }
  .work-card { padding: 26px; }
  .work-card-top { display: block; }
  .work-card-top > span { display: block; margin-top: 6px; }
  .career-role > summary, .writing-list > a { grid-template-columns: 170px minmax(0, 1fr) 30px; gap: 22px; }
  .role-content { margin-left: 192px; margin-right: 50px; }
  .contact-inner { gap: 38px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 145px; }
  .wrap { width: calc(100% - 40px); }
  .section-space { padding-block: 64px; }
  .header-inner { flex-wrap: wrap; gap: 0; min-height: auto; padding-top: 14px; }
  .wordmark { font-size: 1.05rem; }
  .wordmark span { font-size: .75rem; }
  .theme-toggle { margin-left: auto; width: 40px; height: 40px; }
  .main-nav { order: 3; width: 100%; margin-top: 10px; justify-content: space-between; gap: 15px; overflow-x: auto; padding-inline: 4px; scrollbar-width: thin; }
  .main-nav a { font-size: .8rem; padding-block: 12px; white-space: nowrap; }
  .hero { gap: 30px; grid-template-columns: minmax(0, 1fr) 220px; padding-block: 60px; }
  h1 { font-size: clamp(2.5rem, 5.8vw, 3.7rem); }
  .hero-intro { font-size: .85rem; margin-bottom: 22px; }
  .hero-description { font-size: 1rem; line-height: 1.75; margin-top: 22px; }
  .hero-actions { gap: 10px; margin-top: 24px; }
  .button { padding: 11px 15px; font-size: .85rem; }
  .current-role { font-size: .78rem; margin-top: 22px; }
  .profile figcaption { padding: 18px 0 0; }
  .profile-name { font-size: 1.25rem; }
  .profile-location { font-size: .75rem; align-items: start; line-height: 1.5; }
  .profile-location svg { margin-top: 1px; }
  .about-section, .expertise-layout { grid-template-columns: 1fr; gap: 0; }
  .about-section .section-heading, .expertise-layout .section-heading { margin-bottom: 28px; }
  .about-section h2 br, .expertise-layout h2 br { display: none; }
  .expertise-layout .section-heading { position: static; }
  .section-heading-wide { align-items: start; flex-direction: column; gap: 13px; }
  .work-card { padding: 24px; }
  .work-card h4 { font-size: 1.5rem; }
  .outcomes { gap: 22px; }
  .outcomes article { padding-inline: 0; border: 0; }
  .outcome-value { font-size: 2.4rem; }
  .outcome-value span { font-size: .8rem; }
  .career-role > summary { grid-template-columns: 140px minmax(0, 1fr) 30px; gap: 18px; }
  .role-period { font-size: .78rem; }
  .role-content { margin-left: 158px; margin-right: 35px; }
  .role-company { font-size: 1.2rem; }
  .role-title { font-size: .95rem; }
  .education-grid { column-gap: 30px; }
  .certifications-layout { grid-template-columns: 1fr; gap: 28px; }
  .writing-section { padding-top: 0; }
  .writing-list > a { grid-template-columns: 145px minmax(0, 1fr) 20px; gap: 20px; }
  .contact-inner { grid-template-columns: 1fr; gap: 34px; }
  .site-footer { font-size: .75rem; }
}
@media (max-width: 600px) {
  .hero { grid-template-columns: 1fr; gap: 38px; padding-block: 42px 50px; }
  h1 { font-size: clamp(2.7rem, 9.2vw, 3.5rem); }
  .hero-description { max-width: 470px; }
  .profile { display: flex; align-items: center; padding: 0; gap: 19px; }
  .portrait { width: 105px; flex-shrink: 0; }
  .profile figcaption { align-items: flex-start; text-align: left; padding: 0; }
  .profile-name { font-size: 1.3rem; }
  .profile-credentials { margin-top: 3px; }
  .profile-location { margin-top: 10px; }
  .section-space { padding-block: 50px; }
  .section-heading { margin-bottom: 27px; }
  h2 { font-size: 2rem; }
  .about-copy .lead { font-size: 1.1rem; }
  .work-grid { grid-template-columns: 1fr; gap: 18px; }
  .work-card { padding: 26px; }
  .work-card-top { margin-bottom: 25px; }
  .work-card h4 { font-size: 1.6rem; }
  .outcomes { grid-template-columns: 1fr; gap: 23px; margin-top: 32px; }
  .outcomes article { padding-bottom: 23px; border-bottom: 1px solid var(--line); }
  .outcomes article:last-child { border: 0; padding-bottom: 0; }
  .outcome-value { display: flex; align-items: center; gap: 20px; }
  .outcome-value span { max-width: 200px; margin: 0; font-size: .9rem; }
  .career-role > summary { grid-template-columns: minmax(0, 1fr) 30px; gap: 9px 18px; padding-block: 24px; }
  .role-period { grid-column: 1; padding: 0; }
  .role-current { display: inline; margin-left: 12px; }
  .role-heading { grid-column: 1; }
  .expand-icon { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .role-content { margin: -3px 8px 26px 0; }
  .role-company { font-size: 1.2rem; }
  .role-location { font-size: .8rem; }
  .education-grid { grid-template-columns: 1fr; }
  .certifications-layout { margin-top: 5px; padding-top: 30px; }
  .certification-group { grid-template-columns: 78px minmax(0, 1fr); gap: 12px; }
  .certification-year { font-size: .75rem; }
  .writing-section { padding-top: 0; }
  .writing-list > a { grid-template-columns: minmax(0, 1fr) 20px; gap: 7px 20px; padding-block: 22px; }
  .writing-list > a > span { grid-column: 1; }
  .writing-list h3 { grid-column: 1; }
  .writing-list svg { grid-column: 2; grid-row: 1 / 3; }
  .contact-section { padding-block: 50px; }
  .contact-form { padding: 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-inner h2 { font-size: 2.6rem; }
  .social-links { gap: 18px; }
  .site-footer { align-items: start; flex-direction: column; gap: 7px; padding-block: 24px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .main-nav { gap: 13px; }
  .profile { gap: 13px; }
  .portrait { width: 82px; }
  .profile-name { font-size: 1.15rem; }
  .profile-location { font-size: .75rem; }
  .button { padding-inline: 12px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  :root, [data-theme='dark'] { --page: white; --surface: white; --tint: white; --ink: #111; --muted: #444; --accent: #111; --line: #bbb; }
  html { scroll-padding: 0; }
  body { font-size: 10pt; }
  .wrap { width: 100%; }
  .site-header, .hero-actions, .theme-toggle, .site-footer, .contact-form { display: none; }
  .section-space, .hero { padding-block: 24px; }
  .hero { grid-template-columns: 1fr 180px; gap: 30px; }
  h1 { font-size: 32pt; }
  h2 { font-size: 20pt; }
  .profile, .contact-section { background: white; color: #111; }
  .contact-section { border: 1px solid #bbb; }
  .profile-credentials, .profile-location, .contact-copy p { color: #444; }
  .profile { border-radius: 0; padding: 10px; }
  .portrait { border-radius: 0; }
  .profile-name { font-size: 14pt; }
  .profile-location { font-size: 8pt; }
  .contact-section { padding: 20px; }
  .expertise-layout .section-heading { position: static; }
  .work-card, .education-item, .career-role, .certification-group { break-inside: avoid; }
  .expand-icon { display: none; }
  .career-role > summary { grid-template-columns: 140px 1fr; }
  .role-content { margin-left: 168px; margin-right: 0; }
}
