/* =============================================================
   philosopher.css — The Made Self · Individual thinker pages
   Styles for inquiry/philosophy/[thinker].html pages.
   Requires shared.css + module.css to be loaded first.
   ============================================================= */

/* ── Page header ─────────────────────────────────────────────── */
.philosopher-page-header {
  padding: 60px 0 48px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0;
}

/* ── Back link ───────────────────────────────────────────────── */
.philosopher-back {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0.6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  transition: opacity 0.2s;
}
.philosopher-back:hover { opacity: 1; }

/* ── Header text ─────────────────────────────────────────────── */
.philosopher-era {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.6;
  margin-bottom: 14px;
}

.philosopher-name {
  font-family: var(--serif);
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 300;
  color: var(--text);
  line-height: 1;
  margin-bottom: 12px;
}

.philosopher-dates {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--muted);
  opacity: 0.5;
}

/* Koan borders use module.css defaults (border-bottom) —
   consistent with empirical module pages. */
