:root {
  /* ---- palette: lush Bali jungle ---- */
  --sand: #FAF6EF;
  --sand-2: #EFE7D8;
  --ink: #23201C;
  --ink-soft: #5C5247;
  --jungle: #0F5132;     /* deep canopy — dominant brand anchor */
  --jungle-2: #1B7A57;   /* mid emerald — primary CTA, accents */
  --moss: #3C8C5E;       /* foliage — fine details, icons */
  --fern: #7FB069;       /* highlight green — checks, accent word */
  --clay: #C25B3C;       /* sunset clay — single sharp accent */
  --wa: #25D366;         /* raw WhatsApp green — sticky mobile bubble ONLY */
  --wa-dark: #1da851;
  --white: #ffffff;
  --line: rgba(35,32,28,.12);   /* hairline */
  --line-light: rgba(255,255,255,.18);

  /* ---- type ---- */
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-hand: "Caveat", "Segoe Script", cursive;
  --h1: clamp(2.1rem, 8vw, 6rem);
  --h2: clamp(1.5rem, 5.8vw, 3.9rem);
  --h3: clamp(1.2rem, 2.2vw, 1.55rem);
  --lead: clamp(1.05rem, 1.55vw, 1.3rem);

  /* ---- layout ---- */
  --section-y: clamp(4rem, 9vw, 8rem);
  --maxw: 1200px;
  --gap: clamp(1rem, 2.4vw, 2rem);
  --r-card: 12px;
  --r-img: 8px;
  --shadow: 0 8px 24px -12px rgba(35,32,28,.28);
  --ease: cubic-bezier(.16,1,.3,1);
}
