/* ══════════════════════════════════════════
   THEME · Light (case studies)
   Scoped to body.theme-light so both theme
   files can coexist when Barba transitions.
══════════════════════════════════════════ */
body.theme-light {
  --text-color:        0 0% 12%;   /* #1f1f1f */
  --background-color:  48 13% 85%; /* #DEDCD4 warm beige */
  --accent-hsl:        0 99% 60%;  /* #fe3939 red */
  --bg2:               hsl(43 28% 85%);
  --grain-opacity:    .035;
  --grain-blend:      multiply;
  /* bridge var overrides for light text */
  --dim:   hsla(var(--text-color) / .82);
  --mute:  hsla(var(--text-color) / .5);
  --line:  hsla(var(--text-color) / .16);
  --line2: hsla(var(--text-color) / .26);
}

/* Case-studies dropdown is shared + theme-adaptive — see design-system.css */

/* ── Hero scrim (light/cs pages) ── */
body.theme-light .hero-vscrim {
  background: linear-gradient(to bottom, rgba(0,0,0,.55) 0%, rgba(0,0,0,.22) 35%, rgba(0,0,0,.22) 65%, rgba(0,0,0,.62) 100%);
}
