/* =========================================================
   みかぼし LP — 視覚リファイン v2
   和紙ベース・上品×親しみ｜椿・三日月・墨筆のモチーフ
   コピー保全・視覚のみ刷新
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  /* Brand palette (厳守) */
  --color-ink: #14151a;
  --color-ink-soft: #2d2c2a;
  --color-ink-mute: #4a4843;
  --color-gold: #b59a5c;
  --color-gold-soft: #c8b078;
  --color-gold-deep: #8d7640;
  --color-washi: #ece9e2;
  --color-washi-deep: #e8ddc4;
  --color-washi-soft: #f4f1ea;
  --color-washi-warm: #efe6cf;
  --color-marker: #f1e6c4;
  --color-warn: #8b3a3a;
  --color-warn-bg: #f4e4e0;
  --color-info: #3a4a6e;
  --color-info-bg: #e8ebf2;
  --color-line: #06c755;
  --color-line-hover: #04a445;

  /* Type */
  --font-yugo: "游ゴシック体", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-serif: var(--font-yugo);
  --font-sans: var(--font-yugo);
  --font-round: var(--font-yugo);

  --max-w: 1080px;
  --max-w-narrow: 720px;

  /* Easing */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Motif library (data: SVG) ---------- */
/* 椿 / camellia — 5 petals stylized */
:root {
  --motif-camellia-gold: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23b59a5c' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'><circle cx='32' cy='32' r='3.5' fill='%23b59a5c' fill-opacity='0.35'/><path d='M32 28c-2-5-7-7-11-5 0 6 5 9 11 9z'/><path d='M32 28c2-5 7-7 11-5 0 6-5 9-11 9z'/><path d='M28 32c-5 1-8 6-7 11 6 1 10-3 11-9z'/><path d='M36 32c5 1 8 6 7 11-6 1-10-3-11-9z'/><path d='M32 36c-1 5 2 10 7 12 3-5 1-11-4-13z'/></svg>");
  --motif-camellia-soft: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23b59a5c' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round' opacity='0.5'><circle cx='32' cy='32' r='3.5' fill='%23b59a5c' fill-opacity='0.25'/><path d='M32 28c-2-5-7-7-11-5 0 6 5 9 11 9z'/><path d='M32 28c2-5 7-7 11-5 0 6-5 9-11 9z'/><path d='M28 32c-5 1-8 6-7 11 6 1 10-3 11-9z'/><path d='M36 32c5 1 8 6 7 11-6 1-10-3-11-9z'/><path d='M32 36c-1 5 2 10 7 12 3-5 1-11-4-13z'/></svg>");
  /* 三日月 / crescent */
  --motif-moon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='none'><path d='M28 8a14 14 0 1 0 0 24 11 11 0 0 1 0-24z' fill='%23b59a5c' fill-opacity='0.9'/></svg>");
  --motif-moon-line: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='none' stroke='%23b59a5c' stroke-width='1.2'><path d='M28 8a14 14 0 1 0 0 24 11 11 0 0 1 0-24z'/></svg>");
  /* 花びら / petal */
  --motif-petal: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20' fill='%23b59a5c' fill-opacity='0.45'><path d='M6 0c3 6 3 14 0 20-3-6-3-14 0-20z'/></svg>");
  /* 墨筆罫線 / brush rule, horizontal */
  --motif-brush: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 8' fill='none' stroke='%23b59a5c' stroke-linecap='round'><path d='M2 4 Q 50 1 100 4 T 198 4' stroke-width='1.4'/><circle cx='100' cy='4' r='1.8' fill='%23b59a5c'/></svg>");
  /* 罫線端の小印 / hairline cap dot */
  --motif-seal-dot: radial-gradient(circle, var(--color-gold) 0%, var(--color-gold) 40%, transparent 42%);
  /* 星 / star scatter (for campaign) */
  --motif-stars: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400' fill='%23c8b078'><circle cx='40' cy='60' r='0.8' opacity='0.7'/><circle cx='120' cy='30' r='1.2' opacity='0.8'/><circle cx='200' cy='80' r='0.6' opacity='0.6'/><circle cx='280' cy='40' r='1' opacity='0.7'/><circle cx='360' cy='90' r='0.9' opacity='0.6'/><circle cx='80' cy='140' r='1.1' opacity='0.7'/><circle cx='180' cy='180' r='0.7' opacity='0.5'/><circle cx='320' cy='160' r='1.3' opacity='0.8'/><circle cx='50' cy='230' r='0.9' opacity='0.6'/><circle cx='150' cy='280' r='1' opacity='0.7'/><circle cx='250' cy='250' r='0.8' opacity='0.6'/><circle cx='350' cy='300' r='1.1' opacity='0.7'/><circle cx='90' cy='350' r='0.7' opacity='0.5'/><circle cx='220' cy='370' r='1' opacity='0.6'/><circle cx='300' cy='350' r='0.9' opacity='0.7'/></svg>");
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.85;
  color: var(--color-ink);
  background: var(--color-washi);
  background-image:
    radial-gradient(rgba(20,21,26,0.025) 1px, transparent 1px),
    radial-gradient(rgba(181,154,92,0.035) 1px, transparent 1px);
  background-size: 4px 4px, 7px 7px;
  background-position: 0 0, 1px 3px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
strong { font-weight: 700; }

::selection { background: var(--color-marker); color: var(--color-ink); }

.container,
.container-narrow {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.container { max-width: var(--max-w); }
.container-narrow { max-width: var(--max-w-narrow); }

/* Section — rhythm varies per section (overridden below) */
.section {
  padding: 88px 0;
  position: relative;
}

/* sections separate by background color shift only — no inter-section ornament */

/* ---------- Typography ---------- */
.heading {
  font-family: var(--font-serif);
  font-size: clamp(26px, 5vw, 38px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.45;
  margin: 0 0 14px;
  color: var(--color-ink);
  text-wrap: pretty;
}
.heading-sub {
  font-family: var(--font-round);
  color: var(--color-ink-soft);
  font-size: 14px;
  margin: 0 0 44px;
  text-align: center;
  letter-spacing: 0.04em;
}

/* kicker — gold rule, narrow letterspacing */
.kicker {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 13px;
  letter-spacing: 0.42em;
  color: var(--color-gold);
  text-align: center;
  margin: 0 0 18px;
  padding: 6px 18px;
  position: relative;
}
.kicker::before,
.kicker::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: var(--color-gold);
}
.kicker::before { top: 0; }
.kicker::after  { bottom: 0; }

/* numeric kicker — small editorial mark */
.kicker-num {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-serif);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--color-gold);
  margin: 0 0 14px;
  font-weight: 700;
  padding: 0;
}
.kicker-num::before,
.kicker-num::after {
  content: '';
  width: 22px; height: 1px;
  background: var(--color-gold);
  opacity: 0.55;
}

