/* =================================================
   LP : 単身女性のための be naked | renovation
   ================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #ffffff;
  --bg-soft: #f5f3ef;
  --bg-gray: #808080;
  --bg-gray-deep: #6e6e6e;
  --text: #2a2a2a;
  --text-mid: #555;
  --text-muted: #8a8a8a;
  --text-light: #b8b8b8;
  --border: #e6e3dd;
  --border-soft: #efece6;
  --accent: #c87042;
  --accent-warm: #b88761;
  --cream: #f0ebe2;
}

html {
  scroll-behavior: smooth;
}

/* WP管理バー表示時のずれ補正 */
.admin-bar .lp-site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .lp-site-header {
    top: 46px;
  }
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.wp-block-table,
blockquote,
dl,
iframe,
ol,
p,
ul {
  margin-bottom: 0;
}

dl + h1,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
table + h1,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
  margin-top: 0;
}

/* ==============================
   HEADER (LP専用)
============================== */
.lp-site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 28px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.lp-logo img {
  height: 32px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.lp-logo-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.85);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 14px;
  line-height: 1.3;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.lp-header-nav {
  display: flex;
  gap: 32px;
  align-items: center;
}

.lp-header-nav a {
  font-size: 12px;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-family: "Asap Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.lp-header-nav a:hover {
  color: #f4c89c;
}

/* ==============================
   HERO — 4 women full-bleed with overlay text
============================== */
.lp-hero {
  position: relative;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  background: var(--bg-soft);
}

.hero-photos {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  z-index: 1;
  perspective: 1800px;
}

.hero-photo {
  position: relative;
  overflow: hidden;
  background: var(--border);
}

.flipper {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  animation: flipCard 14s infinite;
  will-change: transform;
}

.hero-photo:nth-child(1) .flipper {
  animation-delay: 0s;
}
.hero-photo:nth-child(2) .flipper {
  animation-delay: 0.7s;
}
.hero-photo:nth-child(3) .flipper {
  animation-delay: 1.4s;
}
.hero-photo:nth-child(4) .flipper {
  animation-delay: 2.1s;
}

.face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.face.back {
  transform: rotateY(180deg);
}

.face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.95) brightness(0.96);
}

@keyframes flipCard {
  0%,
  18% {
    transform: rotateY(0deg);
  }
  28%,
  68% {
    transform: rotateY(180deg);
  }
  78%,
  100% {
    transform: rotateY(360deg);
  }
}

.face.front[data-pos="1"] img {
  object-position: 25% 38%;
}
.face.front[data-pos="2"] img {
  object-position: 38% center;
}
.face.front[data-pos="3"] img {
  object-position: 70% center;
}
.face.front[data-pos="4"] img {
  object-position: 70% center;
}
.face.back[data-pos="1"] img {
  object-position: 55% center;
}
.face.back[data-pos="2"] img {
  object-position: 78% 55%;
}
.face.back[data-pos="3"] img {
  object-position: 30% center;
}
.face.back[data-pos="4"] img {
  object-position: 78% center;
}

.hero-photo-tag {
  position: absolute;
  left: 18px;
  bottom: 100px;
  font-family: "Asap Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  z-index: 4;
}

.hero-photo-num {
  position: absolute;
  right: 16px;
  top: 100px;
  font-family: "Asap Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: #fff;
  opacity: 0.9;
  z-index: 4;
}

.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(20, 18, 16, 0.55) 0%,
    rgba(20, 18, 16, 0.28) 35%,
    rgba(20, 18, 16, 0.28) 65%,
    rgba(20, 18, 16, 0.6) 100%
  );
  pointer-events: none;
}

.hero-veil::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 55% at 50% 48%,
    rgba(20, 18, 16, 0.55) 0%,
    rgba(20, 18, 16, 0) 70%
  );
}

.hero-shape {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: url("../../img/lp/renovation/bg-works2.svg") center bottom / 100%
    auto no-repeat;
  opacity: 0.22;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-text {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 48px 100px;
  pointer-events: none;
}

.hero-eyebrow {
  font-family: "Asap Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: 0.4em;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  margin-bottom: 32px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}

.hero-eyebrow::before,
.hero-eyebrow::after {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

.hero-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 300;
  color: #fff;
  line-height: 1.55;
  letter-spacing: 0.16em;
  margin-bottom: 36px;
  text-shadow:
    0 2px 24px rgba(0, 0, 0, 0.45),
    0 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-title em {
  font-style: normal;
  color: #f4c89c;
  position: relative;
}

.hero-title em::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  height: 1px;
  background: #f4c89c;
  opacity: 0.55;
}

.hero-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.12em;
  line-height: 2.1;
  max-width: 600px;
  margin: 0 auto;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

.hero-scroll {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-family: "Asap Condensed", sans-serif;
  z-index: 6;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.hero-scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  /* 150px のグラデーション（3倍高さ）の中央に輝点を配置 */
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #fff 50%,
    transparent 100%
  );
  background-size: 1px 150px;
  background-repeat: no-repeat;
  /* 開始時: 輝点(75px)がコンテナ上端より上(不可視)
     終了時: 輝点(75px)がコンテナ下端より下(不可視)
     → 上から下へ流れ抜けるループ                     */
  animation: scrollFlow 1.6s ease-in infinite;
}

@keyframes scrollFlow {
  0% {
    background-position: 0 -90px;
  } /* 輝点 = -15px：上端の外（不可視） */
  100% {
    background-position: 0 -10px;
  } /* 輝点 =  65px：下端の外（不可視） */
}

/* ==============================
   COMMON SECTION STYLES (light theme)
============================== */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
}

