/* ==========================================================================
   ABOUT PAGE — denser than the homepage by design: it has a story to tell.
   Extends the quiet theme (quiet.css); no new tokens.
   ========================================================================== */

.page-about {
  --gap: 56px;
}

.page-about main {
  padding: 56px 24px 80px;
}

.page-about .portrait {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--rule);
  margin-bottom: 20px;
}

/* Entries are plain blocks separated by hairlines, not boxes.
   28px + 28px around the hairline = 56px total, matching --gap, so the
   whole page runs on one vertical rhythm. */
.page-about .entry + .entry {
  border-top: 1px solid var(--rule);
  margin-top: 28px;
  padding-top: 28px;
}

.page-about .entry-date {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-muted);
  margin: 0 0 6px;
}

.page-about .entry h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--ink);
}

.page-about .entry p {
  margin: 0 0 10px;
}

.page-about .tools-line {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.8;
}

.page-about .cv-btn {
  display: inline-block;
  border: 1px solid var(--accent);
  border-radius: 4px;
  padding: 10px 18px;
  color: var(--accent);
  font-weight: 500;
  text-decoration: none;
  margin: 6px 16px 0 0;
}

.page-about .cv-btn:hover {
  background-color: var(--accent);
  color: var(--paper);
}
