/* /about/ — elegant academic CV */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background: #fbfaf7;
}

body {
  font-family: "Charter", "Iowan Old Style", "Palatino Linotype", Palatino,
    Georgia, serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fbfaf7;
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 36px 96px 36px;
}

a {
  color: #1a4fa0;
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 79, 160, 0.3);
}

a:hover {
  color: #0b2d66;
  border-bottom-color: #0b2d66;
}

.back {
  display: inline-block;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 13px;
  color: #666;
  border-bottom: none;
  margin-bottom: 36px;
}

.back:hover {
  color: #1a1a1a;
}

/* ============ Hero / contact ============ */

.hero {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 36px;
  align-items: center;
  padding-bottom: 32px;
  margin-bottom: 48px;
  border-bottom: 1px solid #d8d3c5;
}

.hero .portrait {
  width: 180px;
  height: 220px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow:
    0 1px 0 #d8d3c5,
    0 10px 28px rgba(60, 40, 10, 0.12);
  background: #eee;
}

.hero .portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero .name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #1a1a1a;
}

.hero .role {
  font-size: 16px;
  font-style: italic;
  color: #5a4a2a;
  margin: 6px 0 18px 0;
}

.hero .addr {
  font-size: 14px;
  line-height: 1.55;
  color: #444;
  margin-bottom: 12px;
}

.hero .links {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.hero .links span {
  display: inline-block;
}

/* ============ Section headings ============ */

section {
  margin-bottom: 56px;
}

section > h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #8a4a1f;
  margin-bottom: 22px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d8d3c5;
}

section > h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5a4a2a;
  margin: 22px 0 12px 0;
}

/* ============ Timeline (positions & education) ============ */

.timeline {
  position: relative;
  padding-left: 0;
}

.entry {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 14px 0 14px 0;
  border-bottom: 1px dashed #e6dec6;
}

.entry:last-child {
  border-bottom: none;
}

.entry .dates {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  color: #8a4a1f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-top: 3px;
}

.entry .body .title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  margin-bottom: 2px;
}

.entry .body .title em {
  font-style: italic;
  font-weight: 400;
  color: #5a4a2a;
}

.entry .body .place {
  font-size: 14px;
  color: #555;
  font-style: italic;
}

.entry .body .detail {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  padding-left: 10px;
  border-left: 2px solid #e6dec6;
  line-height: 1.55;
}

/* ============ Landscape photos ============ */

.landscape {
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: cover;
  margin: 8px 0 20px 0;
  border-radius: 2px;
  display: block;
  box-shadow: 0 1px 0 #d8d3c5, 0 6px 16px rgba(60, 40, 10, 0.08);
  filter: saturate(0.92);
}

/* ============ Team lists ============ */

.team {
  list-style: none;
  padding: 0;
}

.team li {
  font-size: 15px;
  padding: 8px 0 8px 16px;
  border-bottom: 1px dashed #eee7d8;
  position: relative;
  color: #333;
}

.team li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #8a4a1f;
  font-weight: 700;
}

.team li:last-child {
  border-bottom: none;
}

.team .years {
  display: inline-block;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  color: #8a4a1f;
  margin-right: 6px;
  padding: 1px 6px;
  background: #f4edd8;
  border-radius: 2px;
}

.team .role-note {
  font-style: italic;
  color: #666;
}

/* ============ Editorial activities ============ */

.editorial li {
  list-style: none;
  font-size: 14px;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  border-bottom: 1px dashed #eee7d8;
  align-items: baseline;
}

.editorial li:last-child {
  border-bottom: none;
}

.editorial .years {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  color: #8a4a1f;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.editorial .role {
  color: #333;
}

.editorial .role strong {
  display: block;
  color: #1a1a1a;
  font-weight: 700;
}

/* ============ Footer ============ */

footer {
  margin-top: 64px;
  padding-top: 20px;
  border-top: 1px solid #d8d3c5;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  color: #888;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}

footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

footer a {
  border-bottom: none;
  color: #666;
}

footer a:hover {
  color: #1a1a1a;
}

/* ============ Responsive ============ */

@media (max-width: 720px) {
  body {
    padding: 28px 18px 64px 18px;
  }
  .hero {
    grid-template-columns: 120px 1fr;
    gap: 20px;
  }
  .hero .portrait {
    width: 120px;
    height: 150px;
  }
  .hero .name {
    font-size: 28px;
  }
  .entry,
  .editorial li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .entry .dates,
  .editorial .years {
    font-size: 11px;
  }
  .landscape {
    max-height: 180px;
  }
}
