/* Variante de hero claro — título dourado sobre véu creme */
.page-hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(252, 249, 243, 0.50) 0%,
    rgba(252, 249, 243, 0.62) 50%,
    rgba(252, 249, 243, 0.78) 100%
  );
}
.page-hero-content h1 { color: #8A7345; text-shadow: 0 1px 30px rgba(255,255,255,0.6); }
.page-hero-content h1 em { color: #B0975C; }
.page-hero-content .subtitle { color: #6E6350; }
.breadcrumb a { color: rgba(110, 99, 80, 0.65); }
.breadcrumb a:hover { color: #8A7345; }
.breadcrumb span { color: rgba(110, 99, 80, 0.40); }
.breadcrumb .current { color: #8A7345; }
