/* ==========================================================
   СТРАНИЦА «О НЕБОКРАЕ»
   Единая версия стилей для текущего about.phtml.
   ========================================================== */

body:has(.nk-about-page) {
    background: #fbf6ee;
}

body:has(.nk-about-page) .page-margin:has(.nk-about-page),
body:has(.nk-about-page) .container:has(.nk-about-page),
body:has(.nk-about-page) .container-fluid:has(.nk-about-page),
body:has(.nk-about-page) .row:has(.nk-about-page),
body:has(.nk-about-page) [class*="col-"]:has(.nk-about-page),
body:has(.nk-about-page) .wow_content:has(.nk-about-page),
body:has(.nk-about-page) .setting-well:has(.nk-about-page) {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.nk-about-page * {
    box-sizing: border-box;
}

.nk-about-page h1,
.nk-about-page h2,
.nk-about-page h3,
.nk-about-page p {
    margin-top: 0;
}

.nk-about-page a {
    text-decoration: none;
}

.nk-about-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.nk-about-section {
    padding: 118px 0;
}

.nk-about-section-heading {
    max-width: 770px;
    margin-bottom: 58px;
}

.nk-about-section-heading--center {
    max-width: 798px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.nk-about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    padding: 10px 15px;
    color: #815019;
    background: #f2dfc2;
    border: 1px solid rgba(166, 104, 31, .20);
    border-radius: 999px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .035em;
}

.nk-about-kicker::before {
    content: "";
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    background: var(--nk-gold);
    border-radius: 50%;
}

.nk-about-kicker--light {
    color: #f3d7ae;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .17);
}

.nk-about-kicker--light::before {
    background: #e8b777;
}

.nk-about-section-heading h2 {
    margin-bottom: 22px;
    font-family: var(--nk-serif);
    font-size: clamp(40px, 4.4vw, 66px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.nk-about-story h2 {
    margin-bottom: 22px;
    font-family: var(--nk-serif);
    font-size: clamp(40px, 4.4vw, 46px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.nk-about-section-heading p {
    margin-bottom: 0;
    color: var(--nk-muted);
    font-size: 18px;
}

.nk-about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: 52px 52px;
    mask-image: linear-gradient(to right, transparent, #000 20%, #000 80%, transparent);
    pointer-events: none;
}

.nk-about-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr);
    gap: 72px;
    align-items: center;
}

.nk-about-hero__content {
    max-width: none;
}

.nk-about-hero h1 {
    font-family: var(--nk-serif);
    font-weight: 400;
    max-width: 650px;
    margin-bottom: 24px;
    font-size: clamp(54px, 5.25vw, 64px);
    line-height: 1.04;
    letter-spacing: -.035em;
}

.nk-about-hero__lead {
    max-width: 650px;
    margin-bottom: 30px;
    color: #5f5952;
    font-size: 20px;
}

.nk-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 15px;
}

.nk-about-actions--center {
    justify-content: center;
}

.nk-about-btn {
    display: inline-flex;
    min-height: 50px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.nk-about-btn:hover,
.nk-about-btn:focus {
    text-decoration: none;
    transform: translateY(-1px);
}

.nk-about-btn--primary {
    color: #fff;
    background: var(--nk-gold);
}

.nk-about-btn--primary:hover,
.nk-about-btn--primary:focus {
    color: #fff;
    background: #c68839;
}

.nk-about-btn--outline {
    color: var(--nk-text);
    background: rgba(255,255,255,.58);
    border-color: rgba(86,59,33,.22);
}

.nk-about-btn--outline:hover,
.nk-about-btn--outline:focus {
    color: var(--nk-text);
    background: #fff;
    border-color: var(--nk-gold);
}

.nk-about-hero__note {
    margin: 18px 0 0;
    color: #83786d;
    font-size: 14px;
    line-height: 1.3;
    max-width: none;
    margin-top: 18px;
}

.nk-about-loss {
    padding: 118px 0;
    color: #fff8ee;
    background: radial-gradient(circle at 84% 14%, rgba(218,157,77,.18), transparent 32%),
        var(--nk-bg-deep);
}

.nk-about-loss__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: end;
}

.nk-about-loss h2 {
    margin-bottom: 22px;
    font-family: var(--nk-serif);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.08;
    color: #fff8ee;
    font-size: clamp(40px, 4.4vw, 50px);
}

.nk-about-loss__text p {
    margin-bottom: 22px;
    color: #d8cec4;
    font-size: 18px;
    line-height: 1.75;
}

.nk-about-purpose {
    margin-top: 74px;
    padding-top: 48px;
    border-top: 1px solid rgba(255,255,255,.18);
}

.nk-about-purpose p {
    color: #f2d9b4;
    font-family: var(--nk-serif);
    font-size: clamp(23px, 3.3vw, 30px);
    line-height: 1.24;
    margin-bottom: 20px;
}

.nk-about-purpose p:last-child,
.nk-about-product__shot {
    margin: 0;
}


.nk-about-difference {
    padding: 118px 0;
    background: var(--nk-bg);
}

.nk-about-difference__grid {
    display: grid;
    grid-template-columns: .85fr 1.6fr .85fr;
    gap: 15px;
    align-items: center;
}

.nk-about-difference__grid article {
    padding: 30px;
    background: rgba(255,255,255,.58);
    border: 1px solid var(--nk-border);
    border-radius: 22px;
}

.nk-about-difference__grid h3 {
    margin-bottom: 14px;
    font-family: var(--nk-serif);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.16;
}

.nk-about-difference__grid p,
.nk-about-future__line p {
    margin-bottom: 0;
    color: var(--nk-muted);
}

.nk-about-difference__main {
    background: #f0dcc0 !important;
    border-color: rgba(169,105,32,.26) !important;
}
.nk-about-difference__main p {
    margin-bottom: 0;
    color: #7e5f3f;
    font-size: 17px;
}

.nk-about-difference__main img {
    width: 200px;
    margin-bottom: 20px;
}

.nk-about-difference__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
}

.nk-about-difference__chips i {
    padding: 7px 11px;
    color: #6f4b22;
    background: rgba(255,255,255,.54);
    border: 1px solid rgba(155,98,31,.16);
    border-radius: 999px;
    font-size: 12px;
    font-style: normal;
}

.nk-about-link {
    display: inline-flex;
    gap: 10px;
    margin-top: 28px;
    align-items: center;
    color: var(--nk-gold-dark);
    font-weight: 600;
}

.nk-about-link:hover,
.nk-about-link:focus {
    color: #805018;
    text-decoration: none;
}

.nk-about-story {
    padding: 118px 0;
    background: #fffdf9;
}

.nk-about-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: end;
    margin-bottom: 40px;
}

