:root {
  --vm-primary: #047857;
  --vm-accent: #0f172a;
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.vm-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.vm-map {
  height: 70vh;
  min-height: 420px;
}

.vm-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
