/*
Theme Name: D.D. Motor Service
Theme URI: https://ddmotorservice.com/
Author: D.D. Motor Service
Author URI: https://ddmotorservice.com/
Description: ธีมเว็บไซต์สำหรับบริษัท ดี.ดี. มอเตอร์ เซอร์วิส จำกัด — ศูนย์บริการซ่อมบำรุงมอเตอร์และเครื่องจักรกลครบวงจร ดีไซน์ Modern Industrial Premium (Deep Navy + Amber) สะอาด ทันสมัย และเน้น Conversion
Version: 1.1.8
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dd-motor-service
Tags: business, industrial, one-page, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ===== Design Tokens ===== */
:root {
    /* Brand colors */
    --navy-950: #061525;
    --navy-900: #0B1F3A;
    --navy-800: #102D4E;
    --navy-700: #16446C;
    --amber-500: #FFB000;
    --amber-600: #E58A00;
    --amber-400: #FFD166;

    /* Neutrals */
    --white: #FFFFFF;
    --bg: #F6F8FB;
    --bg-alt: #EEF3F8;
    --surface: #FFFFFF;
    --surface-soft: #F8FAFC;
    --text: #172033;
    --text-muted: #5E6B7E;
    --text-light: #94A3B8;
    --border: #DDE6F0;
    --border-soft: rgba(16, 45, 78, 0.10);

    /* Status */
    --success: #16A34A;

    /* Effects */
    --radius-sm: 12px;
    --radius: 18px;
    --radius-lg: 28px;
    --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
    --shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
    --shadow-lg: 0 28px 80px rgba(11, 31, 58, 0.18);
    --shadow-glow: 0 18px 60px rgba(255, 176, 0, 0.22);
    --container: 1240px;
    --transition: 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}
