Introduction
const container = document.getElementById("episodeList");
Rent/Buy: Episodes or the full season can be purchased on Amazon Video, Apple TV, and Fandango at Home . Physical Media: The first season was released on DVD titled Pretty Little Liars Original Sin: The Complete First Season Critical Reception prettylittleliarsoriginalsins01complete7 hot
<script>
// Season 1 has 10 episodes, but "7 hot" might indicate top 7 or first 7 core episodes.
// Here we show all 10 but mark the most intense 7 as "HOT 🔥"
const episodes = [
num: 1, title: "Chapter One: Spirit Week", desc: "A new generation of Liars receives a threatening message.", hot: true, runtime: "52 min", rating: "8.1" ,
num: 2, title: "Chapter Two: The Spirit Queen", desc: "Secrets from the past start to surface.", hot: true, runtime: "48 min", rating: "8.3" ,
num: 3, title: "Chapter Three: Aftermath", desc: "A tragic event shakes Millwood.", hot: true, runtime: "50 min", rating: "8.5" ,
num: 4, title: "Chapter Four: The (Fe)male Gaze", desc: "Suspicion grows among the girls.", hot: true, runtime: "52 min", rating: "8.0" ,
num: 5, title: "Chapter Five: The Night He Came Home", desc: "A killer returns to Millwood.", hot: true, runtime: "55 min", rating: "8.7" ,
num: 6, title: "Chapter Six: Scars", desc: "Dark family secrets unravel.", hot: true, runtime: "49 min", rating: "8.4" ,
num: 7, title: "Chapter Seven: Carnival of Souls", desc: "The liars face their worst fears.", hot: true, runtime: "58 min", rating: "9.0" ,
num: 8, title: "Chapter Eight: Bad Blood", desc: "A shocking betrayal changes everything.", hot: false, runtime: "51 min", rating: "7.8" ,
num: 9, title: "Chapter Nine: Dead and Buried", desc: "The truth about 'A' begins to emerge.", hot: false, runtime: "53 min", rating: "7.9" ,
num: 10, title: "Chapter Ten: Final Girl", desc: "Season finale — the ultimate reckoning.", hot: false, runtime: "62 min", rating: "8.6"
]; Essay: The Inferno of Memory – Trauma, Spectacle,