/*
Theme Name: PlastiCore Industrial
Theme URI: https://example.com/plasticore
Author: Senior WP Architecture Team
Author URI: https://example.com
Description: High-converting B2B WordPress theme for plastic sheet extrusion & industrial surface printing manufacturers (HDPE, LDPE, PP, PVC, Acrylic, Polycarbonate). Features a live sheet configurator, quality/tolerance showcase engine, B2B order tracking portal, and WooCommerce/RFQ checkout flow.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GPL v2 or later
Text Domain: plasticore
Tags: full-site-editing, block-patterns, e-commerce, industrial, custom-fields
*/

/* =========================================================
   DESIGN TOKENS — Modern Industrial Aesthetic
   Dark navy/slate base, high-contrast type, amber safety accent
   ========================================================= */
:root{
  /* Core palette */
  --pc-navy-950:#070b14;
  --pc-navy-900:#0b1120;
  --pc-navy-800:#111a2e;
  --pc-navy-700:#1a2540;
  --pc-slate-600:#3c4a63;
  --pc-slate-400:#7c8aa5;
  --pc-slate-200:#c8d0e0;
  --pc-white:#f4f7fb;

  /* Accent — industrial safety amber (used sparingly, high-precision CTA) */
  --pc-amber-500:#f5a524;
  --pc-amber-400:#ffb84d;
  --pc-amber-600:#c97e0f;

  /* Status */
  --pc-success:#2fbf71;
  --pc-danger:#e5484d;
  --pc-info:#3aa0ff;

  /* Glass */
  --pc-glass-bg: rgba(255,255,255,0.06);
  --pc-glass-border: rgba(255,255,255,0.12);
  --pc-glass-blur: 14px;

  /* Type */
  --pc-font-display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --pc-font-body: "Inter", system-ui, -apple-system, sans-serif;
  --pc-font-mono: "JetBrains Mono", ui-monospace, monospace;

  /* Radii / shadow / motion */
  --pc-radius-sm: 6px;
  --pc-radius-md: 12px;
  --pc-radius-lg: 20px;
  --pc-shadow-elev: 0 20px 60px -20px rgba(0,0,0,0.6);
  --pc-ease: cubic-bezier(.16,1,.3,1);
  --pc-container: 1280px;
}

body{ font-family: var(--pc-font-body); background: var(--pc-navy-950); color: var(--pc-white); }
