/* =====================================================================
   Location Intelligence Workspace (LIW) — LP Design System
   依存ゼロの素のCSS。設計書 §9 デザイン仕様 / §12 実装仕様に準拠。
   - 和文: Noto Sans JP / 欧文・数字: Inter
   - Primary Navy #18408a, Brand Blue #4578d8, Brand Aqua #2aaadd
   - アクセント1色運用（ネイビー主・アクア差し色）、カードは情報単位に限定
   ===================================================================== */

/* ---------- Design Tokens ---------- */
:root {
  /* Brand colors (設計書 §9.3) */
  --navy: #18408a;
  --navy-hover: #102d63;
  --navy-deep: #0a2456;
  --blue: #4578d8;
  --aqua: #2aaadd;
  --soft-bg: #f5f8fc;
  --text: #0f1b3d;
  --muted: #5b6478;

  /* Derived / surface */
  --white: #ffffff;
  --line: #e3e9f2;          /* hairline borders */
  --line-strong: #cfd8e8;
  --surface-1: #ffffff;
  --surface-2: #f5f8fc;
  --surface-3: #eef3fa;
  --navy-tint: #eaf0fb;     /* navy 8% on white */
  --aqua-tint: #e4f5fb;
  --warn-tint: #fff6e8;
  --warn-line: #f0d9ad;
  --good: #1f9d6b;
  --warn: #c77d1a;

  /* Typography */
  --font-sans: "Inter", "Noto Sans JP", system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;

  /* Type scale */
  --fs-display: 3rem;
  --fs-h1: 2.5rem;
  --fs-h2: 2.2rem;
  --fs-h3: 1.5rem;
  --fs-h4: 1.2rem;
  --fs-lead: 1.15rem;
  --fs-body: 1rem;
  --fs-sm: 0.9rem;
  --fs-xs: 0.8rem;
  --lh-tight: 1.25;
  --lh-snug: 1.45;
  --lh-base: 1.75;

  /* Spacing scale (8px base) */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --space-10: 8rem;

  /* Radius */
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --radius-pill: 0px;

  /* Shadow (控えめ。premium感は余白と階層で出す) */
  --shadow-sm: 0 1px 2px rgba(15, 27, 61, 0.06);
  --shadow-md: 0 8px 24px rgba(15, 27, 61, 0.08);
  --shadow-lg: 0 20px 48px rgba(15, 27, 61, 0.12);

  /* Layout */
  --container: 1160px;
  --container-narrow: 760px;
  --gutter: clamp(1.25rem, 0.8rem + 2.2vw, 2.5rem);
  --header-h: 68px;
  --anchor-offset: calc(var(--header-h) + var(--space-4));

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur: 0.5s;
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: var(--lh-base);
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-break: strict;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
svg { fill: currentColor; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
ul, ol { list-style: none; padding: 0; }
input, textarea, select, button { font: inherit; }
:focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  line-height: var(--lh-tight);
  font-weight: var(--fw-bold);
  letter-spacing: 0;
  color: var(--text);
  text-wrap: balance;
  font-feature-settings: "palt" 1;
}
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); }
h4 { font-size: var(--fs-h4); font-weight: var(--fw-semibold); }
p { line-height: var(--lh-base); text-wrap: pretty; }
strong { font-weight: var(--fw-semibold); }
.num { font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; }
.headline-line { display: block; }
.copy-heading {
  text-wrap: balance;
  line-break: strict;
  word-break: normal;
  overflow-wrap: normal;
}
.copy-phrase {
  display: inline-block;
  white-space: nowrap;
}
.mobile-copy-line {
  display: contents;
}
.hero-title-line {
  display: block;
}
.eyebrow-copy {
  display: inline;
}
.mobile-eyebrow-line {
  display: contents;
}
.nav,
.brand,
.btn,
.eyebrow,
.hero__assurances,
.trust-strip,
.issue__q,
.pkg__series,
.pkg__tier,
.pkg__badge,
.faq__q {
  font-feature-settings: "palt" 1;
}
.text-nowrap { white-space: nowrap; }
.mobile-only-break { display: none; }
@supports (word-break: auto-phrase) {
  h1, h2, h3, h4, .lead, .hero__sub, .section-note, .footnotes li, .issue__q, .outcome-item p, .step p, .faq__a-inner {
    word-break: auto-phrase;
  }
}
/* ---------- Layout primitives ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: var(--container-narrow); }
.section { padding-block: clamp(3.5rem, 2.5rem + 4vw, 6.5rem); }
.section--compact { padding-block: clamp(2.5rem, 2rem + 2.5vw, 4rem); }
.hero + .section { padding-top: clamp(1rem, 0.5rem + 1.5vw, 2rem); }
.section--tint { background: var(--soft-bg); }
.section--deep { background: var(--navy-deep); color: #e9eefb; }
.section--deep h2, .section--deep h3 { color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: var(--space-2);
  font-size: var(--fs-xs); font-weight: var(--fw-semibold);
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--blue);
}
.section--deep .eyebrow { color: var(--aqua); }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }

.section-head { max-width: 760px; margin-bottom: clamp(2rem, 1.5rem + 1.5vw, 3rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head .lead { margin-top: var(--space-4); font-size: var(--fs-lead); color: var(--muted); }
.section--deep .section-head .lead { color: #c3cdec; }
body[data-page="index"] #problem .section-head,
body[data-page="index"] #output .section-head,
body[data-page="index"] #packages .section-head,
body[data-page="index"] #process .section-head {
  max-width: 860px;
}

.lead { font-size: var(--fs-lead); line-height: var(--lh-snug); color: var(--muted); }

/* Generic responsive grids */
.grid { display: grid; gap: var(--space-5); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--auto { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--space-2);
  padding: calc(0.85em - 1.5px) calc(1.6em - 1.5px);
  border: 1.5px solid transparent;
  border-radius: var(--radius-pill);
  font-weight: var(--fw-semibold); font-size: var(--fs-sm);
  text-align: center; white-space: nowrap;
  transition: background-color 0.2s var(--ease), transform 0.2s var(--ease), box-shadow 0.2s var(--ease), border-color 0.2s var(--ease);
  will-change: transform;
}
.btn:active { transform: translateY(1px); }
.btn--primary { border-color: var(--navy); background: var(--navy); color: #fff; box-shadow: var(--shadow-sm); }
.btn:hover { transform: translateY(-2px); }
.btn:hover:active { transform: translateY(1px); }
.btn--primary:hover { border-color: var(--navy-hover); background: var(--navy-hover); box-shadow: var(--shadow-md); }
.btn--secondary { background: transparent; color: var(--navy); border: 1.5px solid var(--line-strong); }
.btn--secondary:hover { border-color: var(--navy); background: var(--navy-tint); }
.btn--ghost { color: var(--navy); padding-inline: 0.4em; }
.btn--ghost:hover { color: var(--navy-hover); }
.btn--on-dark { background: #fff; color: var(--navy-deep); }
.btn--on-dark:hover { background: #eaf0fb; }
.btn--lg { padding: calc(1em - 1.5px) calc(2em - 1.5px); font-size: var(--fs-body); }
.btn .arrow { transition: transform 0.2s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }
.btn--block { display: flex; width: 100%; }
.btn--outline-light { color: #fff; border: 1.5px solid rgba(255, 255, 255, 0.4); }
.btn--outline-light:hover { border-color: #fff; background: rgba(255, 255, 255, 0.08); }
.cta-with-label {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.72rem;
  transition: transform 0.2s var(--ease);
  will-change: transform;
}
.cta-with-label:hover {
  transform: translateY(2px);
}
.cta-with-label:active {
  transform: translateY(3px);
}
.cta-with-label .btn--primary {
  position: relative;
  z-index: 0;
  box-shadow:
    0 4px 0 var(--navy-deep),
    0 12px 24px rgba(15, 27, 61, 0.12);
}
.cta-with-label .btn--primary:hover {
  background: var(--navy-hover);
  box-shadow:
    0 2px 0 var(--navy-deep),
    0 8px 18px rgba(15, 27, 61, 0.11);
  transform: none;
}
.cta-with-label .btn--primary:hover:active {
  box-shadow:
    0 1px 0 var(--navy-deep),
    0 5px 12px rgba(15, 27, 61, 0.1);
  transform: none;
}
.cta-kicker {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: block;
  width: calc(100% - 1.25rem);
  padding: 0.22rem 0.85rem;
  border: 2px solid rgba(69,120,216,.54);
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 4px 8px rgba(15, 27, 61, 0.16);
  color: var(--blue);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
}
.site-header.is-scrolled { box-shadow: var(--shadow-sm); border-bottom-color: var(--line); }
.site-header__inner { display: flex; align-items: center; gap: var(--space-5); height: var(--header-h); }
.brand { display: flex; flex-direction: column; line-height: 1.2; margin-right: auto; }
.brand__name { font-weight: var(--fw-bold); font-size: 1.05rem; letter-spacing: 0; color: var(--navy-deep); }
.brand__tag { font-size: var(--fs-xs); color: var(--muted); }
.nav { display: flex; align-items: center; gap: clamp(0.75rem, 0.3rem + 1.2vw, 1.75rem); }
.nav a { font-size: var(--fs-sm); color: var(--text); font-weight: var(--fw-medium); white-space: nowrap; transition: color 0.2s; }
.nav a:hover { color: var(--navy); }
.nav a.btn--primary, .nav a.btn--primary:hover { color: #fff; }
.nav > a:not(.btn) { position: relative; }
.nav > a.is-active { color: var(--navy); }
.nav > a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 2px; background: var(--navy); }
.header-cta { display: inline-flex; }
.nav-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: var(--radius-sm); }
.nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after {
  content: ""; display: block; width: 22px; height: 2px; background: var(--navy-deep); border-radius: 2px;
  transition: transform 0.25s var(--ease), opacity 0.2s;
}
.nav-toggle__bars { position: relative; }
.nav-toggle__bars::before { position: absolute; top: -7px; }
.nav-toggle__bars::after { position: absolute; top: 7px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after { top: 0; transform: rotate(-45deg); }

.mobile-sticky-cta {
  display: none;
}

/* Page sub-nav for FC / partner pages */
.subnav { display: flex; gap: var(--space-4); font-size: var(--fs-sm); }
.subnav a { color: var(--muted); }
.subnav a[aria-current="page"] { color: var(--navy); font-weight: var(--fw-semibold); }

@media (min-width: 769px) and (max-width: 800px) {
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch;
    background: #fff; padding: var(--space-4) var(--gutter) var(--space-6); gap: var(--space-1);
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
    transform: translateY(-12px); opacity: 0; pointer-events: none; visibility: hidden;
    transition: transform 0.25s var(--ease), opacity 0.25s var(--ease), visibility 0.25s;
  }
  .nav.is-open { transform: none; opacity: 1; pointer-events: auto; visibility: visible; }
  .nav a { padding: var(--space-3) 0; border-bottom: 1px solid var(--line); }
  .nav > a.is-active { color: var(--navy); font-weight: var(--fw-semibold); }
  .nav > a.is-active::after { display: none; }
  .nav .header-cta { margin-top: var(--space-3); }
  .nav-toggle { display: inline-flex; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: min(760px, calc(100svh - var(--header-h) - 64px));
  display: flex;
  align-items: center;
  padding-top: clamp(2.25rem, 1.25rem + 3vw, 4rem);
  padding-bottom: clamp(2.5rem, 1.6rem + 3vw, 4.25rem);
  overflow: hidden;
  isolation: isolate;
  background: var(--white);
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(245,248,252,.8) 0%, rgba(245,248,252,.6) 32%, rgba(245,248,252,.28) 58%, rgba(245,248,252,.06) 82%, transparent 100%),
    linear-gradient(180deg, rgba(245,248,252,.44) 0%, rgba(245,248,252,0) 42%, rgba(245,248,252,.55) 100%);
}
.hero__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.18fr); gap: clamp(2rem, 1rem + 3vw, 4rem); align-items: center; }
.hero > .hero__grid { display: block; }
.hero__copy { position: relative; z-index: 2; max-width: 39rem; isolation: isolate; }
body[data-page="index"] .hero__copy { max-width: 44rem; }
.hero__copy::before {
  content: "";
  position: absolute;
  inset: -2rem -2.5rem -1.75rem -1.5rem;
  z-index: -1;
  pointer-events: none;
  background: transparent;
}
.hero h1 { font-size: var(--fs-display); margin-top: var(--space-4); }
.hl-accent {
  color: var(--navy);
  white-space: nowrap;
  background: linear-gradient(transparent 62%, rgba(42,170,221,.28) 0);
  padding-inline: 0.05em;
}
.aqua-underline {
  display: inline;
  white-space: nowrap;
  background: linear-gradient(transparent 68%, rgba(42,170,221,.36) 0);
  padding-inline: 0.04em;
}
.hero__sub { margin-top: var(--space-5); font-size: var(--fs-lead); color: var(--muted); line-height: var(--lh-snug); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: flex-end; gap: var(--space-3); margin-top: var(--space-6); }
.lead-line {
  display: block;
}
.lead--flow {
  text-wrap: wrap;
}
.lead-spacer {
  display: block;
  height: 0.65rem;
}
.hero__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}
.hero__assurances li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.28rem 0.7rem;
  border: 1px solid rgba(69,120,216,.2);
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,.72);
  color: var(--navy-deep);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  box-shadow: 0 1px 10px rgba(15,27,61,.04);
}
.section-note {
  margin-top: var(--space-5);
  max-width: 68rem;
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-base);
}
.section-note--compact { margin-top: var(--space-4); }

.hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  background-size: cover;
  background-position: center right;
  border: 0;
}
body[data-page="index"] .hero__visual {
  background-image: url("../assets/images/hero-location-workspace-v2.jpg");
}
body[data-page="fc"] .hero__visual {
  background-image: url("../assets/images/hero-fc-second-opinion-v2.jpg");
  filter: saturate(1.22) contrast(1.05);
}
body[data-page="partners"] .hero__visual {
  background-image: url("../assets/images/hero-partners-consultants.jpg");
}
.hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(45% 60% at 74% 40%, rgba(42,170,221,.06), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,0) 64%, rgba(245,248,252,.22) 100%);
}
.badge {
  display: inline-flex; align-items: center; gap: 5px; padding: 2px 9px; border-radius: var(--radius-pill);
  font-size: 0.72rem; font-weight: var(--fw-semibold); line-height: 1.6;
}
.badge--strong { background: var(--navy-tint); color: var(--navy); }
.badge--watch { background: var(--aqua-tint); color: #1c7ea3; }
.badge--hold { background: var(--warn-tint); color: var(--warn); }
.badge--source { background: var(--surface-3); color: var(--muted); font-weight: var(--fw-medium); }

.checklist { display: flex; flex-direction: column; gap: 5px; }
.checklist li { display: flex; gap: 7px; font-size: var(--fs-xs); color: var(--text); line-height: var(--lh-snug); }
.checklist .box { flex: none; width: 14px; height: 14px; border: 1.5px solid var(--line-strong); border-radius: 3px; margin-top: 3px; }
.checklist .box--done { background: var(--navy); border-color: var(--navy); position: relative; }
.checklist .box--done::after { content: ""; position: absolute; left: 4px; top: 1px; width: 4px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }

/* ---------- Cards (情報単位に限定して使用) ---------- */
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
  height: 100%;
}
.card--hover:hover { border-color: var(--line-strong); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.card__icon { width: 40px; height: 40px; border-radius: var(--radius-sm); display: grid; place-items: center; background: var(--navy-tint); color: var(--navy); margin-bottom: var(--space-4); }
.card__icon svg { width: 22px; height: 22px; }
.card h3 { font-size: var(--fs-h4); }
.card p { margin-top: var(--space-3); color: var(--muted); font-size: var(--fs-sm); line-height: var(--lh-base); }
.card__index { font-size: var(--fs-sm); font-weight: var(--fw-bold); color: var(--blue); }

/* Issue card with leading number */
#problem .issue {
  padding: clamp(1.1rem, .9rem + .8vw, 1.45rem);
  gap: 0.55rem;
  transition:
    background-color 0.22s var(--ease),
    border-color 0.22s var(--ease),
    box-shadow 0.22s var(--ease),
    transform 0.22s var(--ease);
}
#problem .section-head .lead strong {
  color: var(--navy-deep);
  font-weight: var(--fw-bold);
}
@media (hover: hover) and (pointer: fine) {
  #problem .issue:hover {
    border-color: rgba(69,120,216,.34);
    background-color: #fbfdff;
    box-shadow: 0 10px 28px rgba(15, 27, 61, 0.09);
    transform: translateY(-3px);
  }
  #problem .issue:hover .card__index {
    color: var(--navy);
  }
}
.issue { display: flex; flex-direction: column; gap: var(--space-2); }
.issue__q { font-weight: var(--fw-semibold); font-size: var(--fs-h4); color: var(--text); }
.issue p {
  margin-top: var(--space-2);
  line-height: 1.65;
  text-wrap: auto;
  word-break: normal;
}

