/* ESTHE 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 {
  --bg: #1d1613; --bg-soft: #251d18; --panel: #241c17;
  --ink: #efe6da; --muted: #b3a496; --line: rgba(230,207,159,0.16);
  --gold: #c8a96a; --gold-d: #a98b4f; --gold-soft: #e6cf9f;
  --serif: 'Shippori Mincho', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  --font: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
  /* 旧変数互換 */
  --main: #c8a96a; --main-d: #a98b4f; --main-bg: #251d18; --main-border: rgba(230,207,159,0.2); --white: #efe6da;
}
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(24,18,15,0.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); z-index: 100; }
.logo { font-family: var(--serif); font-size: 18px; font-weight: 600; letter-spacing: 0.3em; color: var(--gold-soft); 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(--gold-soft); }
.nav-cta { font-size: 12.5px; padding: 0.6rem 1.5rem; background: var(--gold); border-radius: 0; color: #241c17 !important; text-decoration: none; letter-spacing: 0.14em; font-weight: 700; transition: background 0.15s; }
.nav-cta:hover { background: var(--gold-soft); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0; color: var(--gold-soft); }
.nav-toggle svg { width: 26px; height: 26px; display: block; }
.nav-overlay { display: none; }

/* ヒーロー：暗がりに浮かぶ静物 */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; color: var(--ink); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-color: #171210; background-size: cover; background-position: center; z-index: 0; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(96deg, rgba(23,17,13,0.95) 0%, rgba(23,17,13,0.82) 45%, rgba(23,17,13,0.35) 100%); }
.hero-inner { position: relative; z-index: 1; max-width: 1120px; margin: 0 auto; padding: 8.5rem 2rem 4.5rem; width: 100%; }
.hero-eyebrow { font-size: 11.5px; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.75rem; font-weight: 700; }
.hero h1 { font-family: var(--serif); font-size: clamp(29px, 4.9vw, 52px); font-weight: 600; line-height: 1.5; letter-spacing: 0.04em; margin-bottom: 1.9rem; color: #f7f0e5; }
.hero h1 .accent { color: var(--gold-soft); }
.hero-body { font-size: clamp(14.5px, 1.9vw, 16.5px); color: var(--muted); max-width: 560px; line-height: 2.15; margin-bottom: 2.75rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ボタン */
.btn-rose, .btn-main { display: inline-flex; align-items: center; gap: 10px; padding: 1.05rem 2.3rem; background: var(--gold); color: #241c17; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: 0.16em; border-radius: 0; transition: background 0.15s; border: none; cursor: pointer; }
.btn-rose:hover, .btn-main:hover { background: var(--gold-soft); }
.btn-white { display: inline-flex; align-items: center; gap: 10px; padding: 1.05rem 2.3rem; background: var(--gold); color: #241c17; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: 0.16em; border-radius: 0; transition: background 0.15s; }
.btn-white:hover { background: var(--gold-soft); }
.btn-ghost { display: inline-flex; align-items: center; gap: 10px; padding: 1.05rem 2.3rem; background: transparent; color: var(--gold-soft); text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: 0.16em; border-radius: 0; border: 1px solid rgba(230,207,159,0.5); transition: background 0.15s; }
.btn-ghost:hover { background: rgba(230,207,159,0.1); }
.btn-rose svg, .btn-white svg, .btn-ghost svg, .btn-main 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.36em; text-transform: uppercase; color: var(--gold); 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.55; letter-spacing: 0.05em; margin-bottom: 1.4rem; color: #f2ebdf; }
h2.center { text-align: center; }
.lead { font-size: 15px; color: var(--muted); line-height: 2.1; max-width: 640px; }
.lead.center { margin-left: auto; margin-right: auto; text-align: center; }

/* 悩み訴求バー：より深い闇に金の罫線 */
.stats { background: #14100d; color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.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.05em; margin-bottom: 0.5rem; color: #f2ebdf; }
.stats-sub { color: var(--muted); font-size: 13.5px; letter-spacing: 0.1em; 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(230,207,159,0.35); padding-top: 1.3rem; }
.stat-num { font-family: var(--serif); font-size: 23px; font-weight: 600; line-height: 1.4; letter-spacing: 0.04em; margin-bottom: 0.7rem; color: var(--gold-soft); }
.stat-desc { font-size: 13px; color: var(--muted); line-height: 2; }

/* サービス：金縁のダークカード */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.75rem; margin-top: 3rem; }
.svc-card { border: 1px solid rgba(230,207,159,0.22); border-radius: 0; overflow: hidden; background: var(--panel); transition: border-color 0.2s; display: flex; flex-direction: column; box-shadow: none; }
.svc-card:hover { box-shadow: none; transform: none; border-color: rgba(230,207,159,0.55); }
.svc-photo { display: none; }
.svc-body { padding: 2rem 1.8rem; flex: 1; }
.svc-no { font-family: var(--serif); font-size: 13px; letter-spacing: 0.4em; color: var(--gold); font-weight: 600; margin-bottom: 1rem; }
.svc-card h3 { font-family: var(--serif); font-size: 17.5px; font-weight: 600; margin-bottom: 0.8rem; line-height: 1.6; letter-spacing: 0.03em; color: #f2ebdf; }
.svc-card p { font-size: 13.5px; color: var(--muted); line-height: 2; }

/* 帯 */
.band { position: relative; color: var(--ink); overflow: hidden; }
.band-bg { position: absolute; inset: 0; background-color: #171210; background-size: cover; background-position: center; }
.band-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20,15,12,0.94), rgba(20,15,12,0.72)); }
.band-inner { position: relative; z-index: 1; max-width: 1100px; margin: 0 auto; padding: 6rem 2rem; }
.band .eyebrow { color: var(--gold); }
.band h2 { color: #f2ebdf; }
.band .lead { color: var(--muted); }

/* 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(--panel); background-size: cover; background-position: center; box-shadow: none; border: 1px solid rgba(230,207,159,0.3); outline: 1px solid rgba(230,207,159,0.15); outline-offset: 8px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.6rem; }
.tag { font-size: 11.5px; letter-spacing: 0.12em; padding: 6px 15px; border: 1px solid rgba(230,207,159,0.35); border-radius: 0; color: var(--gold-soft); background: transparent; font-weight: 600; }

/* プロセス */
.steps { margin-top: 3rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.75rem; }
.step { background: var(--panel); border: 1px solid rgba(230,207,159,0.22); border-radius: 0; padding: 2.2rem 1.9rem; }
.step-n { width: 40px; height: 40px; border-radius: 50%; background: transparent; border: 1px solid var(--gold); color: var(--gold-soft); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 600; font-size: 16px; margin-bottom: 1.1rem; }
.step h3 { font-family: var(--serif); font-size: 16.5px; font-weight: 600; margin-bottom: 0.45rem; letter-spacing: 0.03em; color: #f2ebdf; }
.step .meta { font-size: 11.5px; letter-spacing: 0.2em; color: var(--gold); font-weight: 700; margin-bottom: 0.55rem; }
.step p { font-size: 13.5px; color: var(--muted); line-height: 1.95; }

/* 料金 */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.75rem; margin-top: 3rem; }
.price-card { border: 1px solid rgba(230,207,159,0.22); border-radius: 0; padding: 2.3rem 2rem; background: var(--panel); }
.price-card.feature { border: 1px solid var(--gold); position: relative; }
.price-badge { position: absolute; top: -13px; left: 2rem; background: var(--gold); color: #241c17; font-size: 11px; letter-spacing: 0.16em; font-weight: 700; padding: 4px 14px; border-radius: 0; }
.price-name { font-family: var(--serif); font-size: 18px; font-weight: 600; letter-spacing: 0.05em; margin-bottom: 0.3rem; color: #f2ebdf; }
.price-val { font-family: var(--serif); font-size: 30px; font-weight: 600; color: var(--gold-soft); 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(--gold); font-size: 9px; vertical-align: 1px; }

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

/* 下層ページ見出し */
.page-head { background: #14100d; color: var(--ink); padding: 9rem 2rem 3.75rem; text-align: center; border-bottom: 1px solid var(--line); }
.page-head .eyebrow { color: var(--gold) !important; }
.page-head h1 { font-family: var(--serif); font-size: clamp(28px, 4.2vw, 42px); font-weight: 600; letter-spacing: 0.07em; color: #f2ebdf; }
.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: rgba(230,207,159,0.15); color: var(--gold-soft); 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: #120e0b; color: #8d8172; padding: 2.75rem 2rem; text-align: center; font-size: 12px; letter-spacing: 0.08em; border-top: 1px solid var(--line); }
footer a { color: var(--gold-soft); 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: #1d1613; border-left: 1px solid var(--line); box-shadow: -8px 0 30px rgba(0,0,0,0.5); 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(0,0,0,0.55); z-index: 115; }
  .section { padding: 4rem 1.25rem; }
  .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, .btn-main { justify-content: center; }
}
