/* ============================================================
   Siwa Go Trips — design tokens (THE rebrand file)
   PioneersX
   ============================================================ */

/*  Rebranding a client site = editing this file and nothing else.
    Every colour, the nav rail width and the easing live here.

    Palette sampled from Siwa Go Trips' own Instagram photos and logo
    badge — not guessed. Siwa's real colour story is sand + amber (the
    Great Sand Sea), terracotta (mud-brick Shali), and a sky-blue note
    that comes from the painted doors and the salt lakes.
    --faience carries that blue: it is the cool channel the glitch
    splits into, and it is the actual colour of a Siwa door.          */

:root{
  --sand:      #F3E4C4;   /* light ground */
  --sand-2:    #E8D3A0;
  --papyrus:   #FBF6EA;
  --amber:     #CC9660;   /* primary — sampled from their sunset post */
  --amber-dp:  #A9683A;   /* hover / pressed */
  --burnt:     #A04426;   /* terracotta — Siwan mud-brick */
  --ink:       #2B2013;   /* body text */
  --ink-soft:  #6B5A42;
  --stone:     #241C11;   /* deep ground — warm near-black, never #000 */
  --stone-2:   #14100A;
  --faience:   #1D8FE0;   /* Siwa door blue — the glitch's cool channel */
  --faience-l: #6FC3F7;

  /* logo badge, used by the cartouche mark and the favicon only */
  --logo-gold: #FFDE59;
  --logo-navy: #0C2346;
  --logo-sun:  #FDA700;

  --rail:      76px;      /* drives body padding + overlay-menu padding */
  --maxw:      1280px;
  --ease:      cubic-bezier(.22,1,.36,1);
}
