/* ===========================================================
   Luna Herbtea LP v4 — Extra components (live-site structure)
   tokens-v3.css → components-v3.css の後に読み込む
   v3の部品を再利用しつつ、ライブサイト特有のパーツを追加
   =========================================================== */

/* ===== Section eyebrow を英字大文字トラッキングに（ライブ準拠）===== */
.eyebrow {
  font-family: var(--font-gothic);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--olive-mut);
  display: block;
  margin-bottom: 16px;
}
.eyebrow::before { display: none; }
.eyebrow.center { text-align: center; }
.eyebrow .dot { color: var(--sage); }
/* small centered eyebrow with flanking rules */
.eyebrow.ruled { display: inline-flex; align-items: center; gap: 14px; }
.eyebrow.ruled::before, .eyebrow.ruled::after { display: inline-block; content: ""; width: 22px; height: 1px; background: currentColor; opacity: .55; }
.eyebrow-wrap { text-align: center; }

h2.sec-title.center { margin-left: auto; margin-right: auto; }

/* ===== Hero（フルフォト＋オーバーレイ）===== */
.hero { position: relative; overflow: clip; background: var(--cream); }
.hero .hero-photo {
  position: relative; min-height: 560px;
  background-color: var(--sand);
  background-image: repeating-linear-gradient(45deg, rgba(136,153,126,.13) 0 15px, rgba(136,153,126,.04) 15px 30px);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.hero .hero-photo::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(66,61,54,.32) 0%, rgba(66,61,54,.06) 24%, rgba(66,61,54,.26) 52%, rgba(66,61,54,.72) 100%);
}
.hero .ph-tag {
  position: absolute; left: 50%; top: 20%; transform: translate(-50%,-50%); z-index: 2;
  font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 10.5px; color: var(--olive);
  background: rgba(252,250,246,.9); border: 1px dashed rgba(78,90,74,.45); border-radius: var(--radius-sm);
  padding: 9px 13px; line-height: 1.55; max-width: 78%; text-align: center;
}
.hero .hero-head {
  position: absolute; top: 22px; left: 24px; z-index: 4; display: flex; align-items: center; gap: 11px;
}
.hero .hero-head .moon-mark { color: #fff; }
.hero .hero-head .moon-mark svg { width: 38px; height: 38px; }
.hero .hero-head .wm { font-family: var(--font-latin); font-weight: 600; font-size: 22px; letter-spacing: .07em; color: #fff; line-height: 1; text-shadow: 0 1px 8px rgba(66,61,54,.35); }
.hero .hero-head .wm sup { font-size: .45em; }
.hero .hero-head .wm .jp { display: block; font-family: var(--font-gothic); font-size: 9px; letter-spacing: .28em; color: rgba(255,255,255,.86); margin-top: 3px; }

.hero .hero-copy { position: relative; z-index: 3; padding: 0 26px 30px; }
.hero h1 {
  font-family: var(--font-mincho); font-weight: 700; font-size: 29px; line-height: 1.55; letter-spacing: .05em;
  color: #fff; text-shadow: 0 2px 14px rgba(66,61,54,.4); margin-bottom: 6px;
}
.hero h1 .em { color: #fff; position: relative; padding: 0 .08em; }
.hero h1 .em::after { content: ""; position: absolute; left: 0; right: 0; bottom: .04em; height: .5em; background: rgba(219,112,147,.55); z-index: -1; border-radius: 2px; }
.hero .hero-sub { color: rgba(255,255,255,.95); font-size: 14.5px; line-height: 1.8; text-shadow: 0 1px 8px rgba(66,61,54,.4); }

.hero .hero-cta { background: var(--cream); position: relative; z-index: 3; padding: 26px 0 36px; text-align: center; }
.hero .hero-cta .cc-lead { font-family: var(--font-mincho); font-weight: 500; font-size: 14.5px; color: var(--ink); letter-spacing: .04em; margin-bottom: 6px; line-height: 1.7; }
.hero .hero-cta .cc-sub { font-size: 12.5px; color: var(--ink-soft); margin-bottom: 16px; }

/* ===== Cause diagram + cards (image-topped) ===== */
.cause-cards { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 24px; }
.cause-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.cause-card .ic-img { position: relative; }
.cause-card .ic-img .img-ph { border-radius: 0; border: 0; box-shadow: none; }
.cause-card .ic-num {
  position: absolute; top: 14px; left: 14px; z-index: 2; width: 42px; height: 42px; border-radius: 50%;
  background: rgba(252,250,246,.94); color: var(--pink-deep);
  font-family: var(--font-latin); font-weight: 600; font-style: italic; font-size: 20px;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm);
}
.cause-card .ic-body { padding: 22px 24px 26px; }
.cause-card h3 { font-size: 18px; line-height: 1.5; margin-bottom: 12px; }
.cause-card p { font-size: 14.5px; line-height: 1.8; color: var(--ink-soft); }

/* ===== Comparison table (WHY LUNA) ===== */
.compare {
  width: 100%; border-collapse: separate; border-spacing: 0; margin: 8px 0 4px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm);
  font-size: 13.5px;
}
.compare th, .compare td { padding: 14px 12px; text-align: center; vertical-align: middle; border-bottom: 1px solid var(--line-soft); }
.compare thead th { font-family: var(--font-gothic); font-weight: 500; font-size: 12.5px; letter-spacing: .02em; line-height: 1.4; background: var(--cream); color: var(--ink); }
.compare thead th.luna { background: var(--sage-mut); color: #fff; }
.compare thead th.luna .latin { display: block; font-family: var(--font-latin); font-weight: 600; font-size: 14px; }
.compare tbody th { font-family: var(--font-gothic); font-weight: 500; text-align: left; color: var(--ink-body); background: var(--cream); white-space: nowrap; font-size: 12.5px; }
.compare td.gen { color: var(--ink-soft); }
.compare td.luna { color: var(--olive); font-weight: 500; background: var(--sage-pale); }
.compare td.luna .ck { color: var(--pink-deep); }
.compare tr:last-child th, .compare tr:last-child td { border-bottom: 0; }
.compare td .dash { color: var(--taupe); }

/* ===== Feature reason (large image + label) ===== */
.feature-list { display: grid; gap: 30px; margin-top: 24px; }
.feature { display: grid; gap: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.feature .f-img .img-ph { border-radius: 0; border: 0; box-shadow: none; }
.feature .f-body { padding: 24px 26px 28px; }
.feature .f-label { font-family: var(--font-latin); font-weight: 600; font-style: italic; font-size: 15px; letter-spacing: .08em; color: var(--pink-deep); display: block; margin-bottom: 8px; }
.feature h3 { font-size: 19px; line-height: 1.5; margin-bottom: 14px; }
.feature p { font-size: 14.5px; line-height: 1.85; color: var(--ink-soft); }
.feature p + p { margin-top: .8em; }
.feature .rlist { margin-top: 16px; }

/* ===== Stats (3-up, ライブ準拠の縦並びカード) ===== */
.stats3 { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 26px; }
.stat-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm);
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; padding: 22px 24px; text-align: left;
}
.stat-card .sc-label { font-family: var(--font-mincho); font-weight: 600; font-size: 15.5px; color: var(--ink); line-height: 1.5; }
.stat-card .sc-sub { font-size: 12px; color: var(--ink-soft); margin-top: 5px; line-height: 1.5; font-family: var(--font-gothic); font-weight: 400; }
.stat-card .sc-num { font-family: var(--font-latin); font-weight: 600; font-size: 44px; color: var(--olive); line-height: 1; white-space: nowrap; }
.stat-card .sc-num .u { color: var(--pink); font-size: 22px; }

/* ===== Voice carousel (avatars) ===== */
.voice-rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: 84%; gap: 16px;
  overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  padding: 6px 26px 14px; margin: 0 -26px;
  scrollbar-width: none;
}
.voice-rail::-webkit-scrollbar { display: none; }
.voice-card {
  scroll-snap-align: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 24px 22px; box-shadow: var(--shadow-sm); position: relative;
}
.voice-card .vc-quote { position: absolute; top: 14px; right: 18px; font-family: var(--font-latin); font-size: 46px; font-style: italic; color: var(--dusty); line-height: 1; }
.voice-card .vc-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.voice-card .vc-ava { width: 52px; height: 52px; border-radius: 50%; flex: 0 0 52px; overflow: hidden; }
.voice-card .vc-ava .img-ph { width: 100%; height: 100%; border-radius: 50%; border: 1px solid var(--line); box-shadow: none; }
.voice-card .vc-ava .ph-inner { font-size: 8px; padding: 4px 5px; max-width: 90%; }
.voice-card .vc-name { font-family: var(--font-mincho); font-weight: 600; font-size: 15px; color: var(--ink); }
.voice-card .vc-meta { font-size: 12px; color: var(--ink-soft); margin-top: 2px; }
.voice-card p { font-size: 14px; line-height: 1.85; color: var(--ink-body); }
.voice-card p strong { color: var(--ink); font-weight: 700; }
.voice-card p .em { background: linear-gradient(transparent 58%, var(--dusty-soft) 58%); }
.swipe-hint { text-align: center; font-size: 12px; color: var(--ink-soft); letter-spacing: .1em; margin-top: 12px; }

