/* Diegun — distraction-free reading */
.read-main {
  background: #0a0908;
  min-height: 100vh;
}
.read-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 0 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.875rem;
}
.read-nav--foot {
  margin-top: 3rem;
  padding-top: 2rem;
  border-bottom: none;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.read-nav__link {
  color: #e8c878;
  text-decoration: none;
}
.read-nav__link:hover {
  color: #fff;
}
.read-nav__muted {
  color: rgba(255, 255, 255, 0.35);
}
.read-nav__title {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  flex: 1;
}
.read-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1rem;
}
.read-kicker a {
  color: #e8c878;
}
.read-heading {
  font-family: "Google Sans", "Inter", system-ui, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  color: #fff;
  margin: 0 0 2rem;
  line-height: 1.2;
}
.read-prose {
  max-width: 42rem;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}
.read-prose p {
  margin: 0 0 1.25em;
}
.read-prose p:first-child {
  text-indent: 0;
}
