/* ============================================================
   葉と土 v2 — Modern Cafe edition
   - Sans only (Zen Kaku Gothic New + Inter)
   - Brighter cream/white palette, softer green
   - Square shapes, generous whitespace, photo-led
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

/* ── Forest (default) — gentle modern green ────────────── */
:root {
  --font-sans: 'Zen Kaku Gothic New', 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Yu Gothic UI', sans-serif;
  --font-display: 'Zen Kaku Gothic New', 'Inter', ui-sans-serif, sans-serif;
  --font-mono: 'Inter', ui-monospace, monospace;

  --c-bg:       #f9f6ef;
  --c-bg-deep:  #f0ebdf;
  --c-surface:  #fffefc;
  --c-ink:      #22190f;
  --c-ink-soft: #3a3128;
  --c-muted:    #5c554a;
  --c-sub:      #a39a8b;
  --c-line:     #e7ddc9;
  --c-line-hi:  #cabfa5;

  --c-brand:        #52814f;
  --c-brand-dark:   #375b37;
  --c-brand-light:  #97b586;
  --c-brand-faint:  #ecefdf;
  --c-accent:       #c07a43;   /* warm terracotta — soil accent */
  --c-accent-soft:  #f3e3cd;
  --c-coral:        #c8624f;

  --shadow-sm: 0 1px 2px rgba(28, 33, 29, 0.04), 0 1px 6px rgba(28, 33, 29, 0.04);
  --shadow-md: 0 4px 12px rgba(28, 33, 29, 0.06), 0 8px 24px rgba(28, 33, 29, 0.05);
  --shadow-lg: 0 12px 40px rgba(28, 33, 29, 0.10);
  --shadow-hover: 0 10px 32px rgba(28, 33, 29, 0.10);

  --radius-sm: 4px;
  --radius:    8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-full: 999px;

  --space-1: 4px;   --space-2: 8px;   --space-3: 12px;  --space-4: 16px;
  --space-5: 20px;  --space-6: 24px;  --space-8: 32px;  --space-10: 40px;
  --space-12: 48px; --space-16: 64px; --space-20: 80px; --space-24: 96px;
}

/* Sage — softer, smoky */
:root[data-palette="sage"] {
  --c-bg:       #f7f7f1;
  --c-bg-deep:  #ecedde;
  --c-brand:        #6b8c66;
  --c-brand-dark:   #4d6e48;
  --c-brand-light:  #a2bf9a;
  --c-brand-faint:  #ecf1e6;
  --c-accent:       #d9a45c;
}

/* Botanical — vibrant, fresh */
:root[data-palette="botanical"] {
  --c-bg:       #f7faef;
  --c-bg-deep:  #e9efd9;
  --c-brand:        #3d9650;
  --c-brand-dark:   #226b30;
  --c-brand-light:  #8ec587;
  --c-brand-faint:  #dfeed9;
  --c-accent:       #e8b145;
}

/* Terracotta — warm, earthy */
:root[data-palette="terracotta"] {
  --c-bg:       #fbf6f0;
  --c-bg-deep:  #f2e6da;
  --c-brand:        #b5613f;
  --c-brand-dark:   #8a4529;
  --c-brand-light:  #d99b7a;
  --c-brand-faint:  #f4e5da;
  --c-accent:       #5f7d54;
}

/* Slate — cool, calm blue-green */
:root[data-palette="slate"] {
  --c-bg:       #f5f7f7;
  --c-bg-deep:  #e4eaea;
  --c-brand:        #3f7d7a;
  --c-brand-dark:   #275a57;
  --c-brand-light:  #8bb6b3;
  --c-brand-faint:  #e0eceb;
  --c-accent:       #d9a45c;
}

/* ── Base ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  background: var(--c-bg);
  color: var(--c-ink);
  font-size: 15.5px;
  line-height: 1.85;
  font-feature-settings: "palt";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }

/* ── Layout helpers ────────────────────────────────────── */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 56px);
}
.container-tight { max-width: 920px; }
.container-wide  { max-width: 1380px; }

.section {
  padding: clamp(36px, 5.5vw, 72px) 0;
  position: relative;
}
.section-sm { padding: clamp(24px, 3.5vw, 48px) 0; }

