:root {
  color-scheme: light;
  --paper: #f7f8f5;
  --ink: #203649;
  --muted: #536674;
  --line: #d9e2e5;
  --blue: #2568d0;
  --cyan: #2b9db8;
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 1rem; line-height: 1.6; }
img { display: block; max-width: 100%; }
figure, h1, h2, h3, p { margin: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .25em; }
a:hover { color: var(--blue); }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; border-radius: 2px; }
section[id] { scroll-margin-top: 2rem; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 10; background: var(--ink); color: #fff; padding: .6rem 1rem; }
.skip-link:focus { top: 1rem; color: #fff; }
.page-shell { max-width: 1440px; margin: auto; padding: 0 clamp(1.25rem, 5vw, 5rem); }
.site-header { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: .8rem; min-height: 44px; font-size: .9rem; font-weight: 700; letter-spacing: .07em; text-decoration: none; white-space: nowrap; }
.wordmark-line { width: 28px; height: 3px; background: var(--blue); }
.header-nav { display: flex; gap: clamp(.75rem, 2vw, 2rem); }
.header-nav a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: .4rem .2rem; font-size: 1rem; text-decoration: none; }
.hero { position: relative; isolation: isolate; min-height: clamp(620px, 50vw, 720px); margin-inline: calc(-1 * clamp(1.25rem, 5vw, 5rem)); padding: 2rem clamp(1.25rem, 5vw, 5rem) 1rem; }
.hero-copy { position: relative; z-index: 1; width: 32%; min-width: 0; padding: 1rem 0 2rem; }
h1 { font-size: clamp(2.4rem, 4vw, 3.6rem); font-weight: 650; letter-spacing: -.045em; line-height: 1.08; }
h1 span { display: block; margin-top: 1.15rem; font-size: clamp(2rem, 3.15vw, 2.9rem); font-weight: 500; line-height: 1.13; letter-spacing: -.045em; text-wrap: balance; }
.hero-summary { margin-top: 1.8rem; max-width: 26em; font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.5; }
.current-role { margin: 1rem 0 .8rem; max-width: 32em; color: var(--muted); }
.current-role strong { color: var(--ink); font-weight: 600; }
.text-link { display: inline-block; min-height: 44px; padding: .6rem 0; font-weight: 600; text-decoration: underline; text-decoration-color: var(--blue); }
.hero-links { display: flex; flex-direction: column; align-items: flex-start; }
.career-link { display: inline-flex; align-items: center; min-height: 44px; font-size: .9rem; text-decoration-color: var(--blue); }
.selected-paper { margin: 1.25rem 0 .5rem; }
.selected-paper .paper-label { color: var(--muted); font-size: .875rem; margin-bottom: .4rem; }
.selected-paper .paper-reference { padding-left: 1.25rem; text-indent: -1.25rem; font-size: 1rem; font-weight: 400; line-height: 1.6; }
.selected-paper .paper-reference a { text-decoration-color: var(--line); }
.selected-paper > p:last-child { margin-top: .65rem; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.text-link span { color: var(--blue); padding-left: .3rem; }
.hero-visual { position: absolute; inset: 0; z-index: -1; min-width: 0; }
.hero-artwork { width: 100%; height: 100%; object-fit: cover; object-position: center top; mix-blend-mode: multiply; }
.hero-visual figcaption { position: absolute; right: 2rem; bottom: .5rem; margin: 0; padding: .1rem .4rem; background: #f7f8f5ed; color: var(--muted); text-align: right; font-size: .78rem; line-height: 1.5; }
h2 { font-size: clamp(1.8rem, 2.6vw, 2.65rem); font-weight: 550; letter-spacing: -.04em; line-height: 1.15; }
h3 { font-size: clamp(1.25rem, 1.65vw, 1.5rem); font-weight: 600; letter-spacing: -.02em; line-height: 1.3; }
.work-section { padding: 3.5rem 0 1rem; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; margin-bottom: 2.2rem; }
.section-heading p { color: var(--muted); max-width: 28em; }
.work-item { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.8fr); gap: clamp(2rem, 5vw, 5rem); padding: 2rem 0; border-top: 1px solid var(--line); }
.work-context p { font-weight: 650; }
.work-context span { color: var(--muted); font-size: .9rem; }
.work-detail { max-width: 46em; }
.work-detail p { margin-top: .8rem; color: var(--muted); }
.work-detail .text-link { margin-top: .6rem; }
.split-section { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.8fr); gap: clamp(2rem, 5vw, 5rem); padding: 3.5rem 0; border-top: 1px solid var(--line); }
.section-content { max-width: 46em; }
.section-content > p { color: var(--muted); }
.section-content > p + p { margin-top: 1rem; }
.section-content .leadership-statement { color: var(--ink); font-size: clamp(1.3rem, 1.9vw, 1.65rem); line-height: 1.4; letter-spacing: -.02em; }
.community-note a { text-decoration-color: var(--blue); }
.community-note + .text-link { margin-top: .8rem; }
.contact { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; padding: 3.7rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact h2 { font-size: clamp(2.2rem, 3.6vw, 3.5rem); }
.contact p { margin-top: 1rem; color: var(--muted); max-width: 35em; }
.contact-email { display: inline-block; min-height: 44px; margin-top: 1rem; font-size: clamp(1.3rem, 2vw, 1.85rem); font-weight: 600; text-decoration-color: var(--blue); }
.profile-links { display: flex; gap: 1.5rem; }
.profile-links a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 600; text-decoration-color: var(--blue); }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.5rem 0 2rem; color: var(--muted); font-size: .9rem; }
.site-footer div { display: flex; gap: 1.5rem; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; }
.legal-page { max-width: 850px; padding: 3.5rem 0 4rem; min-height: 65vh; overflow-wrap: anywhere; }
.legal-page h1 { font-size: clamp(2.1rem, 5vw, 4rem); margin: 1rem 0 1.4rem; }
.legal-page h2 { font-size: 1.55rem; margin: 0 0 .7rem; }
.legal-page section { border-top: 1px solid var(--line); padding: 1.8rem 0; }
.legal-page p { max-width: 740px; color: var(--muted); margin-bottom: 1rem; }
.legal-page a { color: var(--blue); }
.section-kicker { color: var(--muted); font-size: .9rem; }
@media (max-width: 1000px) {
  .hero { min-height: 660px; }
  .hero-copy { width: 33%; }
  .hero-copy h1 { font-size: 2.4rem; }
  .hero-copy h1 span { font-size: 2rem; }
  .contact { align-items: flex-start; flex-direction: column; gap: 1rem; }
}
@media (max-width: 1000px) {
  .site-header { flex-direction: column; align-items: flex-start; gap: 0; padding: .7rem 0 .4rem; }
  .header-nav { width: 100%; flex-wrap: wrap; justify-content: flex-start; gap: 0 .375rem; }
  .hero { min-height: 0; padding: 1.5rem 0 1rem; margin-inline: 0; }
  .hero-copy { width: 100%; padding: 0; }
  h1 { font-size: clamp(2.15rem, 7.5vw, 3.6rem); }
  h1 span { font-size: clamp(1.9rem, 6.5vw, 2.8rem); margin-top: .85rem; max-width: 17em; }
  .hero-summary { margin-top: 1.2rem; font-size: 1.15rem; }
  .current-role { margin: .8rem 0 .9rem; }
  .hero-visual { position: relative; inset: auto; z-index: 0; margin: 1rem -1.25rem 0; }
  .hero-artwork { aspect-ratio: 1.3; height: auto; object-fit: cover; object-position: right; }
  .hero-visual figcaption { position: static; margin-top: .7rem; font-size: .75rem; text-align: center; }
  .section-heading { display: block; margin-bottom: 1.5rem; }
  .section-heading p { margin-top: .6rem; }
  .work-section { padding: 2.5rem 0 .7rem; }
  .work-item { grid-template-columns: 1fr; gap: .85rem; padding: 1.65rem 0; }
  .work-context { display: flex; flex-wrap: wrap; align-items: baseline; gap: .15rem .8rem; }
  .work-context p { font-size: .95rem; }
  .work-context span { font-size: .85rem; }
  .split-section { grid-template-columns: 1fr; gap: 1.3rem; padding: 2.5rem 0; }
  .research-section h2 br { display: none; }
  .contact { padding: 2.5rem 0; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: .4rem; }
  .site-footer div { flex-wrap: wrap; gap: .3rem 1.3rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
