:root {
  --bs-body-font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
}

body {
  background: #fff;
  color: #1f2937;
}

.brand {
  color: #1f3a5f;
}

.hero-minimal {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.hero-media img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.image-attribution {
  margin-top: 0.8rem;
  font-size: 0.85rem;
  color: #6b7280;
}