/* ── Typography ────────────────────────────────────────── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-brand);
  font-family: var(--font-sans);
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 22px; height: 1px;
  background: currentColor;
}

.h-display {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.1rem, 5.2vw, 4.4rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--c-ink);
}

.h-section {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.65rem, 3.4vw, 2.6rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--c-ink);
}

.h-card {
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.45;
  color: var(--c-ink);
  letter-spacing: -0.01em;
}

.lead {
  font-size: clamp(0.95rem, 1.2vw, 1.02rem);
  line-height: 2;
  color: var(--c-muted);
  font-weight: 500;
}

.muted { color: var(--c-muted); }
.small { font-size: 0.82rem; }

.kicker {
  display: inline-block;
  padding: 4px 11px;
  background: var(--c-brand-faint);
  color: var(--c-brand-dark);
  border-radius: var(--radius-sm);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

/* ── Buttons (modern, square-ish, light shadows) ─────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
  white-space: nowrap;
}
.btn-primary {
  background: #06c755;
  color: #fff;
}
.btn-primary:hover {
  background: #05b34a;
  transform: translateY(-1px);
}
.btn-ghost {
  background: transparent;
  color: var(--c-ink);
  border-color: var(--c-line-hi);
}
.btn-ghost:hover {
  border-color: var(--c-ink);
  background: var(--c-ink);
  color: #fff;
}
.btn-line {
  background: #06c755;
  color: #fff;
}
.btn-line:hover { background: #05b04a; transform: translateY(-1px); }
.btn-lg { padding: 16px 30px; font-size: 0.98rem; }

.btn .ico {
  width: 17px; height: 17px;
  display: inline-block;
  stroke: currentColor; fill: none; stroke-width: 2;
}

/* ── Topbar ───────────────────────────────────────────── */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  background: rgba(255,255,255,0.82);
  border-bottom: 1px solid color-mix(in srgb, var(--c-line) 60%, transparent);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(10px, 2.5vw, 28px);
  gap: 24px;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  font-weight: 900;
  font-size: 1.05rem;
  color: var(--c-ink);
  letter-spacing: -0.01em;
}
.brand-mark {
  width: 34px; height: 34px;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.brand-mark img,
.brand-mark svg {
  width: 100%; height: 100%;
  display: block;
}
.brand-name {
  display: block;
  font-size: 0.96rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.brand-sub {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  color: var(--c-muted);
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2px;
}
.nav {
  display: flex; align-items: center; gap: 28px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--c-ink-soft);
  margin-left: auto;
}
.nav a {
  transition: color 160ms;
  position: relative;
}
.nav a:hover { color: var(--c-brand); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; }
.nav-toggle-cb { position: absolute; opacity: 0; pointer-events: none; }
@media (max-width: 1100px) {
  .topbar-inner { flex-wrap: wrap; }
  .brand { flex: 1 1 auto; min-width: 0; }
  .brand-name { font-size: clamp(0.8rem, 2.6vw, 0.96rem); }
  .brand-sub { font-size: clamp(0.58rem, 2vw, 0.64rem) !important; }
  .nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
    width: 40px; height: 40px; margin-left: 8px; flex-shrink: 0; padding: 0;
    border: none; background: transparent; cursor: pointer;
  }
  .nav-toggle span { display: block; width: 20px; height: 2px; background: var(--c-ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
  .nav-toggle-cb:checked ~ .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle-cb:checked ~ .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-toggle-cb:checked ~ .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav {
    display: none; flex-basis: 100%; margin-left: 0; margin-top: 12px;
    padding: 0 clamp(10px, 2.5vw, 28px);
    flex-direction: column; align-items: stretch; gap: 0;
    border-top: 1px solid var(--c-line);
  }
  .nav a { padding: 14px 2px; border-bottom: 1px solid var(--c-line); font-size: 0.95rem; }
  .nav-cta { display: none; flex-basis: 100%; margin-top: 14px; padding: 0 clamp(10px, 2.5vw, 28px) 4px; }
  .nav-cta .btn { width: 100%; justify-content: center; }
  .nav-toggle-cb:checked ~ .nav,
  .nav-toggle-cb:checked ~ .nav-cta { display: flex; }
}

/* ── Hero — common ────────────────────────────────────── */
.hero {
  position: relative;
  padding: clamp(40px, 7vw, 88px) 0 clamp(64px, 10vw, 128px);
  overflow: hidden;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 7px 16px;
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-full);
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--c-ink-soft);
  letter-spacing: 0.02em;
}
.hero-eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--c-brand);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--c-brand) 18%, transparent);
}
.hero-title {
  margin-top: 22px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.9rem, 4.6vw, 3.8rem);
  line-height: 1.25;
  letter-spacing: -0.028em;
  color: var(--c-ink);
}
.hero-title em {
  font-style: normal;
  color: var(--c-brand);
}
.hero-sub {
  margin-top: 24px;
  font-size: clamp(0.92rem, 1.15vw, 1rem);
  line-height: 2;
  color: var(--c-muted);
  max-width: 600px;
  font-weight: 500;
}
.hero-sub strong {
  color: var(--c-ink);
  font-weight: 700;
}
.hero-cta {
  margin-top: 32px;
  display: flex; gap: 12px; flex-wrap: wrap;
}
.hero-trust {
  margin-top: 36px;
  display: flex; gap: 22px; flex-wrap: wrap;
  align-items: center;
  font-size: 0.8rem;
  color: var(--c-muted);
  font-weight: 600;
}
.hero-trust .pill {
  display: inline-flex; align-items: center; gap: 7px;
}
.hero-trust .pill::before {
  content: '';
  width: 14px; height: 14px;
  background: var(--c-brand);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Hero Layout A — Split (image right, magazine layout) */
.hero-split .hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.hero-split .hero-media {
  position: relative;
  aspect-ratio: 8 / 9;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--c-bg-deep);
  /* 画像の上端をメインコピー「観葉植物の」の始点に合わせる（アイブロウ分だけ下げる） */
  margin-top: 52px;
}
.hero-split .hero-media img {
  width: 100%; height: 100%; object-fit: cover;
  /* 縦長枠に対し横長写真を切り出し。人物（右側）が入るよう右寄りに（数値を上げるほど右） */
  object-position: 80% 50%;
  transition: transform 6s ease;
}
.hero-split .hero-media:hover img { transform: scale(1.04); }
.hero-split .hero-media-badge {
  position: absolute; bottom: 20px; left: 20px;
  padding: 12px 16px;
  background: var(--c-bg);
  border-radius: var(--radius);
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--c-ink-soft);
  box-shadow: var(--shadow-md);
  max-width: 300px;
  font-weight: 500;
}
.hero-split .hero-media-badge b {
  display: block;
  font-size: 0.92rem;
  color: var(--c-brand);
  font-weight: 900;
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}
@media (max-width: 880px) {
  .hero-split .hero-inner { grid-template-columns: 1fr; }
  .hero-split .hero-media { aspect-ratio: 4 / 3; order: -1; margin-top: 0; }
}

