* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Space Grotesk', sans-serif; background: #0A0A0F; color: #F0EEF8; scroll-behavior: smooth; }
a { text-decoration: none; color: inherit; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 8vw;
  background: rgba(10,10,15,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #131122;
}
.nav-logo { font-family: 'Space Mono', monospace; font-size: 14px; color: #8B5CF6; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: 1px; color: #6B6882; transition: color 0.2s; }
.nav-links a:hover { color: #8B5CF6; }

/* HERO */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 120px 8vw 80px; background: #0A0A0F;
  position: relative; overflow: hidden; gap: 60px; flex-wrap: wrap;
}
.hero::before {
  content: ''; position: absolute; top: -200px; right: -200px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(139,92,246,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.hero-text { flex: 1; min-width: 280px; z-index: 1; }
.hero-eyebrow {
  font-family: 'Space Mono', monospace; font-size: 11px;
  letter-spacing: 5px; text-transform: uppercase; color: #8B5CF6; margin-bottom: 24px;
}
.hero-name { font-size: clamp(48px, 7vw, 88px); font-weight: 700; line-height: 1; color: #F0EEF8; margin: 0 0 10px 0; }
.hero-name span { color: #8B5CF6; }
.hero-role { font-family: 'Space Mono', monospace; font-size: clamp(12px, 1.4vw, 16px); color: #6B6882; margin-bottom: 32px; }
.hero-summary { font-size: 16px; line-height: 1.8; color: #9E9CB8; max-width: 520px; margin-bottom: 48px; }
.hero-links { display: flex; gap: 12px; flex-wrap: wrap; }

.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: 100px;
  font-family: 'Space Mono', monospace; font-size: 12px; transition: all 0.2s;
}
.pill-primary { background: #8B5CF6; color: #fff; }
.pill-primary:hover { background: #7C3AED; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(139,92,246,0.35); }
.pill-ghost { border: 1px solid #2A2840; color: #9E9CB8; }
.pill-ghost:hover { border-color: #8B5CF6; color: #8B5CF6; transform: translateY(-2px); }

.hero-photo-wrap { flex-shrink: 0; position: relative; z-index: 1; }
.hero-photo {
  width: 300px; height: 300px; border-radius: 24px;
  object-fit: cover; object-position: center top; display: block;
  border: 2px solid #1E1C2E; filter: saturate(0.9);
}
.photo-badge {
  position: absolute; bottom: -14px; right: -14px;
  background: linear-gradient(135deg, #8B5CF6, #7C3AED); color: #fff;
  font-family: 'Space Mono', monospace; font-size: 10px;
  padding: 7px 14px; border-radius: 100px; letter-spacing: 1px;
  white-space: nowrap; box-shadow: 0 4px 15px rgba(139,92,246,0.4);
}

/* STATS */
.stats-bar {
  display: flex; background: #0D0C18;
  border-top: 1px solid #131122; border-bottom: 1px solid #131122;
}
.stat-item { flex: 1; text-align: center; padding: 40px 20px; border-right: 1px solid #131122; }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Space Mono', monospace; font-size: 36px; font-weight: 700; color: #8B5CF6; display: block; line-height: 1; margin-bottom: 8px; }
.stat-num small { font-size: 18px; }
.stat-label { font-size: 11px; color: #6B6882; text-transform: uppercase; letter-spacing: 1px; }

/* SECTIONS */
.section { padding: 100px 8vw; border-top: 1px solid #131122; }
.section-dark { background: #0A0A0F; }
.section-alt { background: #0D0C18; }
.section-label {
  font-family: 'Space Mono', monospace; font-size: 10px;
  letter-spacing: 5px; text-transform: uppercase; color: #8B5CF6;
  margin-bottom: 40px; display: flex; align-items: center; gap: 16px;
}
.section-label::after { content: ''; flex: 1; height: 1px; background: #1E1C2E; max-width: 160px; }
.section-title { font-size: clamp(28px, 4vw, 48px); font-weight: 700; color: #F0EEF8; margin: 0 0 56px 0; line-height: 1.1; }

/* EXP */
.exp-grid { display: flex; flex-direction: column; gap: 12px; }
.exp-card {
  background: #0F0E1C; border: 1px solid #1A1830; border-radius: 16px;
  padding: 36px 40px; display: grid; grid-template-columns: 200px 1fr;
  gap: 40px; transition: border-color 0.25s, box-shadow 0.25s;
}
.exp-card:hover { border-color: #8B5CF6; box-shadow: 0 0 0 1px rgba(139,92,246,0.1); }
.exp-meta { font-family: 'Space Mono', monospace; font-size: 11px; color: #6B6882; line-height: 1.8; padding-top: 4px; }
.exp-period { color: #8B5CF6; font-size: 10px; display: block; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 1px; }
.exp-org { color: #9E9CB8; font-size: 12px; }
.exp-role { font-size: 19px; font-weight: 600; color: #F0EEF8; margin: 0 0 16px 0; }
.exp-bullets { list-style: none; padding: 0; margin: 0; }
.exp-bullets li { font-size: 14px; color: #8E8CA8; line-height: 1.7; padding: 4px 0 4px 20px; position: relative; }
.exp-bullets li::before { content: '→'; position: absolute; left: 0; color: #8B5CF6; font-family: 'Space Mono', monospace; }

/* PROJECTS */
.proj-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; }
.proj-card {
  background: #0F0E1C; border: 1px solid #1A1830; border-radius: 16px;
  padding: 28px; transition: all 0.25s; display: flex; flex-direction: column; gap: 10px;
}
.proj-card:hover { border-color: #8B5CF6; transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
.proj-tag-row { display: flex; flex-wrap: wrap; gap: 6px; }
.proj-tag {
  font-family: 'Space Mono', monospace; font-size: 9px; padding: 3px 10px;
  border-radius: 100px; border: 1px solid #2A2840; color: #6B6882;
  text-transform: uppercase; letter-spacing: 1px;
}
.proj-name { font-size: 17px; font-weight: 600; color: #F0EEF8; }
.proj-desc { font-size: 13px; color: #8E8CA8; line-height: 1.65; flex: 1; }

/* SKILLS */
.skills-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.skill-group { background: #0F0E1C; border: 1px solid #1A1830; border-radius: 16px; padding: 24px; transition: border-color 0.25s; }
.skill-group:hover { border-color: #2A2840; }
.skill-group-title { font-family: 'Space Mono', monospace; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #8B5CF6; margin-bottom: 14px; }
.skill-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.skill-pill { font-size: 12px; color: #C4C2D8; background: #161430; padding: 5px 13px; border-radius: 8px; border: 1px solid #1E1C2E; }

/* CERTS */
.cert-row { display: flex; flex-wrap: wrap; gap: 12px; }
.cert-chip {
  background: #0F0E1C; border: 1px solid #1A1830; border-radius: 12px;
  padding: 14px 22px; font-size: 13px; color: #C4C2D8;
  display: flex; align-items: center; gap: 10px; transition: border-color 0.25s;
}
.cert-chip:hover { border-color: #8B5CF6; }
.cert-chip span { font-size: 20px; }

/* CONTACT */
.contact-row { display: flex; gap: 14px; flex-wrap: wrap; }
.contact-card {
  background: #0F0E1C; border: 1px solid #1A1830; border-radius: 16px;
  padding: 24px 32px; transition: all 0.25s;
  display: flex; align-items: center; gap: 14px;
  flex: 1; min-width: 190px; color: inherit;
}
.contact-card:hover { border-color: #8B5CF6; transform: translateY(-3px); }
.contact-icon {
  font-size: 20px; width: 44px; height: 44px; background: #161430;
  border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-label { font-size: 11px; color: #6B6882; margin-bottom: 3px; }
.contact-value { font-size: 13px; font-weight: 500; color: #C4C2D8; }

/* FOOTER */
.footer {
  padding: 36px 8vw; border-top: 1px solid #131122;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px; background: #0A0A0F;
}
.footer-name { font-family: 'Space Mono', monospace; font-size: 13px; color: #3D3B55; }
.footer-copy { font-size: 12px; color: #3D3B55; }

/* ANIMATIONS */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 768px) {
  .exp-card { grid-template-columns: 1fr; gap: 16px; }
  .stats-bar { flex-wrap: wrap; }
  .stat-item { min-width: 50%; border-right: none; border-bottom: 1px solid #131122; }
  .hero { gap: 40px; padding: 100px 5vw 60px; }
  nav { padding: 14px 5vw; }
  .section { padding: 70px 5vw; }
  .nav-links { gap: 16px; }
}