/* ═══════════════════════════════════════════════════════════
   Nile — design tokens
   Palette "cottagenoir": nero caldo, ossa, ottone, brace.
   ═══════════════════════════════════════════════════════════ */

:root {
  /* fondali */
  --ink:        #0a0908;
  --ink-2:      #0f0d0b;
  --soot:       #16130f;
  --soot-2:     #1e1a15;

  /* inchiostri */
  --bone:       #e8e0d3;
  --bone-2:     #c3b8a6;
  --bone-dim:   #8d8377;
  --bone-faint: #5c554c;

  /* accenti */
  --brass:      #c39a5a;
  --brass-dim:  #8d6f3f;
  --ember:      #7d3a29;
  --moss:       #4c5340;

  /* linee e superfici */
  --hair:       rgba(232, 224, 211, 0.10);
  --hair-soft:  rgba(232, 224, 211, 0.06);
  --glass:      rgba(10, 9, 8, 0.72);

  /* tipografia */
  --serif: "Cormorant Garamond", "Iowan Old Style", Garamond, "Times New Roman", serif;
  --sans:  "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;

  --fs-display: clamp(2.6rem, 6.2vw, 6.4rem);
  --fs-h2:      clamp(2.1rem, 4.4vw, 4.2rem);
  --fs-h3:      clamp(1.5rem, 2.2vw, 2.15rem);
  --fs-lede:    clamp(1.02rem, 1.35vw, 1.32rem);
  --fs-body:    clamp(0.96rem, 1.05vw, 1.06rem);
  --fs-label:   0.688rem;

  /* ritmo */
  --gutter: clamp(1.25rem, 5vw, 6rem);
  --stack:  clamp(4.5rem, 12vh, 10rem);
  --maxw:   84rem;

  /* movimento */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --slow: 1.05s;

  color-scheme: dark;
}
