/* ============================================================
   EXHTO — Cinematic layer (index only; scoped to body.cine-on)
   Calm edition: scroll progress only.
   Grain, vignette, intro and ken-burns removed.
   ============================================================ */

/* ---- film grain + vignette — removed ---- */
.cine-on .cine-grain,
.cine-on .cine-vignette { display: none; }

/* ---- scroll progress (pink only) ---- */
.cine-on .cine-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%; z-index: 401;
  background: linear-gradient(90deg, var(--pink), var(--pink-deep));
  transition: width .1s linear;
}

/* ---- ken-burns drift on photos — removed ---- */
.cine-on .photo .ph-img { animation: none; }

/* ============================================================
   Opening title card — removed
   ============================================================ */
.cine-intro { display: none; }
