function BehindTheWork(){
 const stories=(window.SITEWORKS_RELEASES||[]).slice(0,3);
 if(!stories.length)return null;
 return <section className="releases" id="site-releases"><div className="wrap"><div className="releases-heading"><div><div className="releases-eyebrow">SITE RELEASES</div><h2>Launches & Updates</h2><p>A closer look at the websites, the decisions, and the work behind them.</p></div><a className="btn btn-secondary releases-view-all" href="https://www.taurist.com/siteworks/updates"><span>View all</span><span aria-hidden="true">→</span></a></div><div className="releases-grid">{stories.map(story=><article className="release-card worker-card" key={story.slug}><a href={'https://www.taurist.com/siteworks/updates/'+story.slug}><div className="release-image"><img src={'https://www.taurist.com'+story.cover.src} alt={story.cover.alt} loading="lazy"/></div><div className="release-kind">Project story · {story.workType}</div><h3>{story.title}</h3><p>{story.summary}</p><span className="release-read">Read story <span aria-hidden="true">→</span></span></a></article>)}</div></div></section>;
}
window.BehindTheWork=BehindTheWork;
