*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background: #fff;
  color: #2b2b2f;
}

.page-shell {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 72px 32px 96px;
  display: grid;
  grid-template-columns: minmax(0, 760px) 220px;
  gap: 56px;
  align-items: start;
}

.page-main {
  min-width: 0;
}

h1 {
  margin: 0 0 16px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(40px, 6vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.meta {
  font: 500 16px/1.4 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #8b92a0;
}

.author-line {
  margin-top: 18px;
  display: inline-block;
  font-size: 30px;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  overflow-wrap: anywhere;
}

.page-article {
  margin-top: 18px;
  font-size: 22px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.page-article p {
  margin: 0;
}

.page-article p + p {
  margin-top: 10px;
}

.page-article h2 {
  margin: 28px 0 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(28px, 3.8vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.page-article h2 + p,
.page-article h2 + blockquote,
.page-article h2 + figure,
.page-article h2 + .document-asset {
  margin-top: 28px;
}

.page-article blockquote {
  margin: 18px 0 0;
  padding: 0 0 0 24px;
  border-left: 3px solid rgba(43, 43, 47, 0.18);
  color: #4a4f59;
  font-style: italic;
}

.page-article blockquote + p,
.page-article p + blockquote,
.page-article figure + p,
.page-article p + figure,
.page-article .document-asset + p,
.page-article p + .document-asset {
  margin-top: 30px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.page-article figure {
  margin: 30px 0 0;
}

.page-article img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(70vh, 720px);
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  background: #f0f0f0;
  margin: 0 auto;
}

.document-asset {
  margin-top: 30px;
}

.document-asset a {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  color: inherit;
  text-decoration: none;
  font: 600 18px/1.4 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-wrap: anywhere;
}

.publication-report-link {
  display: inline-block;
  margin-top: 30px;
  color: #be7e82;
  text-decoration: none;
  font: 500 calc(22px * 0.6)/1.45 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.publication-report-link:hover {
  text-decoration: underline;
}

.publication-report-link[hidden] {
  display: none;
}

a {
  color: inherit;
}

.page-tools {
  justify-self: end;
  display: grid;
  gap: 18px;
  padding-top: 12px;
  text-align: right;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.page-account {
  min-height: 1.2em;
  font-size: 20px;
  color: #262422;
}

.account-link {
  color: inherit;
  text-decoration: none;
}

.account-link--button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.account-link--button:hover,
.account-link:hover {
  text-decoration: underline;
}

.page-action {
  display: flex;
  justify-content: flex-end;
}

.action-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 3px solid #262422;
  border-radius: 999px;
  text-decoration: none;
  font: 700 22px/1 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: transparent;
  color: #262422;
}

.page-secondary {
  min-height: 1.25rem;
  color: #8b92a0;
  font-size: 14px;
}

@media (max-width: 980px) {
  .page-shell {
    padding: 36px 20px 64px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-tools {
    justify-self: start;
    text-align: left;
    gap: 14px;
  }

  .page-action {
    justify-content: flex-start;
  }

  .author-line {
    font-size: 28px;
  }
}