.nk-about-story-cont {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, .8fr);
    gap: 52px;
    align-items: center;
    min-height: 150px;
    margin-top: 34px;
    padding: 30px 38px 30px 185px;
    background-color: #f9ede1;
    background-image: url("/themes/sunshine/img/about/003.webp");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    border: 1px solid rgba(176, 115, 47, .12);
    border-radius: 20px;
}

.nk-about-story-cont__branch {
    position: absolute;
    z-index: 1;
    left: -26px;
    bottom: -20px;
    width: 228px;
    max-width: none;
    height: auto;
    opacity: .82;
    pointer-events: none;
    user-select: none;
}

.nk-about-story-cont__main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.nk-about-story-cont__icon {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: #d6a14f;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(162, 103, 36, .12);
}

.nk-about-story-cont__main p {
    margin: 0;
    color: #574b40;
    font-size: 16px;
}

.nk-about-story-cont__final {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;
    align-items: start;
    padding-left: 36px;
    border-left: 1px solid rgba(157, 103, 45, .18);
}

.nk-about-story-cont__heart {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: #c58937;
    background: rgba(255, 252, 247, .82);
    border: 1px solid rgba(183, 119, 43, .16);
    border-radius: 50%;
}

.nk-about-story-cont__heart svg {
    width: 23px;
    height: 23px;
}

.nk-about-story-cont__final p {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.55;
    color: #bb8024;
}

.nk-about-story__lead {
    margin-bottom: 24px;
    color: #50463e;
    font-size: 18px;
    line-height: 1.62;
}

.nk-about-story__lead2 {
    margin-bottom: 0;
    color: #50463e;
    font-size: 18px;
    line-height: 1.62;
}

.nk-about-founder {
    display: flex;
    padding: 30px;
    flex-direction: column;
    background: #faf1e7;
    border: 1px solid rgba(165,104,34,.18);
    border-radius: 26px;
}

.ref {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #f9f6ee;
    border-radius: 16px;
    padding: 26px;
    margin-bottom: 24px;
    border: 1px solid #e9e1cd;
}

.ref-hdr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.ref-hdr-img svg {
    width: 40px;
    height: 40px;
}

.ref span {
    font-size: 20px;
    font-weight: 500;
    color: #a57339;
    line-height: 1.3;
    display: block;
    font-family: var(--nk-serif);
    font-style: italic;
}

.ref p {
    font-size: 16px;
    color: #8d7555;
}

.ref p:last-child,
.nk-about-hero--product {
    margin-bottom: 0;
}

.nk-about-founder__portrait {
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center;
    color: #fffaf2;
    background: radial-gradient(circle at 68% 28%, rgba(255,255,255,.28), transparent 24%),
        linear-gradient(145deg, #d8a45d, #9e6c35);
    border-radius: 20px;
    overflow: hidden;
}

.nk-about-founder__portrait span {
    font-family: var(--nk-serif);
    font-size: 78px;
    letter-spacing: -.08em;
}

.nk-about-founder__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(133%) brightness(104%);
}

