/* About Osmo — Benchmark Page */

/* Hero */
.about-hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 24px 80px;
}

.about-hero-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
}

.about-hero .particle-orb-canvas {
  width: 200px;
  height: 200px;
  margin-bottom: 32px;
}

.about-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--font-mono);
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 24px;
}

.about-title {
  font-size: 56px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: -1px;
  line-height: 1.1;
  margin: 0 0 20px;
}

.about-subtitle {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.6;
  margin: 0;
}

/* Section base */
.about-section {
  padding: 100px 24px;
}

.about-section-inner {
  max-width: 800px;
  margin: 0 auto;
}

.about-section-title {
  font-size: 36px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: -0.3px;
  margin: 0 0 16px;
  text-align: center;
}

.about-section-sub {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  margin: 0 0 56px;
  line-height: 1.6;
}

/* ===========================
   Overall Score
   =========================== */

.score-hero {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.score-main {
  margin-bottom: 64px;
}

.score-number {
  font-size: 120px;
  font-weight: 100;
  letter-spacing: -4px;
  line-height: 1;
  display: block;
  background: linear-gradient(135deg, rgba(255,255,255,0.95), var(--accent-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

.score-label {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1px;
}

.score-breakdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.score-metric {
  text-align: center;
  padding: 28px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
}

.metric-value {
  font-size: 36px;
  font-weight: 200;
  color: var(--text-primary);
  letter-spacing: -1px;
}

.metric-suffix {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}

.metric-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.5px;
  margin-top: 8px;
}

.metric-detail {
  display: block;
  font-size: 11px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.25);
  margin-top: 4px;
}

/* ===========================
   Competitor Comparison Bars
   =========================== */

.comparison-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.comparison-bar {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bar-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.bar-name {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.bar-value {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-mono);
}

.bar-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 1.5s var(--ease-cinematic);
}

.bar-fill-osmo {
  background: linear-gradient(90deg, var(--accent-blue), var(--accent-cyan));
}

.bar-fill-other {
  background: rgba(255, 255, 255, 0.15);
}

.comparison-note {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.2);
  margin-top: 32px;
  line-height: 1.5;
}

/* ===========================
   Skills Benchmark Grid
   =========================== */

.skills-benchmark-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 800px;
  margin: 0 auto;
}

.skill-bench {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  transition: border-color 0.3s ease;
}

.skill-bench:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.skill-bench-score {
  font-size: 20px;
  font-weight: 200;
  color: var(--accent-blue);
  min-width: 36px;
  font-family: var(--font-mono);
}

.skill-bench-name {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

/* ===========================
   Differentiators
   =========================== */

.differentiators {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.diff-item {
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
}

.diff-title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 10px;
}

.diff-desc {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
  margin: 0;
}

/* ===========================
   Methodology
   =========================== */

.about-methodology {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.methodology-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.method-item {
  text-align: center;
  padding: 24px 12px;
}

.method-weight {
  display: block;
  font-size: 16px;
  letter-spacing: 4px;
  color: var(--accent-blue);
  margin-bottom: 10px;
}

.method-name {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
}

.method-desc {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
}

.method-note {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.25);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* ===========================
   CTA
   =========================== */

.about-cta-section {
  padding: 80px 24px 60px;
}

.about-cta-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-cta-title {
  font-size: 36px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 12px;
}

.about-cta-sub {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.35);
  margin: 0 0 32px;
}

/* ===========================
   Responsive
   =========================== */

@media (max-width: 1024px) {
  .score-breakdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .skills-benchmark-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .methodology-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-title {
    font-size: 36px;
  }

  .about-subtitle {
    font-size: 16px;
  }

  .about-hero .particle-orb-canvas {
    width: 140px;
    height: 140px;
  }

  .score-number {
    font-size: 80px;
    letter-spacing: -2px;
  }

  .score-breakdown {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .score-metric {
    padding: 20px 12px;
  }

  .metric-value {
    font-size: 28px;
  }

  .about-section-title {
    font-size: 28px;
  }

  .skills-benchmark-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .skill-bench {
    padding: 12px 14px;
  }

  .differentiators {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .methodology-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .about-cta-title {
    font-size: 28px;
  }
}