/* ---------- Deliverables ---------- */
.deliverable-visual {
  position: relative;
  margin-bottom: var(--space-5);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.deliverable-visual--report {
  max-width: 1120px;
  margin-inline: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.deliverable-visual img {
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  display: block;
}
.deliverable-visual--report img {
  aspect-ratio: 3 / 2;
}
.deliverable-visual--report .fc-report-mock {
  border: 1px solid #061f49;
  box-shadow: var(--shadow-sm);
}
.deliverable-visual__caption {
  margin-top: var(--space-2);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: var(--fs-xs);
  line-height: var(--lh-snug);
  text-align: right;
}

/* HTML report mock preview / insert candidate */
.report-mock-preview {
  min-height: 100svh;
  padding: 0;
  display: grid;
  place-items: center;
  background: #fff;
}
.report-mock-preview__stage {
  width: min(1536px, 100%);
}
.fc-report-mock {
  container-type: inline-size;
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  border: 1px solid #061f49;
  background: #fff;
  color: #06102a;
  overflow: hidden;
  font-family: var(--font-sans);
  box-shadow: 0 1px 0 rgba(6, 31, 73, .08);
}
.fc-report-mock__canvas {
  position: absolute;
  inset: 0;
  font-size: clamp(3.2px, 1.0417cqw, 16px);
}
.fc-report-mock__header {
  position: absolute;
  inset: 0 0 auto;
  height: 5.82em;
  background: linear-gradient(120deg, #061f49 0%, #071d46 48%, #06265a 100%);
  border-bottom: 1px solid #061f49;
}
.fc-report-mock__title {
  margin: 0;
  position: absolute;
  left: .78em;
  top: .54em;
  color: #fff;
  font-size: 2.56em;
  font-weight: 800;
  letter-spacing: .015em;
  line-height: 1;
}
.fc-report-mock__pill {
  position: absolute;
  left: 70.13em;
  top: 1.76em;
  min-width: 13.65em;
  height: 3.05em;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.96);
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}
.fc-report-mock__pill--standard {
  left: 74.03em;
  top: 1.53em;
  width: 8.35em;
  min-width: 0;
  height: 2.65em;
  border-color: #75dfea;
  font-family: Inter, var(--font-sans);
  font-size: 1.15em;
  font-weight: 500;
}
.fc-report-mock__score {
  position: absolute;
  inset: 5.82em 0 auto;
  height: 5.88em;
  border-bottom: 2px solid #061f49;
  background:
    linear-gradient(#071f49, #071f49) 26.9em 50% / 1px 4.18em no-repeat,
    linear-gradient(#071f49, #071f49) 49.65em 50% / 1px 4.18em no-repeat,
    linear-gradient(#071f49, #071f49) 71.7em 50% / 1px 4.18em no-repeat,
    #fff;
}
.fc-report-mock__metric {
  position: absolute;
  top: .85em;
  height: 4.1em;
  display: flex;
  align-items: center;
  gap: 1.1em;
}
.fc-report-mock__metric-icon {
  width: 3.55em;
  height: 3.55em;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #113b84, #061f49 72%);
  color: #fff;
  flex: none;
}
.fc-report-mock__metric-icon svg {
  width: 2.3em;
  height: 2.3em;
  fill: currentColor;
}
.fc-report-mock__metric-icon--teal {
  background: radial-gradient(circle at 34% 28%, #16b0b4, #047d87 72%);
}
.fc-report-mock__metric-icon--orange {
  background: radial-gradient(circle at 34% 28%, #ff9a28, #eb6711 72%);
}
.fc-report-mock__metric-label {
  color: #071029;
  font-size: 1.58em;
  font-weight: 700;
  line-height: 1;
}
.fc-report-mock__metric strong {
  color: #174ca5;
  font-family: Inter, var(--font-sans);
  font-size: 3.85em;
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: .95;
}
.fc-report-mock__metric--score { left: 3.05em; }
.fc-report-mock__metric--rank { left: 30.6em; }
.fc-report-mock__metric--rank .fc-report-mock__metric-label {
  font-family: Inter, var(--font-sans);
  font-size: 1.86em;
  font-weight: 700;
}
.fc-report-mock__metric--confidence { left: 53.1em; }
.fc-report-mock__metric--confidence strong {
  color: #00909b;
  font-size: 2.34em;
}
.fc-report-mock__metric--alert { left: 75.75em; gap: 1.2em; }
.fc-report-mock__metric--alert strong {
  color: #ef6f12;
  font-size: 1.74em;
  letter-spacing: .035em;
  white-space: nowrap;
}
.fc-report-mock__map,
.fc-report-mock__bars,
.fc-report-mock__note-card,
.fc-report-mock__checklist {
  position: absolute;
  border: 1px solid #061f49;
  background: #fff;
  overflow: hidden;
}
.fc-report-mock__map {
  left: 1.38em;
  top: 12.62em;
  width: 49.3em;
  height: 22.75em;
  isolation: isolate;
}
.fc-report-mock__map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.fc-report-mock__map-radius {
  position: absolute;
  left: 51.8%;
  top: 52.5%;
  z-index: 1;
  width: 22.2em;
  height: 11.9em;
  border: 1px dashed rgba(18, 70, 160, .58);
  border-radius: 50%;
  background: rgba(31, 93, 184, .08);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.fc-report-mock__map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  width: 1.1em;
  height: 1.1em;
  border: .16em solid #fff;
  border-radius: 50%;
  background: #1d55a8;
  box-shadow:
    0 0 0 .13em rgba(21, 72, 164, .24),
    0 .18em .42em rgba(6, 31, 73, .32);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.fc-report-mock__map-pin--candidate {
  width: 1.7em;
  height: 1.7em;
  background: #0b3b8f;
  box-shadow:
    0 0 0 .16em rgba(11, 59, 143, .28),
    0 .28em .6em rgba(6, 31, 73, .38);
}
.fc-report-mock__map-pin--candidate::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - .12em);
  width: 0;
  height: 0;
  border-inline: .36em solid transparent;
  border-top: .66em solid #0b3b8f;
  transform: translateX(-50%);
}
.fc-report-mock__bars {
  left: 51.5em;
  top: 12.62em;
  width: 43.23em;
  height: 22.75em;
}
.fc-report-mock__bars h2,
.fc-report-mock__note-card h2,
.fc-report-mock__checklist h2 {
  height: 2.3em;
  display: flex;
  align-items: center;
  padding-inline: 1.15em;
  background: linear-gradient(105deg, #061f49, #06326f);
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}
.fc-report-mock__bar-row {
  height: 3.76em;
  display: grid;
  grid-template-columns: 10.7em 1fr;
  align-items: center;
  gap: 1.6em;
  padding: 0 1.62em;
  border-top: 1px solid #b8bec9;
}
.fc-report-mock__bar-row span {
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1;
}
.fc-report-mock__bar-row i {
  position: relative;
  height: 1.62em;
  background: #e5e5e5;
  box-shadow: inset 0 0 10px rgba(0,0,0,.05);
}
.fc-report-mock__bar-row b {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  background: var(--c);
}
.fc-report-mock__bar-flag {
  position: absolute;
  top: 50%;
  right: .6em;
  transform: translateY(-50%);
  color: #ef6f12;
  font-size: 1.15em;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: .02em;
}
.fc-report-mock__note-card {
  top: 36.36em;
  height: 10.4em;
}
.fc-report-mock__note-card--strength {
  left: 1.38em;
  width: 30.55em;
}
.fc-report-mock__note-card--risk {
  left: 32.78em;
  width: 30.55em;
}
.fc-report-mock__note-card--next {
  left: 64.18em;
  width: 30.55em;
}
.fc-report-mock__note-card h2 {
  height: 2.43em;
  font-size: 1.42em;
  letter-spacing: .08em;
}
.fc-report-mock__note-card ul {
  padding: .82em 1.55em 0 1.65em;
}
.fc-report-mock__note-card li {
  position: relative;
  min-height: 1.82em;
  padding-left: 1.35em;
  color: #263043;
  font-size: .82em;
  font-weight: 600;
  line-height: 1.34;
}
.fc-report-mock__note-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background: #0f4394;
}
.fc-report-mock__checklist {
  top: 47.5em;
  height: 14em;
}
.fc-report-mock__checklist--hq {
  left: 1.38em;
  width: 46.25em;
}
.fc-report-mock__checklist--field {
  left: 48.48em;
  width: 46.25em;
}
.fc-report-mock__checklist h2 {
  height: 2.55em;
  font-size: 1.36em;
  letter-spacing: .08em;
}
.fc-report-mock__check-grid {
  display: grid;
  grid-template-columns: 1.45em 1fr 1.45em 1fr;
  column-gap: 1.08em;
  row-gap: .86em;
  align-items: center;
  padding: 1.1em 1.55em 1.1em;
}
.fc-report-mock__check-grid span {
  width: 1.43em;
  height: 1.43em;
  border: 1px solid #17315c;
  background: #f8fbff;
}
.fc-report-mock__check-grid b {
  min-width: 0;
  color: #263043;
  font-size: .74em;
  font-weight: 600;
  line-height: 1.18;
  white-space: nowrap;
}
.fc-report-mock__foot {
  position: absolute;
  left: 1.35em;
  bottom: .45em;
  color: #06102a;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
}

.deliverable-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
}
#deliverables .deliverable-item {
  min-width: 0;
  padding: var(--space-4);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.86);
  transition:
    background-color 0.22s var(--ease),
    border-color 0.22s var(--ease),
    box-shadow 0.22s var(--ease),
    transform 0.22s var(--ease);
}
.deliverable-item span {
  color: var(--blue);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
}
.deliverable-item h3 {
  margin-top: var(--space-2);
  font-size: var(--fs-h4);
}
.deliverable-item p {
  margin-top: var(--space-2);
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
@media (hover: hover) and (pointer: fine) {
  #deliverables .deliverable-item:hover {
    border-color: rgba(69,120,216,.34);
    background-color: rgba(255,255,255,.98);
    box-shadow: 0 9px 24px rgba(15, 27, 61, 0.08);
    transform: translateY(-3px);
  }
  #deliverables .deliverable-item:hover span {
    color: var(--navy);
  }
}

/* ---------- FC conversion sections ---------- */
.outcome-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 3vw, 2.75rem);
  align-items: stretch;
  padding: 0;
}
.outcome-band__copy {
  max-width: 900px;
}
.outcome-band__copy h2 {
  margin-top: var(--space-3);
  font-size: var(--fs-h2);
}
.outcome-band__copy p {
  margin-top: var(--space-4);
  color: var(--muted);
  font-size: var(--fs-lead);
  line-height: var(--lh-snug);
  text-wrap: pretty;
}
.outcome-band__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 2vw, 2rem);
}
.outcome-item {
  min-width: 0;
  padding: var(--space-4) var(--space-3) 0 0;
  border-top: 2px solid var(--line);
  background: transparent;
}
.outcome-item > span,
.field-lens__item > span,
.proof-metric__label {
  color: var(--blue);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: .04em;
}
.outcome-item h3,
.field-lens__item h3 {
  margin-top: var(--space-3);
  font-size: var(--fs-h4);
}
.outcome-item p,
.field-lens__item p {
  margin-top: var(--space-2);
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-base);
  text-wrap: pretty;
}
.entry-strip {
  padding-bottom: clamp(2rem, 1.4rem + 2vw, 3.5rem);
  background: linear-gradient(180deg, var(--soft-bg), var(--white));
}
.entry-strip__inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding-block: var(--space-5);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.entry-strip__label {
  display: inline-flex;
  align-items: flex-start;
  gap: var(--space-2);
  color: var(--blue);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.12em;
  line-height: var(--lh-snug);
}
.entry-strip__label-text {
  display: block;
}
.entry-strip__label::before {
  content: "";
  width: 22px;
  height: 2px;
  flex: none;
  margin-top: 0.55em;
  background: currentColor;
}
/* 主導線3つ：cardless・列整列・状況が主役 */
.entry-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-route a {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-height: 104px;
  padding: var(--space-4);
  border: 1px solid var(--line);
  border-left: 3px solid rgba(69,120,216,.75);
  background: rgba(255,255,255,.68);
  box-shadow: 0 6px 18px rgba(15,27,61,.045);
  text-decoration: none;
  transition:
    border-color 0.2s var(--ease),
    background-color 0.2s var(--ease),
    box-shadow 0.2s var(--ease),
    transform 0.2s var(--ease);
}
.entry-route a:hover {
  border-left-color: var(--blue);
  border-color: rgba(69,120,216,.34);
  background: #fff;
  box-shadow: 0 10px 26px rgba(15,27,61,.075);
  transform: translateY(-2px);
}
.entry-route__situation {
  font-size: var(--fs-body);
  font-weight: var(--fw-bold);
  color: var(--navy);
  line-height: var(--lh-snug);
}
.entry-route__dest {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  width: fit-content;
  margin-top: auto;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(69,120,216,.32);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--blue);
}
.entry-route__dest .arrow {
  transition: transform 0.2s var(--ease);
}
.entry-route a:hover .entry-route__dest .arrow {
  transform: translateX(3px);
}
/* 別入口：他LPへの離脱は控えめに分離 */
.entry-routes__aside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem var(--space-4);
  margin: 0;
  padding-top: var(--space-4);
  border-top: 1px solid var(--line);
  font-size: var(--fs-sm);
  color: var(--muted);
}
.entry-routes__aside-label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-weight: var(--fw-semibold);
  color: var(--text);
}
.entry-routes__aside-label::before {
  content: "";
  width: 14px;
  height: 2px;
  flex: none;
  background: var(--line);
}
.entry-routes__aside a {
  color: var(--text);
  font-weight: var(--fw-semibold);
  text-decoration: none;
}
.entry-routes__aside a .arrow {
  color: var(--blue);
  margin: 0 0.15rem;
}
.entry-routes__aside a:hover {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.entry-routes__sep {
  color: var(--line);
}
.field-lens {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}
.field-lens__item {
  min-width: 0;
  padding: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.72);
  transition:
    background-color 0.22s var(--ease),
    border-color 0.22s var(--ease),
    box-shadow 0.22s var(--ease),
    transform 0.22s var(--ease);
}
.field-lens__item--primary {
  border-color: rgba(69,120,216,.42);
  background:
    linear-gradient(135deg, rgba(69,120,216,.12), rgba(39,179,209,.08)),
    var(--white);
  box-shadow: var(--shadow-sm);
}
@media (hover: hover) and (pointer: fine) {
  .field-lens__item:hover {
    border-color: rgba(69,120,216,.34);
    background-color: rgba(255,255,255,.94);
    box-shadow: 0 10px 26px rgba(15, 27, 61, 0.08);
    transform: translateY(-3px);
  }
  .field-lens__item--primary:hover {
    border-color: rgba(69,120,216,.52);
    box-shadow: 0 12px 30px rgba(15, 27, 61, 0.1);
  }
}
.proof-panel {
  display: grid;
  gap: var(--space-5);
}
.proof-panel__copy h2,
.reason-split h2 {
  margin-top: var(--space-3);
  font-size: var(--fs-h2);
}
.proof-panel__copy p {
  margin-top: var(--space-4);
  color: var(--muted);
  font-size: var(--fs-lead);
  line-height: var(--lh-snug);
  text-wrap: pretty;
}
.reason-split p {
  margin-top: var(--space-4);
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-base);
}
.proof-panel__copy {
  max-width: 780px;
}
.proof-panel__note {
  margin-top: 0;
  color: var(--muted);
  font-size: var(--fs-xs);
  line-height: var(--lh-base);
}
.proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}
.proof-metrics div {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: var(--space-2);
  padding: var(--space-5);
  border: 1px solid var(--line);
  border-top: 3px solid var(--blue);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.proof-metrics strong {
  color: var(--navy-deep);
  font-size: clamp(2.3rem, 1.5rem + 2vw, 3.375rem);
  line-height: 1;
  letter-spacing: 0;
}
.proof-metrics strong span {
  margin-left: .15rem;
  color: var(--muted);
  font-size: 1rem;
  letter-spacing: 0;
}
.proof-metrics p {
  color: var(--muted);
  font-size: var(--fs-xs);
  line-height: var(--lh-base);
}
.proof-story {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.2fr);
  gap: var(--space-6);
  align-items: start;
  padding: var(--space-5);
  border: 1px solid rgba(69,120,216,.22);
  border-left: 4px solid var(--blue);
  background:
    linear-gradient(135deg, rgba(69,120,216,.08), rgba(39,179,209,.05)),
    var(--white);
  box-shadow: var(--shadow-sm);
}
.proof-story__label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0.16rem 0.65rem;
  border-radius: var(--radius-pill);
  background: var(--navy);
  color: #fff;
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  line-height: 1.4;
}
.proof-story h3 {
  margin-top: var(--space-3);
  font-size: clamp(1.4rem, 1.15rem + 0.7vw, 1.625rem);
}
.proof-story p {
  color: var(--text);
  font-size: var(--fs-body);
  line-height: var(--lh-base);
  text-wrap: wrap;
}
.proof-flow-diagram {
  grid-column: 1 / -1;
  margin: var(--space-4) 0 0;
  padding-top: var(--space-4);
  border-top: 1px solid rgba(69,120,216,.22);
  background: transparent;
}
.proof-flow-diagram img {
  display: block;
  width: 100%;
  height: auto;
}
.reason-split {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.2fr);
  gap: var(--space-7);
  align-items: start;
}

