/*
Theme Name: Yacht Theme Child
Theme URI:
Description: 游艇官网专用子主题 - 基于 Blocksy
Author:
Template: blocksy
Version: 1.0.0
*/

/* ============================================
   全局 CSS 变量（每个客户只需修改这里）
   ============================================ */
:root {
  /* 主色调 */
  --color-primary:     #0B1E2D;   /* 深海蓝 */
  --color-secondary:   #C9A96E;   /* 香槟金 */
  --color-bg:          #F8F6F2;   /* 暖白背景 */
  --color-text:        #1A1A1A;   /* 正文深色 */
  --color-text-light:  #6B7280;   /* 次要文字 */
  --color-white:       #FFFFFF;
  --color-overlay:     rgba(11, 30, 45, 0.55); /* 图片遮罩 */

  /* 字体 */
  --font-display:  'Cormorant Garamond', 'Noto Serif SC', serif;    /* 标题 */
  --font-body:     'Montserrat', 'Noto Serif SC', 'PingFang SC', sans-serif;  /* 正文 */

  /* 间距 */
  --section-padding: 100px 0;
  --container-width: 1320px;

  /* 圆角 */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;

  /* 阴影 */
  --shadow-card: 0 8px 40px rgba(11, 30, 45, 0.12);
  --shadow-hover: 0 20px 60px rgba(11, 30, 45, 0.2);

  /* 过渡 */
  --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