/* Hero Layout B — Full-bleed image */
.hero-bleed { padding-top: 0; }
.hero-bleed .hero-stage {
  position: relative;
  height: clamp(540px, 78vh, 720px);
  border-radius: 0;
  overflow: hidden;
  margin: 0;
}
.hero-bleed .hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.hero-bleed .hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(28,33,29,0.72) 0%, rgba(28,33,29,0.25) 60%, transparent 100%);
}
.hero-bleed .hero-content {
  position: relative;
  height: 100%;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(32px, 6vw, 80px);
  max-width: 760px;
  color: #fff;
}
.hero-bleed .hero-title { color: #fff; }
.hero-bleed .hero-title em { color: var(--c-brand-light); }
.hero-bleed .hero-sub { color: rgba(255,255,255,0.92); }
.hero-bleed .hero-sub strong { color: #fff; }
.hero-bleed .hero-eyebrow {
  background: rgba(255,255,255,0.92);
  border-color: rgba(255,255,255,0.6);
  align-self: flex-start;
}
.hero-bleed .hero-trust { color: rgba(255,255,255,0.88); }
.hero-bleed .hero-trust .pill::before { background: var(--c-brand-light); }
.hero-bleed .btn-ghost { background: rgba(255,255,255,0.94); color: var(--c-ink); border-color: transparent; }
.hero-bleed .btn-ghost:hover { background: #fff; }

/* Hero Layout C — Centered with horizontal photo strip */
.hero-centered { text-align: center; padding-bottom: 0; }
.hero-centered .hero-inner { max-width: 880px; margin: 0 auto; }
.hero-centered .hero-eyebrow { margin: 0 auto; }
.hero-centered .hero-title {
  font-size: clamp(2.2rem, 5.4vw, 4.4rem);
}
.hero-centered .hero-sub {
  margin-left: auto; margin-right: auto;
  max-width: 600px;
}
.hero-centered .hero-cta { justify-content: center; }
.hero-centered .hero-trust { justify-content: center; }
.hero-centered .hero-strip {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.hero-centered .hero-strip .tile {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--c-bg-deep);
  border-radius: var(--radius);
}
.hero-centered .hero-strip .tile img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 720px) {
  .hero-centered .hero-strip { grid-template-columns: repeat(2, 1fr); }
}

/* ── Section header ───────────────────────────────────── */
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(40px, 6vw, 72px);
}
.section-head .eyebrow { margin-bottom: 16px; }
.section-head .h-section { margin-bottom: 18px; }
.section-head .lead { margin: 0 auto; }

/* ── Three Promises ───────────────────────────────────── */
.promises {
  background: var(--c-surface);
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}
.promises-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.promise {
  padding: clamp(32px, 4vw, 56px) clamp(20px, 3vw, 36px);
  border-right: 1px solid var(--c-line);
  position: relative;
}
.promise:last-child { border-right: none; }
.promise-num {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--c-brand);
  font-weight: 800;
}
.promise-title {
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  font-weight: 900;
  color: var(--c-ink);
  margin: 14px 0 16px;
  line-height: 1.45;
  letter-spacing: -0.015em;
}
.promise-desc {
  font-size: 0.88rem;
  color: var(--c-muted);
  line-height: 1.95;
}
.promise-icon {
  width: 44px; height: 44px;
  margin-bottom: 22px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--c-brand-faint);
  color: var(--c-brand);
}
.promise-icon svg { width: 22px; height: 22px; stroke-width: 1.8; }
@media (max-width: 760px) {
  .promises-grid { grid-template-columns: 1fr; }
  .promise { border-right: none; border-bottom: 1px solid var(--c-line); }
  .promise:last-child { border-bottom: none; }
}

