/* =========================================================
   components.css — J's MEN'S KOREAN HAIR（ダーク寒色）
   骨格は姉妹と共通（中央450px縦列＋固定翼）。書体はゴシック。
   ========================================================= */
.h2 { font-family: var(--ff-ja); font-size: var(--fs-h2); font-weight: 500; line-height: 1.7; letter-spacing: .02em; }
.h3 { font-family: var(--ff-ja); font-size: var(--fs-h3); font-weight: 500; line-height: 1.6; }
.label-en { font-family: var(--ff-en); font-size: 11px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--accent); }
.lead { font-size: var(--fs-sm); line-height: 2.05; color: var(--ink-2); }
.note { font-size: var(--fs-note); line-height: 1.85; color: var(--ink-3); }

/* 骨格 */
.stage { position: relative; }
.shell { position: relative; z-index: 1; width: 100%; max-width: var(--col); margin-inline: auto; background: var(--bg); overflow: hidden; }
.wing { display: none; position: fixed; top: 0; height: 100vh; overflow: hidden; z-index: 0; }
.wing__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wing__veil { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(15,17,20,.68) 0%, rgba(15,17,20,.20) 30%, rgba(15,17,20,.18) 60%, rgba(15,17,20,.72) 100%); }
.wing__inner { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 40px; color: var(--ink); }
.wing__logo { width: 84px; }
.wing__logo img { width: 100%; filter: brightness(0) invert(1); }
.wing__tag { margin-top: 14px; font-family: var(--ff-en); font-size: 11px; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; color: var(--accent); }
.wing__foot { font-size: 12px; line-height: 2; color: var(--ink-2); }
.wing__foot strong { display: block; font-weight: 500; letter-spacing: .04em; color: var(--ink); }
.wingnav { text-align: right; padding: 16px 20px; background: rgba(10,12,14,.5); }
.wingnav li + li { margin-top: 13px; }
.wingnav a { font-size: 14px; letter-spacing: .06em; color: var(--ink); transition: color 240ms var(--ease); }
.wingnav a:hover { color: var(--accent); }
.wing__ctas { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.wing__ctas-head { margin-bottom: 2px; font-family: var(--ff-en); font-size: 11px; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; color: var(--accent); }
.wing__cta { display: inline-flex; align-items: center; justify-content: center; min-width: 220px; padding: 14px 22px; background: var(--cv); color: var(--cv-ink); font-size: 13px; font-weight: 500; letter-spacing: .04em; border-radius: var(--radius); transition: background 240ms var(--ease); }
.wing__cta:hover { background: var(--cv-hover); }
.wing__cta:active { background: var(--ink-2); }
@media (min-width: 1100px) { .wing { display: block; } .wing--l { left: 0; right: calc(50% + var(--col)/2); } .wing--r { right: 0; left: calc(50% + var(--col)/2); } }
@media (min-width: 1500px) { .wing { width: 525px; } .wing--l { left: auto; right: calc(50% + var(--col)/2); } .wing--r { right: auto; left: calc(50% + var(--col)/2); } }

/* セクション */
.section { padding: var(--sp-section) var(--gut); }
.section + .section { padding-top: calc(var(--sp-section) * .66); }
.section--2 { background: var(--bg-2); }
.section--ink { background: #12151A; }
.section__head { margin-bottom: var(--sp-block); }
.section__head .label-en { display: block; margin-bottom: 12px; }
.section__head .h2 { margin-bottom: 16px; }

/* ボタン */
.btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 18px 20px; background: var(--cv); color: var(--cv-ink); font-size: 15px; font-weight: 500; letter-spacing: .04em; border-radius: var(--radius); transition: background 240ms var(--ease); }
.btn:hover { background: var(--cv-hover); }
.btn:active { background: var(--ink-2); }
.btn__arrow { font-family: var(--ff-en); }
.cta2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cta2 .btn { flex-direction: column; gap: 3px; padding: 15px 10px; font-size: 14px; line-height: 1.45; }
.cta2 .btn span { font-family: var(--ff-en); font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #545B64; }
.cta2-head { margin-bottom: 9px; text-align: center; font-size: var(--fs-note); color: var(--ink-2); }
.btn-note { margin-top: 10px; text-align: center; font-size: var(--fs-note); color: var(--ink-3); }

/* 追従CTA */
.sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(27,30,35,.95); backdrop-filter: blur(10px); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform 420ms var(--ease); }
.sticky.is-on { transform: translateY(0); }
.sticky .btn { padding: 13px 10px; font-size: 14px; }
.sticky__label { display: block; margin-bottom: 6px; text-align: center; font-size: var(--fs-note); color: var(--ink-2); }
.sticky__label b { font-weight: 500; color: var(--accent); }
.sticky__label, .sticky .cta2 { max-width: var(--col); margin-inline: auto; }
@media (min-width: 1100px) { .sticky { display: none; } }

/* 悩み */
.worry li { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: var(--fs-sm); line-height: 1.9; color: var(--ink-2); }
.worry li:first-child { border-top: 1px solid var(--line); }
.worry-bridge { margin-top: 26px; font-size: var(--fs-sm); line-height: 2.05; color: var(--ink-2); }

/* スタイルカード（常時展開） */
.style + .style { margin-top: 44px; }
.style__num { display: block; margin-bottom: 6px; font-family: var(--ff-en); font-size: var(--fs-num); font-weight: 300; letter-spacing: .08em; line-height: 1; color: var(--ink-3); }
.style__name { font-size: var(--fs-h3); font-weight: 500; letter-spacing: .02em; line-height: 1.55; }
.style__name em { display: block; margin-top: 4px; font-style: normal; font-family: var(--ff-en); font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.style__tag { margin-top: 6px; font-size: var(--fs-sm); color: var(--accent); }
.style__media { margin: 16px 0; aspect-ratio: 1/1; background: var(--surface); }
.style__media img { width: 100%; height: 100%; object-fit: cover; }
.style__desc { font-size: var(--fs-sm); line-height: 2; color: var(--ink-2); }
.spec { margin-top: 16px; border-top: 1px solid var(--line); }
.spec div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.spec dt { margin-bottom: 3px; font-size: var(--fs-note); letter-spacing: .06em; color: var(--ink-3); }
.spec dd { margin: 0; font-size: var(--fs-sm); line-height: 1.8; color: var(--ink); }
.order { margin: 18px 0; padding: 16px; background: var(--surface); border-left: 2px solid var(--accent); }
.order__label { display: block; margin-bottom: 8px; font-family: var(--ff-en); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-2); }
.order__text { font-size: var(--fs-body); line-height: 1.9; color: var(--ink); }

/* 再現性の2群 */
.repro { margin-top: 20px; border-top: 1px solid var(--line); }
.repro div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.repro dt { margin-bottom: 5px; font-size: var(--fs-sm); font-weight: 500; color: var(--accent); }
.repro dd { margin: 0; font-size: var(--fs-sm); line-height: 1.8; color: var(--ink-2); }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; width: 100%; padding: 20px 0; text-align: left; font-size: var(--fs-body); font-weight: 500; line-height: 1.75; color: var(--ink); }
.faq__q:active { background: var(--bg-2); }
.faq__q em { font-style: normal; white-space: nowrap; }
.faq__mark { flex-shrink: 0; width: 14px; font-size: 15px; color: var(--accent); transition: transform 320ms var(--ease); }
.faq__q[aria-expanded="true"] .faq__mark { transform: rotate(45deg); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 400ms var(--ease); }
.faq__a.is-open { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding: 0 0 22px; font-size: var(--fs-sm); line-height: 2.05; color: var(--ink-2); }

