@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;1,400&display=swap');

html, body {
  background: #efece4;
  margin: 0;
  width: 100%;
}
body.minimal-theme {
  color: #2b2b28;
  font-family: 'Lora', Georgia, serif;
  line-height: 1.6;
  font-size: 17px;
}
.minimal-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.minimal-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 0;
  border-bottom: 1px solid #ddd6c8;
  font-size: 15px;
}
.minimal-nav__home {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2b2b28;
  text-decoration: none;
  font-weight: 600;
}
.minimal-nav__home svg { display: block; }
.minimal-nav__links a {
  margin-left: 22px;
  color: #5c5648;
  text-decoration: none;
}
.minimal-nav__links a:hover { text-decoration: underline; }

.minimal-content { padding: 32px 0 32px; }

.hero {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 32px;
}
.hero-photo {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.hero-text h1 {
  font-family: 'Lora', Georgia, serif;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.2;
}
.hero-text .affiliations {
  font-size: 16px;
  color: #4a4640;
  margin: 0 0 16px;
  line-height: 1.55;
}
.hero-text .affiliations div { margin-bottom: 2px; }
.hero-text .affiliations strong { font-weight: 600; color: #2b2b28; }
.hero-links a {
  margin-right: 16px;
  font-size: 15px;
  color: #8a5a3a;
  text-decoration: none;
}
.hero-links a:hover { text-decoration: underline; }

.hero-divider {
  border: none;
  border-top: 1px solid #ddd6c8;
  margin: 0 0 36px;
}

.minimal-content p { margin: 0 0 18px; font-size: 16px; }
.minimal-content p a {
  color: #8a5a3a;
  text-decoration: underline;
  text-decoration-color: #c9a582;
}
.minimal-content p a:hover { text-decoration-color: #8a5a3a; }
.minimal-content h2 { font-size: 20px; font-weight: 600; margin: 36px 0 14px; }
.minimal-content strong { font-weight: 600; }

.minimal-footer {
  border-top: 1px solid #ddd6c8;
  padding: 22px 0;
  font-size: 13px;
  color: #8a8478;
  clear: both;
}

/* Research page */
.research-title {
  font-size: 42px;
  font-weight: 600;
  margin: 24px 0 16px;
}
.research-subtitle {
  font-style: italic;
  color: #4a4640;
  font-size: 18px;
  margin: 0 0 32px;
  max-width: 640px;
}
.research-header-divider {
  border: none;
  border-top: 1px solid #ddd6c8;
  margin: 0 0 8px;
}
.research-section {
  font-size: 22px;
  font-weight: 600;
  margin: 40px 0 4px;
}

.pub-row {
  padding: 32px 0;
  border-bottom: 1px solid #ddd6c8;
}
.pub-title { font-size: 20px; font-weight: 600; margin: 0 0 6px; line-height: 1.35; }
.pub-authors { font-style: italic; color: #6a6558; font-size: 15px; margin: 0 0 6px; }
.pub-meta { font-size: 14px; color: #8a8478; margin: 0 0 14px; }
.pub-abstract { font-size: 15px; color: #4a4640; margin: 0 0 14px; line-height: 1.6; }
.pub-note { font-size: 14px; color: #8a5a3a; font-style: italic; margin: 0 0 14px; line-height: 1.5; }
.pub-award { font-size: 14px; color: #8a5a3a; font-style: italic; margin: 0 0 14px; line-height: 1.5; }
.pub-link a {
  font-size: 14px;
  font-weight: 600;
  color: #2b2b28;
  text-decoration: none;
  border-bottom: 1px solid #2b2b28;
  padding-bottom: 1px;
}
.pub-link a:hover { color: #8a5a3a; border-color: #8a5a3a; }

@media (max-width: 600px) {
  .hero { flex-direction: column; text-align: center; gap: 20px; }
  .hero-links a { margin: 0 8px; }
  .research-title { font-size: 32px; }
}
