.nkm-page {
    --nkm-ink: #102d2b;
    --nkm-ink-soft: #324b48;
    --nkm-forest: #163e36;
    --nkm-forest-dark: #0b2a28;
    --nkm-olive: #6f7443;
    --nkm-gold: #dfbc68;
    --nkm-paper: #f5f1e8;
    --nkm-paper-deep: #ebe5d8;
    --nkm-line: rgba(16, 45, 43, .13);
    --nkm-white: #fff;
    position: relative;
    left: 50%;
    width: 100vw;
    width: 100dvw;
    max-width: none !important;
    margin: 0 0 0 -50vw !important;
    margin-left: -50dvw !important;
    padding: clamp(24px, 3vw, 52px) 0 clamp(80px, 8vw, 128px);
    overflow: clip;
    color: var(--nkm-ink);
    background:
        radial-gradient(circle at 93% 7%, rgba(223, 188, 104, .11), transparent 24rem),
        linear-gradient(180deg, #fbfaf7 0%, #f5f1e8 70%, #fff 100%);
    font-family: "Noto Sans Georgian", "Noto Sans Georgia", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    box-sizing: border-box;
}

.nkm-page *,
.nkm-page *::before,
.nkm-page *::after {
    box-sizing: border-box;
}

.nkm-page :where(h1, h2, h3, p, figure) {
    margin-top: 0;
}

.nkm-page :where(button, a) {
    font: inherit;
}

.nkm-shell {
    width: min(100% - clamp(28px, 5vw, 80px), 1520px);
    max-width: 1520px !important;
    margin-inline: auto !important;
}

.nkm-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.nkm-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(223, 188, 104, .55);
    border-radius: clamp(22px, 2.4vw, 38px);
    background: var(--nkm-forest-dark);
    box-shadow: 0 28px 80px rgba(13, 42, 38, .18);
}

.nkm-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: inherit;
    pointer-events: none;
}

.nkm-hero img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.nkm-offer-bar {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, .34fr);
    align-items: center;
    gap: clamp(26px, 4vw, 64px);
    width: calc(100% - clamp(20px, 4vw, 80px));
    margin: clamp(-62px, -4vw, -40px) auto 0;
    padding: clamp(25px, 3.4vw, 48px);
    border: 1px solid rgba(16, 45, 43, .1);
    border-radius: clamp(20px, 2vw, 30px);
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 24px 55px rgba(16, 45, 43, .12);
    backdrop-filter: blur(18px);
}

.nkm-eyebrow,
.nkm-section-index,
.nkm-contact-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--nkm-olive);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.4;
    text-transform: uppercase;
}

.nkm-offer-copy h2,
.nkm-section-copy h2,
.nkm-section-head h2,
.nkm-utility-copy h2,
.nkm-final-cta h2 {
    margin-bottom: 14px;
    color: var(--nkm-ink);
    font-size: clamp(27px, 3vw, 48px);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.22;
}

.nkm-offer-copy p,
.nkm-section-copy p,
.nkm-section-head > p,
.nkm-utility-copy p {
    margin-bottom: 0;
    color: var(--nkm-ink-soft);
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.8;
}

.nkm-price-panel {
    display: flex;
    min-height: 190px;
    padding: 26px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(223, 188, 104, .68);
    border-radius: 22px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(223, 188, 104, .14), transparent 50%),
        var(--nkm-forest-dark);
    text-align: center;
}

.nkm-price-panel span {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
}

.nkm-price-panel strong {
    margin: 6px 0;
    color: var(--nkm-gold);
    font-size: clamp(52px, 5vw, 76px);
    letter-spacing: -.05em;
    line-height: 1;
}

.nkm-price-panel small {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.nkm-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: clamp(24px, 3vw, 42px);
}

.nkm-fact {
    display: flex;
    min-width: 0;
    padding: clamp(18px, 2.2vw, 28px);
    align-items: center;
    gap: 15px;
    border: 1px solid var(--nkm-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, .72);
}

.nkm-icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 15px;
    color: var(--nkm-gold);
    background: var(--nkm-forest-dark);
}

.nkm-icon svg,
.nkm-primary-button svg,
.nkm-secondary-button svg,
.nkm-text-link svg,
.nkm-utilities svg,
.nkm-mobile-contact svg,
.nkm-lightbox-close svg {
    width: 22px;
    height: 22px;
}

.nkm-fact-copy {
    min-width: 0;
}

.nkm-fact-copy small {
    display: block;
    margin-bottom: 3px;
    color: #73807d;
    font-size: 12px;
}

.nkm-fact-copy strong {
    display: block;
    overflow-wrap: anywhere;
    color: var(--nkm-ink);
    font-size: clamp(16px, 1.5vw, 21px);
    line-height: 1.35;
}

.nkm-section {
    padding-top: clamp(76px, 8vw, 132px);
}

