Songs of mourning and remembrance in the Celtic tradition exclusively for York Ghost Week.
On the first day in November, the veil between worlds is said to be at its thinnest. As dusk descends on one of York’s oldest churches, ancient songs of loss and mourning echo in this place where time ever stands still. In the humble glow of candlelight, Celtic folk musician Olivia Graham reverently serenades with traditional and original music woven together with the tales and traditions of this most sacred night.
/**
* TIME FIELD TWEAK — hide seconds + force "00"
*
* What it does:
* - Finds every `.form-item.time` block.
* - Sets the seconds input `.field-element[data-title="Second"]` to "00".
* - Hides the seconds UI `.field.second.two-digits` via `style.display = "none"`.
*
* When it runs:
* - On `DOMContentLoaded`.
* - On `mercury:load` (Squarespace’s AJAX/PJAX page-change event).
*
* Why:
* - We don’t need seconds; this keeps the UI cleaner and standardises submitted values.
*
* Notes:
* - Safe to remove if you later want users to pick seconds.
* - If Squarespace changes markup, update the selectors above.
* - Logs a credit message to the console (“Soundfocus Digital”).
*
* Last updated: 25 Aug 2025
*/