/* about.css - Skin for ABOUT page only */

/* 名前周りのタイポグラフィ */
.representative-name-group {
  margin-bottom: 24px;
}

.ja-name {
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 6px;
}

.representative-role {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--ink-on-white-muted);
}

.concept-body {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 40px;
}

.concept-mind { 
  padding-top: 32px; 
  border-top: 1px solid var(--border); 
}

.mind-quote { 
  font-size: 1.4rem; 
  font-weight: 700; 
  margin-bottom: 16px; 
  color: var(--ink-on-white); 
}

.photo-frame {
  aspect-ratio: 4 / 5;
  background: #000;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.photo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(10%);
}

/* Footer CTA との同期 */
.about-footer-cta {
  background: var(--bg);
  padding: 100px 0;
}
