/*
Theme Name: Ostock Core
Theme URI: https://ostock.example
Author: Only1Ifeanyi
Author URI: https://onlyifeanyi.com
Description: Enterprise-grade multi-division corporate theme for Ostock — six business divisions (Marketplace, ICT, Leadership Network, Awards, Catering & Events, Real Estate) under one WordPress installation. Built for Elementor Pro + WooCommerce compatibility, with native custom post types for divisions that don't need a page builder.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: ostock-core
Tags: corporate, multi-business, enterprise, woocommerce, custom-post-types
*/

/* ==========================================================================
   Design tokens — single source of truth. Never hardcode hex values in
   template files; reference these custom properties instead.
   ========================================================================== */

:root{
  /* Brand */
  --os-primary:      #0A2E65;
  --os-secondary:    #0066FF;
  --os-accent:       #00C2FF;
  --os-white:        #FFFFFF;
  --os-gray-l:       #F4F6F9;
  --os-gray-m:       #7C8797;
  --os-gray-d:       #1A1F29;
  --os-gradient-hero: linear-gradient(135deg, #0A2E65 0%, #0066FF 60%, #00C2FF 100%);

  /* Division accents */
  --div-market:   #0066FF;
  --div-ict:      #00C2FF;
  --div-leaders:  #0A2E65;
  --div-awards:   #C79A3C;
  --div-catering: #C4623D;
  --div-realty:   #0E7C6B;

  /* Type */
  --font-display: 'Space Grotesk', -apple-system, 'Segoe UI', sans-serif;
  --font-body:    'Inter', -apple-system, 'Segoe UI', sans-serif;
  --font-ui:      'Manrope', -apple-system, 'Segoe UI', sans-serif;

  /* Radius / shadow / spacing */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --shadow-soft: 0 4px 12px rgba(10,46,101,.06), 0 1px 3px rgba(10,46,101,.08);
  --shadow-lift: 0 12px 32px rgba(10,46,101,.12), 0 2px 6px rgba(10,46,101,.08);
  --space-1: 8px;  --space-2: 16px; --space-3: 24px;
  --space-4: 32px; --space-5: 48px; --space-6: 64px; --space-7: 96px;

  --container-max: 1280px;
  --transition: 220ms cubic-bezier(.4,0,.2,1);
}

[data-theme="dark"]{
  --os-white: #12161F;
  --os-gray-l: #1A1F29;
  --os-gray-d: #F4F6F9;
}

/* Base resets live in assets/css/main.css — this file only carries the
   WordPress-required header + tokens so the tokens are guaranteed to load
   first, even if a caching plugin reorders enqueued files. */
