/**
 * ORENSU design tokens.
 * Loaded only when ORENSU_SITE_CORE_ENABLE_GLOBAL is explicitly enabled.
 */
:root {
  --orensu-color-obsidian: #070706;
  --orensu-color-charcoal: #0d0c0a;
  --orensu-color-surface: #100f0d;
  --orensu-color-surface-raised: #17140f;
  --orensu-color-surface-soft: #201c16;
  --orensu-color-gold: #b48a42;
  --orensu-color-gold-deep: #8a6428;
  --orensu-color-gold-highlight: #d6ba78;
  --orensu-color-celadon: #8fa99c;
  --orensu-color-text: #f3eee4;
  --orensu-color-muted: #b7aea0;
  --orensu-color-border: rgba(214, 186, 120, 0.22);
  --orensu-color-paper: #f4f0e8;
  --orensu-color-paper-muted: #d7d0c4;
  --orensu-color-ink: #15130f;

  --orensu-font-display: "Cormorant Garamond", "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --orensu-font-ui: Inter, "Helvetica Neue", Arial, sans-serif;
  --orensu-container: 1280px;
  --orensu-outer-container: 1480px;
  --orensu-gutter: clamp(24px, 3.1vw, 40px);
  --orensu-header-height: 80px;
  --orensu-header-height-mobile: 72px;

  --orensu-space-1: 0.25rem;
  --orensu-space-2: 0.5rem;
  --orensu-space-3: 0.75rem;
  --orensu-space-4: 1rem;
  --orensu-space-5: 1.5rem;
  --orensu-space-6: 2rem;
  --orensu-space-7: 3rem;
  --orensu-space-8: 4.5rem;
  --orensu-space-9: 6.5rem;
  --orensu-space-10: 9rem;

  --orensu-radius-control: 4px;
  --orensu-radius-panel: 8px;
  --orensu-focus-ring: 0 0 0 3px rgba(214, 186, 120, 0.32);
  --orensu-shadow-soft: 0 24px 70px rgba(0, 0, 0, 0.22);
  --orensu-transition-fast: 160ms ease;
  --orensu-transition-base: 240ms ease;
  --orensu-transition-slow: 700ms cubic-bezier(0.2, 0.7, 0.2, 1);

  --orensu-figma-section-y: clamp(96px, 8vw, 128px);
  --orensu-figma-card-gap: 16px;
  --orensu-figma-eyebrow-size: 10px;
  --orensu-figma-nav-tracking: 0.15em;
}
