
/* v10 — LP002 production-like demo, distinct diagnosis layout, no visible template/debug labels */
.lp002{
  background:var(--njp-ivory);
}
.lp002 .site-header{
  background:rgba(252,250,246,.90);
  border-bottom:1px solid rgba(43,33,26,.10);
  backdrop-filter:blur(16px);
}
.lp002-hero{
  min-height:88vh;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(22,18,14,.64) 0%,rgba(22,18,14,.34) 48%,rgba(22,18,14,.08) 100%),
    url("../images/ART_4617.webp") center/cover no-repeat;
  color:#fff;
}
.lp002-hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:34%;
  background:linear-gradient(180deg,transparent,var(--njp-ivory));
  pointer-events:none;
}
.lp002-hero-inner{position:relative;z-index:1}
.lp002-hero-copy{
  width:min(720px,100%);
  padding:130px 0 110px;
}
.lp002-hero h1{
  color:#fff;
  text-shadow:0 16px 44px rgba(0,0,0,.32);
}
.lp002-hero .lead{
  max-width:660px;
  color:rgba(255,255,255,.92);
  text-shadow:0 8px 20px rgba(0,0,0,.28);
}
.lp002-hero .eyebrow{color:var(--njp-gold-soft)}
.lp002-hero .eyebrow:before{background:var(--njp-gold-soft)}
.lp002-hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}
.lp002-hero .btn--ghost{
  color:#fff;
  border-color:rgba(255,255,255,.52);
  background:rgba(255,255,255,.08);
}

.lp002-kicker{
  display:flex;
  align-items:center;
  gap:16px;
  color:var(--njp-wood);
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:28px;
}
.lp002-kicker span{
  width:46px;height:46px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--njp-gold-soft);
  color:var(--njp-sumi);
  font-family:var(--njp-serif);
  font-size:20px;
}

.lp002-signs{
  padding:86px 0 76px;
  background:var(--njp-ivory);
}
.lp002-signs-layout{
  display:grid;
  grid-template-columns:minmax(390px,.95fr) 1.05fr;
  gap:46px;
  align-items:start;
}
.lp002-signs-title{
  position:sticky;
  top:110px;
  padding:38px 40px;
  border-radius:30px;
  background:#fffaf1;
  border:1px solid rgba(43,33,26,.12);
  box-shadow:0 24px 70px rgba(43,33,26,.075);
}
.lp002-signs-title h2{
  font-size:clamp(24px,2.35vw,34px);
  line-height:1.16;
  letter-spacing:-.015em;
}
.lp002-signs-title p{
  color:var(--njp-muted);
  margin:0;
  font-size:15.5px;
  line-height:1.75;
}
.lp002-signs-list{
  display:grid;
  gap:18px;
}
.lp002-signs-list article{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  grid-template-areas:
    "num title"
    "num text";
  column-gap:22px;
  row-gap:8px;
  align-items:start;
  padding:24px 28px;
  border-radius:24px;
  background:var(--njp-paper);
  border:1px solid rgba(43,33,26,.12);
  box-shadow:0 14px 34px rgba(43,33,26,.052);
  transition:transform var(--njp-trans), box-shadow var(--njp-trans), border-color var(--njp-trans);
}
.lp002-signs-list article:hover{
  transform:translateY(-4px);
  border-color:rgba(184,148,77,.45);
  box-shadow:0 24px 60px rgba(43,33,26,.10);
}
.lp002-signs-list span{
  grid-area:num;
  width:54px;height:54px;border-radius:16px;
  display:grid;place-items:center;
  background:#efe5ce;
  color:var(--njp-sumi);
  font-family:var(--njp-serif);
  font-weight:800;
  font-size:20px;
}
.lp002-signs-list h3{
  grid-area:title;
  font-family:var(--njp-font);
  font-size:20px;
  line-height:1.28;
  margin:0;
}
.lp002-signs-list p{
  grid-area:text;
  margin:0;
  color:var(--njp-muted);
  font-size:15.5px;
  line-height:1.72;
  max-width:760px;
}

.lp002-home-map{
  padding:86px 0;
  background:#eee5d5;
}
.lp002-map-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:54px;
  align-items:center;
}
.lp002-map-visual{
  min-height:0;
  aspect-ratio:3 / 2;
  align-self:center;
  border-radius:38px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.16)),
    url("../images/ART_4450.webp") center/cover no-repeat;
  box-shadow:0 26px 80px rgba(43,33,26,.16);
  border:10px solid rgba(255,253,248,.62);
}
.lp002-map-copy{
  background:rgba(255,253,248,.92);
  border:1px solid rgba(43,33,26,.10);
  border-radius:30px;
  padding:42px;
  box-shadow:0 18px 54px rgba(43,33,26,.06);
}
.lp002-map-copy h2{
  font-size: clamp(26px,2.75vw,35px);
  line-height:1.14;
  max-width:680px;
}
.lp002-map-copy .lead{
  max-width:720px;
}
.lp002-map-copy:before{
  content:"";
  display:block;
  width:72px;
  height:3px;
  border-radius:99px;
  background:var(--njp-gold);
  margin-bottom:20px;
}
.lp002-reason-rows{
  display:grid;
  gap:12px;
  margin-top:26px;
}
.lp002-reason-rows div{
  position:relative;
  padding:20px 20px 20px 24px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(43,33,26,.10);
  box-shadow:0 10px 28px rgba(43,33,26,.045);
}
.lp002-reason-rows div:before{
  content:"";
  position:absolute;
  left:0;top:18px;bottom:18px;
  width:4px;
  border-radius:0 99px 99px 0;
  background:var(--njp-gold);
}
.lp002-reason-rows b{
  display:block;
  color:var(--njp-sumi);
  margin-bottom:6px;
  font-size:17px;
}
.lp002-reason-rows span{
  display:block;
  color:var(--njp-muted);
  line-height:1.68;
}

