:root {
  /* Quiet trust — stone atmosphere, forest ink, restrained gold */
  --bg-deep: #e8e2d6;
  --bg: #f3efe6;
  --bg-elevated: #faf7f1;
  --ink: #1a2e24;
  --ink-soft: #3d4f45;
  --ink-muted: #6b756e;
  --line: rgba(26, 46, 36, 0.14);
  --line-strong: rgba(26, 46, 36, 0.28);
  --accent: #8a7348;
  --accent-soft: rgba(138, 115, 72, 0.12);
  --success: #2f5d45;
  --danger: #7a3b32;
  --white: #ffffff;

  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-ui: "Source Sans 3", "Segoe UI", sans-serif;

  --radius: 6px;
  --radius-panel: 10px;
  --phone-max: 420px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-top: env(safe-area-inset-top, 0px);

  --shadow-soft: 0 18px 40px rgba(26, 46, 36, 0.08);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
