.nj-home { --nj-ink: #28251f; --nj-muted: #736d62; --nj-sand: #eee8de; --nj-accent: #8b6844; color: var(--nj-ink); background: #fcfbf7; }
.nj-home h1, .nj-home h2, .nj-home h3 { font-weight: 400; }
.nj-home h2 { font-size: clamp(36px, 4.1vw, 60px); line-height: 1.09; letter-spacing: -.045em; }
.nj-home h1 em, .nj-home h2 em { font-weight: 400; color: var(--nj-accent); }
.nj-home section[id] { scroll-margin-top: 98px; }
.nj-container { width: min(1280px, calc(100% - 100px)); margin-inline: auto; }
.nj-kicker { margin-bottom: 26px; font-size: 10px; letter-spacing: .18em; font-weight: 600; }
.nj-hero { display: grid; grid-template-columns: 1.08fr 1fr; background: #f1ede5; }
.nj-hero-copy { padding: 65px 7% 28px max(50px, calc((100vw - 1280px) / 2)); display: flex; flex-direction: column; justify-content: center; }
.nj-hero-copy .nj-kicker { display: flex; align-items: center; gap: 12px; }
.nj-hero-copy .nj-kicker > span { flex: 0 0 6px; height: 6px; border-radius: 50%; background: #8b6844; }
.nj-hero h1 { font-size: clamp(60px, 6.65vw, 101px); letter-spacing: -.065em; line-height: .99; margin: 12px 0 28px; }
.nj-hero-description { max-width: 430px; color: #696358; font-size: 14px; line-height: 1.85; margin-bottom: 29px; }
.nj-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.nj-button { display: inline-flex; min-height: 53px; justify-content: space-between; align-items: center; gap: 32px; padding: 15px 22px; background: #29261f; color: #fff; font-size: 12px; border: 1px solid transparent; transition: background .2s; }
.nj-button:hover { background: #684c31; }
.nj-button > span, .nj-link > span { font-size: 19px; line-height: 1; }
.nj-link { display: inline-flex; align-items: center; gap: 16px; padding-block: 6px; border-bottom: 1px solid #a79c8b; font-size: 12px; }
.nj-link:hover { color: #8b6844; }
.nj-hero-proof { display: flex; gap: 22px; margin-top: 34px; color: #6f685c; font-size: 10px; }
.nj-hero-proof span::before { content: '✓'; margin-right: 7px; color: #8b6844; }
.nj-hero-foot { display: flex; justify-content: space-between; gap: 14px; border-top: 1px solid #d5cfc3; padding-top: 20px; margin-top: 42px; font-size: 8px; letter-spacing: .11em; color: #716a5f; }
.nj-hero-media { position: relative; min-width: 0; min-height: 660px; overflow: hidden; background: #b0a391; aspect-ratio: 1 / 1.15; }
.nj-hero-media video { display: block; width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.nj-hero-media::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(33,25,17,.26), transparent 25%, transparent 58%, rgba(25,20,14,.65)); }
.nj-media-top { position: absolute; top: 30px; left: 35px; z-index: 1; color: white; font-size: 9px; letter-spacing: .22em; }
.nj-media-caption { position: absolute; bottom: 35px; left: 35px; right: 35px; z-index: 1; display: flex; justify-content: space-between; align-items: end; color: #fff; }
.nj-media-caption div > span { font-size: 9px; letter-spacing: .2em; }
.nj-media-caption strong { display: block; font: 38px/1.05 var(--serif); margin-top: 13px; letter-spacing: -.03em; }
.nj-video-toggle { width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(30,25,20,.24); color: white; cursor: pointer; }
.nj-video-toggle[hidden] { display: none; }
.nj-value-strip { border-bottom: 1px solid #ddd7cc; }
.nj-value-strip .nj-container { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 27px; }
.nj-value-strip p { margin: 0; font-size: 11px; line-height: 1.6; }
.nj-value-strip strong { font-weight: 500; }
.nj-value-strip .nj-container > span { font: italic 16px var(--serif); color: #716958; }
.nj-value-strip a { font-size: 10px; }
.nj-section { padding: 100px 0; }
.nj-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 44px; }
.nj-section-heading h2 { margin: 0; }
.nj-heading-aside { max-width: 295px; flex-shrink: 0; }
.nj-heading-aside p { color: var(--nj-muted); font-size: 13px; line-height: 1.8; margin-bottom: 12px; }
.nj-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.nj-product { min-width: 0; }
.nj-product-image { position: relative; display: block; overflow: hidden; background: #e9e4da; }
.nj-product-image img { width: 100%; aspect-ratio: 4 / 4.5; height: auto; object-fit: cover; transition: transform .6s; }
.nj-product-image:hover img { transform: scale(1.035); }
.nj-product-image > span { position: absolute; bottom: 12px; right: 12px; padding: 7px 11px; color: #373029; background: rgba(255,253,247,.9); font-size: 10px; }
.nj-product-image > span > span { margin-left: 14px; }
.nj-product-line { display: flex; align-items: baseline; justify-content: space-between; gap: 7px; margin-top: 19px; }
.nj-product h3 { margin: 0; font-size: 22px; letter-spacing: -.03em; }
.nj-product-line > span { color: #8b8173; font-size: 8px; white-space: nowrap; }
.nj-product-inquire { display: inline-flex; gap: 20px; font-size: 10px; color: #716858; padding-block: 9px; }
.nj-product-inquire:hover { color: #28251f; text-decoration: underline; }
.nj-collection-note { display: flex; justify-content: center; align-items: center; gap: 22px; margin-top: 37px; padding-top: 25px; border-top: 1px solid #e1dbd1; font-size: 12px; color: #736d62; }
.nj-custom { padding: 82px 0; background: #2a2922; color: #f9f7ef; }
.nj-custom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.nj-custom-visual { position: relative; align-self: stretch; min-height: 610px; overflow: hidden; }
.nj-detail-main { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 35% center; }
.nj-custom-visual::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(17,13,8,.65)); }
.nj-detail-label { position: absolute; bottom: 32px; left: 32px; z-index: 1; }
.nj-detail-label > span { font-size: 9px; letter-spacing: .18em; }
.nj-detail-label p { margin: 12px 0 0; font: 38px/1.06 var(--serif); }
.nj-custom-copy .nj-kicker { color: #c3b79c; }
.nj-custom-copy h2 em { color: #d1b992; }
.nj-custom-copy > p:not(.nj-kicker) { color: #c4bfb3; font-size: 13px; line-height: 1.9; max-width: 430px; }
.nj-custom-options { margin: 30px 0; }
.nj-custom-options > div { display: flex; gap: 25px; padding: 19px 0; border-top: 1px solid #514e42; }
.nj-custom-options > div > span { font-size: 10px; color: #c3af8b; padding-top: 4px; }
.nj-custom-options h3 { font: 15px/1.3 var(--sans); margin-bottom: 6px; }
.nj-custom-options p { color: #bdb8aa; font-size: 12px; margin: 0; }
.nj-button-light { background: #ede3d0; color: #2b2922; }
.nj-button-light:hover { background: white; }
.nj-custom-more { display: block; width: fit-content; color: #c7c0b1; font-size: 10px; margin-top: 18px; text-decoration: underline; text-underline-offset: 5px; }
.nj-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; padding-top: 22px; }
.nj-process article { border-top: 1px solid #cbbca6; padding-top: 20px; }
.nj-step { display: block; margin-bottom: 34px; font: italic 29px var(--serif); color: #947a57; }
.nj-process h3 { font-size: 25px; }
.nj-process p { font-size: 12px; line-height: 1.9; color: #736d62; margin-bottom: 0; }
.nj-factory-note { display: flex; align-items: center; gap: 22px; margin-top: 47px; padding: 24px 28px; background: #f0ede4; }
.nj-note-icon { font-size: 31px; color: #917854; }
.nj-factory-note strong { font-size: 13px; font-weight: 500; }
.nj-factory-note p { font-size: 11px; margin: 5px 0 0; color: #736d62; }
.nj-factory-note .nj-link { margin-left: auto; flex-shrink: 0; }
.nj-faq-section { padding: 80px 0; border-top: 1px solid #e3ddd3; }
.nj-faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.nj-faq-grid h2 { font-size: clamp(35px, 3.5vw, 49px); }
.nj-faq-grid > div > p:last-child { color: #736d62; font-size: 13px; }
.nj-faqs { border-top: 1px solid #c9c1b3; }
.nj-faqs details { border-bottom: 1px solid #dcd6cb; }
.nj-faqs summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 21px 0; font-size: 13px; font-weight: 500; cursor: pointer; }
.nj-faqs summary::-webkit-details-marker { display: none; }
.nj-faqs summary > span { color: #8b7655; font-size: 21px; flex: 0 0 auto; transition: transform .2s; }
.nj-faqs details[open] summary > span { transform: rotate(45deg); }
.nj-faqs details p { margin: 0; padding: 0 30px 22px 0; color: #736d62; font-size: 12px; line-height: 1.9; }
.nj-inquiry { background: #eae2d4; padding: 90px 0; }
.nj-inquiry-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.nj-inquiry-copy { padding-top: 28px; }
.nj-inquiry-copy h2 { font-size: clamp(42px, 4.7vw, 67px); }
.nj-inquiry-copy > p:not(.nj-kicker) { max-width: 320px; color: #716756; font-size: 14px; line-height: 1.85; }
.nj-next { border-top: 1px solid #cfc4b2; padding-top: 28px; margin-top: 38px; }
.nj-next > span { font-size: 9px; letter-spacing: .15em; }
.nj-next ol { list-style: decimal-leading-zero; padding-left: 23px; margin: 22px 0; font-size: 12px; color: #6b604f; }
.nj-next li { padding: 6px 0 6px 6px; }
.nj-buyer-note { font-size: 10px; line-height: 1.9; color: #7a6c59; margin-top: 30px; }
.nj-home .inquiry-form { background: #fcfbf7; box-shadow: none; padding: 35px; }
.nj-mobile-quote { display: none; }
.nj-home .nj-button, .nj-home .nj-link { font-size: 13px; }
.nj-home .nj-product-inquire { font-size: 12px; }
.nj-home .nj-heading-aside p, .nj-home .nj-custom-copy > p:not(.nj-kicker), .nj-home .nj-process p { font-size: 14px; }
.nj-home .nj-faqs summary { font-size: 14px; }
.nj-home .nj-faqs details p { font-size: 13px; }
.nj-home .nj-custom-options p { font-size: 13px; }
.nj-home .nj-next ol { font-size: 13px; }
@media (min-width: 1600px) { .nj-hero-media { max-height: 850px; aspect-ratio: auto; } .nj-hero-copy { padding-block: 90px 35px; } }
@media (max-width: 1100px) { .nj-container { width: calc(100% - 64px); } .nj-hero-copy { padding-left: 32px; padding-right: 30px; } .nj-hero-media { min-height: 650px; } .nj-hero-foot span:last-child { display: none; } .nj-custom-grid, .nj-faq-grid, .nj-inquiry-grid { gap: 45px; } .nj-products { gap: 16px; } .nj-product-line { display: block; } .nj-product h3 { font-size: 23px; } .nj-value-strip .nj-container > span { font-size: 14px; } .nj-value-strip a { display: none; } }
@media (max-width: 760px) { .nj-container { width: calc(100% - 40px); } .nj-hero { grid-template-columns: 1fr; } .nj-hero-copy { padding: 42px 24px 25px; } .nj-hero h1 { font-size: clamp(65px, 12vw, 92px); } .nj-hero-description { max-width: 470px; } .nj-hero-foot { margin-top: 28px; } .nj-hero-media { min-height: 0; height: 460px; aspect-ratio: auto; } .nj-hero-media video { object-position: center 44%; } .nj-media-caption { bottom: 25px; left: 25px; right: 25px; } .nj-media-top { top: 23px; left: 25px; } .nj-value-strip .nj-container { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; } .nj-value-strip .nj-container > span { font-size: 15px; } .nj-section { padding: 66px 0; } .nj-section-heading { display: block; margin-bottom: 28px; } .nj-heading-aside { margin-top: 23px; max-width: 400px; } .nj-products { grid-template-columns: 1fr 1fr; gap: 26px 14px; } .nj-product h3 { font-size: 23px; } .nj-product-line { margin-top: 14px; } .nj-collection-note { flex-direction: column; gap: 8px; text-align: center; } .nj-custom { padding: 55px 0; } .nj-custom-grid { grid-template-columns: 1fr; gap: 35px; } .nj-custom-visual { min-height: 380px; } .nj-custom-copy { padding: 4px; } .nj-custom-copy h2 { font-size: 46px; } .nj-process { grid-template-columns: 1fr 1fr; gap: 30px 24px; } .nj-step { margin-bottom: 20px; } .nj-process h3 { font-size: 23px; } .nj-factory-note { flex-wrap: wrap; padding: 22px; gap: 15px; } .nj-factory-note > div { flex: 1; } .nj-factory-note .nj-link { margin-left: 0; } .nj-faq-section { padding: 60px 0; } .nj-faq-grid, .nj-inquiry-grid { grid-template-columns: 1fr; gap: 28px; } .nj-inquiry { padding: 45px 0 60px; } .nj-inquiry-copy { padding: 0; } .nj-next { margin-top: 22px; padding-top: 22px; } .nj-buyer-note { margin-top: 16px; } .nj-home .inquiry-form { padding: 26px 22px; } .nj-mobile-quote { display: flex; position: fixed; bottom: 14px; left: 20px; right: 20px; z-index: 25; justify-content: space-between; padding: 14px 22px; background: #29261f; color: white; font-size: 13px; box-shadow: 0 3px 25px #0003; transition: opacity .2s; } .nj-mobile-quote.is-hidden { opacity: 0; pointer-events: none; visibility: hidden; } .nj-home ~ * { scroll-margin-bottom: 85px; } }
@media (max-width: 380px) { .nj-hero h1 { font-size: 61px; } .nj-hero-proof { gap: 12px; } .nj-product h3 { font-size: 20px; } .nj-product-inquire { gap: 8px; } }
@media (max-width: 760px) { .nj-hero-foot { display: none; } .nj-hero-copy { padding-top: 34px; } .nj-hero-copy .nj-kicker { font-size: 9px; margin-bottom: 17px; } .nj-hero h1 { font-size: 65px; margin-top: 5px; margin-bottom: 22px; } .nj-hero-description { margin-bottom: 22px; } .nj-hero-proof { margin-top: 23px; } .nj-actions { gap: 15px; } }
@media (max-width: 760px) { .nj-inquiry-copy .nj-next, .nj-inquiry-copy .nj-buyer-note { display: none; } .nj-inquiry-copy h2 { font-size: 45px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .nj-home *, .nj-home *::before, .nj-home *::after { transition: none !important; animation: none !important; } }
