/* ── 共通セクション ── */
.section { padding: 5.5rem 2rem; }
.section.alt { background: var(--warm-50); }
.container { max-width: 800px; margin: 0 auto; }

.section-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.25em;
  color: var(--gold-600);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.section-title {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  color: var(--gold-800);
  letter-spacing: 0.06em;
  margin-bottom: 0.8rem;
  line-height: 1.5;
}
.divider {
  width: 40px; height: 2px;
  background: var(--gold-200);
  margin: 0 0 2.5rem;
}
.body-text {
  font-size: 15px;
  color: var(--text-main);
  line-height: 2.1;
  margin-bottom: 1.2rem;
}
.body-text.tight {
  margin-bottom: 0.1rem;
}

/* ── 1. コンセプト ── */
.concept-lead {
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 700;
  color: var(--gold-800);
  line-height: 1.8;
  margin-bottom: 2rem;
  letter-spacing: 0.04em;
  border-left: 3px solid var(--gold-200);
  padding: 0.8rem 0 0.8rem 1.4rem;
}
.concept-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2.5rem;
}
.concept-tag {
  background: var(--gold-50);
  border: 1px solid var(--gold-100);
  color: var(--gold-800);
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  padding: 0.45rem 1.1rem;
  border-radius: 40px;
  letter-spacing: 0.05em;
}

/* ── 2. 店主の想い ── */
.story-quote {
  font-size: clamp(15px, 2.2vw, 18px);
  font-weight: 700;
  color: var(--gold-800);
  border-left: 3px solid var(--gold-200);
  padding: 0.8rem 0 0.8rem 1.4rem;
  margin-bottom: 2rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.story-sign {
  font-size: 14px;
  color: var(--warm-600);
  font-weight: 700;
  margin-top: 1.8rem;
  letter-spacing: 0.06em;
}

/* ── 3. 資格・経歴 ── */
.career-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}
.career-card {
  background: var(--gold-50);
  border: 1px solid var(--gold-100);
  border-radius: 10px;
  padding: 1.4rem 1.6rem;
}
.career-card-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--gold-600);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}
.career-card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--gold-800);
  line-height: 1.6;
}
.career-timeline {
  border-left: 2px solid var(--gold-100);
  padding-left: 1.4rem;
  margin-top: 2rem;
}
.career-item {
  position: relative;
  margin-bottom: 1.4rem;
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-main);
}
.career-item::before {
  content: '';
  position: absolute;
  left: -1.7rem;
  top: 0.55em;
  width: 8px; height: 8px;
  background: var(--gold-200);
  border-radius: 50%;
}

/* ── 4. サロンの特長 ── */
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
}
.feature-card {
  background: #fff;
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold-200);
  border-radius: 8px;
  padding: 1.6rem;
}
.feature-num {
  font-size: 11px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: var(--gold-200);
  letter-spacing: 0.1em;
  margin-bottom: 0.4rem;
}
.feature-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--gold-800);
  margin-bottom: 0.7rem;
  line-height: 1.5;
}
.feature-desc {
  font-size: 13px;
  color: var(--text-sub);
  line-height: 1.9;
  font-family: 'Noto Sans JP', sans-serif;
}

/* ── CTAバナー ── */
.cta-banner {
  background: var(--gold-800);
  color: #fff;
  text-align: center;
  padding: 4rem 2rem;
}
.cta-banner h2 {
  font-size: clamp(18px, 3vw, 26px);
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.cta-banner p {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 2rem;
  line-height: 1.9;
}
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-white {
  background: #fff; color: var(--gold-800);
  padding: 0.8rem 2rem; border-radius: 40px;
  font-size: 14px; font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}
.btn-outline {
  border: 1.5px solid rgba(255,255,255,0.6);
  color: #fff; padding: 0.8rem 2rem;
  border-radius: 40px; font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}

/* ── フッター ── */
footer {
  background: var(--gold-900);
  color: rgba(255,255,255,0.6);
  text-align: center;
  padding: 2.5rem 1rem;
  font-size: 12px;
  line-height: 1.9;
  font-family: 'Noto Sans JP', sans-serif;
}

/* ── 固定予約ボタン ── */
.float-reserve {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 999;
}
.float-reserve a {
  display: flex; align-items: center; gap: 0.5rem;
  background: var(--gold-600); color: #fff;
  font-size: 13px; font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.08em;
  padding: 0.75rem 1.4rem;
  border-radius: 40px;
  box-shadow: 0 4px 16px rgba(155,122,0,0.35);
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}
.float-reserve a:hover { background: var(--gold-800); transform: translateY(-2px); }

@media (max-width: 640px) {
  nav { padding: 0 1rem; }
  .nav-links { display: none; }
  .career-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .float-reserve { bottom: 1.2rem; right: 1rem; }
  .float-reserve a { font-size: 12px; padding: 0.65rem 1.1rem; }
}