.accent { color: var(--color-gold); }
.muted { color: rgba(20,21,26,0.6); font-size: 0.9em; }
.strike { text-decoration: line-through; color: rgba(20,21,26,0.4); font-weight: 400; margin-right: 6px; }

/* Center headings & kickers inside containers */
.section > .container > .kicker-num,
.section > .container-narrow > .kicker-num,
.section > .container > .heading,
.section > .container-narrow > .heading {
  text-align: center;
  display: flex;
  justify-content: center;
}
.section > .container > .heading,
.section > .container-narrow > .heading {
  display: block;
  text-align: center;
}

/* ---------- Section heading underline ---------- */
.section .heading {
  position: relative;
}
.section .heading::after {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  margin: 22px auto 0;
  background: var(--color-gold);
  opacity: 0.6;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 26px;
  font-family: var(--font-round);
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s var(--ease-out),
              box-shadow .25s var(--ease-out),
              background .2s var(--ease-out),
              color .2s var(--ease-out);
  text-align: center;
  line-height: 1.2;
  min-height: 52px;
  position: relative;
  letter-spacing: 0.04em;
}
.btn small { font-size: 12px; font-weight: 500; opacity: 0.88; margin-left: 2px; letter-spacing: 0; }
.btn-icon { font-size: 12px; display: inline-block; transition: transform .25s var(--ease-out); }
.btn:hover .btn-icon { transform: translateX(3px); }

.btn-line {
  background: var(--color-line);
  color: #fff;
  box-shadow: 0 4px 0 var(--color-line-hover), 0 8px 18px -8px rgba(6,199,85,0.45);
}
.btn-line:hover {
  background: var(--color-line-hover);
  box-shadow: 0 2px 0 #038438, 0 14px 28px -10px rgba(6,199,85,0.55);
  transform: translateY(-2px);
}
.btn-line:active { transform: translateY(1px); box-shadow: 0 1px 0 #038438; }

.btn-dark {
  background: var(--color-ink);
  color: var(--color-gold);
  border-color: var(--color-ink);
  box-shadow: 0 4px 0 #000, 0 10px 22px -10px rgba(20,21,26,0.45);
}
.btn-dark:hover {
  background: #000;
  box-shadow: 0 2px 0 #000, 0 16px 30px -10px rgba(20,21,26,0.55);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--color-ink);
  border-color: var(--color-ink);
}
.btn-outline:hover {
  background: var(--color-ink);
  color: var(--color-gold);
}

.btn-ghost {
  background: transparent;
  color: var(--color-ink-soft);
  border-color: transparent;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 12px;
  min-height: auto;
  position: relative;
  letter-spacing: 0.02em;
}
.btn-ghost::after {
  content: '';
  position: absolute;
  left: 12px; right: 12px; bottom: 6px;
  height: 1px;
  background: currentColor;
  opacity: 0.4;
  transform-origin: left;
  transition: transform .25s var(--ease-out), background .2s, opacity .2s;
}
.btn-ghost:hover { color: var(--color-ink); }
.btn-ghost:hover::after { background: var(--color-gold); opacity: 1; }

.btn-sm { padding: 8px 14px; font-size: 13.5px; min-height: auto; }
.btn-lg { padding: 19px 34px; font-size: 18px; min-height: 62px; }

/* ============================================================
   HERO — 夜空と椿の世界観をそのまま、コンテンツは和紙の上に
   ============================================================ */
.hero {
  position: relative;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--color-washi);
}
.hero-image {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 380px;
  max-height: 620px;
  overflow: hidden;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  transform: scale(1.02);
  transition: transform 8s ease-out;
}
.hero:hover .hero-image img { transform: scale(1.05); }
.hero-image-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(20,21,40,0.0)   0%,
      rgba(20,21,40,0.0)  50%,
      rgba(236,233,226,0.15) 72%,
      rgba(236,233,226,0.85) 92%,
      var(--color-washi) 100%);
  pointer-events: none;
}
/* gold seal in upper-right of image */
.hero-image::after {
  content: '';
  position: absolute;
  top: 24px; right: 24px;
  width: 56px; height: 56px;
  background: var(--motif-moon) center / contain no-repeat;
  opacity: 0.85;
  filter: drop-shadow(0 0 12px rgba(20,21,40,0.4));
}

.hero-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 720px;
  padding: 8px 24px 64px;
  text-align: center;
  color: var(--color-ink);
  background: transparent;
  margin-top: -40px;
}
.hero-content::before {
  /* central washi cartouche behind text */
  content: '';
  position: absolute;
  inset: 24px -8px 8px;
  background: var(--color-washi);
  background-image:
    radial-gradient(rgba(20,21,26,0.025) 1px, transparent 1px),
    radial-gradient(rgba(181,154,92,0.035) 1px, transparent 1px);
  background-size: 4px 4px, 7px 7px;
  border-top: 1px solid rgba(181,154,92,0.35);
  z-index: -1;
}

.brand-logo {
  font-family: var(--font-serif);
  font-size: 17px;
  letter-spacing: 0.55em;
  color: var(--color-gold);
  margin: 28px 0 26px;
  padding-left: 0.55em;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.brand-logo::before,
.brand-logo::after {
  content: '';
  width: 36px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(26px, 4.6vw, 40px);
  font-weight: 700;
  line-height: 1.55;
  margin: 0 0 26px;
  letter-spacing: 0.05em;
  color: var(--color-ink);
}
.hero-title .accent {
  background: linear-gradient(transparent 62%, rgba(241,230,196,0.95) 62%, rgba(241,230,196,0.95) 95%, transparent 95%);
  padding: 0 6px;
}
.hero-sub {
  font-family: var(--font-sans);
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 2;
  margin: 0 0 34px;
  color: var(--color-ink-soft);
  font-weight: 500;
}
.hero-sub strong { color: var(--color-ink); font-weight: 700; }
.hero-sub .muted { color: rgba(20,21,26,0.55); font-size: 0.92em; }
.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}
.hero-cta .btn-line { min-width: 300px; }
.trust-badge {
  font-family: var(--font-round);
  font-size: 13px;
  color: var(--color-ink-soft);
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  border-top: 1px solid rgba(181,154,92,0.35);
  border-bottom: 1px solid rgba(181,154,92,0.35);
}
.trust-badge strong { color: var(--color-ink); font-weight: 700; margin: 0 2px; }
.trust-badge .dot-sep { color: var(--color-gold); margin: 0 6px; }

