{lines.map((line, i) => (
linesRef.current[i] = el} className="fu"
style={{ fontFamily: 'var(--font-display)', fontWeight: 900, fontSize: 'clamp(2rem, 5vw, 6.5rem)', lineHeight: 1.08, color: '#0A0A0A', letterSpacing: '-0.025em', marginBottom: 8, animationDelay: `${line.delay}ms` }}>
{Array.isArray(line.text) ? line.text : line.text}
))}
{[['Pink City pedigree', 'Jaipur-born, globally wired.'], ['Jugaad-free engineering', 'Built right the first time.'], ['Full-stack growth', 'Build · Grow · Automate.']].map(([title, sub]) => (
))}