
:root { color-scheme: light; --background: #fcfcfd; --foreground: #18232d; --muted-foreground: #56616c; --primary: #2755b8; --border: #dbe0e6; --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-sans); font-size: 1rem; line-height: 1.7; -webkit-font-smoothing: antialiased; }
h1,h2,h3,p,figure,blockquote,ul,dl,dd { margin: 0; }
h1,h2,h3 { text-wrap: balance; }
a { color: inherit; text-underline-offset: .25em; text-decoration-thickness: 1px; }
a:hover { color: var(--primary); }
img { display: block; max-width: 100%; height: auto; }
button { color: inherit; font: inherit; cursor: pointer; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--primary); outline-offset: 5px; }
::selection { background: #dce6ff; color: #18232d; }
.container { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 12px 20px; background: white; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.site-header { display: flex; align-items: center; gap: 44px; min-height: 100px; border-bottom: 1px solid var(--border); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: .9375rem; font-weight: 650; letter-spacing: -.02em; margin-right: auto; }
.monogram { display: inline-grid; place-items: center; width: 38px; height: 38px; background: #183d4c; color: #fff; border-radius: 9px; font-size: 1rem; letter-spacing: -.05em; }
nav { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
nav a { position: relative; text-decoration: none; font-size: .875rem; padding-block: 10px; }
nav a::after { content: ""; position: absolute; bottom: 4px; left: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
nav a:hover::after,nav a:focus-visible::after { transform: scaleX(1); }
.language-switch { display: flex; gap: 3px; border: 1px solid var(--border); padding: 3px; border-radius: 5px; }
.language-switch a { padding: 5px 8px; font-size: .875rem; line-height: 1.5; text-decoration: none; border-radius: 2px; }
.language-switch [aria-current] { background: var(--foreground); color: #fff; }
.hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.78fr); gap: 80px; padding-block: 76px 90px; align-items: center; }
.eyebrow { font-size: .875rem; letter-spacing: .08em; font-weight: 550; text-transform: uppercase; color: var(--primary); }
h1 { font-size: clamp(4rem,7.5vw,6.75rem); font-weight: 650; line-height: .98; letter-spacing: -.07em; margin-block: 24px 30px; }
h1 span { color: var(--primary); }
.hero-statement { font-size: clamp(1.25rem,2vw,1.6rem); line-height: 1.45; letter-spacing: -.025em; max-width: 540px; font-weight: 500; }
.current-roles { margin-block: 23px 20px; border-left: 2px solid var(--primary); padding-left: 17px; font-size: .9375rem; line-height: 1.65; }
.current-roles p + p { margin-top: 5px; }
.hero-lead { font-size: 1rem; color: var(--muted-foreground); max-width: 540px; }
.hero-links { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 28px; }
.primary-link { display: inline-flex; align-items: center; gap: 30px; background: var(--foreground); color: #fff; padding: 12px 19px; text-decoration: none; font-size: .9375rem; }
.primary-link:hover { background: var(--primary); color: #fff; }
.text-link { font-size: .9375rem; font-weight: 500; }
.text-link span { display: inline-block; margin-left: 5px; }
.portrait-stage { position: relative; perspective: 1000px; }
.portrait-stage::after { content: ""; position: absolute; width: 65%; height: 70%; right: -14px; bottom: -14px; border-right: 2px solid var(--primary); border-bottom: 2px solid var(--primary); z-index: -1; }
.portrait-frame { overflow: hidden; background: #e8e9e7; }
.portrait img { width: 100%; aspect-ratio: 4 / 5.2; object-fit: cover; object-position: center 40%; }
.portrait figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding-top: 26px; color: var(--muted-foreground); font-size: .8125rem; }
.portrait figcaption span:last-child { font-variant-numeric: tabular-nums; }
.cv-section { display: grid; grid-template-columns: 185px minmax(0,1fr); gap: 55px; border-top: 1px solid var(--border); padding-block: 65px 76px; }
.section-rail { display: flex; align-items: baseline; gap: 15px; font-size: .875rem; font-weight: 500; padding-top: 8px; }
.section-number { color: var(--primary); font-variant-numeric: tabular-nums; font-size: .8125rem; }
.section-body { min-width: 0; }
h2 { font-size: clamp(1.9rem,3vw,2.65rem); font-weight: 550; line-height: 1.2; letter-spacing: -.045em; margin-bottom: 28px; }
h3 { font-size: 1.25rem; line-height: 1.4; font-weight: 600; letter-spacing: -.025em; }
.prose { max-width: 780px; }
.prose p { color: var(--muted-foreground); font-size: 1.0625rem; line-height: 1.8; }
.prose p + p { margin-top: 20px; }
.career-list { margin-top: 40px; }
.career-row { display: grid; grid-template-columns: 132px minmax(0,1fr); gap: 28px; border-top: 1px solid var(--border); padding-block: 30px 34px; }
.career-row:last-child { padding-bottom: 0; }
.dates { color: var(--muted-foreground); font-size: .875rem; font-variant-numeric: tabular-nums; padding-top: 4px; }
.career-detail > p { color: var(--muted-foreground); font-size: 1rem; margin-top: 14px; }
.career-detail .job-role { color: var(--primary); font-size: .9375rem; margin-top: 5px; line-height: 1.55; }
.skills-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 45px; }
.skills-list > div { padding-block: 22px; border-top: 1px solid var(--border); }
.skills-list dt { font-weight: 600; margin-bottom: 8px; }
.skills-list dd { font-size: 1rem; color: var(--muted-foreground); }
.ai-section { background: #142b3c; color: #fff; }
.ai-inner { display: grid; grid-template-columns: 185px minmax(0,1fr); gap: 55px; padding-block: 66px 70px; }
.ai-section .section-number { color: #b3ceff; }
.ai-section .section-rail { color: #d6e0e9; }
.ai-section .prose p { color: #d4dde6; }
.tools-label { margin-top: 28px; color: #b4c7d7; font-size: .875rem; }
.ai-tools { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 9px; font-size: 1rem; }
.ai-tools li { padding-bottom: 5px; border-bottom: 1px solid #6082a0; }
.exploring { border-top: 1px solid #3b5264; margin-top: 32px; padding-top: 23px; display: grid; grid-template-columns: 170px 1fr; gap: 20px; }
.exploring h3 { font-size: .9375rem; color: #c2d8ff; font-weight: 500; letter-spacing: 0; }
.exploring p { color: #d4dde6; font-size: 1rem; }
.learning { border-top: 0; }
.learning-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 40px; }
.learning-list li { border-top: 1px solid var(--border); padding-block: 20px 24px; display: flex; flex-direction: column; gap: 7px; font-size: 1rem; line-height: 1.6; }
.learning-list small { color: var(--muted-foreground); font-size: .875rem; }
.quote-section { display: grid; grid-template-columns: 300px minmax(0,1fr); gap: 65px; padding: 45px; background: #eef2fa; margin-bottom: 75px; }
.quote-intro .eyebrow { font-size: .8125rem; letter-spacing: .04em; }
.quote-intro h2 { font-size: 1.75rem; margin-block: 14px; }
.quote-intro > p:last-child { color: var(--muted-foreground); font-size: .9375rem; }
.quote-carousel { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; }
.quote-slides { display: grid; align-items: center; min-height: 165px; }
.quote-slide { font-size: clamp(1.5rem,2.65vw,2.25rem); line-height: 1.35; letter-spacing: -.035em; font-weight: 450; overflow-wrap: break-word; }
.quote-controls { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; margin-top: 20px; }
.quote-count { color: var(--muted-foreground); font-size: .875rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.quote-count [data-quote-number] { color: var(--primary); font-weight: 600; }
.quote-buttons { display: flex; align-items: center; gap: 8px; }
.quote-buttons button { background: transparent; border: 1px solid #bcc8db; min-width: 44px; height: 44px; padding: 0 10px; font-size: 1.125rem; }
.quote-buttons .quote-pause { font-size: .875rem; min-width: 108px; }
.quote-buttons button:hover { background: #fff; border-color: var(--primary); color: var(--primary); }
.contact { border-top: 1px solid var(--border); padding-block: 60px 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.contact h2 { font-size: clamp(2.5rem,5vw,4.5rem); margin-block: 15px; }
.contact p:not(.eyebrow) { color: var(--muted-foreground); }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.email { font-size: clamp(1.2rem,2.2vw,1.75rem); letter-spacing: -.03em; overflow-wrap: anywhere; }
.phone { text-decoration: none; font-size: 1.1rem; color: var(--muted-foreground); }
.contact-details .text-link { margin-top: 12px; }
.site-footer { border-top: 1px solid var(--border); padding-block: 25px; display: flex; justify-content: space-between; align-items: center; gap: 25px; color: var(--muted-foreground); font-size: .875rem; }
.site-footer nav { gap: 22px; }
@keyframes arrive { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: no-preference) {
 .hero-copy > * { animation: arrive .7s both; }
 .hero-copy > :nth-child(2) { animation-delay: .08s; }
 .hero-copy > :nth-child(3) { animation-delay: .16s; }
 .hero-copy > :nth-child(4) { animation-delay: .24s; }
 .hero-copy > :nth-child(5) { animation-delay: .32s; }
 .hero-copy > :nth-child(6) { animation-delay: .4s; }
 .portrait { animation: arrive .9s .15s both; }
 .portrait-frame { transform: rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); transition: transform .25s ease-out; }
 .text-link span { transition: transform .2s; }
 .text-link:hover span { transform: translate(3px,-3px); }
}
@media (max-width: 1050px) {
 .site-header { gap: 25px; }
 .hero { gap: 45px; }
 .cv-section,.ai-inner { grid-template-columns: 135px minmax(0,1fr); gap: 35px; }
 .career-row { grid-template-columns: 115px minmax(0,1fr); gap: 18px; }
 .quote-section { grid-template-columns: 235px minmax(0,1fr); gap: 35px; padding: 35px; }
}
@media (max-width: 760px) {
 .container { width: calc(100% - 40px); }
 .site-header { min-height: 90px; flex-wrap: wrap; gap: 8px 16px; padding-block: 18px 12px; }
 .wordmark { font-size: .875rem; }
 .site-header nav { order: 3; width: 100%; gap: 24px; }
 .language-switch { margin-left: auto; }
 .hero { grid-template-columns: 1fr; gap: 38px; padding-block: 40px 55px; }
 h1 { font-size: clamp(3.8rem,13vw,6rem); }
 .hero-statement { font-size: 1.375rem; }
 .hero-copy,.hero-lead { max-width: none; }
 .portrait { max-width: 480px; width: calc(100% - 14px); }
 .portrait img { aspect-ratio: 4 / 4.65; object-position: center 37%; }
 .cv-section,.ai-inner { grid-template-columns: 1fr; gap: 24px; padding-block: 40px 48px; }
 .section-rail { padding-top: 0; }
 h2 { font-size: 2rem; }
 .prose p { font-size: 1rem; }
 .career-list { margin-top: 28px; }
 .career-row { grid-template-columns: 1fr; gap: 10px; }
 .skills-list { column-gap: 24px; }
 .exploring { grid-template-columns: 1fr; gap: 10px; }
 .learning-list { column-gap: 24px; }
 .quote-section { grid-template-columns: 1fr; gap: 26px; padding: 28px; margin-bottom: 44px; }
 .quote-slides { min-height: 170px; }
 .quote-slide { font-size: 1.65rem; }
 .contact { grid-template-columns: 1fr; gap: 27px; padding-block: 40px 45px; }
 .contact h2 { font-size: 3rem; }
 .email { font-size: 1.4rem; }
 .site-footer { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 440px) {
 .container { width: calc(100% - 36px); }
 .wordmark { gap: 8px; }
 .monogram { width: 32px; height: 34px; font-size: .875rem; }
 .language-switch a { padding-inline: 6px; }
 h1 { font-size: clamp(3.4rem,14vw,4rem); }
 .skills-list,.learning-list { grid-template-columns: 1fr; }
 .quote-section { padding: 25px 20px; }
 .quote-controls { gap: 8px; }
 .quote-buttons { gap: 5px; }
 .quote-buttons .quote-pause { min-width: 99px; padding-inline: 6px; }
 .quote-count { font-size: .8125rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation: none !important; transition: none !important; } }
@media print {
 *,*::before,*::after { animation: none !important; transition: none !important; transform: none !important; }
 .site-header,.hero-links,.skip-link,.site-footer,.quote-section { display: none; }
 body { background: #fff; color: #000; font-size: 10pt; }
 .container { width: 100%; }
 .hero { padding: 0 0 20px; grid-template-columns: 1fr 150px; gap: 25px; }
 h1 { font-size: 36pt; margin-block: 10px; }
 .hero-statement { font-size: 13pt; }
 .hero-lead,.current-roles,.prose p,.career-detail > p { font-size: 10pt; }
 .portrait figcaption,.portrait-stage::after { display: none; }
 .cv-section,.ai-inner { padding-block: 20px; grid-template-columns: 80px 1fr; gap: 22px; }
 h2 { font-size: 20pt; }
 .career-row { padding-block: 15px; }
 .career-row,.learning-list li,.skills-list > div { break-inside: avoid; }
 .ai-section { background: #fff; color: #000; border-top: 1px solid #ccc; }
 .ai-section .prose p,.ai-section .section-rail,.ai-section .section-number,.exploring p,.exploring h3,.tools-label { color: #333; }
 .contact { padding-block: 20px; }
 .contact h2 { font-size: 25pt; }
}
