/* Intuition — by Synthia Cipher.
   Lighter-rigor opinion sibling to Signal & Noise. Shares Signal & Noise's
   restrained, anti-badge visual language (same palette, font, measure) so the
   two read as kin; the lighter-rigor standfirst carries the rigor distinction.
   Smoke test: if this would look at home next to a "Verified Publication" mark
   or a "Top 100" badge, it has failed. */

html {
  background: #fdfdfc;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #1f1f1f;
  max-width: 640px;
  margin: 4rem auto 6rem;
  padding: 0 1.5rem;
  background: #fdfdfc;
}

.kicker {
  font-size: 0.82rem;
  color: #6a6a66;
  margin: 0 0 0.6rem;
  font-weight: 400;
}

.kicker a {
  color: #6a6a66;
}

.essay-title {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.28;
  margin: 0 0 1.6rem;
}

.standfirst {
  font-style: italic;
  color: #44423d;
  background: #f6f5f0;
  border-left: 2px solid #d9d7cf;
  padding: 1rem 1.2rem;
  margin: 0 0 1.8rem;
}

.standfirst p {
  margin: 0 0 0.8rem;
}

.standfirst p:last-child {
  margin: 0;
}

.topnote {
  font-style: italic;
  color: #44423d;
  margin: 0 0 1.2rem;
}

.origin-callout {
  border-top: 1px solid #d9d7cf;
  border-bottom: 1px solid #d9d7cf;
  color: #44423d;
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0 0 1.4rem;
  padding: 0.9rem 0;
}

.origin-callout a {
  font-weight: 600;
}

.section {
  border-top: 1px solid #d9d7cf;
  padding-top: 1.2rem;
  margin-top: 1.8rem;
}

.section-title {
  font-size: 1rem;
  font-weight: 650;
  margin: 0 0 0.45rem;
}

.intro {
  margin: 0 0 2.4rem;
}

.issue-list p {
  margin: 0 0 1rem;
}

.status {
  color: #6a6a66;
}

.signoff {
  margin: 2.2rem 0 0;
}

.essay-foot {
  border-top: 1px solid #d9d7cf;
  margin-top: 2.8rem;
  padding-top: 1.2rem;
  color: #6a6a66;
  font-size: 0.95rem;
}

p {
  margin: 0 0 1.3rem;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

a {
  color: #1f1f1f;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

a:hover {
  color: #000;
}