/* ============================================================
   02 痛み喚起 — 夜の声、便箋風
   ============================================================ */
.pain {
  background: var(--color-washi);
  padding: 96px 0 104px;
  position: relative;
}
.pain::before {
  /* small crescent floating top-left */
  content: '';
  position: absolute;
  top: 56px; left: max(8%, 24px);
  width: 28px; height: 28px;
  background: var(--motif-moon-line) center / contain no-repeat;
  opacity: 0.4;
}
.pain .kicker {
  display: block;
  width: fit-content;
  margin: 0 auto 36px;
  font-size: 17px;
  letter-spacing: 0.16em;
  font-weight: 600;
}
.pain-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 580px;
}
.pain-list li {
  font-family: var(--font-serif);
  font-size: 17px;
  padding: 18px 4px 18px 12px;
  border-bottom: 1px dashed rgba(20,21,26,0.18);
  display: flex;
  gap: 14px;
  align-items: baseline;
  line-height: 1.75;
  transition: padding .25s var(--ease-out), background .25s var(--ease-out);
}
.pain-list li:last-child { border-bottom: none; }
.pain-list li:hover {
  padding-left: 20px;
  background: linear-gradient(90deg, rgba(241,230,196,0.5), transparent 80%);
}
.pain-mark {
  color: var(--color-gold);
  font-weight: 700;
  flex-shrink: 0;
  letter-spacing: 0;
  transform: translateY(-1px);
}
.pain-bridge {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 2;
  color: var(--color-ink);
  margin: 48px auto 0;
  max-width: 580px;
  padding: 28px 24px;
  background: var(--color-washi-warm);
  border-radius: 2px;
  position: relative;
  box-shadow:
    0 1px 0 rgba(181,154,92,0.3) inset,
    0 -1px 0 rgba(181,154,92,0.3) inset;
}
.pain-bridge::before,
.pain-bridge::after {
  content: '';
  position: absolute;
  width: 10px; height: 10px;
  border: 1px solid var(--color-gold);
  background: var(--color-washi-warm);
}
.pain-bridge::before { top: -5px; left: -5px; border-right: none; border-bottom: none; }
.pain-bridge::after  { bottom: -5px; right: -5px; border-left: none; border-top: none; }

/* ============================================================
   03 Profile — 雑誌コラム風／ドロップキャップ＋椿の透かし
   ============================================================ */
.profile {
  background: var(--color-washi-deep);
  padding: 92px 0;
  position: relative;
  overflow: hidden;
}
.profile::before {
  /* large camellia watermark, top-right */
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 280px; height: 280px;
  background: var(--motif-camellia-soft) center / contain no-repeat;
  opacity: 0.25;
  pointer-events: none;
}
.profile::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -40px;
  width: 200px; height: 200px;
  background: var(--motif-camellia-soft) center / contain no-repeat;
  opacity: 0.18;
  transform: rotate(140deg);
  pointer-events: none;
}

.definition-box {
  background: var(--color-washi-soft);
  border-radius: 2px;
  padding: 26px 28px;
  max-width: 680px;
  margin: 0 auto 56px;
  font-size: 15px;
  line-height: 2;
  position: relative;
  box-shadow: 0 1px 0 rgba(181,154,92,0.3) inset;
}
.definition-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: linear-gradient(180deg,
    var(--color-gold) 0%,
    var(--color-gold) 50%,
    transparent 100%);
}
.definition-box strong {
  background: linear-gradient(transparent 62%, var(--color-marker) 62%);
}

.profile-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  max-width: 880px;
  margin: 0 auto 56px;
  align-items: flex-start;
  position: relative;
}
.profile-image {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid rgba(181,154,92,0.5);
  box-shadow:
    0 16px 32px -18px rgba(20,21,26,0.35),
    0 4px 12px -8px rgba(20,21,26,0.15);
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.profile-image:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 40px -16px rgba(20,21,26,0.4),
    0 6px 16px -8px rgba(20,21,26,0.2);
}
.profile-image img { display: block; }
.profile-image::after {
  /* corner seal */
  content: '';
  position: absolute;
  bottom: 10px; right: 10px;
  width: 28px; height: 28px;
  background: var(--motif-moon) center / contain no-repeat;
  opacity: 0.9;
  filter: drop-shadow(0 2px 4px rgba(20,21,26,0.3));
}

.profile-name {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 18px;
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 14px;
}
.profile-name::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 56px; height: 6px;
  background: var(--motif-brush) left / contain no-repeat;
  opacity: 0.85;
}
.profile-handle {
  display: inline-block;
  font-family: var(--font-round);
  font-size: 12px;
  color: var(--color-gold);
  margin-left: 10px;
  letter-spacing: 0.04em;
  font-weight: 500;
  vertical-align: middle;
  padding: 2px 8px;
  border: 1px solid rgba(181,154,92,0.4);
  border-radius: 999px;
}

.profile-story p {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 14px;
  color: var(--color-ink-soft);
}
.profile-story p:first-of-type::first-letter {
  font-family: var(--font-serif);
  font-size: 2.4em;
  float: left;
  line-height: 1;
  padding: 4px 8px 0 0;
  color: var(--color-gold);
  font-weight: 700;
}
.profile-story p strong {
  background: linear-gradient(transparent 60%, var(--color-marker) 60%);
  color: var(--color-ink);
}
.profile-closing {
  margin-top: 18px !important;
  font-weight: 600;
  color: var(--color-ink) !important;
  position: relative;
  padding-left: 16px;
}
.profile-closing::before {
  content: '';
  position: absolute;
  left: 0; top: 0.65em;
  width: 8px; height: 8px;
  background: var(--color-gold);
  border-radius: 50%;
}

