
/* v10 — LP004 production-like demo, distinct editorial/lookbook layout, no visible template/debug labels */
.lp004{
  background:#f3ead9;
}
.lp004 .site-header{
  background:rgba(252,250,246,.88);
  border-bottom:1px solid rgba(43,33,26,.10);
  backdrop-filter:blur(16px);
}
.lp004-hero{
  min-height:92vh;
  position:relative;
  display:flex;
  align-items:end;
  color:#fff;
  overflow:hidden;
  background:url("../images/ART_4450.webp") center/cover no-repeat;
}
.lp004-hero-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(26,22,18,.18) 0%,rgba(26,22,18,.20) 42%,rgba(26,22,18,.68) 100%),
    linear-gradient(90deg,rgba(26,22,18,.48),rgba(26,22,18,.05) 55%,rgba(26,22,18,.42));
  pointer-events:none;
}
.lp004-hero-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.1fr .62fr;
  gap:48px;
  align-items:end;
  padding:150px 0 82px;
}
.lp004-hero-title h1{
  color:#fff;
  font-size:clamp(34px,5vw,50px);
  line-height:.98;
  max-width:940px;
  text-shadow:0 18px 50px rgba(0,0,0,.34);
}
.lp004-hero-title .eyebrow{color:var(--njp-gold-soft)}
.lp004-hero-title .eyebrow:before{background:var(--njp-gold-soft)}
.lp004-hero-side{
  border-left:1px solid rgba(255,255,255,.36);
  padding-left:30px;
  margin-bottom:12px;
}
.lp004-hero-side p{
  color:rgba(255,255,255,.92);
  font-size:17px;
  margin:0 0 22px;
}
.lp004-hero .btn--gold{
  box-shadow:0 20px 52px rgba(0,0,0,.20);
}


.lp004-gallery{
  background:#f3ead9;
  padding:92px 0 88px;
}
.lp004-lookbook-head{
  display:grid;
  grid-template-columns: minmax(0,.7fr) minmax(320px,1fr);
  gap: 10px;
  align-items:end;
  margin-bottom:44px;
}
.lp004-lookbook-head h2{
  max-width: 980px;
  font-size: clamp(28px,3.1vw,34px);
  line-height: 1.3;
  letter-spacing:-.018em;
}
.lp004-lookbook-head .lead{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:var(--njp-muted);
}
.lp004-lookbook{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);
  gap:28px;
  align-items:stretch;
}
.lp004-feature-card{
  position:relative;
  min-height:620px;
  display:grid;
  grid-template-rows:1fr auto;
  overflow:hidden;
  border-radius:34px;
  background:#2b211a;
  box-shadow:0 28px 80px rgba(43,33,26,.14);
}
.lp004-feature-image{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(25,20,16,.02) 0%,rgba(25,20,16,.08) 44%,rgba(25,20,16,.64) 100%),
    url("../images/ART_4450.webp") center/cover no-repeat;
}
.lp004-feature-copy{
  position:relative;
  z-index:1;
  align-self:end;
  width:min(760px,calc(100% - 56px));
  margin:0 28px 28px;
  padding:28px 30px;
  background:rgba(255,253,248,.92);
  border:1px solid rgba(255,255,255,.62);
  backdrop-filter:blur(14px);
}
.lp004-tag{
  display:inline-flex;
  margin-bottom:14px;
  padding:7px 12px;
  border-radius:999px;
  background:#e5d2a4;
  color:#2b211a;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:11px;
}
.lp004-feature-copy h3{
  font-family:var(--njp-serif);
  font-size:clamp(24px,2.25vw,38px);
  line-height:1.15;
  margin:0 0 14px;
}
.lp004-feature-copy p{
  margin:0;
  color:var(--njp-muted);
  line-height:1.7;
}
.lp004-side-stack{
  display:grid;
  gap:22px;
}
.lp004-mini-story{
  padding:30px 30px 28px;
  border-radius:28px;
  background:#fffdf8;
  border:1px solid rgba(43,33,26,.12);
  box-shadow:0 18px 52px rgba(43,33,26,.07);
}
.lp004-mini-story span{
  display:inline-grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#eadbb9;
  color:#2b211a;
  font-family:var(--njp-serif);
  font-weight:800;
  margin-bottom:18px;
}
.lp004-mini-story h3{
  font-family:var(--njp-font);
  font-size:21px;
  line-height:1.32;
  margin:0 0 10px;
}
.lp004-mini-story p{
  margin:0;
  color:var(--njp-muted);
  font-size:15px;
  line-height:1.7;
}
.lp004-image-note{
  margin:0;
  position:relative;
  min-height:260px;
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 18px 52px rgba(43,33,26,.08);
}
.lp004-image-note img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.lp004-image-note figcaption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  padding:12px 14px;
  background:rgba(255,253,248,.92);
  color:var(--njp-sumi);
  font-weight:800;
  font-size:13px;
  line-height:1.45;
}

