/*
Theme Name: EARTHwise
Theme URI: https://earthwiseagi.io
Author: EARTHwise
Description: Block theme for earthwiseagi.io.
Version: 1.1.0
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 8.0
/* 8.0, not 8.2: the theme uses no syntax newer than 8.0, and this host's
   WP-CLI runs 8.0.30 while its web server runs 8.2.33. Declaring 8.2 made
   `wp theme activate` refuse, and would have broken every later WP-CLI
   call against production once the theme was active -- including the
   deploy pipeline's drift-check fingerprint. The forms plugin genuinely
   does require 8.2 (a standalone `true` return type) and keeps its own
   declaration. */
License: GPL-2.0-or-later
Text Domain: earthwise
*/

/*
 * Design tokens live in theme.json (single source of visual truth — see
 * spec §3.3), rebuilt from docs/mockups/v3-arena-landing.html (the approved
 * design; docs/mockups/final-arena-landing.html and
 * docs/mockups/design-arena-landing-v2.html are superseded).
 * This file exists only so WordPress recognises the theme.
 *
 * Colour semantics: gold (gold/gold-dk) and sky (cy/cy-dk/cy-lo) are not
 * interchangeable accents — this is also encoded in their palette names
 * in theme.json so it shows in the editor's colour picker, not just here.
 * Gold marks the human/organisational track; sky (cyan) marks the agentic
 * lifecycle. Connecting elements transition between the two. Keep that
 * mapping when styling new blocks or patterns.
 *
 * The default link colour (navy) and the body/footer text colour (ink) are
 * deliberately NOT gold or sky: on the light "cream" ground every gold/cyan
 * token in the palette falls short of the WCAG AA 4.5:1 body-text contrast
 * ratio (best case is cy-dk at 2.93:1 and gold-dk at 2.75:1; navy and ink
 * are 12.94:1 and 14.63:1). Gold/sky read fine on the dark bands the page
 * project builds with patterns — do not reuse them as default light-mode
 * text or link colours without rechecking contrast.
 *
 * Fonts are declared in theme.json but deliberately not loaded here or
 * anywhere else in the theme: the mockups hotlink Google Fonts, which would
 * leak visitor IPs to Google — a GDPR exposure for a site whose argument is
 * European data sovereignty. Self-hosting the font files is the page
 * project's job. Fraunces is gone from this design; only Poppins (display)
 * and the system stack (body) remain.
 */
