11.00 am – 1.30pm: Visit Holy Trinity Goodramgate to see if you can find some hidden churchmice and discover the many ways that parishioners and passersby have left their mark over the years.
12.00 pm to 1.30pm – Make your own herb bags at Holy Trinity Goodramgate
2.00 pm: Solstice Choir will be performing in the grounds of Holy Trinity Goodramgate with a special program centered around medieval music.
/**
* 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
*/