@font-face {
  font-family: main;
  font-style: normal;
  src: url("fonts/lato.woff");
}
body {
  background-color: #fefefe;
  color: #333;
  font-family: main;
  font-size: 1.3em;
  margin: 0;
  padding: 1em;
}
html {
  scroll-behavior: smooth;
}
#photo {
  border-radius: 50%;
  margin-bottom: 2em;
  max-width: 200px;
  height: auto;
}
p:first-child {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
.headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 2.8em;
  line-height: 1.3em;
  min-height: 90vh;
  padding-top: 20vh;
  padding-right: 1em;
  padding-left: 1em;
  box-sizing: border-box;
}
.headline .main {
  font-weight: bold;
}
.headline .scroll-hint {
  margin-top: auto;
  padding-top: 4em;
  padding-bottom: 2em;
  opacity: 0.35;
  transition: opacity 0.2s ease;
}
.headline .scroll-hint:hover {
  opacity: 0.7;
  text-decoration: none;
}
.headline .scroll-chevron {
  display: block;
  width: 0.9em;
  height: 0.9em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .headline {
    font-size: 2.4em;
  }
}
@media (max-width: 1100px) {
  .headline {
    font-size: 2em;
  }
}
@media (max-width: 900px) {
  .headline {
    font-size: 1.8em;
  }
}
@media (max-width: 800px) {
  .headline {
    font-size: 1.5em;
  }
}
@media (max-width: 650px) {
  .headline {
    font-size: 1.2em;
    min-height: 70vh;
    padding-top: 15vh;
  }
}
.content-start {
  display: block;
  height: 14vh;
  min-height: 4em;
}
@media (max-width: 650px) {
  .content-start {
    height: 10vh;
  }
}
.content {
  max-width: 800px;
  margin: auto;
  padding-top: 2em;
}
.content h3 {
  margin-top: 4em;
  margin-bottom: 2em;
  scroll-margin-top: 1em;
  text-align: center;
}
.press-intro,
.talks-intro {
  margin: 0 0 0.4em;
}
.arc-title {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 1.5em 0 0.5em;
  font-size: 0.975rem;
  font-weight: normal;
  color: #bbb;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
}
.arc-title::before,
.arc-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ddd;
}
.arc-title:first-child {
  margin-top: 0;
}
.press-list {
  margin: 3em auto;
  width: fit-content;
  max-width: 100%;
}
.press-list .arc-title {
  width: 100%;
}
.press-item {
  display: grid;
  grid-template-columns: 2.8em 1fr;
  column-gap: 0.6em;
  margin: 0.2em 0 0;
  line-height: 1.35;
  font-size: 0.9em;
}
.press-item time {
  display: none;
}
.press-item .press-year {
  font-size: 0.8em;
  margin-top: 3px;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
  color: color-mix(in srgb, #888 calc(var(--fade) * 0.8), #2a2a2a);
}
.talks-list {
  margin: 3em auto;
  max-width: 100%;
}
.talks-table {
  table-layout: fixed;
  width: 38em;
  max-width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 0.9em;
  line-height: 1.35;
}
.talks-table .talks-col-year {
  width: 3em;
}
.talks-table .talks-col-event {
  width: 12em;
}
.talks-table td {
  padding: 0.15em 0.8em 0.15em 0;
  vertical-align: baseline;
}
.talks-table .talks-year {
  font-size: 0.8em;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
  color: color-mix(in srgb, #888 calc(var(--fade) * 0.8), #2a2a2a);
}
.talks-table .talks-event {
  white-space: nowrap;
}
.talks-table .talks-subject {
  color: #333;
}
.talks-table .arc-row td {
  padding: 0;
  vertical-align: middle;
}
.talks-table .arc-row .arc-title {
  width: 100%;
  margin: 1.5em 0 0.5em;
}
.talks-table .arc-row:first-child .arc-title {
  margin-top: 0;
}
.center {
  text-align: center;
}
.dots {
  font-size: 0.7em;
  padding: 2em;
}
.dots span {
  margin: 0.6em;
  color: #bbb;
}
a {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:hover {
  color: #e07b91;
  text-decoration: underline;
}
a:focus-visible {
  outline: 2px solid #8595e1;
  outline-offset: 2px;
}
.social {
  margin: 2em 0 6em 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  flex-shrink: 0;
}
.social img {
  width: 2em;
  height: 2em;
  margin: 0;
  object-fit: contain;
}
.social a:hover img {
  opacity: 0.75;
}
dl dt {
  margin-top: 1.5em;
}
dl dt:first-child {
  margin-top: 0;
}
dl dd {
  margin: 0.5em 0 0;
}
.footer-image {
  width: 100%;
  height: auto;
}
.mt2 {
  margin-top: 2em;
}
.mt2 img {
  max-width: 100%;
  height: auto;
}
.talks-photo {
  border-radius: 0.6em;
}
.talks-figure {
  margin: 0;
}
.talks-figure figcaption {
  margin-top: 0.6em;
}
