/* global React */ // Jullia — a lite YouTube embed. Shows the thumbnail behind the same hairline // play affordance as VideoPlate; only swaps in the real iframe (autoplaying) // once clicked, so no third-party script loads until the visitor asks for it. function VideoEmbed({ youtubeId, start, caption, ratio = '16 / 9', style = {} }) { const [playing, setPlaying] = React.useState(false); const startParam = start ? `&start=${start}` : ''; return (
{playing ? (