:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #39434b;
  background: #fbfaf8;
  font-synthesis: none;
  --title: #293a54;
  --accent: #087b99;
  --accent-dark: #08677f;
  --accent-pale: #e9f6f8;
  --venue: #c04a2d;
  --line: #e4e1dd;
  --muted: #6d747a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: clip;
}

body {
  max-width: 100%;
  margin: 0;
  border-top: 4px solid var(--accent);
  background: #fbfaf8;
  font-size: 15.5px;
  line-height: 1.62;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

.page {
  width: min(980px, calc(100% - 56px));
  margin: 0 auto;
  padding: 66px 0 36px;
}

a {
  color: var(--accent);
  text-decoration: none;
  text-underline-offset: 3px;
}

a:hover,
a:focus-visible {
  color: var(--accent-dark);
  text-decoration: underline;
}

a:focus-visible {
  outline: 2px solid #75bfd0;
  outline-offset: 3px;
  border-radius: 3px;
}

.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.profile {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  max-width: 920px;
}

.identity-card {
  padding: 0;
  text-align: center;
}

.portrait {
  display: block;
  width: 168px;
  aspect-ratio: 1;
  margin: 0 auto;
  border: 1px solid #d4dddc;
  border-radius: 12px;
  object-fit: cover;
  background: var(--accent-pale);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin: -8px 0 20px;
  color: var(--title);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
}

.affiliation {
  display: inline-block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 600;
}

.identity-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.identity-links a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--accent-dark);
  font-size: 11.5px;
  font-weight: 650;
}

.identity-links a:hover,
.identity-links a:focus-visible {
  text-decoration-thickness: 1px;
}

.identity-links .link-icon {
  width: 17px;
  height: 17px;
}

.link-icon {
  display: block;
  width: 19px;
  height: 19px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-copy,
.publication-copy {
  min-width: 0;
}

.profile-copy {
  padding-left: 45px;
  border-left: 1px solid var(--line);
}

.profile-copy > p {
  max-width: 650px;
  margin: 0;
  color: #414a51;
  font-size: 17px;
  line-height: 1.76;
}

.profile-copy > p + p {
  margin-top: 14px;
}

.publications {
  margin-top: 68px;
}

.section-heading {
  margin-bottom: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

h2 {
  margin-bottom: 0;
  color: var(--title);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

h2::after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--accent);
  content: "";
}

.publication {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 31px 0;
  border-bottom: 1px solid var(--line);
}

.teaser {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #d8d5d1;
  border-radius: 8px;
  background: #f0efed;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.teaser:hover,
.teaser:focus-visible {
  border-color: #85c5d2;
  box-shadow: 0 6px 18px rgba(8, 103, 127, 0.1);
  text-decoration: none;
}

.teaser img,
.teaser video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.teaser img {
  object-fit: cover;
}

.teaser video {
  object-fit: contain;
}

.motion-fallback {
  display: none !important;
}

.teaser-paper {
  background: #fff;
}

.teaser-paper img {
  object-fit: contain;
}

.teaser-dark {
  border-color: #343238;
  background: #050607;
}

h3 {
  margin: -3px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19.5px;
  font-weight: 600;
  line-height: 1.34;
}

h3 a {
  color: var(--title);
}

h3 a:hover,
h3 a:focus-visible {
  color: var(--accent-dark);
}

@media (min-width: 960px) {
  .publication-title-lvspm {
    font-size: 18.5px;
    letter-spacing: -0.012em;
    white-space: nowrap;
  }
}

.authors,
.venue,
.summary,
.paper-links {
  margin-bottom: 5px;
}

.authors {
  color: #4f565c;
  font-size: 13.8px;
  line-height: 1.5;
}

.authors strong {
  color: var(--title);
  font-weight: 700;
}

.authors sup,
.note sup {
  color: var(--venue);
  font-weight: 700;
}

.venue {
  color: var(--venue);
  font-size: 13.5px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.summary {
  max-width: 620px;
  color: #60676d;
  font-size: 14px;
  line-height: 1.5;
}

.tldr-label {
  color: var(--accent-dark);
  font-weight: 750;
}

.paper-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 650;
}

.paper-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 0;
  color: var(--accent-dark);
  line-height: 1;
}

.paper-links a:hover,
.paper-links a:focus-visible {
  text-decoration: underline;
}

.paper-links .link-icon {
  width: 20px;
  height: 20px;
  stroke-width: 1.85;
}

.note {
  margin: 16px 0 0;
  color: #777b7e;
  font-size: 13px;
}

footer {
  margin-top: 58px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  color: #888b8d;
  font-size: 12.5px;
}

footer p {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .teaser {
    transition: none;
  }

  .teaser-dynamic video {
    display: none;
  }

  .teaser-dynamic .motion-fallback {
    display: block !important;
    object-fit: contain;
  }
}

@media (max-width: 800px) {
  .page {
    width: auto;
    max-width: 680px;
    padding: 50px 22px 34px;
  }

  .profile {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 30px;
  }

  .portrait {
    width: 148px;
  }

  h1 {
    font-size: 42px;
  }

  .identity-links {
    gap: 7px;
  }

  .identity-links a {
    font-size: 11px;
  }

  .profile-copy {
    padding-left: 30px;
  }

  .profile-copy > p {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .publications {
    margin-top: 58px;
  }

  .publication {
    grid-template-columns: 225px minmax(0, 1fr);
    gap: 25px;
  }
}

@media (max-width: 600px) {
  body {
    border-top-width: 3px;
  }

  .page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 36px 24px 30px;
  }

  .profile,
  .publications,
  .publication {
    min-width: 0;
    max-width: 100%;
  }

  .profile {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .identity-card {
    display: grid;
    width: min(100%, 370px);
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 18px;
    align-items: start;
    text-align: left;
  }

  .portrait {
    width: 112px;
    grid-row: 1 / 3;
    margin: 0;
  }

  h1 {
    margin: 0 0 18px;
    font-size: 39px;
  }

  .identity-links {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 12px;
  }

  .profile-copy {
    padding: 0;
    border-left: 0;
    overflow-wrap: anywhere;
  }

  .profile-copy > p,
  .publication-copy h3,
  .authors,
  .summary {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .publications {
    margin-top: 52px;
  }

  .publication {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 19px;
    padding: 28px 0;
  }

  .publication-copy {
    overflow-wrap: anywhere;
  }

  .teaser {
    max-width: 420px;
  }

  h3 {
    margin-top: 0;
  }
}
