/* SALON AI — 白×黒 雑誌エディトリアル（明朝見出し・大写真・細罫線） */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink: #141414; --muted: #6f6a66; --line: #e6e1da;
  --bg: #ffffff; --bg-soft: #f7f5f1; --accent: #9a7b46; --accent-soft: #f1ebe0;
  --serif: 'Shippori Mincho', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  --font: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
  /* 旧変数の互換（他ページの参照対策） */
  --rose: #141414; --rose-d: #333; --rose-bg: #f7f5f1; --rose-border: #e6e1da; --white: #fff; --gold: #9a7b46;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg); color: var(--ink); font-size: 16px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }

/* ナビ：白×ヘアライン */
nav { position: fixed; top: 0; left: 0; right: 0; padding: 1.15rem 2.2rem; display: flex; justify-content: space-between; align-items: center; background: rgba(255,255,255,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); z-index: 100; }
.logo { font-family: var(--serif); font-size: 19px; font-weight: 700; letter-spacing: 0.34em; color: var(--ink); text-decoration: none; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-link { font-size: 12.5px; color: var(--muted); text-decoration: none; letter-spacing: 0.14em; font-weight: 600; }
.nav-link:hover, .nav-link.active { color: var(--ink); }
.nav-cta { font-size: 12.5px; padding: 0.6rem 1.5rem; background: var(--ink); border-radius: 0; color: #fff !important; text-decoration: none; letter-spacing: 0.14em; font-weight: 700; transition: opacity 0.15s; }
.nav-cta:hover { opacity: 0.82; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0; color: var(--ink); }
.nav-toggle svg { width: 26px; height: 26px; display: block; }
.nav-overlay { display: none; }

/* ヒーロー：白抜きエディトリアル（画像は右へ溶ける） */
.hero { position: relative; min-height: 90vh; display: flex; align-items: center; color: var(--ink); overflow: hidden; background: #fff; }
.hero-bg { position: absolute; inset: 0; background-color: #f4f1ec; background-size: cover; background-position: center right; z-index: 0; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(92deg, rgba(255,255,255,0.985) 0%, rgba(255,255,255,0.93) 38%, rgba(255,255,255,0.55) 62%, rgba(255,255,255,0.06) 100%); }
.hero-inner { position: relative; z-index: 1; max-width: 1140px; margin: 0 auto; padding: 8.5rem 2rem 4.5rem; width: 100%; }
.hero-eyebrow { font-size: 11.5px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--accent); margin-bottom: 1.75rem; font-weight: 700; display: flex; align-items: center; gap: 14px; }
.hero-eyebrow::before { content: ""; width: 44px; height: 1px; background: var(--accent); }
.hero h1 { font-family: var(--serif); font-size: clamp(30px, 5vw, 54px); font-weight: 600; line-height: 1.42; letter-spacing: 0.03em; margin-bottom: 1.9rem; }
.hero h1 .accent { color: var(--accent); }
.hero-body { font-size: clamp(14.5px, 1.9vw, 16.5px); color: var(--muted); max-width: 540px; line-height: 2.1; margin-bottom: 2.75rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero .btn-white { background: var(--ink); color: #fff; }
.hero .btn-white:hover { opacity: 0.85; }
.hero .btn-ghost { color: var(--ink); border-color: var(--ink); }
.hero .btn-ghost:hover { background: rgba(20,20,20,0.06); }

/* ボタン：角なし・字間広め */
.btn-rose { display: inline-flex; align-items: center; gap: 10px; padding: 1.05rem 2.3rem; background: var(--ink); color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: 0.16em; border-radius: 0; transition: opacity 0.15s; border: none; cursor: pointer; }
.btn-rose:hover { opacity: 0.85; }
.btn-white { display: inline-flex; align-items: center; gap: 10px; padding: 1.05rem 2.3rem; background: #fff; color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: 0.16em; border-radius: 0; transition: opacity 0.15s; }
.btn-white:hover { opacity: 0.88; }
.btn-ghost { display: inline-flex; align-items: center; gap: 10px; padding: 1.05rem 2.3rem; background: transparent; color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: 0.16em; border-radius: 0; border: 1px solid rgba(255,255,255,0.65); transition: background 0.15s; }
.btn-ghost:hover { background: rgba(255,255,255,0.12); }
.btn-rose svg, .btn-white svg, .btn-ghost svg { width: 15px; height: 15px; flex-shrink: 0; }

/* セクション */
.section { max-width: 1100px; margin: 0 auto; padding: 6.5rem 2rem; }
.section.soft, .bg-soft { background: var(--bg-soft); }
.eyebrow { font-size: 11.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 1.1rem; }
.eyebrow.center { text-align: center; }
h2 { font-family: var(--serif); font-size: clamp(24px, 3.4vw, 36px); font-weight: 600; line-height: 1.5; letter-spacing: 0.03em; margin-bottom: 1.4rem; color: var(--ink); }
h2.center { text-align: center; }
.lead { font-size: 15.5px; color: var(--muted); line-height: 2.05; max-width: 640px; }
.lead.center { margin-left: auto; margin-right: auto; text-align: center; }

/* 悩み訴求バー：黒帯×明朝 */
.stats { background: var(--ink); color: #fff; }
.stats-inner { max-width: 1100px; margin: 0 auto; padding: 4.5rem 2rem; }
.stats-head { font-family: var(--serif); font-size: clamp(20px, 3vw, 30px); font-weight: 600; letter-spacing: 0.04em; margin-bottom: 0.5rem; }
.stats-sub { color: #b9b2a9; font-size: 13.5px; letter-spacing: 0.08em; margin-bottom: 2.75rem; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2.25rem 3rem; }
.stats-grid > div { border-top: 1px solid rgba(255,255,255,0.25); padding-top: 1.3rem; }
.stat-num { font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1.35; letter-spacing: 0.04em; margin-bottom: 0.7rem; }
.stat-desc { font-size: 13px; color: #b9b2a9; line-height: 1.95; }

/* サービス：写真を捨てた目次型エディトリアル */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0 3.5rem; margin-top: 3rem; }
.svc-card { border: none; border-top: 1px solid var(--ink); border-radius: 0; overflow: visible; background: transparent; transition: none; display: flex; flex-direction: column; box-shadow: none; }
.svc-card:hover { box-shadow: none; transform: none; }
.svc-card:hover h3 { color: var(--accent); }
.svc-photo { display: none; }
.svc-body { padding: 1.6rem 0 2.4rem; flex: 1; }
.svc-no { font-family: var(--serif); font-size: 30px; letter-spacing: 0.06em; color: var(--accent); font-weight: 500; margin-bottom: 0.9rem; }
.svc-card h3 { font-size: 16.5px; font-weight: 700; margin-bottom: 0.7rem; line-height: 1.55; letter-spacing: 0.02em; transition: color 0.15s; }
.svc-card p { font-size: 13.5px; color: var(--muted); line-height: 1.95; }

/* 帯（写真背景＋黒オーバーレイ） */
.band { position: relative; color: #fff; overflow: hidden; }
.band-bg { position: absolute; inset: 0; background-color: #191713; background-size: cover; background-position: center; }
.band-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(15,13,11,0.93), rgba(15,13,11,0.68)); }
.band-inner { position: relative; z-index: 1; max-width: 1100px; margin: 0 auto; padding: 6rem 2rem; }
.band .eyebrow { color: #cbb891; }
.band h2 { color: #fff; }
.band .lead { color: #d8d2c8; }

/* 2カラム */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.split-img { border-radius: 0; aspect-ratio: 4/3; background-color: var(--bg-soft); background-size: cover; background-position: center; box-shadow: none; border: 1px solid var(--line); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.6rem; }
.tag { font-size: 11.5px; letter-spacing: 0.1em; padding: 6px 15px; border: 1px solid var(--line); border-radius: 0; color: var(--muted); background: #fff; font-weight: 600; }

/* プロセス */
.steps { margin-top: 3rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.75rem; }
.step { background: #fff; border: 1px solid var(--line); border-top: 1px solid var(--ink); border-radius: 0; padding: 2.2rem 1.9rem; }
.step-n { width: 40px; height: 40px; border-radius: 0; background: transparent; border: 1px solid var(--ink); color: var(--ink); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 600; font-size: 17px; margin-bottom: 1.1rem; }
.step h3 { font-size: 16px; font-weight: 700; margin-bottom: 0.45rem; letter-spacing: 0.02em; }
.step .meta { font-size: 11.5px; letter-spacing: 0.14em; color: var(--accent); font-weight: 700; margin-bottom: 0.55rem; }
.step p { font-size: 13.5px; color: var(--muted); line-height: 1.9; }

/* 料金 */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.75rem; margin-top: 3rem; }
.price-card { border: 1px solid var(--line); border-radius: 0; padding: 2.3rem 2rem; background: #fff; }
.price-card.feature { border: 1px solid var(--ink); position: relative; }
.price-badge { position: absolute; top: -13px; left: 2rem; background: var(--ink); color: #fff; font-size: 11px; letter-spacing: 0.14em; font-weight: 700; padding: 4px 14px; border-radius: 0; }
.price-name { font-family: var(--serif); font-size: 18px; font-weight: 600; letter-spacing: 0.04em; margin-bottom: 0.3rem; }
.price-val { font-family: var(--serif); font-size: 30px; font-weight: 600; color: var(--ink); margin: 0.6rem 0; }
.price-val small { font-size: 13.5px; color: var(--muted); font-weight: 600; font-family: var(--font); }
.price-card ul { list-style: none; margin-top: 1.1rem; }
.price-card li { font-size: 13px; color: var(--muted); padding: 0.45rem 0; border-bottom: 1px solid var(--line); }
.price-card li::before { content: "— "; color: var(--accent); font-weight: 700; }

/* CTA */
.cta-band { position: relative; color: #fff; text-align: center; overflow: hidden; }
.cta-band-bg { position: absolute; inset: 0; background-color: #191713; background-size: cover; background-position: center; }
.cta-band-bg::after { content: ""; position: absolute; inset: 0; background: rgba(15,13,11,0.9); }
.cta-band-inner { position: relative; z-index: 1; padding: 6.5rem 2rem; max-width: 760px; margin: 0 auto; }
.cta-band h2 { color: #fff; }
.cta-band .eyebrow { color: #cbb891 !important; }
.cta-band p { color: #d8d2c8; font-size: 15px; margin-bottom: 2.5rem; }
.cta-band .btn-white { background: #fff; color: var(--ink); }
.cta-mail { display: inline-block; margin-top: 1.4rem; color: #cbb891; text-decoration: none; font-size: 13.5px; letter-spacing: 0.08em; }

/* 下層ページ見出し：白×明朝×ヘアライン */
.page-head { background: #fff; color: var(--ink); padding: 9rem 2rem 3.75rem; text-align: center; border-bottom: 1px solid var(--line); }
.page-head .eyebrow { color: var(--accent) !important; }
.page-head h1 { font-family: var(--serif); font-size: clamp(28px, 4.2vw, 42px); font-weight: 600; letter-spacing: 0.05em; }
.page-head p { color: var(--muted); max-width: 580px; margin: 1.1rem auto 0; font-size: 14.5px; }

/* 法務テキスト */
.doc { max-width: 800px; margin: 0 auto; padding: 4rem 2rem 5rem; }
.doc h2 { font-size: 18px; margin: 2.25rem 0 0.75rem; }
.doc p, .doc li { font-size: 14px; color: var(--muted); line-height: 1.95; }
.doc ul, .doc ol { margin: 0.5rem 0 0.5rem 1.4rem; }
.legal { max-width: 860px; margin: 0 auto; padding: 4rem 2rem 5rem; }
.legal dl { display: grid; grid-template-columns: 220px 1fr; border-top: 1px solid var(--line); }
.legal dt { font-weight: 700; font-size: 14px; color: var(--ink); padding: 1.1rem 1rem 1.1rem 0; border-bottom: 1px solid var(--line); }
.legal dd { font-size: 14px; color: var(--muted); padding: 1.1rem 0; border-bottom: 1px solid var(--line); line-height: 1.85; }
.legal dd .ph { background: var(--accent-soft); color: #6d5730; padding: 1px 6px; border-radius: 0; font-weight: 700; }
@media (max-width:640px){ .legal dl { grid-template-columns: 1fr; } .legal dt { border-bottom: none; padding-bottom: 0.2rem; } }

footer { background: #141414; color: #a49d93; padding: 2.75rem 2rem; text-align: center; font-size: 12px; letter-spacing: 0.08em; }
footer a { color: #cbb891; text-decoration: none; margin: 0 0.6rem; }

.divider { border: none; border-top: 1px solid var(--line); }

@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
  nav { padding: 0.9rem 1.25rem; }
  .nav-toggle { display: block; }
  .nav-links { position: fixed; top: 0; right: 0; bottom: 0; width: 74%; max-width: 300px; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 1.6rem; padding: 5.5rem 2rem 2rem; background: #fff; border-left: 1px solid var(--line); box-shadow: -8px 0 30px rgba(20,20,20,0.12); transform: translateX(106%); transition: transform 0.28s ease; z-index: 120; }
  .nav-links.open { transform: translateX(0); }
  .nav-link { font-size: 16px; }
  .nav-cta { font-size: 14px; padding: 0.7rem 1.5rem; }
  .nav-overlay.open { display: block; position: fixed; inset: 0; background: rgba(20,20,20,0.4); z-index: 115; }
  .section { padding: 4rem 1.25rem; }
  .hero { min-height: 78vh; }
  .hero-bg::after { background: linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.9) 55%, rgba(255,255,255,0.5) 100%); }
  .hero-inner { padding: 7rem 1.25rem 3.5rem; }
  .stats-inner, .band-inner, .cta-band-inner { padding-left: 1.25rem; padding-right: 1.25rem; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .btn-rose, .btn-white, .btn-ghost { justify-content: center; }
}
