/* =========================================================
   concept-design.css
   concept.html / design.html / staff.html 共通スタイル
   ========================================================= */

/* 横スクロール防止（オフキャンバスナビ対策。style.cssに既に入っているが念のため） */
html, body { overflow-x: hidden; max-width: 100%; }

/* ▼ 汎用インライン誘導ボックス */
.cta-inline-box {
  text-align: center;
  background: #fff;
  border: 1px solid #e5e0d4;
  border-radius: 10px;
  padding: 2rem;
}
.cta-inline-box h3 { font-size: 1.15rem; color: var(--navy, #1b2a4a); margin-bottom: 0.6rem; }
.cta-inline-box p { font-size: 0.9rem; color: #555; margin-bottom: 1.2rem; }

/* ---------- concept.html ---------- */
.concept-intro-photo {
  max-width: 720px;
  margin: 2.4rem auto 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-md, 0 4px 16px rgba(0,0,0,.08));
}
.concept-intro-photo img { width: 100%; display: block; }

.concept-service-grid,
.concept-reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.concept-service-card,
.concept-reason-card {
  background: #fff;
  border-radius: 10px;
  padding: 1.8rem 1.6rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.concept-service-num {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold, #c5a55a);
  line-height: 1;
  margin-bottom: .8rem;
}
.concept-service-card h3,
.concept-reason-card h3 { font-size: 1.05rem; color: var(--navy, #1b2a4a); margin-bottom: .6rem; line-height: 1.6; }
.concept-service-card p,
.concept-reason-card p { font-size: .88rem; line-height: 1.85; color: #444; }
.concept-reason-card { border-top: 3px solid var(--gold, #c5a55a); }

.concept-free-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.concept-free-item {
  background: #fafaf7;
  border: 1px solid #e5e0d4;
  border-radius: 8px;
  padding: 1rem 1.2rem;
  font-size: .9rem;
  color: var(--navy, #1b2a4a);
  font-weight: 600;
}

/* ---------- design.html ---------- */
.design-plan-header { text-align: center; max-width: 640px; margin: 0 auto 2.4rem; }
.design-plan-tag {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: .85rem;
  letter-spacing: .08em;
  padding: .3rem 1rem;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 1rem;
}
.design-plan-tag--miyabi { background: #8a3b4a; }
.design-plan-tag--raku { background: var(--gold, #c5a55a); }
.design-plan-tag--sukoyaka { background: #2a6b5a; }
.design-plan-name { font-size: 2rem; color: var(--navy, #1b2a4a); margin-bottom: .6rem; }
.design-plan-en { font-size: 1rem; color: #999; font-weight: 400; margin-left: .4rem; }
.design-plan-copy { font-size: 1.05rem; color: var(--gold-dark, #b8953f); font-weight: 600; }

.design-plan-photo {
  max-width: 900px;
  margin: 0 auto 2.4rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-md, 0 4px 16px rgba(0,0,0,.08));
}
.design-plan-photo img { width: 100%; display: block; }

.design-plan-body {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.design-plan-col h3 { font-size: .95rem; color: var(--navy, #1b2a4a); margin: 0 0 .6rem; padding-bottom: .4rem; border-bottom: 1px dashed #e5e0d4; }
.design-plan-col h3 + ul { margin-bottom: 1.4rem; }
.design-plan-list { list-style: none; padding: 0; margin: 0; }
.design-plan-list li {
  font-size: .88rem;
  line-height: 1.7;
  color: #444;
  padding: .25rem 0 .25rem 1.3rem;
  position: relative;
}
.design-plan-list li::before { content: "・"; position: absolute; left: 0; color: var(--gold, #c5a55a); }
.design-plan-advice,
.design-plan-case {
  background: #fafaf7;
  border-radius: 8px;
  padding: 1.2rem 1.4rem;
  margin-bottom: 1.2rem;
}
.design-plan-advice h4,
.design-plan-case h4 { font-size: .82rem; color: var(--gold-dark, #b8953f); margin-bottom: .5rem; }
.design-plan-advice p,
.design-plan-case p { font-size: .86rem; line-height: 1.8; color: #444; }

/* ---------- staff.html ---------- */
.staff-directory-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.staff-directory-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  align-items: start;
}
.staff-directory-photo {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm, 0 2px 8px rgba(0,0,0,.06));
}
.staff-directory-photo img { width: 100%; display: block; }
.staff-directory-photo--placeholder {
  aspect-ratio: 3/4;
  background: var(--gray-50, #f5f5f7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-400, #aaa);
  font-size: .82rem;
  box-shadow: none;
  border: 1px dashed #ddd;
}
.staff-directory-role { font-size: .78rem; color: var(--gray-600, #666); margin-bottom: .3rem; }
.staff-directory-name { font-size: 1.35rem; font-weight: 800; color: var(--navy, #1b2a4a); margin-bottom: .3rem; }
.staff-directory-tagline { font-size: .92rem; color: var(--gold-dark, #b8953f); font-weight: 600; margin-bottom: 1rem; min-height: 1em; }
.staff-directory-facts { list-style: none; padding: 0; margin: 0 0 1rem; }
.staff-directory-facts li {
  font-size: .85rem;
  line-height: 1.75;
  color: #444;
  padding-left: 1.2rem;
  position: relative;
}
.staff-directory-facts li::before { content: "✓"; position: absolute; left: 0; color: var(--gold, #c5a55a); font-weight: 800; }
.staff-directory-quote {
  font-size: .95rem;
  font-weight: 700;
  color: var(--navy, #1b2a4a);
  background: var(--gray-50, #f5f5f7);
  border-radius: 8px;
  padding: .8rem 1rem;
  margin-bottom: .6rem;
}
.staff-directory-note { font-size: .82rem; color: #666; line-height: 1.7; }

.staff-strength-note {
  margin-top: 2.4rem;
  text-align: center;
  background: var(--navy, #1b2a4a);
  color: #fff;
  border-radius: 10px;
  padding: 1.6rem 2rem;
}
.staff-strength-note p { font-size: .95rem; line-height: 1.8; }
.staff-strength-note strong { color: var(--gold, #c5a55a); }

/* ---------- レスポンシブ ---------- */
@media (max-width: 1000px) {
  .concept-service-grid,
  .concept-reason-grid,
  .concept-free-grid { grid-template-columns: repeat(2, 1fr); }
  .design-plan-body { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .concept-service-grid,
  .concept-reason-grid,
  .concept-free-grid { grid-template-columns: 1fr; }
  .staff-directory-card { grid-template-columns: 1fr; }
  .staff-directory-photo,
  .staff-directory-photo--placeholder { max-width: 220px; margin: 0 auto; }
}
