/*
Theme Name: One Amana
Theme URI: https://oneamana.com
Author: One Amana
Author URI: https://oneamana.com
Description: Premium 3D interactive portfolio & agency theme for One Amana — manufacturing engineering, procurement, and AI-assisted operations consultancy. Built with Three.js, GSAP, and custom post types for Projects, Services, and Testimonials.
Version: 1.1.1
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: one-amana
Tags: custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ==========================================================================
   Design tokens
   ========================================================================== */
:root {
  --oa-navy: #0F2A44;
  --oa-navy-soft: #1E4A6E;
  --oa-steel: #505A64;
  --oa-steel-light: #97A0AA;
  --oa-white: #FFFFFF;
  --oa-panel: #F4F5F7;
  --oa-bg: #FDFDFD;
  --oa-hairline: #E5E7EB;
  --oa-red: #8C1C1C;
  --oa-red-bright: #B32424;

  --oa-font-display: 'Sora', 'Segoe UI', system-ui, sans-serif;
  --oa-font-body: 'Inter', 'Segoe UI', system-ui, sans-serif;

  --oa-radius: 14px;
  --oa-radius-lg: 24px;
  --oa-shadow-soft: 0 10px 40px rgba(15, 42, 68, 0.08);
  --oa-shadow-card: 0 4px 24px rgba(15, 42, 68, 0.06);
  --oa-glass-bg: rgba(255, 255, 255, 0.55);
  --oa-glass-border: rgba(255, 255, 255, 0.35);
  --oa-transition: 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-color-scheme: dark) {
  :root {
    --oa-bg: #0B1520;
    --oa-panel: #101E2E;
    --oa-white: #14243638;
    --oa-hairline: #223448;
    --oa-steel: #AEB8C2;
    --oa-steel-light: #7C8794;
    --oa-glass-bg: rgba(20, 36, 54, 0.55);
    --oa-glass-border: rgba(255, 255, 255, 0.08);
  }
}
