/* =============================================================
   六本松皮ふ科 毛穴LP スタイル（WP組み込み前提・プロトタイプ）
   - 全クラスに `keana-` プレフィックス
   - コンセプト: 日常・軽やか・整える空気感 / 既存ブランド(ゴールド)を継承しつつ、
     ニキビLPより"上質なスキンケアサロン"寄りに軽やかに。
   ============================================================= */

:root {
  /* ブランドカラー（既存サイトから継承） */
  --keana-gold-deep:   #8B6F30;
  --keana-gold:        #B89049;
  --keana-gold-soft:   #D9B874;
  --keana-brown-dark:  #3A2C1A;
  --keana-brown:       #5B4A2C;

  /* 毛穴LP独自の"肌"寄りトーン */
  --keana-skin-bg:     #FBF7F1;  /* ベースの肌色ベージュ */
  --keana-skin-soft:   #F5ECE1;  /* 柔らかいブロック背景 */
  --keana-nude:        #EFE2D2;  /* アクセント */
  --keana-pearl:       #FAF4EA;
  --keana-white:       #FFFFFF;
  --keana-line:        #E8DFCE;
  --keana-line-soft:   #F0E9DB;

  --keana-text:        #2D2721;
  --keana-text-muted:  #6B6254;
  --keana-text-soft:   #8A7F6C;

  --keana-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --keana-sans:  "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --keana-latin: "Cormorant Garamond", "Times New Roman", serif;

  --keana-max-width: 1120px;
  --keana-radius: 14px;
}

/* Reset -------------------------------------------------------- */
.keana-lp, .keana-lp * { box-sizing: border-box; }
.keana-lp {
  margin: 0;
  padding: 0;
  color: var(--keana-text);
  font-family: var(--keana-sans);
  font-size: 16px;
  line-height: 1.95;
  background: var(--keana-skin-bg);
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
.keana-lp img {
  max-width: 100%;
  height: auto;
  display: block;
}
.keana-lp p { margin: 0 0 1.2em; }
.keana-lp p:last-child { margin-bottom: 0; }
.keana-lp a { color: inherit; text-decoration: none; }
.keana-lp ul { list-style: none; margin: 0; padding: 0; }
.keana-lp h1, .keana-lp h2, .keana-lp h3 {
  font-family: var(--keana-serif);
  font-weight: 600;
  margin: 0;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.keana-br-sp { display: none; }
@media (max-width: 760px) {
  .keana-br-pc { display: none; }
  .keana-br-sp { display: inline; }
}

/* =============================================================
   HERO — Editorial 2カラム
   ============================================================= */
.keana-hero {
  position: relative;
  padding: clamp(72px, 9vw, 120px) clamp(24px, 5vw, 64px) clamp(80px, 10vw, 130px);
  overflow: hidden;
  color: var(--keana-text);
  isolation: isolate;
  background:
    radial-gradient(ellipse at 15% 20%, rgba(217,184,116,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 85%, rgba(217,184,116,0.12) 0%, transparent 60%),
    linear-gradient(180deg, var(--keana-pearl) 0%, var(--keana-skin-bg) 100%);
}
.keana-hero::before {
  content: "ROPPONMATSU";
  position: absolute;
  top: clamp(40px, 6vw, 80px);
  right: clamp(-40px, -2vw, -20px);
  font-family: var(--keana-latin);
  font-size: clamp(120px, 18vw, 240px);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(184, 144, 73, 0.05);
  line-height: 0.9;
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
}
.keana-hero__layout {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
.keana-hero__media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(139,111,48,0.22);
  aspect-ratio: 4 / 5;
}
.keana-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 25% 35%;
  filter: saturate(0.92) brightness(1.02);
}
.keana-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(58,44,26,0) 60%, rgba(58,44,26,0.25) 100%);
  pointer-events: none;
}
.keana-hero__veil { display: none; }
.keana-hero__inner {
  position: relative;
  text-align: left;
}
.keana-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--keana-latin);
  font-size: 13px;
  letter-spacing: 0.42em;
  color: var(--keana-gold-deep);
  margin: 0 0 32px;
  text-transform: uppercase;
  font-weight: 500;
}
.keana-hero__eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--keana-gold);
}
.keana-hero__title {
  font-size: clamp(28px, 4.2vw, 46px);
  line-height: 1.55;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 32px;
  color: var(--keana-brown-dark);
}
.keana-hero__title span { display: block; }
.keana-hero__title span:first-child {
  font-size: 0.5em;
  letter-spacing: 0.32em;
  color: var(--keana-gold-deep);
  margin-bottom: 14px;
  font-weight: 500;
  font-family: var(--keana-serif);
}
.keana-hero__title span:last-child {
  display: block;
}
.keana-hero__lead {
  font-family: var(--keana-serif);
  font-size: clamp(14px, 1.5vw, 16px);
  letter-spacing: 0.1em;
  margin: 40px 0 36px;
  color: var(--keana-text-muted);
  line-height: 2.2;
}
.keana-hero__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.keana-hero__note {
  font-size: 12px;
  color: var(--keana-text-soft);
  letter-spacing: 0.06em;
  margin: 0;
}