.nk-about-founder__info {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nk-about-founder__info span {
    display: block;
    margin-bottom: 10px;
    color: var(--nk-gold-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.nk-about-founder__info h3 {
    font-family: var(--nk-serif);
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
}

.nk-about-founder__info p {
    margin-bottom: 0;
    color: #666;
    border-left: 1px solid rgba(165,104,34,.18);
    padding-left: 30px;
    line-height: 1.45;
}

.nk-about-family-pages__heading {
    min-width: 0;
    margin-bottom: 0;
}

.nk-about-family-pages__heading > span {
    display: block;
    margin-bottom: 5px;
    color: var(--nk-gold-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.nk-about-family-pages__heading h3 {
    margin-bottom: 0;
    font-family: var(--nk-serif);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.015em;
    line-height: 1.15;
}

.nk-about-family-pages__controls {
    display: flex;
    flex: 0 0 auto;
    gap: 7px;
    padding-bottom: 1px;
}

.nk-about-family-pages__arrow {
    display: inline-flex;
    width: 38px;
    height: 38px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: #6c4922;
    background: #fffaf3;
    border: 1px solid rgba(153, 96, 31, .20);
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(74, 48, 25, .06);
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
    transition: color .2s ease,
        background .2s ease,
        border-color .2s ease,
        opacity .2s ease,
        transform .2s ease;
}

.nk-about-family-pages__arrow:hover:not(:disabled),
.nk-about-family-pages__arrow:focus-visible:not(:disabled) {
    color: #fff;
    background: var(--nk-gold);
    border-color: var(--nk-gold);
    transform: translateY(-1px);
}

.nk-about-family-pages__arrow:disabled {
    opacity: .32;
    cursor: default;
}

.nk-about-family-pages__viewport::-webkit-scrollbar,
.nk-about-hero--product::before {
    display: none;
}

.nk-about-family-pages__viewport:focus-visible {
    outline: 2px solid rgba(181, 116, 39, .45);
    outline-offset: 5px;
    border-radius: 18px;
}

.nk-about-family-card:hover,
.nk-about-family-card:focus {
    color: var(--nk-text);
    text-decoration: none;
    transform: translateY(-2px);
    border-color: rgba(180, 116, 40, .30);
}

.nk-about-family-card__photo {
    display: block;
    height: 128px;
    background: radial-gradient(circle at 70% 20%, rgba(255,255,255,.4), transparent 30%),
        #ead8c1;
    overflow: hidden;
}

.nk-about-family-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .42s ease;
}

.nk-about-family-card:hover .nk-about-family-card__photo img,
.nk-about-family-card:focus .nk-about-family-card__photo img {
    transform: scale(1.04);
}

.nk-about-family-card__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 132px;
    align-items: center;
    justify-content: center;
    color: rgba(104, 67, 28, .62);
    font-family: var(--nk-serif);
    font-size: 42px;
}

.nk-about-family-card__open {
    position: absolute;
    z-index: 2;
    right: 5px;
    bottom: 5px;
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: #594126;
    background: rgb(241 229 212 / 92%);
    border: 1px solid rgba(255,255,255,.76);
    border-radius: 50%;
    font-size: 13px;
    line-height: 1;
}

.nk-about-family-card__body {
    display: flex;
    min-width: 0;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
}

.nk-about-family-card__body strong {
    display: -webkit-box;
    margin-bottom: 4px;
    overflow: hidden;
    color: #342c25;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.17;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.nk-about-family-card__years {
    display: block;
    margin-top: auto;
    color: #84786c;
    font-size: 12px;
    line-height: 1.3;
}

.nk-about-future {
    padding: 118px 0 130px;
    background: var(--nk-bg);
}

.nk-about-future__line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 54px;
    margin-top: 72px;
}

.nk-about-future__line::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(193,125,44,.65), rgba(193,125,44,.18));
}

.nk-about-future__line article {
    position: relative;
    padding-top: 52px;
}

.nk-about-future__line article > span {
    position: absolute;
    z-index: 2;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    background: var(--nk-gold);
    border: 4px solid var(--nk-bg);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--nk-gold);
}

.nk-about-future__line h3 {
    margin-bottom: 13px;
    font-family: var(--nk-serif);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.16;
}

.nk-about-final {
    padding: 106px 0;
    text-align: center;
    background: radial-gradient(circle at 15% 10%, rgba(255,255,255,.65), transparent 30%),
        linear-gradient(135deg, #f8ead6 0%, #efcf9f 58%, #e3b978 100%);
}

.nk-about-final__inner {
    max-width: 980px;
}

.nk-about-final h2 {
    font-family: var(--nk-serif);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.08;
    margin-bottom: 22px;
    font-size: clamp(42px, 5.2vw, 76px);
}

.nk-about-final__inner > p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.72;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    color: #6a5948;
}