/* ── Steps (Horizontal) ───────────────────────────────── */
.steps-horizontal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 40px);
  position: relative;
}
.steps-horizontal::before {
  content: '';
  position: absolute;
  top: 32px; left: 13%; right: 13%;
  height: 1px;
  background: var(--c-line-hi);
  z-index: 0;
}
.step-h {
  text-align: left;
  position: relative;
  z-index: 1;
}
.step-h .step-num-circle {
  width: 64px; height: 64px;
  margin: 0 0 22px;
  border-radius: 50%;
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  color: var(--c-brand);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
  font-weight: 900;
  font-family: var(--font-mono);
  letter-spacing: -0.02em;
}
.step-h .step-icon-line {
  width: 36px; height: 36px;
  margin: 20px 0 0;
  color: var(--c-brand);
  opacity: 0.6;
}
.step-h .step-title {
  font-size: 1.15rem;
  font-weight: 900;
  margin: 0 0 12px;
  color: var(--c-ink);
  letter-spacing: -0.015em;
}
.step-h .step-desc {
  font-size: 0.88rem;
  color: var(--c-muted);
  line-height: 1.95;
}
@media (max-width: 760px) {
  .steps-horizontal { grid-template-columns: 1fr; gap: 32px; }
  .steps-horizontal::before { display: none; }
}

/* ── Steps (Vertical timeline) ────────────────────────── */
.steps-vertical {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}
.steps-vertical::before {
  content: '';
  position: absolute;
  left: 28px; top: 28px; bottom: 28px;
  width: 1px;
  background: var(--c-line-hi);
}
.step-v {
  position: relative;
  padding: 0 0 42px 80px;
  min-height: 80px;
}
.step-v:last-child { padding-bottom: 0; }
.step-v .step-num-circle {
  position: absolute;
  left: 0; top: 0;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--c-brand);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono);
  font-size: 1.1rem;
  font-weight: 900;
}
.step-v .step-title {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--c-ink);
  margin-bottom: 8px;
  padding-top: 14px;
  letter-spacing: -0.015em;
}
.step-v .step-desc {
  color: var(--c-muted);
  line-height: 1.95;
  font-size: 0.92rem;
}
@media (max-width: 560px) {
  .steps-vertical::before { left: 21px; }
  .step-v { padding-left: 64px; }
  .step-v .step-num-circle { width: 44px; height: 44px; font-size: 0.95rem; }
}

/* ── Steps (Cards) ────────────────────────────────────── */
.steps-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.step-card {
  background: var(--c-surface);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--c-line);
  display: flex; flex-direction: column;
  transition: transform 240ms ease, box-shadow 240ms ease;
}
.step-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}
.step-card .step-card-img {
  aspect-ratio: 16 / 11;
  background: var(--c-bg-deep);
  position: relative;
  overflow: hidden;
}
.step-card .step-card-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.step-card .step-card-num {
  position: absolute;
  top: 14px; left: 14px;
  height: 32px;
  padding: 0 12px;
  border-radius: var(--radius-full);
  background: var(--c-bg);
  color: var(--c-ink);
  display: flex; align-items: center;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.step-card .step-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.step-card .step-card-tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--c-brand);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.step-card .step-card-title {
  font-size: 1.15rem;
  font-weight: 900;
  margin-bottom: 12px;
  color: var(--c-ink);
  letter-spacing: -0.015em;
}
.step-card .step-card-desc {
  font-size: 0.88rem;
  color: var(--c-muted);
  line-height: 1.95;
}
@media (max-width: 880px) {
  .steps-cards { grid-template-columns: 1fr; }
}

/* Hide step layouts not active */
[data-steps="horizontal"] .steps-vertical,
[data-steps="horizontal"] .steps-cards { display: none; }
[data-steps="vertical"] .steps-horizontal,
[data-steps="vertical"] .steps-cards { display: none; }
[data-steps="cards"] .steps-horizontal,
[data-steps="cards"] .steps-vertical { display: none; }

/* Hide hero layouts not active */
[data-hero="split"] .hero-bleed,
[data-hero="split"] .hero-centered { display: none; }
[data-hero="bleed"] .hero-split,
[data-hero="bleed"] .hero-centered { display: none; }
[data-hero="centered"] .hero-split,
[data-hero="centered"] .hero-bleed { display: none; }

