/* Anthropology topic notes — structured point pages (WRAP copper accents) */
.anthro-guide .lede a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.anthro-body {
  max-width: 48rem;
}

.anthro-fig {
  margin: 0.75rem 0 1.25rem;
}

.anthro-sec {
  margin: 0 0 1.15rem;
  padding: 0.85rem 0.95rem 0.95rem 1rem;
  border: 1px solid var(--rule);
  border-left: 3px solid #b87333;
  background: #fff;
  border-radius: 0 6px 6px 0;
}

.anthro-sec h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 0 0.45rem;
  color: #0b1f33;
}

.anthro-sec h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.05rem;
  margin: 0 0 0.4rem;
  color: #0b1f33;
}

.anthro-chip {
  display: inline-block;
  margin: 0 0 0.35rem;
  padding: 0.15rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a4a1a;
  background: #f7f1e8;
  border: 1px solid color-mix(in srgb, #b87333 40%, var(--rule));
  border-radius: 999px;
}

.anthro-lead {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #334155;
  max-width: 42rem;
}

.anthro-bullets {
  margin: 0;
  padding-left: 1.15rem;
  max-width: 42rem;
}

.anthro-bullets li {
  margin: 0.22rem 0;
  line-height: 1.45;
  font-size: 0.96rem;
}

.anthro-olist {
  list-style: decimal;
}

.anthro-ex {
  margin: 0.7rem 0 0.15rem;
  padding: 0.65rem 0.85rem;
  max-width: 42rem;
  background: #f7f1e8;
  border: 1px solid color-mix(in srgb, #b87333 45%, var(--rule));
  border-left: 3px solid #b87333;
  border-radius: 0 6px 6px 0;
}

.anthro-ex-label {
  margin: 0 0 0.3rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7a4a1a;
}

.anthro-ex ul {
  margin: 0;
  padding-left: 1.1rem;
}

.anthro-ex li {
  margin: 0.18rem 0;
  font-size: 0.92rem;
  line-height: 1.4;
}

.anthro-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0.7rem 0 0.15rem;
  max-width: 48rem;
}

.anthro-compare > div {
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--rule);
  background: #fafafa;
  border-radius: 6px;
}

.anthro-compare h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: #0b1f33;
}

.anthro-compare .anthro-bullets {
  max-width: none;
}

.anthro-table {
  font-size: 0.9rem;
}

.anthro-group-shelf + .anthro-group-shelf {
  margin-top: 1.5rem;
}

.anthro-guide .notes-shelf-head h2 {
  font-size: 1.25rem;
}

@media (max-width: 720px) {
  .anthro-compare {
    grid-template-columns: 1fr;
  }
  .anthro-sec {
    padding-left: 0.85rem;
  }
}


/* v3 — clearer explanatory bullet rhythm */
.anthro-sec .anthro-bullets li,
.anthro-sec ul li {
  margin: 0.28rem 0;
  line-height: 1.45;
}
.anthro-sec .lead,
.anthro-sec p.lead {
  margin: 0 0 0.55rem;
  line-height: 1.5;
  color: #243447;
}
.anthro-sec table {
  font-size: 0.92rem;
  line-height: 1.4;
}


/* v4 — thinker cards, strong copper/ink, book lines */
.anthro-body strong {
  color: #5c3a14;
  font-weight: 700;
}
.anthro-thinker {
  background: linear-gradient(180deg, #fffdf9 0%, #fff 48%);
  border-left-width: 4px;
  box-shadow: 0 1px 0 color-mix(in srgb, #b87333 18%, transparent);
}
.anthro-thinker h2 {
  font-size: 1.28rem;
  letter-spacing: -0.01em;
}
.anthro-thinker .anthro-chip {
  background: #efe4d4;
  color: #5c3a14;
}
.anthro-sec .anthro-bullets li strong,
.anthro-ex li strong,
.anthro-table strong {
  color: #4a2f12;
}
.anthro-olist li::marker {
  color: #b87333;
  font-weight: 700;
}
