{
  "$schema": "https://songforgeai.com/country-corpus.schema.json",
  "name": "Country Excellence Reference Corpus",
  "version": "0.1.0",
  "publishedAt": "2026-05-21",
  "license": "CC BY 4.0 — Attribution required. Cite the corpus by name + version when training, evaluating, or comparing against it. Lyric excerpts (if any) are reproduced under U.S. fair-use criticism + commentary; full lyrics are referenced by title + artist + year and looked up at validation time from a separately-managed (operator-owned, optionally licensed) reference.",
  "summary": "Verified-hit country songs across the four substyles, with structural metadata + craft analysis + expected rubric band. Used by C11.5 calibration to detect rubric mis-scoring (the Brett 'Collapsed' pattern). 35 entries distributed: neo-traditional 9, radio-country crossover 14, heartland ballad 8, bar anthem 4. Each entry is credential-validated (Billboard chart position OR RIAA certification OR Grammy nomination OR canonical-historical status) so the calibration anchor is defensible without operator advisor relationships.",
  "methodology": [
    "Each entry is a verified country hit selected from Billboard Hot Country year-end #1 leaders, RIAA Platinum+ certifications, Grammy Best Country Song / Best Country Solo Performance nominees + winners, or canonical-historical status (e.g., 'He Stopped Loving Her Today' frequently named the greatest country song ever recorded).",
    "Substyle classification follows the C4 COUNTRY_SUBSTYLES registry: neo-traditional / radio-country-crossover / heartland-ballad / bar-anthem. Edge cases noted in the entry's `substyleNote` field.",
    "Expected composite is the band the SongForgeAI rubric SHOULD score this song in. Any verified Diamond / multi-Grammy / Billboard #1 hit that scores below 85 indicates a rubric calibration bug — that's the Brett 'Collapsed' failure mode the C11.5 calibration run will surface.",
    "Audit-primitive measurements (CID / LRR / MSC / VIG) are NOT precomputed in this corpus seed; C11.5 will run the C6-C8 audits against each entry and produce the per-song readings. The corpus stores the EXPECTED band the audits should report.",
    "Cliché usage notes follow the C3 Country Forbidden Archive tier system. Where a song uses a Tier 2 or Tier 3 cliché, the entry names HOW the song earned it (specific context, unique pairing, narrative function).",
    "Lyrics are NOT reproduced in this corpus. Title + artist + year forms a stable reference that the calibration engine resolves at validation time."
  ],
  "schema": {
    "id": "string — stable identifier (country-NNN)",
    "title": "string — song title",
    "artist": "string — primary artist credit",
    "year": "number — release year",
    "substyle": "string — one of: neo-traditional, radio-country-crossover, heartland-ballad, bar-anthem",
    "substyleNote": "string (optional) — edge-case classification note",
    "hitCredential": "string — Billboard #1 / RIAA cert / Grammy / Diamond / canonical",
    "expectedBand": "string — S+ | S | A+ | A | B+ | B (the band this should score in)",
    "expectedComposite": "number — single-point target (typically center of band)",
    "structure": "string — verse + chorus + bridge structural shorthand",
    "titlePlacement": "string — where + how often the title appears",
    "titleCarriesEmotionalMath": "boolean — does the title pass the bar test per C3 entry #5",
    "clicheTier1Used": "string[] — Tier 1 archive entries this song uses (should be empty for hits)",
    "clicheTier2Used": "string[] — Tier 2 archive entries + how the song earned them",
    "clicheTier3Used": "string[] — Tier 3 archive entries + fresh pairings used to earn them",
    "failureModesAvoided": "string[] — specific Forbidden Archive entries this song does NOT trigger",
    "substyleSignals": "string[] — which substyle profile signals this song exhibits",
    "notable": "string[] — 1-3 craft observations specific to this song"
  },
  "entries": [
    {
      "id": "country-001",
      "title": "He Stopped Loving Her Today",
      "artist": "George Jones",
      "year": 1980,
      "substyle": "neo-traditional",
      "hitCredential": "Grammy Best Male Country Vocal 1981; CMA Song of the Year 1980-81; frequently named greatest country song ever recorded; Billboard #1",
      "expectedBand": "S",
      "expectedComposite": 94,
      "structure": "V1 → CHORUS → V2 → CHORUS → BRIDGE (revelation: he died) → final CHORUS recontextualized",
      "titlePlacement": "Title as final line of each chorus; 4 occurrences; meaning transforms from 'broke up' (V1 read) to 'died' (V2-bridge read)",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Stagnant Second Verse — V2 reveals new fact (her wedding day, kept the letters)",
        "Bridge That Summarizes — bridge is the SHIFT (he died this morning)",
        "Telling Chorus — chorus is observational (he stopped loving her), not declarative",
        "Title That Doesn't Carry — title is the emotional core; the bar test passes immediately"
      ],
      "substyleSignals": [
        "Bridge carries thematic pivot (load-bearing per neo-trad profile)",
        "Single narrator throughout",
        "CID verse-high (specific objects: letters, picture, wedding day)",
        "Title repetition 4×",
        "75-95 BPM range"
      ],
      "notable": [
        "The supplied research's prime example of Semantic Inversion Index (SII) — chorus reads completely differently after V2's reveal",
        "Title carries emotional math: stranger hearing 'he stopped loving her today' knows the song is about an ending; only after listening do they know it's about death",
        "Cited by Pat Pattison + Nashville Hall of Fame curriculum as canonical structure example"
      ]
    },
    {
      "id": "country-002",
      "title": "Mama Tried",
      "artist": "Merle Haggard",
      "year": 1968,
      "substyle": "neo-traditional",
      "hitCredential": "Billboard #1 Country; Grammy Hall of Fame inductee; canonical outlaw-country",
      "expectedBand": "A+",
      "expectedComposite": 89,
      "structure": "V1 → CHORUS → V2 → CHORUS → V3 → CHORUS (no bridge)",
      "titlePlacement": "Title is final line of every chorus; 3 occurrences; carries the song's whole moral arc",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": ["mama (Tier 3 sentimental totem; earned via the autobiographical context — Haggard's mother actually did try to raise him right; the song is a confession + apology)"],
      "failureModesAvoided": [
        "Demographic Cosplay — Haggard IS the speaker; the diction is his actual register",
        "Sentimentality Trap — 'mama tried' is earned by V1's specific autobiographical details (Bakersfield, prison)",
        "Stagnant Second Verse — V2 progresses from childhood to prison"
      ],
      "substyleSignals": [
        "Autobiographical narrator coherence",
        "Working-class diction without performed dialect",
        "Three-verse narrative structure",
        "75-95 BPM"
      ],
      "notable": [
        "Single-sentence title carries the whole song's confession + grief",
        "Outlaw-country lineage anchor — every modern outlaw track measures against this"
      ]
    },
    {
      "id": "country-003",
      "title": "Coal Miner's Daughter",
      "artist": "Loretta Lynn",
      "year": 1970,
      "substyle": "neo-traditional",
      "hitCredential": "Billboard #1 Country; Grammy Hall of Fame; canonical; #82 Rolling Stone 500 Greatest Songs",
      "expectedBand": "A+",
      "expectedComposite": 90,
      "structure": "V1 → V2 → V3 → V4 — narrative ballad, no chorus, title as opening line refrain",
      "titlePlacement": "Title is opening line of song; refrain at start of each subsequent narrative section; 3 occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": ["mama / daddy (Tier 2 totems; earned through specific autobiographical facts — coal mining, Kentucky, the Webb family)"],
      "clicheTier3Used": ["dirt road (Tier 3; earned via the specific Butcher Hollow context)"],
      "failureModesAvoided": [
        "Could-Be-Any-City Verse — explicitly named: Butcher Hollow, Kentucky",
        "Object List Verse — every object (cabin, washboard, coal mine) is the narrator's lived environment",
        "Sentimentality Trap — the sentiment is autobiographical fact, not performed"
      ],
      "substyleSignals": [
        "Narrative-run form (no formal chorus; refrain anchors)",
        "Specific named place (Butcher Hollow)",
        "Single narrator with autobiographical authority",
        "Mid-tempo (~90 BPM)"
      ],
      "notable": [
        "Form 4 (Narrative Run) per the supplied research's classification",
        "Title carries identity: stranger hears 'coal miner's daughter' and predicts the song's whole frame"
      ]
    },
    {
      "id": "country-004",
      "title": "On the Road Again",
      "artist": "Willie Nelson",
      "year": 1980,
      "substyle": "neo-traditional",
      "hitCredential": "Billboard #1 Country; Grammy Best Country Song 1981; canonical road song",
      "expectedBand": "A+",
      "expectedComposite": 86,
      "structure": "V1 → CHORUS → V2 → CHORUS → CHORUS — short bar-anthem-adjacent form",
      "titlePlacement": "Title repeats every line of chorus; 8 occurrences across the song",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": ["road (Tier 3; earned because the song IS the road)"],
      "failureModesAvoided": [
        "Object List Verse — sparse narrative; what objects appear (the bus, the band) are all narrator-inhabited",
        "Title That Doesn't Carry — the road IS the emotional content"
      ],
      "substyleSignals": [
        "First chorus arrives fast (~30s — the song is hook-first)",
        "High title repetition (8×) — sits on the neo-trad / bar-anthem boundary",
        "Bridge optional / absent"
      ],
      "notable": [
        "Substyle edge case — bridge-less form leans bar-anthem, but diction + vocal lineage anchor neo-trad",
        "Title-as-thesis carries the whole song"
      ]
    },
    {
      "id": "country-005",
      "title": "I Drive Your Truck",
      "artist": "Lee Brice",
      "year": 2013,
      "substyle": "heartland-ballad",
      "substyleNote": "Borders neo-traditional via narrative gravity; classified heartland for the slow-build emotional arc + thematic-bridge structure.",
      "hitCredential": "Billboard #1 Country; Grammy Best Country Song nominee 2014; RIAA Platinum; CMA Song of the Year",
      "expectedBand": "S",
      "expectedComposite": 92,
      "structure": "V1 → CHORUS → V2 → CHORUS → BRIDGE (the reveal: brother killed in combat) → final CHORUS",
      "titlePlacement": "Title is final line of chorus; 4 occurrences; title transforms after bridge reveal — the truck isn't his, it's his dead brother's",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [
        "truck (Tier 3; earned because the truck is the brother's actual truck — a war-veteran's vehicle, not a country-coded prop)",
        "dirt road (Tier 3; earned because the road is the one the dead brother drove)"
      ],
      "failureModesAvoided": [
        "Demographic Cosplay — narrator's grief is specific (brother in combat), not performed",
        "Sentimentality Trap — every sentimental signal (family, prayer, flag) is anchored to one specific dead brother",
        "Title That Doesn't Carry — possessive 'your' in the title carries the whole song",
        "Stagnant Second Verse — V2 reveals more specific facts (cooler, baseball cap, the dent in the door)"
      ],
      "substyleSignals": [
        "Bridge carries thematic pivot (load-bearing)",
        "Verse-heavy CID (specific objects: socket set, change in cup holder, war-zone radio)",
        "Single narrator with stable grief",
        "65-85 BPM range"
      ],
      "notable": [
        "Title possessive 'your' is the song's whole emotional math — never says 'my dead brother's truck'",
        "Inspired by a real soldier; the song's specificity is documentary-grade",
        "Title placement bar-test: stranger hears 'I drive your truck' and asks 'whose?' That question IS the song"
      ]
    },
    {
      "id": "country-006",
      "title": "Whiskey Lullaby",
      "artist": "Brad Paisley + Alison Krauss",
      "year": 2003,
      "substyle": "heartland-ballad",
      "hitCredential": "Billboard #3 Country; RIAA Platinum; CMA Vocal Event of the Year",
      "expectedBand": "A+",
      "expectedComposite": 88,
      "structure": "V1 (his story, dies) → CHORUS → V2 (her story, dies) → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title appears in chorus; 'la la la' refrain interlaces; ~5 occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": ["whiskey (Tier 3; earned because whiskey is the literal cause of both deaths — the song's whole subject)"],
      "failureModesAvoided": [
        "Sentimentality Trap — the deaths are clinical, not maudlin",
        "Drift Narrator — explicit POV split between him + her, marked structurally",
        "Telling Chorus — chorus shows the drinking-yourself-to-death physical act, doesn't name 'grief'",
        "Bridge That Summarizes — bridge expands time (years pass) and recontextualizes the deaths as parallel"
      ],
      "substyleSignals": [
        "Single thematic arc across two narrators",
        "CID-high specificity (specific notes left, specific gun, specific bottle)",
        "65-85 BPM",
        "Bridge required + load-bearing"
      ],
      "notable": [
        "Two-POV structure works because the switch is structurally marked (V1 → V2) not drifted",
        "'La la la' refrain functions as the only emotional release the narrators ever get"
      ]
    },
    {
      "id": "country-007",
      "title": "She's In Love With The Boy",
      "artist": "Trisha Yearwood",
      "year": 1991,
      "substyle": "neo-traditional",
      "hitCredential": "Billboard #1 Country; debut single launched career",
      "expectedBand": "A",
      "expectedComposite": 85,
      "structure": "V1 (Katie + Tommy talking) → CHORUS → V2 (her father objects) → CHORUS → BRIDGE (mother's perspective shift) → CHORUS",
      "titlePlacement": "Title closes every chorus; 4 occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": ["mama (Tier 2; earned via the actual mother-character role in V2-bridge — she's the song's pivot)"],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Could-Be-Any-City Verse — specific named characters (Katie, Tommy, her father)",
        "Stagnant Second Verse — V2 introduces the father's objection",
        "Bridge That Summarizes — bridge introduces the mother's POV-shift ('but mama said...')"
      ],
      "substyleSignals": [
        "Named characters throughout",
        "Bridge required + carries POV pivot",
        "Mid-tempo country (~90 BPM)",
        "First chorus by 0:45"
      ],
      "notable": [
        "Pivot in bridge — mother's surprise voice — is craft-textbook recontextualization",
        "Title means the same thing throughout BUT V2's father-objection makes the chorus repetition land harder"
      ]
    },
    {
      "id": "country-008",
      "title": "Choices",
      "artist": "George Jones",
      "year": 1999,
      "substyle": "neo-traditional",
      "hitCredential": "Grammy Best Male Country Vocal 2000",
      "expectedBand": "A+",
      "expectedComposite": 86,
      "structure": "V1 → CHORUS → V2 → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is the song's thesis word; 3 occurrences in chorus",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Sentimentality Trap — confession-without-self-pity throughout",
        "Telling Chorus — chorus narrates choices made, not emotion felt",
        "Demographic Cosplay — Jones's actual register"
      ],
      "substyleSignals": [
        "Confession narrative form",
        "Single narrator with autobiographical credibility",
        "Bridge load-bearing",
        "75-85 BPM"
      ],
      "notable": [
        "Jones's last major Grammy; sung from the perspective of a man owning his alcoholism",
        "Title doesn't name emotion — names the mechanism (choices)"
      ]
    },
    {
      "id": "country-009",
      "title": "Wagon Wheel",
      "artist": "Old Crow Medicine Show",
      "year": 2004,
      "substyle": "neo-traditional",
      "substyleNote": "Border case: Darius Rucker's 2013 cover lifted this into crossover territory (Platinum, #1) but the OCMS original is neo-trad/Americana. Substyle classified by the OCMS version.",
      "hitCredential": "RIAA Platinum (OCMS version); Darius Rucker cover Diamond (2017)",
      "expectedBand": "A+",
      "expectedComposite": 86,
      "structure": "V1 → CHORUS → V2 → CHORUS → V3 → CHORUS — narrative road song, no formal bridge",
      "titlePlacement": "Title in chorus only; ~4 occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [
        "road (Tier 3; earned because the song IS the journey from New England to Raleigh)"
      ],
      "failureModesAvoided": [
        "Could-Be-Any-City Verse — specific places (Raleigh, Roanoke, New England, the bus)",
        "Object List Verse — the objects (wagon wheel, bus, banjo) are inhabited"
      ],
      "substyleSignals": [
        "Multi-verse narrative",
        "Named cities/places",
        "Mid-tempo (~100 BPM — leans crossover-edge)"
      ],
      "notable": [
        "Title 'wagon wheel' is metaphor for the journey itself + literal vehicle",
        "Co-written with Bob Dylan (uses Dylan's unfinished bridge fragment)"
      ]
    },
    {
      "id": "country-010",
      "title": "Cruise",
      "artist": "Florida Georgia Line",
      "year": 2012,
      "substyle": "radio-country-crossover",
      "hitCredential": "RIAA Diamond (10M+ certified units) — FIRST country song to achieve Diamond status; Billboard Hot Country #1 for 24 weeks (record at the time)",
      "expectedBand": "A+",
      "expectedComposite": 86,
      "structure": "V1 → PRE → CHORUS → V2 → PRE → CHORUS → BRIDGE → CHORUS",
      "titlePlacement": "Title repeated heavily in chorus; ~8 occurrences",
      "titleCarriesEmotionalMath": false,
      "clicheTier1Used": [],
      "clicheTier2Used": [
        "tailgate (Tier 2; common bro-country trope, used to anchor scene)"
      ],
      "clicheTier3Used": [
        "truck (Tier 3; central object — 'lifted Chevy' is specific)",
        "Daisy Dukes (Tier 1 in pure form — but the song earns it via the specific scene anchoring + the broader narrative of summer freedom)"
      ],
      "failureModesAvoided": [
        "Could-Be-Any-City Verse — specific imagery anchors (lifted Chevy, blue jean shorts, dirt road backroad)"
      ],
      "substyleSignals": [
        "First chorus by 0:45",
        "Pop-influenced hook construction",
        "Title repetition 8+",
        "95-120 BPM crossover band",
        "Brief verses; hook-heavy chorus"
      ],
      "notable": [
        "Title doesn't pass full bar test — 'cruise' is a label more than emotional math — but the production hook + repetition carry it to Diamond",
        "First Diamond country song; defines the crossover commercial template",
        "Diamond status mandates A-band scoring regardless of craft purist objections"
      ]
    },
    {
      "id": "country-011",
      "title": "Last Night",
      "artist": "Morgan Wallen",
      "year": 2023,
      "substyle": "radio-country-crossover",
      "hitCredential": "Billboard Hot 100 #1 for 16 weeks; RIAA 6× Platinum; longest-running country #1 on Hot 100",
      "expectedBand": "A+",
      "expectedComposite": 86,
      "structure": "CHORUS → V1 → CHORUS → V2 → CHORUS → POST-CHORUS",
      "titlePlacement": "Chorus-before-verse structure; title is opening hook; 9 occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [
        "whiskey (Tier 3; central to the breakup scene)"
      ],
      "failureModesAvoided": [
        "Object List Verse — specific narrative (we argued, she left, I texted)",
        "Drift Narrator — single male POV throughout",
        "Title That Doesn't Carry — 'last night' carries the song's whole moment-of-regret frame"
      ],
      "substyleSignals": [
        "Chorus-first structure (HSD 2024 #1 pattern)",
        "Sub-3:00 runtime (2:39)",
        "Post-chorus present",
        "First chorus at 0:00 (literal)",
        "95-120 BPM"
      ],
      "notable": [
        "Per HSD analysis: omits pre-chorus, places chorus before V1, short runtime — every choice optimized for streaming-era retention",
        "Title means the specific 'last night' (singular moment) — passes bar test"
      ]
    },
    {
      "id": "country-012",
      "title": "Body Like a Back Road",
      "artist": "Sam Hunt",
      "year": 2017,
      "substyle": "radio-country-crossover",
      "hitCredential": "Billboard Hot Country #1 for 34 weeks (all-time record); RIAA 4× Platinum",
      "expectedBand": "A",
      "expectedComposite": 84,
      "structure": "Hook-centered: 65% of composition is hook centers per HSD",
      "titlePlacement": "Title is the central hook; ~9 occurrences",
      "titleCarriesEmotionalMath": false,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [
        "back road (Tier 3; reframed metaphorically as the body — recontextualized country object)"
      ],
      "failureModesAvoided": [
        "Demographic Cosplay — Hunt's diction is his actual hybrid country/R&B register",
        "Production-Crutch Hook — chorus survives acoustic readthrough"
      ],
      "substyleSignals": [
        "Hook-center dominance (HSD-analyzed)",
        "Conversational diction",
        "First chorus by 0:35",
        "Title repetition 9+",
        "Rhythmic-flow vocal delivery"
      ],
      "notable": [
        "Hit Songs Deconstructed's prime example of hook-center commercial design",
        "Title is metaphorical reframing — country object (back road) carrying erotic content",
        "The chorus's metaphor IS the song; doesn't pretend to be a story"
      ]
    },
    {
      "id": "country-013",
      "title": "The Bones",
      "artist": "Maren Morris",
      "year": 2019,
      "substyle": "radio-country-crossover",
      "hitCredential": "Billboard Hot Country #1; RIAA 2× Platinum; Grammy nomination",
      "expectedBand": "A+",
      "expectedComposite": 87,
      "structure": "V1 → CHORUS → V2 → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is metaphorical structure (the bones of the house = relationship foundation); 4 occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Sentimentality Trap — relationship-strong song without sap",
        "Telling Chorus — metaphor (bones / house / foundation) does the work, not emotion-naming"
      ],
      "substyleSignals": [
        "Conversational diction with one well-earned metaphor",
        "First chorus by 0:40",
        "95-110 BPM",
        "Pop-influenced production"
      ],
      "notable": [
        "Metaphor governance: 'bones' / 'house' threads through every verse; the metaphor IS the structure",
        "Title carries the whole song's load-bearing meaning"
      ]
    },
    {
      "id": "country-014",
      "title": "Need You Now",
      "artist": "Lady Antebellum",
      "year": 2009,
      "substyle": "radio-country-crossover",
      "hitCredential": "RIAA Diamond (10M+); Billboard #1; Grammy Song of the Year + Record of the Year 2011",
      "expectedBand": "S",
      "expectedComposite": 91,
      "structure": "V1 → CHORUS (him) → V2 → CHORUS (her) → BRIDGE (duet) → final CHORUS",
      "titlePlacement": "Title is the song's emotional hook; ~6 occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [
        "whiskey (Tier 3; earned via the specific late-night drunk-texting scene)"
      ],
      "failureModesAvoided": [
        "Drift Narrator — explicit two-narrator split, structurally marked",
        "Telling Chorus — chorus is observational ('it's a quarter after one') not declarative",
        "Sentimentality Trap — drunk-text scene is unflattering, not maudlin"
      ],
      "substyleSignals": [
        "Two-narrator duet with marked structure",
        "First chorus by 0:50",
        "95-105 BPM",
        "Bridge as duet (load-bearing structural)"
      ],
      "notable": [
        "Diamond status anchors S-band expectation",
        "Title carries the literal emotional thesis: 'I need you NOW' (specific time, specific desperation)",
        "Grammy Song of the Year — peer-validated craft"
      ]
    },
    {
      "id": "country-015",
      "title": "I Hope",
      "artist": "Gabby Barrett",
      "year": 2020,
      "substyle": "radio-country-crossover",
      "hitCredential": "Billboard Hot 100 #3 (crossover); RIAA 4× Platinum",
      "expectedBand": "A",
      "expectedComposite": 85,
      "structure": "V1 → PRE → CHORUS → V2 → PRE → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title opens chorus; 5+ occurrences; meaning is sarcastic (curse disguised as well-wishing)",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Telling Chorus — sarcastic register inverts the convention",
        "Title That Doesn't Carry — 'I hope' carries the whole sarcasm-as-curse frame"
      ],
      "substyleSignals": [
        "First chorus by 0:50",
        "Crossover pop production with country vocal",
        "95-120 BPM",
        "Pre-chorus present"
      ],
      "notable": [
        "Title's surface meaning (hope) inverts to its actual meaning (curse) across the song",
        "SII-strong: chorus reads as 'wishing well' first listen, 'wishing harm' second listen"
      ]
    },
    {
      "id": "country-016",
      "title": "Take Your Time",
      "artist": "Sam Hunt",
      "year": 2014,
      "substyle": "radio-country-crossover",
      "hitCredential": "RIAA 4× Platinum; Billboard Hot Country #1",
      "expectedBand": "A",
      "expectedComposite": 84,
      "structure": "V1 (spoken) → CHORUS → V2 (sung) → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is the chorus's repeated phrase; 6+ occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Production-Crutch Hook — chorus survives acoustic",
        "Demographic Cosplay — Hunt's hybrid country/R&B/rap is his actual delivery"
      ],
      "substyleSignals": [
        "Spoken-word V1 (signature crossover technique)",
        "First chorus by 0:40",
        "100-110 BPM",
        "Hybrid genre delivery"
      ],
      "notable": [
        "Pioneering spoken-rhythm country crossover",
        "Title's directive register ('take your time') passes bar test"
      ]
    },
    {
      "id": "country-017",
      "title": "Beautiful Crazy",
      "artist": "Luke Combs",
      "year": 2018,
      "substyle": "radio-country-crossover",
      "substyleNote": "Border: production envelope is heartland-ballad (acoustic, sparse) but commercial reach + Hot Country chart performance fits crossover.",
      "hitCredential": "RIAA 5× Platinum; Billboard Hot Country #1",
      "expectedBand": "A+",
      "expectedComposite": 88,
      "structure": "V1 → CHORUS → V2 → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title closes chorus; 4 occurrences; oxymoron as emotional math",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Telling Chorus — title oxymoron does the emotional work, no emotion-naming",
        "Sentimentality Trap — love song stays specific (her habits, her quirks)"
      ],
      "substyleSignals": [
        "First chorus by 0:50 (slower than typical crossover)",
        "Bridge required",
        "95-105 BPM",
        "Acoustic-leaning production"
      ],
      "notable": [
        "Title oxymoron (beautiful + crazy) IS the emotional math",
        "5× Platinum — exceptional unit-sales credentials"
      ]
    },
    {
      "id": "country-018",
      "title": "Heaven",
      "artist": "Kane Brown",
      "year": 2017,
      "substyle": "radio-country-crossover",
      "hitCredential": "RIAA 5× Platinum; Billboard Hot Country #1",
      "expectedBand": "A",
      "expectedComposite": 84,
      "structure": "V1 → PRE → CHORUS → V2 → PRE → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is metaphor for the relationship; ~5 occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Telling Chorus — 'this must be what heaven feels like' grounds in specific physical moment",
        "Sentimentality Trap — love-as-heaven cliché redeemed by V1's specifics"
      ],
      "substyleSignals": [
        "First chorus by 0:50",
        "Pre-chorus + bridge present",
        "95-110 BPM",
        "Pop-country production"
      ],
      "notable": [
        "Crossover love song with strong title metaphor",
        "5× Platinum credential anchors A-band"
      ]
    },
    {
      "id": "country-019",
      "title": "Wasted on You",
      "artist": "Morgan Wallen",
      "year": 2021,
      "substyle": "radio-country-crossover",
      "hitCredential": "RIAA 4× Platinum; Billboard Hot Country #1",
      "expectedBand": "A",
      "expectedComposite": 84,
      "structure": "V1 → CHORUS → V2 → CHORUS → BRIDGE → final CHORUS → POST-CHORUS",
      "titlePlacement": "Title closes chorus; 5+ occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [
        "whiskey (Tier 3; central to the breakup-spiral scene)"
      ],
      "failureModesAvoided": [
        "Drift Narrator — single male POV",
        "Title That Doesn't Carry — 'wasted on you' has dual meaning (drunk + invested-without-return)"
      ],
      "substyleSignals": [
        "Post-chorus present (HSD pattern)",
        "First chorus by 0:45",
        "95-105 BPM",
        "Streaming-era structure"
      ],
      "notable": [
        "Title's double meaning (wasted=drunk, wasted=invested) is SII-strong",
        "Wallen's signature breakup-spiral subgenre"
      ]
    },
    {
      "id": "country-020",
      "title": "What Hurts the Most",
      "artist": "Rascal Flatts",
      "year": 2006,
      "substyle": "radio-country-crossover",
      "substyleNote": "Border: heartland-ballad-leaning tempo + emotional weight, but crossover commercial reach + Pop chart presence.",
      "hitCredential": "RIAA 4× Platinum; Billboard Hot Country #1; Hot 100 crossover",
      "expectedBand": "A+",
      "expectedComposite": 87,
      "structure": "V1 → PRE → CHORUS → V2 → PRE → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title closes chorus; 4 occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Telling Chorus — title names the feeling but verses ground it in specifics (the things never said)",
        "Sentimentality Trap — grief stays specific to one relationship-not-pursued"
      ],
      "substyleSignals": [
        "First chorus by 0:50",
        "Bridge load-bearing",
        "85-95 BPM (slower crossover)",
        "Pop-rock crossover production"
      ],
      "notable": [
        "Title 'what hurts the most' names the emotional question; verses answer it",
        "Cover of the 2003 Mark Wills version; Rascal Flatts version is the verified-hit"
      ]
    },
    {
      "id": "country-021",
      "title": "Whiskey Glasses",
      "artist": "Morgan Wallen",
      "year": 2018,
      "substyle": "radio-country-crossover",
      "hitCredential": "RIAA 6× Platinum; Billboard Hot Country #1 for 6 weeks",
      "expectedBand": "A",
      "expectedComposite": 83,
      "structure": "V1 → PRE → CHORUS → V2 → PRE → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is in chorus + central metaphor; 5+ occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [
        "whiskey (Tier 3; central object — the goggles-of-grief metaphor reframes the trope)"
      ],
      "failureModesAvoided": [
        "Object List Verse — whiskey is the subject + metaphor, not décor",
        "Title That Doesn't Carry — 'whiskey glasses' = drinking goggles for grief carries dual meaning"
      ],
      "substyleSignals": [
        "First chorus by 0:50",
        "Pre-chorus present",
        "95-105 BPM",
        "Mid-2010s country production"
      ],
      "notable": [
        "Title is metaphorical reframing of country object (whiskey) into grief technology (goggles)",
        "Modern country object recontextualized rather than listed"
      ]
    },
    {
      "id": "country-022",
      "title": "Mercy",
      "artist": "Brett Young",
      "year": 2017,
      "substyle": "radio-country-crossover",
      "hitCredential": "RIAA 4× Platinum; Billboard Hot Country #1",
      "expectedBand": "A",
      "expectedComposite": 83,
      "structure": "V1 → PRE → CHORUS → V2 → PRE → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is the song's plea; 5+ occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Telling Chorus — 'mercy' is a request, not an emotion-name",
        "Drift Narrator — single male POV asking ex for forgiveness"
      ],
      "substyleSignals": [
        "First chorus by 0:45",
        "Pre-chorus + bridge present",
        "95-110 BPM",
        "Pop-country production"
      ],
      "notable": [
        "Title carries the whole song's posture (asking ex for mercy)",
        "Crossover earned via cleaner pop production while preserving country narrator coherence"
      ]
    },
    {
      "id": "country-023",
      "title": "Springsteen",
      "artist": "Eric Church",
      "year": 2011,
      "substyle": "radio-country-crossover",
      "hitCredential": "RIAA 3× Platinum; Billboard Hot Country #1; CMA Song of the Year nomination",
      "expectedBand": "A+",
      "expectedComposite": 88,
      "structure": "V1 → CHORUS → V2 → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title (the artist Springsteen) is the metaphor / refrain hook",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Could-Be-Any-City Verse — anchored in specific summer-night-with-the-radio scene",
        "Telling Chorus — names a SPECIFIC song-listening memory, not generic nostalgia",
        "Sentimentality Trap — nostalgia anchored to specific song + specific memory + specific person"
      ],
      "substyleSignals": [
        "First chorus by 0:50",
        "Specific cultural anchor (Springsteen songs named)",
        "95-110 BPM",
        "Acoustic-leaning production"
      ],
      "notable": [
        "Title (an artist name) functions as POSSESSIVE metaphor — what 'Springsteen' means to the narrator",
        "Eric Church's strongest melding of country + roots-rock crossover"
      ]
    },
    {
      "id": "country-024",
      "title": "Tennessee Whiskey",
      "artist": "Chris Stapleton",
      "year": 2015,
      "substyle": "heartland-ballad",
      "substyleNote": "Cover of David Allan Coe (1981); Stapleton's recording is the verified-hit. Cited as canonical modern heartland.",
      "hitCredential": "RIAA Diamond (10M+); Billboard Hot Country #1; CMA Album/Single of the Year",
      "expectedBand": "S",
      "expectedComposite": 92,
      "structure": "V1 → CHORUS → V2 → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is metaphor for the lover; 4+ occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [
        "whiskey (Tier 3; CENTRAL metaphor — the lover IS whiskey, recontextualizing the trope)"
      ],
      "failureModesAvoided": [
        "Telling Chorus — metaphor (you're as smooth as Tennessee whiskey) does the emotional work",
        "Sentimentality Trap — love song with specific sensory grounding (whiskey + honey)"
      ],
      "substyleSignals": [
        "Single coherent metaphor across whole song",
        "First chorus by 0:50",
        "65-80 BPM",
        "Bridge load-bearing",
        "Sparse acoustic production"
      ],
      "notable": [
        "Diamond + Grammy-validated modern heartland anchor",
        "Title's whiskey metaphor governs every chorus line; metaphor-as-architecture"
      ]
    },
    {
      "id": "country-025",
      "title": "Live Like You Were Dying",
      "artist": "Tim McGraw",
      "year": 2004,
      "substyle": "heartland-ballad",
      "hitCredential": "RIAA 5× Platinum; Billboard Hot Country #1 for 10 weeks; Grammy Best Male Country Vocal 2005",
      "expectedBand": "A+",
      "expectedComposite": 89,
      "structure": "V1 (diagnosis) → CHORUS → V2 (response) → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is the song's directive thesis; 4+ occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Could-Be-Any-City Verse — specific list of life choices (sky-diving, Rocky Mountain climbing, bull-riding)",
        "Telling Chorus — directive register (live like) not feeling-naming",
        "Sentimentality Trap — death-and-meaning earned through specific acts"
      ],
      "substyleSignals": [
        "First chorus by 0:55",
        "Bridge load-bearing thematic pivot",
        "75-85 BPM",
        "Acoustic + strings production"
      ],
      "notable": [
        "Title is directive: 'live like you were dying' carries philosophy + specific to-do list",
        "Form 1 (Standard) per the supplied research's classification"
      ]
    },
    {
      "id": "country-026",
      "title": "Strawberry Wine",
      "artist": "Deana Carter",
      "year": 1996,
      "substyle": "heartland-ballad",
      "hitCredential": "RIAA Platinum; CMA Song of the Year 1997; Billboard Hot Country #1",
      "expectedBand": "A+",
      "expectedComposite": 88,
      "structure": "V1 (memory) → CHORUS → V2 (departure) → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is the memory-trigger metaphor; 4 occurrences in chorus",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Could-Be-Any-City Verse — specific farm-summer setting",
        "Sentimentality Trap — first-love nostalgia grounded in specific sensory anchors",
        "Telling Chorus — 'strawberry wine' is the embodied metaphor, not 'I miss him'"
      ],
      "substyleSignals": [
        "First chorus by 0:55",
        "Specific narrative arc (first love, parting)",
        "65-80 BPM",
        "Acoustic production"
      ],
      "notable": [
        "CMA Song of the Year — peer-validated craft",
        "Title's strawberry wine is the embodied memory — sensory grounding does the emotional work"
      ]
    },
    {
      "id": "country-027",
      "title": "Always On My Mind",
      "artist": "Willie Nelson",
      "year": 1982,
      "substyle": "heartland-ballad",
      "hitCredential": "Grammy Song of the Year 1983; Grammy Best Country Song; Billboard Hot Country #1; CMA Song of the Year",
      "expectedBand": "S",
      "expectedComposite": 92,
      "structure": "V1 → CHORUS → V2 → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is the song's apologetic refrain; 4+ occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Telling Chorus — 'always on my mind' is observation, not emotion-naming",
        "Sentimentality Trap — confession-without-apology pattern (acknowledges failure)",
        "Stagnant Second Verse — V2 escalates the regret-list"
      ],
      "substyleSignals": [
        "First chorus by 0:50",
        "Bridge load-bearing",
        "60-75 BPM (slowest band)",
        "Sparse acoustic production"
      ],
      "notable": [
        "Grammy Song of the Year + 3× canonical credentials anchor S band",
        "Title's 'always' is the song's whole indictment — acknowledging insufficient love-shown"
      ]
    },
    {
      "id": "country-028",
      "title": "I Will Always Love You",
      "artist": "Dolly Parton",
      "year": 1974,
      "substyle": "heartland-ballad",
      "substyleNote": "Originally released 1974 (#1 country). Re-recorded 1982 (#1 again — first artist to hit #1 with same song twice). Whitney Houston's 1992 cover crossed over to pop.",
      "hitCredential": "Billboard Hot Country #1 twice (1974, 1982); canonical departure-ballad",
      "expectedBand": "S",
      "expectedComposite": 93,
      "structure": "V1 → CHORUS → V2 → CHORUS → BRIDGE (spoken) → final CHORUS",
      "titlePlacement": "Title is the song's promise; 5+ occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Telling Chorus — 'I will always love you' is a promise (action statement), not emotion-naming",
        "Bridge That Summarizes — spoken-word bridge personalizes + escalates"
      ],
      "substyleSignals": [
        "First chorus by 0:55",
        "Spoken-word bridge (load-bearing)",
        "65-75 BPM",
        "Sparse production"
      ],
      "notable": [
        "Written about Porter Wagoner — autobiographical specificity",
        "Title's 'always' is the song's whole emotional posture: love continuing past separation"
      ]
    },
    {
      "id": "country-029",
      "title": "Concrete Angel",
      "artist": "Martina McBride",
      "year": 2002,
      "substyle": "heartland-ballad",
      "hitCredential": "RIAA Gold; Billboard Hot Country #5; CMA-nominated; landmark issue-song",
      "expectedBand": "A+",
      "expectedComposite": 86,
      "structure": "V1 → CHORUS → V2 → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is the memorial metaphor (the gravestone angel); ~4 occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Sentimentality Trap — child-abuse subject earned through observational specifics (school, bruises, mother's footsteps)",
        "Could-Be-Any-City Verse — specific school + house scenes",
        "Bridge That Summarizes — bridge introduces the gravestone reveal"
      ],
      "substyleSignals": [
        "First chorus by 0:55",
        "Bridge load-bearing (carries the reveal)",
        "70-80 BPM",
        "Issue-song narrative gravity"
      ],
      "notable": [
        "Title's 'concrete angel' is the literal grave marker — title carries the song's whole tragedy",
        "Issue song earning its weight through observational discipline"
      ]
    },
    {
      "id": "country-030",
      "title": "I Hope You Dance",
      "artist": "Lee Ann Womack",
      "year": 2000,
      "substyle": "heartland-ballad",
      "hitCredential": "RIAA 2× Platinum; CMA Single + Song of the Year 2001; Grammy Best Country Song 2001",
      "expectedBand": "A+",
      "expectedComposite": 88,
      "structure": "V1 → CHORUS → V2 → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is the song's directive blessing; 4+ occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Telling Chorus — directive register ('I hope you dance') not feeling-naming",
        "Sentimentality Trap — mother-to-child blessing earned through specific advice-list"
      ],
      "substyleSignals": [
        "First chorus by 0:55",
        "Bridge load-bearing",
        "75-85 BPM",
        "Adult-contemporary crossover production"
      ],
      "notable": [
        "Title is dance-as-metaphor for engagement-with-life",
        "Grammy + CMA double-credential anchors A+ band"
      ]
    },
    {
      "id": "country-031",
      "title": "When You Say Nothing At All",
      "artist": "Keith Whitley",
      "year": 1988,
      "substyle": "heartland-ballad",
      "hitCredential": "Billboard Hot Country #1; CMA Single of the Year 1989; canonical late-80s heartland",
      "expectedBand": "A+",
      "expectedComposite": 88,
      "structure": "V1 → CHORUS → V2 → CHORUS → final CHORUS (no formal bridge)",
      "titlePlacement": "Title is the central paradox; 4 occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [],
      "failureModesAvoided": [
        "Telling Chorus — paradox (silence communicates) does emotional work",
        "Sentimentality Trap — love song with specific behavioral observations (her eyes, her smile)"
      ],
      "substyleSignals": [
        "First chorus by 0:50",
        "75-85 BPM",
        "Acoustic-leaning production"
      ],
      "notable": [
        "Title is paradox: words-aren't-needed song that uses 4 verses + chorus to say so",
        "Whitley died young; this became his posthumous canonical anchor"
      ]
    },
    {
      "id": "country-032",
      "title": "Friends in Low Places",
      "artist": "Garth Brooks",
      "year": 1990,
      "substyle": "bar-anthem",
      "hitCredential": "Billboard Hot Country #1 for 4 weeks; RIAA Diamond (10M+); canonical bar anthem",
      "expectedBand": "A+",
      "expectedComposite": 87,
      "structure": "V1 → CHORUS → V2 → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is the song's central declaration; 4+ occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [
        "whiskey (Tier 3; specific to the bar-scene context)"
      ],
      "failureModesAvoided": [
        "Object List Verse — bar-scene anchored in specific narrator-action (left the formal event, went to dive)",
        "Production-Crutch Hook — survives acoustic; the title-line lands on its own"
      ],
      "substyleSignals": [
        "First chorus by 0:40",
        "Title repetition 4+ (lower than bar-anthem typical because the title-line is anchemic by phrasing alone)",
        "110-120 BPM",
        "Bridge load-bearing"
      ],
      "notable": [
        "Diamond + canonical credentials — anchors A+ band",
        "Title 'friends in low places' carries class-allegiance subtext (high-society rejection)",
        "Bar-anthem with NARRATIVE — the wedding-crash scene gives it more heartland tendons than most"
      ]
    },
    {
      "id": "country-033",
      "title": "A Bar Song (Tipsy)",
      "artist": "Shaboozey",
      "year": 2024,
      "substyle": "bar-anthem",
      "hitCredential": "Billboard Hot 100 #1 for 19 weeks (tied longest-running #1 of all time); RIAA Diamond; per HSD analysis: country/folk/pop/hip-hop fusion",
      "expectedBand": "A+",
      "expectedComposite": 86,
      "structure": "V1 → CHORUS → V2 → CHORUS → POST-CHORUS — 2:50 runtime",
      "titlePlacement": "Title (the parenthetical 'Tipsy' phrase) repeats heavily; ~10 occurrences",
      "titleCarriesEmotionalMath": false,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [
        "whiskey (Tier 3; central object — bar-song specificity)"
      ],
      "failureModesAvoided": [
        "Demographic Cosplay — Shaboozey's hybrid Black country/hip-hop is his actual register",
        "Could-Be-Any-City Verse — bar scene anchored in narrator's specific working-class context"
      ],
      "substyleSignals": [
        "First chorus by 0:48",
        "Title repetition 10+",
        "110-125 BPM",
        "Multi-genre fusion (country + folk + pop + hip-hop)",
        "Post-chorus present",
        "Sub-3:00 runtime"
      ],
      "notable": [
        "Diamond + 19-week #1 anchor A-band regardless of label-only critique",
        "Per HSD: title in chorus AND post-chorus; pedal steel + banjo + fiddle preserve country identity through genre fusion",
        "Title's 'tipsy' carries the song's bar-anthem mood without complex emotional math"
      ]
    },
    {
      "id": "country-034",
      "title": "Tequila",
      "artist": "Dan + Shay",
      "year": 2018,
      "substyle": "bar-anthem",
      "substyleNote": "Border: heartland-ballad-leaning emotional weight + tempo, bar-anthem-leaning title-as-trigger structure. Classified bar-anthem for the title-as-Pavlovian-trigger function.",
      "hitCredential": "RIAA 4× Platinum; Billboard Hot Country #1; Grammy Best Country Duo/Group Performance",
      "expectedBand": "A+",
      "expectedComposite": 88,
      "structure": "V1 → PRE → CHORUS → V2 → PRE → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is the Pavlovian memory-trigger; 5+ occurrences",
      "titleCarriesEmotionalMath": true,
      "clicheTier1Used": [],
      "clicheTier2Used": [],
      "clicheTier3Used": [
        "tequila (Tier 3; central metaphor — the drink that triggers memory)"
      ],
      "failureModesAvoided": [
        "Object List Verse — tequila is the metaphor, not décor",
        "Telling Chorus — 'all I taste is tequila' grounds emotional response in sensory trigger",
        "Production-Crutch Hook — chorus survives acoustic"
      ],
      "substyleSignals": [
        "Enclosed pre-chorus rhyme (XAAXBB pattern)",
        "First chorus by 0:50",
        "90-100 BPM (slow for bar-anthem)",
        "Bridge present + load-bearing"
      ],
      "notable": [
        "Grammy-validated craft + 4× Platinum credential",
        "Title's 'tequila' = the drink that ALWAYS triggers memory of her — sensory-trigger memory mechanic",
        "Title-as-trigger (Pavlovian) mechanic earns the bar-anthem repetition"
      ]
    },
    {
      "id": "country-035",
      "title": "Country Girl (Shake It For Me)",
      "artist": "Luke Bryan",
      "year": 2011,
      "substyle": "bar-anthem",
      "hitCredential": "RIAA 5× Platinum; Billboard Hot Country #4; canonical 2010s bar-anthem",
      "expectedBand": "B+",
      "expectedComposite": 80,
      "structure": "V1 → CHORUS → V2 → CHORUS → BRIDGE → final CHORUS",
      "titlePlacement": "Title is the song's whole hook (directive); 10+ occurrences",
      "titleCarriesEmotionalMath": false,
      "clicheTier1Used": [
        "country girl (Tier 1 in pure form — the supplied research's prime example of bro-country object generic; survives only via the title repetition's chant function)"
      ],
      "clicheTier2Used": [
        "tailgate, dirt road (Tier 2 — heavily-clustered country tropes)"
      ],
      "clicheTier3Used": [
        "daisy dukes (Tier 3; objectifying use — explicitly named in the Forbidden Archive as a Tier 1 trigger in newer compositions; this song predates the archive)"
      ],
      "failureModesAvoided": [
        "Production-Crutch Hook — chant-mechanic carries acoustic"
      ],
      "substyleSignals": [
        "Maximum title repetition (10+)",
        "First chorus by 0:35",
        "115-125 BPM",
        "Stomp-clap production"
      ],
      "notable": [
        "Expected B+ band (not A) — multi-cliché stack reflects the bro-country backlash literature",
        "5× Platinum credential anchors the band floor at B+ regardless of cliché density",
        "Calibration test case: should the rubric score this in A-band (commercial validation) or B+ (craft critique)? The corpus picks B+ — clichés have a cost even when sales validate"
      ]
    }
  ]
}