/* ── Before / After ───────────────────────────────────── */
.beforeafter {
  background: var(--c-bg-deep);
}
.ba-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1080px;
  margin: 0 auto;
}
.ba-card {
  background: var(--c-surface);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--c-line);
}
.ba-single .ba-img { aspect-ratio: 16 / 10; }
.ba-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.ba-img {
  aspect-ratio: 1 / 1;
  background: var(--c-bg-deep);
  overflow: hidden;
  position: relative;
}
.ba-img img { width: 100%; height: 100%; object-fit: cover; }
.ba-tag {
  position: absolute;
  top: 14px;
  padding: 5px 12px;
  background: rgba(255,255,255,0.96);
  border-radius: var(--radius-sm);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--c-ink);
  font-family: var(--font-mono);
}
.ba-tag.before { left: 14px; color: var(--c-muted); }
.ba-tag.after { right: 14px; color: var(--c-brand-dark); background: var(--c-brand-faint); }
.ba-arrow {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--c-bg);
  color: var(--c-ink);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md);
  font-size: 1rem;
  font-weight: 700;
  z-index: 2;
}
.ba-body {
  padding: 24px 26px;
}
.ba-title {
  font-size: 1.08rem;
  font-weight: 900;
  color: var(--c-ink);
  margin-bottom: 8px;
  letter-spacing: -0.015em;
}
.ba-desc { font-size: 0.88rem; color: var(--c-muted); line-height: 1.9; }
.ba-meta {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--c-line);
  display: flex; justify-content: space-between;
  font-size: 0.74rem;
  color: var(--c-sub);
  font-weight: 600;
}
@media (max-width: 760px) {
  .ba-grid { grid-template-columns: 1fr; }
}

/* ── Pricing ──────────────────────────────────────────── */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
}
.price-card {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-md);
  padding: 32px 26px;
  position: relative;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms;
}
.price-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--c-brand-light);
}
.price-card.featured {
  background: var(--c-brand);
  color: #fff;
  border-color: var(--c-brand);
}
.price-card.featured .price-name,
.price-card.featured .price-amount,
.price-card.featured .price-features li { color: #fff; }
.price-card.featured .price-features li::before { background: var(--c-brand-light); }
.price-card.featured .price-sub { color: rgba(255,255,255,0.6); }
.price-card.featured .price-tag {
  position: absolute; top: -10px; left: 22px;
  background: var(--c-accent); color: var(--c-ink);
  padding: 4px 12px; border-radius: var(--radius-sm);
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em;
  font-family: var(--font-mono);
}
.price-name {
  font-size: 1.18rem;
  font-weight: 900;
  margin-bottom: 4px;
  letter-spacing: -0.015em;
}
.price-sub { font-size: 0.8rem; color: var(--c-muted); font-weight: 600; }
.price-amount {
  margin: 22px 0 4px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  color: var(--c-ink);
  letter-spacing: -0.03em;
}
.price-amount .yen { font-size: 1rem; margin-right: 4px; font-weight: 700; }
.price-amount .unit { font-size: 0.8rem; font-weight: 500; color: var(--c-muted); margin-left: 4px; }
.price-divider { margin: 22px 0; height: 1px; background: currentColor; opacity: 0.12; }
.price-features { list-style: none; }
.price-features li {
  padding: 6px 0 6px 24px;
  font-size: 0.88rem;
  color: var(--c-ink-soft);
  position: relative;
  line-height: 1.6;
  font-weight: 500;
}
.price-features li::before {
  content: '';
  position: absolute;
  left: 0; top: 14px;
  width: 14px; height: 1px;
  background: var(--c-brand);
}
.price-note {
  margin-top: 22px;
  padding: 12px 14px;
  background: var(--c-bg);
  border-radius: var(--radius-sm);
  font-size: 0.78rem;
  color: var(--c-muted);
  line-height: 1.6;
}
.price-card.featured .price-note { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.7); }
@media (max-width: 880px) {
  .pricing-grid { grid-template-columns: 1fr; }
}

/* ── Staff ────────────────────────────────────────────── */
.staff {
  background: var(--c-surface);
}
.staff-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.staff-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--c-bg-deep);
}
.staff-photo img { width: 100%; height: 100%; object-fit: cover; }
.staff-quote {
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 900;
  line-height: 1.55;
  color: var(--c-ink);
  margin: 24px 0 28px;
  letter-spacing: -0.025em;
}
.staff-bio {
  font-size: 0.92rem;
  line-height: 1.95;
  color: var(--c-muted);
}
.staff-meta {
  margin-top: 28px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.staff-meta .name {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--c-ink);
  letter-spacing: -0.01em;
}
.staff-meta .role {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  color: var(--c-brand);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.staff-tags {
  margin-top: 22px;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.staff-tag {
  padding: 4px 11px;
  background: var(--c-bg);
  color: var(--c-ink-soft);
  border-radius: var(--radius-sm);
  font-size: 0.74rem;
  font-weight: 600;
  border: 1px solid var(--c-line);
}
@media (max-width: 880px) {
  .staff-inner { grid-template-columns: 1fr; }
}

/* ── Testimonials ─────────────────────────────────────── */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.testi-card {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-md);
  padding: 28px;
  display: flex; flex-direction: column;
  position: relative;
}
.testi-stars {
  color: var(--c-accent);
  margin-bottom: 14px;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.testi-quote {
  font-size: 0.92rem;
  line-height: 1.9;
  color: var(--c-ink-soft);
  flex: 1;
}
.testi-author {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--c-line);
  display: flex; align-items: center; gap: 14px;
}
.testi-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--c-brand-faint);
  color: var(--c-brand);
  display: flex; align-items: center; justify-content: center;
  font-weight: 900;
  font-size: 0.95rem;
}
.testi-name {
  font-weight: 800;
  font-size: 0.86rem;
  color: var(--c-ink);
}
.testi-meta { font-size: 0.74rem; color: var(--c-muted); font-weight: 500; }
@media (max-width: 880px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}

