/* The Daily Rotation — design tokens (dark luxury: ink navy + champagne gold) */
:root {
  --ink: #070b12;
  --navy: #0c1220;
  --navy-2: #111a2e;
  --surface: #0f1626;
  --gold: #c9a050;
  --gold-bright: #e2bf76;
  --ivory: #ede6d6;
  --muted: #8b94a7;
  --line-gold: rgba(201, 160, 80, 0.22);
  --line-soft: rgba(237, 230, 214, 0.08);

  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-ui: "Jost", "Century Gothic", system-ui, sans-serif;

  --text-hero: clamp(3.2rem, 1.6rem + 8vw, 8rem);
  --text-h2: clamp(2.1rem, 1.4rem + 3.2vw, 4rem);
  --text-h3: clamp(1.4rem, 1.2rem + 1vw, 2rem);
  --text-base: clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  --text-small: 0.85rem;
  --text-label: 0.72rem;

  --space-section: clamp(5rem, 4rem + 6vw, 10rem);
  --space-gutter: clamp(1.25rem, 4vw, 4rem);
  --content-max: 1440px;

  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 220ms;
  --dur-normal: 700ms;

  --grain-opacity: 0.05;
  --vignette: 58%;
  --tint: #0c1220;
}