/* ===== Gift box (SPECIAL GIFT) ===== */
.gift { background: var(--dusty-soft); border: 1px solid var(--dusty); border-radius: var(--radius-lg); padding: 24px 24px; box-shadow: var(--shadow-sm); margin-top: 22px; }
.gift .g-eyebrow { font-family: var(--font-gothic); font-weight: 500; font-size: 11px; letter-spacing: .36em; text-transform: uppercase; color: var(--pink-deep); text-align: center; margin-bottom: 4px; }
.gift .g-title { font-family: var(--font-mincho); font-weight: 600; font-size: 17px; color: var(--ink); text-align: center; line-height: 1.5; margin-bottom: 18px; }

/* ===== Seasonal program (春夏秋冬) ===== */
.seasons { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 22px; }
.season {
  position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 22px 24px 22px 64px; box-shadow: var(--shadow-sm); overflow: hidden;
}
.season::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; }
.season.spring::before { background: #cdd9b6; }
.season.summer::before { background: var(--sage); }
.season.autumn::before { background: var(--taupe); }
.season.winter::before { background: var(--sage-mut); }
.season .s-kanji {
  position: absolute; left: 18px; top: 22px; font-family: var(--font-mincho); font-weight: 700; font-size: 26px; color: var(--olive); line-height: 1;
}
.season .s-month { font-family: var(--font-latin); font-weight: 600; font-style: italic; font-size: 13px; letter-spacing: .08em; color: var(--pink-deep); }
.season h3 { font-size: 17px; line-height: 1.5; margin: 6px 0 10px; }
.season p { font-size: 13.5px; line-height: 1.8; color: var(--ink-soft); }

.journey-line { text-align: center; margin: 28px 0 6px; font-family: var(--font-mincho); font-weight: 600; font-size: 19px; line-height: 1.7; color: var(--ink); }
.journey-line .em { color: var(--pink-deep); }
.journey-eyebrow { text-align: center; font-family: var(--font-gothic); font-weight: 500; font-size: 11px; letter-spacing: .36em; text-transform: uppercase; color: var(--olive-mut); margin-bottom: 8px; }

/* ===== Counseling steps ===== */
.steps { display: grid; gap: 14px; margin-top: 24px; }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow-sm); }
.step .st-num { width: 48px; height: 48px; border-radius: 50%; background: var(--sage-pale); color: var(--olive); font-family: var(--font-latin); font-weight: 600; font-size: 22px; display: flex; align-items: center; justify-content: center; }
.step h4 { font-family: var(--font-mincho); font-weight: 600; font-size: 16px; color: var(--ink); margin: 4px 0 8px; line-height: 1.5; }
.step p { font-size: 14px; line-height: 1.8; color: var(--ink-soft); }

