/*
Theme Name: Sanjai Anna Enterprise
Theme URI: https://sanjaianna.com/
Author: Sanjai Anna
Author URI: https://sanjaianna.com/
Description: High-performance, production-ready WordPress and WooCommerce theme for Sanjai Anna, a Minangkabau culinary brand from Payakumbuh. Built on native CSS design tokens, 60-degree chamfered geometry, zero-dependency vanilla JavaScript and WCAG AA accessibility.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sanjai-anna
Tags: e-commerce, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, accessibility-ready, block-styles, wide-blocks, right-sidebar

DNA & Design Architecture
-------------------------
- Sudut: 60 degree diagonal chamfer cut (--sa-sudut: 60deg)
- 4 primary colour tokens: White #FFFFFF, Black #000000, Red #ED1C24, Yellow #EDE11A
- 3 environments: .sa-env--putih, .sa-env--hitam, .sa-env--merah

Stylesheet loading
------------------
The design-system layers (00-tokens, 10-base, 20-components, 30-sections,
40-utilities, woocommerce-overrides) are NOT imported here. They are registered
individually in inc/enqueue.php with explicit dependencies, which removes six
render-blocking @import round trips and keeps the cascade order deterministic.
Add project-specific overrides below this header.
*/

/* Utility used by the WooCommerce content wrapper (inc/woocommerce.php). */
.sa-chapter--offset {
	padding-top: calc(96px + var(--sa-space-8, 4rem));
}
