/* ============================================================
   デザイントーン：誠実（sincere）— 信頼感、実直
   ※構造のみのスタブ。詳細値はMVP後にCurinさんと確定。
   ============================================================ */
:root {
  --color-base: #ffffff;
  --color-surface: #f5f7fa;
  --color-ink: #1f2733;
  --color-ink-soft: #5b6673;
  --color-accent: #1f3a5f;        /* 仮：ネイビー */
  --color-accent-ink: #ffffff;
  --color-line: #dfe4ea;

  --font-heading: 'Noto Sans JP', sans-serif;
  --font-body: 'Noto Sans JP', sans-serif;
  --heading-weight: 700;
  --heading-letter-spacing: 0.04em;
  --body-line-height: 1.9;

  /* 誠実＝余白中程度、角丸小さめ、影控えめ */
  --section-padding-y: clamp(3.5rem, 8vw, 6rem);
  --content-max-width: 68rem;
  --radius: 4px;
  --shadow: 0 2px 6px rgba(31, 39, 51, 0.08);

  --button-radius: 4px;
  --button-padding: 1em 2.8em;
}
