/*
Theme Name: Damasciano
Theme URI: https://damasciano.com
Author: Damasciano
Author URI: https://damasciano.com
Description: Custom block theme (Full Site Editing) for the Damasciano B2C Levantine pantry shop. WordPress + WooCommerce. Implements the tokens defined in design-system.md. Standalone B2C brand — never references any sister/wholesale entity on consumer surfaces.
Version: 0.1.0
Requires at least: 6.6
Tested up to: 6.7
Requires PHP: 8.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: damasciano
Tags: full-site-editing, block-patterns, e-commerce, custom-colors, custom-logo, editor-style, translation-ready
*/

/*
 * Block theme: nearly all styling is driven by theme.json (global styles).
 * Use this file ONLY for things theme.json cannot express yet
 * (a handful of WooCommerce overrides, focus-visible polish, reduced-motion).
 * Keep it small — prefer theme.json.
 */

/* Honour prefers-reduced-motion (design-system.md §5.4) */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Always-visible focus ring (design-system.md §10) */
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--wp--preset--color--brand-red);
  outline-offset: 3px;
}
