However you pronounce it (and it definetly rhymes with 'own') the Scone is the centre piece of any afternoon tea. We've teamed up with Hebden Tea to offer you a tea and scone tasting sessions with three scone flavours created by our in-house baker Bernadette.
Activities for the kids and a Tea-torial session by Hedben Tea! Plus your chance to suggest a new flavour to add to our menu.
Free to attend, just purchase your tasting platter of tea and scones.
Scone mixes and teas available to purchase as a souvenir of the day
/**
* 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
*/