/* Lumbra case study - near-black env (page-local only; case-study.css loads on this page alone) */

:root {
  --bg-dark: #080910;
}

/* Component surfaces on near-black env */
.case-study-lumbra .section-shell[data-theme="dark"] .bento-uneven__card {
  background: rgba(255, 255, 255, 0.02);
}

.case-study-lumbra .section-shell[data-theme="dark"] .case-media-placeholder {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.06);
}

.case-study-lumbra .section-shell[data-theme="dark"] .case-media-image {
  background: rgba(255, 255, 255, 0.02);
}
