/*
 * About Page Styles
 * Follows design system tokens
 */

/* ==========================================================================
   About Page Layout
   ========================================================================== */

.about-page {
  /* Main about page wrapper */
}

/* ==========================================================================
   Container
   ========================================================================== */

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}

.about-container--narrow {
  max-width: 680px;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

.about-hero {
  padding: var(--space-20) 0 var(--space-16);
  text-align: center;
}

.about-hero h1 {
  font-family: var(--font-editorial);
  font-size: clamp(2.5rem, 5.5vw, 3.5rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: var(--space-6);
  max-width: 20ch;
  margin-left: auto;
  margin-right: auto;
}

.about-lead {
  font-size: var(--text-body-lg);
  color: var(--color-muted);
  max-width: 50ch;
  margin: 0 auto;
  line-height: var(--leading-relaxed);
}

/* ==========================================================================
   Section Styling
   ========================================================================== */

.about-section {
  padding: var(--space-16) 0;
}

.about-section--surface {
  background: var(--color-surface);
}

.about-section h2 {
  font-family: var(--font-editorial);
  font-size: var(--text-h1);
  font-weight: 700;
  margin-bottom: var(--space-6);
}

.about-section p {
  color: var(--color-muted);
  line-height: var(--leading-relaxed);
  margin-bottom: var(--space-4);
}

.about-section p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Steps
   ========================================================================== */

.about-step {
  margin-bottom: var(--space-8);
}

.about-step:last-child {
  margin-bottom: 0;
}

.about-step h3 {
  font-family: var(--font-editorial);
  font-size: var(--text-h2);
  font-weight: 700;
  margin-bottom: var(--space-2);
  color: var(--color-text);
}

.about-step p {
  margin-bottom: 0;
}

/* ==========================================================================
   List
   ========================================================================== */

.about-list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-6) 0;
}

.about-list li {
  color: var(--color-muted);
  line-height: var(--leading-relaxed);
  padding-left: var(--space-6);
  position: relative;
  margin-bottom: var(--space-2);
}

.about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background: var(--color-accent);
  border-radius: 50%;
}

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

.about-cta {
  text-align: center;
  padding: var(--space-16) 0 var(--space-24);
}

.about-cta h2 {
  font-family: var(--font-editorial);
  font-size: var(--text-h1);
  font-weight: 700;
  margin-bottom: var(--space-4);
}

.about-cta p {
  color: var(--color-muted);
  margin-bottom: var(--space-6);
}

/* ==========================================================================
   Founder Signature
   ========================================================================== */

.about-founder-sign {
  font-family: var(--font-editorial);
  font-style: italic;
  color: var(--color-text);
  margin-top: var(--space-6);
  font-size: 1.05rem;
}
