/* Quiet notes — reuse site tokens from styles.css */
.notes-wrap {
  width: min(100% - 2rem, 42rem);
  margin: 1.5rem auto 3rem;
}

.notes-top {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.notes-top a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.9rem;
}
.notes-top a:hover { color: var(--accent-deep); }

.notes-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0 0 0.35rem;
}

.notes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.notes-list a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0.85rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--accent-deep) 12%, transparent);
}
.notes-list a:hover .notes-list-title { color: var(--accent-deep); }

.notes-list-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.notes-list-lead {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

.note-article h1 {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

.note-article .note-meta {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin: 0 0 1.5rem;
}

.note-article p {
  line-height: 1.65;
  margin: 0 0 1rem;
  color: var(--ink);
}

.note-article h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 1.75rem 0 0.65rem;
}

.note-article ul {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  line-height: 1.6;
  color: var(--ink);
}

.note-cta {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid color-mix(in srgb, var(--accent-deep) 12%, transparent);
  font-size: 0.95rem;
}

.note-cta a {
  color: var(--accent-deep);
}

.footer-notes-link {
  display: inline-block;
  margin-top: 0.65rem;
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.82rem;
  opacity: 0.85;
}
.footer-notes-link:hover {
  color: var(--accent-deep);
  opacity: 1;
}
