/* Ripe — the UX story layout (two column story, full width sheets, detail notes)
   comes from sweep.css, and the hero, meta list and alternating screen blocks
   from lull.css. Ripe's exports carry no background of their own: the screens
   are cream with rounded corners and the design system sheets are cards on
   transparency, so this file only lifts them off the white page. */

.ll-screen-media img.rp-screen {
  filter: drop-shadow(0 22px 44px rgba(90, 67, 48, .16));
}

/* the sheets are already cards with their own shadows; no rounded frame needed */
.rp-figure img { border-radius: 0; }