.lp002-method{
  padding:92px 0;
  background:var(--njp-paper);
}
.lp002-section-head{
  max-width:920px;
  margin-bottom:36px;
}
.lp002-section-head h2{
  font-size: clamp(25px,2.9vw,32px);
  line-height:1.15;
}
.lp002-method-steps{
  counter-reset:method;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border:1px solid rgba(43,33,26,.12);
  border-radius:34px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 24px 70px rgba(43,33,26,.08);
}
.lp002-method-steps article{
  padding:30px 22px;
  border-right:1px solid rgba(43,33,26,.10);
  min-height:260px;
}
.lp002-method-steps article:last-child{border-right:0}
.lp002-method-steps span{
  display:inline-grid;place-items:center;
  width:46px;height:46px;border-radius:50%;
  background:var(--njp-sumi);
  color:var(--njp-gold-soft);
  font-family:var(--njp-serif);
  font-size:18px;
  font-weight:800;
  margin-bottom:20px;
}
.lp002-method-steps h3{
  font-family:var(--njp-font);
  font-size:18px;
  line-height:1.25;
  margin:0 0 10px;
}
.lp002-method-steps p{margin:0;color:var(--njp-muted);font-size:14px}

.lp002-philosophy{
  padding:92px 0;
  background:linear-gradient(135deg,#2b211a,#51402f);
  color:#fff;
}
.lp002-philosophy blockquote{
  margin:0 auto;
  max-width:920px;
  text-align:center;
}
.lp002-philosophy p{
  font-family:var(--njp-serif);
  font-size: clamp(26px,3.15vw,30px);
  line-height:1.22;
  margin:0 0 18px;
  letter-spacing:-.012em;
}
.lp002-philosophy cite{
  font-style:normal;
  color:var(--njp-gold-soft);
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
}

.lp002-fit{
  padding:86px 0;
  background:#f6efe3;
}
.lp002-fit-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}
.lp002-fit-card{
  border-radius:34px;
  padding:34px;
  border:1px solid rgba(43,33,26,.12);
  box-shadow:0 20px 60px rgba(43,33,26,.08);
}
.lp002-fit-card.good{background:#fffdf8}
.lp002-fit-card.bad{background:#f4eadb}
.lp002-fit-card h2{
  font-size:clamp(24px,2.7vw,36px);
}
.lp002-fit-card ul{margin:0;padding-left:20px;color:var(--njp-muted)}
.lp002-fit-card li{margin-bottom:10px}

.lp002-process{
  padding:86px 0;
  background:var(--njp-ivory);
}
.lp002-trust{
  padding:86px 0;
  background:#eee4d3;
}
.lp002-trust-box{
  border-radius:38px;
  background:#fffdf8;
  border:1px solid rgba(43,33,26,.12);
  padding:40px;
  box-shadow:0 24px 70px rgba(43,33,26,.08);
}
.lp002-trust-box h2{font-size:clamp(26px,3vw,42px)}
.lp002-trust-items{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:24px;
}
.lp002-trust-items article{
  background:#f8f0e4;
  border:1px solid rgba(43,33,26,.10);
  border-radius:24px;
  padding:24px;
}
.lp002-trust-items i{color:var(--njp-gold);font-size:26px;margin-bottom:12px}
.lp002-trust-items b{display:block;margin-bottom:8px}
.lp002-trust-items span{color:var(--njp-muted)}

.lp002-faq{
  padding:86px 0;
  background:var(--njp-paper);
}
.lp002 .lead-form-wrap{
  background:#fffdf8;
  border:1px solid rgba(43,33,26,.12);
  border-radius:36px;
  padding:36px;
  box-shadow:0 24px 70px rgba(43,33,26,.08);
}

@media(max-width:1080px){
  .lp002-signs-layout,
  .lp002-map-grid,
  .lp002-fit-grid{grid-template-columns:1fr}
  .lp002-signs-title{position:relative;top:auto}

  .lp002-signs-title{position:relative;top:auto}
  .lp002-method-steps{grid-template-columns:1fr 1fr}
  .lp002-method-steps article{border-right:0;border-bottom:1px solid rgba(43,33,26,.10);min-height:auto}
  .lp002-trust-items{grid-template-columns:1fr}
}
@media(max-width:760px){
  .lp002-hero{min-height:78vh;background-position:center}
  .lp002-hero-copy{padding:116px 0 92px}
  .lp002-signs,.lp002-home-map,.lp002-method,.lp002-fit,.lp002-process,.lp002-trust,.lp002-faq{padding:62px 0}
  .lp002-signs-list article{grid-template-columns:1fr;padding:22px}
  .lp002-map-visual{min-height:0;aspect-ratio:3/2;border-radius:28px}
  .lp002-map-copy,.lp002-trust-box,.lp002 .lead-form-wrap{padding:24px;border-radius:26px}
  .lp002-method-steps{grid-template-columns:1fr;border-radius:26px}
  .lp002-philosophy{padding:68px 0}
}


/* v11 polish — fix narrow text wrapping, title balance, stronger second-section emphasis */
.lp002-signs-list article > h3{grid-area:title}
.lp002-signs-list article > p{grid-area:text;min-width:0}
.lp002-signs-list article > span{grid-area:num}
.lp002-process .lp002-section-head{
  max-width:980px;
}
.lp002-process .lp002-section-head h2{
  max-width:820px;
}
.lp002-fit-card h2{
  font-size:clamp(22px,2.25vw,32px);
  line-height:1.18;
}
@media(max-width:760px){
  .lp002-signs-title{padding:28px 24px}
  .lp002-signs-list article{
    grid-template-columns:50px minmax(0,1fr);
    padding:20px;
    column-gap:16px;
  }
  .lp002-signs-list span{width:46px;height:46px;font-size:18px}
  .lp002-signs-title h2,
  .lp002-map-copy h2,
  .lp002-section-head h2{font-size:clamp(24px,8vw,32px)}
  .lp002-philosophy p{font-size:clamp(25px,8vw,34px)}
}


/* v12 polish: keep LP002 titles balanced and avoid short/narrow title blocks */
.lp002-signs-title,
.lp002-map-copy,
.lp002-process-head{
  max-width:none;
}
.lp002-signs-title h2,
.lp002-map-copy h2,
.lp002-process-head h2,
.lp002-philosophy-quote,
.lp002-faq h2,
#form h2{
  word-break:normal;
  overflow-wrap:normal;
}
@media (min-width: 981px){
  .lp002-signs-layout{
    grid-template-columns:minmax(460px,.95fr) minmax(0,1.05fr);
  }
}


/* v13 — LP002A/B/C variant support */
.section-cta{
  margin-top:28px;
  display:flex;
  justify-content:center;
}
.lp002-fit-card .btn{
  margin-top:18px;
}
#lead-form h2{
  word-break:normal;
  overflow-wrap:normal;
}
#lead-form{
  scroll-margin-top:92px;
}
@media(max-width:760px){
  body.lp002{
    padding-bottom:84px;
  }
  #lead-form{
    scroll-margin-top:78px;
  }
  .mobile-sticky{
    padding-bottom:max(10px, env(safe-area-inset-bottom));
  }
  .lp002 .lead-form-wrap{
    margin-bottom:20px;
  }
}
/* NAKAJP mobile H1 size adjustment — 2026-06-11 */
@media (max-width: 760px){
  .lp002-hero h1{
    font-size: clamp(28px, 7.4vw, 34px) !important;
    line-height: 1.14 !important;
  }
}

