/*
Theme Name: MAAL Circle Lab
Theme URI: https://example.com/maal-circle-lab
Author: Converted for WordPress
Author URI: https://example.com
Description: A performance apparel & culture WordPress theme converted from the MAAL® Circle Lab static export. Preserves the original editorial layout, cinematic hero, scroll animations (Lenis), Tailwind-driven utility styling and typography. Fully WooCommerce compatible.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maal-circle-lab
Tags: e-commerce, custom-menu, custom-logo, editor-style, full-width-template, one-column

This theme is built for WooCommerce compatibility.
*/

/* -----------------------------------------------------------------------
   NOTE: The bulk of the visual design is utility-class driven (Tailwind,
   loaded at runtime via the enqueued Tailwind engine — see functions.php).
   The hand-written rules below are the bespoke rules from the original
   static export (typography lockups, grain overlay, hero animation,
   nav scroll state, hover micro-interactions) and are enqueued separately
   from assets/css/theme.css so this file can stay a clean WP header +
   sane baseline. Do not remove the header comment block above; WordPress
   requires it to recognize this as a valid theme.
------------------------------------------------------------------------ */

:root {
  --black: #0b0b0a;
  --paper: #f4f3ef;
  --stone: #d7d1c6;
  --earth: #817362;
  --line: rgba(17, 17, 15, .16);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: #10100f;
  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* WooCommerce baseline resets so it inherits the editorial look
   rather than the default WooCommerce styling */
.woocommerce ul.products li.product a,
.woocommerce div.product,
.woocommerce-page div.product {
  color: inherit;
}
