/* eslint-disable @next/next/no-img-element -- Static brand logo URL; next/image migration is out of scope. */ import { useTheme } from '../lib/theme-context'; export default function AnimatedFireLogo({ size = 100 }) { const { theme } = useTheme(); return (