/* Component refinements live in style.css.  This file intentionally remains
   small so page-specific overrides do not accumulate. */
.limited-badge { color: var(--accent); font: .72em/1 var(--sans); letter-spacing: .08em; }
.package-card--premium { border-color: rgba(152, 89, 108, .42); }
/* Cinematic header state: only the Moon and Telegram controls stay visible
   over the fixed film stage. No white navigation strip appears mid-sequence. */
.site-header.cinematic-header,
.site-header.cinematic-header.scrolled {
  color: #fffafc;
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

.site-header.cinematic-header .menu-toggle,
.site-header.cinematic-header .telegram-top {
  color: #fffafc;
  background: transparent;
  border-color: rgba(255, 250, 252, 0.88);
  box-shadow: 0 1px 12px rgba(92, 44, 68, 0.24);
}
