/* Ah'Ku Maya'Se, The Living Manuscript, night edition. Design tokens. */
:root {
  /* Palette, drawn from the brand field and the tree of life mark */
  --ground: #1B0D16;       /* deep plum night, the field's own top */
  --ground-deep: #120810;  /* footer, lowest layer */
  --panel: #251220;        /* raised surfaces */
  --veil: #33162A;         /* highest surface tint */
  --cream: #F2EAE0;        /* primary text */
  --cream-dim: #CBBFB4;    /* metadata, AA on ground */
  --gold: #C9A25E;         /* burnished gold, links and marks */
  --gold-bright: #DCBA7C;  /* hover gold */
  --violet: #A88BC9;       /* quiet violet, used sparingly */
  --line: rgba(242, 234, 224, 0.16);
  --line-soft: rgba(242, 234, 224, 0.09);

  /* Typography */
  --font-display: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --size-h1: clamp(2.75rem, 7vw, 4.75rem);
  --size-h2: clamp(1.9rem, 4vw, 2.9rem);
  --size-h3: clamp(1.35rem, 2.5vw, 1.75rem);
  --size-lede: clamp(1.125rem, 2vw, 1.35rem);
  --size-body: 1.0625rem;
  --size-meta: 0.8125rem;
  --leading-body: 1.65;
  --leading-display: 1.12;
  --track-label: 0.18em;

  /* Space */
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;
  --space-6: clamp(4rem, 9vw, 7rem);

  /* Structure */
  --width-wide: 72rem;
  --width-text: 44rem;
  --pad-page: 1.5rem;
  --radius: 2px;

  /* Motion */
  --dur-img: 600ms;
  --dur-reveal: 700ms;
  --dur-ui: 200ms;
  --ease: cubic-bezier(0.33, 0, 0.2, 1);
}