.nk-about-final .nk-about-actions {
    margin-top: 34px;
}

.nk-about-btn--dark {
    color: #fff;
    background: #332b24;
}

.nk-about-btn--dark:hover,
.nk-about-btn--dark:focus {
    color: #fff;
    background: #181411;
}

.nk-about-btn--light {
    color: #392e25;
    background: rgba(255,255,255,.72);
    border-color: rgba(74,50,28,.16);
}

.nk-about-btn--light:hover,
.nk-about-btn--light:focus {
    color: #392e25;
    background: #fff;
}

.nk-about-page {
    --nk-bg: #fbf6ee;
    --nk-bg-light: #fffdf9;
    --nk-bg-warm: #f4e6d2;
    --nk-bg-deep: #352c25;
    --nk-text: #2e2823;
    --nk-muted: #71685f;
    --nk-gold: #d59a4b;
    --nk-gold-dark: #a86e28;
    --nk-border: rgba(91, 67, 43, .14);
    --nk-serif: Georgia, "Times New Roman", serif;
    width: 100%;
    margin: 0;
    color: var(--nk-text);
    background: var(--nk-bg);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: -15px;
    margin-bottom: -15px;
    --nk-blue-soft: #edf7fb;
    --nk-green-soft: #eef7f1;
    --nk-sand-soft: #f7efe4;
}

.nk-about-hero--product {
    padding-top: 104px;
    padding-bottom: 106px;
    position: relative;
    overflow: hidden;
    min-height: 0;
    padding: 84px 0 96px;
    background: radial-gradient(circle at 7% 14%, rgba(239, 185, 114, 0.24), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(185, 224, 236, 0.28), transparent 31%),
        linear-gradient(180deg, #fffaf4 0%, #fffdf9 100%);
}

.nk-about-hero__note a {
    color: var(--nk-gold-dark);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(168,110,40,.28);
    text-underline-offset: 4px;
}

.nk-about-use {
    background: #fff;
}

.nk-about-use-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.nk-about-use-card {
    position: relative;
    padding: 29px;
    overflow: hidden;
    border: 1px solid rgba(91,67,43,.10);
    border-radius: 27px;
    transition: transform .24s ease, box-shadow .24s ease;
}

.nk-about-use-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 19px 42px rgba(81,58,34,.08);
}

.nk-about-use-card--warm {
    background: #fff2df;
}

.nk-about-use-card--blue {
    background: var(--nk-blue-soft);
}

.nk-about-use-card--green {
    background: var(--nk-green-soft);
}

.nk-about-use-card--sand {
    background: var(--nk-sand-soft);
}

.nk-about-use-card::after {
    content: "";
    position: absolute;
    right: -62px;
    bottom: -72px;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(126,89,46,.11);
    border-radius: 50%;
}

.nk-about-use-card__number {
    display: block;
    margin-bottom: 20px;
    color: #9b6a34;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
}

.nk-about-use-card h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 13px;
    font-family: var(--nk-serif);
    font-size: 27px;
    font-weight: 400;
    line-height: 1.12;
}

.nk-about-use-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--nk-muted);
    font-size: 14px;
    line-height: 1.62;
}

.nk-about-link--light {
    color: #efc58f;
}

.nk-about-link--light:hover,
.nk-about-link--light:focus {
    color: #fff1dd;
}

.nk-about-trust {
    padding: 118px 0;
    background: radial-gradient(circle at 90% 12%, rgba(218,157,77,.10), transparent 30%),
        #f7ede0;
}

.nk-about-trust__grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 88px;
    align-items: start;
}

.nk-about-trust__intro {
    position: sticky;
    top: 110px;
}

.nk-about-trust__intro h2 {
    margin: 0 0 22px;
    font-family: var(--nk-serif);
    font-size: clamp(40px, 4.4vw, 61px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.07;
}

.nk-about-trust__intro > p {
    margin: 0;
    color: var(--nk-muted);
    font-size: 18px;
    line-height: 1.72;
}

.nk-about-trust__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 23px;
    margin-top: 5px;
}

.nk-about-trust__links .nk-about-link {
    margin-top: 22px;
}

.nk-about-trust__items {
    border-top: 1px solid rgba(91,67,43,.18);
}

.nk-about-trust__items article {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 22px;
    padding: 31px 0;
    border-bottom: 1px solid rgba(91,67,43,.18);
}

.nk-about-trust__items article > span {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    color: var(--nk-gold-dark);
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
}

.nk-about-trust__items h3 {
    margin: 0 0 8px;
    font-family: var(--nk-serif);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.15;
}

.nk-about-trust__items p {
    margin: 0;
    color: var(--nk-muted);
    font-size: 15px;
    line-height: 1.65;
}

.nk-about-future__compact .nk-about-section-heading {
    max-width: 960px;
}

