/*
Theme Name: Startup Pro
Theme URI: https://www.startupprollc.com/
Author: Startup Pro LLC
Author URI: https://www.startupprollc.com/
Description: Conversion-focused, legal-tech WooCommerce theme for Startup Pro LLC — NY LLC formation, publication & compliance services. Image-less service catalog, custom fulfillment pipelines, invisible reCAPTCHA, and a Settings-API admin dashboard.
Version: 1.9.2
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: startup-pro
Tags: e-commerce, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, accessibility-ready
WC requires at least: 8.0
WC tested up to: 10.9
*/

/* ============================================================
   Design tokens — exposed as CSS custom properties.
   These mirror theme.json so PHP templates and editor agree.
   ============================================================ */
:root {
  --sp-crimson: #A61D31;
  --sp-gold: #B28F3A;
  --sp-ink: #241B1D;
  --sp-bg: #FAF7F3;
  --sp-card: #FFFFFF;
  --sp-line: #ECE5DD;
  --sp-crimson-700: #7E1525;
  --sp-gold-100: #F3ECE0;

  --sp-focus: #1A4F8B;            /* AA-contrast focus ring on light surfaces */
  --sp-muted: #6A5F61;            /* AA on --sp-bg */
  --sp-plane-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 21l21-9L2 3v7l15 2-15 2z"/></svg>');

  --sp-font-display: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --sp-font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --sp-radius: 14px;
  --sp-radius-sm: 8px;
  --sp-shadow: 0 1px 2px rgba(36,27,29,.06), 0 8px 24px rgba(36,27,29,.06);
  --sp-shadow-lg: 0 12px 40px rgba(36,27,29,.12);
  --sp-container: 1180px;
  --sp-gap: clamp(1rem, 2.5vw, 2rem);
}

/* Real styling lives in assets/css/main.css (enqueued).
   This file is the theme header + token source of truth only. */