/* ---------- Trust strip ---------- */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-4); }

/* ---------- Trust strip (hero直下) ---------- */
.trust-strip {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.trust-strip__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4) var(--space-6);
  padding-block: var(--space-5);
}
.trust-strip__list li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: var(--space-4);
  border-left: 3px solid var(--blue);
}
.trust-strip__list strong {
  display: flex;
  align-items: baseline;
  color: var(--navy-deep);
  font-size: 1.65rem;
  font-weight: var(--fw-bold);
  line-height: 1.05;
  letter-spacing: 0;
  min-height: 1.75rem;
}
.trust-strip__list strong span {
  margin-left: .2rem;
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  color: var(--muted);
}
.trust-strip__list li:nth-child(3) { border-left-color: var(--aqua); }
.trust-strip__list li:nth-child(3) strong {
  align-items: flex-end;
  font-size: var(--fs-h4);
  line-height: 1.15;
}
.trust-strip__cap {
  font-size: var(--fs-xs);
  color: var(--muted);
  line-height: var(--lh-snug);
}
@media (max-width: 768px) {
  .trust-strip__list { grid-template-columns: 1fr; gap: var(--space-3); padding-block: var(--space-4); }
  #about-h .mobile-only-break { display: block; }
}

/* ---------- About / Operator ---------- */
.about-section h2 {
  margin-top: 0;
  font-size: var(--fs-h3);
}
.about-section {
  padding-bottom: clamp(1.75rem, 1.25rem + 1.5vw, 3rem);
}
.about-section__grid {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 860px);
  gap: clamp(2rem, 5vw, 4.75rem);
  align-items: start;
}
.about-section--front h2 {
  max-width: 860px;
  font-size: var(--fs-h2);
}
.about-section--fc h2 {
  max-width: 800px;
  font-size: clamp(1.85rem, 1.45rem + 1.45vw, 2.35rem);
  line-height: var(--lh-tight);
}
.about-lead {
  margin-top: var(--space-4);
  max-width: 720px;
  color: var(--muted);
  font-size: var(--fs-body);
  line-height: var(--lh-base);
}
.about-section--front .about-lead {
  max-width: 860px;
  font-size: var(--fs-lead);
}
.about-section--fc .about-lead {
  max-width: 760px;
  font-size: var(--fs-lead);
}
.about-message {
  display: grid;
  gap: 0.8rem;
  max-width: 720px;
  margin-top: var(--space-4);
}
.about-message p {
  color: var(--muted);
  font-size: var(--fs-body);
  line-height: 1.85;
}
.about-signature {
  display: grid;
  gap: var(--space-3);
  padding-top: var(--space-3);
  border-top: 3px solid var(--blue);
}
.about-kicker {
  color: var(--blue);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.about-byline__brand {
  min-width: 0;
}
.about-logo {
  width: auto;
  height: clamp(24px, 2.2vw, 31px);
  max-width: min(100%, 230px);
  display: block;
  flex: none;
}
.about-signature__title {
  color: var(--muted);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-snug);
}
.about-credit {
  max-width: 720px;
  margin-top: var(--space-5);
  padding-top: var(--space-4);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-base);
}
.note-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-5);
  padding: 0.5rem 1.1rem 0.5rem 0.85rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-pill);
  background: var(--white);
  color: var(--navy-deep);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), transform 0.2s var(--ease);
}
.note-link:hover {
  border-color: var(--navy);
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}
.note-link .note-logo {
  width: 28px;
  height: 28px;
  display: block;
  flex: none;
}
@media (max-width: 960px) {
  .about-section__grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }
  .about-signature {
    width: min(100%, 520px);
    gap: 0.55rem;
    padding-top: 0;
    padding-left: var(--space-4);
    border-top: 0;
    border-left: 3px solid var(--blue);
  }
  .about-logo {
    height: clamp(18px, 5vw, 22px);
    max-width: min(52vw, 170px);
  }
}
@media (max-width: 768px) {
  .about-section--fc h2 {
    font-size: var(--fs-h3);
  }
  .about-section--fc .about-lead {
    font-size: var(--fs-body);
  }
}

/* ---------- Report mock zoom (tap to enlarge) ---------- */
.deliverable-visual--report { position: relative; }
.fc-report-mock[data-zoom-trigger] {
  cursor: zoom-in;
  transform-origin: center;
  transition:
    border-color 0.22s var(--ease),
    box-shadow 0.22s var(--ease),
    transform 0.22s var(--ease);
}
.fc-report-mock[data-zoom-trigger]:focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 4px;
}
.deliverable-visual--report .fc-report-mock[data-zoom-trigger]:hover {
  border-color: rgba(69, 120, 216, .58);
  box-shadow: 0 14px 36px rgba(15, 27, 61, .14);
  transform: translateY(-3px);
}
.deliverable-visual--report .fc-report-mock[data-zoom-trigger]:active {
  box-shadow: 0 8px 24px rgba(15, 27, 61, .12);
  transform: translateY(-1px);
}
.report-zoom {
  position: fixed; inset: 0; z-index: 200;
  display: flex; align-items: flex-start; justify-content: center;
  padding: clamp(1rem, 4vw, 3rem); overflow: auto;
  background: rgba(15, 27, 61, 0.78);
}
.report-zoom[hidden] { display: none; }
.report-zoom__inner { width: min(1160px, calc(100vw - 6rem)); margin: auto; }
.report-zoom__inner .fc-report-mock { width: 100%; max-width: none; box-shadow: var(--shadow-lg); }
.report-zoom__close {
  position: fixed; top: 14px; right: 14px; width: 46px; height: 46px;
  display: grid; place-items: center;
  background: var(--white); color: var(--navy); border: none;
  font-size: 1.7rem; line-height: 1; cursor: pointer;
}
.report-zoom__close:hover { color: var(--navy-deep); }
@media (max-width: 768px) {
  .report-zoom__inner { width: 720px; }
}

/* ---------- Pricing tiers (2-段) ---------- */
.price-tier { margin-top: var(--space-5); }
.price-tier__head { display: flex; align-items: center; gap: var(--space-3); margin-bottom: var(--space-4); padding-bottom: var(--space-3); border-bottom: 1px solid var(--line); }
.price-tier__icon { width: 46px; height: 46px; flex: none; display: grid; place-items: center; background: var(--navy); color: #fff; }
.price-tier__icon svg { width: 24px; height: 24px; }
.price-tier__icon--aqua { background: var(--aqua); }
.price-tier__tag { display: block; font-size: var(--fs-xs); font-weight: var(--fw-semibold); color: var(--blue); letter-spacing: 0.04em; }
.price-tier__head h3 { font-size: var(--fs-h4); margin-top: 0.15rem; }

/* ---------- Proof: 判定基準（フロー図直下に統合） ---------- */
.proof-rigor { grid-column: 1 / -1; margin-top: var(--space-4); padding-top: var(--space-4); border-top: 1px solid rgba(69,120,216,.22); }
.proof-rigor p { font-size: var(--fs-sm); color: var(--text); line-height: var(--lh-base); }
.proof-rigor strong { color: var(--navy-deep); font-weight: var(--fw-bold); }

/* 総合LP: 本文(proof copy / about)の重要語を濃紺アクセントに。hero・カード・リストは太字のみ（FCのproof/argument踏襲） */
body[data-page="index"] #proof .proof-panel__copy p strong,
body[data-page="index"] #about .about-copy strong { color: var(--navy-deep); font-weight: var(--fw-bold); }

/* 総合LP: why-worth 価値アンカー＝言い切りコピー（図を置かずタイポグラフィを主役に） */
body[data-page="index"] #why-worth .lead strong { color: var(--navy-deep); font-weight: var(--fw-bold); }
body[data-page="index"] .why-worth__viz { display: block; margin-top: var(--space-6); }
/* 本文は単一段落のため共通の p:last-child 強調が誤適用される→地の文に戻す（強調はstrongのみ） */
body[data-page="index"] #why-worth .why-worth__body p:last-child {
  margin-top: var(--space-4);
  font-size: var(--fs-body);
  font-weight: normal;
  color: var(--muted);
  line-height: var(--lh-base);
}

body[data-page="index"] .why-claim {
  position: relative;
  max-width: 860px;
  padding-left: clamp(18px, 2.4vw, 32px);
}
body[data-page="index"] .why-claim::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 3px;
  background: var(--aqua);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .6s var(--ease) .12s;
}
body[data-page="index"] .why-claim.is-in::before { transform: scaleY(1); }
body[data-page="index"] .why-claim__big {
  color: var(--navy-deep);
  font-size: clamp(1.5rem, 1.05rem + 2.1vw, 2.55rem);
  font-weight: var(--fw-bold);
  line-height: 1.46;
  letter-spacing: 0;
}
body[data-page="index"] .why-claim__big strong {
  font-size: 1.12em;
  font-weight: var(--fw-bold);
  color: var(--navy-deep);
  white-space: nowrap;
}
body[data-page="index"] .why-claim__tail {
  margin-top: var(--space-4);
  max-width: 660px;
  color: var(--text);
  font-size: var(--fs-lead);
  font-weight: var(--fw-medium);
  line-height: var(--lh-base);
  text-wrap: wrap;
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="index"] .why-claim::before { transform: scaleY(1) !important; transition: none !important; }
}

