:root {
  --wine-950: #4c273d;
  --wine-900: #4c273d;
  --wine-800: #9a452f;
  --wine-700: #9a452f;
  --gold: #d5a247;
  --gold-soft: #e5c276;
  --eucalyptus: #75825a;
  --hero-rgb: 76, 39, 61;
}

.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(76, 39, 61, 0.98) 0%,
      rgba(76, 39, 61, 0.93) 35%,
      rgba(76, 39, 61, 0.54) 64%,
      rgba(76, 39, 61, 0.1) 100%
    ),
    linear-gradient(0deg, rgba(76, 39, 61, 0.4), transparent 42%);
}

.region-1 {
  background: linear-gradient(145deg, rgba(76, 39, 61, 0.98), rgba(76, 39, 61, 0.85)), #4c273d;
}

.region-2 {
  background: linear-gradient(145deg, rgba(154, 69, 47, 0.98), rgba(154, 69, 47, 0.84)), #9a452f;
}

.region-3 {
  background: linear-gradient(145deg, rgba(117, 130, 90, 0.98), rgba(117, 130, 90, 0.86)), #75825a;
}
