.njm-kitchen-landing {
    --njm-kitchen-bg: #ffffff;
    --njm-kitchen-muted-bg: #f6f3ee;
    --njm-kitchen-border: #e4ded4;
    --njm-kitchen-text: #251f19;
    --njm-kitchen-muted: #6f655b;
    --njm-kitchen-accent: #b46b2a;
    --njm-kitchen-accent-soft: #f3dfc8;
    color: var(--njm-kitchen-text);
    background: var(--njm-kitchen-bg);
}

.njm-kitchen-landing *,
.njm-kitchen-landing *::before,
.njm-kitchen-landing *::after {
    box-sizing: border-box;
}

.njm-kitchen-landing .njm-kitchen-container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.njm-kitchen-landing .njm-kitchen-section {
    padding: 56px 0;
}

.njm-kitchen-landing .njm-kitchen-section:nth-child(even) {
    background: var(--njm-kitchen-muted-bg);
}

.njm-kitchen-landing h1,
.njm-kitchen-landing h2,
.njm-kitchen-landing h3,
.njm-kitchen-landing p {
    margin-top: 0;
}

.njm-kitchen-landing h1 {
    max-width: 720px;
    margin-bottom: 18px;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.05;
}

.njm-kitchen-landing h2 {
    margin-bottom: 18px;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.16;
}

.njm-kitchen-landing h3 {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 1.25;
}

.njm-kitchen-landing p,
.njm-kitchen-landing li {
    color: var(--njm-kitchen-muted);
    font-size: 17px;
    line-height: 1.65;
}

.njm-kitchen-landing .njm-kitchen-eyebrow {
    margin-bottom: 12px;
    color: var(--njm-kitchen-accent);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.njm-kitchen-landing .njm-kitchen-hero {
    width: min(1440px, 100%);
    margin: -18px auto 0;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    min-height: 410px;
    align-items: stretch;
}

.njm-kitchen-landing .njm-kitchen-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
    gap: 36px;
    align-items: center;
}

.njm-kitchen-landing .njm-kitchen-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    min-width: 0;
    padding: clamp(24px, 3.2vw, 44px) clamp(22px, 3.2vw, 50px) clamp(24px, 3.2vw, 44px) clamp(18px, 2.8vw, 40px);
    text-align: left;
    background: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-hero__content::after {
    content: "";
    position: absolute;
    top: 0;
    right: -120px;
    bottom: 0;
    width: 140px;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, .88) 45%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.njm-kitchen-landing .njm-kitchen-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 20px;
    color: #83776d;
    font-size: 13px;
    line-height: 1.4;
}

.njm-kitchen-landing .njm-kitchen-breadcrumb > * {
    display: inline-flex;
    align-items: center;
}

.njm-kitchen-landing .njm-kitchen-breadcrumb > *:not(:last-child)::after {
    content: ">";
    margin-left: 8px;
    color: #b8aea4;
}

.njm-kitchen-landing .njm-kitchen-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.njm-kitchen-landing .njm-kitchen-breadcrumb a:hover,
.njm-kitchen-landing .njm-kitchen-breadcrumb a:focus {
    color: var(--njm-kitchen-accent);
}

.njm-kitchen-landing .njm-kitchen-hero h1 {
    max-width: 560px;
    margin-bottom: 16px;
    font-size: clamp(38px, 3.65vw, 54px);
    line-height: 1.05;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.njm-kitchen-landing .njm-kitchen-hero p {
    max-width: 540px;
    margin-bottom: 0;
    color: #453c34;
    font-size: 16px;
    line-height: 1.6;
}

.njm-kitchen-landing .njm-kitchen-hero .njm-kitchen-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    align-items: center;
    margin-top: 24px;
}

.njm-kitchen-landing .njm-kitchen-hero .njm-kitchen-button,
.njm-kitchen-landing .njm-kitchen-hero .njm-kitchen-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    border-radius: 6px;
    font-weight: 700;
}

