:root {
  --color-bg-deep: #0a1929;
  --color-bg-blue: #1a3a5c;
  --color-bg-blue-light: #2c5784;
  --color-ocean: #1f4e79;
  --color-mist: #d4e4f0;

  --color-ink: #1c2833;
  --color-ink-soft: #34495e;
  --color-paper: #f8f5ed;
  --color-paper-aged: #e8dfc7;

  --color-sunset: #f39c12;
  --color-sunset-light: #f9c74f;
  --color-temple-red: #c0392b;
  --color-temple-red-deep: #8b1e1e;
  --color-temple-gold: #d4af37;

  --color-mazu: #d4af37;
  --color-naraka: #2c3e50;

  --color-success: #27ae60;
  --color-warning: #e67e22;
  --color-danger: #c0392b;
  --color-text: #f8f5ed;
  --color-text-soft: #c0c8d0;
  --color-text-dark: #1c2833;
  --color-border: rgba(255, 255, 255, 0.15);

  --font-serif: 'Noto Serif TC', 'cwTeXMing', 'PingFang TC', 'Microsoft JhengHei', serif;
  --font-sans:  'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
  --font-decor: 'Noto Serif TC', 'cwTeXKai', serif;

  --fs-hero:    clamp(2.2rem, 5vw, 4rem);
  --fs-h1:      clamp(1.8rem, 3.5vw, 2.6rem);
  --fs-h2:      clamp(1.4rem, 2.5vw, 1.8rem);
  --fs-h3:      clamp(1.15rem, 2vw, 1.35rem);
  --fs-body:    1rem;
  --fs-small:   0.875rem;

  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 5rem;

  --radius-sm: 4px;
  --radius-md: 10px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.25);
  --shadow-md: 0 6px 24px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 12px 48px rgba(0, 0, 0, 0.5);
  --shadow-temple: 0 8px 32px rgba(212, 175, 55, 0.35);

  --t-fast: 140ms;
  --t-base: 240ms;
  --t-slow: 480ms;
  --t-scroll: 600ms;

  --container-main: 1000px;
  --container-wide: 1280px;

  --z-base: 1;
  --z-overlay: 50;
  --z-modal: 100;
  --z-toast: 200;
  --z-audio: 300;
}
