body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #24352a;
  background: white;
  line-height: 1.6;
}

nav {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 28px;
  border-bottom: 1px solid #ddd;
  background: white;
}

nav .name {
  font-size: 22px;
  margin-right: 10px;
}

nav a {
  color: #24352a;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

.home {
  max-width: 1100px;
  margin: 55px auto;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 40px;
}

.left {
  text-align: center;
  padding: 10px 35px;
}

.right {
  border-left: 1px solid #ddd;
  padding-left: 45px;
}

.profile {
  width: 330px;
  height: 330px;
  object-fit: cover;
  border-radius: 50%;
}

h1 {
  font-size: 34px;
  margin-bottom: 10px;
}

h2 {
  font-size: 28px;
  margin-top: 28px;
  color: #1d2b20;
}

.button {
  display: inline-block;
  border: 1px solid #777;
  padding: 8px 14px;
  border-radius: 5px;
  color: #24352a;
  text-decoration: none;
  margin: 6px 4px;
}

.button:hover {
  background: #f0f0f0;
}

.button.filled {
  background: #4b8f5a;
  color: white;
  border-color: #4b8f5a;
}

.button.filled:hover {
  background: #3c7449;
}

.highlight-box {
  background: #eef6f0;
  border-left: 6px solid #4b8f5a;
  padding: 22px;
  margin-top: 35px;
  border-radius: 10px;
}

.highlight-box h2 {
  margin-top: 0;
}

.page {
  max-width: 900px;
  margin: 55px auto;
  padding: 0 25px;
}

.ontology {
  max-width: 100%;
  margin-top: 15px;
  border: 1px solid #ddd;
}

.publication-list {
  padding-left: 25px;
}

.publication-list li {
  margin-bottom: 22px;
}

.presentation-box {
  background: #eef6f0;
  border-left: 6px solid #4b8f5a;
  padding: 22px;
  border-radius: 10px;
  margin-bottom: 35px;
}

.affiliations {
  font-size: 0.95em;
}

figcaption {
  font-size: 0.9em;
  color: #555;
  margin-top: 10px;
}
.ontology {
  max-width: 100%;
  margin-top: 15px;
  border: 1px solid #ddd;
  background: white;
  padding: 10px;
}
.presentation-box p.affiliations {
  font-size: 0.8em !important;
  line-height: 1.15 !important;
  margin: 0.3em 0 !important;
}

.presentation-box p.affiliations sup {
  font-size: 0.7em !important;
}
/* Author line (the paragraph right after the title) */
.presentation-box h2 + p {
  font-size: 0.9em;     /* slightly smaller than normal text */
  line-height: 1.3;
  margin-bottom: 0.4em;
}

/* Optional: make your own name still stand out a bit */
.presentation-box strong {
  font-weight: 600;
}