.lp004-style-fit{
  padding:92px 0;
  background:#fffdf8;
}
.lp004-style-fit-head{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:48px;
  align-items:end;
  margin-bottom:36px;
}
.lp004-style-fit-head h2{
  max-width:980px;
  font-size: clamp(28px,3vw,28px);
  line-height:1.14;
}
.lp004-fit-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(43,33,26,.16);
  border-left:1px solid rgba(43,33,26,.16);
}
.lp004-fit-grid article{
  min-height:210px;
  padding:30px 26px;
  border-right:1px solid rgba(43,33,26,.16);
  border-bottom:1px solid rgba(43,33,26,.16);
  background:linear-gradient(180deg,#fffdf8,#fbf3e4);
}
.lp004-fit-grid b{
  display:block;
  font-family:var(--njp-serif);
  font-size:27px;
  line-height:1.15;
  margin-bottom:14px;
}
.lp004-fit-grid p{
  margin:0;
  color:var(--njp-muted);
  line-height:1.72;
}

.lp004-editorial{
  padding:100px 0;
  background:#fffdf8;
}
.lp004-editorial-layout{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  align-items:center;
  border-top:1px solid rgba(43,33,26,.18);
  border-bottom:1px solid rgba(43,33,26,.18);
}
.lp004-editorial-layout article{
  padding:56px 48px 56px 0;
}
.lp004-editorial-layout h2{
  font-size: clamp(28px,3vw,45px);
  line-height:1.14;
  max-width:980px;
}
.lp004-editorial-text{
  margin-top:34px;
  display:grid;
  gap:18px;
}
.lp004-editorial-text p{
  margin:0;
  padding-top:18px;
  border-top:1px solid rgba(43,33,26,.14);
  color:var(--njp-muted);
}
.lp004-editorial-text b{
  color:var(--njp-sumi);
  font-family:var(--njp-serif);
  font-size:22px;
}
.lp004-editorial-image{
  min-height:0;
  aspect-ratio:3 / 2;
  align-self:center;
  background:url("../images/ART_4617.webp") center/cover no-repeat;
}

.lp004-principles{
  padding:94px 0;
  background:#2b211a;
  color:#fffdf8;
}
.lp004-principles-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(255,255,255,.16);
}
.lp004-principles-grid div{
  padding:34px 26px;
  border-right:1px solid rgba(255,255,255,.16);
}
.lp004-principles-grid div:last-child{border-right:0}
.lp004-principles-grid span{
  color:var(--njp-gold-soft);
  font-family:var(--njp-serif);
  font-size:34px;
  font-weight:800;
}
.lp004-principles-grid h3{
  color:#fff;
  font-family:var(--njp-font);
  font-size:22px;
  margin:20px 0 10px;
}
.lp004-principles-grid p{
  color:rgba(255,253,248,.76);
  margin:0;
  font-size:14px;
}

.lp004-compare{
  padding:100px 0;
  background:#eee1c9;
}
.lp004-compare-title{
  max-width:900px;
  margin-bottom:34px;
}
.lp004-compare-title h2{
  font-size:clamp(28px,3.25vw,46px);
}
.lp004-compare-table{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  background:#fffdf8;
  border:1px solid rgba(43,33,26,.14);
  box-shadow:0 24px 70px rgba(43,33,26,.09);
}
.lp004-compare-col{
  padding:42px;
}
.lp004-compare-col:first-child{
  border-right:1px solid rgba(43,33,26,.14);
}
.lp004-compare-col h3{
  font-family:var(--njp-font);
  font-size:24px;
  margin:0 0 18px;
}
.lp004-compare-col ul{
  margin:0;
  padding-left:20px;
  color:var(--njp-muted);
}
.lp004-compare-col li{margin-bottom:12px}
.lp004-compare-col.strong{
  background:#fffaf0;
}
.lp004-compare-col.strong h3{
  color:var(--njp-wood);
}

.lp004-process{
  padding:96px 0;
  background:#fffdf8;
}
.lp004-process-head{
  max-width:780px;
  margin-bottom:42px;
}
.lp004-process-head h2{
  font-size:clamp(28px,3.25vw,46px);
}
.lp004-process-line{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  border-top:1px solid rgba(43,33,26,.18);
  border-bottom:1px solid rgba(43,33,26,.18);
}
.lp004-process-line article{
  padding:30px 26px;
  border-right:1px solid rgba(43,33,26,.14);
}
.lp004-process-line article:last-child{border-right:0}
.lp004-process-line span{
  font-family:var(--njp-serif);
  color:var(--njp-gold);
  font-size:28px;
  font-weight:800;
}
.lp004-process-line b{
  display:block;
  font-size:18px;
  margin:14px 0 8px;
}
.lp004-process-line p{
  color:var(--njp-muted);
  margin:0;
  font-size:14px;
}

