/* ===================================================
   article-page.css — /article/* ページ専用スタイル
   layouts/article.blade.php からのみ読み込む。
   service ページ (layouts/app.blade.php) には読み込まない。
   =================================================== */

/* ===== HERO グリーンテーマ（lp-service.css の上書きをここで代替） ===== */
.lp-hero {
  background: linear-gradient(145deg, #0f2b1e 0%, #1b4332 50%, #2d6a4f 100%);
}
.lp-hero::before {
  background: radial-gradient(ellipse at 25% 75%, rgba(45,106,79,0.3) 0%, transparent 55%),
              radial-gradient(ellipse at 80% 20%, rgba(255,255,255,0.04) 0%, transparent 50%);
}
.lp-hero h1 em { color: #a8d4b8; }

/* article ページの Hero バリアント（縮小パディング + ドットテクスチャ） */
.lp-hero--article {
  padding: 80px 24px 72px !important;
}
.lp-hero--article::after {
  content: '';
  position: absolute; inset: 0; opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='1.5' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 20px 20px; pointer-events: none;
}
.lp-hero--article .lp-hero-badge {
  color: #e0b35a !important;
  border-color: rgba(224,179,90,0.35) !important;
  background: rgba(224,179,90,0.1) !important;
}

/* ===== 読み物レイアウト（common.css の service 共通値を上書き） ===== */

/* コンテンツ幅を狭くする */
.article-section > * {
  max-width: 680px;
}

/* セクション余白を詰める */
.article-section {
  padding: 40px 24px;
}

/* セクション背景を全白に統一（交互切り替えをやめる） */
.article-section.bg-sage {
  background: #fff;
}

/* h2 を「区切り」ではなく「段落見出し」程度のサイズに（ゴシック体） */
.article-section h2 {
  font-family: 'Noto Sans JP', 'Hiragino Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 2.5em;
  margin-bottom: 0.8em;
}

/* 本文フォントサイズ・行間（明朝体） */
.article-body p {
  font-family: 'Noto Serif JP', 'Hiragino Mincho', serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.9;
}

/* 段落間余白を詰める */
.article-body p + p {
  margin-top: 0.8em;
}

/* ===== ARTICLE CROSSLINK LIST ===== */
/* article ページのクロスリンクはタイトル + リスト形式 */
.article-crosslink-title { margin-bottom: 12px; }
.article-crosslink-list {
  display: flex; flex-direction: column; gap: 0;
  max-width: 500px; margin: 16px auto 0; text-align: left;
}
.article-crosslink-list a {
  font-size: 0.95rem; font-weight: 600; color: var(--primary);
  text-decoration: none; padding: 12px 0;
  border-bottom: 1px solid var(--border); display: block;
}
.article-crosslink-list a:first-child { border-top: 1px solid var(--border); }

/* ===== EXPERIENCE CTA ===== */
.experience-cta { padding: 64px 24px; text-align: center; }
.experience-cta-inner { max-width: 680px; margin: 0 auto; }
.experience-cta h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700; color: var(--primary-dark); margin-bottom: 12px;
}
.experience-cta p { font-size: 0.98rem; color: var(--text-light); line-height: 1.9; margin-bottom: 24px; }

/* ===== H3 見出し（article-body 内） ===== */
.article-body h3 {
  font-family: 'Noto Sans JP', 'Hiragino Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 0.6em;
  color: var(--text);
}

/* ===== 番号付き・箇条書きリスト（article-body 内） ===== */
.article-body ol,
.article-body ul {
  font-family: 'Noto Serif JP', 'Hiragino Mincho', serif;
  font-size: 19px;
  line-height: 1.9;
  color: #3a3a3a;
  padding-left: 1.8em;
  margin: 1.4em 0;
}

.article-body ol { list-style-type: decimal; }
.article-body ul { list-style-type: disc; }

.article-body li {
  padding-left: 0.4em;
  margin-bottom: 0.5em;
}

.article-body li:last-child { margin-bottom: 0; }

/* ===== 記事末尾の注記 ===== */
.article-note {
  font-size: 0.85em;
  color: #999;
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
  .lp-hero--article { padding: 64px 16px 56px !important; }
  .article-section { padding: 32px 16px; }
}


/* ===== note 誘導リンク ===== */
.article-note-link {
  margin: 2.5em 0 1em;
  padding: 1.2em 1.5em;
  background-color: #f7f4ef;
  border-left: 3px solid #1a3a5c;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
}

.article-note-link a {
  color: #1a3a5c;
  text-decoration: none;
  font-weight: 500;
}

.article-note-link a:hover {
  text-decoration: underline;
}

/* ===== リード文（各記事セクション冒頭の導入文） ===== */
.article-lead {
  font-size: 1.15em;
  color: #555;
  font-weight: 500;
  margin-bottom: 1.5em;
  line-height: 1.7;
}
