/* ===== Hero Refined A: 和モダン・明朝 (磨き込み版) ===== */
.hero-refined .hero-top-copy { display: none; }
.hero-refined { display: flex; align-items: flex-end; }
.hero-refined .hero-shade {
  background: linear-gradient(180deg, rgba(250,250,248,.04) 0%, rgba(250,250,248,.34) 44%, rgba(250,250,248,.9) 100%);
}
.hero-refined .home-hero-content {
  padding: 96px 24px 148px;
  text-shadow: 0 1px 14px rgba(255,255,255,.65);
}
/* --- 肩書き行 --- */
.hero-refined .eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-size: .74rem; font-weight: 500; letter-spacing: .22em;
  color: #45453f; margin: 0 0 22px;
}
.hero-refined .eyebrow::before {
  content: ""; width: 28px; height: 1px; background: #45453f; flex: none;
}
/* --- キャッチコピー --- */
.hero-refined .hero-catch {
  font-family: "Shippori Mincho", "Noto Serif CJK JP", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  font-size: clamp(2.2rem, 9.4vw, 4.4rem);
  line-height: 1.52; letter-spacing: .1em;
  color: #23231f; margin: 0 0 26px;
  text-shadow: 0 2px 18px rgba(255,255,255,.55);
}
.hero-refined .hero-catch span { display: block; }
/* --- リード文 --- */
.hero-refined .hero-lead {
  font-size: .93rem; line-height: 2.05; letter-spacing: .05em;
  color: #38382f; max-width: 32em; margin: 0 0 8px;
}
.hero-refined .hero-lead-sub { font-size: .84rem; color: #5d5d55; line-height: 1.95; margin-bottom: 34px; }
/* --- ボタン --- */
.hero-refined .hero-actions { display: grid; gap: 12px; width: 100%; }
.hero-refined .button {
  position: relative;
  border-radius: 2px; padding: 16px 22px;
  font-size: .9rem; letter-spacing: .18em; font-weight: 500;
  transition: opacity .2s ease;
}
.hero-refined .button::after {
  content: "→"; position: absolute; right: 18px; top: 50%;
  transform: translateY(-50%); font-size: .85rem; opacity: .7;
}
.hero-refined .button.primary { background: #23231f; border: 1px solid #23231f; color: #fff; }
.hero-refined .button.primary:hover { opacity: .85; }
.hero-refined .button.ghost {
  background: rgba(255,255,255,.85); border: 1px solid #55554d; color: #23231f;
  backdrop-filter: blur(4px);
}
/* --- 代表カード: 署名チップ型(横型) --- */
.hero-refined .hero-fv-person {
  position: absolute; right: 16px; bottom: 18px;
  display: grid; grid-template-columns: 56px auto;
  align-items: center; gap: 12px;
  margin: 0; padding: 8px 16px 8px 8px;
  background: rgba(255,255,255,.9); border: 1px solid #dcd9d1;
  border-radius: 2px; box-shadow: 0 10px 30px rgba(80,80,70,.12);
  backdrop-filter: blur(4px);
  z-index: 2;
}
.hero-refined .hero-fv-person img {
  width: 56px; height: 56px; object-fit: cover; border-radius: 2px;
  filter: grayscale(18%);
}
.hero-refined .hero-fv-person figcaption { margin: 0; }
.hero-refined .hero-fv-person figcaption span {
  display: block; white-space: nowrap;
  font-size: .62rem; letter-spacing: .12em; color: #6b6b62; margin-bottom: 2px;
}
.hero-refined .hero-fv-person figcaption strong {
  font-family: "Shippori Mincho", "Noto Serif CJK JP", serif;
  white-space: nowrap; font-size: .98rem; letter-spacing: .14em; color: #23231f;
}
@media (max-width: 720px) {
  .hero-refined .home-hero-content { padding: 84px 22px 118px; }
}

/* カード幅の競合修正 */
.hero-refined .hero-fv-person {
  width: max-content;
  max-width: calc(100% - 32px);
  text-align: left;
}

/* ===== 2026-07-27 リード統合+署名インライン+均一オーバーレイ ===== */
.hero-refined .hero-lead {
  font-size: .86rem; line-height: 1.95; letter-spacing: .04em;
  max-width: 36em; margin: 0 0 18px;
}
/* 署名チップ: 絶対配置→リード直下のインラインに */
.hero-refined .hero-fv-person {
  position: static; right: auto; bottom: auto;
  justify-self: start;
  margin: 0 0 30px;
  box-shadow: 0 8px 24px rgba(80,80,70,.1);
}
/* --- 均一オーバーレイ(グラデーション廃止) --- */
/* 案W: 全体的に白 */
.overlay-white .hero-refined .hero-shade { background: rgba(250,250,248,.58); }
.overlay-white .hero-refined .home-hero-content { text-shadow: none; }
.overlay-white .hero-refined .hero-catch { text-shadow: none; }

/* 案K/D 共通: 白文字化 */
.overlay-dark .hero-refined, .overlay-dim .hero-refined { color: #fff; }
.overlay-dark .hero-refined .home-hero-content,
.overlay-dim .hero-refined .home-hero-content { text-shadow: 0 1px 10px rgba(0,0,0,.3); }
.overlay-dark .hero-refined .eyebrow, .overlay-dim .hero-refined .eyebrow { color: rgba(255,255,255,.92); }
.overlay-dark .hero-refined .eyebrow::before, .overlay-dim .hero-refined .eyebrow::before { background: rgba(255,255,255,.85); }
.overlay-dark .hero-refined .hero-catch, .overlay-dim .hero-refined .hero-catch {
  color: #fff; text-shadow: 0 2px 16px rgba(0,0,0,.32);
}
.overlay-dark .hero-refined .hero-lead, .overlay-dim .hero-refined .hero-lead { color: rgba(255,255,255,.94); }
/* ボタン反転 */
.overlay-dark .hero-refined .button.primary, .overlay-dim .hero-refined .button.primary {
  background: #fff; border-color: #fff; color: #23231f;
}
.overlay-dark .hero-refined .button.ghost, .overlay-dim .hero-refined .button.ghost {
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.75); color: #fff;
}
/* 署名チップ: すりガラス暗色 */
.overlay-dark .hero-refined .hero-fv-person, .overlay-dim .hero-refined .hero-fv-person {
  background: rgba(20,20,16,.35); border-color: rgba(255,255,255,.28);
  box-shadow: none; backdrop-filter: blur(6px);
}
.overlay-dark .hero-refined .hero-fv-person figcaption span,
.overlay-dim .hero-refined .hero-fv-person figcaption span { color: rgba(255,255,255,.75); }
.overlay-dark .hero-refined .hero-fv-person figcaption strong,
.overlay-dim .hero-refined .hero-fv-person figcaption strong { color: #fff; }
/* 案K: 黒がけ */
.overlay-dark .hero-refined .hero-shade { background: rgba(18,18,14,.5); }
/* 案D: やや暗め */
.overlay-dim .hero-refined .hero-shade { background: rgba(18,18,14,.3); }

/* ===== FINAL: 白グラデーション全廃・暗め+白文字を標準化 ===== */
/* ①ベースの白グラデーション(::after)を無効化 */
.home-hero.hero-refined::after { display: none; }
/* ②hero-shadeは均一の暗色のみ(メディアクエリの白定義も上書き) */
.home-hero.hero-refined .hero-shade,
.hero-refined .hero-shade { background: rgba(16, 16, 13, .42) !important; }
/* ③白い光彩(text-shadow)を全廃し、可読用の淡い黒影のみ */
.hero-refined .home-hero-content {
  color: #fff;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .35);
}
.hero-refined .eyebrow { color: rgba(255,255,255,.92); }
.hero-refined .eyebrow::before { background: rgba(255,255,255,.85); }
.hero-refined .hero-catch { color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
/* サブコピー: さらに小さく・3行想定 */
.hero-refined .hero-lead {
  color: rgba(255,255,255,.95);
  font-size: .8rem; line-height: 1.9; letter-spacing: .02em;
  max-width: 100%; margin: 0 0 20px;
}
/* ボタン: 白反転 */
.hero-refined .button.primary { background: #fff; border-color: #fff; color: #23231f; }
.hero-refined .button.ghost {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.75); color: #fff;
  backdrop-filter: blur(3px);
}
/* 署名チップ: すりガラス暗色 */
.hero-refined .hero-fv-person {
  background: rgba(16,16,13,.35); border-color: rgba(255,255,255,.28);
  box-shadow: none; backdrop-filter: blur(6px);
}
.hero-refined .hero-fv-person figcaption span { color: rgba(255,255,255,.78); }
.hero-refined .hero-fv-person figcaption strong { color: #fff; }
/* 3行に収める微調整 */
.hero-refined .hero-lead { font-size: .78rem; letter-spacing: .01em; }
.hero-refined .hero-lead { font-size: .74rem; letter-spacing: 0; }

/* ===== 2026-07-27(2) FVに白エリアを見せる+ストーリー見出しの改行対策 ===== */
/* 見出し: フレーズ単位で折り返し、途中改行を禁止 */
.story-title span { white-space: nowrap; }
@media (max-width: 720px) {
  /* 12文字「人生でもっとも長い時間を」が1行に収まるサイズ */
  .story-title { font-size: clamp(1.5rem, 6.9vw, 2.2rem); line-height: 1.4; margin-bottom: 26px; }
  /* ヒーローを内容ぶんの高さに(100svh固定をやめる) */
  .home-hero.hero-refined { min-height: 0; }
  .hero-refined .home-hero-content { padding: 64px 22px 40px; }
  .hero-refined .hero-catch { margin-bottom: 22px; }
  .hero-refined .hero-fv-person { margin-bottom: 24px; }
  /* 白エリアの入りも少し早く */
  .story-band .section-inner { padding-top: 44px; }
}

/* ===== PC/タブレット(≥721px)のヒーロー ===== */
@media (min-width: 721px) {
  .home-hero.hero-refined { min-height: min(88svh, 840px); }
  .hero-refined .home-hero-content {
    width: min(1120px, 100%);
    margin: 0 auto;
    padding: 110px clamp(28px, 5vw, 56px) 88px;
  }
  .hero-refined .eyebrow { font-size: .8rem; margin-bottom: 26px; }
  .hero-refined .hero-catch {
    font-size: clamp(2.7rem, 4.4vw, 4.2rem);
    line-height: 1.4; margin-bottom: 28px;
  }
  .hero-refined .hero-catch span { display: inline; } /* PCは1行 */
  .hero-refined .hero-lead {
    font-size: .96rem; line-height: 2.05; letter-spacing: .04em;
    max-width: 46em; margin-bottom: 26px;
  }
  .hero-refined .hero-fv-person { margin-bottom: 36px; }
  .hero-refined .hero-actions { display: flex; width: auto; gap: 14px; }
  .hero-refined .button { width: auto; padding: 15px 54px 15px 30px; font-size: .92rem; }
}