.container--narrow {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 48px;
}

.eyebrow {
  font-family: "Asap Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--accent);
}

.section-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.6;
  color: var(--text);
  margin-top: 0;
  margin-bottom: 28px;
}

.section-body {
  font-size: 15px;
  line-height: 2.2;
  color: var(--text-mid);
  letter-spacing: 0.08em;
}

/* ==============================
   SECTION — Persona narrative (light)
============================== */
.section-persona {
  background: var(--bg);
  padding: 120px 0 0;
}

.persona-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  margin-top: 60px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.persona-card {
  background: var(--bg);
  padding: 44px 36px;
}

.persona-card:nth-child(2) {
  background: var(--bg-soft);
}

.persona-label {
  font-family: "Asap Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 24px;
}

.persona-headline {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--text);
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.persona-body {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 2;
  letter-spacing: 0.04em;
}

.persona-tag-row {
  background: var(--bg-gray);
  padding: 44px 52px;
  display: flex;
  align-items: center;
  gap: 56px;
}

.persona-tag-row .persona-tag-logo {
  height: 56px;
  width: auto;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.persona-tag-row p.lead {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
}

.persona-tag-row p.sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 10px;
}

/* ==============================
   SECTION — Intro / Pain (light)
============================== */
.section-intro {
  background: var(--bg);
  padding: 120px 0;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  margin-top: 60px;
  border: 1px solid var(--border);
}

.pain-item {
  background: var(--bg);
  padding: 36px 40px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.pain-number {
  font-family: "Asap Condensed", sans-serif;
  font-size: 44px;
  font-weight: 400;
  color: var(--border);
  line-height: 1;
  flex-shrink: 0;
  min-width: 48px;
}

.pain-text {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  letter-spacing: 0.08em;
  line-height: 1.85;
}

.pain-sub {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 8px;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
}

/* ==============================
   RESOLVE
============================== */
.section-resolve {
  background: var(--bg-soft);
  padding: 100px 0 110px;
  text-align: center;
  position: relative;
}

.resolve-lead {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 300;
  color: var(--text);
  line-height: 2;
  letter-spacing: 0.14em;
}

.resolve-lead em {
  font-style: normal;
  color: var(--accent);
  border-bottom: 1px solid rgba(200, 112, 66, 0.4);
  padding-bottom: 2px;
}

.resolve-line {
  width: 1px;
  height: 64px;
  background: var(--border);
  margin: 40px auto;
}

.script-accent {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 300;
  color: var(--border);
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 14px;
}

/* ==============================
   FEATURES (light cards)
============================== */
.section-light {
  background: var(--bg);
  padding: 120px 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  margin-top: 60px;
  border: 1px solid var(--border);
}

.feature-card {
  background: var(--bg);
  padding: 48px 36px 44px;
  position: relative;
}

.feature-num {
  font-family: "Asap Condensed", sans-serif;
  font-size: 64px;
  font-weight: 400;
  color: var(--border);
  line-height: 1;
  margin-bottom: 24px;
}

.feature-title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--text);
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 18px;
}

.feature-body {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 2.1;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}

.feature-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 56px;
  background: var(--accent);
}

/* ==============================
   SECTION DIVIDER
============================== */
.section-divider {
  width: 40px;
  height: 1px;
  background: var(--accent);
  margin: 0 0 32px;
}

/* ==============================
   WHY SPECIALIZE (gray section)
============================== */
.section-gray {
  background: var(--bg-gray);
  padding: 120px 0;
  color: #fff;
}

.specialize-image {
  margin: 56px auto 0;
  max-width: 1280px;
  padding: 0 48px;
}

.specialize-image-inner {
  aspect-ratio: 16 / 7;
  background-image: url("../../img/lp/renovation/livingroom.webp");
  background-size: 140% auto;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #6e6e6e;
  position: relative;
  overflow: hidden;
}

.specialize-image-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 60%,
    rgba(128, 128, 128, 0.6) 100%
  );
}

