:root {
  --primary: #d84500;
  --bg-body: #0b0d12;
  --glass-border: rgba(255, 255, 255, 0.1);
}

body {
  background-color: var(--bg-body);
  color: #fff;
  font-family: "Segoe UI", sans-serif;
}

#particles-js {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.main-wrapper {
  position: relative;
  z-index: 1;
}

.story-section {
  padding: 6rem 0 5rem;
}

.main-heading {
  font-weight: 900;
  letter-spacing: 1px;
}

.primary-text {
  color: var(--primary);
}

.story-tag {
  font-family: "JetBrains Mono", monospace;
  color: var(--primary);
  font-size: 0.8rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  display: block;
}

.story-lead {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #eee;
  max-width: 900px;
  margin-bottom: 3rem;
  font-weight: 300;
}

.narrative-card {
  background: rgba(255, 255, 255, 0.02);
  border-left: 2px solid var(--primary);
  padding: 3rem;
  margin: 4rem 0;
  backdrop-filter: blur(10px);
}

.narrative-card p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #9ca3af;
  line-height: 1.8;
  text-align: justify;
}

.highlight {
  color: #fff;
  font-weight: 600;
}

.brand-highlight {
  color: var(--primary);
}

.manifesto-grid {
  margin-top: 6rem;
}

.outcome-card {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid var(--glass-border);
  padding: 2rem;
  height: 100%;
  transition: 0.3s ease;
}

.outcome-card.featured {
  border-color: var(--primary);
  background: rgba(216, 69, 0, 0.03);
}

.card-num {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  color: var(--primary);
  margin-bottom: 1rem;
  display: block;
}

.footer-lead {
  font-weight: 300;
}

.footer-tagline {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--primary);
  padding-top: 40px;
}

@media (max-width: 768px) {
  .story-section {
    padding: 4rem 1.25rem;
  }

  .main-heading {
    font-size: 2rem !important;
    line-height: 1.2;
    margin-bottom: 1.5rem !important;
  }

  .manifesto-grid h2 {
    font-size: 1.6rem !important;
    margin-bottom: 1.5rem !important;
  }

  .story-lead {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .narrative-card {
    padding: 1.5rem;
    margin: 2rem 0;
  }

  .narrative-card p {
    font-size: 0.95rem;
    text-align: left;
    margin-bottom: 1rem;
  }

  .outcome-card {
    padding: 1.25rem;
    margin-bottom: 0.75rem;
  }

  .outcome-card p {
    font-size: 0.9rem !important;
    line-height: 1.4;
    margin-bottom: 0;
  }

  .card-num {
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
  }

  .footer-lead {
    font-size: 1.1rem !important;
  }

  .footer-tagline {
    letter-spacing: 2px;
    font-size: 0.6rem;
    padding-top: 20px;
  }
}
