/* Petra lock — last stylesheet. Overrides any cached mint/forest tokens. */
html, body {
  background: #5c2018 !important;
  color: #bc4639 !important;
}

body::before {
  background:
    linear-gradient(180deg, rgba(92, 32, 24, 0.34), rgba(92, 32, 24, 0.78)),
    url("/assets/sandstone-facade.jpg") center / cover no-repeat !important;
}

.site-kicker,
.brand,
.brand:hover,
.hero__brand,
.hero__brand em,
.hero__headline,
.command-bar {
  color: #ffffff !important;
}

.site-kicker {
  background: #5c2018 !important;
}

.hero {
  background: #5c2018 !important;
}

.hero::before {
  background: linear-gradient(180deg, rgba(92, 32, 24, 0.22), rgba(243, 224, 220, 0.9) 58%, #f3e0dc) !important;
}

.hero img {
  content: url("/assets/sandstone-facade.jpg") !important;
}

.hero-copy h1,
h1, h2, h3,
.eyebrow,
.lede,
.site-footer strong,
.mark {
  color: #5c2018 !important;
}

.hero h1,
.hero h2,
.hero .hero__brand,
.hero .hero__brand em,
.hero .hero__headline {
  color: #ffffff !important;
}

.hero-copy p,
.panel p,
.panel li,
.site-footer p {
  color: #bc4639 !important;
}

.btn,
.btn-primary {
  background: #4285f4 !important;
  color: #fff !important;
}

.panel,
.contact-card,
.lead-form,
.site-footer {
  background: #f3e0dc !important;
  color: #bc4639 !important;
}