.nkm-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .47fr);
    gap: clamp(34px, 7vw, 110px);
    align-items: start;
}

.nkm-section-copy {
    max-width: 900px;
}

.nkm-section-copy p + p {
    margin-top: 18px;
}

.nkm-contact-card {
    position: sticky;
    top: 110px;
    padding: clamp(28px, 3.5vw, 44px);
    border: 1px solid rgba(223, 188, 104, .42);
    border-radius: 26px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(223, 188, 104, .2), transparent 14rem),
        var(--nkm-forest-dark);
    box-shadow: 0 22px 50px rgba(11, 42, 40, .14);
}

.nkm-contact-card h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(24px, 2.2vw, 34px);
    letter-spacing: -.025em;
    line-height: 1.25;
}

.nkm-contact-card p {
    margin-bottom: 26px;
    color: rgba(255, 255, 255, .74);
    line-height: 1.75;
}

.nkm-primary-button,
.nkm-secondary-button {
    display: inline-flex;
    min-height: 54px;
    padding: 13px 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.nkm-primary-button {
    width: 100%;
    color: var(--nkm-forest-dark) !important;
    background: var(--nkm-gold);
}

.nkm-primary-button:hover {
    color: var(--nkm-forest-dark) !important;
    background: #eccb78;
    transform: translateY(-2px);
}

.nkm-text-link {
    display: flex;
    margin-top: 18px;
    padding-top: 18px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
}

.nkm-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
    gap: clamp(28px, 6vw, 90px);
    margin-bottom: clamp(25px, 3vw, 42px);
    align-items: end;
}

.nkm-section-head h2 {
    max-width: 860px;
    margin-bottom: 0;
}

.nkm-feature-image {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(223, 188, 104, .62);
    border-radius: clamp(20px, 2.5vw, 36px);
    background: var(--nkm-forest-dark);
    box-shadow: 0 24px 65px rgba(16, 45, 43, .15);
    cursor: zoom-in;
}

.nkm-feature-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .45s ease;
}

.nkm-feature-image > span {
    position: absolute;
    right: 22px;
    bottom: 22px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: #fff;
    background: rgba(11, 42, 40, .82);
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.nkm-feature-image:hover img {
    transform: scale(1.012);
}

.nkm-gallery {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    grid-auto-rows: clamp(220px, 20vw, 340px);
    gap: 16px;
}

.nkm-gallery-item {
    position: relative;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    background: var(--nkm-paper-deep);
    cursor: zoom-in;
}

.nkm-gallery-item--large {
    grid-row: span 2;
}

.nkm-gallery-item:last-child {
    grid-column: span 2;
}

.nkm-gallery-item::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(transparent, rgba(7, 30, 28, .8));
    pointer-events: none;
}

.nkm-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.nkm-gallery-item > span {
    position: absolute;
    z-index: 1;
    right: 18px;
    bottom: 16px;
    left: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.nkm-gallery-item:hover img {
    transform: scale(1.035);
}

.nkm-use-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.nkm-use-card {
    position: relative;
    min-height: 290px;
    padding: clamp(25px, 3vw, 40px);
    overflow: hidden;
    border: 1px solid var(--nkm-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .7);
}

.nkm-use-card::before {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(111, 116, 67, .18);
    border-radius: 50%;
}

.nkm-use-card > span {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: clamp(40px, 5vw, 72px);
    place-items: center;
    border-radius: 50%;
    color: var(--nkm-gold);
    background: var(--nkm-forest-dark);
    font-size: 12px;
    font-weight: 800;
}

.nkm-use-card h3 {
    margin-bottom: 12px;
    color: var(--nkm-ink);
    font-size: clamp(20px, 1.8vw, 27px);
    line-height: 1.35;
}

.nkm-use-card p {
    margin-bottom: 0;
    color: var(--nkm-ink-soft);
    line-height: 1.7;
}

.nkm-utility-band {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(34px, 7vw, 100px);
    padding: clamp(40px, 5vw, 72px);
    border: 1px solid rgba(223, 188, 104, .38);
    border-radius: clamp(24px, 3vw, 38px);
    color: #fff;
    background:
        radial-gradient(circle at 90% 0, rgba(223, 188, 104, .17), transparent 28rem),
        var(--nkm-forest-dark);
}

.nkm-utility-copy h2 {
    color: #fff;
}

.nkm-utility-copy p {
    color: rgba(255, 255, 255, .72);
}

.nkm-utilities {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.nkm-utilities > div {
    display: flex;
    min-height: 94px;
    padding: 19px;
    align-items: center;
    gap: 13px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
    font-weight: 700;
}

.nkm-utilities svg {
    flex: 0 0 24px;
    color: var(--nkm-gold);
}

.nkm-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(28px, 6vw, 90px);
    padding: clamp(36px, 6vw, 84px);
    align-items: center;
    border-radius: clamp(24px, 3vw, 40px);
    color: #fff;
    background:
        linear-gradient(120deg, rgba(111, 116, 67, .35), transparent 45%),
        var(--nkm-forest);
    box-shadow: 0 26px 70px rgba(16, 45, 43, .2);
}

.nkm-final-cta h2 {
    color: #fff;
}

.nkm-final-cta p {
    max-width: 790px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 16px;
    line-height: 1.75;
}

.nkm-final-cta p strong {
    color: #fff;
}

.nkm-final-actions {
    display: grid;
    min-width: 230px;
    gap: 10px;
}

.nkm-primary-button--light {
    color: var(--nkm-forest-dark) !important;
    background: var(--nkm-gold);
}

.nkm-secondary-button {
    width: 100%;
    color: #fff !important;
    border-color: rgba(255, 255, 255, .28);
    background: transparent;
}

.nkm-secondary-button:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .08);
    transform: translateY(-2px);
}