/* ---------- Contact (FC: 1カラム統合) ---------- */
#contact .section-head {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}
.contact-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
  margin-inline: auto;
  margin-bottom: var(--space-6);
  max-width: 760px;
}
.contact-prep {
  max-width: 560px;
  margin-inline: auto;
  padding: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}
.contact-prep__title {
  font-weight: var(--fw-semibold);
  color: var(--text);
}
.contact-prep__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin-top: var(--space-3);
}
.contact-prep__list li {
  display: flex;
  gap: var(--space-2);
  font-size: var(--fs-sm);
  color: var(--muted);
}
.contact-prep__list .tick { color: var(--blue); flex: none; }
.contact-prep__note {
  margin-top: var(--space-3);
  font-size: var(--fs-xs);
  color: var(--muted);
  line-height: var(--lh-base);
}
#contact .form__fallback {
  margin-top: var(--space-4);
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}
#contact .form__fallback + .form__fallback {
  margin-top: var(--space-2);
}
#contact .form__fallback--privacy {
  max-width: 690px;
}

/* ---------- Why Worth (立地の価値・料金アンカリング) ---------- */
#why-worth .section-head {
  margin-bottom: clamp(1.25rem, 1rem + 1vw, 2rem);
}
#why-worth .section-head .lead {
  font-size: var(--fs-body);
}
.why-worth__body { max-width: 760px; }
.why-worth__body p {
  margin-top: var(--space-4);
  color: var(--muted);
  font-size: var(--fs-body);
  line-height: var(--lh-base);
}
.why-worth__body strong { color: var(--navy-deep); font-weight: var(--fw-bold); }
.why-worth__body p:last-child { margin-top: var(--space-5); font-size: var(--fs-lead); color: var(--navy-deep); font-weight: var(--fw-semibold); line-height: var(--lh-snug); }
.why-worth__note {
  margin-top: var(--space-5);
  padding-top: var(--space-4);
  border-top: 1px solid var(--line);
  font-size: var(--fs-xs);
  color: var(--muted);
  line-height: var(--lh-base);
}

/* ---------- Why Worth — stat viz (39.2% pictograph + regrets / FC等の共有・HEADから復元) ---------- */
#why-worth .lead strong { color: var(--navy-deep); font-weight: var(--fw-bold); }
.why-worth__viz { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: var(--space-5); margin-top: var(--space-6); align-items: stretch; }
.why-stat { display: flex; flex-direction: column; gap: var(--space-4); padding: var(--space-5); background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--blue); }
.why-stat:not(.why-stat--regret) { justify-content: space-between; }
.why-stat--regret { border-top-color: var(--aqua); justify-content: center; }
.why-stat__head { display: flex; flex-direction: column; gap: 5px; }
.why-stat .num { color: var(--navy-deep); font-size: clamp(2.4rem, 1.6rem + 2.4vw, 3.4rem); font-weight: var(--fw-bold); line-height: 1; letter-spacing: 0; }
.why-stat .num span { margin-left: .12rem; font-size: 1.1rem; font-weight: var(--fw-medium); color: var(--muted); }
.why-stat__label { color: var(--muted); font-size: var(--fs-sm); line-height: var(--lh-snug); }
.why-stat__label b { display: block; margin-bottom: 3px; color: var(--text); font-weight: var(--fw-semibold); font-size: var(--fs-lead); }
.why-stat__mid { padding-top: var(--space-4); border-top: 1px solid var(--line); color: var(--muted); font-size: var(--fs-sm); line-height: var(--lh-snug); }
.why-stat__mid b { color: var(--navy-deep); font-weight: var(--fw-semibold); }
.why-regret-title { margin-bottom: 5px; font-size: var(--fs-h4); color: var(--navy-deep); font-weight: var(--fw-bold); line-height: var(--lh-snug); }
.pictograph { display: grid; grid-template-columns: repeat(10, 1fr); gap: 6px; max-width: 340px; }
.pictograph svg { width: 100%; height: auto; fill: var(--line-strong); }
.pictograph svg.is-on { fill: var(--navy); }
.why-regrets { display: flex; flex-direction: column; gap: var(--space-4); }
.why-regrets li { display: flex; gap: var(--space-3); }
.why-regrets li + li { padding-top: var(--space-4); border-top: 1px solid var(--line); }
.why-regrets svg { flex: none; width: 30px; height: 30px; stroke: var(--navy); stroke-width: 1.6; fill: none; margin-top: 2px; }
.why-regrets b { display: block; color: var(--navy-deep); font-size: var(--fs-body); font-weight: var(--fw-semibold); }
.why-regrets span { color: var(--muted); font-size: var(--fs-sm); line-height: var(--lh-snug); }
@media (max-width: 768px) { .why-worth__viz { grid-template-columns: 1fr; gap: var(--space-4); } .pictograph { max-width: 280px; } }

/* ---------- Flow diagram (Market Context) ---------- */
.flow { display: flex; flex-direction: column; gap: var(--space-2); max-width: 420px; }
.flow__step { display: flex; align-items: center; gap: var(--space-3); padding: var(--space-3) var(--space-4); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: var(--fs-sm); font-weight: var(--fw-medium); }
.flow__step .n { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--navy-tint); color: var(--navy); display: grid; place-items: center; font-size: var(--fs-xs); font-weight: var(--fw-bold); }
.flow__arrow { width: 2px; height: 16px; background: var(--line-strong); margin-left: calc(var(--space-4) + 11px); }

/* ---------- Output summary ---------- */
.deliverable-list--output {
  margin-top: var(--space-4);
}
.deliverable-list--output .deliverable-item {
  min-width: 0;
  padding: var(--space-4) var(--space-4) var(--space-4) 0;
  border-top: 2px solid var(--line);
  background: transparent;
}
.deliverable-list--output .deliverable-item p {
  max-width: 34em;
}
.output-note {
  margin-top: var(--space-4);
}

/* ---------- Comparison table ---------- */
.check-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: var(--space-5);
  align-items: stretch;
}
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-md); -webkit-overflow-scrolling: touch; }
table.compare { width: 100%; border-collapse: collapse; min-width: 560px; font-size: var(--fs-sm); }
table.compare th, table.compare td { padding: var(--space-3) var(--space-4); text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
table.compare thead th { background: var(--surface-2); font-weight: var(--fw-semibold); color: var(--text); position: sticky; top: 0; }
table.compare tbody th { font-weight: var(--fw-medium); color: var(--muted); white-space: nowrap; }
table.compare tr:last-child td, table.compare tr:last-child th { border-bottom: none; }
table.compare td .badge { margin-top: 2px; }
.check-layout .table-wrap {
  display: flex;
}
.check-layout table.compare {
  height: 100%;
}
.check-layout table.compare th,
.check-layout table.compare td {
  vertical-align: middle;
}
.check-visual {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 100%;
  padding: var(--space-5);
  border: 1px solid rgba(69,120,216,.26);
  border-radius: var(--radius-md);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(39,179,209,.18), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(235,243,255,.94));
  box-shadow: var(--shadow-sm);
}
.check-visual__map {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #d4ddec;
}
/* flat city-map illustration (block grid + teardrop pins) */
.check-map { display: block; width: 100%; height: auto; }
.cm-base { fill: #d4ddec; }
.cm-block { fill: #f7fafe; }
.cm-block--alt { fill: #e8effa; }
.cm-park { fill: rgba(39,179,209,.16); }
.cm-avenue { fill: none; stroke: #d4ddec; stroke-width: 20; }
.cm-shadow { fill: rgba(22,43,77,.16); }
.cm-pin__dot { fill: #fff; }
.cm-pin--main .cm-pin__body { fill: var(--navy); }
.cm-pin--sub .cm-pin__body { fill: var(--blue); }
.cm-pin--aqua .cm-pin__body { fill: #1aa1be; }
.cm-label rect { fill: var(--navy); }
.cm-label text { fill: #fff; font-size: 10.5px; font-weight: var(--fw-semibold); letter-spacing: .02em; }
.cm-pulse { fill: none; stroke: var(--aqua); stroke-width: 2; opacity: 0; transform-box: fill-box; transform-origin: center; }
@media (prefers-reduced-motion: no-preference) {
  .cm-pulse { animation: cmPulse 2.4s ease-out infinite; }
}
@keyframes cmPulse {
  0%   { transform: scale(.55); opacity: .5; }
  70%  { opacity: 0; }
  100% { transform: scale(3); opacity: 0; }
}
.check-visual__signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-2);
  margin-top: var(--space-4);
}
.check-visual__signals span {
  min-width: 0;
  padding: .45rem .65rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,.8);
  color: var(--navy-deep);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  text-align: center;
}
.check-visual__summary {
  margin-top: var(--space-4);
  padding: var(--space-4);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.86);
  border: 1px solid var(--line);
}
.check-visual__summary strong { color: var(--navy-deep); }
.check-visual__summary p {
  margin-top: 4px;
  color: var(--muted);
  font-size: var(--fs-xs);
  line-height: var(--lh-snug);
}

/* ---------- Report preview ---------- */
.report { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); padding: clamp(1.25rem, 1rem + 1vw, 2rem); box-shadow: var(--shadow-sm); }
.report ol { counter-reset: r; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: var(--space-2) var(--space-5); }
.report ol li { counter-increment: r; display: flex; gap: var(--space-3); font-size: var(--fs-sm); padding-block: 4px; }
.report ol li::before { content: counter(r); flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--surface-3); color: var(--navy); font-size: var(--fs-xs); font-weight: var(--fw-bold); display: grid; place-items: center; }

/* ---------- Mid-page decision visuals ---------- */
.visual-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: var(--fw-bold);
  color: var(--blue);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.visual-kicker::before {
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}
.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}
.chip-list li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.35rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,.76);
  color: var(--text);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: var(--space-4);
  color: var(--navy);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.text-link::after { content: "→"; text-decoration: none; }