.specialize-image-caption {
  position: absolute;
  left: 32px;
  bottom: 28px;
  z-index: 2;
  font-family: "Asap Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.35em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.section-gray .section-title {
  color: #fff;
}
.section-gray .section-body {
  color: rgba(255, 255, 255, 0.78);
}
.section-gray .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}
.section-gray .eyebrow::before {
  background: rgba(255, 255, 255, 0.8);
}

.specialize-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  margin-bottom: 1px;
}

.specialize-card {
  background: var(--bg-gray);
  padding: 48px 44px;
}

.specialize-card:nth-child(2) {
  background: var(--bg-gray-deep);
}

.specialize-label {
  font-family: "Asap Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 22px;
}

.specialize-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 22px;
}

.specialize-body {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 2.1;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}

.specialize-summary {
  background: var(--bg-gray-deep);
  padding: 44px 52px;
  display: flex;
  gap: 60px;
  align-items: center;
}

.specialize-summary > div:first-child {
  flex: 1;
}
.specialize-summary > div:last-child {
  flex: 2;
}

/* ==============================
   COMPARISON
============================== */
.section-cream {
  background: var(--bg-soft);
  padding: 120px 0;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  margin-top: 52px;
  margin-bottom: 36px;
  border: 1px solid var(--border);
}

.compare-card {
  background: var(--bg);
  padding: 52px 44px;
}

.compare-card.featured {
  background: var(--bg-gray);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.compare-card.featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #f4c89c;
}

.compare-label {
  font-family: "Asap Condensed", sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 16px;
}

.compare-card.featured .compare-label {
  color: rgba(255, 255, 255, 0.85);
}

.compare-title {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--text);
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 32px;
}

.compare-card.featured .compare-title {
  color: #fff;
}

.compare-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.compare-list .row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.compare-list .row .mark {
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 2px;
  line-height: 1;
}

.compare-list .row p {
  font-size: 13px;
  line-height: 1.95;
  color: var(--text-mid);
}

.compare-card.featured .row p {
  color: rgba(255, 255, 255, 0.85);
}

.mark-ok {
  color: var(--text-muted);
}
.mark-double {
  color: #f4c89c;
  font-weight: 500;
}
.mark-bad {
  color: var(--text-light);
}
.mark-tri {
  color: rgba(255, 255, 255, 0.55);
}

.compare-card.featured .row.muted p {
  color: rgba(255, 255, 255, 0.55);
}

.compare-list .divider {
  height: 1px;
  background: var(--border);
  margin: 6px 0;
}

.compare-card.featured .divider {
  background: rgba(255, 255, 255, 0.18);
}

.compare-note {
  background: var(--bg);
  border: 1px solid var(--border);
  padding: 36px 44px;
  display: flex;
  gap: 40px;
  align-items: center;
}

.compare-note .symbol {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 52px;
  font-weight: 300;
  color: var(--border);
  line-height: 1;
  flex-shrink: 0;
}

/* ==============================
   SPLIT — Female-friendly section
============================== */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
}

.split-image {
  background-image: url("../../img/lp/renovation/consult.webp");
  background-size: cover;
  background-position: center;
}

.split-content {
  background: var(--bg);
  padding: 88px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reason-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 44px;
}

.reason-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.reason-icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent);
}

.reason-text-title {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.reason-text-body {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.95;
  letter-spacing: 0.04em;
}

/* ==============================
   PROCESS FLOW (light)
============================== */
.process-list {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
}

.process-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  position: relative;
}

.process-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 39px;
  top: 56px;
  bottom: 0;
  width: 1px;
  background: var(--border);
}

.process-num-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}

.process-num {
  width: 48px;
  height: 48px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Asap Condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--accent);
  background: var(--bg);
  position: relative;
  z-index: 1;
}

.process-content {
  padding: 0 0 56px 32px;
}

.process-label {
  font-family: "Asap Condensed", sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}

.process-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--text);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.process-body {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 2.1;
}

/* ==============================
   VOICE (light)
============================== */
.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  margin-top: 60px;
  border: 1px solid var(--border);
}

.voice-card {
  background: var(--bg);
  padding: 44px 44px 40px;
  position: relative;
}

.voice-quote {
  font-family: "Asap Condensed", sans-serif;
  font-size: 80px;
  font-weight: 400;
  color: var(--border);
  line-height: 0.7;
  margin-bottom: 18px;
  display: block;
}

.voice-text {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--text);
  line-height: 2.1;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
}

.voice-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--border);
  padding-top: 20px;
}

.voice-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  overflow: hidden;
  flex-shrink: 0;
}

