/* Te Kāhui Rongoā design tokens. Extracted from assets/styles.css on 2026-09-17.
   Source of truth is styles.css ; this is a convenience copy. */

:root {
  /* ---- brand palette (real hex from the TKR logo suite; Tākawa still provisional) ---- */
  --ngahere:      #1C3213;   /* deep forest green: headings, dark bands, footer */
  --koromiko:     #598D3F;   /* accent green: buttons, links, accents */
  --koromiko-dark:#47732F;   /* hover / active */
  --takawa:       #E08A3C;   /* orange, sparingly (provisional, no brand hex yet) */
  --bone:         #FDFAE0;   /* brand cream */
  --white:        #FFFFFF;
  --ink:          #1F2A16;   /* body text on light (warm near-black green) */
  --ink-soft:     #5E6A52;   /* muted meta text */
  --line:         #E8E4D3;   /* hairline borders */
  --line-strong:  #D8D2BE;
  --bone-tint:    #F1F5EC;   /* faint green wash */

  /* ---- type ---- */
  --font: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --display: "Space Grotesk", "Montserrat", system-ui, sans-serif;  /* headings */
  --measure: 60ch;

  /* ---- rhythm ---- */
  --maxw: 1140px;
  --gutter: clamp(1.25rem, 5vw, 3rem);
  --section-y: clamp(4rem, 9vw, 7.5rem);
  --radius: 0;      /* square corners throughout */
  --radius-sm: 0;
  --shadow-hover: 0 10px 30px rgba(23,61,48,.09);
}