.nk-about-future__compact .nk-about-future__line {
    margin-top: 62px;
}

.nk-about-final__secondary {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
    color: #7e5c36;
    font-size: 14px;
}

.nk-about-final__secondary a {
    color: #6f4b22;
    font-weight: 600;
}

.nk-about-final__secondary a:hover,
.nk-about-final__secondary a:focus {
    color: #3d2c1b;
    text-decoration: underline;
}

.nk-about-hero--product::after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -160px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(221, 164, 91, 0.2);
    border-radius: 50%;
    box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.3),
        0 0 0 108px rgba(237, 178, 101, 0.06);
    pointer-events: none;
}

.nk-about-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #c97c23;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.nk-about-eyebrow span {
    width: 30px;
    height: 2px;
    flex: 0 0 auto;
    background: #d98b26;
}

.nk-about-proof-chip::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: #e8ad61;
}

.nk-about-product::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 86% 18%, rgba(234, 179, 101, 0.2), transparent 32%);
    pointer-events: none;
}

.nk-about-product__copy h2 {
    font-family: var(--nk-serif);
    font-weight: 400;
    max-width: none;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(32px, 3.6vw, 62px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.nk-about-product__copy > p {
    margin: 0 0 40px;
    max-width: none;
    color: #c9c4bd;
    font-size: 18px;
}

.nk-about-product .nk-about-kicker,
.nk-about-product .nk-about-link--light,
.nk-about-product h2 em,
.nk-about-loss h2 em {
    color: #f1bd79;
}

.nk-about-feature-list {
    display: grid;
    gap: 14px;
    margin: 0 0 33px;
    padding: 0;
    list-style: none;
}

.nk-about-feature-list li {
    display: grid;
    grid-template-columns: 12px 1fr;
    gap: 10px;
    align-items: center;
    color: inherit;
}

.nk-about-feature-list li > span {
    width: auto;
    height: auto;
    margin-top: 0;
    background: none;
    border-radius: 0;
}

.nk-about-feature-list li > span::before {
    content: "•";
    color: #f0b86e;
    font-size: 29px;
    line-height: 29px;
}

.nk-about-feature-list strong {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.nk-about-product__shot figcaption {
    margin-top: 14px;
    color: #948d84;
    font-size: 11px;
    text-align: center;
}


.nk-about-family-pages__head {
    display: flex;
    gap: 18px;
    margin-bottom: 15px;
    align-items: flex-end;
    justify-content: space-between;
}

.nk-about-page h1 em,
.nk-about-page h2 em {
    color: #ca7923;
    font-family: inherit;
    font-size: inherit;
    font-style: italic;
    font-weight: 400;
    line-height: inherit;
    letter-spacing: inherit;
}

.nk-about-product-proof {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 0;
    padding: 12px 0 16px;
}

.nk-about-product-proof__glow {
    pointer-events: none;
    position: absolute;
    inset: -6% -8% -7%;
    border-radius: 50%;
    background: #efc88577;
    filter: blur(76px);
}

.nk-about-browser {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    border: 4px solid rgb(255 255 255 / 12%);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(93, 71, 40, 0.13);
    transform: none;
}

.nk-about-browser__viewport {
    aspect-ratio: 1.28;
    overflow: hidden;
    background: #eef1f4;
}

.nk-about-browser__viewport img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transform: none;
}

.nk-about-proof-chip {
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    padding: 14px 27px;
    border: 1px solid rgba(77, 61, 43, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 28px rgba(58, 46, 33, 0.13);
    color: #4e463d;
    font-size: 11px;
    font-weight: 600;
    backdrop-filter: blur(8px);
    transform: none;
}

.nk-about-proof-chip--one {
    top: auto;
    left: -20px;
    bottom: 22%;
}

.nk-about-proof-chip--two {
    top: 59%;
    right: -51px;
}

.nk-about-proof-chip--three {
    right: 18%;
    bottom: -19px;
}

.nk-about-product {
    position: relative;
    color: #fff;
    overflow: hidden;
    padding: 104px 0;
    background: radial-gradient(circle at 84% 14%, rgba(218,157,77,.18), transparent 32%),
        var(--nk-bg-deep);
}

.nk-about-product__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr);
    gap: 70px;
    align-items: center;
}

.nk-about-product__frame {
    overflow: hidden;
    border: 7px solid rgba(255, 255, 255, 0.11);
    border-radius: 27px;
    background: #eef1f4;
    box-shadow: 0 34px 80px rgba(0, 0, 0, 0.36);
    transform: none;
}

.nk-about-product__frame img {
    display: block;
    width: 100%;
    height: auto;
    transform: none;
}



.nk-about-story__side {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 22px;
}

.nk-about-family-pages {
    padding-top: 1px;
    display: block;
    min-width: 0;
}

.nk-about-family-pages__viewport {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.nk-about-family-pages__track {
    display: flex;
    width: max-content;
    gap: 12px;
}

.nk-about-family-card {
    position: relative;
    display: grid;
    width: 120px;
    min-width: 120px;
    color: var(--nk-text);
    background: #fff;
    border: 1px solid rgba(105, 74, 43, .12);
    border-radius: 17px;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transition: transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

/* ==========================================================
   АДАПТИВ: (max-width: 1120px)
   ========================================================== */
@media (max-width: 1120px) {
    .nk-about-use-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nk-about-hero__grid {
        grid-template-columns: minmax(0, .95fr) minmax(450px, 1.05fr);
        gap: 42px;
    }

    .nk-about-product__grid {
        gap: 48px;
    }
}

/* ==========================================================
   АДАПТИВ: (max-width: 1050px)
   ========================================================== */
@media (max-width: 1050px) {
    .nk-about-loss__grid,
    .nk-about-story__grid {
        gap: 52px;
    }

    .nk-about-hero__grid {
        gap: 52px;
        grid-template-columns: minmax(0, 1fr) 430px;
    }

    .nk-about-difference__grid {
        grid-template-columns: 1fr 1fr;
    }

    .nk-about-difference__main {
        grid-column: 1 / -1;
        grid-row: 1;
    }
}

/* ==========================================================
   АДАПТИВ: (max-width: 1024px)
   ========================================================== */
@media (max-width: 1024px) {
    .nk-about-hero--product {
        padding-top: 64px;
    }

    .nk-about-product__copy {
        max-width: 700px;
    }

   
    .nk-about-hero__grid {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .nk-about-hero__content {
        max-width: 760px;
        margin-inline: auto;
        text-align: center;
    }

    .nk-about-hero--product .nk-about-actions,
    .nk-about-hero--product .nk-about-eyebrow {
        justify-content: center;
    }

    .nk-about-product-proof {
        width: min(760px, 94%);
        margin-inline: auto;
    }

    .nk-about-product__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .nk-about-product__shot {
        width: min(720px, 100%);
        margin-inline: auto;
    }
}

/* ==========================================================
   АДАПТИВ: (max-width: 850px)
   ========================================================== */
@media (max-width: 850px) {
    .nk-about-story-cont {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 30px 28px 30px 145px;
    }

    .nk-about-founder__info {
        gap: 16px;
        flex-direction: column;
    }

    .nk-about-story-cont__branch {
        left: -68px;
        top: 72px;
        width: 165px;
        opacity: .68;
    }

    .nk-about-story-cont__final {
        padding-top: 22px;
        padding-left: 0;
        border-top: 1px solid rgba(157, 103, 45, .18);
        border-left: 0;
    }

    .nk-about-section,
    .nk-about-loss,
    .nk-about-difference,
    .nk-about-story,
    .nk-about-future,
    .nk-about-final,
    .nk-about-product,
    .nk-about-trust {
        padding-top: 82px;
        padding-bottom: 82px;
    }

    .nk-about-hero {
        min-height: auto;
        padding: 82px 0;
    }

    .nk-about-hero__grid,
    .nk-about-product__grid,
    .nk-about-trust__grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .nk-about-loss__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .nk-about-future__line {
        gap: 30px;
    }

   

    .nk-about-section-heading {
        margin-bottom: 32px;
    }

    .nk-about-purpose {
        margin-top: 0;
        padding-top: 36px;
    }

    .nk-about-purpose p {
        font-size: clamp(20px, 3.3vw, 30px);
        line-height: 1.45;
    }

    .nk-about-story__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: start;
    }

    .nk-about-story__text,
    .nk-about-story__side {
        height: auto;
    }

    .nk-about-founder {
        flex: none;
    }

    .nk-about-founder__portrait {
        aspect-ratio: 1.5 / 1;
    }

    .nk-about-family-pages__controls {
        display: none;
    }

    .nk-about-family-pages__viewport {
        width: calc(100% + 24px);
        margin-right: -24px;
        padding-right: 24px;
        padding-top: 2px;
    }

    .nk-about-family-card {
        width: min(300px, 78vw);
        min-width: min(300px, 78vw);
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .nk-about-family-card__photo,
    .nk-about-family-card__body,
    .nk-about-family-card__placeholder {
        min-height: 142px;
    }

    .nk-about-hero--product {
        padding-top: 76px;
        padding-bottom: 82px;
    }

    .nk-about-hero__content {
        max-width: 720px;
        margin-inline: auto;
        text-align: center;
    }

    .nk-about-eyebrow,
    .nk-about-hero--product .nk-about-actions {
        justify-content: center;
    }

    .nk-about-product-proof {
        width: min(650px, 100%);
        min-height: 460px;
        margin: 0 auto;
    }

    .nk-about-product__copy {
        max-width: 700px;
    }

    .nk-about-product__shot {
        width: min(650px, 100%);
        margin-inline: auto;
    }

    .nk-about-trust__intro {
        position: static;
        max-width: 720px;
    }
}

/* ==========================================================
   АДАПТИВ: (max-width: 768px)
   ========================================================== */
@media (max-width: 768px) {
    .nk-about-hero--product {
        padding: 50px 0 36px;
    }

    .nk-about-hero h1 {
        font-size: clamp(37px, 10vw, 52px);
    }

    .nk-about-hero__lead {
        font-size: 16px;
    }

    .nk-about-proof-chip {
        display: none;
    }

    .nk-about-browser {
        transform: none;
    }

    .nk-about-product {
        padding: 64px 0;
    }
}

/* ==========================================================
   АДАПТИВ: (max-width: 620px)
   ========================================================== */
@media (max-width: 620px) {
    .nk-about-story-cont {
        display: block;
        min-height: auto;
        padding: 22px;
        background-position: left bottom;
    }

    .nk-about-story-cont__branch {
        left: -68px;
        top: 70px;
        width: 165px;
        opacity: .68;
    }

    .nk-about-story-cont__main {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 14px;
    }

    .nk-about-story-cont__heart {
        width: 40px;
        height: 40px;
    }

    .nk-about-story-cont__icon {
        width: 40px;
        height: 40px;
        font-size: 27px;
    }

    .nk-about-story-cont__heart svg {
        width: 20px;
        height: 20px;
    }

    .nk-about-story-cont__main p,
    .nk-about-story-cont__final p,
    .nk-about-use-card p,
    .nk-about-feature-list li {
        font-size: 14px;
    }

    .nk-about-story-cont__final {
        margin-top: 24px;
        padding-top: 22px;
    }

    .nk-about-container {
        width: min(100% - 32px, 1200px);
    }

    .nk-about-page {
        font-size: 15px;
    }

    .nk-about-kicker {
        margin-bottom: 17px;
        padding: 9px 13px;
        font-size: 13px;
    }

    .nk-about-section,
    .nk-about-loss,
    .nk-about-difference,
    .nk-about-story,
    .nk-about-future,
    .nk-about-final {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .nk-about-hero {
        padding: 36px 0 66px;
    }

    .nk-about-hero h1 {
        margin-bottom: 20px;
        font-size: clamp(34px, 10.8vw, 48px);
        line-height: 1.01;
        font-weight: 500;
    }

    .nk-about-hero__lead {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 1.55;
    }

    .nk-about-section-heading p,
    .nk-about-loss__text p,
    .nk-about-final__inner > p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .nk-about-section-heading h2,
    .nk-about-loss h2,
    .nk-about-final h2 {
        font-size: clamp(30px, 8.4vw, 48px);
    }

    .nk-about-story h2 {
        font-size: clamp(30px, 8.4vw, 38px);
    }

    .nk-about-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .nk-about-btn,
    .nk-about-hero--product .nk-about-actions .nk-about-btn {
        width: 100%;
    }

    .nk-about-trust__links {
        display: block;
    }

    .nk-about-difference__grid {
        grid-template-columns: 1fr;
    }

    

    .nk-about-difference__main {
        grid-column: auto;
    }

    .nk-about-founder {
        padding: 16px;
    }

    .nk-about-founder__portrait img {
        object-position: top center;
    }

    .nk-about-future__line {
        display: block;
        margin-top: 45px;
    }

    .nk-about-founder__info p {
        padding-left: 20px;
    }

    .nk-about-future__line::before {
        top: 0;
        bottom: 0;
        left: 8px;
        width: 1px;
        height: auto;
    }

    .nk-about-future__line article {
        padding: 0 0 38px 43px;
    }

    .nk-about-future__line article > span {
        top: 3px;
        left: 0;
    }

    .nk-about-family-pages__head {
        margin-bottom: 13px;
    }

    .nk-about-family-pages__heading h3 {
        font-size: 26px;
    }

    .nk-about-family-card {
        width: min(230px, 82vw);
        min-width: min(230px, 82vw);
        grid-template-columns: 104px minmax(0, 1fr);
        border-radius: 15px;
    }

    .nk-about-family-card__photo,
    .nk-about-family-card__placeholder {
        min-height: 132px;
    }

    .nk-about-family-card__body {
        min-height: 132px;
        padding: 13px 12px;
    }

    .nk-about-family-card__body strong {
        font-size: 16px;
    }

    .nk-about-hero--product {
        padding: 42px 0 54px;
    }

    .nk-about-eyebrow span {
        width: 24px;
    }

    .nk-about-eyebrow {
        margin-bottom: 17px;
        font-size: 10px;
        letter-spacing: .10em;
        justify-content: flex-start;
    }

    .nk-about-hero__note {
        margin-top: 15px;
        font-size: 13px;
    }

    .nk-about-browser {
        width: 95%;
        border-radius: 17px;
        transform: none;
    }

    .nk-about-use-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .nk-about-use-card {
        min-height: 0;
        padding: 22px;
        border-radius: 21px;
    }

    .nk-about-use-card__number {
        margin-bottom: 10px;
    }

    .nk-about-use-card h3 {
        font-size: 25px;
    }

    .nk-about-trust {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .nk-about-product__grid,
    .nk-about-trust__grid {
        gap: 36px;
    }

    .nk-about-product__copy h2,
    .nk-about-trust__intro h2 {
        font-size: clamp(30px, 8.7vw, 43px);
        line-height: 1.08;
    }

    .nk-about-product__copy > p,
    .nk-about-trust__intro > p {
        font-size: 16px;
        line-height: 1.55;
    }

    .nk-about-feature-list {
        gap: 12px;
    }

    .nk-about-product__shot figcaption {
        font-size: 11px;
    }

    .nk-about-trust__items article {
        grid-template-columns: 43px 1fr;
        gap: 13px;
        padding: 20px 0;
    }

    .nk-about-trust__items article > span {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    .nk-about-trust__items h3 {
        font-size: 23px;
    }

    .nk-about-trust__links .nk-about-link {
        display: flex;
        width: max-content;
        max-width: 100%;
        margin-top: 16px;
    }

    .nk-about-future__compact .nk-about-future__line {
        margin-top: 40px;
    }

    .nk-about-final__secondary {
        gap: 7px;
        font-size: 13px;
    }

    .nk-about-hero__content {
        text-align: left;
    }

    .nk-about-hero--product .nk-about-eyebrow {
        justify-content: flex-start;
    }

    .nk-about-hero--product .nk-about-actions {
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: column;
    }

    .nk-about-product-proof {
        min-height: 285px;
        width: 100%;
    }

    .nk-about-proof-chip {
        display: none;
    }

    .nk-about-browser__viewport {
        aspect-ratio: 1.28;
    }

    .nk-about-product {
        padding: 54px 0;
    }

    .nk-about-product__frame {
        transform: none;
        border-width: 4px;
        border-radius: 18px;
    }

   
}

/* ==========================================================
   АДАПТИВ: (max-width: 560px)
   ========================================================== */
@media (max-width: 560px) {
    .nk-about-hero--product {
        padding-top: 42px;
    }

    .nk-about-hero__content {
        text-align: left;
    }

    .nk-about-hero--product .nk-about-eyebrow {
        justify-content: flex-start;
    }

    .nk-about-hero h1 {
        margin-bottom: 19px;
        font-size: clamp(34px, 10vw, 46px);
    }

    .nk-about-hero--product .nk-about-actions {
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: column;
    }

    .nk-about-hero--product .nk-about-actions .nk-about-btn,
    .nk-about-product-proof {
        width: 100%;
    }

    .nk-about-hero__note {
        text-align: center;
    }

    .nk-about-browser__viewport {
        aspect-ratio: 1.07;
    }

    .nk-about-product {
        padding: 54px 0;
    }

    .nk-about-product__grid {
        gap: 42px;
    }

    .nk-about-product__copy h2 {
        font-size: 32px;
    }

    .nk-about-product__frame {
        border-width: 4px;
        border-radius: 18px;
    }

   
}

/* ==========================================================
   АДАПТИВ: (max-width: 390px)
   ========================================================== */
@media (max-width: 390px) {
    .nk-about-product-proof {
        min-height: 245px;
    }

    .nk-about-browser {
        width: 100%;
    }

    .nk-about-use-card {
        padding: 20px;
    }

    .nk-about-hero h1 {
        font-size: 34px;
    }

    .nk-about-product__copy h2 {
        font-size: 30px;
    }
}

.neb-intro {
    display: flex;
    gap: 62px;
    align-items: flex-end;
}

.neb-section--soft {
    background: #f7efe4;
    flex: 0 0 46%;
}
.neb-section--soft h2 {
    margin-bottom: 0;
    font-family: var(--nk-serif);
    font-size: clamp(40px, 4.4vw, 56px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.08;
}
.neb-intro__text {
    color: #6f6a63;
    font-size: 18px;
}
.neb-intro__text p:last-child {
    margin-bottom: 0;
}
.tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 100px;
}

.tag {
    background: #ffffff;
    color: #d7a65a;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    cursor: default;
    height: 42px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
}
.nk-about-product__copy h2 em {
    color: #f1bd79;
}
@media (max-width: 1024px) {
    .neb-intro {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    flex-direction: column;
}
}
@media (max-width: 850px) {
    .tags {
    margin-top: 36px;
}
}
@media (max-width: 640px) {
    .tags {
    gap: 10px;
}
.tag {
    padding: 10px 15px;
    font-size: 14px;
    height: 36px;
}
}