/* ── FAQ ──────────────────────────────────────────────── */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 200ms ease;
}
.faq-item:hover { border-color: var(--c-brand-light); }
.faq-item[open] { border-color: var(--c-brand); }
.faq-q {
  padding: 18px 22px;
  font-weight: 800;
  font-size: 0.96rem;
  color: var(--c-ink);
  list-style: none;
  cursor: pointer;
  display: flex; gap: 14px; align-items: center;
  position: relative;
  letter-spacing: -0.005em;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::before {
  content: 'Q';
  font-family: var(--font-mono);
  width: 28px; height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--c-brand-faint);
  color: var(--c-brand);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 900;
  font-size: 0.85rem;
}
.faq-q::after {
  content: '';
  margin-left: auto;
  width: 14px; height: 14px;
  background: var(--c-brand);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform 240ms ease;
}
.faq-item[open] .faq-q::after { transform: rotate(180deg); }
.faq-a {
  padding: 0 22px 22px 64px;
  font-size: 0.9rem;
  line-height: 1.95;
  color: var(--c-muted);
}

/* ── Service area ─────────────────────────────────────── */
.area-band {
  background: var(--c-ink);
  color: #fff;
  border-radius: var(--radius-md);
  padding: clamp(36px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.area-band h2 { color: #fff; }
.area-band .lead { color: rgba(255,255,255,0.72); }
.area-band .eyebrow { color: var(--c-brand-light); }
.area-tags {
  display: flex; flex-wrap: wrap; gap: 7px;
  margin-top: 4px;
}
.area-tag {
  padding: 6px 12px;
  background: rgba(255,255,255,0.07);
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
}
.area-tag.primary {
  background: var(--c-brand-light);
  color: var(--c-ink);
  font-weight: 800;
}
.area-note {
  margin-top: 18px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
}
.area-band .kicker {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
}
@media (max-width: 880px) {
  .area-band { grid-template-columns: 1fr; }
}

/* ── EC preview teaser ────────────────────────────────── */
.ec-teaser {
  background: var(--c-bg-deep);
}
.ec-teaser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.ec-mini {
  background: var(--c-surface);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--c-line);
  transition: transform 200ms ease, box-shadow 200ms ease;
  display: flex; flex-direction: column;
}
.ec-mini:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--c-brand-light); }
.ec-mini-img {
  aspect-ratio: 4 / 3;
  background: var(--c-bg-deep);
  overflow: hidden;
}
.ec-mini-img img { width: 100%; height: 100%; object-fit: cover; }
.ec-mini-body { padding: 22px; }
.ec-mini-tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--c-brand);
  text-transform: uppercase;
}
.ec-mini-name {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--c-ink);
  margin: 8px 0 8px;
  letter-spacing: -0.015em;
}
.ec-mini-desc { font-size: 0.83rem; color: var(--c-muted); line-height: 1.8; }
.ec-mini-foot {
  margin-top: 16px;
  display: flex; align-items: baseline; justify-content: space-between;
}
.ec-mini-price {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--c-ink);
  letter-spacing: -0.02em;
}
.ec-mini-price .yen { font-size: 0.78rem; margin-right: 2px; font-weight: 700; color: var(--c-muted); }
.ec-mini-cta {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--c-brand);
  letter-spacing: 0.02em;
}
@media (max-width: 760px) {
  .ec-teaser-grid { grid-template-columns: 1fr; }
}

/* EC carousel mode */
[data-ec="carousel"] .ec-teaser-grid {
  display: flex;
  grid-template-columns: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 8px 4px 24px;
  margin: 0 -8px;
  scrollbar-color: var(--c-line-hi) transparent;
}
[data-ec="carousel"] .ec-teaser-grid::-webkit-scrollbar { height: 8px; }
[data-ec="carousel"] .ec-teaser-grid::-webkit-scrollbar-thumb {
  background: var(--c-line-hi);
  border-radius: 999px;
}
[data-ec="carousel"] .ec-mini {
  flex: 0 0 min(360px, 80vw);
  scroll-snap-align: start;
}

