/* service.css - Skin for SERVICE page only */

/* SERVICE 独自の見出しスタイル */
.service-lead-group {
  margin-bottom: 24px;
}

.service-en-title {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  /* color: var(--hero-blue-5); */
  margin-bottom: 4px;
}

.service-ja-title {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

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

.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;
}