.question-sheet h3,
.model-node h3,
.money-node h3 {
  margin-top: var(--space-3);
  font-size: var(--fs-h4);
}
.question-sheet p,
.model-node p,
.money-node p {
  margin-top: var(--space-3);
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-base);
}
.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-3) var(--space-4);
  margin: var(--space-5) 0 var(--space-7);
}
.section-actions p {
  color: var(--muted);
  font-size: var(--fs-sm);
}
.section-actions--pricing {
  align-items: center;
  margin-bottom: var(--space-4);
}
.section-actions--pricing > p {
  align-self: flex-end;
  margin-bottom: 0.82rem;
  text-wrap: wrap;
}
.section-actions--pricing + .note-box {
  margin-top: 0;
}
.question-flow {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(220px, .8fr) minmax(300px, 1fr);
  gap: var(--space-4);
  align-items: stretch;
  padding: clamp(1.25rem, 1rem + 1.5vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 12% 16%, rgba(39,179,209,.14), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,245,255,.9));
  box-shadow: var(--shadow-sm);
}
.question-flow__sources,
.question-flow__middle,
.question-sheet {
  min-width: 0;
}
.question-flow__sources,
.question-flow__middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--space-5);
  border: 1px solid rgba(69,120,216,.28);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.62);
}
.question-flow__sources {
  justify-content: flex-start;
}
.question-flow__middle {
  gap: var(--space-2);
}
.question-flow__middle span {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: .55rem .75rem;
  border-radius: var(--radius-sm);
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--text);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
}
.question-flow__middle span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}
.question-flow__middle span:nth-child(3)::before { background: var(--aqua); }
.question-flow__middle span:nth-child(4)::before { background: var(--warn); }
.question-sheet {
  padding: var(--space-5);
  border: 1px solid rgba(69,120,216,.35);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.82);
}
.question-sheet .checklist {
  margin-top: var(--space-4);
  gap: var(--space-2);
}
.question-sheet .checklist li {
  font-size: var(--fs-sm);
}
.scope-panel {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.4fr);
  gap: var(--space-5);
  align-items: start;
  padding: clamp(1.25rem, 1rem + 1.5vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface-2);
}
.scope-panel__head h2 {
  margin-top: var(--space-3);
  font-size: var(--fs-h2);
}
.scope-panel__head p {
  margin-top: var(--space-3);
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-base);
}
.scope-list {
  display: grid;
  gap: var(--space-3);
}
.scope-list div {
  padding: var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.72);
}
.scope-list h3 {
  font-size: var(--fs-sm);
}
.scope-list p {
  margin-top: var(--space-2);
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-base);
}
.partner-model-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
  margin-bottom: var(--space-6);
  padding: clamp(1.25rem, 1rem + 1.5vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(13,32,68,.04), rgba(69,120,216,.07)),
    var(--white);
  box-shadow: var(--shadow-sm);
}
.model-node {
  position: relative;
  min-width: 0;
  padding: var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.88);
}
.model-node--primary {
  border-color: rgba(69,120,216,.42);
  background: var(--navy-tint);
}
.model-lanes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-3);
  padding-top: var(--space-3);
  border-top: 1px dashed var(--line-strong);
}
.model-lanes div {
  display: grid;
  gap: 4px;
  padding: var(--space-3);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.72);
}
.model-lanes span {
  color: var(--muted);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
}
.model-lanes strong {
  color: var(--text);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}
.revenue-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: var(--space-3);
  align-items: stretch;
  margin-bottom: var(--space-6);
  padding: clamp(1.25rem, 1rem + 1.5vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,245,255,.9)),
    var(--white);
  box-shadow: var(--shadow-sm);
}
.money-node {
  min-width: 0;
  padding: var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}
.money-node--primary {
  border-color: rgba(69,120,216,.42);
  background: var(--navy-tint);
}
.money-arrow {
  display: grid;
  place-items: center;
  color: var(--blue);
  font-weight: var(--fw-bold);
  font-size: 1.3rem;
  padding-inline: var(--space-1);
}

/* ---------- Packages ---------- */
#packages .section-head {
  margin-bottom: clamp(1.25rem, 1rem + 1vw, 2rem);
}
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: var(--space-4); align-items: stretch; }
#packages .pkg {
  display: flex;
  flex-direction: column;
  transition:
    background-color 0.22s var(--ease),
    border-color 0.22s var(--ease),
    box-shadow 0.22s var(--ease),
    transform 0.22s var(--ease);
}
.pkg__head {
  min-height: 68px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.45rem;
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--line);
}
.pkg__series {
  color: var(--muted);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.04em;
}
.pkg__tier {
  color: var(--navy-deep);
  font-size: clamp(1.65rem, 1.35rem + 0.8vw, 2.05rem);
  font-weight: var(--fw-bold);
  line-height: 1;
  letter-spacing: 0;
}
.pkg__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 10px;
  border-radius: var(--radius-pill);
  background: var(--blue);
  color: #fff;
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  line-height: 1.4;
}
.pkg__price { margin-top: var(--space-2); font-size: 1.6rem; font-weight: var(--fw-bold); color: var(--navy-deep); letter-spacing: 0; }
.pkg__price--range { font-size: clamp(1.22rem, 1.05rem + 0.55vw, 1.5rem); line-height: var(--lh-snug); }
.pkg__price small { font-size: var(--fs-sm); font-weight: var(--fw-medium); color: var(--muted); }
.pkg__desc { margin-top: var(--space-2); font-size: var(--fs-sm); color: var(--muted); }
.pkg__list { margin-top: var(--space-3); display: flex; flex-direction: column; gap: 0.45rem; }
.pkg__list li { display: flex; gap: var(--space-2); font-size: var(--fs-sm); }
.pkg__list .tick { color: var(--blue); flex: none; margin-top: 2px; }
.pkg--featured { border-color: var(--blue); box-shadow: var(--shadow-md); position: relative; }
.pkg--featured .pkg__head { border-bottom-color: rgba(69,120,216,.32); }
@media (hover: hover) and (pointer: fine) {
  #packages .pkg:hover {
    border-color: rgba(69,120,216,.42);
    background-color: #fbfdff;
    box-shadow: 0 12px 30px rgba(15, 27, 61, 0.09);
    transform: translateY(-3px);
  }
  #packages .pkg--featured:hover {
    border-color: var(--navy);
    box-shadow: 0 14px 34px rgba(15, 27, 61, 0.12);
  }
}
.voices-title__line {
  display: inline;
}
.note-box { margin-top: var(--space-6); padding: var(--space-4) var(--space-5); background: var(--warn-tint); border: 1px solid var(--warn-line); border-radius: var(--radius-md); font-size: var(--fs-sm); color: #6b531f; line-height: var(--lh-base); }
.note-box--flat {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: var(--fs-xs);
}
.included-support {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(0, 1.05fr);
  gap: var(--space-3);
  align-items: center;
  margin-top: var(--space-3);
}
.included-support__head { display: flex; align-items: center; gap: var(--space-3); }
.included-support__head > div { display: flex; flex-direction: column; justify-content: center; min-height: 46px; }
.included-support h3 {
  margin-top: 0.15rem;
  color: var(--navy-deep);
  font-size: var(--fs-h4);
  line-height: var(--lh-snug);
  text-wrap: balance;
}
.included-support p {
  margin-top: 0;
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-base);
  text-wrap: wrap;
}
.support-list {
  display: grid;
  gap: var(--space-3);
}
.support-list li {
  display: grid;
  gap: 0.25rem;
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-2);
}
.support-list strong {
  color: var(--text);
  font-size: var(--fs-sm);
}
.support-list span {
  color: var(--muted);
  font-size: var(--fs-xs);
  line-height: var(--lh-base);
}
.footnotes {
  background: var(--white);
  padding-top: clamp(2rem, 1.5rem + 2vw, 3.5rem);
}
.about-section + .footnotes {
  padding-top: clamp(1.5rem, 1.2rem + 1.2vw, 2.5rem);
}
.footnotes .container {
  padding-top: var(--space-5);
  border-top: 1px solid var(--line);
}
.footnotes h2 {
  color: var(--muted);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
}
.footnotes ul {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-3);
  padding: 0;
}
.footnotes li {
  color: var(--muted);
  font-size: var(--fs-xs);
  line-height: var(--lh-base);
}
.footnotes li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 0.6rem 0.16rem 0;
  border-radius: 50%;
  background: var(--line-strong);
}
.partner-inquiry {
  margin-top: var(--space-5);
  padding: var(--space-4);
  border: 1px solid var(--line);
  border-left: 3px solid var(--blue);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.72);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}
.partner-inquiry h3 {
  color: var(--navy-deep);
  font-size: var(--fs-body);
  font-weight: var(--fw-semibold);
}
.partner-inquiry p {
  margin-top: var(--space-2);
  max-width: 72ch;
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-base);
}
.partner-inquiry .text-link {
  flex: none;
}
.confidentiality-inline {
  padding-top: var(--space-5);
  border-top: 1px solid var(--line-strong);
}
.route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-3);
  margin-top: var(--space-6);
}
.route-card {
  min-width: 0;
  padding: var(--space-4);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(239,245,255,.74)),
    var(--white);
}
.route-card__label {
  display: inline-flex;
  color: var(--blue);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  line-height: 1.4;
}
.route-card h3 {
  margin-top: var(--space-2);
  color: var(--navy-deep);
  font-size: var(--fs-h4);
}
.route-card p {
  margin-top: var(--space-2);
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-base);
}
.launch-price-note {
  display: grid;
  gap: var(--space-2);
  margin-bottom: var(--space-6);
  padding: var(--space-4) var(--space-5);
  border: 1px solid rgba(69,120,216,.28);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(69,120,216,.09), rgba(39,179,209,.06)),
    var(--white);
  box-shadow: var(--shadow-sm);
}
.launch-price-note span {
  color: var(--blue);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.04em;
}
.launch-price-note .price-pair {
  display: inline-block;
  color: inherit;
  font: inherit;
  letter-spacing: 0;
  white-space: nowrap;
}
.launch-price-note .price-separator {
  display: inline;
}
.launch-price-note strong {
  color: var(--navy-deep);
  font-size: var(--fs-h4);
  line-height: var(--lh-snug);
}
.launch-price-note p {
  color: var(--muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-base);
}
.confidential-note {
  margin-top: var(--space-3);
  padding: var(--space-3);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--muted);
  font-size: var(--fs-xs);
  line-height: var(--lh-base);
}
.voice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-4);
}
.voice-marquee {
  overflow: hidden;
  margin-inline: calc(-1 * var(--gutter));
  padding-block: var(--space-1);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.voice-track {
  display: flex;
  width: max-content;
  gap: var(--space-4);
  padding-inline: var(--gutter);
  animation: voice-scroll 44s linear infinite;
}
.voice-marquee:hover .voice-track,
.voice-marquee:focus-within .voice-track {
  animation-play-state: paused;
}
.voice-marquee .voice-card {
  flex: none;
  width: clamp(260px, 28vw, 360px);
}
.voice-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-5);
  padding: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.voice-card blockquote {
  color: var(--text);
  font-size: var(--fs-h4);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-snug);
}
.voice-card figcaption {
  color: var(--muted);
  font-size: var(--fs-xs);
}
.voice-card--placeholder {
  background:
    repeating-linear-gradient(135deg, rgba(69,120,216,.035) 0 10px, transparent 10px 20px),
    var(--white);
}
@keyframes voice-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - var(--space-2))); }
}

