/* Negawatt Economy. Protocol chrome. Inter body, Space Grotesk headings. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@500;600&display=swap');

:root {
  --navy: #0a1428;
  --deep-navy: #05101f;
  --gold: #d4af77;
}

html { scroll-behavior: smooth; }

body {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

h1, h2, h3, .font-heading {
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
}

.hero-bg {
  background: linear-gradient(135deg, #0a1428 0%, #05101f 100%);
}

.nav-link { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.glass {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}

@media (max-width: 768px) {
  .nav-menu { flex-direction: column; gap: 1rem; padding-top: 1rem; }
}

a { color: #d4af77; }
a:hover { color: #fff; }

.on-foot{text-align:center;width:100%;margin-top:1.5rem;}