.stats-row {
  display: flex;
  justify-content: center;
  gap: 56px;
  max-width: 680px;
  margin: 0 auto;
  padding: 32px 24px;
  border-top: 1px solid rgba(181,154,92,0.4);
  border-bottom: 1px solid rgba(181,154,92,0.4);
  position: relative;
}
.stats-row::before,
.stats-row::after {
  content: '';
  position: absolute;
  width: 8px; height: 8px;
  background: var(--color-gold);
  border-radius: 50%;
}
.stats-row::before { top: -4px; left: 50%; transform: translateX(-50%); }
.stats-row::after  { bottom: -4px; left: 50%; transform: translateX(-50%); }
.stat { text-align: center; flex: 0 0 auto; }
.stat-num {
  font-family: var(--font-serif);
  font-size: 30px;
  color: var(--color-gold);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.stat-num small { font-size: 14px; color: var(--color-ink-soft); margin-left: 3px; font-weight: 500; }
.stat-label {
  font-family: var(--font-round);
  font-size: 12px;
  color: var(--color-ink-soft);
  margin-top: 8px;
  letter-spacing: 0.1em;
}

/* ============================================================
   04 LINE mock — 端末風＋月のフロート
   ============================================================ */
.line-mock {
  background: var(--color-washi);
  padding: 88px 0 96px;
  position: relative;
}
.line-mock::before {
  /* faint crescent above the phone */
  content: '';
  position: absolute;
  top: 80px; left: 50%; transform: translateX(-50%);
  width: 60px; height: 60px;
  background: var(--motif-moon-line) center / contain no-repeat;
  opacity: 0;
  pointer-events: none;
}
.line-screen {
  max-width: 380px;
  margin: 0 auto 28px;
  background: #e5ddd5;
  border-radius: 24px;
  padding: 0;
  box-shadow:
    0 0 0 8px #0c0d10,
    0 0 0 9px rgba(181,154,92,0.4),
    0 24px 48px -20px rgba(20,21,26,0.45),
    0 8px 24px -12px rgba(20,21,26,0.25);
  overflow: hidden;
  position: relative;
}
.line-screen::before {
  /* notch / status hint */
  content: '';
  position: absolute;
  top: 6px; left: 50%;
  transform: translateX(-50%);
  width: 48px; height: 4px;
  background: rgba(255,255,255,0.5);
  border-radius: 999px;
  z-index: 2;
}
.line-screen-head {
  background: linear-gradient(180deg, #1c1d22, var(--color-ink));
  color: var(--color-washi);
  padding: 22px 18px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-round);
  font-size: 14px;
  border-bottom: 1px solid rgba(181,154,92,0.25);
}
.line-avatar {
  width: 32px; height: 32px;
  background: var(--color-gold);
  color: var(--color-ink);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-family: var(--font-serif);
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  overflow: hidden;
  flex-shrink: 0;
}
.line-avatar img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.line-name { font-weight: 500; letter-spacing: 0.04em; }
.line-screen-body {
  padding: 18px 14px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background:
    linear-gradient(180deg, #e5ddd5, #ddd4c8);
}
.line-msg {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.line-msg .avatar {
  width: 34px; height: 34px;
  background: var(--color-gold);
  color: var(--color-ink);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-family: var(--font-serif);
  font-size: 14px;
  flex-shrink: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  overflow: hidden;
}
.line-msg .avatar img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.line-msg.them { justify-content: flex-start; }
.line-msg.me   { justify-content: flex-end; }
.bubble {
  background: #fff;
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.65;
  max-width: 80%;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  font-family: var(--font-sans);
  color: var(--color-ink);
}
.line-msg.me .bubble {
  background: #8bc34a;
  color: #fff;
  border-bottom-right-radius: 4px;
}
.line-msg.them .bubble {
  border-bottom-left-radius: 4px;
}
.line-foot {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 16px;
  margin: 32px auto 0;
  max-width: 560px;
  color: var(--color-ink);
  line-height: 2;
}
.line-foot strong {
  background: linear-gradient(transparent 60%, var(--color-marker) 60%);
}

/* ============================================================
   05 Voices — ふきだし型（chat bubble cards）
   ============================================================ */
.voices {
  background: var(--color-washi-deep);
  padding: 96px 0 104px;
  position: relative;
  overflow: hidden;
}
.voices::before {
  /* floating petal scatter */
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    var(--motif-petal),
    var(--motif-petal),
    var(--motif-petal);
  background-size: 10px 16px, 12px 20px, 8px 14px;
  background-position: 8% 18%, 88% 32%, 12% 78%;
  background-repeat: no-repeat;
  opacity: 0.55;
  pointer-events: none;
}
.voices-badge {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 15px;
  margin: 0 auto 42px;
  color: var(--color-ink-soft);
  padding: 8px 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--color-washi-soft);
  border: 1px solid rgba(181,154,92,0.35);
  border-radius: 999px;
  /* centered via flex on parent .container; need to center on its own line */
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.voices-badge strong {
  color: var(--color-gold);
  font-size: 20px;
  margin: 0 4px;
  font-weight: 700;
}
.voices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px 24px;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.voice-card {
  background: #fffdf8;
  border: 1px solid rgba(181,154,92,0.35);
  border-radius: 22px 22px 22px 6px;
  padding: 26px 24px 24px;
  position: relative;
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
  box-shadow: 0 4px 14px -8px rgba(20,21,26,0.15);
}
.voice-card::after {
  /* bubble tail */
  content: '';
  position: absolute;
  bottom: -10px; left: 22px;
  width: 18px; height: 18px;
  background: #fffdf8;
  border-right: 1px solid rgba(181,154,92,0.35);
  border-bottom: 1px solid rgba(181,154,92,0.35);
  transform: rotate(45deg);
}
.voice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px -16px rgba(20,21,26,0.25);
}
.voice-card::before {
  content: '"';
  position: absolute;
  top: -4px; right: 18px;
  font-family: var(--font-serif);
  font-size: 64px;
  color: var(--color-gold);
  opacity: 0.35;
  line-height: 1;
  font-weight: 700;
}
.voice-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.voice-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(181,154,92,0.4);
  box-shadow: 0 2px 6px -2px rgba(20,21,26,0.18);
}
.voice-avatar svg { display: block; width: 100%; height: 100%; }
.voice-meta { margin-bottom: 0; }
.voice-attr {
  display: inline-block;
  background: var(--color-washi-warm);
  color: var(--color-ink-soft);
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-family: var(--font-round);
  letter-spacing: 0.06em;
  border: 1px solid rgba(181,154,92,0.25);
}
.voice-card p {
  font-size: 14px;
  line-height: 1.95;
  margin: 0;
  color: var(--color-ink);
}

/* ============================================================
   06 Compare — グリッドベース／ours列を主役に
   ============================================================ */
.compare {
  background: var(--color-washi);
  padding: 96px 0;
  position: relative;
}

.cmp {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 132px 1.35fr 1fr 1fr;
  background: var(--color-washi-soft);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 36px -22px rgba(20,21,26,0.3);
  position: relative;
}
/* gold rule down the ours column */
.cmp::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  /* column 2 starts after column 1 (132px), spans 1.35fr of remaining */
  left: 132px;
  width: calc((100% - 132px) * 1.35 / 3.35);
  background: var(--color-washi-warm);
  pointer-events: none;
  z-index: 0;
  box-shadow:
    inset 1px 0 0 rgba(181,154,92,0.5),
    inset -1px 0 0 rgba(181,154,92,0.5);
}

