:root {
  /* Brand colors — light silver base, navy as ink */
  --base:      #f2f3f1;   /* page background: warm silver */
  --base-2:    #e9ebe9;   /* slightly deeper silver panel */
  --white:     #ffffff;
  --navy:      #1c2b40;   /* primary ink / dark section */
  --navy-soft: #2c3e57;
  --blue-grey: #5c7186;   /* secondary text */
  --silver:    #aab6c2;   /* hairlines, muted labels */
  --line:      #d8dde1;   /* 1px dividers */
  --accent:    #35506e;   /* buttons: muted steel navy */

  /* Plan colors 松竹梅 — 濃さで格を表現（1プラン1色で全箇所統一） */
  --ume:   #5c7186;   /* 梅 = ブルーグレー */
  --take:  #35506e;   /* 竹 = スチールネイビー */
  --matsu: #1c2b40;   /* 松 = ネイビー */

  /* Typography */
  --font-en: "DM Sans", "Inter", ui-sans-serif, sans-serif;
  --font-jp: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;

  /* Elevation — very subtle */
  --shadow-sm: 0 1px 3px rgba(28,43,64,.05);
  --shadow:    0 6px 24px rgba(28,43,64,.07);

  --radius-sm: 4px;
  --radius:    8px;
}
