
:root {
  color-scheme: light;
  --background: #ffffff;
  --foreground: #202628;
  --muted-foreground: #62696e;
  --primary: #245465;
  --border: #dce1e3;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-sans); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure, blockquote, ul, dl, dd { margin: 0; }
h1, h2, h3 { overflow-wrap: break-word; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .25em; }
a:hover { color: var(--primary); }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
a:focus-visible { outline: 2px solid var(--primary); outline-offset: 6px; border-radius: 1px; }
::selection { color: #142e38; background: #d3e6ed; }
.container { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: .5rem; left: .5rem; padding: .7rem 1rem; background: #fff; border: 2px solid var(--primary); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 100px; display: flex; justify-content: space-between; gap: 2rem; align-items: center; border-bottom: 1px solid var(--border); }
.wordmark { text-decoration: none; font-size: 1.05rem; font-weight: 650; letter-spacing: -.025em; }
.wordmark span { color: var(--primary); }
nav { display: flex; align-items: center; flex-wrap: wrap; gap: 1.8rem; }
nav a { font-size: .875rem; text-decoration: none; }
nav a { position: relative; padding-block: 8px; }
nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 3px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); }
.hero { display: grid; grid-template-columns: 1fr 352px; gap: clamp(3rem, 8vw, 7rem); padding-block: 72px 88px; align-items: center; }
.eyebrow { color: var(--primary); font-size: .8125rem; line-height: 1.5; letter-spacing: .075em; font-weight: 550; text-transform: uppercase; }
h1, h2, .contact h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero h1 { margin-block: 25px 29px; font-size: clamp(3.5rem, 6vw, 5.8rem); line-height: 1.05; letter-spacing: -.045em; }
.hero h1 em { color: var(--primary); font-weight: 400; }
.hero h1 em { position: relative; display: inline-block; }
.hero h1 em::after { content: ""; position: absolute; left: 3px; right: 2px; bottom: -.11em; height: 2px; background: #a9c6d1; transform-origin: left; }
.hero-role { font-size: 1.1rem; font-weight: 550; line-height: 1.55; }
.hero-intro { margin-top: 14px; max-width: 450px; color: var(--muted-foreground); font-size: 1.08rem; line-height: 1.75; }
.hero-links { display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; margin-top: 29px; }
.text-link, .quiet-link { font-size: .9375rem; }
.text-link { color: var(--primary); }
.text-link span { margin-left: .5rem; }
.quiet-link { color: var(--muted-foreground); text-decoration: none; }
.quiet-link:hover { text-decoration: underline; }
.portrait { width: 100%; }
.portrait-frame { overflow: hidden; background: #e7edf0; }
.portrait img { width: 100%; aspect-ratio: 2068 / 2880; object-fit: cover; }
.portrait figcaption { display: flex; flex-direction: column; margin-top: 14px; font-size: .8125rem; color: var(--muted-foreground); line-height: 1.6; }
.portrait figcaption > span { font-size: .75rem; margin-top: 1px; }
.ruled-section { border-top: 1px solid var(--border); display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 48px; padding-block: 68px 76px; scroll-margin-top: 25px; }
.section-rail { padding-top: 7px; }
.rail-note { display: block; max-width: 180px; color: var(--muted-foreground); font-size: .875rem; line-height: 1.65; margin-top: 14px; }
h2 { font-size: clamp(1.9rem, 3vw, 2.65rem); line-height: 1.2; letter-spacing: -.03em; }
.prose { max-width: 700px; margin-top: 28px; }
.prose p + p { margin-top: 18px; }
.prose p, .career-detail > p, .practice-list dd { color: #515b61; }
.personal-note { margin-top: 35px; background: #f3f6f7; display: grid; grid-template-columns: 150px minmax(0, 1fr); align-items: center; }
.personal-note > img { width: 150px; height: 150px; object-fit: cover; }
.personal-note > div { padding: 18px 24px; }
.note-label { font-size: .75rem; color: var(--muted-foreground); }
.personal-note blockquote { font-family: Georgia, serif; font-style: italic; font-size: 1.4rem; line-height: 1.3; margin-block: 6px 8px; }
.note-caption { font-size: .8125rem; color: var(--muted-foreground); }
.career-list { margin-top: 28px; }
.career-row { display: grid; grid-template-columns: 133px minmax(0, 1fr); gap: 25px; padding-block: 29px; border-bottom: 1px solid var(--border); }
.career-row:first-child { padding-top: 10px; }
.dates { color: var(--muted-foreground); font-size: .875rem; padding-top: 3px; font-variant-numeric: tabular-nums; }
h3 { font-family: var(--font-sans); font-size: 1.1875rem; line-height: 1.4; font-weight: 600; }
.career-detail .job-role { margin-top: 2px; margin-bottom: 13px; color: var(--primary); font-size: .9375rem; }
.career-detail .job-note { margin-top: 16px; }
.ai-note { margin-top: 34px; padding: 25px 28px; border-left: 2px solid var(--primary); background: #f3f6f7; }
.ai-note h3 { margin-block: 10px 12px; font-size: 1.25rem; }
.ai-note > p:not(.eyebrow):not(.ai-tools) { color: #515b61; }
.ai-tools { display: flex; flex-wrap: wrap; column-gap: 24px; row-gap: 5px; margin-top: 20px; color: var(--primary); font-size: .875rem; font-weight: 600; }
.practice-list { margin-top: 25px; }
.practice-list > div { display: grid; grid-template-columns: 195px minmax(0, 1fr); gap: 30px; border-bottom: 1px solid var(--border); padding-block: 21px; }
.practice-list dt { font-size: .9375rem; font-weight: 550; }
.practice-list dd { font-size: .9375rem; }
.learning-list { list-style: none; padding: 0; margin-top: 30px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 35px; }
.learning-list li { display: flex; flex-direction: column; gap: 6px; border-top: 1px solid var(--border); padding-block: 18px 21px; font-size: .9375rem; }
.learning-list small { color: var(--muted-foreground); font-size: .8125rem; line-height: 1.55; }
.contact { background: #183d4c; color: #fff; margin-top: 10px; scroll-margin-top: 0; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 65px; padding-block: 64px 70px; }
.contact .eyebrow { color: #b8d0db; }
.contact h2 { font-size: clamp(3rem, 5.2vw, 4.7rem); margin-block: 15px 10px; }
.contact p:not(.eyebrow) { color: #c9d9df; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.email { font-size: clamp(1.2rem, 2.4vw, 1.75rem); line-height: 1.5; overflow-wrap: anywhere; }
.phone { color: #d5e2e7; font-size: 1.05rem; text-decoration: none; }
.contact-link { margin-top: 16px; font-size: .9375rem; }
.contact a:hover { color: #d8edf5; }
.contact a:focus-visible { outline-color: white; }
.site-footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 24px; color: var(--muted-foreground); font-size: .8125rem; }
.site-footer nav { gap: 1.35rem; }
.site-footer nav a { font-size: .8125rem; }

/* Small, finite movements: no looping text, scroll hijacking, or cursor effects. */
@keyframes arrive {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes underline-in {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: arrive 700ms cubic-bezier(.2,.7,.2,1) both; }
  .hero-copy > :nth-child(2) { animation-delay: 80ms; }
  .hero-copy > :nth-child(3) { animation-delay: 160ms; }
  .hero-copy > :nth-child(4) { animation-delay: 240ms; }
  .hero-copy > :nth-child(5) { animation-delay: 320ms; }
  .hero-copy > :nth-child(6) { animation-delay: 400ms; }
  .portrait { animation: arrive 850ms 180ms cubic-bezier(.2,.7,.2,1) both; }
  .hero h1 em::after { animation: underline-in 650ms 450ms cubic-bezier(.2,.7,.2,1) both; }
  nav a::after { transition: transform 220ms ease; }
  .portrait img { transition: transform 800ms cubic-bezier(.2,.7,.2,1); }
  .text-link span, .quiet-link span, .contact-link span { display: inline-block; transition: transform 220ms ease; }
  .text-link:hover span { transform: translateY(4px); }
  .quiet-link:hover span, .contact-link:hover span { transform: translate(3px, -3px); }
}
@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
  .portrait-frame:hover img { transform: scale(1.035); }
}

@media (max-width: 1020px) {
  .hero { grid-template-columns: minmax(0,1fr) 300px; gap: 45px; }
  .ruled-section { grid-template-columns: 180px minmax(0,1fr); gap: 32px; }
  .practice-list > div { grid-template-columns: 160px minmax(0,1fr); gap: 22px; }
  .career-row { grid-template-columns: 112px minmax(0,1fr); gap: 20px; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .site-header { min-height: 86px; gap: 18px; }
  .site-header nav { gap: 1rem; }
  .hero { padding-block: 42px 48px; grid-template-columns: 1fr; gap: 35px; }
  .hero h1 { font-size: clamp(3.4rem, 13vw, 5rem); margin-block: 18px 22px; }
  .hero-copy { max-width: 510px; }
  .role-break { display: none; }
  .portrait { max-width: 420px; }
  .portrait img { aspect-ratio: 4 / 4.3; object-position: 50% 30%; }
  .portrait figcaption { flex-direction: row; justify-content: space-between; gap: 15px; flex-wrap: wrap; }
  .ruled-section { grid-template-columns: 1fr; gap: 22px; padding-block: 38px 44px; }
  .rail-note { display: none; }
  h2 { font-size: 2rem; }
  .learning-list { column-gap: 24px; }
  .contact-inner { grid-template-columns: 1fr; gap: 30px; padding-block: 45px 50px; }
  .contact h2 { font-size: 3.5rem; }
  .email { font-size: 1.5rem; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 12px; }
}
@media (max-width: 420px) {
  .site-header { align-items: flex-start; flex-direction: column; padding-block: 17px; gap: 12px; }
  .site-header nav { gap: 1.6rem; }
  .hero { padding-top: 31px; }
  .hero h1 { font-size: 3.5rem; }
  .personal-note { grid-template-columns: 90px minmax(0,1fr); align-items: start; }
  .personal-note > img { width: 90px; height: 110px; }
  .personal-note > div { padding: 12px 14px; }
  .personal-note blockquote { font-size: 1.15rem; }
  .career-row { grid-template-columns: 1fr; gap: 8px; }
  .practice-list > div { grid-template-columns: 1fr; gap: 8px; }
  .learning-list { grid-template-columns: 1fr; }
  .ai-note { padding: 22px 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .site-header, .hero-links, .skip-link, .site-footer, .personal-note { display: none; }
  body { color: #000; font-size: 10pt; }
  .container { width: 100%; }
  .hero { padding: 0 0 20px; grid-template-columns: 1fr 140px; gap: 30px; }
  .hero h1 { font-size: 32pt; margin-block: 10px; }
  .hero-role, .hero-intro { font-size: 11pt; }
  .portrait figcaption { display: none; }
  .ruled-section { grid-template-columns: 110px 1fr; gap: 25px; padding-block: 20px; }
  h2 { font-size: 19pt; }
  .career-row { padding-block: 15px; }
  .career-row, .learning-list li { break-inside: avoid; }
  .contact { background: white; color: #000; border-top: 1px solid #bbb; }
  .contact-inner { padding-block: 20px; gap: 20px; }
  .contact h2 { font-size: 24pt; }
  .contact .eyebrow, .contact p:not(.eyebrow), .phone { color: #333; }
}
