.home-quote{
  margin-top: 1.25rem;
  text-align: center;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.85;
}

.home-quote .quote-text{
  margin: 0;
  line-height: 1.6;
}

.home-quote .quote-author{
  margin: .5rem 0 0;
  opacity: 0.75;
}

.postTitle, h1 {
  text-transform: none;
}

.postTitle {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

/* Force project titles to display exactly as written (no title-case) */
.postTitle {
  text-transform: none !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

/* Prev/Next nav (projects + blog singles) */
.pagination{
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.12);

  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  align-items: center;
  justify-content: space-between;
}

.pagination a{
  display: inline-flex;
  align-items: center;
  padding: .4rem .7rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  text-decoration: none;
  font-size: .85rem;
  line-height: 1;
  opacity: .9;
}

.pagination a:hover{
  opacity: 1;
  border-color: rgba(255,255,255,.28);
}

.pagination a:focus-visible{
  outline: 2px solid rgba(255,255,255,.35);
  outline-offset: 2px;
}

/* make them sit left/right nicely */
.pagination-prev{ margin-right: auto; }
.pagination-next{ margin-left: auto; }

.postNav{
  margin-top: 1.75rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.postNav a{
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem .75rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  text-decoration: none;
  font-size: .95rem;
  line-height: 1;
  opacity: .9;
}

.postNav a:hover{
  opacity: 1;
  border-color: rgba(255,255,255,.28);
}

.postNav a:focus-visible{
  outline: 2px solid rgba(255,255,255,.35);
  outline-offset: 2px;
}

/* About page: make the body content sit in the same card style as list pages */
.about-card{
  margin-top: 1rem;
}

/* Optional: tighten headings inside the about card */
.about-card h2{
  margin-top: 1.5rem;
}
.about-card h2:first-child{
  margin-top: 0;
}
