/*
Theme Name: Wazo
Theme URI: https://wazobrand.co.uk
Author: Wazo
Author URI: https://wazobrand.co.uk
Description: Wazo is a clean, minimal block theme built for a UK t-shirt dropshipping business. It is WooCommerce-ready, uses a crisp sans-serif type system, and ships with patterns for product-led storefronts. Designed for speed, generous whitespace and an editorial, monochrome aesthetic.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wazo
Tags: e-commerce, block-patterns, full-site-editing, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready, wide-blocks
*/

/*
 * Wazo is a block theme — global styles live in theme.json.
 * This file holds only small frontend refinements that theme.json cannot express.
 */

/* Smooth scrolling for in-page anchors (e.g. "Shop now" links). */
html {
	scroll-behavior: smooth;
}

/* Respect users who prefer reduced motion. */
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* Subtle lift on product cards / linked images. */
.wazo-card-link img,
figure.wp-block-image.wazo-hover img {
	transition: transform 0.35s ease, opacity 0.35s ease;
}

.wazo-card-link:hover img,
figure.wp-block-image.wazo-hover:hover img {
	transform: scale(1.03);
}

/* Tighten the WooCommerce product grid to match the theme's minimal spacing. */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-weight: 500;
}

/* Uppercase, spaced "eyebrow" labels used across patterns. */
.wazo-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.12em;
}