/* Hero meta (info pills) */
.keana-hero__meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--keana-line);
}
.keana-hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--keana-text-muted);
  letter-spacing: 0.08em;
}
.keana-hero__meta-item strong {
  color: var(--keana-brown-dark);
  font-weight: 600;
  font-family: var(--keana-serif);
  font-size: 13px;
}
.keana-hero__meta-item + .keana-hero__meta-item {
  padding-left: 12px;
  border-left: 1px solid var(--keana-line);
}

/* Scroll hint */
.keana-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: rgba(139,111,48,0.25);
  overflow: hidden;
  z-index: 1;
}
.keana-hero__scroll span {
  position: absolute;
  top: -100%;
  left: 0;
  width: 1px;
  height: 40px;
  background: var(--keana-gold);
  animation: keana-scroll 2.4s ease-in-out infinite;
}
@keyframes keana-scroll {
  0%   { top: -100%; }
  60%  { top: 100%; }
  100% { top: 100%; }
}

@media (max-width: 960px) {
  .keana-hero {
    padding: 80px 24px 100px;
  }
  .keana-hero::before { font-size: 100px; top: 30px; }
  .keana-hero__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .keana-hero__media {
    aspect-ratio: 5 / 4;
    order: -1;
    max-width: 520px;
    margin: 0 auto;
  }
  .keana-hero__inner { text-align: center; }
  .keana-hero__eyebrow { justify-content: center; }
  .keana-hero__cta { align-items: center; }
  .keana-hero__meta { justify-content: center; }
  .keana-hero__scroll { display: none; }
}

/* =============================================================
   BUTTON
   ============================================================= */