/* ---------- Process steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: var(--space-5); counter-reset: step; }
.step { position: relative; }
.step__n { width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: var(--fw-bold); display: grid; place-items: center; margin-bottom: var(--space-3); }
.step h3 { font-size: var(--fs-h4); }
.step p { margin-top: var(--space-2); font-size: var(--fs-sm); color: var(--muted); }
@media (min-width: 961px) {
  .steps--timeline {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: var(--space-4);
  }
  .steps--timeline .step {
    padding: var(--space-4) var(--space-3) var(--space-3);
    border-top: 1px solid var(--line);
  }
  .steps--timeline .step::after {
    content: "";
    position: absolute;
    top: calc(var(--space-4) + 18px);
    left: 42px;
    right: calc(-1 * var(--space-4) - 6px);
    height: 2px;
    background: var(--line-strong);
    z-index: 0;
  }
  .steps--timeline .step:last-child::after { display: none; }
  .steps--timeline .step__n {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 8px var(--white);
  }
}

/* ---------- Evidence policy table ---------- */
.evidence { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: var(--space-3); }
.evidence__item { padding: var(--space-4); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.evidence__item h4 { font-size: var(--fs-sm); display: flex; align-items: center; gap: var(--space-2); }
.evidence__item p { margin-top: var(--space-2); font-size: var(--fs-xs); color: var(--muted); line-height: var(--lh-snug); }

/* ---------- Partner CTA band ---------- */
.band { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); color: #eaf0fb; border-radius: var(--radius-lg); padding: clamp(2rem, 1.5rem + 3vw, 3.5rem); }
.band h2 { color: #fff; }
.band p { margin-top: var(--space-4); color: #c3cdec; max-width: 48ch; }
.band .hero__actions { margin-top: var(--space-6); }

/* ---------- Final CTA reassurance ---------- */
.final-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
  margin-top: var(--space-5);
  text-align: left;
}
.final-reassurance li {
  min-width: 0;
  padding: var(--space-4);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .06);
}
.final-reassurance strong {
  display: block;
  color: #fff;
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-snug);
}
.final-reassurance span {
  display: block;
  margin-top: .45rem;
  color: #c3cdec;
  font-size: var(--fs-xs);
  line-height: var(--lh-base);
}
.final-cta__lead {
  margin-top: 1rem;
  color: #c3cdec;
}
.final-cta__profile {
  margin-top: 1.1rem;
  color: #e2e7f6;
  font-size: var(--fs-sm);
  line-height: var(--lh-base);
}
.final-cta__micro {
  margin-top: 1rem;
  color: #9aa6cc;
  font-size: var(--fs-xs);
  line-height: var(--lh-snug);
}

