@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/manrope-greek.woff2') format('woff2');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}
:root {
  --navy: #101b32;
  --ink: #17233b;
  --muted: #505e73;
  --blue: #244cdb;
  --line: #dce2eb;
  --pale: #f4f6fa;
  --white: #fff;
  font-family: Manrope, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 1.0625rem; line-height: 1.7; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .25em; }
a:hover { color: var(--blue); }
a:focus-visible, summary:focus-visible { outline: 3px solid #4f7cff; outline-offset: 5px; border-radius: 2px; }
p, h1, h2, h3, h4 { margin-top: 0; }
p { margin-bottom: 1.15rem; }
h1, h2, h3 { overflow-wrap: break-word; }
h2 { font-size: clamp(2rem, 3.5vw, 2.75rem); font-weight: 600; line-height: 1.2; letter-spacing: -.035em; text-wrap: balance; }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.65rem); font-weight: 700; letter-spacing: -.025em; line-height: 1.35; margin-bottom: 1rem; }
section { scroll-margin-top: 1rem; }
.container { width: min(1120px, calc(100% - 4rem)); margin-inline: auto; }
.skip-link { position: fixed; top: -6rem; left: 1rem; z-index: 10; padding: .8rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.nav { min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.wordmark { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; font-size: 1.85rem; font-weight: 800; letter-spacing: -.07em; }
.wordmark span { color: var(--blue); }
nav { display: flex; align-items: center; flex-wrap: wrap; gap: 1.8rem; }
nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .9375rem; line-height: 1.5; text-decoration: none; font-weight: 650; }
.nav-cv { border-left: 1px solid var(--line); padding-left: 1.8rem; }
.hero { background: var(--navy); color: white; padding: 4.75rem 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(0,1fr); gap: 4rem; align-items: end; }
.eyebrow { text-transform: uppercase; font-size: .875rem; font-weight: 700; letter-spacing: .11em; line-height: 1.55; color: var(--blue); margin-bottom: 1.35rem; }
.hero .eyebrow { color: #a9bfff; }
h1 { font-size: clamp(3.25rem, 7vw, 6rem); font-weight: 650; line-height: 1.06; letter-spacing: -.045em; margin-bottom: 1.75rem; }
.period { color: #8daaff; }
.intro { font-size: 1.1875rem; line-height: 1.7; max-width: 34rem; color: #d6deed; margin-bottom: 2rem; }
.hero-links { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; }
.button { display: inline-flex; gap: 1.5rem; align-items: center; min-height: 48px; padding: .85rem 1.2rem; font-size: .9375rem; line-height: 1.5; font-weight: 700; text-decoration: none; border-radius: 3px; }
.button-light { color: var(--navy); background: white; }
.button-light:hover { background: #d9e3ff; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: .9375rem; font-weight: 600; }
.hero a:hover:not(.button) { color: #b7caff; }
.hero-note { border-left: 1px solid #42506a; padding-left: 2rem; padding-top: .2rem; }
.role { font-size: 1.25rem; line-height: 1.5; font-weight: 500; margin-bottom: .35rem; }
.hero-note > a { display: inline-block; padding-block: .2rem; font-size: 1rem; color: #c4d3fc; }
.hero-facts { margin-top: 1.6rem; }
.hero-facts p { padding-top: 1rem; border-top: 1px solid #35435c; margin-bottom: 1rem; font-size: 1rem; line-height: 1.5; }
.hero-facts p:last-child { margin-bottom: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-weight: 600; color: #f4f7ff; }
.hero-facts span { color: #bdc9df; font-size: .9375rem; line-height: 1.6; margin-top: .3rem; }
.section { padding-block: 4.5rem; }
.section-heading { margin-bottom: 2.5rem; }
.section-heading h2 { margin-bottom: 0; }
.work-row { display: grid; grid-template-columns: 215px minmax(0,1fr); gap: 3rem; padding: 2.2rem 0; border-top: 1px solid var(--line); }
.work-row:last-child { padding-bottom: 0; }
.work-label { display: flex; gap: 1rem; align-items: baseline; color: var(--muted); font-size: .9375rem; line-height: 1.6; }
.index { font-size: .875rem; font-variant-numeric: tabular-nums; color: var(--blue); font-weight: 700; }
.work-row p { max-width: 68ch; margin-bottom: 1rem; color: var(--muted); }
.work-row .technical-note { font-size: .9375rem; line-height: 1.65; color: var(--ink); }
.link-row { display: flex; flex-wrap: wrap; gap: .35rem 1.5rem; margin-top: .7rem; }
.link-row a { display: inline-flex; align-items: center; min-height: 44px; font-size: .9375rem; font-weight: 700; color: var(--blue); }
.band { background: var(--pale); }
.heading-line { display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.heading-line > a { display: inline-flex; align-items: center; min-height: 44px; font-size: .9375rem; white-space: nowrap; }
.publication { display: grid; grid-template-columns: 70px minmax(0,1fr); gap: 2rem; padding: 1.6rem 0; border-top: 1px solid var(--line); }
.publication .year { font-size: .9375rem; font-variant-numeric: tabular-nums; color: var(--muted); line-height: 1.75; }
.publication h3 { max-width: 70ch; font-size: 1.125rem; font-weight: 650; line-height: 1.55; letter-spacing: -.01em; margin-bottom: .45rem; }
.publication h3 a { text-decoration: none; }
.publication h3 a:hover { text-decoration: underline; }
.publication p { font-size: 1rem; color: var(--muted); line-height: 1.65; margin: 0; }
.publication .distinction { color: var(--blue); font-weight: 650; }
.more-papers { border-top: 1px solid var(--line); margin-top: .2rem; }
.more-papers summary { cursor: pointer; padding: 1.3rem 0; font-weight: 650; font-size: 1rem; color: var(--blue); }
.experience-row { display: grid; grid-template-columns: 215px minmax(0,1fr); gap: 3rem; border-top: 1px solid var(--line); padding: 2rem 0; }
.experience-date { padding-top: .25rem; font-size: .9375rem; line-height: 1.65; color: var(--muted); font-variant-numeric: tabular-nums; }
.experience-row h3 { margin-bottom: .4rem; }
.position { font-weight: 600; line-height: 1.55; margin-bottom: 1rem; }
.experience-row ul { padding-left: 1.2rem; color: var(--muted); line-height: 1.75; margin-block: 1rem 0; }
.experience-row li + li { margin-top: .55rem; }
.progression { display: grid; gap: .85rem; margin: 1.1rem 0 1.5rem; }
.progression div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .25rem 1.5rem; font-size: 1rem; line-height: 1.6; }
.progression strong { font-weight: 600; }
.progression span { color: var(--muted); font-size: .9375rem; font-variant-numeric: tabular-nums; }
.experience-row p:last-child { margin-bottom: 0; color: var(--muted); }
.background-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 4rem; }
.background-grid h2 { font-size: 2rem; }
.background-item { border-top: 1px solid var(--line); padding: 1.3rem 0; }
.background-item h3 { font-size: 1.125rem; line-height: 1.5; letter-spacing: -.01em; margin-bottom: .4rem; }
.background-item p { font-size: 1rem; color: var(--muted); margin-bottom: 0; }
.skill-list { margin: 0; }
.skill-list div { border-top: 1px solid var(--line); padding: 1.1rem 0; }
.skill-list dt { font-weight: 650; font-size: 1rem; margin-bottom: .35rem; }
.skill-list dd { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.recognition { margin-top: 2.5rem; padding-top: 2.25rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 4rem; }
.recognition h3 { font-size: 1.125rem; }
.recognition ul { padding-left: 1.2rem; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.recognition li + li { margin-top: .45rem; }
.site-footer { background: var(--navy); color: white; padding: 3.5rem 0 1.5rem; }
.site-footer .eyebrow { color: #a9bfff; margin-bottom: 1rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.footer-email { font-size: clamp(1.125rem, 2.7vw, 1.75rem); line-height: 1.5; text-decoration: none; letter-spacing: -.02em; overflow-wrap: anywhere; }
.site-footer a:hover { color: #b7caff; }
.footer-links { display: flex; gap: .4rem 1.5rem; flex-wrap: wrap; font-size: .9375rem; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid #35435c; display: flex; justify-content: space-between; gap: 1rem; color: #bdc9df; font-size: .875rem; line-height: 1.6; }
@media (max-width: 950px) {
  .hero-grid { gap: 2.5rem; grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); align-items: start; }
  .hero-note { padding-left: 1.5rem; }
  h1 { font-size: clamp(3.25rem, 7vw, 5rem); }
  .work-row, .experience-row { grid-template-columns: 160px minmax(0,1fr); gap: 2rem; }
  .progression div { grid-template-columns: 1fr; }
  .background-grid, .recognition { gap: 2rem; }
  .footer-inner { align-items: start; flex-direction: column; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 2.5rem); }
  .nav { position: relative; padding-block: .6rem; min-height: 76px; gap: 0; flex-wrap: wrap; }
  nav { width: 100%; gap: .25rem .65rem; justify-content: space-between; }
  nav a { font-size: .875rem; }
  .nav-cv { position: absolute; top: .6rem; right: 0; min-width: 44px; justify-content: end; border-left: 0; padding-left: 0; }
  .hero { padding: 3rem 0; }
  .hero-grid { grid-template-columns: minmax(0,1fr); gap: 2.5rem; }
  h1 { font-size: clamp(2.75rem, 13vw, 4.5rem); letter-spacing: -.04em; }
  .intro { font-size: 1.0625rem; }
  .hero-links { gap: .5rem 1.25rem; }
  .hero-note { border-left: 0; border-top: 1px solid #42506a; padding: 1.6rem 0 0; }
  .hero-note .eyebrow { margin-bottom: 1rem; }
  .hero-facts { margin-top: 1.4rem; }
  .section { padding-block: 3.25rem; }
  .section-heading { margin-bottom: 2rem; }
  .work-row, .experience-row { grid-template-columns: minmax(0,1fr); gap: .85rem; padding-block: 1.8rem; }
  .work-label { gap: .8rem; }
  .heading-line { display: block; }
  .heading-line > a { margin-top: 1rem; }
  .publication { grid-template-columns: 40px minmax(0,1fr); gap: 1rem; }
  .background-grid, .recognition { grid-template-columns: minmax(0,1fr); gap: 2rem; }
  .recognition { margin-top: 2rem; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
  .footer-links { gap: .3rem 1.2rem; }
}
@media (max-width: 480px) {
  .publication { grid-template-columns: minmax(0,1fr); gap: .35rem; }
  .publication .year { font-size: .875rem; }
  .eyebrow { font-size: .875rem; letter-spacing: .08em; }
}
@media (prefers-reduced-motion: reduce) { :root { scroll-behavior: auto; } }
@media print {
  .site-header, .hero-links, .site-footer { display: none; }
  body { font-size: 11pt; }
  .hero { background: white; color: var(--ink); padding: 1rem 0; }
  .hero p, .hero .eyebrow, .hero-facts strong, .hero-facts span, .hero-note > a { color: var(--ink); }
  .container { width: 100%; }
  h1 { font-size: 3rem; }
  .hero-grid { gap: 2rem; }
  .section { padding-block: 1.5rem; }
  .work-row, .experience-row, .publication { break-inside: avoid; }
  .band { background: white; }
}