/* ===== Before / After (instructor) ===== */
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0; }
.ba { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); position: relative; background: var(--white); }
.ba .ba-tag { position: absolute; top: 12px; left: 12px; z-index: 2; font-family: var(--font-latin); font-weight: 600; font-style: italic; font-size: 13px; letter-spacing: .06em; padding: 4px 12px; border-radius: var(--radius-pill); }
.ba.before .ba-tag { background: rgba(252,250,246,.92); color: var(--ink-soft); }
.ba.after .ba-tag { background: var(--pink); color: #fff; }
.ba .img-ph { border-radius: 0; border: 0; box-shadow: none; }
.ba-arrow { text-align: center; font-family: var(--font-latin); font-style: italic; font-size: 15px; letter-spacing: .1em; color: var(--pink-deep); margin: -6px 0 18px; }
.story-block { margin-top: 8px; }
.story-block .sb-label { display: inline-block; font-family: var(--font-latin); font-weight: 600; font-style: italic; font-size: 14px; letter-spacing: .08em; color: var(--olive-mut); margin-bottom: 8px; }
.story-block .sb-label.after { color: var(--pink-deep); }
.story-block p { font-size: 14.5px; line-height: 1.9; color: var(--ink-body); }
.story-block + .story-block { margin-top: 22px; }

/* ===== Footer legal ===== */
.foot .legal { display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: center; margin-top: 18px; }
.foot .legal a { color: var(--ink-soft); text-decoration: none; font-size: 12px; letter-spacing: .03em; border-bottom: 1px solid transparent; }
.foot .legal a:hover { color: var(--olive); border-bottom-color: var(--line); }

/* ===========================================================
   Responsive — PC (v4 extras)
   =========================================================== */
@media (min-width: 760px) {
  .hero .hero-photo { min-height: 640px; }
  .hero h1 { font-size: 42px; }
  .hero .hero-sub { font-size: 16px; }
  .hero .hero-copy { padding: 0 26px 40px; max-width: var(--maxw); margin: 0 auto; left: 0; right: 0; }
  .cause-cards { grid-template-columns: repeat(3, 1fr); }
  .feature-list { gap: 36px; }
  .feature { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .feature .f-img { min-height: 100%; }
  .feature .f-img .img-ph { height: 100%; }
  .feature:nth-child(even) .f-img { order: 2; }
  .stats3 { grid-template-columns: repeat(3, 1fr); }
  .stat-card { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 10px; }
  .voice-rail { grid-auto-columns: 1fr; grid-auto-flow: row; grid-template-columns: repeat(2, 1fr); overflow: visible; margin: 0; padding: 0; }
  .swipe-hint { display: none; }
  .seasons { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .compare { font-size: 14.5px; }
}
@media (max-width: 360px) {
  .ba-grid { gap: 8px; }
  .stat-card .sc-num { font-size: 38px; }
  .season { padding-left: 58px; }
}