/* ---------- FAQ ---------- */
.faq { max-width: var(--container-narrow); margin-inline: auto; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { display: flex; align-items: center; justify-content: space-between; gap: var(--space-4); width: 100%; text-align: left; padding: var(--space-5) 0; font-size: var(--fs-h4); font-weight: var(--fw-semibold); color: var(--text); }
.faq__label { min-width: 0; }
.faq__q .ico { flex: none; width: 24px; height: 24px; position: relative; transition: transform 0.3s var(--ease); }
.faq__q .ico::before, .faq__q .ico::after { content: ""; position: absolute; top: 50%; left: 50%; width: 13px; height: 2px; background: var(--navy); border-radius: 2px; transform: translate(-50%, -50%); transition: transform 0.3s var(--ease); }
.faq__q .ico::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__q[aria-expanded="true"] .ico::after { transform: translate(-50%, -50%) rotate(0); }
.faq__a { overflow: hidden; height: 0; transition: height 0.3s var(--ease); }
.faq__a-inner { padding-bottom: var(--space-5); color: var(--muted); font-size: var(--fs-sm); line-height: var(--lh-base); }

/* ---------- Contact form ---------- */
.contact-wrap {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(360px, 1.05fr);
  gap: var(--space-4);
  align-items: stretch;
  padding: clamp(1.25rem, 1rem + 1.5vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(69,120,216,.06), rgba(39,179,209,.04)),
    var(--surface-2);
}
.contact-copy,
.external-form-card {
  min-width: 0;
}
.contact-copy {
  display: grid;
  gap: var(--space-4);
  align-content: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: clamp(1.5rem, 1rem + 1.5vw, 2.5rem);
  box-shadow: var(--shadow-sm);
}
.contact-copy h2 {
  font-size: var(--fs-h2);
}
.form { display: grid; gap: var(--space-4); }
.field { display: flex; flex-direction: column; gap: var(--space-2); }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
.field label { font-size: var(--fs-sm); font-weight: var(--fw-medium); }
.field .req { color: #c0392b; margin-left: 3px; }
.field input, .field select, .field textarea {
  padding: 0.75em 0.9em; border: 1.5px solid var(--line-strong); border-radius: var(--radius-sm);
  background: var(--white); color: var(--text); transition: border-color 0.2s, box-shadow 0.2s; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(69, 120, 216, 0.15); outline: none; }
.field textarea { resize: vertical; min-height: 120px; }
.field--check { flex-direction: row; align-items: flex-start; gap: var(--space-3); font-size: var(--fs-sm); color: var(--muted); }
.field--check input { width: 18px; height: 18px; flex: none; margin-top: 3px; }
.field--check a { color: var(--navy); font-weight: var(--fw-semibold); text-decoration: underline; text-underline-offset: 2px; }
.form__msg { padding: var(--space-4); border-radius: var(--radius-sm); background: var(--navy-tint); color: var(--navy-deep); font-size: var(--fs-sm); }
.form__msg[hidden] { display: none; }
.form__fallback { margin-top: -0.25rem; font-size: var(--fs-xs); color: var(--muted); line-height: var(--lh-snug); }
.form__fallback a { color: var(--navy); font-weight: var(--fw-semibold); text-decoration: underline; text-underline-offset: 2px; }
.external-form-card {
  display: grid;
  gap: var(--space-4);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: clamp(1.5rem, 1rem + 1.5vw, 2.5rem);
  box-shadow: var(--shadow-sm);
  align-content: start;
}
.external-form-card h3 { font-size: var(--fs-h3); }
.external-form-card p { color: var(--muted); font-size: var(--fs-sm); line-height: var(--lh-base); }
.contact-actions {
  display: grid;
  gap: var(--space-2);
}
.contact-actions .btn--secondary {
  background: var(--white);
}
.form-aside {
  background: var(--soft-bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: clamp(1.5rem, 1rem + 1.5vw, 2.5rem);
}
.contact-copy .form-aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--space-4) 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
.form-aside ul { display: flex; flex-direction: column; gap: var(--space-3); margin-top: var(--space-4); }
.form-aside li { display: flex; gap: var(--space-3); font-size: var(--fs-sm); color: var(--muted); }
.form-aside .tick { color: var(--blue); flex: none; margin-top: 3px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #aeb9d6; padding-block: var(--space-8) var(--space-6); font-size: var(--fs-sm); }
.site-footer a { color: #cdd6ec; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: var(--space-6); padding-bottom: var(--space-7); border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-grid h4 { color: #fff; font-size: var(--fs-sm); margin-bottom: var(--space-3); }
.footer-grid ul { display: flex; flex-direction: column; gap: var(--space-2); }
.footer__brand .brand__name { color: #fff; }
.footer__brand p { margin-top: var(--space-3); max-width: 42ch; color: #8e9bc0; line-height: var(--lh-base); text-wrap: pretty; }
.footer__legal { padding-top: var(--space-5); display: flex; flex-wrap: wrap; gap: var(--space-4); justify-content: space-between; color: #8e9bc0; font-size: var(--fs-xs); }
.footer__disclaimer { margin-top: var(--space-4); font-size: var(--fs-xs); color: #7c89b0; line-height: var(--lh-base); max-width: 70ch; }

/* ---------- Legal / policy pages ---------- */
.legal-page .section-head { max-width: 840px; }
.legal-layout { max-width: 900px; display: grid; gap: var(--space-5); }
.legal-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: clamp(1.25rem, 1rem + 1vw, 2rem);
}
.legal-card h2 { font-size: var(--fs-h4); }
.legal-card p, .legal-card li, .legal-card td, .legal-card th { font-size: var(--fs-sm); color: var(--muted); line-height: var(--lh-base); }
.legal-card ul { margin-top: var(--space-3); padding-left: 1.1rem; list-style: disc; }
.legal-card table { width: 100%; border-collapse: collapse; margin-top: var(--space-3); }
.legal-card th, .legal-card td { padding: var(--space-3) 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-card th { width: 34%; color: var(--text); font-weight: var(--fw-semibold); }
.legal-meta { margin-top: var(--space-4); color: var(--muted); font-size: var(--fs-xs); }

/* ---------- Placeholder visual (画像未生成のプレースホルダー) ---------- */
.ph {
  position: relative; display: grid; place-items: center; text-align: center;
  background:
    repeating-linear-gradient(45deg, rgba(69,120,216,0.05) 0 12px, transparent 12px 24px),
    var(--surface-2);
  border: 1px dashed var(--line-strong); border-radius: var(--radius-md); color: var(--muted);
  padding: var(--space-6); min-height: 200px; font-size: var(--fs-xs);
}
.ph__tag { font-weight: var(--fw-semibold); color: var(--blue); letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.7rem; }
.ph code { display: block; margin-top: var(--space-2); color: var(--muted); font-size: 0.72rem; max-width: 40ch; }

/* ---------- Reveal-on-scroll motion ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal-stagger > * { opacity: 0; transform: translateY(18px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.reveal-stagger.is-in > * { opacity: 1; transform: none; }
.reveal-stagger.is-in > *:nth-child(2) { transition-delay: 0.07s; }
.reveal-stagger.is-in > *:nth-child(3) { transition-delay: 0.14s; }
.reveal-stagger.is-in > *:nth-child(4) { transition-delay: 0.21s; }
.reveal-stagger.is-in > *:nth-child(5) { transition-delay: 0.28s; }
.reveal-stagger.is-in > *:nth-child(6) { transition-delay: 0.35s; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-stagger > * { opacity: 1 !important; transform: none !important; transition: none !important; }
  .voice-track { animation: none; }
  .btn,
  .card--hover,
  #problem .issue,
  .field-lens__item,
  #deliverables .deliverable-item,
  #packages .pkg {
    transition: none;
  }
  .btn:hover, .btn:hover:active { transform: none; }
}

/* skip link */
.skip-link { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--navy); color: #fff; padding: var(--space-3) var(--space-4); border-radius: 0 0 var(--radius-sm) 0; }
.skip-link:focus { left: 0; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero {
    min-height: min(780px, calc(100svh - var(--header-h) - 44px));
    display: flex;
    align-items: center;
    background: var(--white);
  }
  .hero::before {
    display: block;
    background:
      linear-gradient(180deg, #fff 0%, rgba(255,255,255,.98) 36%, rgba(255,255,255,.76) 62%, rgba(255,255,255,.16) 100%),
      linear-gradient(90deg, #fff 0%, rgba(255,255,255,.74) 58%, rgba(255,255,255,.08) 100%);
  }
  .hero__copy::before { inset: -1.5rem -1rem -1.25rem -1rem; }
  .hero__visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 0;
    margin-top: 0;
    margin-right: 0;
    border-radius: 0;
    box-shadow: none;
    background-position: center bottom;
  }
  body[data-page="index"] .hero__visual { background-position: 68% bottom; }
  body[data-page="fc"] .hero__visual { background-position: 72% bottom; }
  .contact-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .outcome-band,
  .proof-panel,
  .reason-split,
  .check-layout,
  .question-flow,
  .scope-panel,
  .partner-model-visual,
  .revenue-flow {
    grid-template-columns: 1fr;
  }
  .outcome-band__items,
  .field-lens,
  .proof-metrics,
  .proof-story {
    grid-template-columns: 1fr;
  }
  .check-visual {
    align-content: start;
    min-height: auto;
  }
  .model-lanes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .included-support {
    grid-template-columns: 1fr;
  }
  .money-arrow {
    transform: rotate(90deg);
    min-height: 28px;
  }
}
@media (max-width: 768px) {
  :root { --header-h: 60px; }
  :root {
    --fs-display: 2.45rem;
    --fs-h1: 2rem;
    --fs-h2: 1.85rem;
    --fs-h3: 1.4rem;
    --fs-h4: 1.15rem;
    --fs-lead: 1.05rem;
  }
  .nav {
    position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch;
    background: #fff; padding: var(--space-4) var(--gutter) var(--space-6); gap: var(--space-1);
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
    transform: translateY(-12px); opacity: 0; pointer-events: none; visibility: hidden;
    transition: transform 0.25s var(--ease), opacity 0.25s var(--ease), visibility 0.25s;
  }
  .nav.is-open { transform: none; opacity: 1; pointer-events: auto; visibility: visible; }
  .nav a { padding: var(--space-3) 0; border-bottom: 1px solid var(--line); }
  .nav > a.is-active { color: var(--navy); font-weight: var(--fw-semibold); }
  .nav > a.is-active::after { display: none; }
  .nav .header-cta { margin-top: var(--space-3); }
  .nav-toggle { display: inline-flex; }
  .mobile-sticky-cta {
    position: fixed;
    inset: auto 0 0;
    z-index: 90;
    display: flex;
    justify-content: center;
    padding: 0.55rem var(--gutter) calc(0.55rem + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.94);
    border-top: 1px solid rgba(207, 216, 232, 0.9);
    box-shadow: 0 -8px 20px rgba(15, 27, 61, 0.06);
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 0.24s var(--ease), transform 0.24s var(--ease);
  }
  .mobile-sticky-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  body.is-nav-open .mobile-sticky-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
  }
  .mobile-sticky-cta__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
    width: 100%;
    max-width: 420px;
    min-height: 54px;
    padding: 0.58rem 0.95rem;
    background: var(--navy);
    border: 1px solid var(--navy);
    box-shadow: 0 8px 18px rgba(24, 64, 138, 0.16);
    color: #fff;
    text-decoration: none;
  }
  .mobile-sticky-cta__copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.22;
  }
  .mobile-sticky-cta__eyebrow {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    font-weight: var(--fw-semibold);
  }
  .mobile-sticky-cta__label {
    overflow: hidden;
    font-size: 0.98rem;
    font-weight: var(--fw-bold);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-sticky-cta__arrow {
    flex: none;
    font-size: 1.1rem;
    font-weight: var(--fw-bold);
    line-height: 1;
  }
  .grid--2, .grid--3 { grid-template-columns: 1fr; }
  .route-grid { grid-template-columns: 1fr; }
  .table-wrap {
    overflow-x: visible;
  }
  table.compare {
    min-width: 0;
    table-layout: fixed;
    font-size: 0.82rem;
  }
  table.compare th,
  table.compare td {
    padding: var(--space-3);
    overflow-wrap: break-word;
  }
  table.compare thead th:first-child,
  table.compare tbody th {
    width: 34%;
    white-space: normal;
  }
  .deliverable-list {
    grid-template-columns: 1fr;
  }
  .deliverable-item {
    padding: var(--space-3) var(--space-4);
  }
  .outcome-band,
  .proof-panel,
  .question-flow,
  .scope-panel,
  .partner-model-visual,
  .revenue-flow {
    padding: var(--space-4);
    border-radius: var(--radius-md);
  }
  .outcome-band,
  .proof-panel {
    padding: 0;
    border-radius: 0;
  }
  .entry-strip__inner {
    gap: var(--space-4);
  }
  .entry-routes {
    grid-template-columns: 1fr;
    gap: var(--space-2);
  }
  .entry-route a {
    min-height: 0;
    border: 1px solid var(--line);
    border-left: 3px solid rgba(69,120,216,.75);
    padding: var(--space-3);
  }
  .entry-route:first-child a {
    border-top: 1px solid var(--line);
  }
  .entry-routes__aside {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-2);
  }
  .entry-routes__sep {
    display: none;
  }
  .partner-inquiry {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-actions {
    align-items: stretch;
  }
  .included-support__head {
    padding-bottom: var(--space-3);
    border-bottom: 1px solid var(--line);
  }
  .included-support__head > div {
    min-width: 0;
  }
  .section-actions--pricing > p {
    align-self: auto;
    margin-bottom: 0;
  }
  .section-actions .cta-with-label {
    width: 100%;
  }
  .section-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .final-reassurance {
    grid-template-columns: 1fr;
  }
  .pkg__head {
    min-height: 0;
    padding-bottom: var(--space-3);
  }
  .model-lanes {
    grid-template-columns: 1fr;
  }
  .field--row { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  :root {
    --fs-display: 2.35rem;
    --fs-h1: 1.9rem;
    --fs-h2: 1.7rem;
    --fs-h3: 1.3rem;
    --fs-h4: 1.1rem;
  }
  .mobile-lines .mobile-copy-line {
    display: block;
  }
  .eyebrow-copy {
    display: inline-grid;
    gap: 0.08rem;
  }
  .mobile-eyebrow-line {
    display: block;
  }
  .hero-title-line {
    display: contents;
  }
  body[data-page="fc"] .hero h1 {
    font-size: 2.24rem;
    line-height: 1.18;
  }
  body[data-page="fc"] #outcomes-h,
  body[data-page="fc"] #problem-h,
  body[data-page="fc"] #check-h,
  body[data-page="fc"] #final-h {
    font-size: 1.62rem;
    line-height: 1.2;
  }
  body[data-page="fc"] #deliv-h,
  body[data-page="fc"] #questions-h,
  body[data-page="fc"] #pkg-h,
  body[data-page="fc"] #proc-h,
  body[data-page="fc"] #contact-h {
    line-height: 1.2;
  }
  body[data-page="fc"] .section-head,
  body[data-page="fc"] #contact .section-head {
    max-width: none;
    width: 100%;
  }
  body[data-page="fc"] .lead,
  body[data-page="fc"] .section-note,
  body[data-page="fc"] .why-worth__note,
  body[data-page="fc"] .included-support p,
  body[data-page="fc"] .section-actions p,
  body[data-page="fc"] .note-box,
  body[data-page="fc"] .form__fallback {
    text-wrap: wrap;
  }
  body[data-page="fc"] .proof-story {
    gap: var(--space-4);
    padding: var(--space-4);
  }
  body[data-page="fc"] .proof-story h3 {
    font-size: 1.28rem;
    line-height: 1.25;
  }
  body[data-page="fc"] .proof-rigor {
    margin-top: var(--space-3);
    padding-top: var(--space-3);
  }
  body[data-page="fc"] #contact .form__fallback,
  body[data-page="fc"] #contact .form__fallback--privacy {
    max-width: none;
  }
  body[data-page="fc"] .contact-lead {
    font-size: 1rem;
    line-height: 1.58;
  }
  body[data-page="index"] .hero h1 {
    font-size: 2.24rem;
    line-height: 1.18;
  }
  body[data-page="index"] #about-h {
    font-size: 1.45rem;
    line-height: 1.22;
  }
  body[data-page="index"] #outcomes-h,
  body[data-page="index"] #why-worth-h,
  body[data-page="index"] #final-h {
    font-size: 1.62rem;
    line-height: 1.2;
  }
  body[data-page="index"] #problem-h,
  body[data-page="index"] #output-h,
  body[data-page="index"] #pkg-h,
  body[data-page="index"] #proc-h,
  body[data-page="index"] #faq-h,
  body[data-page="index"] #contact-h {
    line-height: 1.2;
  }
  body[data-page="index"] .section-head,
  body[data-page="index"] #problem .section-head,
  body[data-page="index"] #output .section-head,
  body[data-page="index"] #packages .section-head,
  body[data-page="index"] #process .section-head,
  body[data-page="index"] #why-worth .section-head {
    max-width: none;
    width: 100%;
  }
  body[data-page="index"] .lead,
  body[data-page="index"] .section-note,
  body[data-page="index"] .included-support p,
  body[data-page="index"] .section-actions p,
  body[data-page="index"] .note-box,
  body[data-page="index"] .why-worth__body p,
  body[data-page="index"] .why-claim__tail {
    text-wrap: wrap;
  }
  body[data-page="index"] .proof-story {
    gap: var(--space-4);
    padding: var(--space-4);
  }
  body[data-page="index"] .proof-story h3 {
    font-size: 1.28rem;
    line-height: 1.25;
  }
  body[data-page="index"] .proof-rigor {
    margin-top: var(--space-3);
    padding-top: var(--space-3);
  }
  body[data-page="index"] .why-claim {
    max-width: none;
    padding-left: var(--space-4);
  }
  body[data-page="index"] .why-claim__big {
    font-size: 1.54rem;
    line-height: 1.28;
  }
  body[data-page="index"] .why-claim__tail {
    margin-top: var(--space-3);
    max-width: none;
    font-size: 0.96rem;
    line-height: 1.65;
  }
  body[data-page="index"] .included-support {
    gap: var(--space-3);
  }
  body[data-page="index"] .section-actions--pricing > p,
  body[data-page="index"] .note-box {
    width: 100%;
    max-width: none;
  }
  body[data-page="index"] .contact-lead {
    font-size: 1rem;
    line-height: 1.58;
  }
  .trust-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .cta-with-label { width: 100%; }
  .cta-with-label .btn { width: 100%; }
  .hero__actions .btn { width: 100%; }
  .launch-price-note .price-pair {
    display: block;
  }
  .launch-price-note .price-separator {
    display: none;
  }
  .voices-title__line {
    display: block;
  }
}
