:root {
  --ink: #1b2119;
  --muted: #5d624d;
  --paper: #f5f0df;
  --surface: #fffdf4;
  --line: #d8c9a6;
  --sage: #667d4b;
  --pine: #244b2f;
  --clay: #9e5136;
  --gold: #c18b2d;
  --blue: #587f8a;
}

.hero,
.adoption-hero {
  background:
    linear-gradient(115deg, rgba(255, 253, 244, 0.96), rgba(235, 226, 198, 0.76)),
    linear-gradient(180deg, transparent, rgba(102, 125, 75, 0.12)),
    var(--paper);
}

.brand-mark,
.button.primary,
.language-switch button[aria-pressed="true"],
.mobile-action-bar a[href^="tel"] {
  background: #244b2f;
}

.trust-strip span {
  background: #ede3c8;
  border-color: #cfbd93;
}

.service-card,
.path-card,
.store-grid article {
  background: #fff8e7;
  border-color: #d8c9a6;
}

.team,
.rating-card {
  background: #244b2f;
}

.store-section {
  background: #e9dfc1;
}

.community {
  background: #fffdf4;
}

.hero-media > img {
  object-position: 62% center;
}
