/* ============================================
   design-forge preset: luxury（高級）
   漆黒×ゴールド・艶・静謐
   ============================================ */
:root{
  /* 色 */
  --c-bg:#0d0c0a;
  --c-surface:#161310;
  --c-text:#eae3d4;
  --c-muted:#9a8e78;
  --c-primary:#c9a54e;
  --c-primary-text:#0d0c0a;
  --c-accent:#e9d9a6;
  --c-border:#2e2820;

  /* フォント */
  --font-display:'Cormorant Garamond','Noto Serif JP',serif;
  --font-body:'Noto Serif JP',serif;

  /* 形（高級=角をほぼ立てる） */
  --radius-s:2px;
  --radius-m:3px;
  --radius-l:6px;

  /* 影（深く沈む闇） */
  --shadow-s:0 4px 18px rgba(0,0,0,.45);
  --shadow-m:0 18px 48px rgba(0,0,0,.65);

  /* 速度（ゆったり） */
  --speed:.6s;
}