.keana-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 40px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--keana-sans);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  min-width: 320px;
}
.keana-btn--primary {
  background: linear-gradient(180deg, var(--keana-gold) 0%, var(--keana-gold-deep) 100%);
  color: #FFFFFF;
  border-color: var(--keana-gold-deep);
  box-shadow: 0 10px 24px rgba(139,111,48,0.25);
}
.keana-btn--primary .keana-btn__icon,
.keana-btn--primary .keana-btn__icon svg {
  color: #FFFFFF;
  stroke: #FFFFFF;
}
.keana-btn--primary .keana-btn__label,
.keana-btn--primary .keana-btn__tel {
  color: #FFFFFF;
}
.keana-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(139,111,48,0.35);
}
.keana-btn__icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}
.keana-btn__icon svg {
  width: 100%;
  height: 100%;
}
.keana-btn__body {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
.keana-btn__label {
  font-size: 12px;
  letter-spacing: 0.18em;
  margin-bottom: 3px;
  font-weight: 500;
}
.keana-btn__tel {
  font-family: var(--keana-sans);
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-feature-settings: "tnum";
}
.keana-btn--wide { min-width: 360px; }
.keana-btn--xl {
  padding: 22px 56px;
  gap: 18px;
}
.keana-btn--xl .keana-btn__icon { width: 26px; height: 26px; }
.keana-btn--xl .keana-btn__label { font-size: 13px; }
.keana-btn--xl .keana-btn__tel { font-size: 32px; }

/* =============================================================
   SECTION 共通
   ============================================================= */
.keana-section {
  padding: clamp(80px, 10vw, 130px) 24px;
  background: var(--keana-white);
}
.keana-section--alt {
  background: var(--keana-skin-soft);
}
.keana-section__inner {
  max-width: var(--keana-max-width);
  margin: 0 auto;
}
.keana-section__header {
  text-align: left;
  margin-bottom: 52px;
}
.keana-section__header--center {
  text-align: center;
}
.keana-section__eyebrow {
  font-family: var(--keana-latin);
  font-size: 13px;
  letter-spacing: 0.42em;
  color: var(--keana-gold);
  text-transform: uppercase;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.keana-section__header--center .keana-section__eyebrow {
  justify-content: center;
}
.keana-section__eyebrow::before,
.keana-section__eyebrow::after {
  content: "";
  flex: 0 0 28px;
  height: 1px;
  background: var(--keana-gold-soft);
}
.keana-section__header:not(.keana-section__header--center) .keana-section__eyebrow::after {
  display: none;
}
.keana-section__title {
  font-size: clamp(22px, 3vw, 30px);
  color: var(--keana-brown-dark);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.keana-section__subtitle {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--keana-text-muted);
  font-size: 15px;
  line-height: 2.05;
}
.keana-section__body--split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.keana-section__body--reverse .keana-section__figure {
  order: -1;
}
.keana-section__figure img {
  border-radius: var(--keana-radius);
  box-shadow: 0 24px 60px rgba(139,111,48,0.14);
}
.keana-section__text p {
  font-size: 15px;
  line-height: 2.1;
  color: var(--keana-text);
}

/* =============================================================
   EMPATHY / Check list
   ============================================================= */
.keana-empathy {
  background: var(--keana-white);
}
.keana-checklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
.keana-checklist__item {
  background: var(--keana-pearl);
  border: 1px solid var(--keana-line-soft);
  border-radius: var(--keana-radius);
  padding: 38px 24px 34px;
  text-align: center;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}
.keana-checklist__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(139,111,48,0.1);
}
.keana-checklist__num {
  font-family: var(--keana-latin);
  font-size: 28px;
  letter-spacing: 0.1em;
  color: var(--keana-gold);
  font-weight: 500;
  display: block;
  margin-bottom: 14px;
}
.keana-checklist__num::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: var(--keana-gold-soft);
  margin: 14px auto 0;
}
.keana-checklist__text {
  font-size: 15px;
  line-height: 1.9;
  color: var(--keana-brown-dark);
  font-family: var(--keana-serif);
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.keana-empathy__message {
  text-align: center;
  margin-top: 56px;
  color: var(--keana-text-muted);
  font-size: 15px;
  line-height: 2.15;
}
.keana-empathy__message p { margin-bottom: 1em; }
.keana-empathy__message p:last-child { margin-bottom: 0; }

/* =============================================================
   TIMING section
   ============================================================= */
.keana-timing__intro {
  max-width: 760px;
  margin: 0 auto !important;
  font-size: 15px !important;
  line-height: 2.1 !important;
  color: var(--keana-text) !important;
  text-align: left;
  letter-spacing: 0.06em;
}
.keana-timing__outro {
  max-width: 760px;
  margin: 56px auto 0 !important;
  font-family: var(--keana-serif);
  font-size: 16px !important;
  line-height: 2 !important;
  color: var(--keana-brown-dark) !important;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 28px 32px;
  border-top: 1px solid var(--keana-line);
  border-bottom: 1px solid var(--keana-line);
}

.keana-prev {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: stretch;
}
.keana-prev__figure {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 28px 64px rgba(139,111,48,0.18);
  margin: 0;
  min-height: 380px;
}
.keana-prev__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.keana-prev__overlay {
  position: absolute;
  left: 24px;
  bottom: 24px;
  font-family: var(--keana-latin);
  font-size: 56px;
  letter-spacing: 0.12em;
  color: var(--keana-white);
  line-height: 1;
  font-weight: 500;
  text-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
.keana-prev__list {
  background: var(--keana-white);
  border-radius: 16px;
  box-shadow: 0 20px 56px rgba(139,111,48,0.12);
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.keana-prev__list::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 32px;
  height: 1px;
  background: var(--keana-gold);
}
.keana-prev__list::after {
  content: "毛穴のサイン";
  position: absolute;
  top: 14px;
  left: 64px;
  font-family: var(--keana-serif);
  font-size: 12px;
  letter-spacing: 0.24em;
  color: var(--keana-gold-deep);
  font-weight: 500;
}
.keana-prev__list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: baseline;
  gap: 24px;
  padding: 28px 36px;
  position: relative;
}
.keana-prev__list li:first-child { padding-top: 60px; }
.keana-prev__list li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36px;
  right: 36px;
  height: 1px;
  background: var(--keana-line-soft);
}
.keana-prev__index {
  font-family: var(--keana-latin);
  font-size: 28px;
  letter-spacing: 0.04em;
  color: var(--keana-gold);
  font-weight: 500;
  line-height: 1;
}
.keana-prev__text {
  font-family: var(--keana-serif);
  font-size: 19px;
  color: var(--keana-brown-dark);
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .keana-prev {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
  }
  .keana-prev__figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }
  .keana-prev__overlay { font-size: 36px; left: 18px; bottom: 18px; }
  .keana-prev__list { padding: 8px 0; }
  .keana-prev__list::before { left: 20px; top: 18px; }
  .keana-prev__list::after { left: 60px; top: 8px; font-size: 11px; }
  .keana-prev__list li {
    padding: 22px 24px;
    grid-template-columns: 44px 1fr;
    gap: 16px;
  }
  .keana-prev__list li:first-child { padding-top: 44px; }
  .keana-prev__list li + li::before { left: 24px; right: 24px; }
  .keana-prev__index { font-size: 22px; }
  .keana-prev__text { font-size: 16px; }
  .keana-timing__intro { font-size: 14px !important; padding: 0 8px; }
  .keana-timing__outro { font-size: 14px !important; margin-top: 40px !important; padding: 22px 16px; }
}

