/* ===================================================================
 * warm-gentle · 温润 · 设计令牌
 * 气质:柔和、亲和、温暖、治愈(偏橙暖调,区别于治愈田园的绿调)
 * 适合:社区/家庭服务/餐饮/母婴关怀/本地生活
 * =================================================================== */
:root {
  --color-primary: #E07856;            /* 暖珊瑚橙,亲和 */
  --color-primary-soft: rgba(224, 120, 86, 0.12);
  --color-secondary: #F4C28B;          /* 蜜橙 */

  --color-bg: #FBF6F0;                /* 奶油暖白 */
  --color-card: #FFFFFF;
  --color-border: #F0E4D6;

  --color-text: #4A382C;              /* 暖棕 */
  --color-text-secondary: #7A6453;
  --color-text-muted: #A8927E;
  --color-text-disabled: #C9BBA9;
  --color-text-inverse: #FFFFFF;

  --color-success: #7AA86B;
  --color-warning: #E0A856;
  --color-error: #D8758C;
  --color-info: #6B9EC9;

  --color-accent-1: #E07856;          /* 暖珊瑚 */
  --color-accent-2: #F4C28B;          /* 蜜橙 */
  --color-accent-3: #D8758C;          /* 玫瑰粉 */
  --color-accent-4: #7AA86B;          /* 柔和绿 */

  --font-heading: 'Quicksand', 'Yuanti SC', 'PingFang SC', sans-serif;  /* 圆润无衬线,亲和 */
  --font-body: 'Nunito', 'PingFang SC', sans-serif;                      /* 圆体正文 */
  --font-mono: 'JetBrains Mono', monospace;

  --font-size-xs: 0.8125rem; --font-size-sm: 0.9375rem; --font-size-base: 1.0625rem;
  --font-size-lg: 1.25rem; --font-size-xl: 1.75rem; --font-size-2xl: 2.5rem; --font-size-3xl: 3.5rem;

  --font-weight-regular: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700;

  --line-height-tight: 1.35; --line-height-normal: 1.75; --line-height-relaxed: 1.9;
  --letter-spacing-tight: -0.01em; --letter-spacing-normal: 0; --letter-spacing-wide: 0.06em;

  --space-page-x: 24px; --space-section: 80px; --space-card-pad: 28px;

  --radius-none: 0; --radius-sm: 14px; --radius-md: 22px; --radius-lg: 32px; --radius-full: 9999px;  /* 大圆角,柔和 */
  --border-width-thin: 1px; --border-width-normal: 2px;

  --shadow-sm: 0 2px 10px rgba(224,120,86,0.06);
  --shadow-md: 0 8px 24px rgba(224,120,86,0.1);
  --shadow-lg: 0 16px 40px rgba(224,120,86,0.14);

  --motion-duration-fast: 200ms; --motion-duration-normal: 400ms; --motion-duration-slow: 700ms;
  --motion-easing-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --motion-easing-decelerate: cubic-bezier(0, 0, 0.2, 1);
  --motion-easing-spring: cubic-bezier(0.34, 1.35, 0.64, 1);  /* 轻回弹,亲和 */

  --container-max: 1100px;
  --ratio-card: 1 / 1;
  --color-code-bg: #4A382C; --color-code-text: #FBF6F0;
}