/* ── Final CTA band ───────────────────────────────────── */
.final-cta {
  background: var(--c-ink);
  color: #fff;
  text-align: center;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 85%, color-mix(in srgb, var(--c-brand) 30%, transparent), transparent 50%),
    radial-gradient(circle at 85% 15%, color-mix(in srgb, var(--c-accent) 22%, transparent), transparent 55%);
  opacity: 0.6;
}
.final-cta > * { position: relative; }
.final-cta h2 {
  color: #fff;
  margin-bottom: 18px;
}
.final-cta .lead { color: rgba(255,255,255,0.82); margin: 0 auto 32px; max-width: 560px; }
.final-cta .btn-primary { background: #fff; color: var(--c-ink); }
.final-cta .btn-primary:hover { background: var(--c-brand-light); color: var(--c-ink); }
.final-cta .btn-ghost { background: transparent; border-color: rgba(255,255,255,0.4); color: #fff; }
.final-cta .btn-ghost:hover { border-color: #fff; background: #fff; color: var(--c-ink); }

/* ── Footer ───────────────────────────────────────────── */
.footer {
  background: var(--c-bg-deep);
  color: var(--c-muted);
  padding: 64px 0 32px;
  border-top: 1px solid var(--c-line);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--c-line);
}
.footer-brand .brand { color: var(--c-ink); }
.footer-brand .brand-name {
  display: block;
  font-size: 0.96rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.footer-brand .brand-sub { color: var(--c-muted); }
.footer-brand p {
  margin-top: 18px;
  font-size: 0.85rem;
  line-height: 1.9;
}
/* 対応エリア（footer-brand p 等の継承を打ち消す専用スタイル） */
.footer-brand .footer-area { margin-top: 22px; }
.footer-brand .footer-area-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.72rem; font-weight: 900;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--c-ink);
  margin: 0 0 4px;
}
.footer-brand .footer-area-cities {
  margin: 0;
  font-size: 0.82rem; line-height: 1.85; color: var(--c-muted);
}
.footer h4 {
  color: var(--c-ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: var(--font-mono);
}
.footer ul { list-style: none; }
.footer li {
  padding: 4px 0;
  font-size: 0.88rem;
}
.footer li a:hover { color: var(--c-brand); }
.footer-bot {
  margin-top: 32px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px 24px;
  font-size: 0.78rem;
  color: var(--c-sub);
}
.footer-bot a { color: var(--c-brand-light); text-decoration: underline; }
@media (max-width: 760px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px 32px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .footer-bot { flex-direction: column; align-items: flex-start; gap: 6px; }
}
@media (max-width: 460px) {
  .footer-inner { grid-template-columns: 1fr; }
}

/* ── Extras / Other menu cards ────────────────────────── */
.extras-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}
.extra-card {
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms;
}
.extra-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--c-brand-light);
}
.extra-card-img {
  aspect-ratio: 16 / 9;
  background: var(--c-bg-deep);
  position: relative;
  overflow: hidden;
}
.extra-card-img img { width: 100%; height: 100%; object-fit: cover; }
.extra-card-tag {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--c-ink);
  color: #fff;
  padding: 5px 11px;
  border-radius: var(--radius-sm);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.extra-card-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.extra-card-en {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--c-brand);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.extra-card-title {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--c-ink);
  margin-bottom: 14px;
}
.extra-card-desc {
  font-size: 0.88rem;
  line-height: 1.9;
  color: var(--c-muted);
}
.extra-card-meta {
  list-style: none;
  margin: 22px 0 24px;
  padding: 18px 0;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.extra-card-meta li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  font-size: 0.84rem;
}
.extra-card-meta li span {
  color: var(--c-muted);
  font-weight: 600;
}
.extra-card-meta li b {
  color: var(--c-ink);
  font-weight: 800;
  text-align: right;
}
.extra-card .btn { align-self: flex-start; margin-top: auto; }
@media (max-width: 760px) {
  .extras-grid { grid-template-columns: 1fr; }
}

/* ── Marquee ribbon ───────────────────────────────────── */
.ribbon {
  background: var(--c-brand-faint);
  padding: 14px 0;
  overflow: hidden;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}
.ribbon-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: ribbon-scroll 40s linear infinite;
  font-size: 0.95rem;
  color: var(--c-brand-dark);
  font-weight: 800;
  letter-spacing: -0.005em;
}
.ribbon-track span { display: inline-flex; align-items: center; gap: 48px; }
.ribbon-track span::after {
  content: '✿';
  color: var(--c-brand);
  opacity: 0.7;
  font-size: 0.9em;
}
@keyframes ribbon-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── Version switcher (v1 / v2 nav widget) ───────────── */
.pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--c-brand);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 240ms ease, transform 240ms ease, background 180ms ease, visibility 240ms;
}
.pagetop.show { opacity: 1; visibility: visible; transform: translateY(0); }
.pagetop:hover { background: var(--c-brand-dark); transform: translateY(-2px); }
.pagetop svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 2.4; fill: none; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 640px) { .pagetop { display: flex; right: 16px; bottom: 16px; width: 46px; height: 46px; } }