.njm-kitchen-landing .njm-kitchen-hero .njm-kitchen-button {
    flex: 0 0 auto;
    min-width: 0;
    justify-content: center;
    padding: 12px 18px;
    background: var(--njm-kitchen-accent);
    color: #ffffff;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.njm-kitchen-landing .njm-kitchen-hero .njm-kitchen-button:hover,
.njm-kitchen-landing .njm-kitchen-hero .njm-kitchen-button:focus {
    background: #93531e;
    color: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-hero .njm-kitchen-button--secondary {
    border: 1px solid var(--njm-kitchen-accent);
    background: transparent;
    color: #2f271f;
}

.njm-kitchen-landing .njm-kitchen-hero .njm-kitchen-button--secondary:hover,
.njm-kitchen-landing .njm-kitchen-hero .njm-kitchen-button--secondary:focus {
    border-color: #93531e;
    background: #fff7ee;
    color: #2f271f;
}

.njm-kitchen-landing .njm-kitchen-hero .njm-kitchen-link {
    color: var(--njm-kitchen-accent);
}

.njm-kitchen-landing .njm-kitchen-placeholder {
    min-height: 220px;
    border: 1px dashed var(--njm-kitchen-border);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(180, 107, 42, .08) 25%, transparent 25%),
        linear-gradient(225deg, rgba(180, 107, 42, .08) 25%, transparent 25%),
        linear-gradient(45deg, rgba(180, 107, 42, .08) 25%, transparent 25%),
        linear-gradient(315deg, rgba(180, 107, 42, .08) 25%, #fffaf3 25%);
    background-position: 18px 0, 18px 0, 0 0, 0 0;
    background-size: 36px 36px;
}

.njm-kitchen-landing .njm-kitchen-hero__media {
    min-width: 0;
}

.njm-kitchen-landing .njm-kitchen-hero__media img {
    display: block;
    width: 100%;
    height: clamp(410px, 32vw, 480px);
    min-height: 410px;
    object-fit: cover;
    object-position: center;
}

.njm-kitchen-landing .njm-kitchen-price__grid,
.njm-kitchen-landing .njm-kitchen-materials__grid,
.njm-kitchen-landing .njm-kitchen-inspiration__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.njm-kitchen-landing .njm-kitchen-price article {
    padding: 22px;
    border: 1px solid var(--njm-kitchen-border);
    border-radius: 8px;
    background: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-benefits {
    width: min(1440px, 100%);
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid rgba(228, 222, 212, .9);
    border-bottom: 1px solid rgba(228, 222, 212, .9);
    background: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-benefits__inner {
    width: min(1328px, calc(100% - 32px));
    margin: 0 auto;
    padding: 16px 0;
}

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

.njm-kitchen-landing .njm-kitchen-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
}

.njm-kitchen-landing .njm-kitchen-benefits article {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    min-width: 0;
    padding: 4px 22px;
    background: transparent;
}

.njm-kitchen-landing .njm-kitchen-benefits article + article {
    border-left: 1px solid rgba(180, 107, 42, .18);
}

.njm-kitchen-landing .njm-kitchen-benefits img {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.njm-kitchen-landing .njm-kitchen-benefits h3 {
    margin: 0 0 3px;
    color: #211b16;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
}

.njm-kitchen-landing .njm-kitchen-benefits p {
    margin: 0;
    color: #5f554d;
    font-size: 13px;
    line-height: 1.35;
}

.njm-kitchen-landing .njm-kitchen-space-materials {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: start;
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto;
    padding: 38px 0;
    background: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-space,
.njm-kitchen-landing .njm-kitchen-materials {
    padding: 0;
    background: transparent;
}

.njm-kitchen-landing .njm-kitchen-space-materials > .njm-kitchen-space,
.njm-kitchen-landing .njm-kitchen-space-materials > .njm-kitchen-materials {
    background: transparent;
}

.njm-kitchen-landing .njm-kitchen-space__content {
    position: relative;
    z-index: 1;
    min-width: 0;
    max-width: 620px;
    padding-left: 22px;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-space__layout {
    position: relative;
    min-height: 270px;
    padding-right: min(36%, 270px);
}

.njm-kitchen-landing .njm-kitchen-space h2,
.njm-kitchen-landing .njm-kitchen-materials h2 {
    margin-bottom: 12px;
    color: #211b16;
    font-size: clamp(25px, 2vw, 29px);
    line-height: 1.14;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-space h2 {
    white-space: nowrap;
}

.njm-kitchen-landing .njm-kitchen-space p,
.njm-kitchen-landing .njm-kitchen-materials > p {
    max-width: 480px;
    margin-bottom: 20px;
    color: #5f554d;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-space p {
    max-width: 600px;
    margin-bottom: 16px;
}

.njm-kitchen-landing .njm-kitchen-space__list {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.njm-kitchen-landing .njm-kitchen-space__list li {
    position: relative;
    padding-left: 25px;
    color: #3d352e;
    font-size: 15px;
    line-height: 1.35;
}

.njm-kitchen-landing .njm-kitchen-space__list li::before {
    content: "";
    position: absolute;
    top: .28em;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid var(--njm-kitchen-accent);
    border-radius: 50%;
    background:
        linear-gradient(135deg, transparent 45%, var(--njm-kitchen-accent) 46%, var(--njm-kitchen-accent) 56%, transparent 57%) 4px 6px / 8px 7px no-repeat;
}

.njm-kitchen-landing .njm-kitchen-space__visual {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: min(58%, 410px);
    pointer-events: none;
}

.njm-kitchen-landing .njm-kitchen-space__visual img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 285px;
    object-fit: contain;
    object-position: right bottom;
    opacity: .42;
}

.njm-kitchen-landing .njm-kitchen-materials__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.njm-kitchen-landing .njm-kitchen-materials__item {
    min-width: 0;
}

.njm-kitchen-landing .njm-kitchen-materials__swatch {
    display: block;
    width: 100%;
    aspect-ratio: 1 / .9;
    margin-bottom: 8px;
    border: 1px solid rgba(228, 222, 212, .9);
    border-radius: 6px;
    background: #f4f0ea;
}

.njm-kitchen-landing .njm-kitchen-materials__swatch--wood {
    background:
        linear-gradient(90deg, rgba(255,255,255,.16), rgba(0,0,0,.05)),
        repeating-linear-gradient(90deg, #c99a65 0 10px, #b9864f 10px 18px, #d1aa78 18px 28px);
}

.njm-kitchen-landing .njm-kitchen-materials__swatch--frame {
    background:
        linear-gradient(#f1ece3, #f1ece3) padding-box,
        linear-gradient(135deg, #d8cfc0, #f8f4ed) border-box;
    border: 9px solid transparent;
    box-shadow: inset 0 0 0 1px rgba(121, 100, 78, .14);
}

.njm-kitchen-landing .njm-kitchen-materials__swatch--gloss {
    background: linear-gradient(135deg, #ffffff 0%, #f7f7f6 44%, #d9d9d8 45%, #ffffff 100%);
}

.njm-kitchen-landing .njm-kitchen-materials__swatch--stone {
    background: linear-gradient(135deg, #b7b1aa, #d5d0ca);
}

.njm-kitchen-landing .njm-kitchen-materials__swatch--dark {
    background: linear-gradient(135deg, #242424, #4b4b4b);
}

.njm-kitchen-landing .njm-kitchen-materials__item h3 {
    margin: 0 0 4px;
    color: #211b16;
    font-size: 14px;
    line-height: 1.18;
}

.njm-kitchen-landing .njm-kitchen-materials__item p {
    margin: 0;
    color: #5f554d;
    font-size: 11px;
    line-height: 1.3;
}

.njm-kitchen-landing .njm-kitchen-process {
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto;
    padding: 28px 28px 32px;
    background: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-process__inner {
    text-align: center;
}

.njm-kitchen-landing .njm-kitchen-process h2 {
    margin-bottom: 8px;
    color: #211b16;
    font-size: clamp(26px, 2.3vw, 31px);
    line-height: 1.15;
}

.njm-kitchen-landing .njm-kitchen-process__intro {
    max-width: 680px;
    margin: 0 auto;
    color: #5f554d;
    font-size: 15px;
    line-height: 1.5;
}

.njm-kitchen-landing .njm-kitchen-process .njm-kitchen-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: njm-kitchen-step;
}

.njm-kitchen-landing .njm-kitchen-process .njm-kitchen-steps li {
    position: relative;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(228, 222, 212, .95);
    border-radius: 8px;
    background: #ffffff;
    counter-increment: njm-kitchen-step;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-process .njm-kitchen-steps li:not(:last-child)::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    color: var(--njm-kitchen-accent);
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.njm-kitchen-landing .njm-kitchen-process .njm-kitchen-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
    border-radius: 50%;
    background: var(--njm-kitchen-accent);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.njm-kitchen-landing .njm-kitchen-process img {
    display: block;
    width: 60px;
    height: 60px;
    margin: -42px 0 2px 36px;
    object-fit: contain;
}

.njm-kitchen-landing .njm-kitchen-process h3 {
    margin: 0 0 6px;
    color: #211b16;
    font-size: 14px;
    line-height: 1.25;
}

.njm-kitchen-landing .njm-kitchen-process .njm-kitchen-steps p {
    margin: 0;
    color: #5f554d;
    font-size: 12px;
    line-height: 1.35;
}

.njm-kitchen-landing .njm-kitchen-measuring {
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto;
    padding: 28px 0;
    background: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-measuring__box {
    display: grid;
    grid-template-columns: minmax(0, 26%) minmax(0, 47%) minmax(220px, 27%);
    gap: 28px;
    align-items: center;
    padding: 22px 28px;
    border: 1px solid rgba(180, 107, 42, .28);
    border-radius: 8px;
    background: #fff8ef;
}

.njm-kitchen-landing .njm-kitchen-measuring__media {
    min-width: 0;
}

.njm-kitchen-landing .njm-kitchen-measuring__media img {
    display: block;
    width: 100%;
    max-height: 170px;
    object-fit: contain;
    object-position: left center;
}

.njm-kitchen-landing .njm-kitchen-measuring__content {
    min-width: 0;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-measuring h2 {
    margin-bottom: 8px;
    color: #211b16;
    font-size: clamp(24px, 2.2vw, 30px);
    line-height: 1.16;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-measuring p {
    margin-bottom: 12px;
    color: #5f554d;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-measuring ul {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.njm-kitchen-landing .njm-kitchen-measuring li {
    position: relative;
    padding-left: 22px;
    color: #4a4038;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-measuring li::before {
    content: "";
    position: absolute;
    top: .36em;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid var(--njm-kitchen-accent);
    border-radius: 50%;
    background:
        linear-gradient(135deg, transparent 45%, var(--njm-kitchen-accent) 46%, var(--njm-kitchen-accent) 56%, transparent 57%) 3px 5px / 7px 6px no-repeat;
}

.njm-kitchen-landing .njm-kitchen-measuring__actions {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.njm-kitchen-landing .njm-kitchen-measuring__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border: 1px solid var(--njm-kitchen-accent);
    border-radius: 6px;
    background: var(--njm-kitchen-accent);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.njm-kitchen-landing .njm-kitchen-measuring__button:hover,
.njm-kitchen-landing .njm-kitchen-measuring__button:focus {
    background: #93531e;
    color: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-measuring__button--secondary {
    background: transparent;
    color: #8c531f;
}

.njm-kitchen-landing .njm-kitchen-measuring__button--secondary:hover,
.njm-kitchen-landing .njm-kitchen-measuring__button--secondary:focus {
    background: #fff3e3;
    color: #6f3e15;
}

.njm-kitchen-landing .njm-kitchen-price {
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto;
    padding: 28px 0;
    background: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-price__inner {
    display: grid;
    grid-template-columns: minmax(280px, 34%) minmax(0, 66%);
    gap: 44px;
    align-items: center;
}

.njm-kitchen-landing .njm-kitchen-price__content {
    min-width: 0;
    padding-left: 22px;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-price h2 {
    margin-bottom: 18px;
    color: #211b16;
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.16;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-price__content > p {
    margin-bottom: 16px;
    color: #5f554d;
    font-size: 15px;
    line-height: 1.55;
}

.njm-kitchen-landing .njm-kitchen-price__list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.njm-kitchen-landing .njm-kitchen-price__list li {
    position: relative;
    padding-left: 30px;
    color: #3d352e;
    font-size: 15px;
    line-height: 1.35;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-price__list li::before {
    content: "";
    position: absolute;
    top: .32em;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--njm-kitchen-accent);
    border-radius: 50%;
    background:
        linear-gradient(135deg, transparent 45%, var(--njm-kitchen-accent) 46%, var(--njm-kitchen-accent) 56%, transparent 57%) 5px 6px / 8px 7px no-repeat;
}

.njm-kitchen-landing .njm-kitchen-price__note {
    position: relative;
    margin-top: 24px;
    padding: 16px 18px 16px 56px;
    border: 1px solid rgba(180, 107, 42, .28);
    border-radius: 8px;
    background: #fff8ef;
    color: #4a4038;
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-price__note::before {
    content: "i";
    position: absolute;
    top: 16px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid var(--njm-kitchen-accent);
    border-radius: 50%;
    color: var(--njm-kitchen-accent);
    font-size: 13px;
    font-weight: 800;
    font-style: normal;
}

.njm-kitchen-landing .njm-kitchen-price__media {
    min-width: 0;
}

.njm-kitchen-landing .njm-kitchen-price__media img {
    display: block;
    width: 100%;
    height: clamp(260px, 24vw, 340px);
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.njm-kitchen-landing .njm-kitchen-inspiration {
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto;
    padding: 34px 0 38px;
    background: #ffffff;
    text-align: center;
}

.njm-kitchen-landing .njm-kitchen-inspiration .njm-kitchen-container {
    width: 100%;
}

.njm-kitchen-landing .njm-kitchen-inspiration h2 {
    margin-bottom: 8px;
    color: #211b16;
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.16;
    text-align: center;
}

.njm-kitchen-landing .njm-kitchen-inspiration p {
    max-width: 720px;
    margin: 0 auto;
    color: #5f554d;
    font-size: 15px;
    line-height: 1.55;
    text-align: center;
}

.njm-kitchen-landing .njm-kitchen-inspiration__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.njm-kitchen-landing .njm-kitchen-inspiration__item {
    grid-column: span 2;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #f4f0ea;
}

.njm-kitchen-landing .njm-kitchen-inspiration__item--wide {
    grid-column: span 3;
}

.njm-kitchen-landing .njm-kitchen-inspiration__item img {
    display: block;
    width: 100%;
    height: clamp(210px, 18vw, 280px);
    object-fit: cover;
    object-position: center;
}

.njm-kitchen-landing .njm-kitchen-inspiration__item--wide img {
    height: clamp(230px, 19vw, 300px);
}

.njm-kitchen-landing .njm-kitchen-inspiration__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 20px;
    padding: 11px 24px;
    border: 1px solid var(--njm-kitchen-accent);
    border-radius: 6px;
    color: #8c531f;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.njm-kitchen-landing .njm-kitchen-inspiration__button:hover,
.njm-kitchen-landing .njm-kitchen-inspiration__button:focus {
    background: #fff3e3;
    color: #6f3e15;
}

.njm-kitchen-landing .njm-kitchen-section.njm-kitchen-inquiry {
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto 28px;
    padding: 34px 0;
    background: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-inquiry__box {
    display: grid;
    grid-template-columns: minmax(280px, 35%) minmax(0, 65%);
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(228, 222, 212, .95);
    border-radius: 8px;
    background: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-inquiry__info {
    position: relative;
    min-width: 0;
    padding: 34px 34px 36px;
    background:
        linear-gradient(90deg, rgba(255, 248, 239, .94), rgba(255, 248, 239, .82)),
        url("nabytekjm-kitchen-inquiry-bg.jpg") right center / cover no-repeat;
}

.njm-kitchen-landing .njm-kitchen-inquiry h2 {
    margin-bottom: 10px;
    color: #211b16;
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.16;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-inquiry__info p {
    margin-bottom: 26px;
    color: #4f453d;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-inquiry__info ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.njm-kitchen-landing .njm-kitchen-inquiry__info li {
    position: relative;
    padding-left: 28px;
    color: #3d352e;
    font-size: 15px;
    line-height: 1.35;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-inquiry__info li::before {
    content: "";
    position: absolute;
    top: .22em;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--njm-kitchen-accent);
    border-radius: 50%;
    background:
        linear-gradient(135deg, transparent 45%, var(--njm-kitchen-accent) 46%, var(--njm-kitchen-accent) 56%, transparent 57%) 5px 6px / 8px 7px no-repeat;
}

.njm-kitchen-landing .njm-kitchen-inquiry__form {
    display: flex;
    align-items: stretch;
    min-width: 0;
    padding: 28px;
    background: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-inquiry__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 260px;
    padding: 34px;
    border: 1px solid rgba(228, 222, 212, .95);
    border-radius: 8px;
    background: #fffdf9;
}

.njm-kitchen-landing .njm-kitchen-inquiry__cta h3 {
    max-width: 520px;
    margin: 0 0 10px;
    color: #211b16;
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.18;
    text-align: center;
}

.njm-kitchen-landing .njm-kitchen-inquiry__cta p {
    max-width: 620px;
    margin: 0 0 16px;
    color: #5f554d;
    font-size: 15px;
    line-height: 1.55;
    text-align: center;
}

.njm-kitchen-landing .njm-kitchen-inquiry__cta-list {
    display: grid;
    gap: 6px;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.njm-kitchen-landing .njm-kitchen-inquiry__cta-list li {
    position: relative;
    padding-left: 22px;
    color: #4a4038;
    font-size: 14px;
    line-height: 1.35;
}

.njm-kitchen-landing .njm-kitchen-inquiry__cta-list li::before {
    content: "";
    position: absolute;
    top: .26em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--njm-kitchen-accent);
    border-radius: 50%;
    background:
        linear-gradient(135deg, transparent 45%, var(--njm-kitchen-accent) 46%, var(--njm-kitchen-accent) 56%, transparent 57%) 4px 5px / 7px 6px no-repeat;
}

.njm-kitchen-landing .njm-kitchen-inquiry__open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 46px;
    padding: 12px 22px;
    border: 1px solid var(--njm-kitchen-accent);
    border-radius: 6px;
    background: var(--njm-kitchen-accent);
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.njm-kitchen-landing .njm-kitchen-inquiry__open:hover,
.njm-kitchen-landing .njm-kitchen-inquiry__open:focus {
    background: #93531e;
    color: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-inquiry__sent {
    margin: 14px 0 0;
    padding: 10px 14px;
    border: 1px solid rgba(180, 107, 42, .26);
    border-radius: 6px;
    background: #fff8ef;
    color: #5f432e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.njm-kitchen-landing .njm-kitchen-success-toast {
    position: fixed;
    top: 92px;
    left: 50%;
    z-index: 100000;
    display: grid;
    gap: 4px;
    width: min(420px, calc(100vw - 32px));
    padding: 16px 20px;
    border: 1px solid rgba(180, 107, 42, .34);
    border-radius: 14px;
    background: #fff8ef;
    box-shadow: 0 18px 38px rgba(48, 36, 24, .18);
    color: #2a2119;
    text-align: center;
    transform: translate(-50%, -12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}

.njm-kitchen-landing .njm-kitchen-success-toast strong {
    font-size: 16px;
    line-height: 1.3;
}

.njm-kitchen-landing .njm-kitchen-success-toast span {
    color: #6a5748;
    font-size: 14px;
    line-height: 1.35;
}

.njm-kitchen-landing .njm-kitchen-success-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.njm-kitchen-landing .njm-kitchen-modal[hidden] {
    display: none;
}

.njm-kitchen-landing .njm-kitchen-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 24px;
}

.njm-kitchen-landing .njm-kitchen-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 14, 11, .68);
}

.njm-kitchen-landing .njm-kitchen-modal__panel {
    position: relative;
    z-index: 1;
    width: min(840px, 100%);
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px;
    border-radius: 10px;
    background: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(228, 222, 212, .95);
    border-radius: 50%;
    background: #ffffff;
    color: #3d352e;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.njm-kitchen-landing .njm-kitchen-modal__header {
    padding-right: 38px;
}

.njm-kitchen-landing .njm-kitchen-modal__header h2 {
    margin-bottom: 8px;
    color: #211b16;
    font-size: clamp(24px, 2.4vw, 32px);
    line-height: 1.16;
}

.njm-kitchen-landing .njm-kitchen-modal__header p {
    max-width: 680px;
    margin: 0 0 22px;
    color: #5f554d;
    font-size: 15px;
    line-height: 1.55;
}

.njm-kitchen-landing .njm-kitchen-modal__form .wpcf7 form {
    display: grid;
    gap: 12px;
    margin: 0;
}

.njm-kitchen-landing .njm-kitchen-modal__form .njm-cf7-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.njm-kitchen-landing .njm-kitchen-modal__form label {
    display: grid;
    gap: 5px;
    color: #3d352e;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.njm-kitchen-landing .njm-kitchen-modal__form input,
.njm-kitchen-landing .njm-kitchen-modal__form select,
.njm-kitchen-landing .njm-kitchen-modal__form textarea {
    width: 100%;
    min-height: 40px;
    border: 1px solid rgba(228, 222, 212, .95);
    border-radius: 5px;
    background: #fbfaf8;
    color: #251f19;
    font-size: 14px;
}

.njm-kitchen-landing .njm-kitchen-modal__form textarea {
    min-height: 92px;
    resize: vertical;
}

.njm-kitchen-landing .njm-kitchen-modal__form input[type="file"] {
    padding: 8px;
    background: #ffffff;
}

.njm-kitchen-landing .njm-kitchen-modal__form .wpcf7-acceptance label {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-weight: 500;
}

.njm-kitchen-landing .njm-kitchen-modal__form .wpcf7-acceptance input {
    width: auto;
    min-height: 0;
    margin-top: 3px;
}

.njm-kitchen-landing .njm-kitchen-modal__form input[type="submit"] {
    width: fit-content;
    min-width: 240px;
    border-color: var(--njm-kitchen-accent);
    background: var(--njm-kitchen-accent);
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

body.njm-kitchen-modal-open {
    overflow: hidden;
}

@media (max-width: 820px) {
    .njm-kitchen-landing .njm-kitchen-section,
    .njm-kitchen-landing .njm-kitchen-hero {
        padding: 42px 0;
    }

    .njm-kitchen-landing .njm-kitchen-hero__grid,
    .njm-kitchen-landing .njm-kitchen-split,
    .njm-kitchen-landing .njm-kitchen-benefits__grid,
    .njm-kitchen-landing .njm-kitchen-price__grid,
    .njm-kitchen-landing .njm-kitchen-materials__grid,
    .njm-kitchen-landing .njm-kitchen-inspiration__grid {
        grid-template-columns: 1fr;
    }

    .njm-kitchen-landing .njm-kitchen-hero {
        margin-top: 0;
        padding: 0;
    }

    .njm-kitchen-landing .njm-kitchen-hero__grid {
        min-height: 0;
    }

    .njm-kitchen-landing .njm-kitchen-hero__content {
        padding: 30px 22px 28px;
    }

    .njm-kitchen-landing .njm-kitchen-hero__content::after {
        display: none;
    }

    .njm-kitchen-landing .njm-kitchen-breadcrumb {
        margin-bottom: 22px;
        font-size: 12px;
    }

    .njm-kitchen-landing .njm-kitchen-hero h1 {
        max-width: 100%;
        font-size: clamp(36px, 9vw, 42px);
    }

    .njm-kitchen-landing .njm-kitchen-hero p {
        font-size: 16px;
    }

    .njm-kitchen-landing .njm-kitchen-hero .njm-kitchen-actions {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .njm-kitchen-landing .njm-kitchen-hero .njm-kitchen-button {
        width: 100%;
    }

    .njm-kitchen-landing .njm-kitchen-hero__media img {
        height: 260px;
        min-height: 0;
    }

    .njm-kitchen-landing .njm-kitchen-benefits__inner {
        width: min(100% - 28px, 720px);
        padding: 12px 0;
    }

    .njm-kitchen-landing .njm-kitchen-benefits article {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 12px 0;
    }

    .njm-kitchen-landing .njm-kitchen-benefits article + article {
        border-top: 1px solid rgba(180, 107, 42, .16);
        border-left: 0;
    }

    .njm-kitchen-landing .njm-kitchen-benefits img {
        width: 38px;
        height: 38px;
    }

    .njm-kitchen-landing .njm-kitchen-space-materials {
        grid-template-columns: 1fr;
        gap: 32px;
        width: min(100% - 32px, 720px);
        padding: 34px 0;
    }

    .njm-kitchen-landing .njm-kitchen-space h2,
    .njm-kitchen-landing .njm-kitchen-materials h2 {
        font-size: clamp(24px, 7vw, 30px);
    }

    .njm-kitchen-landing .njm-kitchen-space h2 {
        white-space: normal;
    }

    .njm-kitchen-landing .njm-kitchen-space__content {
        padding-left: 0;
    }

    .njm-kitchen-landing .njm-kitchen-space p,
    .njm-kitchen-landing .njm-kitchen-space__list li,
    .njm-kitchen-landing .njm-kitchen-materials > p {
        font-size: 15px;
    }

    .njm-kitchen-landing .njm-kitchen-space__layout {
        min-height: 0;
        padding-right: 0;
        gap: 18px;
    }

    .njm-kitchen-landing .njm-kitchen-space__visual {
        position: static;
        width: min(100%, 340px);
        margin-top: 18px;
    }

    .njm-kitchen-landing .njm-kitchen-space__visual img {
        max-height: 220px;
        margin: 0;
        object-position: left bottom;
        opacity: .72;
    }

    .njm-kitchen-landing .njm-kitchen-materials__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .njm-kitchen-landing .njm-kitchen-materials__swatch {
        aspect-ratio: 1.25 / 1;
    }

    .njm-kitchen-landing .njm-kitchen-process {
        width: min(100% - 32px, 720px);
        padding: 28px 16px;
    }

    .njm-kitchen-landing .njm-kitchen-process h2 {
        font-size: clamp(26px, 7vw, 32px);
    }

    .njm-kitchen-landing .njm-kitchen-process__intro {
        font-size: 15px;
    }

    .njm-kitchen-landing .njm-kitchen-process .njm-kitchen-steps {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 18px;
    }

    .njm-kitchen-landing .njm-kitchen-process .njm-kitchen-steps li {
        padding: 14px;
    }

    .njm-kitchen-landing .njm-kitchen-process .njm-kitchen-steps li:not(:last-child)::after {
        display: none;
    }

    .njm-kitchen-landing .njm-kitchen-process img {
        width: 54px;
        height: 54px;
        margin: -38px 0 4px 36px;
    }

    .njm-kitchen-landing .njm-kitchen-measuring {
        width: min(100% - 32px, 720px);
        padding: 28px 0;
    }

    .njm-kitchen-landing .njm-kitchen-measuring__box {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 20px 16px;
    }

    .njm-kitchen-landing .njm-kitchen-measuring__media img {
        max-height: 150px;
        margin: 0 auto;
        object-position: center;
    }

    .njm-kitchen-landing .njm-kitchen-measuring h2 {
        font-size: clamp(24px, 7vw, 30px);
    }

    .njm-kitchen-landing .njm-kitchen-measuring__button {
        width: 100%;
    }

    .njm-kitchen-landing .njm-kitchen-price {
        width: min(100% - 32px, 720px);
        padding: 34px 0;
    }

    .njm-kitchen-landing .njm-kitchen-price__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .njm-kitchen-landing .njm-kitchen-price__content {
        padding-left: 0;
    }

    .njm-kitchen-landing .njm-kitchen-price h2 {
        font-size: clamp(24px, 7vw, 30px);
    }

    .njm-kitchen-landing .njm-kitchen-price__note {
        width: 100%;
    }

    .njm-kitchen-landing .njm-kitchen-price__media img {
        height: 240px;
    }

    .njm-kitchen-landing .njm-kitchen-inspiration {
        width: min(100% - 32px, 720px);
        padding: 34px 0;
    }

    .njm-kitchen-landing .njm-kitchen-inspiration h2 {
        font-size: clamp(24px, 7vw, 30px);
    }

    .njm-kitchen-landing .njm-kitchen-inspiration p {
        font-size: 15px;
    }

    .njm-kitchen-landing .njm-kitchen-inspiration__grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 20px;
    }

    .njm-kitchen-landing .njm-kitchen-inspiration__item,
    .njm-kitchen-landing .njm-kitchen-inspiration__item--wide {
        grid-column: auto;
    }

    .njm-kitchen-landing .njm-kitchen-inspiration__item img,
    .njm-kitchen-landing .njm-kitchen-inspiration__item--wide img {
        height: clamp(220px, 58vw, 320px);
    }

    .njm-kitchen-landing .njm-kitchen-inspiration__button {
        width: 100%;
    }

    .njm-kitchen-landing .njm-kitchen-section.njm-kitchen-inquiry {
        width: min(100% - 32px, 720px);
        margin-bottom: 28px;
        padding: 34px 0;
    }

    .njm-kitchen-landing .njm-kitchen-inquiry__box {
        grid-template-columns: 1fr;
    }

    .njm-kitchen-landing .njm-kitchen-inquiry__info,
    .njm-kitchen-landing .njm-kitchen-inquiry__form {
        padding: 24px 18px;
    }

    .njm-kitchen-landing .njm-kitchen-inquiry h2 {
        font-size: clamp(24px, 7vw, 30px);
    }

    .njm-kitchen-landing .njm-kitchen-inquiry__cta {
        min-height: 0;
        padding: 24px 18px;
    }

    .njm-kitchen-landing .njm-kitchen-inquiry__open {
        width: 100%;
    }

    .njm-kitchen-landing .njm-kitchen-modal {
        padding: 14px;
    }

    .njm-kitchen-landing .njm-kitchen-modal__panel {
        max-height: 90vh;
        padding: 24px 16px;
    }

    .njm-kitchen-landing .njm-kitchen-modal__header {
        padding-right: 34px;
    }

    .njm-kitchen-landing .njm-kitchen-modal__form .njm-cf7-row {
        grid-template-columns: 1fr;
    }

    .njm-kitchen-landing .njm-kitchen-modal__form input[type="submit"] {
        width: 100%;
        min-width: 0;
    }
}

body.njm-kitchen-landing-page .entry-header .entry-title,
body.njm-kitchen-landing-page .ast-single-entry-banner,
body.njm-kitchen-landing-page .ast-archive-description {
    display: none;
}