.nkm-lightbox {
    width: min(94vw, 1500px);
    max-width: 1500px;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 20px;
    background: transparent;
}

.nkm-lightbox::backdrop {
    background: rgba(3, 18, 17, .92);
    backdrop-filter: blur(7px);
}

.nkm-lightbox img {
    display: block;
    width: 100%;
    max-height: 88vh;
    border-radius: 20px;
    object-fit: contain;
}

.nkm-lightbox-close {
    position: absolute;
    z-index: 2;
    top: -18px;
    right: -12px;
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    color: #fff;
    background: var(--nkm-forest-dark);
    cursor: pointer;
}

.nkm-mobile-contact {
    display: none;
}

.nkm-page :where(a, button):focus-visible {
    outline: 3px solid var(--nkm-gold);
    outline-offset: 4px;
}

@media (max-width: 1100px) {
    .nkm-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nkm-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nkm-gallery-item--large {
        grid-column: span 2;
        grid-row: auto;
        min-height: 500px;
    }

    .nkm-gallery-item:last-child {
        grid-column: auto;
    }

    .nkm-use-grid {
        grid-template-columns: 1fr;
    }

    .nkm-use-card {
        min-height: 0;
    }

    .nkm-use-card > span {
        margin-bottom: 34px;
    }
}

@media (max-width: 820px) {
    .nkm-page {
        padding-top: 18px;
        padding-bottom: 110px;
    }

    .nkm-shell {
        width: min(100% - 24px, 1520px);
    }

    .nkm-offer-bar,
    .nkm-intro-grid,
    .nkm-section-head,
    .nkm-utility-band,
    .nkm-final-cta {
        grid-template-columns: 1fr;
    }

    .nkm-offer-bar {
        width: calc(100% - 20px);
        margin-top: -18px;
    }

    .nkm-contact-card {
        position: static;
    }

    .nkm-section-head {
        align-items: start;
    }

    .nkm-gallery-item--large {
        min-height: 380px;
    }

    .nkm-final-actions {
        min-width: 0;
    }

    .nkm-mobile-contact {
        position: fixed;
        z-index: 9998;
        right: 14px;
        bottom: 14px;
        left: 14px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 8px;
        border: 1px solid rgba(223, 188, 104, .36);
        border-radius: 18px;
        background: rgba(11, 42, 40, .94);
        box-shadow: 0 16px 40px rgba(3, 18, 17, .28);
        backdrop-filter: blur(18px);
    }

    .nkm-mobile-contact a {
        display: flex;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-radius: 12px;
        color: var(--nkm-forest-dark) !important;
        background: var(--nkm-gold);
        font-size: 13px;
        font-weight: 800;
        text-decoration: none !important;
    }

    .nkm-mobile-contact a:last-child {
        color: #fff !important;
        background: rgba(255, 255, 255, .1);
    }
}

@media (max-width: 560px) {
    .nkm-page {
        width: 100vw;
        margin-left: -50vw !important;
    }

    .nkm-hero,
    .nkm-hero img {
        border-radius: 17px;
    }

    .nkm-offer-bar {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .nkm-offer-copy h2,
    .nkm-section-copy h2,
    .nkm-section-head h2,
    .nkm-utility-copy h2,
    .nkm-final-cta h2 {
        font-size: 27px;
    }

    .nkm-price-panel {
        min-height: 158px;
    }

    .nkm-facts,
    .nkm-gallery,
    .nkm-utilities {
        grid-template-columns: 1fr;
    }

    .nkm-fact {
        padding: 17px;
    }

    .nkm-section {
        padding-top: 70px;
    }

    .nkm-gallery {
        grid-auto-rows: auto;
    }

    .nkm-gallery-item,
    .nkm-gallery-item--large {
        grid-column: auto;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .nkm-utility-band,
    .nkm-final-cta {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .nkm-lightbox-close {
        top: -54px;
        right: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nkm-page *,
    .nkm-page *::before,
    .nkm-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