/* LP002 variant insight sections */
.lp002-variant-insight{
  padding:86px 0;
  background:#eee5d5;
}
.lp002-variant-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:34px;
  align-items:stretch;
}
.lp002-variant-copy,
.lp002-variant-panel{
  border-radius:32px;
  border:1px solid rgba(43,33,26,.12);
  box-shadow:0 22px 64px rgba(43,33,26,.075);
}
.lp002-variant-copy{
  background:#fffdf8;
  padding:38px;
}
.lp002-variant-copy h2{
  font-size:clamp(26px,2.75vw,36px);
  line-height:1.14;
  max-width:760px;
}
.lp002-variant-copy .lead{
  max-width:760px;
}
.lp002-variant-points{
  display:grid;
  gap:13px;
  margin-top:24px;
}
.lp002-variant-points article,
.lp002-timeline article,
.lp002-system-grid article{
  background:#fff;
  border:1px solid rgba(43,33,26,.10);
  box-shadow:0 12px 34px rgba(43,33,26,.045);
}
.lp002-variant-points article{
  border-radius:18px;
  padding:18px 20px;
}
.lp002-variant-points b,
.lp002-variant-panel h3{
  display:block;
  color:var(--njp-sumi);
}
.lp002-variant-points b{
  margin-bottom:6px;
  font-size:17px;
}
.lp002-variant-points span,
.lp002-variant-panel li,
.lp002-timeline p,
.lp002-system-grid p{
  color:var(--njp-muted);
  line-height:1.68;
}
.lp002-variant-panel{
  background:#f4eadb;
  padding:34px;
}
.lp002-variant-panel h3{
  font-family:var(--njp-serif);
  font-size:clamp(23px,2.2vw,30px);
  line-height:1.16;
  margin:0 0 18px;
}
.lp002-variant-panel ul{
  margin:0;
  padding-left:20px;
}
.lp002-variant-panel li{
  margin-bottom:12px;
}
.lp002-timeline{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.lp002-timeline article{
  position:relative;
  border-radius:24px;
  padding:26px 22px 24px;
}
.lp002-timeline article:after{
  content:"";
  position:absolute;
  top:48px;
  right:-16px;
  width:16px;
  height:2px;
  background:rgba(184,148,77,.45);
}
.lp002-timeline article:last-child:after{display:none}
.lp002-timeline span,
.lp002-system-grid i{
  display:inline-grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:50%;
  background:var(--njp-sumi);
  color:var(--njp-gold-soft);
  font-family:var(--njp-serif);
  font-weight:800;
  font-style:normal;
  margin-bottom:18px;
}
.lp002-timeline h3,
.lp002-system-grid h3{
  font-family:var(--njp-font);
  font-size:19px;
  line-height:1.25;
  margin:0 0 10px;
}
.lp002-system-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.lp002-system-grid article{
  border-radius:24px;
  padding:24px;
}
.lp002-mini-cta{
  justify-content:flex-start;
}
.lp002-mini-cta .btn{
  min-width:min(100%,260px);
}
.lp002a .lp002-signs-title{
  background:#fff7e9;
}
.lp002b .lp002-variant-insight{
  background:#f2eadc;
}
.lp002c .lp002-system-grid article{
  background:#fffdf8;
}

@media(max-width:1080px){
  .lp002-variant-grid,
  .lp002-timeline,
  .lp002-system-grid{
    grid-template-columns:1fr 1fr;
  }
  .lp002-timeline article:after{display:none}
}
@media(max-width:760px){
  .lp002-variant-insight{
    padding:58px 0;
  }
  .lp002-variant-grid,
  .lp002-timeline,
  .lp002-system-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .lp002-variant-copy,
  .lp002-variant-panel{
    padding:24px;
    border-radius:26px;
  }
  .lp002-variant-copy h2{
    font-size:clamp(24px,8vw,32px);
  }
  .lp002-timeline article,
  .lp002-system-grid article{
    padding:21px;
    border-radius:22px;
  }
  .lp002-mini-cta{
    margin-top:22px;
  }
  .lp002-mini-cta .btn{
    width:100%;
  }
}



/* LP002 differentiated content sections */
.lp002-flow-a,
.lp002-flow-b,
.lp002-flow-c{
  position:relative;
}
.lp002-signs-layout--contrast,
.lp002-late-layout,
.lp002-diagnostic-hero{
  display:grid;
  grid-template-columns:minmax(320px,.88fr) 1.12fr;
  gap:34px;
  align-items:stretch;
}
.lp002-signs-layout--contrast .lp002-signs-title,
.lp002-late-layout .lp002-signs-title,
.lp002-diagnostic-hero .lp002-signs-title{
  position:relative;
  top:auto;
  height:100%;
}
.lp002-contrast-pair,
.lp002-diagnostic-mini{
  display:grid;
  gap:18px;
}
.lp002-contrast-card,
.lp002-diagnostic-mini article,
.lp002-late-warning,
.lp002-late-cost{
  border-radius:28px;
  border:1px solid rgba(43,33,26,.12);
  background:#fffdf8;
  box-shadow:0 18px 54px rgba(43,33,26,.065);
}
.lp002-contrast-card{
  padding:28px;
}
.lp002-contrast-card span{
  display:inline-block;
  margin-bottom:12px;
  color:var(--njp-wood);
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:12px;
}
.lp002-contrast-card h3,
.lp002-late-warning h3,
.lp002-late-cost h3,
.lp002-diagnostic-mini h3{
  margin:0 0 10px;
  font-family:var(--njp-serif);
  line-height:1.18;
  color:var(--njp-sumi);
}
.lp002-contrast-card h3{
  font-size:clamp(22px,2.3vw,30px);
}
.lp002-contrast-card p,
.lp002-late-warning p,
.lp002-late-cost p,
.lp002-diagnostic-mini p{
  margin:0;
  color:var(--njp-muted);
  line-height:1.72;
}
.lp002-contrast-card.live{
  background:#f6eddd;
  border-color:rgba(184,148,77,.32);
}
.lp002-friction-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.lp002-friction-grid article{
  border-radius:26px;
  padding:24px;
  border:1px solid rgba(43,33,26,.12);
  background:#fff;
  box-shadow:0 14px 40px rgba(43,33,26,.055);
}
.lp002-friction-grid span{
  display:inline-grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:14px;
  background:#efe5ce;
  color:var(--njp-sumi);
  font-family:var(--njp-serif);
  font-weight:800;
  margin-bottom:18px;
}
.lp002-friction-grid h3{
  margin:0 0 10px;
  font-size:19px;
  line-height:1.28;
  color:var(--njp-sumi);
}
.lp002-friction-grid p{
  margin:0;
  color:var(--njp-muted);
  line-height:1.68;
}
.lp002-late-warning{
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.lp002-late-warning h3,
.lp002-late-cost h3{
  font-size:clamp(23px,2.25vw,31px);
}
.lp002-late-warning .text-link{
  margin-top:18px;
  color:var(--njp-wood);
  font-weight:900;
  text-decoration:none;
  border-bottom:1px solid rgba(184,148,77,.55);
  width:max-content;
  max-width:100%;
}
.lp002-late-cost{
  margin-top:22px;
  padding:28px 32px;
  background:#fffaf1;
}
.lp002-timeline--decision article:nth-child(3){
  border-color:rgba(184,148,77,.42);
  background:#fffaf1;
}
.lp002-diagnostic-mini{
  grid-template-columns:repeat(3,1fr);
}
.lp002-diagnostic-mini article{
  padding:26px;
}
.lp002-diagnostic-mini span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:50%;
  background:var(--njp-sumi);
  color:var(--njp-gold-soft);
  font-family:var(--njp-serif);
  font-weight:800;
  margin-bottom:16px;
}
.lp002-diagnostic-mini h3{
  font-size:clamp(24px,2.5vw,34px);
}
.lp002-system-grid--diagnostic article{
  min-height:100%;
}
.lp002-method--a{
  background:#fffdf8;
}
.lp002-method--b{
  background:#f7efe2;
}
.lp002-method--c{
  background:#fffdf8;
}
.lp002-method-steps--precheck{
  grid-template-columns:repeat(4,1fr);
}
.lp002-method-steps--space{
  grid-template-columns:repeat(5,1fr);
}
.lp002a .lp002-fit-card.good{
  background:#fff7e9;
}
.lp002b .lp002-fit-card.good{
  background:#f4eadb;
}
.lp002c .lp002-fit-card.good{
  background:#fffdf8;
}

@media(max-width:1120px){
  .lp002-friction-grid,
  .lp002-method-steps--precheck,
  .lp002-method-steps--space{
    grid-template-columns:repeat(2,1fr);
  }
  .lp002-diagnostic-mini{
    grid-template-columns:1fr;
  }
}
@media(max-width:820px){
  .lp002-signs-layout--contrast,
  .lp002-late-layout,
  .lp002-diagnostic-hero{
    grid-template-columns:1fr;
    gap:18px;
  }
  .lp002-friction-grid{
    grid-template-columns:1fr;
  }
  .lp002-method-steps--precheck,
  .lp002-method-steps--space{
    grid-template-columns:1fr;
  }
  .lp002-contrast-card,
  .lp002-diagnostic-mini article,
  .lp002-late-warning,
  .lp002-late-cost{
    border-radius:24px;
    padding:22px;
  }
  .lp002-late-warning .text-link{
    width:auto;
  }
}
@media(max-width:760px){
  .lp002-flow-a,
  .lp002-flow-b,
  .lp002-flow-c{
    padding-top:58px;
    padding-bottom:54px;
  }
  .lp002-variant-insight--a,
  .lp002-variant-insight--b,
  .lp002-variant-insight--c{
    padding-top:54px;
    padding-bottom:54px;
  }
  .lp002-friction-grid article{
    padding:20px;
    border-radius:22px;
  }
  .lp002-late-cost{
    margin-top:16px;
  }
}

/* LP002 variant process/trust tuning */

.lp002-process--variant .lp002-section-head p:not(.eyebrow),
.lp002-trust-note {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.75;
}

.lp002-trust--variant .lp002-trust-box {
  align-items: flex-start;
}

@media (max-width: 640px) {
  .lp002-process--variant .lp002-section-head p:not(.eyebrow),
  .lp002-trust-note {
    font-size: 15px;
    line-height: 1.7;
  }
}


/* NAKAJP CSS safety patch — 2026-06-12
   Fixes: desktop mobile-sticky leakage, visible raw Zalo overlay text,
   floating widgets overlapping mobile sticky CTA. */
.mobile-sticky,
.mobile-sticky-cta {
  display: none !important;
}

@media (max-width: 980px) {
  .mobile-sticky.is-visible,
  .mobile-sticky-cta.is-visible {
    display: flex !important;
  }
}

@media (min-width: 981px) {
  .mobile-sticky,
  .mobile-sticky-cta {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.zalo-track-overlay {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  width: 60px !important;
  height: 60px !important;
  z-index: 10001 !important;
  border-radius: 999px !important;
  display: block !important;
  overflow: hidden !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  background: transparent !important;
  text-decoration: none !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
}

.zalo-track-overlay:focus-visible {
  outline: 3px solid rgba(140, 103, 75, .45) !important;
  outline-offset: 4px !important;
}

@media (max-width: 980px) {
  .zalo-track-overlay,
  .zalo-chat-widget {
    right: 16px !important;
    bottom: 92px !important;
  }
}


/* Phase 4 footer spacing all LP */
.lp002 .internal-links{
  padding:48px 0 84px !important;
  margin-bottom:40px !important;
  background:#fbf8f2;
  border-top:1px solid rgba(107,79,58,.08);
}
@media (max-width:760px){
  .lp002 .internal-links{
    padding:36px 0 72px !important;
    margin-bottom:28px !important;
  }
  .lp002 .internal-links .btn{
    width:100%;
    justify-content:center;
  }
}


/* Phase 5 content-depth blocks */
.nakajp-depth-section{position:relative}
.nakajp-depth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.nakajp-depth-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.nakajp-depth-grid article{background:#fff;border:1px solid rgba(93,70,45,.16);border-radius:16px;padding:20px;box-shadow:0 12px 28px rgba(31,24,18,.06)}
.nakajp-depth-grid h3{margin:0 0 10px;font-size:1.05rem;line-height:1.35;color:#2f261f}
.nakajp-depth-grid p{margin:0;color:#62584f;line-height:1.7}
.nakajp-after-submit{margin-top:18px;padding:18px;border:1px solid rgba(151,111,55,.22);border-radius:16px;background:rgba(248,244,237,.78)}
.nakajp-after-submit h3{margin:0 0 10px;font-size:1.05rem;color:#2f261f}
.nakajp-after-submit ol{margin:0;padding-left:20px;color:#62584f;line-height:1.65}
.nakajp-after-submit li+li{margin-top:6px}
.process-step b{display:block;margin-bottom:6px;color:#2f261f}
.process-step p{margin:0;font-size:.94rem;line-height:1.55;color:#62584f}
@media (max-width: 900px){.nakajp-depth-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 640px){.nakajp-depth-grid{grid-template-columns:1fr}.nakajp-depth-grid article{padding:16px}.nakajp-after-submit{padding:16px}}



/* Font sync fix — keep process step text in content column */
.process-step b,
.process-step p{grid-column:2;min-width:0;overflow-wrap:normal;word-break:normal;}
@media (max-width:640px){.process-step{grid-template-columns:50px minmax(0,1fr);gap:14px}.process-step:before{width:50px;height:50px}}

/* NAKAJP Phase 5 typography size sync — H1/H2 fixed */
:root{
  --njp-h1-size:40px;
  --njp-h2-size:32px;
}
h1,
.hero h1,
.brand-home-page h1,
.brand-hero h1,
.lp001-hero h1,
.lp003-hero h1,
.njp-hero h1,
.quote-hero h1{
  font-size:var(--njp-h1-size)!important;
  line-height:1.12!important;
}
h2,
.sec-title h2,
.workflow-title h2,
.cta-band h2,
.brand-home-page h2,
.brand-home-page .proof-copy h2,
.brand-home-page .team-intro h2,
.brand-home-page .showroom-layout h2,
.brand-home-page .spirit-layout h2,
.brand-home-page .hero-panel h2,
.njp-section-title h2,
.lp003-section h2,
.quote-section h2{
  font-size:var(--njp-h2-size)!important;
  line-height:1.18!important;
}
@media (max-width: 640px){
  h1,
  .hero h1,
  .brand-home-page h1,
  .brand-hero h1,
  .lp001-hero h1,
  .lp003-hero h1,
  .njp-hero h1,
  .quote-hero h1{
    font-size:var(--njp-h1-size)!important;
  }
  h2,
  .sec-title h2,
  .workflow-title h2,
  .cta-band h2,
  .brand-home-page h2,
  .brand-home-page .proof-copy h2,
  .brand-home-page .team-intro h2,
  .brand-home-page .showroom-layout h2,
  .brand-home-page .spirit-layout h2,
  .brand-home-page .hero-panel h2,
  .njp-section-title h2,
  .lp003-section h2,
  .quote-section h2{
    font-size:var(--njp-h2-size)!important;
  }
}


/* Phase font override — all typography: Be Vietnam Pro */
:root{
  --njp-font:"Be Vietnam Pro",sans-serif;
  --njp-serif:"Be Vietnam Pro",sans-serif;
}
html,body{
  font-family:var(--njp-font)!important;
}
body,button,input,select,textarea{
  font-family:var(--njp-font)!important;
}
h1,h2,h3,h4,h5,h6,
.hero-title,.section-title,.brand-title,.proof-title{
  font-family:var(--njp-serif)!important;
}
h1{font-size:40px!important;}
h2{font-size:32px!important;}


/* Phase font readability override — headings/body unified */
:root{
  --njp-font:"Be Vietnam Pro",sans-serif;
  --njp-serif:"Be Vietnam Pro",sans-serif;
}
body,button,input,select,textarea{
  font-family:var(--njp-font)!important;
}
h1,h2,h3,h4,h5,h6,
.hero-title,.section-title,.lp-hero h1,.lp-section h2,
.njp-hero h1,.njp-section h2,.service-hero h1,.service-section h2{
  font-family:var(--njp-font)!important;
}
h1{font-size:40px!important;line-height:1.15!important;}
h2{font-size:32px!important;line-height:1.22!important;}


/* ===== Readable hero text + brand bridge contrast fix ===== */
.lp002 .eyebrow,
.lp002 .lp002-kicker,
.lp002 .lp002-philosophy cite,
.lp002 .lp002-contrast-card span,
.lp002 .lp004-tag{
  text-transform:none !important;
  letter-spacing:.02em !important;
}

.lp002-hero .lp002-brand-bridge{
  max-width:660px;
  margin:14px 0 0;
  padding:12px 16px;
  border-radius:16px;
  border-left:3px solid var(--njp-gold-soft);
  background:rgba(22,18,14,.48);
  color:#fffdf6;
  font-size:16px;
  line-height:1.7;
  font-weight:600;
  text-shadow:0 8px 20px rgba(0,0,0,.34);
  box-shadow:0 16px 36px rgba(0,0,0,.16);
}
@media (max-width:640px){
  .lp002-hero .lp002-brand-bridge{
    font-size:14.5px;
    line-height:1.65;
    padding:11px 13px;
  }
}


/* =========================================================
Phase 56 — LP002D Zero Gap identity/layout fix
Keeps LP002 base system, changes section structure and visual rhythm.
========================================================= */
.lp002d .lp002d-hero{
  min-height:78vh;
  background:
    linear-gradient(100deg,rgba(24,20,16,.76) 0%,rgba(24,20,16,.52) 48%,rgba(24,20,16,.16) 100%),
    url("../images/ART_4450.webp") center/cover no-repeat;
}
.lp002d .lp002d-hero:after{
  height:28%;
}
.lp002d .lp002d-hero-copy{
  width:min(760px,100%);
  padding:120px 0 96px;
}
.lp002d .lp002-brand-bridge{
  display:inline-block;
  margin:2px 0 0;
  padding:14px 18px;
  max-width:680px;
  border-radius:18px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:rgba(255,255,255,.90);
  backdrop-filter:blur(8px);
}
.lp002d .lp002-hero-note{
  margin-top:18px;
  color:rgba(255,255,255,.78);
}
.lp002d-two-col{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:42px;
  align-items:center;
}
.lp002d-two-col--reverse{
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
}
.lp002d-pain-copy{
  padding:34px;
  border-radius:30px;
  background:#fffdf8;
  border:1px solid rgba(107,79,58,.14);
  box-shadow:0 18px 50px rgba(37,33,29,.08);
}
.lp002d-pain-copy p:last-child{
  margin-bottom:0;
}
.lp002d-mini-cards{
  display:grid;
  gap:16px;
}
.lp002d-mini-cards article{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  grid-template-areas:"num title" "num text";
  column-gap:18px;
  row-gap:6px;
  padding:22px 24px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(107,79,58,.14);
  box-shadow:0 14px 34px rgba(37,33,29,.06);
}
.lp002d-mini-cards span{
  grid-area:num;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:16px;
  background:#efe5ce;
  font-weight:900;
  color:var(--njp-sumi);
}
.lp002d-mini-cards h3{
  grid-area:title;
  margin:0;
  font-size:19px;
}
.lp002d-mini-cards p{
  grid-area:text;
  margin:0;
  color:var(--njp-muted);
}
.lp002d-center{
  text-align:center;
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
}
.lp002d-gap-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}
.lp002d-gap-grid article{
  position:relative;
  min-height:250px;
  padding:26px 24px;
  border-radius:28px;
  background:linear-gradient(180deg,#fff,#fffaf2);
  border:1px solid rgba(107,79,58,.15);
  box-shadow:0 16px 42px rgba(37,33,29,.075);
}
.lp002d-gap-grid article:before{
  content:"";
  display:block;
  width:42px;
  height:4px;
  border-radius:999px;
  background:var(--njp-gold);
  margin-bottom:18px;
}
.lp002d-gap-grid h3{
  font-size:20px;
  line-height:1.32;
}
.lp002d-gap-grid p{
  margin:0;
  color:var(--njp-muted);
}
.lp002d-method-panel{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:40px;
  align-items:start;
  padding:40px;
  border-radius:34px;
  background:#fffdf8;
  border:1px solid rgba(107,79,58,.16);
  box-shadow:0 22px 60px rgba(37,33,29,.09);
}
.lp002d-checklist{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  list-style:none;
  padding:0;
  margin:0;
}
.lp002d-checklist li{
  position:relative;
  padding:16px 18px 16px 46px;
  border-radius:18px;
  background:#f7f0e4;
  border:1px solid rgba(107,79,58,.12);
  color:var(--njp-sumi);
  font-weight:650;
}
.lp002d-checklist li:before{
  content:"✓";
  position:absolute;
  left:18px;
  top:16px;
  width:20px;
  height:20px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--njp-gold);
  color:#2b211a;
  font-size:12px;
  font-weight:900;
}
.lp002d-experience-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:26px;
}
.lp002d-experience-strip article{
  padding:22px;
  border-radius:24px;
  background:#fffdf8;
  border:1px solid rgba(107,79,58,.14);
  box-shadow:0 14px 36px rgba(37,33,29,.06);
}
.lp002d-experience-strip strong{
  display:block;
  font-size:18px;
  color:var(--njp-sumi);
  margin-bottom:8px;
}
.lp002d-experience-strip span{
  display:block;
  color:var(--njp-muted);
  line-height:1.65;
}
.lp002d-signoff-list{
  display:grid;
  gap:14px;
}
.lp002d-signoff-list article{
  padding:18px 20px;
  border-radius:18px;
  background:#fffdf8;
  border:1px solid rgba(107,79,58,.14);
  box-shadow:0 12px 28px rgba(37,33,29,.055);
  font-weight:700;
  color:var(--njp-sumi);
}
.lp002d-bridge-box{
  padding:42px;
  border-radius:34px;
  background:
    linear-gradient(135deg,rgba(255,253,248,.96),rgba(245,239,228,.96));
  border:1px solid rgba(107,79,58,.16);
  box-shadow:0 22px 60px rgba(37,33,29,.08);
}
.lp002d-bridge-box p:last-child{
  margin-bottom:0;
}
.lp002d .faq-list{
  display:grid;
  gap:14px;
  max-width:900px;
  margin:0 auto;
}
.lp002d .faq-list details{
  border:1px solid rgba(107,79,58,.14);
  border-radius:20px;
  background:#fffdf8;
  padding:20px 22px;
  box-shadow:0 12px 30px rgba(37,33,29,.055);
}
.lp002d .faq-list summary{
  cursor:pointer;
  font-weight:850;
  color:var(--njp-sumi);
}
.lp002d .faq-list p{
  margin:14px 0 0;
  color:var(--njp-muted);
}
.lp002d #lead-form{
  scroll-margin-top:112px;
}

@media (max-width:980px){
  .lp002d .lp002d-hero{
    min-height:auto;
  }
  .lp002d .lp002d-hero-copy{
    padding:94px 0 72px;
  }
  .lp002d-two-col,
  .lp002d-two-col--reverse,
  .lp002d-method-panel{
    grid-template-columns:1fr;
    gap:22px;
  }
  .lp002d-gap-grid,
  .lp002d-experience-strip,
  .lp002d-checklist{
    grid-template-columns:1fr;
    gap:16px;
  }
  .lp002d-pain-copy,
  .lp002d-method-panel,
  .lp002d-bridge-box{
    padding:24px;
    border-radius:24px;
  }
  .lp002d-gap-grid article{
    min-height:0;
    padding:22px;
  }
}
@media (max-width:640px){
  .lp002d .lp002d-hero-copy{
    padding:82px 0 58px;
  }
  .lp002d .lp002-brand-bridge{
    padding:12px 14px;
    border-radius:16px;
  }
  .lp002d-mini-cards article{
    grid-template-columns:42px minmax(0,1fr);
    column-gap:14px;
    padding:18px;
  }
  .lp002d-mini-cards span{
    width:38px;
    height:38px;
    border-radius:14px;
  }
}


/* =========================================================
Phase 58 — LP002D hero background contrast fix
Reason: hero had a light utility class/background conflict, causing broken visual.
========================================================= */
.lp002d .lp002d-hero{
  min-height:82vh;
  background:
    linear-gradient(105deg,rgba(35,31,26,.90) 0%,rgba(62,46,34,.72) 45%,rgba(107,79,58,.24) 100%),
    url("../images/ART_4450.webp") center/cover no-repeat!important;
  color:#fff!important;
}
.lp002d .lp002d-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 16% 28%,rgba(184,148,77,.26),transparent 30%),
    linear-gradient(180deg,rgba(35,31,26,.14),rgba(35,31,26,.32));
  pointer-events:none;
  z-index:0;
}
.lp002d .lp002d-hero .container,
.lp002d .lp002d-hero-inner,
.lp002d .lp002d-hero-copy{
  position:relative;
  z-index:1;
}
.lp002d .lp002d-hero h1,
.lp002d .lp002d-hero .lead,
.lp002d .lp002d-hero .eyebrow,
.lp002d .lp002d-hero .lp002-brand-bridge,
.lp002d .lp002d-hero .lp002-hero-note{
  color:#fff!important;
}
.lp002d .lp002d-hero .lead{
  max-width:690px;
  color:rgba(255,253,248,.92)!important;
}
.lp002d .lp002d-hero .lp002-brand-bridge{
  background:rgba(255,253,248,.11)!important;
  border-color:rgba(255,253,248,.26)!important;
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.lp002d .lp002d-hero .btn--glass{
  background:rgba(255,253,248,.10);
  border:1px solid rgba(255,253,248,.42);
}
@media(max-width:760px){
  .lp002d .lp002d-hero{
    min-height:auto;
    background:
      linear-gradient(180deg,rgba(35,31,26,.90),rgba(62,46,34,.70)),
      url("../images/ART_4450.webp") center/cover no-repeat!important;
  }
}
