:root {
  --hf-purple: #6d28d9;
  --hf-purple-deep: #4c1d95;
  --hf-gold: #f5a400;
  --hf-ivory: #fbf8f2;
  --hf-midnight: #120b2e;
  --hf-text: #17122b;
  --hf-muted: #625977;
  --hf-border: #e8e1f2;
}

body.hf-body,
.premium-homepage {
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
}

body.hf-body {
  background: var(--hf-ivory);
  color: var(--hf-text);
}

.premium-homepage .font-display {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#hf-harare-map .leaflet-container {
  height: 100%;
  min-height: 280px;
  width: 100%;
  border-radius: 18px;
}

.hf-header {
  background: linear-gradient(135deg, #120b2e 0%, #1b0b45 42%, #2b0a6b 100%);
  box-shadow: 0 18px 60px -24px rgba(18, 11, 46, 0.65);
}

.hf-footer {
  background: var(--hf-midnight);
}

.hf-logo-mark {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--hf-purple), var(--hf-purple-deep));
  font-size: 0.75rem;
  color: #fff;
}

.hf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding: 0.65rem 1.25rem;
  font-weight: 700;
  transition: all 0.15s ease;
}

.hf-btn-primary {
  background: linear-gradient(135deg, #6d28d9, #5b21b6 48%, #4c1d95);
  color: #fff;
  box-shadow: 0 16px 36px rgba(109, 40, 217, 0.3);
}

.hf-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hf-card {
  border-radius: 1.25rem;
  border: 1px solid var(--hf-border);
  background: #fff;
  box-shadow: 0 12px 40px -16px rgba(38, 22, 88, 0.12);
}

.hf-hero {
  background: linear-gradient(135deg, #120b2e 0%, #1b0b45 42%, #2b0a6b 100%);
  color: #fff;
}

.hf-badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hf-badge-published { background: #ecfdf5; color: #047857; }
.hf-badge-pending { background: #fffbeb; color: #b45309; }
.hf-badge-draft { background: #f3f4f6; color: #4b5563; }

.hf-sidebar {
  background: linear-gradient(180deg, #1b0b45, #120b2e);
  color: rgba(255, 255, 255, 0.85);
  min-height: 100vh;
}

.hf-sidebar a.active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(245, 164, 0, 0.35);
}