/* =============================================================
   MID CTA
   ============================================================= */
.keana-midcta {
  padding: clamp(48px, 6vw, 72px) 24px;
  background:
    linear-gradient(135deg, var(--keana-brown-dark) 0%, var(--keana-brown) 100%);
  color: var(--keana-white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.keana-midcta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(217,184,116,0.12), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(217,184,116,0.08), transparent 50%);
  pointer-events: none;
}
.keana-midcta__inner {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
}
.keana-midcta__lead {
  font-family: var(--keana-serif);
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 0.1em;
  margin: 0 0 6px;
}
.keana-midcta__note {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* =============================================================
   MENU（毛穴治療）
   ============================================================= */
.keana-menu {
  padding: clamp(80px, 10vw, 130px) 24px;
  background: var(--keana-white);
}
.keana-menu__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 56px;
  counter-reset: keana-menu-counter;
  padding: 0;
}
.keana-menu__item {
  background: var(--keana-white);
  border: 1px solid var(--keana-line);
  border-radius: var(--keana-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  position: relative;
  counter-increment: keana-menu-counter;
}
.keana-menu__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(139,111,48,0.15);
}
.keana-menu__item--feature {
  border: 1px solid var(--keana-gold-soft);
  box-shadow: 0 20px 48px rgba(139,111,48,0.12);
}
.keana-menu__figure {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--keana-skin-soft);
  margin: 0;
  position: relative;
}
.keana-menu__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.keana-menu__item:hover .keana-menu__figure img {
  transform: scale(1.04);
}
.keana-menu__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-block;
  padding: 6px 14px;
  background: var(--keana-white);
  color: var(--keana-gold-deep);
  font-family: var(--keana-latin);
  font-size: 11px;
  letter-spacing: 0.28em;
  font-weight: 500;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(58,44,26,0.18);
}
.keana-menu__text {
  padding: 32px 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.keana-menu__text::before {
  content: counter(keana-menu-counter, decimal-leading-zero);
  position: absolute;
  top: 24px;
  right: 28px;
  font-family: var(--keana-latin);
  font-size: 20px;
  letter-spacing: 0.06em;
  color: var(--keana-gold-soft);
  font-weight: 500;
  line-height: 1;
}
.keana-menu__scene {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--keana-gold-deep);
  font-weight: 500;
  margin: 0;
  font-family: var(--keana-sans);
  padding-right: 40px;
}
.keana-menu__name {
  font-size: 22px;
  color: var(--keana-brown-dark);
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--keana-line);
  margin: 4px 0 8px;
}
.keana-menu__text p {
  font-size: 14px;
  line-height: 2;
  color: var(--keana-text);
  margin-bottom: 0.6em;
}
.keana-menu__text p:last-child { margin-bottom: 0; }

