:root {
  --green-dark: #052c20;
  --green-mid: #0a3d32;
  --green-hero: #002b26;
  --gold: #b9975b;
  --gold-light: #d4b87a;
  --cream: #faf8f3;
  --white: #ffffff;
  --text: #1a1a1a;
  --text-muted: #5a5a5a;
  --border-gold: rgba(185, 151, 91, 0.35);

  --font-serif: "Noto Serif JP", "Noto Serif SC", "Noto Serif TC", serif;
  --font-sans: "Noto Sans JP", "Noto Sans SC", "Noto Sans TC", sans-serif;
  --font-script: "Alex Brush", cursive;

  --header-height: 150px;
  --footer-bar-height: 150px;
  --max-width: 1200px;
  --shadow: 0 4px 24px rgba(5, 44, 32, 0.08);
  --shadow-card: 0 8px 32px rgba(5, 44, 32, 0.1);
  --radius: 12px;
  --transition: 0.25s ease;
}
