/* Pirate Ventures 3 — sofa-era depth (locked rollback)
   Deep polished leather/mahogany page field; cream for text/form panels ONLY.
   Hero: Chesterfield study photo, soft dark scrim (no yellow cast, no cream wash).
   Quiet brass CTAs on dark. Cormorant + Source Sans. */
:root {
  /* Page field — deep leather / mahogany */
  --void: #1a100c;
  --leather: #23140e;
  --leather-mid: #2c1a12;
  --mahogany: #3a2418;
  --mahogany-deep: #1a100c;
  --mahogany-mid: #4a2a18;
  --umber: #6b4632;
  --ink: #140c08;

  /* Cream — panels / form / readable copy blocks ONLY */
  --cream: #f7f1e6;
  --paper: #f3ebe0;
  --paper-deep: #ebe2d4;
  --cream-warm: #faf6ee;
  --panel-cream: #fffaf2;
  --panel-cream-strong: #ffffff;

  /* Surfaces on dark field */
  --panel: rgba(35, 20, 14, 0.72);
  --panel-raised: #2c1a12;
  --line: rgba(247, 241, 230, 0.10);
  --line-strong: rgba(247, 241, 230, 0.18);
  --line-brass: rgba(154, 123, 79, 0.40);

  /* Text on dark field */
  --text: #f3ebe0;
  --text-soft: #d4c4b0;
  --text-muted: #a89078;
  --cream-text: #f7f1e6;
  --cream-muted: #d4c4b0;

  /* Text on cream panels */
  --ink-on-cream: #1c120c;
  --soft-on-cream: #4a3728;
  --muted-on-cream: #7a6352;

  /* Quiet brass */
  --brass: #9a7b4f;
  --brass-bright: #b8955c;
  --brass-dim: rgba(154, 123, 79, 0.35);
  --glow: rgba(154, 123, 79, 0.14);

  /* Compat aliases */
  --snow: var(--cream);
  --mist: var(--text-muted);
  --platinum: var(--text-soft);
  --signal: var(--brass);
  --signal-dim: var(--brass-dim);
  --panel-leather: var(--leather);

  --font-display: "Cormorant Garamond", "Palatino Linotype", Palatino, Georgia, serif;
  --font-ui: "Source Sans 3", "Source Sans Pro", system-ui, -apple-system, "Segoe UI", sans-serif;

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

  --radius: 2px;
  --max-w: 960px;
  --header-h: 68px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
