/* === Reset === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: #0a0a0a;
  color: #b0b0b0;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* Film grain overlay */
.grain {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none; z-index: 1000;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

a { color: #e74c3c; text-decoration: none; transition: color 0.2s; }
a:hover { color: #ff6b5b; }
h1, h2, h3 { color: #f0f0f0; font-weight: 700; }

/* === Layout === */
.container { max-width: 1000px; margin: 0 auto; padding: 0 2rem; }
.narrow { max-width: 720px; }

/* === Hero === */
.hero {
  padding: 12rem 0 6rem;
  position: relative;
}
.tagline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.85rem; font-weight: 500;
  color: #e74c3c; letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.hero h1 {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #f5f5f5;
  margin-bottom: 1.5rem;
}
.strike {
  text-decoration: line-through;
  text-decoration-color: #e74c3c;
  text-decoration-thickness: 3px;
  color: #666;
}
.highlight {
  color: #e74c3c;
}
.sub {
  font-size: 1.3rem;
  color: #777;
  max-width: 500px;
}

/* === Manifesto === */
.manifesto { padding: 4rem 0 6rem; }
.manifesto h2 {
  font-size: 1.8rem;
  margin: 4rem 0 1.2rem;
  letter-spacing: -0.02em;
}
.manifesto h2:first-child { margin-top: 0; }
.manifesto p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

/* Stat cards */
.stat-row {
  display: flex; gap: 1rem; margin: 2rem 0;
  flex-wrap: wrap;
}
.stat-card {
  flex: 1; min-width: 180px;
  background: rgba(231, 76, 60, 0.06);
  border: 1px solid rgba(231, 76, 60, 0.15);
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
}
.stat-num {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 2rem; font-weight: 700;
  color: #e74c3c;
}
.stat-desc {
  font-size: 0.8rem; color: #666;
  margin-top: 0.3rem; display: block;
}

/* Quote */
.quote-block {
  border-left: 3px solid #e74c3c;
  padding: 1.5rem 2rem;
  margin: 2.5rem 0;
  background: rgba(255, 255, 255, 0.02);
}
.quote-block p {
  font-size: 1.15rem;
  color: #d0d0d0;
  font-style: italic;
  margin: 0;
}

/* Rules */
.rules { margin: 1.5rem 0 2rem; }
.rule {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.rule:last-child { border-bottom: none; }
.rule-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 0.1rem; }
.rule strong { color: #f0f0f0; font-size: 1rem; }
.rule p { margin: 0.2rem 0 0; font-size: 0.9rem; color: #888; }

/* Projects */
.projects { display: flex; flex-direction: column; gap: 1rem; margin: 1.5rem 0; }
.project-card {
  display: flex; gap: 1.2rem; align-items: flex-start;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 1.5rem;
  transition: border-color 0.3s, transform 0.2s;
  color: inherit;
}
.project-card:hover {
  border-color: rgba(231, 76, 60, 0.3);
  transform: translateY(-2px);
}
.project-card.soon { opacity: 0.6; }
.project-icon { font-size: 2rem; flex-shrink: 0; }
.project-card strong { color: #f0f0f0; font-size: 1.1rem; }
.project-card p { font-size: 0.9rem; color: #888; margin: 0.4rem 0; }
.project-link {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem; color: #e74c3c;
}

/* CTA */
.cta-block {
  margin: 3rem 0 2rem;
  padding: 2rem;
  border: 1px solid rgba(231, 76, 60, 0.2);
  border-radius: 10px;
  background: rgba(231, 76, 60, 0.04);
}
.cta-text {
  font-size: 1.15rem;
  color: #d0d0d0;
  margin: 0;
  text-align: center;
}

/* === Footer === */
.footer {
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.footer-inner {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.85rem; color: #444;
}
.footer-logo {
  font-weight: 700;
  font-family: 'JetBrains Mono', monospace;
  color: #555;
}
.footer-copy a { color: #555; }
.footer-copy a:hover { color: #e74c3c; }

/* === Responsive === */
@media (max-width: 768px) {
  .hero { padding: 8rem 0 4rem; }
  .hero h1 { font-size: 2.5rem; }
  .stat-row { flex-direction: column; }
  .footer-inner { flex-direction: column; gap: 0.5rem; text-align: center; }
}
