:root {
  --bg: #0A0A0F;
  --bg-2: #111118;
  --fg: #F0EEE8;
  --fg-muted: #8A8A90;
  --accent: #C8973A;
  --accent-2: #E8B84B;
  --teal: #3EC9C9;
  --border: rgba(240, 238, 232, 0.08);
  --card-bg: rgba(255,255,255,0.03);
  --card-border: rgba(240, 238, 232, 0.06);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 48px;
  height: 64px;
  display: flex;
  align-items: center;
  background: rgba(10, 10, 15, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--fg);
  text-decoration: none;
  font-family: 'DM Serif Display', serif;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.nav-logo svg { color: var(--accent); }
.nav-links { display: flex; gap: 32px; }
.nav-links a {
  color: var(--fg-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--fg); }

/* SECTION SHARED */
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
}
.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.section-headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 64px;
}

/* HERO */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 48px 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(200, 151, 58, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  width: 100%;
}
.hero-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.hero-headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin-bottom: 28px;
}
.hero-sub {
  font-size: 18px;
  line-height: 1.7;
  color: var(--fg-muted);
  margin-bottom: 24px;
  max-width: 480px;
}
.hero-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--fg-muted);
}
.meta-sep { color: var(--accent); }

/* HERO CARD STACK */
.hero-right {
  display: flex;
  justify-content: center;
}
.hero-card-stack {
  background: var(--bg-2);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 32px;
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mentor-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.mentor-card--mentee { border-color: rgba(62, 201, 201, 0.2); }
.mc-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: #0A0A0F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}
.mc-avatar--teal { background: var(--teal); }
.mc-info { flex: 1; }
.mc-name { font-size: 14px; font-weight: 500; }
.mc-role { font-size: 12px; color: var(--fg-muted); }
.mc-badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(200, 151, 58, 0.1);
  padding: 4px 8px;
  border-radius: 4px;
}
.mc-badge--mentee { color: var(--teal); background: rgba(62, 201, 201, 0.1); }
.mc-connector { display: flex; justify-content: center; }
.mc-connector svg { width: 80px; height: 20px; }
.match-score {
  background: rgba(200, 151, 58, 0.08);
  border: 1px solid rgba(200, 151, 58, 0.15);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}
.ms-label { font-size: 11px; color: var(--fg-muted); margin-bottom: 4px; }
.ms-value { font-family: 'DM Serif Display', serif; font-size: 32px; color: var(--accent); line-height: 1; }
.ms-reason { font-size: 12px; color: var(--fg-muted); margin-top: 4px; }

/* HOW IT WORKS */
.how {
  padding: 120px 0;
  background: var(--bg-2);
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
.step {
  background: var(--bg-2);
  padding: 40px 32px;
}
.step-num {
  font-family: 'DM Serif Display', serif;
  font-size: 48px;
  color: var(--accent);
  opacity: 0.4;
  line-height: 1;
  margin-bottom: 20px;
}
.step-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 12px;
}
.step-body {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* FEATURES */
.features { padding: 120px 0; }
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
.feature {
  background: var(--bg);
  padding: 40px 32px;
  transition: background 0.2s;
}
.feature:hover { background: var(--bg-2); }
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(200, 151, 58, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 20px;
}
.feature-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.feature-body { font-size: 14px; color: var(--fg-muted); line-height: 1.65; }

/* OUTCOMES */
.outcomes { padding: 100px 0; background: var(--bg-2); }
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 48px;
}
.outcome { text-align: center; }
.outcome-stat {
  font-family: 'DM Serif Display', serif;
  font-size: 64px;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 12px;
}
.outcome-label {
  font-size: 15px;
  color: var(--fg-muted);
  max-width: 200px;
  margin: 0 auto;
}
.outcomes-note {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}
.outcomes-note p { font-size: 15px; color: var(--fg-muted); line-height: 1.7; }

/* CLOSING */
.closing {
  padding: 120px 48px;
  text-align: center;
}
.closing-inner { max-width: 720px; margin: 0 auto; }
.closing-headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.closing-sub {
  font-size: 17px;
  color: var(--fg-muted);
  line-height: 1.7;
  margin-bottom: 48px;
}
.closing-visual { margin-bottom: 32px; }
.cv-ring {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px solid rgba(200, 151, 58, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.cv-ring::before {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1px dashed rgba(200, 151, 58, 0.2);
}
.cv-ring-inner { display: flex; align-items: center; justify-content: center; }
.closing-tagline {
  font-family: 'DM Serif Display', serif;
  font-size: 20px;
  color: var(--accent);
  font-style: italic;
}

/* FOOTER */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 40px 48px;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-brand { display: flex; flex-direction: column; gap: 6px; }
.footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--fg);
  font-family: 'DM Serif Display', serif;
  font-size: 16px;
}
.footer-logo svg { color: var(--accent); }
.footer-tagline { font-size: 13px; color: var(--fg-muted); }
.footer-note { font-size: 12px; color: var(--fg-muted); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .site-nav { padding: 0 24px; }
  .nav-links { display: none; }
  .hero { padding: 100px 24px 60px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-right { display: none; }
  .section-inner { padding: 0 24px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .outcomes-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-inner { flex-direction: column; gap: 16px; text-align: center; }
  .closing { padding: 80px 24px; }
}
@media (max-width: 600px) {
  .steps-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
}