/* 店舗 */
.shop + .shop { margin-top: 16px; }
.shop { padding: 24px 20px; background: var(--surface); border: 1px solid var(--line); }
.shop__name { font-size: var(--fs-h3); font-weight: 500; margin-bottom: 4px; color: var(--ink); }
.shop__area { font-family: var(--ff-en); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); }
.shop__info { margin: 16px 0 20px; font-size: var(--fs-sm); line-height: 2; color: var(--ink-2); }
.shop__info a { display: inline-block; min-height: 44px; padding: 11px 0; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

/* 最終CTA・相互送客・フッター */
.final { text-align: center; }
.final .h2 { margin-bottom: 16px; }
.final .lead { margin-bottom: var(--sp-block); }
.cross { margin: var(--sp-block) 0 0; text-align: center; font-size: var(--fs-sm); line-height: 1.9; color: var(--ink-3); }
.cross a { color: var(--ink-2); text-decoration: underline; text-underline-offset: 4px; }
.cross a:hover { color: var(--accent); }
.foot { padding: 34px var(--gut) calc(var(--sticky-h) + 34px); background: var(--bg); border-top: 1px solid var(--line); text-align: center; }
.foot__logo { width: 52px; margin: 0 auto 16px; }
.foot__logo img { width: 100%; filter: brightness(0) invert(1); }
.foot__rule { width: 26px; height: 2px; margin: 18px auto; background: var(--brand); }
.foot__note { font-size: var(--fs-note); line-height: 1.9; color: var(--ink-3); }
@media (min-width: 1100px) { .foot { padding-bottom: 34px; } }

/* reveal・スキップ */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(12px); transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; } }
.nb { white-space: nowrap; }
.skiplink { position: absolute; left: -9999px; z-index: 100; }
.skiplink:focus { left: 12px; top: 12px; padding: 12px 18px; background: var(--ink); color: var(--bg); font-size: 13px; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
/* 孤立行の自動回避 */
.h2,.h3,.fv__title{ text-wrap: balance; }
p,li,dd,.lead,.style__desc{ text-wrap: pretty; }
