/* Weblists site-level tweaks only.
 * All base styling comes from /assets/shared/omev.css; this file only adds
 * the hero glow in the shared Omev orange. No per-site logo overrides. */

/* Hero glow (matches omev.ai: soft orange radial over near-black). */
.hero {
  background:
    radial-gradient(720px 300px at 18% -8%, var(--c-accent-soft), transparent 65%),
    radial-gradient(560px 260px at 92% 0%, rgba(255, 74, 28, .06), transparent 60%);
}
