/* ============================================================
   Theme B — Bold cultural / Papua-forward
   Warm ochre/terracotta + gold, ornament-led, cream body.
   ============================================================ */
[data-theme="b"] {
  --bg: #FBF6EE; --bg-alt: #FFFDF8; --surface: #FFFDF8; --surface-2: #F5EAD8;
  --text: #2A1A0E; --text-2: #5A4634; --muted: #8A7256; --subtle: #B6A083;
  --border: #EADBC6; --border-2: #DCC6A8;
  --brand: #B5532A; --brand-2: #E0894D; --accent: #C2902B; --accent-2: #E8C66B; --danger: #C2410C; --on-accent: #FFF6E8;
  --hero-from: #231109; --hero-to: #3C1D0C; --hero-accent: #E8C66B;
  --hero-text: #FFFFFF; --hero-text-2: rgba(255,238,219,.7); --hero-eyebrow: #E8C66B;
  --hero-glow-1: rgba(201,150,46,.3); --hero-glow-2: rgba(181,83,42,.3);
  --hero-grid: rgba(255,240,220,.04);
  --font-display: 'EB Garamond', Georgia, serif; --display-weight: 700; --display-spacing: 0;
}
[data-theme="b"] .hero-deco {
  background: url('../../images/gen/texture-asmat.png') no-repeat left bottom / 42% auto;
  opacity: .22;
}
[data-theme="b"] .hero-title .l2 { color: var(--hero-accent); font-style: italic; }
[data-theme="b"] .section-title { font-style: italic; }
[data-theme="b"] .forum { border-top-color: var(--accent); }
[data-theme="b"] .iconchip { background: color-mix(in srgb, var(--accent) 20%, transparent); color: color-mix(in srgb, var(--accent) 82%, #000); }
