:root {
  color-scheme: light;
}

body {
  margin: 18px 28px 36px;
  background: white;
  color: black;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 1.32;
}

.page {
  max-width: 980px;
  margin: 0 auto;
}

.toplinks {
  margin-bottom: 28px;
  text-align: right;
  font-size: 15px;
}

.toplinks a {
  white-space: nowrap;
}

h1 {
  max-width: 720px;
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.02;
}

h2 {
  clear: both;
  margin: 34px 0 12px;
  padding-top: 8px;
  border-top: 1px solid black;
  font-size: 21px;
  line-height: 1.1;
}

h3 {
  margin: 20px 0 8px;
  font-size: 17px;
}

p {
  max-width: 820px;
  margin: 0 0 15px;
}

ul {
  max-width: 820px;
  margin: 8px 0 18px 24px;
  padding: 0;
}

li {
  margin-bottom: 8px;
}

a {
  color: black;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.lead {
  font-size: 21px;
  line-height: 1.18;
}

.portrait {
  float: right;
  width: 250px;
  height: 300px;
  margin: 4px 0 18px 28px;
  border: 1px solid black;
  object-fit: cover;
}

.photo-word {
  cursor: zoom-in;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.photo-popover {
  position: fixed;
  z-index: 1000;
  display: none;
  width: min(340px, calc(100vw - 32px));
  margin: 0;
  padding: 6px;
  border: 1px solid black;
  background: white;
  box-shadow: 8px 8px 0 rgb(0 0 0 / 14%);
  pointer-events: none;
}

.photo-popover.is-visible {
  display: block;
}

.photo-popover img {
  display: block;
  width: 100%;
  max-height: min(420px, 64vh);
  object-fit: contain;
  background: #f4f4f4;
}

.photo-popover figcaption {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.2;
}

.small-note {
  font-size: 15px;
}

@media (max-width: 760px) {
  body {
    margin: 16px;
    font-size: 16px;
  }

  .toplinks {
    margin-bottom: 22px;
    text-align: left;
    line-height: 1.8;
  }

  h1 {
    font-size: 33px;
  }

  .lead {
    font-size: 19px;
  }

  .portrait {
    float: none;
    width: 220px;
    height: 264px;
    margin: 10px auto 18px;
  }

  .photo-popover {
    width: calc(100vw - 32px);
    max-height: 48vh;
  }

  .photo-popover img {
    max-height: 38vh;
  }
}
