/* Paleta da referência: branco predominante, marrom café e dourado suave */
:root,
html body {
  --color-brand-navy: #432d1e;
  --color-brand-dark: #321e0f;
  --color-brand-red: #51341f;
  --color-brand-gold: #c59a4a;
  --color-brand-gold-dark: #9b722d;
  --color-brand-green: #c59a4a;
  --color-brand-teal: #c59a4a;
  --color-brand-teal-dark: #9b722d;
  --color-brand-teal-light: #f1e3c8;

  --background: #ffffff;
  --foreground: #432d1e;
  --card: #ffffff;
  --card-foreground: #432d1e;
  --popover: #ffffff;
  --popover-foreground: #432d1e;
  --primary: #432d1e;
  --primary-foreground: #ffffff;
  --secondary: #f5efe7;
  --secondary-foreground: #432d1e;
  --muted: #f5efe7;
  --muted-foreground: #775f4e;
  --accent: #f1e3c8;
  --accent-foreground: #432d1e;
  --border: #e9ded0;
  --input: #e9ded0;
  --ring: #c59a4a;
}

/* CTAs em dourado */
.bg-green-600 { background-color: #9b722d !important; }

/* Performance: pintura mais leve em aparelhos fracos */
img { content-visibility: auto; }
section { contain-intrinsic-size: auto 600px; }
.animate-scroll-x, .animate-pulse { will-change: transform, opacity; }
@media (prefers-reduced-motion: reduce) {
  .animate-scroll-x, .animate-pulse { animation: none !important; }
  * { transition-duration: 0.01ms !important; }
}
