  .about-hero {
    padding: 180px 2rem 6rem;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
  }
  .about-hero .section-label { margin-bottom: 1.5rem; }
  .about-hero-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(2.8rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 1.5rem;
    color: #F0EFF4;
  }
  .about-hero-title em {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    color: #00E5C0;
  }
  .about-hero-sub {
    font-family: 'Sora', sans-serif;
    font-size: 1.15rem;
    color: rgba(240,239,244,0.65);
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto 2.5rem;
  }

  .about-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 5rem 2rem;
  }
  .about-section + .about-section {
    border-top: 1px solid rgba(240,239,244,0.06);
  }

  .about-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
  }
  @media (max-width: 767px) {
    .about-grid-2 { grid-template-columns: 1fr; gap: 2rem; }
  }

  .about-body {
    font-family: 'Sora', sans-serif;
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(240,239,244,0.7);
  }
  .about-body p + p { margin-top: 1.25rem; }
  .about-body strong { color: #F0EFF4; font-weight: 600; }

  .about-quote {
    font-family: 'Instrument Serif', serif;
    font-style: italic;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.4;
    color: #F0EFF4;
    border-left: 3px solid #00E5C0;
    padding-left: 1.5rem;
    margin: 0;
  }

  .stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  @media (max-width: 767px) {
    .stats-row { grid-template-columns: 1fr; gap: 1.5rem; }
  }
  .about-stat {
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: 1.25rem;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(0,229,192,0.12);
  }
  .about-stat-value {
    font-family: 'Sora', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: #00E5C0;
    line-height: 1;
    margin-bottom: 0.75rem;
  }
  .about-stat-label {
    font-family: 'Sora', sans-serif;
    font-size: 0.9rem;
    color: rgba(240,239,244,0.55);
    line-height: 1.5;
  }

  .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
  }
  .value-card {
    padding: 2rem;
    border-radius: 1.25rem;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(240,239,244,0.07);
    transition: border-color 0.3s ease;
  }
  .value-card:hover { border-color: rgba(0,229,192,0.25); }
  .value-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(0,229,192,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: #00E5C0;
  }
  .value-title {
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #F0EFF4;
    margin-bottom: 0.5rem;
  }
  .value-desc {
    font-family: 'Sora', sans-serif;
    font-size: 0.9rem;
    color: rgba(240,239,244,0.55);
    line-height: 1.6;
  }

  .about-cta-wrap {
    text-align: center;
    padding: 5rem 2rem 6rem;
    max-width: 640px;
    margin: 0 auto;
  }
  .about-cta-wrap .section-label { margin-bottom: 1.5rem; }
  .about-cta-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #F0EFF4;
    margin-bottom: 1.25rem;
    line-height: 1.15;
  }
  .about-cta-sub {
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    color: rgba(240,239,244,0.6);
    margin-bottom: 2rem;
    line-height: 1.7;
  }