.cmp-head,
.cmp-row {
  display: contents;
}

.cmp-cell {
  padding: 22px 18px;
  font-size: 14.5px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top: 1px solid rgba(181,154,92,0.18);
}
/* first row (head) — no top border */
.cmp-head .cmp-cell { border-top: none; padding-top: 24px; padding-bottom: 18px; }

/* row label (left column) */
.cmp-label {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--color-ink);
  background: transparent;
  text-align: left;
  align-items: flex-start;
  justify-content: center;
  padding-left: 24px;
  padding-right: 8px;
}

/* header cells (top row) */
.cmp-h {
  background: transparent;
}
.cmp-h-title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-ink-soft);
  letter-spacing: 0.06em;
}
.cmp-h-tag {
  font-family: var(--font-round);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  margin-top: 6px;
  padding: 2px 10px;
  border-radius: 999px;
  background: var(--color-ink);
  color: var(--color-gold);
  font-weight: 700;
}
.cmp-h-ours .cmp-h-title { color: var(--color-ink); font-size: 18px; }
/* gold cap above ours header */
.cmp-h-ours::before {
  content: '';
  position: absolute;
  top: 0; left: 12%; right: 12%;
  height: 3px;
  background: var(--color-gold);
}

/* ours column cells — text styling on top of the column background painted by .cmp::before */
.cmp-ours .cmp-line {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-ink);
  letter-spacing: 0.02em;
}
.cmp-ours .cmp-note {
  font-size: 12.5px;
  color: var(--color-gold-deep);
  margin-top: 4px;
  letter-spacing: 0.02em;
  font-weight: 500;
}

/* other columns */
.cmp-line {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-ink-soft);
}
.cmp-line--mute {
  color: var(--color-ink-mute);
  opacity: 0.78;
}
.cmp-note {
  font-size: 12px;
  color: var(--color-ink-soft);
  margin-top: 4px;
  line-height: 1.55;
  opacity: 0.72;
}

.compare-note {
  max-width: 720px;
  margin: 18px auto 0;
  font-size: 12.5px;
  color: var(--color-ink-soft);
  text-align: center;
  line-height: 1.7;
}

/* ---------- Compare mobile (≤640): stack as row cards ---------- */
@media (max-width: 640px) {
  .cmp {
    display: block;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
  }
  .cmp::before { display: none; }
  .cmp-head { display: none; }
  .cmp-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "label label"
      "ours  ours"
      "alt1  alt2";
    gap: 0;
    background: var(--color-washi-soft);
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 14px;
    box-shadow: 0 6px 18px -12px rgba(20,21,26,0.2);
  }
  .cmp-row .cmp-cell { border-top: none; padding: 14px 16px; align-items: flex-start; text-align: left; }
  .cmp-row .cmp-label {
    grid-area: label;
    background: var(--color-washi-warm);
    padding: 10px 16px;
    font-size: 12.5px;
    letter-spacing: 0.14em;
    color: var(--color-gold-deep);
    border-bottom: 1px solid rgba(181,154,92,0.3);
  }
  .cmp-row .cmp-ours {
    grid-area: ours;
    background: rgba(181,154,92,0.1);
    border-left: 3px solid var(--color-gold);
    padding: 16px 16px;
  }
  .cmp-ours .cmp-line { font-size: 17px; }
  .cmp-row .cmp-cell:nth-child(3) { grid-area: alt1; padding-top: 10px; padding-bottom: 14px; }
  .cmp-row .cmp-cell:nth-child(4) { grid-area: alt2; padding-top: 10px; padding-bottom: 14px; border-left: 1px solid rgba(181,154,92,0.18); }
  .cmp-row .cmp-cell:nth-child(3)::before,
  .cmp-row .cmp-cell:nth-child(4)::before {
    font-family: var(--font-serif);
    font-size: 10.5px;
    letter-spacing: 0.1em;
    color: var(--color-ink-mute);
    opacity: 0.7;
    margin-bottom: 4px;
  }
  .cmp-row .cmp-cell:nth-child(3)::before { content: '電話占い'; }
  .cmp-row .cmp-cell:nth-child(4)::before { content: '対面占い'; }
}

/* ============================================================
   07 Pricing — 台座型／featuredが一段高い
   ============================================================ */
.pricing {
  background: var(--color-washi-deep);
  padding: 100px 0 88px;
  position: relative;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px 22px;
  max-width: 980px;
  margin: 0 auto 32px;
  align-items: end;
}
.price-card {
  background: var(--color-washi-soft);
  border: 1px solid rgba(181,154,92,0.4);
  border-radius: 4px;
  padding: 36px 26px 32px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out);
  box-shadow: 0 6px 18px -10px rgba(20,21,26,0.18);
}
/* base pedestal */
.price-card::after {
  content: '';
  position: absolute;
  left: -6px; right: -6px; bottom: -10px;
  height: 10px;
  background: var(--color-gold);
  opacity: 0.7;
  border-radius: 2px;
  box-shadow: 0 4px 8px -4px rgba(20,21,26,0.3);
}
.price-card::before {
  content: '';
  position: absolute;
  left: -12px; right: -12px; bottom: -18px;
  height: 8px;
  background: var(--color-ink);
  opacity: 0.7;
  border-radius: 2px;
  z-index: -1;
}
.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px -12px rgba(20,21,26,0.25);
}
.price-card.is-featured {
  border: 1px solid var(--color-gold);
  background:
    linear-gradient(180deg, rgba(241,230,196,0.55) 0%, var(--color-washi-soft) 55%);
  transform: translateY(-18px) scale(1.04);
  z-index: 2;
  box-shadow: 0 18px 40px -16px rgba(20,21,26,0.28);
  padding-top: 44px;
}
.price-card.is-featured::after {
  height: 12px;
  background: var(--color-gold);
  opacity: 1;
}
.price-card.is-featured::before {
  height: 10px;
  bottom: -22px;
}
.price-card.is-featured:hover {
  transform: translateY(-22px) scale(1.04);
}