.voice-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-name {
  font-size: 13px;
  color: var(--text);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.voice-age {
  font-size: 11px;
  color: var(--text-light);
  margin-top: 2px;
  font-family: "Asap Condensed", sans-serif;
  letter-spacing: 0.1em;
}

/* ==============================
   CTA (gray)
============================== */
.section-cta {
  background: var(--bg-gray);
  padding: 110px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.section-cta::before {
  content: "be naked";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Asap Condensed", sans-serif;
  font-size: 240px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.06);
  letter-spacing: 0.08em;
  white-space: nowrap;
  pointer-events: none;
}

.cta-title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 300;
  color: #fff;
  line-height: 1.9;
  letter-spacing: 0.14em;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  padding: 18px 44px;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  transition: all 0.3s;
  border: 1px solid var(--accent);
}

.btn-primary:hover {
  opacity: 0.88;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  padding: 18px 44px;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}

.btn-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

/* ==============================
   FOOTER (LP専用)
============================== */
.lp-site-footer {
  background: #f5f3ef;
  padding: 64px 0 36px;
  border-top: 1px solid var(--border);
}

.lp-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.lp-footer-logo img {
  height: 28px;
  width: auto;
  opacity: 0.75;
}

.lp-footer-copy {
  font-size: 11px;
  color: var(--text-light);
  letter-spacing: 0.1em;
}

.lp-footer-meta {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 8px;
  letter-spacing: 0.1em;
}

/* ==============================
   HERO ENTRANCE ANIMATIONS
============================== */
/* heroPhotoIn: opacity を親に使うと transform-style: preserve-3d が無効化されて
   backface-visibility が壊れ黒くちらつくため、::before オーバーレイで代替 */
@keyframes heroPhotoOverlayOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 写真: ::before オーバーレイが消えることでフワッと登場（親の opacity は触らない） */
.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg-soft);
  z-index: 20;
  pointer-events: none;
  animation: heroPhotoOverlayOut 1s ease-out both;
}
.hero-photo:nth-child(1)::before {
  animation-delay: 0.2s;
}
.hero-photo:nth-child(2)::before {
  animation-delay: 0.4s;
}
.hero-photo:nth-child(3)::before {
  animation-delay: 0.6s;
}
.hero-photo:nth-child(4)::before {
  animation-delay: 0.8s;
}

/* テキスト: 写真が揃った後に順番に登場 */
.hero-eyebrow {
  animation: heroTextIn 0.8s ease-out both;
  animation-delay: 1.3s;
}
.hero-title {
  animation: heroTextIn 0.9s ease-out both;
  animation-delay: 1.55s;
}
.hero-sub {
  animation: heroTextIn 0.8s ease-out both;
  animation-delay: 1.85s;
}
.hero-scroll {
  animation: heroTextIn 0.8s ease-out both;
  animation-delay: 2.1s;
}

/* ==============================
   RESPONSIVE
============================== */
@media (max-width: 900px) {
  .lp-hero {
    min-height: 640px;
    height: 100svh;
  }
  .hero-text {
    padding: 120px 20px 80px;
  }
  .hero-photos {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(2, 1fr);
  }
  .hero-photo-tag {
    bottom: 14px;
    left: 14px;
  }
  .hero-photo-num {
    top: 14px;
    right: 14px;
  }
  .persona-grid,
  .features-grid,
  .pain-grid,
  .compare-grid,
  .voice-grid,
  .specialize-grid {
    grid-template-columns: 1fr;
  }
  .split-section {
    grid-template-columns: 1fr;
  }
  .split-image {
    min-height: 320px;
  }
  .split-content {
    padding: 56px 32px;
  }
  .container,
  .container--narrow,
  .lp-footer-inner {
    padding: 0 24px;
  }
  .lp-site-header {
    padding: 20px 24px;
    flex-wrap: wrap;
  }
  .lp-header-nav {
    display: none;
  }
  .cta-bar {
    display: none;
  }
  .persona-tag-row {
    flex-direction: column;
    gap: 20px;
    padding: 32px 28px;
  }
  .specialize-summary {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 48px 44px;
  }
  .compare-note {
    flex-direction: column;
    gap: 16px;
    padding: 28px;
  }
  .hero-title {
    font-size: clamp(22px, 6.5vw, 32px);
  }
  .section-title {
    font-size: clamp(20px, 5.5vw, 26px);
  }
  .process-content {
    padding-left: 20px;
  }

  .voice-quote {
    font-size: 50px;
    margin-bottom: 0;
  }

  .btn-primary {
    min-width: 100%;
    justify-content: center;
  }
  .btn-outline {
    min-width: 100%;
    justify-content: center;
  }
  .lp-site-footer {
    padding: 44px 0 84px;
  }
}

/* ==============================
   サイドバーSNSアイコン z-index補正
============================== */
.lp-renovation .site-header-sns {
  z-index: 200;
}

@media (max-width: 767.98px) {
  .lp-renovation .site-header-sns {
    display: none;
  }
}
