@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/* ============================================
   Lunamnis トップページ装飾（静謐・月の演出）
   ============================================ */

/* 固定ページトップ（front-page）に背景と星粒を適用 */
body.front-page {
  background-color: #1F1828; /* ナイトパープル */
  background-image: radial-gradient(2px 2px at 20% 30%, rgba(255,255,255,0.05) 10%, transparent 60%),
                    radial-gradient(1.5px 1.5px at 70% 60%, rgba(255,255,255,0.06) 20%, transparent 70%);
  background-attachment: fixed;
  color: #EAE8E0; /* 月光ホワイト */
}

/* Cocoonのメインエリア(.main)をナイトパープルに統一 */
body.front-page .main {
  background-color: #1F1828 !important;
  color: #EAE8E0;
}

/* ヒーローエリアの余白 */
.hero {
  padding: 70px 0 50px;
  text-align: center;
}

.hero h1 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #EAE8E0;
}

.hero p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #D8D5CC;
}

/* 月の細線（ゴールドライン） */
.hero::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin: 28px auto 0;
  background: #CBA46D;
  opacity: 0.7;
}