/* Personal academic theme. No framework or JavaScript required for content. */
:root {
  --paper: #f8f7f3; --white: #fffefa; --ink: #242e2a; --muted: #646b63;
  --green: #254c41; --green-dark: #193a31; --line: #dcdfd5; --tint: #eeefe7;
  --gold: #a78850; --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
::selection { background: #d8e3d6; color: var(--green-dark); }
a { color: var(--green); text-decoration-thickness: 1px; text-underline-offset: 4px; transition: color .18s ease, background .18s ease, border-color .18s ease; }
a:hover { color: #81632c; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img, video, iframe, embed, object { max-width: 100%; }
img { height: auto; }
svg { flex-shrink: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 400; }
h1, h2 { font-family: var(--serif); letter-spacing: -.035em; line-height: 1.15; }
h1 em, h2 em { color: var(--green); font-weight: 400; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; border-radius: 2px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; background: var(--green); color: white; padding: 10px 20px; }
.skip-link:focus { top: 12px; }
.content-shell, .header-inner, .footer-inner { width: min(1160px, calc(100% - 112px)); margin-inline: auto; }
.site-header { background: rgba(248,247,243,.97); border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.header-inner { min-height: 104px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.wordmark { display: inline-flex; align-items: center; gap: 15px; color: var(--ink); text-decoration: none; font-size: 16px; font-weight: 600; letter-spacing: -.02em; line-height: 1.5; }
.monogram { font-family: var(--serif); font-size: 42px; line-height: 1; font-weight: 400; color: var(--green); border-right: 1px solid var(--line); padding-right: 19px; padding-bottom: 6px; }
.wordmark-subtitle { display: block; font-weight: 400; font-size: 11px; letter-spacing: .055em; color: var(--muted); }
.site-navigation { display: flex; gap: 31px; align-items: center; }
.site-navigation a { font-size: 13px; text-decoration: none; color: var(--muted); position: relative; line-height: 38px; }
.site-navigation a:hover, .site-navigation a[aria-current] { color: var(--green); }
.site-navigation a[aria-current]:not(.nav-cv)::after { content: ""; position: absolute; height: 2px; background: var(--green); bottom: 1px; left: 0; right: 0; }
.site-navigation .nav-cv { border: 1px solid #b5beb2; padding: 0 18px; color: var(--green); display: inline-flex; align-items: center; gap: 18px; }
.site-navigation .nav-cv:hover, .site-navigation .nav-cv[aria-current] { background: var(--tint); border-color: var(--green); }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; padding: 7px 11px; align-items: center; gap: 9px; color: var(--green); font-size: 13px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--green); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; line-height: 1.6; }
.status-dot { width: 6px; height: 6px; background: #65856a; border-radius: 100%; box-shadow: 0 0 0 4px #e4e9dc; margin-right: 4px; }
.hero { padding-top: 77px; padding-bottom: 75px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 100px; align-items: start; }
.hero h1 { font-size: clamp(60px, 6vw, 84px); line-height: .99; margin: 28px 0 23px; letter-spacing: -.055em; }
.hero h1 em { font-weight: 400; }
.hero-subtitle { font-family: var(--serif); font-size: 23px; line-height: 1.4; letter-spacing: -.015em; margin-bottom: 22px; }
.hero-bio { font-size: 14px; color: var(--muted); line-height: 1.85; max-width: 615px; }
.hero-bio p + p { margin-top: 12px; }
.hero-bio strong { font-weight: 600; color: #3d4942; }
.hero-bio a { text-decoration-color: #a5b5a3; }
.hero-actions { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 27px; min-height: 46px; padding: 11px 20px; text-decoration: none; font-size: 12px; font-weight: 500; border: 1px solid var(--green); line-height: 1.6; }
.button-primary { background: var(--green); color: var(--white); }
.button-primary:hover { background: var(--green-dark); color: white; }
.button-outline:hover { background: var(--tint); }
.text-link { display: inline-flex; align-items: center; gap: 17px; font-size: 12px; font-weight: 500; text-decoration: none; padding-bottom: 4px; border-bottom: 1px solid #b7bfae; }
.text-link:hover { border-color: var(--gold); }
.link-icon { display: inline-block; width: 20px; height: 20px; flex: 0 0 20px; vertical-align: middle; }
.hero-actions .link-icon { width: 22px; height: 22px; flex-basis: 22px; }
.hero-actions .button, .hero-actions .text-link { font-size: 15px; }
.hero-actions .button { min-height: 50px; padding: 12px 22px; }
.hero-portrait { padding-top: 25px; }
.portrait-frame { position: relative; background: #e5e3db; padding: 10px; border: 1px solid #d5d8ce; }
.portrait-frame::before { content: ""; position: absolute; width: 58%; height: 54%; right: -15px; top: -15px; border-top: 1px solid #b2bdaa; border-right: 1px solid #b2bdaa; z-index: -1; }
.portrait-frame img { width: 100%; display: block; aspect-ratio: 2246 / 2807; object-fit: cover; }
.portrait-corner { position: absolute; width: 35px; height: 35px; bottom: -6px; left: -6px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); }
.portrait-details { margin-top: 18px; color: var(--muted); }
.portrait-affiliation { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; font-size: 11px; }
.lab-affiliation { display: inline-flex; align-items: center; gap: 6px; font: inherit; color: var(--muted); text-decoration: none; }
.lab-mark { display: block; flex: 0 0 19px; width: 19px; height: 20px; overflow: hidden; }
.lab-logo { display: block; width: auto; max-width: none; height: 20px; }
.portrait-contact { border-top: 1px solid var(--line); margin-top: 14px; padding-top: 14px; display: flex; flex-wrap: wrap; gap: 12px 23px; }
.portrait-contact a { font-size: 12px; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; min-height: 30px; }
.social-icon { display: inline-block; flex: 0 0 15px; width: 15px; height: 15px; vertical-align: middle; }
.focus-band { border-block: 1px solid var(--line); background: var(--tint); }
.focus-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); padding-block: 26px; }
.focus-item { display: flex; align-items: center; gap: 13px; padding-inline: 26px; border-right: 1px solid #d3d8ca; }
.focus-item:first-child { padding-left: 0; }
.focus-item:last-child { padding-right: 0; border: 0; }
.focus-number { color: #7d876e; font-size: 10px; align-self: flex-start; line-height: 2.1; }
.focus-item h2 { font-family: var(--sans); font-size: 13px; letter-spacing: -.015em; font-weight: 600; line-height: 1.7; }
.focus-item p { color: var(--muted); font-size: 10px; line-height: 1.7; }
.focus-item svg { width: 32px; height: 32px; color: #62765c; margin-left: auto; }
.split-section { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 94px; padding-block: 82px; }
.section-aside h2 { margin: 18px 0 20px; font-size: 39px; line-height: 1.18; }
.section-aside > p:not(.eyebrow) { font-size: 13px; color: var(--muted); line-height: 1.9; max-width: 245px; }
.section-aside > .text-link { margin-top: 24px; }
.featured-paper { border-top: 1px solid var(--line); padding: 23px 0 26px; }
.featured-paper:first-child { border-top-color: #869c85; }
.card-meta { color: var(--muted); display: flex; justify-content: space-between; align-items: start; gap: 20px; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; line-height: 1.7; }
.featured-paper h3 { font-family: var(--serif); font-size: 25px; letter-spacing: -.025em; line-height: 1.3; margin-top: 10px; }
.featured-paper h3 a { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; text-decoration: none; color: var(--ink); }
.featured-paper h3 a:hover { color: var(--green); }
.featured-paper h3 .link-icon { color: var(--green); margin-top: .25em; }
.paper-venue { font-size: 12px; margin-top: 12px; line-height: 1.7; color: var(--green); }
.paper-venue a { text-decoration-color: #b3c0aa; }
.publication-status { font-size: 12px; margin-top: 12px; line-height: 1.7; color: var(--muted); }
.card-excerpt { font-size: 14px; color: var(--muted); line-height: 1.85; margin-top: 13px; }
.card-excerpt img { max-height: 200px; object-fit: contain; }
.card-links { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 17px; }
.card-links a { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 500; text-decoration: none; }
.experience-section { background: #f0f0e9; border-block: 1px solid var(--line); }
.education-note { margin-top: 63px; padding: 26px 0 0; border-top: 1px solid #cdd4c5; max-width: 247px; }
.education-note h3 { font-size: 13px; font-weight: 600; margin: 20px 0 5px; }
.education-note > p:not(.eyebrow) { font-size: 12px; color: var(--muted); line-height: 1.8; }
.experience-item { display: flex; gap: 21px; padding-block: 24px; border-bottom: 1px solid #d9ddd2; }
.experience-item:first-child { padding-top: 0; }
.experience-item:last-child { border-bottom: 0; padding-bottom: 0; }
.experience-logo { width: 48px; height: 48px; padding: 8px; flex: 0 0 48px; background: #fafaf7; border: 1px solid #dce0d5; display: flex; align-items: center; justify-content: center; }
.experience-logo img { max-height: 32px; width: 100%; object-fit: contain; }
.experience-body { min-width: 0; flex: 1; }
.experience-topline { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.experience-topline h3 { font-size: 14px; font-weight: 600; line-height: 1.5; }
.experience-date { white-space: nowrap; font-size: 10px; color: var(--muted); }
.experience-institution { color: var(--green); font-size: 12px; margin-top: 2px; }
.experience-description { color: var(--muted); font-size: 13px; line-height: 1.85; margin-top: 10px; }
.experience-description p + p { margin-top: 8px; }
.experience-description ul { padding-left: 17px; margin: 9px 0 0; }
.experience-description a { text-decoration-color: #b3c0aa; }
.home-news-item { display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 21px; padding-block: 23px; border-top: 1px solid var(--line); }
.home-news-item time { font-size: 10px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); padding-top: 3px; }
.home-news-item h3 { font-size: 15px; line-height: 1.55; font-weight: 500; }
.home-news-item h3 a { text-decoration: none; color: var(--ink); }
.home-news-item h3 a:hover { color: var(--green); }
.home-news-item h3 .link-icon { color: var(--green); margin-left: 6px; }
.home-news-item p { font-size: 11px; color: var(--muted); margin-top: 4px; }
.contact-section { padding-bottom: 82px; }
.contact-panel { background: var(--green); color: var(--paper); padding: 43px 48px; display: flex; justify-content: space-between; align-items: center; gap: 40px; position: relative; }
.contact-panel::after { content: ""; position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border-top: 1px solid #839479; border-right: 1px solid #839479; }
.contact-panel .eyebrow { color: #c6d3b5; font-size: 9px; }
.contact-panel h2 { font-size: 35px; margin-top: 14px; line-height: 1.25; }
.contact-panel p:not(.eyebrow) { color: #d0dacf; font-size: 11px; margin-top: 14px; }
.contact-link { color: var(--paper); text-decoration: none; display: flex; align-items: center; gap: 24px; font-size: 12px; }
.contact-link:hover { color: #dfd2ab; }
.contact-icon { border: 1px solid #7d9484; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; flex-shrink: 0; }
.contact-icon .social-icon { width: 22px; height: 22px; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { padding-block: 32px; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-name { font-family: var(--serif); font-size: 16px; text-decoration: none; color: var(--ink); }
.footer-inner p { font-size: 10px; color: var(--muted); margin-top: 4px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { display: inline-flex; align-items: center; gap: 6px; font-size: 10px; text-decoration: none; }
.footer-links .social-icon { width: 12px; height: 12px; flex-basis: 12px; }
.footer-note { text-align: right; }

/* Research, project and news archives. */
.collection-page { padding-block: 67px 90px; min-height: 65vh; }
.page-heading { max-width: 820px; padding-bottom: 40px; }
.page-heading h1 { font-size: clamp(43px,5vw,64px); margin: 18px 0; }
.page-intro { font-size: 15px; color: var(--muted); max-width: 660px; line-height: 1.9; }
.collection-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-block: 1px solid var(--line); padding: 18px 0; margin-bottom: 12px; }
.collection-count { font-size: 11px; color: var(--muted); }
.search-field { display: flex; align-items: center; gap: 12px; min-width: 280px; border: 1px solid #c6cfbf; padding: 8px 14px; background: var(--white); }
.search-field svg { color: var(--muted); width: 16px; height: 16px; }
.search-field input { width: 100%; border: 0; background: transparent; font-size: 12px; min-width: 0; color: var(--ink); outline: none; }
.search-field:focus-within { outline: 2px solid var(--green); outline-offset: 2px; }
.search-status { font-size: 12px; color: var(--muted); margin: 12px 0; min-height: 22px; }
.research-card { display: grid; grid-template-columns: 70px minmax(0,1fr); gap: 30px; border-bottom: 1px solid var(--line); padding: 32px 0; }
.research-year { font-family: var(--serif); color: var(--green); font-size: 23px; line-height: 1.4; }
.research-card h2 { font-size: 26px; line-height: 1.4; letter-spacing: -.02em; max-width: 920px; }
.research-card h2 a { text-decoration: none; color: var(--ink); }
.research-card h2 a:hover { color: var(--green); }
.research-card .card-meta { margin-top: 12px; display: block; }
.research-card .card-excerpt { max-width: 870px; }
.project-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px 30px; margin-top: 30px; }
.project-card { border: 1px solid var(--line); background: #fbfbf7; min-width: 0; }
.project-image { display: block; overflow: hidden; background: #e8ebe1; border-bottom: 1px solid var(--line); aspect-ratio: 16/10; padding: 20px; }
.project-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.project-image:hover img { transform: scale(1.025); }
.project-card-body { padding: 27px 28px; }
.project-card h2 { font-size: 27px; line-height: 1.35; margin: 11px 0; }
.project-card h2 a { text-decoration: none; color: var(--ink); }
.project-card h2 a:hover { color: var(--green); }
.project-card .card-excerpt { font-size: 13px; }
.news-list { margin-top: 15px; }
.news-card { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 35px; padding: 30px 0; border-top: 1px solid var(--line); }
.news-date { color: var(--muted); font-size: 12px; padding-top: 5px; }
.news-card h2 { font-size: 26px; line-height: 1.35; }
.news-card h2 a { color: var(--ink); text-decoration: none; }
.news-card h2 a:hover { color: var(--green); }
.news-card .card-meta { margin-top: 10px; }
.news-card .card-excerpt { max-width: 820px; }

/* Every original article remains readable, including older template pages. */
.detail-page { max-width: 880px; padding-block: 53px 90px; min-height: 65vh; }
.detail-back { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; text-decoration: none; margin-bottom: 36px; }
.detail-header { border-bottom: 1px solid var(--line); padding-bottom: 30px; margin-bottom: 35px; }
.detail-header .eyebrow { margin-bottom: 16px; }
.detail-header h1 { font-size: clamp(32px,4.3vw,49px); line-height: 1.22; overflow-wrap: anywhere; }
.detail-meta { display: flex; gap: 12px 25px; flex-wrap: wrap; margin-top: 22px; color: var(--muted); font-size: 12px; }
.detail-header .card-links { margin-top: 23px; }
.prose { font-size: 16px; line-height: 1.95; overflow-wrap: break-word; }
.prose p, .prose ul, .prose ol { margin-bottom: 22px; }
.prose h1, .prose h2, .prose h3 { margin: 36px 0 18px; line-height: 1.4; }
.prose h1 { font-size: 36px; }
.prose h2 { font-size: 30px; }
.prose h3 { font-family: var(--serif); font-size: 24px; }
.prose a { text-decoration-color: #a4b79f; }
.prose strong { font-weight: 600; }
.prose img { display: inline-block; vertical-align: middle; max-height: 780px; object-fit: contain; border-radius: 2px; }
.prose p > img:only-child { display: block; margin: 26px auto 10px; }
.prose img.align-right { float: right; margin: 0 0 20px 25px; }
.event-gallery { display: grid; grid-template-columns: .75fr 1.3314fr; align-items: start; gap: 18px; margin: 30px 0; }
.event-gallery figure { min-width: 0; margin: 0; }
.event-gallery a { display: block; }
.prose .event-gallery img { display: block; width: 100%; height: auto; max-height: none; border: 1px solid var(--line); }
.event-gallery figcaption { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.prose video { display: block; margin: 24px auto; }
.prose iframe { width: 100%; min-height: 380px; border: 1px solid var(--line); }
.prose blockquote { margin: 25px 0; border-left: 2px solid #8da281; background: var(--tint); padding: 20px 26px; font-family: var(--serif); color: #47563f; }
.prose blockquote p:last-child { margin: 0; }
.prose pre { overflow-x: auto; padding: 20px; background: #eaece4; border: 1px solid var(--line); font-size: 13px; line-height: 1.7; }
.prose code { font-size: .87em; }
.prose table { border-collapse: collapse; width: 100%; margin: 25px 0; font-size: 14px; }
.prose th, .prose td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; }
.prose td img { width: 100%; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 35px 0; }
.prose::after { content: ""; display: block; clear: both; }
.detail-footer { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 22px; }
.detail-footer a { font-size: 12px; }
.citation { background: var(--tint); padding: 18px; font-size: 12px; margin-top: 25px; overflow-wrap: anywhere; }
.cv-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.cv-preview { display: block; width: 100%; height: 850px; border: 1px solid var(--line); background: #eeefe8; }
.cv-note { color: var(--muted); font-size: 12px; margin-top: 14px; }
.archive__item { border-bottom: 1px solid var(--line); padding-block: 24px; }
.archive__item-title { font-size: 25px; }
.archive__item-title a { text-decoration: none; }
.archive__item-excerpt, .page__meta, .page__date { font-size: 13px; color: var(--muted); }
.archive__item-teaser img { max-height: 250px; object-fit: contain; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; border: 1px solid var(--green); text-decoration: none; font-size: 13px; }
.sr-only, .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (min-width: 1500px) { .hero { padding-top: 95px; padding-bottom: 90px; } }
@media (max-width: 1100px) {
  .content-shell, .header-inner, .footer-inner { width: calc(100% - 72px); }
  .hero { gap: 60px; grid-template-columns: minmax(0,1.45fr) minmax(0,1fr); padding-top: 60px; }
  .hero h1 { font-size: 72px; }
  .split-section { grid-template-columns: 230px minmax(0,1fr); gap: 55px; }
  .section-aside h2 { font-size: 34px; }
  .focus-item { gap: 10px; padding-inline: 17px; }
  .focus-item svg { display: none; }
  .experience-topline { flex-direction: column; gap: 3px; }
  .contact-panel { padding: 35px; gap: 24px; }
  .contact-panel h2 { font-size: 30px; }
  .contact-link { gap: 12px; }
}
@media (max-width: 760px) {
  .content-shell, .header-inner, .footer-inner { width: calc(100% - 40px); }
  .header-inner { min-height: 82px; gap: 16px; flex-wrap: wrap; padding-block: 17px; }
  .wordmark { font-size: 14px; gap: 11px; }
  .monogram { font-size: 35px; padding-right: 13px; }
  .wordmark-subtitle { font-size: 9px; }
  .site-navigation { gap: 24px; flex-wrap: wrap; width: 100%; padding: 5px 0; }
  .site-navigation a { font-size: 12px; }
  .nav-enhanced .menu-toggle { display: flex; }
  .nav-enhanced .site-navigation { display: none; }
  .nav-enhanced .site-navigation.is-open { display: flex; }
  .hero { padding-block: 43px 45px; gap: 40px; grid-template-columns: minmax(0,1fr) minmax(0,.75fr); align-items: start; }
  .hero-copy { display: contents; }
  .hero .eyebrow { grid-column: 1/-1; font-size: 9px; }
  .hero h1 { grid-column: 1; margin: -15px 0 0; font-size: clamp(46px,8vw,65px); }
  .hero-subtitle { grid-column: 1/-1; margin: -16px 0 0; font-size: 23px; }
  .hero-bio { grid-column: 1/-1; margin-top: -18px; font-size: 14px; }
  .hero-actions { grid-column: 1/-1; margin-top: -12px; gap: 22px; }
  .hero-portrait { display: contents; }
  .portrait-frame { grid-column: 2; grid-row: 2; padding: 5px; align-self: center; }
  .portrait-details { grid-column: 1/-1; grid-row: 3; margin-top: -16px; }
  .portrait-affiliation { font-size: 10px; gap: 10px; }
  .portrait-contact { gap: 12px 23px; margin-top: 12px; padding-top: 9px; }
  .portrait-frame::before { top: -9px; right: -9px; }
  .portrait-corner { width: 22px; height: 22px; }
  .focus-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .focus-item, .focus-item:first-child, .focus-item:last-child { border: 0; border-bottom: 1px solid #d3d8ca; padding: 15px 0; gap: 16px; }
  .focus-item:last-child { border: 0; }
  .focus-item svg { display: block; width: 29px; height: 29px; }
  .focus-item h2 { font-size: 13px; }
  .focus-item p { font-size: 11px; }
  .split-section { grid-template-columns: 1fr; gap: 34px; padding-block: 49px; }
  .section-aside h2 { font-size: 37px; margin-block: 13px 14px; }
  .section-aside h2 br { display: initial; }
  .section-aside > p:not(.eyebrow) { max-width: 470px; font-size: 13px; }
  .section-aside > .text-link { margin-top: 18px; }
  .featured-paper h3 { font-size: 24px; }
  .card-meta { font-size: 9px; }
  .card-excerpt { font-size: 13px; }
  .experience-description { font-size: 13px; }
  .education-note { max-width: none; margin-top: 28px; padding-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 22px; }
  .education-note .eyebrow { grid-column: 1/-1; }
  .education-note h3 { margin: 9px 0 0; grid-row: 2; }
  .education-note > p:not(.eyebrow) { grid-row: 3; }
  .experience-item { gap: 14px; }
  .experience-logo { width: 39px; height: 39px; flex-basis: 39px; padding: 6px; }
  .experience-topline h3 { font-size: 14px; }
  .experience-date { font-size: 10px; }
  .home-news-item { grid-template-columns: 65px minmax(0,1fr); gap: 15px; }
  .home-news-item h3 { font-size: 15px; }
  .contact-section { padding-bottom: 45px; }
  .contact-panel { flex-direction: column; align-items: flex-start; padding: 30px 25px; gap: 26px; }
  .contact-panel h2 { font-size: 31px; }
  .contact-panel p:not(.eyebrow) { font-size: 12px; }
  .contact-link { font-size: 11px; justify-content: space-between; width: 100%; gap: 10px; }
  .contact-link > span:first-child { overflow-wrap: anywhere; }
  .contact-icon { width: 35px; height: 35px; }
  .footer-inner { flex-wrap: wrap; gap: 21px; padding-block: 27px; }
  .footer-links { flex-wrap: wrap; gap: 19px; }
  .footer-note { text-align: left; width: 100%; }
  .collection-page { padding-block: 43px 55px; }
  .page-heading { padding-bottom: 25px; }
  .page-heading h1 { font-size: 45px; }
  .page-intro { font-size: 14px; }
  .collection-toolbar { align-items: stretch; flex-direction: column; gap: 12px; }
  .search-field { min-width: 0; width: 100%; }
  .research-card { grid-template-columns: 1fr; gap: 9px; padding-block: 25px; }
  .research-year { font-family: var(--sans); font-size: 11px; }
  .research-card h2 { font-size: 24px; }
  .project-grid { grid-template-columns: 1fr; gap: 25px; }
  .project-card-body { padding: 22px; }
  .news-card { grid-template-columns: 1fr; gap: 9px; padding-block: 24px; }
  .news-date { font-size: 11px; }
  .news-card h2 { font-size: 24px; }
  .detail-page { padding-block: 35px 55px; }
  .detail-back { margin-bottom: 25px; }
  .detail-header h1 { font-size: 33px; }
  .prose { font-size: 15px; line-height: 1.9; }
  .prose h2 { font-size: 26px; }
  .event-gallery { grid-template-columns: 1fr; gap: 24px; }
  .prose table { display: block; overflow-x: auto; }
  .prose pre { max-width: calc(100vw - 40px); }
  .prose iframe { min-height: 250px; }
  .cv-preview { height: 600px; }
}
@media (max-width: 380px) {
  .hero { gap: 32px 22px; }
  .hero h1 { font-size: 43px; }
  .hero-actions { gap: 19px; }
  .button { padding-inline: 14px; gap: 15px; }
  .site-navigation { gap: 20px; }
  .wordmark { font-size: 12px; }
  .hero .eyebrow { letter-spacing: .09em; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
@media print {
  body { background: white; color: black; font-size: 11pt; }
  .site-header, .site-footer, .hero-actions, .contact-section, .collection-toolbar, .search-status, .detail-back { display: none; }
  .content-shell { width: 100%; }
  .hero { padding-top: 0; }
  .split-section { padding-block: 25px; }
  .experience-section, .focus-band { background: white; }
  .hero h1 { font-size: 45pt; }
  .hero-bio, .experience-description, .card-excerpt { color: black; }
  a { color: black; }
  .experience-item, .featured-paper, .project-card, .home-news-item { break-inside: avoid; }
}