.price-badge {
  position: absolute;
  top: -16px; left: 50%; transform: translateX(-50%);
  background: var(--color-ink);
  color: var(--color-gold);
  font-family: var(--font-round);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 999px;
  letter-spacing: 0.14em;
  box-shadow: 0 4px 12px -4px rgba(20,21,26,0.4);
  white-space: nowrap;
}
.price-tier {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--color-ink);
  letter-spacing: 0.08em;
}
.price-tier::after {
  content: '';
  display: block;
  width: 32px; height: 1px;
  background: var(--color-gold);
  margin: 12px auto 14px;
}
.price-amount {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 24px;
  color: var(--color-ink);
  line-height: 1.2;
}
.price-amount strong { color: var(--color-gold); font-size: 34px; }
.price-amount small { font-size: 12px; color: var(--color-ink-soft); font-weight: 500; margin-left: 4px; display: inline-block; }
.price-feature {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  text-align: left;
  flex: 1;
}
.price-feature li {
  font-size: 13px;
  line-height: 1.75;
  padding: 8px 0 8px 22px;
  position: relative;
  border-bottom: 1px dashed rgba(181,154,92,0.3);
}
.price-feature li:last-child { border-bottom: none; }
.price-feature li::before {
  content: '';
  position: absolute;
  left: 0; top: 14px;
  width: 12px; height: 12px;
  background: var(--motif-camellia-gold) center / contain no-repeat;
  opacity: 0.85;
}
.price-feature strong { color: var(--color-gold-deep); }
.pricing-note {
  max-width: 600px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 12px;
  color: var(--color-ink-soft);
  line-height: 1.7;
}

.guarantee-box {
  max-width: 620px;
  margin: 56px auto 0;
  background: var(--color-info-bg);
  border: 1px solid rgba(58,74,110,0.3);
  border-radius: 4px;
  padding: 28px 32px;
  position: relative;
}
.guarantee-box::before {
  content: '';
  position: absolute;
  top: -1px; left: 24px; right: 24px;
  height: 3px;
  background: var(--color-info);
  border-radius: 0 0 4px 4px;
}
.guarantee-title {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 14px;
  color: var(--color-info);
  text-align: center;
  letter-spacing: 0.06em;
}
.guarantee-list { list-style: none; margin: 0; padding: 0; }
.guarantee-list li {
  font-size: 14px;
  line-height: 1.85;
  padding: 5px 0;
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.check { color: var(--color-info); font-weight: 700; flex-shrink: 0; }

/* ============================================================
   08 Steps — 絵巻型（horizontal procession w/ brush rail）
   ============================================================ */
.steps {
  background: var(--color-washi);
  padding: 92px 0 96px;
  position: relative;
}
.steps-list {
  list-style: none;
  counter-reset: none;
  margin: 0 auto;
  padding: 32px 0 0;
  max-width: 880px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
}
/* brush rail connecting the steps */
.steps-list::before {
  content: '';
  position: absolute;
  top: 64px; left: 8%; right: 8%;
  height: 8px;
  background: var(--motif-brush) center / 200px 8px repeat-x;
  opacity: 0.6;
  z-index: 0;
}
.steps-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  background: transparent;
  padding: 0;
  border: none;
  position: relative;
  z-index: 1;
}
.step-num {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 700;
  color: var(--color-gold);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--color-washi-soft);
  border: 1.5px solid var(--color-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow:
    0 0 0 6px var(--color-washi),
    0 6px 18px -6px rgba(20,21,26,0.25);
  position: relative;
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out), background .3s;
}
.steps-list li:hover .step-num {
  transform: translateY(-3px);
  background: var(--color-gold);
  color: var(--color-washi-soft);
  box-shadow:
    0 0 0 6px var(--color-washi),
    0 12px 28px -8px rgba(20,21,26,0.35);
}
.step-body { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.step-title {
  font-family: var(--font-serif);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--color-ink);
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.step-time {
  font-family: var(--font-round);
  font-size: 11.5px;
  color: var(--color-gold-deep);
  letter-spacing: 0.06em;
  padding: 2px 10px;
  background: var(--color-washi-warm);
  border-radius: 999px;
}
.steps-foot {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 15px;
  color: var(--color-ink-soft);
  margin: 40px 0 0;
  font-weight: 500;
}

/* ============================================================
   09 FAQ — 巻物型（scroll panel, Q/A with seal markers）
   ============================================================ */
.faq {
  background: var(--color-washi-deep);
  padding: 92px 0;
  position: relative;
}
.faq-list {
  max-width: 680px;
  margin: 0 auto;
  background: var(--color-washi-soft);
  border-radius: 4px;
  padding: 8px 28px;
  border-top: 4px solid var(--color-gold);
  border-bottom: 4px solid var(--color-gold);
  box-shadow: 0 8px 26px -16px rgba(20,21,26,0.25);
  position: relative;
}
.faq-list::before,
.faq-list::after {
  content: '';
  position: absolute;
  left: -8px; right: -8px;
  height: 8px;
  background: var(--color-ink);
  border-radius: 2px;
}
.faq-list::before { top: -12px; }
.faq-list::after  { bottom: -12px; }
.faq-item {
  border-bottom: 1px dashed rgba(181,154,92,0.4);
  padding: 4px 0;
}
.faq-item:last-child { border-bottom: none; }
.faq-item summary {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 700;
  padding: 20px 36px 20px 38px;
  cursor: pointer;
  list-style: none;
  position: relative;
  color: var(--color-ink);
  letter-spacing: 0.02em;
  line-height: 1.55;
  transition: color .2s, background .2s;
}
.faq-item summary:hover { color: var(--color-gold-deep); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: 'Q';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 26px; height: 26px;
  background: var(--color-gold);
  color: var(--color-washi-soft);
  border-radius: 50%;
  font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif);
  font-weight: 700;
}
.faq-item summary::after {
  content: '＋';
  position: absolute;
  right: 4px; top: 50%;
  transform: translateY(-50%);
  color: var(--color-gold);
  font-family: var(--font-round);
  font-size: 18px;
  width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s var(--ease-out), color .2s;
}
.faq-item[open] summary { color: var(--color-gold-deep); }
.faq-item[open] summary::after { content: '－'; transform: translateY(-50%) rotate(180deg); }
.faq-answer {
  padding: 0 8px 22px 38px;
  font-size: 14px;
  line-height: 1.95;
  color: var(--color-ink-soft);
  position: relative;
  animation: faqOpen .35s var(--ease-out);
}
.faq-answer::before {
  content: 'A';
  position: absolute;
  left: 0; top: 0;
  width: 26px; height: 26px;
  background: var(--color-info);
  color: var(--color-washi-soft);
  border-radius: 50%;
  font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-serif);
  font-weight: 700;
}
@keyframes faqOpen {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}

