:root {
  --paper: #f5f5f1;
  --paper-2: #e9e9e3;
  --ink: #141713;
  --muted: #666b64;
  --line: #c9ccc4;
  --acid: #c9ef4b;
  --signal: #ff5c45;
  --blue: #3e68ea;
  --max: 1180px;
  --header: 66px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; letter-spacing: 0; overflow-x: hidden; }
body.dark { --paper: #121511; --paper-2: #1d211b; --ink: #f0f2ec; --muted: #a7aca2; --line: #3c4139; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; background: var(--acid); color: #111; padding: 9px 14px; }
.skip-link:focus { top: 10px; }
.site-header { height: var(--header); padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; position: fixed; z-index: 50; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .2s, border-color .2s; }
.site-header.scrolled { background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(14px); border-color: var(--line); }
.wordmark { display: flex; align-items: center; gap: 11px; font-size: 11px; }
.site-nav { display: flex; align-items: center; gap: 26px; font: 11px ui-monospace, monospace; }
.site-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-cv { background: var(--ink); color: var(--paper); padding: 8px 13px; }
.icon-button { border: 0; background: transparent; cursor: pointer; padding: 7px; }
.theme-toggle { width: 33px; height: 33px; border: 1px solid var(--line); border-radius: 50%; }
.lang-toggle { border: 1px solid var(--line); padding: 6px 9px; font: 10px ui-monospace, monospace; }
.menu-toggle { display: none; }
.menu-toggle span { display: block; width: 22px; height: 1px; background: currentColor; margin: 6px; }
.section-number { font: 500 10px/1.4 ui-monospace, monospace; text-transform: uppercase; }
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.home-page .hero { background: #0b0e0b; color: #f0f2ed; border-color: #30352f; }
.home-page .site-header:not(.scrolled) { color: #eef0eb; }
.home-page .site-header:not(.scrolled) .nav-cv { background: #eef0eb; color: #0b0e0b; }
.home-page .site-header:not(.scrolled) .theme-toggle,
.home-page .site-header:not(.scrolled) .lang-toggle { border-color: #515750; }
.home-page .site-header:not(.scrolled) .menu-toggle span { background: #eef0eb; }
.home-page .hero h1 small,
.home-page .hero .portrait-caption,
.home-page .hero .hero-meta span { color: #929991; }
.home-page .hero .hero-actions a { border-color: #eef0eb; color: #eef0eb; }
.home-page .hero .hero-actions a:first-child { background: #eef0eb; color: #0b0e0b; }
.home-page .hero .portrait-wrap img { border-color: #5a615a; }
.home-page .hero .hero-meta { border-color: #343934; }
.hero-compact { min-height: 680px; height: min(780px, calc(100svh - 34px)); display: flex; align-items: center; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 330px; grid-template-rows: 1fr auto; gap: 32px 70px; align-items: center; padding-top: var(--header); }
.eyebrow { display: flex; gap: 9px; align-items: center; font: 500 10px ui-monospace, monospace; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--signal); }
h1 { margin: 24px 0 16px; font-size: clamp(48px, 6.3vw, 82px); line-height: .95; font-weight: 600; letter-spacing: 0; }
h1 small { display: block; margin-top: 14px; color: var(--muted); font-size: clamp(22px, 2.6vw, 34px); font-weight: 400; }
em { font-family: Georgia, serif; font-weight: 400; }
.hero-role { margin: 0 0 14px; font: 500 11px ui-monospace, monospace; text-transform: uppercase; }
.hero-bio { max-width: 650px; margin: 0; font-size: clamp(16px, 1.6vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.hero-actions a { border: 1px solid var(--ink); padding: 8px 12px; font: 500 10px ui-monospace, monospace; text-transform: uppercase; }
.hero-actions a:first-child { background: var(--ink); color: var(--paper); }
.hero-actions a:hover { background: var(--acid); color: #111; }
.portrait-wrap { width: 100%; position: relative; align-self: end; }
.portrait-wrap img { width: 100%; height: auto; aspect-ratio: .83; object-fit: cover; object-position: top; border: 1px solid var(--ink); }
.portrait-index { position: absolute; z-index: 2; top: 14px; left: -20px; background: var(--acid); color: #111; padding: 5px 8px; font: 500 9px ui-monospace, monospace; }
.portrait-caption { display: flex; justify-content: space-between; padding-top: 7px; color: var(--muted); font: 9px ui-monospace, monospace; text-transform: uppercase; }
.hero-meta { grid-column: 1 / -1; display: grid; grid-template-columns: 1.4fr 1fr 1fr; border-top: 1px solid var(--line); }
.hero-meta > div { display: flex; flex-direction: column; padding-top: 12px; }
.hero-meta span { color: var(--muted); font: 9px ui-monospace, monospace; text-transform: uppercase; }
.hero-meta strong, .hero-meta a { font-size: 12px; font-weight: 500; }
.keyword-strip { background: var(--acid); color: #111; padding: 12px 0; border-bottom: 1px solid #111; }
.keyword-strip .shell { display: flex; gap: 38px; align-items: center; }
.keyword-strip .shell > div { display: flex; flex-wrap: wrap; gap: 9px 24px; font: 500 11px ui-monospace, monospace; text-transform: uppercase; }
.keyword-strip .shell > div span::before { content: "+ "; color: #d13c2b; }
.section { padding-block: 82px; }
.section-head { display: grid; grid-template-columns: 180px 1fr; align-items: baseline; border-top: 1px solid var(--line); padding-top: 16px; margin-bottom: 42px; }
.section-head h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.08; font-weight: 500; }
.home-columns { display: grid; grid-template-columns: 1.5fr .7fr; gap: 90px; }
.news-item { display: grid; grid-template-columns: 95px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.news-item time { color: var(--muted); font: 10px ui-monospace, monospace; }
.news-item p { margin: 0; }
.home-aside { padding: 22px 0; border-top: 3px solid var(--signal); }
.aside-copy { font-size: 22px; line-height: 1.4; }
.text-link { font: 10px ui-monospace, monospace; text-transform: uppercase; border-bottom: 1px solid; padding-bottom: 5px; }
.section-ink { background: #121510; color: #eff1eb; }
.section-head.light { border-color: #3f433b; }
.publication-item { display: grid; grid-template-columns: 62px 1fr 120px 26px; gap: 22px; align-items: start; padding: 22px 0; border-bottom: 1px solid #34372f; }
.publication-item:hover { color: var(--acid); }
.publication-empty { padding: 42px 0; border-bottom: 1px solid #34372f; color: #aeb2a9; }
.publication-empty p { margin: 0 0 10px; }
.publication-empty a { color: var(--acid); font: 10px ui-monospace, monospace; text-transform: uppercase; }
.pub-year { color: #9ba096; font: 10px ui-monospace, monospace; }
.pub-main h3 { margin: 0 0 5px; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.35; font-weight: 500; overflow-wrap: anywhere; }
.pub-main p { margin: 0 0 3px; color: #aeb2a9; font-size: 12px; }
.pub-main strong { color: #f0f1eb; font-size: 12px; }
.pub-links { display: inline-flex; flex-wrap: wrap; gap: 4px 12px; margin-left: 12px; vertical-align: baseline; }
.pub-links a { white-space: nowrap; color: var(--acid); }
.author-role { display: inline-block; margin-top: 8px; padding: 3px 7px; border: 1px solid #596057; color: var(--acid); font: 9px ui-monospace, monospace; text-transform: uppercase; }
.pub-tag { color: #aeb2a9; font: 9px ui-monospace, monospace; text-transform: uppercase; }
.pub-arrow { font-size: 18px; }
.load-more { display: flex; justify-content: space-between; width: 100%; margin-top: 24px; padding: 14px 0; border-bottom: 1px solid #8d9189; font: 10px ui-monospace, monospace; text-transform: uppercase; }
.contact-section { min-height: 460px; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--blue); color: #fff; }
.contact-inner { position: relative; z-index: 1; padding-block: 70px; }
.contact-inner h2 { margin: 15px 0; font-size: clamp(38px, 6vw, 68px); line-height: 1; font-weight: 500; }
.contact-inner > p:not(.section-number) { max-width: 660px; }
.contact-link { display: flex; justify-content: space-between; max-width: 660px; margin-top: 24px; padding: 10px 0; border-bottom: 1px solid; font: 10px ui-monospace, monospace; text-transform: uppercase; }
.site-footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 36px; align-items: center; font-size: 11px; }
.site-footer > div { display: flex; flex-direction: column; }
.site-footer > div:last-child { align-items: end; }
.site-footer span { color: var(--muted); }
.ownership-lock { position: relative; width: 310px; align-items: center; padding: 15px 24px; border: 1px solid var(--line); border-top: 2px solid var(--signal); text-align: center; font: 9px/1.5 ui-monospace, monospace; text-transform: uppercase; }
.ownership-lock::before, .ownership-lock::after { content: ""; position: absolute; width: 5px; height: 5px; border: solid var(--signal); }
.ownership-lock::before { left: 7px; top: 7px; border-width: 1px 0 0 1px; }
.ownership-lock::after { right: 7px; bottom: 7px; border-width: 0 1px 1px 0; }
.ownership-lock b { font-size: 12px; letter-spacing: 0; }
.ownership-label { margin-bottom: 4px; color: var(--signal) !important; font-weight: 700; }
.ownership-fallback { width: min(calc(100% - 32px), var(--max)); margin: 30px auto; }
.page-hero { padding-top: calc(var(--header) + 80px); padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(44px, 6vw, 76px); margin: 16px 0; }
.page-intro { max-width: 720px; color: var(--muted); font-size: 18px; }
.pub-tools { display: flex; justify-content: space-between; gap: 24px; align-items: end; padding-bottom: 22px; border-bottom: 1px solid #41453d; }
.filter-group { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-group button { border: 1px solid #545950; background: transparent; color: #ddd; padding: 7px 11px; cursor: pointer; font: 9px ui-monospace, monospace; text-transform: uppercase; }
.filter-group button.active { background: var(--acid); border-color: var(--acid); color: #111; }
.search-box { display: flex; align-items: center; gap: 10px; color: #a9ada4; font: 9px ui-monospace, monospace; }
.search-box input { width: 230px; border: 0; border-bottom: 1px solid #60645b; background: transparent; color: #fff; padding: 7px 2px; outline: 0; border-radius: 0; }
.profile-layout { display: grid; grid-template-columns: 210px 1fr; gap: 70px; }
.profile-nav { position: sticky; top: 95px; align-self: start; display: flex; flex-direction: column; }
.profile-tab { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font: 10px ui-monospace, monospace; }
.profile-tab:hover { color: var(--ink); }
.profile-panels > div { padding-bottom: 65px; }
.compact-heading { margin: 0 0 20px; font-size: 28px; font-weight: 500; }
.timeline-item { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.timeline-item time { color: var(--muted); font: 10px ui-monospace, monospace; }
.timeline-item h3 { margin: 0 0 3px; font-size: 16px; }
.timeline-item p { margin: 0; color: var(--muted); font-size: 13px; }
.simple-list { list-style: none; margin: 0; padding: 0; }
.simple-list li { position: relative; padding: 14px 0 14px 22px; border-bottom: 1px solid var(--line); }
.simple-list li::before { content: "+"; position: absolute; left: 0; color: var(--signal); }
.split-band { padding: 72px 0; background: var(--paper-2); border-block: 1px solid var(--line); }
.split-grid, .people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.mini-head { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--ink); }
.mini-head h2 { font-size: 25px; font-weight: 500; }
.award-item { display: grid; grid-template-columns: 95px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.award-item time { color: var(--muted); font: 9px ui-monospace, monospace; }
.award-item strong, .award-item span { display: block; }
.award-item span { color: var(--muted); font-size: 12px; }
.person-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.person-item h3 { margin: 0 0 4px; font-size: 16px; }
.person-item p { margin: 2px 0; color: var(--muted); font-size: 12px; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s, transform .55s; }
.reveal.visible { opacity: 1; transform: none; }
[hidden] { display: none !important; }
@media (max-width: 820px) {
  .menu-toggle { display: block; border: 0; background: transparent; }
  .site-nav { display: none; position: fixed; inset: var(--header) 0 auto; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 24px 22px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .home-page .site-header:not(.scrolled) .site-nav.open { color: var(--ink); }
  .home-page .site-header:not(.scrolled) .site-nav.open .theme-toggle,
  .home-page .site-header:not(.scrolled) .site-nav.open .lang-toggle { border-color: var(--line); }
  .site-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); }
  .nav-cv { margin-top: 8px; padding-inline: 10px !important; text-align: center; }
  .theme-toggle { margin-top: 10px; }
  .hero-grid { grid-template-columns: 1fr 280px; gap: 28px 35px; }
  .home-columns { gap: 50px; }
}
@media (max-width: 620px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .wordmark b { display: none; }
  .hero-compact { height: auto; min-height: 0; padding: 94px 0 34px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 0; }
  .portrait-wrap { width: 58%; grid-row: 1; }
  .portrait-index { left: auto; right: -22px; }
  h1 { font-size: 50px; }
  .hero-meta { grid-template-columns: 1fr; gap: 8px; }
  .hero-meta { display: none; }
  .keyword-strip .shell { display: block; }
  .keyword-strip .section-number { display: block; margin-bottom: 7px; }
  .section { padding-block: 62px; }
  .section-head { display: block; margin-bottom: 30px; }
  .section-head .section-number { margin-bottom: 14px; }
  .section-head h2 { font-size: 34px; }
  .home-columns, .split-grid, .people-grid, .profile-layout { grid-template-columns: 1fr; gap: 42px; }
  .publication-item { grid-template-columns: 46px 1fr 20px; gap: 10px; }
  .pub-tag { display: none; }
  .pub-tools { align-items: stretch; flex-direction: column; }
  .search-box { justify-content: space-between; }
  .search-box input { width: 70%; }
  .profile-nav { position: static; flex-direction: row; overflow-x: auto; }
  .profile-tab { flex: 0 0 auto; padding: 8px 12px; }
  .timeline-item { grid-template-columns: 1fr; gap: 5px; }
  .page-hero { padding-top: calc(var(--header) + 50px); padding-bottom: 48px; }
  .site-footer { grid-template-columns: 1fr; align-items: flex-start; padding-block: 28px; gap: 20px; }
  .ownership-lock { width: 100%; align-items: center; }
  .site-footer > div:last-child { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }
