/*
Theme Name: AIO Satellite Theme
Description: AIOサテライトサイト 店舗公開ページ用テーマ（wireframe踏襲・ミニマル）
Version: 0.2.0
*/
/* 0.1.1: 画像準備中プレースホルダ削除 / サイトシール2種（GlobalSign・GMOサイバーセキュリティ）追加 */
/* 0.1.2: サイトシールを記事カード(.shop-article)内・下部中央のトラストセクションへ移設しデザイン調整 */
/* 0.1.3: 非公開(unpublished)店舗に「準備中」state-banner を追加（suspended/closed のバナー方式に倣う・AIO_STORE-854関連） */
/* 0.2.0: 非公開店は店舗情報/口コミ/FAQ/サイトシールを一切出さず「準備中」カードのみ表示（0.1.3のバナー方式から全面差し替え）+ noindex/汎用title（AIO_STORE-854） */

:root {
  --primary: #1A3B7A;
  --primary-light: #1A73E8;
  --text-primary: #172051;
  --text-secondary: #6B7194;
  --text-muted: #9CA0B8;
  --border: #E2E5F0;
  --bg: #F4F6F9;
  --surface: #FFFFFF;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: "Noto Sans JP", -apple-system, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  background: var(--bg);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
}
.shop-article {
  max-width: 1200px; margin: 0 auto; background: var(--surface);
  display: flex; flex-direction: column; gap: 32px; padding: 32px 40px;
}
.state-banner {
  background: #FFF4E5; border: 1px solid #F0C97A; color: #8A5A00;
  border-radius: 12px; padding: 12px 20px; font-size: 14px; line-height: 1.6;
}
.shop-header { display: flex; flex-direction: column; gap: 8px; }
.shop-name { font-size: 24px; font-weight: 700; line-height: 1.35; color: var(--text-primary); }
.shop-sub { font-size: 13px; line-height: 1.6; color: var(--text-secondary); }
.breadcrumb { font-size: 13px; line-height: 1.6; color: var(--text-secondary); }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 4px; }
.breadcrumb a { color: var(--primary-light); text-decoration: none; text-underline-offset: 2px; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .current { color: var(--text-primary); }
.breadcrumb .sep { color: var(--text-muted); }
.introduction { font-size: 15px; line-height: 1.7; color: var(--text-primary); }
.nap-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: 12px;
  padding: 20px 24px; display: flex; flex-direction: column; gap: 12px;
}
.nap-card .nap-title { font-size: 16px; font-weight: 600; line-height: 1.45; }
.nap-row { display: flex; gap: 12px; font-size: 15px; line-height: 1.7; }
.nap-row .nap-label { flex-shrink: 0; width: 64px; color: var(--text-secondary); font-size: 13px; padding-top: 1px; }
.nap-row .nap-value a { color: var(--primary-light); text-decoration: none; }
.section { display: flex; flex-direction: column; gap: 12px; }
.section-title { font-size: 18px; font-weight: 600; line-height: 1.4; color: var(--text-primary); }
.business-hours { font-size: 15px; line-height: 1.7; white-space: pre-line; }
.faq-list { display: flex; flex-direction: column; border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 4px; font-size: 15px; font-weight: 500; cursor: pointer; list-style: none;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q .chevron { color: var(--text-secondary); font-size: 13px; transition: transform .2s; }
details[open] .faq-q .chevron { transform: rotate(180deg); }
.faq-a { padding: 0 4px 16px; font-size: 15px; line-height: 1.7; color: var(--text-secondary); }
.voice-list { display: flex; flex-direction: column; gap: 12px; }
.voice-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: 12px;
  padding: 16px 20px; display: flex; flex-direction: column; gap: 8px;
}
.voice-author { font-size: 13px; font-weight: 500; color: var(--text-secondary); }
.voice-body { font-size: 15px; line-height: 1.7; color: var(--text-primary); }
/* サイトシール（記事カード内・下部中央／トラストセクション） */
.trust-seals {
  margin-top: 8px; padding-top: 24px;
  border-top: 1px solid var(--border);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.trust-seals-note {
  font-size: 12px; color: var(--text-muted); letter-spacing: .04em;
}
.trust-seals-row {
  display: flex; gap: 20px; align-items: center; justify-content: center; flex-wrap: wrap;
}

/* 非公開（準備中）ページ：店舗情報を出さず、中央に案内カードのみ表示する（0.2.0） */
.shop-article--preparing {
  background: transparent;
  min-height: 60vh;
  align-items: center;
  justify-content: center;
  padding: 56px 24px;
}
.coming-soon {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  max-width: 460px; width: 100%;
  padding: 56px 40px;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
  text-align: center;
}
.coming-soon-badge {
  width: 84px; height: 84px; border-radius: 50%;
  background: #EAF1FE; color: var(--primary-light);
  display: flex; align-items: center; justify-content: center;
}
.coming-soon-title { font-size: 23px; font-weight: 700; line-height: 1.45; color: var(--text-primary); }
.coming-soon-text { font-size: 15px; line-height: 1.95; color: var(--text-secondary); }

@media (max-width: 600px) {
  .shop-article { padding: 20px; gap: 24px; }
  .shop-article--preparing { padding: 40px 20px; }
  .coming-soon { padding: 40px 24px; }
}
