/*
Theme Name:   iModel AI Child
Theme URI:    https://imodel.ai
Description:  iModel AI 子主题 — 基于 Hello Elementor，逐步替换为纯代码方案。|| 版本历史 || v1.0.0 初始版本：双层 Header（Top Bar + Navbar 浮层）、四列 Footer（品牌列+三链接列）、子主题架构接管 Elementor Pro Header/Footer Builder。|| v1.1.0 Footer 功能：Footer Logo 独立上传+高度调整、微信二维码支持3个、ICP/公安备案号、版权文字、Customizer 可视化编辑。|| v1.2.0 颜色修复：独立 overrides.css（priority:999）彻底解决 WordPress/Elementor 全局样式污染 Footer 标题/链接颜色问题；TopBar 悬停金色修复。|| v1.3.0 下拉菜单分组标题：URL 为 # 或加 CSS 类 menu-item-group-title 的菜单项自动显示为金色大写不可点击样式；Navbar 底部分隔线。|| v1.4.0 导航间距优化+完整显示、二维码边框细化。
Author:       iModel AI
Template:     hello-elementor
Version:      1.5.2
Text Domain:  imodel-child
*/

/* =====================================================
   CSS 自定义属性 / Design Tokens
   ===================================================== */
:root {
  /* Brand Colors */
  --color-navy:        #0d1b2e;
  --color-navy-mid:    #112240;
  --color-navy-light:  #1a3a5c;
  --color-gold:        #c9a84c;
  --color-gold-light:  #e2c06d;
  --color-gold-dark:   #a8863a;
  --color-white:       #ffffff;
  --color-off-white:   #f0f0f0;
  --color-text-muted:  rgba(255, 255, 255, 0.6);
  --color-border:      rgba(201, 168, 76, 0.2);

  /* Typography */
  --font-display:  'Noto Serif SC', 'Source Han Serif SC', Georgia, serif;
  --font-body:     'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-mono:     'JetBrains Mono', 'Fira Code', monospace;

  /* Spacing */
  --header-height:  72px;
  --container-max:  1200px;
  --section-pad:    80px;

  /* Transitions */
  --transition-fast:   0.18s ease;
  --transition-base:   0.3s ease;
  --transition-slow:   0.5s ease;

  /* Shadows */
  --shadow-gold:   0 0 20px rgba(201, 168, 76, 0.15);
  --shadow-card:   0 8px 32px rgba(0, 0, 0, 0.3);
}