/* ============================================================
   10 Campaign — 夜空のメッセージ（馴染ませる｜星のscatter）
   ============================================================ */
.campaign {
  background: var(--color-washi-deep);
  padding: 24px 0 72px;
  position: relative;
}
/* hide gold separator above this section — feels more continuous */
.campaign + .section::before { opacity: 0.55; }
.campaign::before {
  /* small petals at top */
  content: '';
  position: absolute;
  top: -8px; left: 0; right: 0;
  height: 24px;
  background:
    var(--motif-petal) 18% 50% / 8px 14px no-repeat,
    var(--motif-petal) 82% 50% / 10px 16px no-repeat;
  opacity: 0.5;
}
.campaign-card {
  background: linear-gradient(155deg, #1a1b22 0%, var(--color-ink) 55%, #0c0d10 100%);
  color: var(--color-washi);
  border-radius: 6px;
  padding: 48px 32px 44px;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 680px;
  margin: 0 auto;
  border: 1px solid var(--color-gold);
  box-shadow:
    0 0 0 1px rgba(181,154,92,0.2) inset,
    0 24px 48px -20px rgba(20,21,26,0.5);
}
.campaign-card::before {
  /* star field */
  content: '';
  position: absolute;
  inset: 0;
  background: var(--motif-stars) center / cover no-repeat;
  opacity: 0.85;
  pointer-events: none;
}
.campaign-card::after {
  /* glowing crescent corner */
  content: '';
  position: absolute;
  top: -20px; right: -20px;
  width: 140px; height: 140px;
  background: var(--motif-moon) center / contain no-repeat;
  opacity: 0.3;
  filter: blur(0.3px) drop-shadow(0 0 18px rgba(200,176,120,0.4));
  pointer-events: none;
}
.campaign-card > * { position: relative; z-index: 1; }

.campaign-tag {
  display: inline-block;
  background: var(--color-gold);
  color: var(--color-ink);
  font-family: var(--font-round);
  font-size: 11.5px;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 999px;
  letter-spacing: 0.18em;
  margin: 0 0 18px;
  box-shadow: 0 4px 12px -4px rgba(0,0,0,0.5);
}
.campaign-title {
  font-family: var(--font-serif);
  font-size: clamp(20px, 4vw, 25px);
  font-weight: 700;
  margin: 0 0 18px;
  line-height: 1.65;
  color: var(--color-washi);
  letter-spacing: 0.04em;
}
.campaign-title .accent {
  color: var(--color-gold);
  background: none;
  display: inline-block;
  position: relative;
  padding: 0 2px;
}
.campaign-title .accent::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}
.campaign-desc {
  font-size: 14px;
  line-height: 2;
  color: rgba(236,233,226,0.88);
  margin: 0 0 22px;
}
.campaign-deadline {
  font-family: var(--font-round);
  font-size: 13px;
  color: var(--color-gold-soft);
  margin: 0 0 26px;
  letter-spacing: 0.08em;
  display: inline-block;
  padding: 6px 18px;
  border-top: 1px solid rgba(181,154,92,0.4);
  border-bottom: 1px solid rgba(181,154,92,0.4);
}
.campaign-deadline strong { color: var(--color-gold); margin: 0 3px; font-size: 1.1em; }
.campaign-card .btn-line {
  box-shadow: 0 4px 0 var(--color-line-hover), 0 8px 24px -6px rgba(6,199,85,0.6);
}

/* ============================================================
   11 Final CTA — 寄り添いの一面（portrait, floating petals）
   ============================================================ */
.final-cta {
  background: var(--color-washi);
  padding: 88px 0 108px;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  /* corner petals */
  content: '';
  position: absolute;
  inset: 0;
  background:
    var(--motif-petal) 8% 24% / 10px 16px no-repeat,
    var(--motif-petal) 90% 16% / 12px 20px no-repeat,
    var(--motif-petal) 12% 84% / 8px 14px no-repeat,
    var(--motif-petal) 88% 78% / 14px 22px no-repeat;
  opacity: 0.45;
  pointer-events: none;
}
.final-cta-inner { text-align: center; position: relative; }
.final-cta-portrait {
  width: 132px;
  height: 132px;
  margin: 0 auto 28px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: var(--color-washi-soft);
  box-shadow:
    0 0 0 1px var(--color-gold),
    0 0 0 8px var(--color-washi),
    0 0 0 9px rgba(181,154,92,0.35),
    0 18px 40px -16px rgba(20,21,26,0.35);
}
.final-cta-portrait img {
  width: 100%; height: 100%; object-fit: cover;
}
.final-cta-portrait::after {
  /* small crescent on portrait */
  content: '';
  position: absolute;
  bottom: 0; right: -2px;
  width: 32px; height: 32px;
  background: var(--motif-moon) center / contain no-repeat;
  opacity: 0;
}
.final-title {
  font-family: var(--font-serif);
  font-size: clamp(26px, 5vw, 38px);
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 18px;
  letter-spacing: 0.05em;
}
.final-title .accent {
  background: linear-gradient(transparent 60%, rgba(241,230,196,0.85) 60%, rgba(241,230,196,0.85) 94%, transparent 94%);
  padding: 0 4px;
}
.final-sub {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.95;
  color: var(--color-ink-soft);
  margin: 0 0 30px;
}
.final-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}
.final-cta-actions .btn-line { min-width: 300px; }
.final-cta .trust-badge { margin: 0 auto; }

/* trust bar — qualitative claims (no numbers) */
.trust-bar {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: var(--font-serif);
  font-size: 13px;
  color: var(--color-ink-soft);
  letter-spacing: 0.06em;
  border-top: 1px solid rgba(181,154,92,0.4);
  border-bottom: 1px solid rgba(181,154,92,0.4);
  padding: 8px 4px;
}
.trust-bar li {
  padding: 0 16px;
  position: relative;
  font-weight: 600;
  color: var(--color-ink);
}
.trust-bar li + li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 4px; height: 4px;
  background: var(--color-gold);
  border-radius: 50%;
  opacity: 0.7;
}
.hero .trust-bar { margin-top: 4px; }
.final-cta .trust-bar { margin-top: 4px; }
@media (max-width: 480px) {
  .trust-bar { font-size: 12px; }
  .trust-bar li { padding: 0 12px; }
}

