/* ===================================================================
   STUDIO NIM — Ariana additions.
   Nothing here changes the original design: these rules only cover
   what the static site produced in JavaScript (upper-cased captions)
   and what Ariana adds to a page (form messages, article body parts).
=================================================================== */

/* Server messages from Ariana arrive in sentence case; the design's
   status line was always set in capitals. */
.form-status{ text-transform:uppercase; }
.form-actions .form-status.is-error + .form-status.is-error{ flex-basis:100%; }

/* Captions the old renderer upper-cased in JS (TITLE — LOCATION, YEAR). */
.cover-cap, .motion-cap{ text-transform:uppercase; }