/* =============================================================
   HOME CARE（2カラム、製品ショーケース）
   ============================================================= */
.keana-home__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.keana-home__item {
  background: var(--keana-white);
  border: 1px solid var(--keana-line);
  border-radius: var(--keana-radius);
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.keana-home__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(139,111,48,0.12);
}
.keana-home__figure {
  margin: 0;
  background: linear-gradient(135deg, var(--keana-pearl) 0%, var(--keana-nude) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  position: relative;
}
.keana-home__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 80%, rgba(58,44,26,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.keana-home__figure img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
  width: auto;
  mix-blend-mode: multiply;
  filter: contrast(0.96);
}
.keana-home__text {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.keana-home__name {
  font-size: 20px;
  color: var(--keana-brown-dark);
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--keana-line);
  margin-bottom: 6px;
}
.keana-home__text p {
  font-size: 14px;
  line-height: 2;
  color: var(--keana-text);
  margin-bottom: 0.6em;
}
.keana-home__text p:last-child { margin-bottom: 0; }

/* =============================================================
   NEIGHBORHOOD (life ways) — 引用ブロック風
   ============================================================= */
.keana-neighborhood {
  background: var(--keana-white);
}
.keana-lifeways {
  position: relative;
  padding: 0 0 0 8px;
}
.keana-lifeways__quote {
  position: absolute;
  top: -28px;
  left: -8px;
  font-family: var(--keana-latin);
  font-size: 120px;
  line-height: 0.8;
  color: var(--keana-gold-soft);
  font-weight: 500;
  opacity: 0.55;
  pointer-events: none;
  user-select: none;
}
.keana-lifeways__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.keana-lifeways__list li {
  padding: 22px 4px 22px 0;
  font-family: var(--keana-serif);
  font-size: 18px;
  color: var(--keana-brown-dark);
  letter-spacing: 0.12em;
  line-height: 1.7;
  font-weight: 500;
  border-bottom: 1px solid var(--keana-line-soft);
  position: relative;
}
.keana-lifeways__list li:first-child {
  padding-top: 12px;
}
.keana-lifeways__signoff {
  margin: 28px 0 0 !important;
  text-align: right;
  font-family: var(--keana-serif);
  font-size: 14px;
  color: var(--keana-gold-deep);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.9;
}

@media (max-width: 760px) {
  .keana-lifeways__quote { font-size: 80px; top: -16px; left: -4px; }
  .keana-lifeways__list li { font-size: 16px; padding: 18px 4px 18px 0; }
  .keana-lifeways__signoff { font-size: 13px; text-align: left; }
}

/* =============================================================
   CLOSING（六本松で毛穴ケアを始めるなら）
   ============================================================= */
.keana-closing {
  padding: clamp(90px, 12vw, 140px) 24px;
  background:
    linear-gradient(180deg, var(--keana-skin-soft) 0%, var(--keana-skin-bg) 100%);
  position: relative;
  overflow: hidden;
}
.keana-closing__inner {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.keana-closing__figure {
  margin: 0;
  border-radius: var(--keana-radius);
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(139,111,48,0.18);
  aspect-ratio: 5 / 4;
}
.keana-closing__figure img {
  object-position: left center;
}
.keana-closing__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keana-closing__body {
  padding: 8px 0;
}
.keana-closing__title {
  font-size: clamp(24px, 3.2vw, 32px);
  color: var(--keana-brown-dark);
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin: 0 0 28px;
}
.keana-closing__text p {
  font-size: 15px;
  line-height: 2.2;
  color: var(--keana-text);
  letter-spacing: 0.04em;
  margin: 0 0 1em;
}
.keana-closing__text p:last-child { margin: 0; }

/* =============================================================
   FINAL CTA
   ============================================================= */
.keana-finalcta {
  padding: clamp(80px, 10vw, 130px) 24px clamp(120px, 12vw, 160px);
  background:
    linear-gradient(180deg, var(--keana-brown-dark) 0%, #2A1F12 100%);
  color: var(--keana-white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.keana-finalcta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% -20%, rgba(217,184,116,0.2), transparent 55%);
  pointer-events: none;
}
.keana-finalcta__inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}
.keana-finalcta__eyebrow {
  font-family: var(--keana-latin);
  font-size: 14px;
  letter-spacing: 0.45em;
  color: var(--keana-gold-soft);
  margin: 0 0 18px;
  text-transform: uppercase;
}
.keana-finalcta__title {
  font-size: clamp(26px, 3.4vw, 36px);
  margin: 0 0 20px;
  color: var(--keana-white);
  letter-spacing: 0.12em;
}
.keana-finalcta__lead {
  font-family: var(--keana-serif);
  font-size: 15px;
  line-height: 2;
  color: rgba(255,255,255,0.85);
  margin: 0 0 36px;
}
.keana-finalcta__info {
  margin: 48px 0 0;
  padding: 32px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(217,184,116,0.4);
  border-radius: 10px;
  text-align: left;
  display: grid;
  gap: 20px;
  backdrop-filter: blur(4px);
}
.keana-finalcta__info > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: start;
}
.keana-finalcta__info dt {
  font-family: var(--keana-serif);
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--keana-gold-soft);
  margin: 0;
  padding-top: 2px;
}
.keana-finalcta__info dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255,255,255,0.92);
}
.keana-finalcta__info > div + div {
  padding-top: 20px;
  border-top: 1px solid rgba(217,184,116,0.18);
}

