/*
	Theme Name: Wine Shoppe
	Version: 1.0.0
	Description: Custom theme for The Wine Shoppe — wine catalogue, bottling & batch-making bookings, store hours, invitations, contests, newsletters, polls and promotions. Built for WooCommerce, ACF and Kadence Blocks.
	Author: We Design
	Author URI: https://www.wedesigngroup.ca
	Requires at least: 6.5
	Requires PHP: 8.0
	Text Domain: wineshoppe
*/


/* VARIABLES
---------------------------------------------------------------------------*/

:root {
	--global-kb-font-size-sm: clamp(0.875rem, 0.1vw + 0.8rem, 0.95rem);
	--global-kb-font-size-md: clamp(1rem, 0.2vw + 0.9rem, 1.25rem);
	--global-kb-font-size-lg: clamp(1.25rem, 0.3vw + 1.1rem, 1.5rem);
	--global-kb-font-size-xl: clamp(1.75rem, 0.6vw + 1.4rem, 2.5rem);
	--global-kb-font-size-xxl: clamp(2.25rem, 1vw + 1.8rem, 3.125rem);
	--global-kb-font-size-xxxl: clamp(2.75rem, 1.2vw + 2.2rem, 3.75rem);

	/* Booking / catalogue UI tokens — override in the child/Kadence global palette */
	--ws-color-available: #2f7d32;
	--ws-color-unavailable: #cccccc;
	--ws-color-selected: #7b1730;
	--ws-color-hold: #e0a800;
	--ws-color-border: #dcd7d2;
	--ws-color-surface: #ffffff;
	--ws-color-surface-alt: #f7f4f1;
	--ws-color-text: #2b2b2b;
	--ws-color-muted: #6b6b6b;
	--ws-radius: 4px;
	--ws-gap: 1rem;
}


/* THEME STYLES
---------------------------------------------------------------------------*/
/* Presentation is intentionally minimal — pages are built with Kadence Blocks. */

.ws-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