/* voices note — honest source caption (replaces star badge) */
.voices-note {
  text-align: center;
  font-family: var(--font-serif);
  font-size: 13.5px;
  color: var(--color-ink-soft);
  margin: -12px auto 36px;
  letter-spacing: 0.06em;
  padding: 6px 18px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(181,154,92,0.35);
  border-bottom: 1px solid rgba(181,154,92,0.35);
}

/* stat-num qualitative variant (when shows text not number) */
.stat-num small { white-space: nowrap; }
/* deprecated — kept for safety; replaced by .trust-bar */
.final-trust-note { display: none; }

/* ============================================================
   12 Footer
   ============================================================ */
.footer {
  background: var(--color-ink);
  color: var(--color-washi);
  padding: 56px 0 36px;
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 48px; height: 1px;
  background: var(--color-gold);
  opacity: 0.7;
}
.footer-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.footer-brand {
  font-family: var(--font-serif);
  font-size: 22px;
  letter-spacing: 0.45em;
  color: var(--color-gold);
  margin: 0 0 14px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 0.45em;
}
.footer-brand::after { display: none; }
.footer-tagline {
  font-family: var(--font-serif);
  font-size: 13px;
  line-height: 1.95;
  color: rgba(236,233,226,0.82);
  margin: 0 0 30px;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0 0 26px;
  font-family: var(--font-round);
  font-size: 13px;
}
.footer-links a {
  color: var(--color-washi);
  opacity: 0.72;
  transition: opacity .2s, color .2s;
  position: relative;
  padding: 4px 0;
}
.footer-links a::after {
  content: '';
  position: absolute;
  left: 50%; bottom: 0;
  width: 0; height: 1px;
  background: var(--color-gold);
  transform: translateX(-50%);
  transition: width .25s var(--ease-out);
}
.footer-links a:hover { opacity: 1; color: var(--color-gold); }
.footer-links a:hover::after { width: 100%; }
.footer-ai {
  font-size: 11px;
  line-height: 1.85;
  color: rgba(236,233,226,0.6);
  margin: 0 0 18px;
  text-align: left;
  padding: 16px 18px;
  border: 1px solid rgba(181,154,92,0.2);
  border-radius: 2px;
  background: rgba(0,0,0,0.18);
}
.footer-copy {
  font-family: var(--font-round);
  font-size: 11px;
  color: rgba(236,233,226,0.55);
  margin: 0;
  letter-spacing: 0.05em;
}

/* ============================================================
   Sticky CTA (mobile)
   ============================================================ */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(236,233,226,0) 0%, rgba(236,233,226,0.95) 30%, rgba(236,233,226,0.98) 100%);
  z-index: 100;
  display: none;
}
.sticky-cta .btn {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .container, .container-narrow { padding: 0 20px; }

  /* HERO mobile */
  .hero-image { height: 72vw; min-height: 360px; max-height: 520px; }
  .hero-image img { object-position: center 18%; }
  .hero-image::after { width: 44px; height: 44px; top: 16px; right: 16px; }
  .hero-content { padding: 8px 20px 52px; }
  .brand-logo { font-size: 14px; letter-spacing: 0.45em; margin: 22px 0 20px; gap: 10px; }
  .brand-logo::before, .brand-logo::after { width: 24px; }
  .hero-title { font-size: 24px; line-height: 1.55; margin-bottom: 20px; }
  .hero-title br { display: inline; }
  .hero-sub { font-size: 13px; line-height: 1.95; margin-bottom: 24px; }
  .hero-sub br { display: none; }
  .hero-cta .btn-line { min-width: 100%; }

  .pain { padding: 72px 0 80px; }
  .pain-list li { font-size: 15px; }
  .pain-bridge { font-size: 15px; padding: 22px 18px; }

  .profile { padding: 72px 0; }
  .profile::before { width: 180px; height: 180px; }
  .profile::after  { width: 130px; height: 130px; }
  .profile-card { grid-template-columns: 1fr; gap: 28px; }
  .profile-image {
    max-width: 240px;
    margin: 0 auto;
    box-shadow:
      0 0 0 1px var(--color-gold) inset,
      0 0 0 6px var(--color-washi-soft),
      0 0 0 7px rgba(181,154,92,0.35),
      0 12px 28px -16px rgba(20,21,26,0.35);
  }
  .stats-row { gap: 28px; padding: 24px 0; }
  .stat-num { font-size: 24px; }

  .line-mock { padding: 72px 0 80px; }
  .line-screen { max-width: 100%; }

  .voices { padding: 72px 0 84px; }
  .voice-card:nth-child(even),
  .voice-card:nth-child(3n) { transform: none; }

  .compare { padding: 72px 0; }

  .pricing { padding: 80px 0 80px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 32px; align-items: stretch; }
  .price-card.is-featured { transform: none; order: -1; padding-top: 36px; }
  .price-card.is-featured:hover { transform: translateY(-4px); }
  .price-card::after,
  .price-card::before { display: none; }

  /* Steps stack vertically on mobile, with vertical rail */
  .steps { padding: 72px 0 76px; }
  .steps-list { grid-template-columns: 1fr; gap: 28px; padding: 16px 0 0; max-width: 380px; }
  .steps-list::before {
    top: 32px; bottom: 32px; left: 50%;
    width: 8px; height: auto; right: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, var(--color-gold), var(--color-gold)) center / 2px 100% no-repeat;
    opacity: 0.45;
  }
  .step-num { width: 56px; height: 56px; font-size: 22px; }

  .faq { padding: 72px 0; }
  .faq-list { padding: 8px 18px; }
  .faq-item summary { font-size: 15px; padding: 18px 32px 18px 36px; }
  .faq-answer { padding: 0 4px 20px 36px; font-size: 13.5px; }

  .campaign-card { padding: 40px 22px 36px; }

  .sticky-cta { display: block; }
  body { padding-bottom: 84px; }

  .final-cta { padding: 72px 0 92px; }
  .final-cta-portrait { width: 108px; height: 108px; }
  .final-cta-actions .btn-line { min-width: 100%; }
  .footer { padding: 48px 0 32px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 23px; line-height: 1.5; }
  .final-title { font-size: 24px; }
  .heading { font-size: 22px; }
  .section .heading::after { width: 30px; height: 30px; margin-top: 10px; }
  .kicker-num::before, .kicker-num::after { width: 18px; }
}

/* ============================================================
   Motion reduction
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  .voice-card:nth-child(even),
  .voice-card:nth-child(3n) { transform: none !important; }
}