/* =============================================================
   STICKY PHONE CTA (モバイル限定)
   ============================================================= */
.keana-stickycta {
  display: none;
}
@media (max-width: 960px) {
  body { padding-bottom: 96px; }
  .keana-stickycta {
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%) translateY(120%);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 22px;
    background: linear-gradient(180deg, var(--keana-gold) 0%, var(--keana-gold-deep) 100%);
    color: var(--keana-white);
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 14px 36px rgba(58,44,26,0.38);
    z-index: 50;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    font-family: var(--keana-sans);
  }
}
.keana-stickycta.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.keana-stickycta__icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
}
.keana-stickycta__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.keana-stickycta__label {
  font-size: 11px;
  letter-spacing: 0.12em;
  opacity: 0.9;
}
.keana-stickycta__tel {
  font-family: var(--keana-sans);
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-feature-settings: "tnum";
}

/* =============================================================
   FADE-IN on scroll
   ============================================================= */
.keana-fade {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.keana-fade.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================================
   MEDIA QUERIES
   ============================================================= */
@media (max-width: 960px) {
  .keana-section__body--split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .keana-section__body--reverse .keana-section__figure {
    order: 0;
  }
  .keana-menu__list { grid-template-columns: 1fr; gap: 24px; }
  .keana-home__list { grid-template-columns: 1fr; }
  .keana-closing__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .keana-closing__figure {
    aspect-ratio: 4 / 3;
    max-width: 520px;
    margin: 0 auto;
  }
  .keana-checklist { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .keana-finalcta__info > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .keana-lp { font-size: 15px; }

  /* Hero */
  .keana-hero {
    padding: 64px 20px 80px;
  }
  .keana-hero__eyebrow { letter-spacing: 0.32em; margin-bottom: 22px; font-size: 11px; }
  .keana-hero__title {
    font-size: 25px;
    letter-spacing: 0.04em;
    margin-bottom: 28px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .keana-hero__title span:first-child { letter-spacing: 0.22em; }
  .keana-hero__lead { margin: 28px 0 28px; line-height: 2.1; }
  .keana-hero__note { font-size: 11px; letter-spacing: 0.02em; line-height: 1.7; }
  .keana-hero__meta { gap: 8px; padding-top: 18px; margin-top: 24px; }
  .keana-hero__meta-item { font-size: 11px; }
  .keana-hero__meta-item + .keana-hero__meta-item { padding-left: 8px; }

  /* Section */
  .keana-section { padding: 72px 20px; }
  .keana-section__header { margin-bottom: 32px; }
  .keana-section__title {
    letter-spacing: 0.04em;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .keana-section__subtitle { font-size: 14px; }
  .keana-section__text p { font-size: 14px; line-height: 2.05; }
  .keana-section__figure img { border-radius: 10px; }

  /* Checklist → 1col compact */
  .keana-checklist {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 460px;
    margin: 0 auto;
    border-top: 1px solid var(--keana-line);
    border-bottom: 1px solid var(--keana-line);
    background: transparent;
  }
  .keana-checklist__item {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 18px 4px;
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 16px;
    align-items: center;
    text-align: left;
    min-height: 0;
  }
  .keana-checklist__item + .keana-checklist__item {
    border-top: 1px solid var(--keana-line-soft);
  }
  .keana-checklist__item:hover {
    transform: none;
    box-shadow: none;
    background: rgba(217,184,116,0.06);
  }
  .keana-checklist__num {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.18em;
    color: var(--keana-gold-deep);
    line-height: 1;
    font-weight: 500;
    opacity: 0.85;
  }
  .keana-checklist__num::after { display: none; }
  .keana-checklist__text { font-size: 15px; text-align: left; line-height: 1.7; }
  .keana-empathy__message { margin-top: 32px; font-size: 14px; line-height: 2.1; }

  /* Timing signpost */
  .keana-signpost { padding: 18px 20px; }
  .keana-signpost li { font-size: 14px; }

  /* Button */
  .keana-btn {
    min-width: 0;
    width: 100%;
    max-width: 340px;
    padding: 16px 24px;
    gap: 12px;
  }
  .keana-btn__label { font-size: 11px; letter-spacing: 0.14em; }
  .keana-btn__tel { font-size: 20px; letter-spacing: 0.02em; }
  .keana-btn--wide { max-width: 360px; }
  .keana-btn--xl { padding: 18px 28px; gap: 14px; }
  .keana-btn--xl .keana-btn__icon { width: 22px; height: 22px; }
  .keana-btn--xl .keana-btn__label { font-size: 12px; }
  .keana-btn--xl .keana-btn__tel { font-size: 24px; }

  /* Mid CTA */
  .keana-midcta { padding: 56px 20px; }
  .keana-midcta__inner { gap: 16px; }
  .keana-midcta__note { font-size: 11px; letter-spacing: 0.02em; line-height: 1.7; }

  /* Menu */
  .keana-menu { padding: 72px 20px; }
  .keana-menu__list { gap: 20px; margin-top: 36px; }
  .keana-menu__text { padding: 24px 22px 28px; gap: 10px; }
  .keana-menu__name { font-size: 19px; padding-bottom: 12px; }
  .keana-menu__scene { font-size: 12px; }
  .keana-menu__text p { font-size: 14px; }

  /* Home care */
  .keana-home__list { gap: 20px; margin-top: 32px; }
  .keana-home__item { grid-template-columns: 1fr; }
  .keana-home__figure { padding: 24px; aspect-ratio: 4 / 3; }
  .keana-home__figure img { max-height: 180px; }
  .keana-home__text { padding: 26px 24px 28px; }
  .keana-home__name { font-size: 18px; }

  /* Neighborhood */
  .keana-lifeways li { padding: 14px 16px; font-size: 14px; gap: 12px; }
  .keana-lifeways__icon { flex: 0 0 32px; width: 32px; height: 32px; }
  .keana-lifeways__icon svg { width: 16px; height: 16px; }
  .keana-neighborhood__closing { font-size: 14px; padding: 16px 18px; }

  /* Closing */
  .keana-closing { padding: 72px 20px; }
  .keana-closing__inner { gap: 28px; }
  .keana-closing__figure { aspect-ratio: 4 / 3; }
  .keana-closing__title { margin-bottom: 20px; letter-spacing: 0.08em; }
  .keana-closing__text p { font-size: 14px; line-height: 2.1; }

  /* Final CTA */
  .keana-finalcta { padding: 72px 20px 120px; }
  .keana-finalcta__eyebrow { font-size: 12px; letter-spacing: 0.35em; }
  .keana-finalcta__title { letter-spacing: 0.08em; }
  .keana-finalcta__lead { font-size: 13px; letter-spacing: 0.02em; line-height: 1.9; margin-bottom: 28px; }
  .keana-finalcta__info { padding: 24px 20px; margin-top: 36px; gap: 20px; }
  .keana-finalcta__info dt {
    font-size: 11px;
    letter-spacing: 0.24em;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(217,184,116,0.25);
    margin-bottom: 6px;
  }
  .keana-finalcta__info dd { font-size: 14px; line-height: 1.85; }

  /* Sticky CTA */
  .keana-stickycta {
    bottom: 12px;
    padding: 10px 18px;
    gap: 10px;
    max-width: calc(100% - 32px);
  }
  .keana-stickycta__icon { width: 30px; height: 30px; }
  .keana-stickycta__text { white-space: nowrap; }
  .keana-stickycta__label { font-size: 10px; letter-spacing: 0.1em; }
  .keana-stickycta__tel { font-size: 16px; letter-spacing: 0.02em; }
}

@media (max-width: 380px) {
  .keana-hero__title { font-size: 22px; }
  .keana-btn__tel { font-size: 18px; }
  .keana-btn--xl .keana-btn__tel { font-size: 22px; }
  .keana-stickycta__tel { font-size: 15px; }
}

/* =============================================================
   WP統合時の余白調整（LPページのみ）
   - 最終CTA直下の Google Map (contentbottom widget) を密着させる
   - common.css の `.under-page .contentbottom { margin-top: 30px }` は
     共通パーツのため触らず、LPページ限定スコープ + !important で確実に上書き
   ============================================================= */
.page-pore .contentbottom {
  margin-top: 0 !important;
}

/* -------------------------------------------------------------
   中央寄せの復活
   Reset の `.keana-lp p` / `.keana-lp ul`（specificity 0,1,1）が
   `.keana-section__subtitle` / `.keana-checklist`（0,1,0）の
   margin auto・margin-top を上書きして左寄せ＆上余白消失していたため、
   specificity (0,2,0) で中央寄せを再指定する。
   ------------------------------------------------------------- */
.keana-lp .keana-section__subtitle {
  margin: 24px auto 0;
}
.keana-lp .keana-checklist {
  margin: 0 auto;
}
