:root[data-theme="dark"] {
  --ink: #f4f1e9;
  --cream: #151518;
  --paper: #232328;
  --purple: #c19afa;
  --muted: #b7b2c0;
  --line: #4c4955;
}
.site-nav { flex-wrap: wrap; gap: 18px; }
.blog-appearance { display: flex; align-items: center; gap: 8px; font: 11px/1.4 var(--mono); color: var(--muted); }
.blog-appearance select { min-height: 36px; padding: 6px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink); }
:root[data-theme="dark"] :is(.archive-feature, .article-cta, .quote-card, .cta-band) { background: #232328; color: #f4f1e9; }
:root[data-theme="dark"] :is(.eyebrow, a:hover) { color: var(--purple); }
:root[data-theme="dark"] :is(.skip-link, .article-fact, .archive-kicker) { color: #1a1a2e; }
:root[data-theme="dark"] .practice-card { color: var(--ink); }
:root[data-theme="dark"] :is(.label, .practice-card a) { color: var(--purple); }
:is(button, a, select):focus-visible { outline: 3px solid var(--purple); outline-offset: 4px; }
@media (max-width: 600px) {
  .blog-appearance { margin-left: auto; }
  .article-header h1 { overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
.archive-feature .eyebrow { color: #c19afa; }
:root[data-theme="dark"] .archive-empty { color: #1a1a2e; }