.lp004-faq{
  padding:92px 0;
  background:#f3ead9;
}
.lp004 .lead-form-wrap{
  background:#fffdf8;
  border:1px solid rgba(43,33,26,.12);
  border-radius:0;
  padding:40px;
  box-shadow:0 24px 70px rgba(43,33,26,.08);
}

@media(max-width:1080px){
  .lp004-hero-inner,
  .lp004-editorial-layout,
  .lp004-compare-table{grid-template-columns:1fr}
  .lp004-hero-side{border-left:0;border-top:1px solid rgba(255,255,255,.32);padding-left:0;padding-top:22px}
  .lp004-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:280px 280px 280px}
  .lp004-mosaic .wide,.lp004-mosaic .tall{grid-column:auto;grid-row:auto}
  .lp004-editorial-layout article{padding:46px 0}
  .lp004-editorial-image{min-height:0;aspect-ratio:3 / 2}
  .lp004-principles-grid,.lp004-process-line{grid-template-columns:1fr 1fr}
  .lp004-principles-grid div:nth-child(2){border-right:0}
  .lp004-principles-grid div{border-bottom:1px solid rgba(255,255,255,.16)}
}
@media(max-width:760px){
  .lp004-hero{min-height:82vh}
  .lp004-hero-inner{padding:122px 0 64px}
  .lp004-gallery-heading,.lp004-editorial,.lp004-principles,.lp004-compare,.lp004-process,.lp004-faq{padding-top:64px;padding-bottom:64px}
  .lp004-mosaic{grid-template-columns:1fr;grid-template-rows:300px 260px 260px 260px}
  .lp004-mosaic figcaption{left:12px;right:12px;bottom:12px}
  .lp004-principles-grid,.lp004-process-line{grid-template-columns:1fr}
  .lp004-principles-grid div,.lp004-process-line article{border-right:0;border-bottom:1px solid rgba(43,33,26,.14)}
  .lp004-principles-grid div{border-bottom:1px solid rgba(255,255,255,.16)}
  .lp004 .lead-form-wrap{padding:24px}
}


/* v11 polish — cleaner editorial emphasis */
.lp004-hero-title h1{line-height:1.02}
.lp004-gallery-heading h2,
.lp004-editorial-layout h2,
.lp004-compare-title h2,
.lp004-process-head h2{
  line-height:1.12;
  letter-spacing:-.012em;
}
.lp004-editorial-text b{
  display:inline-block;
  margin-bottom:6px;
  color:var(--njp-wood);
}


/* v12 polish: LP004 gallery rebuilt, title width/scale balanced */
.lp004-compare-title,
.lp004-process-head{
  max-width:980px;
}
.lp004-compare-title h2,
.lp004-process-head h2,
.lp004-faq h2,
#form h2{
  font-size: clamp(27px,2.85vw,41px);
  line-height:1.16;
  max-width:980px;
}

@media (max-width: 980px){
  .lp004-lookbook-head,
  .lp004-lookbook,
  .lp004-style-fit-head{
    grid-template-columns:1fr;
  }
  .lp004-feature-card{
    min-height:540px;
  }
  .lp004-fit-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width: 640px){
  .lp004-gallery,
  .lp004-style-fit{
    padding:64px 0;
  }
  .lp004-feature-card{
    min-height:500px;
    border-radius:24px;
  }
  .lp004-feature-copy{
    width:calc(100% - 32px);
    margin:0 16px 16px;
    padding:22px 20px;
  }
  .lp004-side-stack{
    gap:16px;
  }
  .lp004-fit-grid{
    grid-template-columns:1fr;
  }
}
/* NAKAJP mobile H1 size adjustment — 2026-06-11 */
@media (max-width: 760px){
  .lp004-hero-title h1{
    font-size: clamp(29px, 7.6vw, 34px) !important;
    line-height: 1.12 !important;
  }
}


/* 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 */
.lp004 .lp004-related{
  padding-bottom:96px !important;
  margin-bottom:40px !important;
}
@media (max-width:760px){
  .lp004 .lp004-related{
    padding-bottom:76px !important;
    margin-bottom:28px !important;
  }
}


/* 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/detail labels ===== */
.lp004-tag,
.lp004 .eyebrow{
  text-transform:none !important;
  letter-spacing:.02em !important;
}


/* Preserved from legacy mobile-first sheet: LP004 desktop overflow guard. */
html:has(body.lp004){max-width:100%;overflow-x:hidden;}
body.lp004{width:100%;max-width:100%;overflow-x:hidden;}
