/* Issue Origin Card — production styles
   (Surface renamed 2026-05-26 from "Reader Orientation Card"; see
   projects/newsletter/decisions/2026-05-26-taxonomy-consolidation-lock.md.)
   Anti-badge spec: projects/newsletter/drafts/layer-0-card-variants-v4-2026-05-24.md
   Smoke test: if this would look at home next to a "Top 100 Newsletters" badge,
   a "Verified Publication" mark, or a podcast network bug, 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;
}

.issue-title {
  font-style: italic;
  font-size: 1.18rem;
  font-weight: 400;
  color: #1f1f1f;
  margin: 0 0 2.4rem;
  line-height: 1.4;
}

.intro {
  margin: 0 0 2.4rem;
}

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

.nav {
  margin: 0 0 2.2rem;
  color: #6a6a66;
}

.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;
}

.status {
  color: #6a6a66;
}

.link-list {
  padding-left: 1.2rem;
  margin: 0 0 1.6rem;
}

.link-list li {
  margin: 0 0 0.7rem;
}

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;
}

/* Plain-English first layer; the formal record sits behind expandables.
   No JS — native <details>. Kept visually quiet to match the anti-badge spec. */

.short-version {
  background: #f6f5f0;
  border-left: 2px solid #d9d7cf;
  padding: 1rem 1.2rem 0.1rem;
  margin: 0 0 1.6rem;
}

.short-version .label {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6a6a66;
  margin: 0 0 0.6rem;
}

.summary-block {
  margin: 0 0 1.4rem;
}

.summary-block .sub {
  font-weight: 600;
  margin: 0 0 0.3rem;
}

.summary-block ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.summary-block li {
  margin: 0 0 0.5rem;
}

.ledger-hint {
  color: #6a6a66;
  font-size: 0.95rem;
  margin: 0 0 0.8rem;
}

details {
  border-top: 1px solid #ece9e0;
  padding: 0.7rem 0;
}

details:last-of-type {
  border-bottom: 1px solid #ece9e0;
}

summary {
  cursor: pointer;
  font-weight: 500;
  list-style: none;
  outline-offset: 3px;
}

summary::-webkit-details-marker {
  display: none;
}

summary::before {
  content: "+";
  color: #6a6a66;
  display: inline-block;
  width: 1.1em;
  font-weight: 400;
}

details[open] > summary::before {
  content: "\2013"; /* en dash */
}

details[open] > summary {
  margin-bottom: 0.8rem;
}

.detail-body {
  padding-left: 1.1em;
}

.detail-body p {
  margin: 0 0 0.8rem;
}

.field {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6a6a66;
  margin: 0 0 0.15rem;
}

.disclosure {
  color: #6a6a66;
  font-size: 0.95rem;
}

/* Crosswalk link — sits above the global nav, separate from it. */
.crosswalk-link {
  border-top: 1px solid #d9d7cf;
  padding-top: 1.2rem;
  margin-top: 2rem;
  font-size: 0.95rem;
}

/* Global navigation — same block at the bottom of every World Behind page,
   so a reader can reorient from anywhere. Quiet, anti-badge. */
.wb-nav {
  border-top: 1px solid #d9d7cf;
  margin-top: 2.2rem;
  padding-top: 1rem;
  font-size: 0.92rem;
  color: #6a6a66;
}
.wb-nav p {
  margin: 0 0 0.5rem;
}
.wb-nav .wb-here {
  color: #1f1f1f;
  font-weight: 600;
}

/* Crosswalk table */
.xwalk {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  margin: 0 0 1.6rem;
}
.xwalk th, .xwalk td {
  text-align: left;
  vertical-align: top;
  padding: 0.5rem 0.6rem;
  border-bottom: 1px solid #ece9e0;
}
.xwalk th {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6a6a66;
  font-weight: 600;
}
.xwalk .rowid {
  color: #6a6a66;
  font-size: 0.82rem;
}
.xwalk .st-unresolved { color: #8a6d3b; }
