/* ==========================================================================
   Features shared — Scroll-led advice story (turntable)
   ==========================================================================
   Three app views live on a spatial ring. Scrolling the section in seats the
   scene: the front phone grows continuously (scroll-linked, no autoplay).
   Each narrative beat then rotates the ring — every phone moves, the incoming
   view grows to the front, the outgoing one recedes. The turn itself is the
   signature; everything around it stays restrained.

   The frame is the family's shared story deck (Features/shared/StoryDeck.css)
   and the copy column its shared story grammar (Features/shared/
   StoryScaffold.css), both linked by the page shell BEFORE this sheet. What is
   left here is the renders, their light and their entrance.

   Two pages stage it (coaching, calls and messages). Neither is named in these
   sheets: what a page needs to tune — the caps a render may be drawn at, the
   paint handoff its artwork asks for — it declares in its own tuning sheet,
   which loads after this one.

   Entry point only — the sheets below are ordered stage → breakpoints.
   ========================================================================== */

@import url('./styles/stage.css');
@import url('./styles/responsive.css');
