/* Paleta Óga — valores exatos do tema oga-child (style.css :root) */
:root{
  /* base — verdes (mata atlântica / Tríplice Fronteira) */
  --green:#2B4332;
  --green-2:#407E67;
  --green-dk:#1F2F25;
  /* base — dourados */
  --gold:#8A7C5D;
  --gold-soft:#C9B892;
  --gold-aa:#6E6042; /* variante WCAG AA sobre creme (v3.3.1: botão primário + eyebrow) */
  /* base — cremes e neutros quentes */
  --cream:#FFFBF1;
  --cream-2:#F2E9D7;
  --brown:#413930;
  --stone:#9A8F7C;
  /* acento */
  --peach:#FFBC7D;
  /* externos usados na UI */
  --whatsapp:#25D366;
  --whatsapp-dk:#1ebe5a;
  --whatsapp-ink:#0b3d1f;
  --danger:#b23b3b;

  /* semânticos — superfícies */
  --surface-page:var(--cream);
  --surface-alt:var(--cream-2);
  --surface-card:#fff;
  --surface-dark:var(--green);
  --surface-darker:var(--green-dk);

  /* semânticos — texto */
  --text-body:var(--brown);
  --text-heading:var(--green);
  --text-muted:var(--stone);
  --text-on-dark:var(--cream);
  --text-on-dark-muted:rgba(255,251,241,.72);
  --text-accent:var(--gold);
  --text-accent-on-dark:var(--gold-soft);

  /* semânticos — traços */
  --line-gold:var(--gold);
  --line-hairline:rgba(138,124,93,.28);
  --line-hairline-soft:rgba(138,124,93,.18);
  --line-on-dark:rgba(201,184,146,.3);
  --line-on-dark-soft:rgba(255,251,241,.12);

  /* véus sobre foto (protection gradients) */
  --veil-hero:linear-gradient(to top,rgba(31,47,37,.78) 0%,rgba(31,47,37,.15) 45%,rgba(31,47,37,0) 70%); /* @kind color */
  --veil-solid:rgba(31,47,37,.78); /* @kind color */
  --veil-caption:linear-gradient(to top,rgba(31,47,37,.55),transparent); /* @kind color */
}
