York unlocked is a weekend festival that encourages you to see your city through fresh eyes by opening interesting and significant buildings to the public for free.
During this weekend, come down to Bedern Hall and meet the 3 Guilds who call our beautiful building home. Learn about these ancient medieval groups and their traditions that still continue to this day. There will be guild members to answer your questions and to help you unlock some of the mysteries surrounding the Guilds.
No tickets required for this event and entry is completely free!
/**
* 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
*/