/* OPTION E — Bright but bold/dramatic (light base + heavy navy-blue blocks) */
.opt-cine {
  --bg: #ffffff; --bg-2: #eef3fb; --surface: #ffffff; --surface-2: #f4f7fc;
  --line: #e4ebf4; --text: #0f1c3a; --muted: #5a6b88;
  --blue: #1a3aa0; --blue-deep: #0e2168; --red: #e0202c; --red-700: #bd1622; --gold: #d99206;
  --on-hero: #fff; --nav-text: #16245e;
  --hero-scrim: linear-gradient(180deg, rgba(10,18,52,.34) 0%, rgba(10,18,52,.08) 30%, rgba(10,18,52,.72) 100%);
  --chip: #eef3fb; --nav-bg: rgba(255,255,255,.92);
  --footer-logo-badge: #fff; --footer-logo-pad: 10px 14px;
  --map-stroke: #ffffff; --map-emerging: #dbe4f0; --map-developing: #f3c14e;
  --map-active: #e0202c; --map-hover: #1a3aa0; --map-selected: #16245e; --map-selected-stroke: #d99206;
  --st-active: #e0202c; --st-developing: #e0a106; --st-emerging: #9fb0c7;
  --shadow: 0 24px 50px rgba(16,33,104,.12); --shadow-sm: 0 12px 30px rgba(16,33,104,.08);
}
/* light-surface readability + lean into Dominican blue */
.opt-cine .sec-head .eyebrow, .opt-cine .page-hero .eyebrow { color: var(--blue); }
.opt-cine .crumb { color: var(--blue); }
.opt-cine .tier b, .opt-cine .ncard time, .opt-cine .info-row b,
.opt-cine .lnk, .opt-cine .fcard .ic, .opt-cine .drp-stat span { color: var(--blue); }
/* footer sits on a navy block — keep its text light */
.opt-cine .foot { color: #b4c0dc; }
.opt-cine .foot p, .opt-cine .foot a, .opt-cine .foot-base { color: #aab6d4; }
.opt-cine .foot a:hover { color: #fff; }
.opt-cine .foot .social a { color: #fff; }
.opt-cine .news-signup input { color: #fff; }
