:root {
  --green-dark: #1a4d1a;
  --green-mid: #2d7a2d;
  --green-light: #e8f5e8;
  --black: #0d0d0d;
  --white: #ffffff;
  --off-white: #f8faf8;
  --grey-muted: #5a6b5a;

  /* Legacy aliases — no gold */
  --color-bg: var(--off-white);
  --color-bg-alt: var(--green-light);
  --color-white: var(--white);
  --color-dark: var(--black);
  --color-muted: var(--grey-muted);
  --color-gold: var(--green-mid);
  --color-gold-light: var(--green-light);
  --color-gold-deep: var(--green-dark);
  --color-black-btn: var(--black);
  --color-border: rgba(26, 77, 26, 0.15);
  --color-green: var(--green-mid);
  --color-green-light: var(--green-light);
  --color-green-deep: var(--green-dark);

  --bg: var(--off-white);
  --paper: var(--off-white);
  --text: var(--black);
  --muted: var(--grey-muted);
  --accent: var(--green-mid);
  --accent-soft: var(--green-light);
  --line: var(--color-border);

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 72px;
  --container: min(1200px, 88vw);
  --section-pad: clamp(4rem, 8vw, 7rem);
}
