:root {
  --paper: #f4efe7;
  --paper-strong: #ece3d5;
  --surface: #fbf8f2;
  --sand: #d9ccb9;

  --ink-900: #18130e;
  --ink-700: #413830;
  --ink-600: #635a50;

  --forest-900: #20261d;
  --forest-800: #2f3828;
  --forest-700: #46513e;

  --bronze-700: #866546;
  --bronze-500: #ab8965;
  --olive-400: #83916f;

  --line: rgba(24, 19, 14, 0.12);
  --line-strong: rgba(24, 19, 14, 0.22);

  --text-main: var(--ink-900);
  --text-soft: var(--ink-600);
  --text-inverse: #f7f2ea;

  --bg-main: var(--paper);
  --bg-surface: var(--surface);
  --bg-dark: var(--forest-900);

  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;

  --container: 1240px;
  --gutter: clamp(1rem, 3vw, 2.5rem);
  --section-space: clamp(4rem, 8vw, 7rem);

  --shadow-soft: 0 24px 50px rgba(20, 16, 12, 0.08);
  --shadow-deep: 0 30px 70px rgba(9, 11, 10, 0.26);

  --transition-fast: 180ms ease;
  --transition-base: 260ms ease;
}
