/* Nocturne — original cinematic language (base site.css + these signatures) */
.style-nocturne .hero h1 {
  text-shadow: 0 20px 80px var(--glow);
}
.style-nocturne .btn.primary {
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent) 40%, transparent), 0 12px 40px var(--glow);
}
.style-nocturne .featured {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 88%, transparent), color-mix(in srgb, var(--bg-alt) 80%, transparent));
}