.ver-switch {
  position: fixed;
  bottom: 18px;
  left: 18px;
  z-index: 100;
  display: inline-flex;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-full);
  padding: 4px;
  box-shadow: var(--shadow-md);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-family: var(--font-mono);
}
.ver-switch a {
  padding: 7px 14px;
  border-radius: var(--radius-full);
  color: var(--c-muted);
  transition: all 160ms;
}
.ver-switch a:hover { color: var(--c-ink); }
.ver-switch a.active {
  background: var(--c-ink);
  color: #fff;
}
.ver-switch .ver-label {
  padding: 7px 8px 7px 12px;
  color: var(--c-sub);
  font-size: 0.66rem;
}

.leaf-deco { display: none; }
.twk-panel { font-family: var(--font-sans) !important; }


/* v3-content-on-v2-design *//* 4-step layouts */
.steps-horizontal{grid-template-columns:repeat(4,1fr)}
.steps-cards{grid-template-columns:repeat(4,1fr)}
@media (max-width:980px){.steps-horizontal{grid-template-columns:repeat(2,1fr)}.steps-cards{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.steps-horizontal{grid-template-columns:1fr}.steps-cards{grid-template-columns:1fr}}

/* Price tiers (subscription-style) */
.ptiers{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;max-width:1120px;margin:0 auto}
.ptier{background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--radius-lg);padding:30px 18px;text-align:center;display:flex;flex-direction:column;align-items:center;transition:transform 220ms ease,box-shadow 220ms ease,border-color 220ms ease}
.ptier:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--c-brand-light)}
.ptier.featured{background:var(--c-brand);border-color:var(--c-brand)}
.ptier.featured .ptier-size,.ptier.featured .ptier-price{color:#fff}
.ptier.featured .ptier-dia,.ptier.featured .ptier-unit{color:rgba(255,255,255,0.6)}
.ptier-size{font-family:var(--font-display);font-weight:900;font-size:1.15rem;letter-spacing:-0.01em;color:var(--c-ink)}
.ptier-dia{font-size:0.7rem;font-weight:600;color:var(--c-muted);margin-top:6px}
.ptier-price{font-weight:900;font-size:2rem;color:var(--c-ink);line-height:1;margin:22px 0 6px;letter-spacing:-0.03em}
.ptier-price .yen{font-size:0.85rem;font-weight:700;margin-right:2px}
.ptier-price.quote{font-size:1.3rem}
.ptier-unit{font-size:0.72rem;font-weight:600;color:var(--c-muted)}
.ptable-note{max-width:900px;margin:24px auto 0;font-size:0.8rem;color:var(--c-muted);line-height:1.9;text-align:center}
@media (max-width:900px){.ptiers{grid-template-columns:repeat(3,1fr)}}
@media (max-width:560px){.ptiers{grid-template-columns:repeat(2,1fr)}}

/* Strengths list */
.strengths{margin:clamp(32px,5vw,56px) auto 0;display:grid;grid-template-columns:repeat(2,1fr);gap:0 clamp(24px,4vw,56px);max-width:920px}
.strength{display:flex;gap:14px;align-items:flex-start;padding:18px 0;border-bottom:1px solid var(--c-line)}
.strength::before{content:'';flex-shrink:0;width:18px;height:18px;margin-top:3px;background:var(--c-brand);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat}
.strength span{font-size:0.9rem;line-height:1.7;color:var(--c-ink-soft)}
.strength span b{font-weight:800;color:var(--c-ink)}
@media (max-width:680px){.strengths{grid-template-columns:1fr}}

/* Notice band */
.notice-band{max-width:920px;margin:0 auto;background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--radius-lg);padding:clamp(28px,4vw,48px)}
.notice-band h3{font-family:var(--font-display);font-weight:900;font-size:1.2rem;color:var(--c-ink);margin-bottom:20px;letter-spacing:-0.01em}
.notice-list{list-style:none;display:flex;flex-direction:column;gap:14px}
.notice-list li{display:flex;gap:12px;align-items:flex-start;font-size:0.88rem;line-height:1.85;color:var(--c-ink-soft)}
.notice-list li::before{content:'!';flex-shrink:0;width:20px;height:20px;margin-top:2px;border-radius:50%;background:var(--c-brand-faint);color:var(--c-brand-dark);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:0.78rem}

/* section-head left-align keep? v2 centered — keep v2 default */
/* background rhythm */
.promises{background:var(--c-surface)}
.staff{background:var(--c-surface)}
.ec-teaser{background:var(--c-bg-deep)}
#faq.section{background:var(--c-surface)}
