

/* Start:/catalog/sdannye-doma/assets/completed-homes.css?178577619219469*/
:root {
    --completed-dark: #404140;
    --completed-ink: #282928;
    --completed-beige: #ffe6ac;
    --completed-paper: #f7f6f3;
    --completed-line: #dedbd4;
    --completed-muted: #6c6d6b;
}

/* Completed homes use the modern full-bleed page rhythm, not the 120px
   vertical padding inherited by legacy Bitrix content pages. */
.main #main-topic + .body.--old:has(> .mknz-completed-page) {
    padding: 0;
}

/* Let the real photo-hero continue beneath the rounded header corners.
   The equal negative margin and padding preserve the current content rhythm. */
.main #main-topic:has(+ .body.--old > .mknz-completed-page.completed-detail) {
    background: transparent;
}

.main #main-topic + .body.--old:has(> .mknz-completed-page.completed-detail) {
    overflow-x: clip;
    overflow-y: visible;
}

.main #main-topic + .body.--old:has(> .mknz-completed-page.completed-detail) .completed-detail-hero {
    --completed-header-overlap: 70px;
    margin-top: calc(-1 * var(--completed-header-overlap));
    padding-top: var(--completed-header-overlap);
}

.mknz-completed-page {
    overflow: clip;
    color: var(--completed-ink);
    background: var(--completed-paper);
    font-family: inherit;
}

.mknz-completed-page.completed-detail {
    overflow: visible;
}

.body.--old .mknz-completed-page .mknz_wrap.mknz_wrap_slim {
    width: min(1440px, calc(100% - 80px));
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

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

.mknz-completed-page h1,
.mknz-completed-page h2,
.mknz-completed-page h3,
.mknz-completed-page p { margin-top: 0; }

.mknz-completed-page h1,
.mknz-completed-page h2,
.mknz-completed-page h3 { font-weight: 500; letter-spacing: -.045em; }

.completed-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 18px 0 28px;
    color: var(--completed-muted);
    font-size: 13px;
}

.completed-breadcrumbs a { color: inherit; text-decoration: none; }
.completed-breadcrumbs a:hover,
.completed-breadcrumbs a:focus-visible { color: var(--completed-ink); text-decoration: underline; }
.completed-breadcrumbs--light { color: rgba(255, 255, 255, .72); }
.completed-breadcrumbs--light a:hover,
.completed-breadcrumbs--light a:focus-visible { color: #fff; }

.completed-kicker {
    display: block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.completed-index-hero { padding: 0 0 72px; background: #fff; }
.completed-index-hero__grid,
.completed-story__intro,
.completed-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, .8fr);
    gap: clamp(40px, 7vw, 120px);
    align-items: end;
}

.completed-index-hero h1 {
    max-width: 900px;
    margin-bottom: 0;
    font-size: clamp(58px, 7vw, 116px);
    line-height: .9;
}

.completed-index-hero__grid > p,
.completed-story__intro > p,
.completed-section-heading > p {
    margin-bottom: 4px;
    color: var(--completed-muted);
    font-size: clamp(17px, 1.35vw, 22px);
    line-height: 1.45;
}

.completed-list { padding: 82px 0 112px; }
.completed-section-heading { margin-bottom: 42px; }
.completed-section-heading h2,
.completed-story__intro h2,
.completed-engineering h2,
.completed-final-cta h2,
.completed-index-cta h2 {
    max-width: 920px;
    margin-bottom: 0;
    font-size: clamp(42px, 5vw, 80px);
    line-height: .96;
}

.completed-project-card {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(420px, .65fr);
    min-height: 660px;
    overflow: hidden;
    border-radius: 34px;
    color: inherit;
    background: #fff;
    box-shadow: 0 18px 60px rgba(32, 33, 32, .08);
    text-decoration: none;
}

.completed-project-card:focus-visible {
    outline: 3px solid #d7aa54;
    outline-offset: 5px;
    box-shadow: 0 20px 68px rgba(32, 33, 32, .16);
}

.completed-project-card__media { position: relative; min-height: 560px; overflow: hidden; }
.completed-project-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.completed-project-card__media:hover img { transform: scale(1.025); }
.completed-project-card__media > span,
.completed-media-label {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 9px 13px;
    border-radius: 999px;
    color: #fff;
    background: rgba(33, 34, 33, .75);
    backdrop-filter: blur(10px);
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.completed-project-card__body { display: flex; min-width: 0; flex-direction: column; padding: clamp(32px, 3vw, 48px); }
.completed-project-card__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.completed-project-card__meta span { padding: 8px 12px; border: 1px solid var(--completed-line); border-radius: 999px; color: var(--completed-muted); font-size: 12px; text-transform: uppercase; }
.completed-project-card h3 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: clamp(44px, 3.2vw, 60px);
    line-height: .95;
    overflow-wrap: anywhere;
}
.completed-project-card h3 a { color: inherit; text-decoration: none; }
.completed-project-card__body > p { color: var(--completed-muted); font-size: 18px; line-height: 1.45; }
.completed-project-card__facts { display: grid; gap: 14px; margin: 28px 0 36px; padding: 25px 0; border-top: 1px solid var(--completed-line); border-bottom: 1px solid var(--completed-line); list-style: none; }
.completed-project-card__facts li { display: flex; min-width: 0; justify-content: space-between; gap: 20px; }
.completed-project-card__facts strong { font-size: 15px; }
.completed-project-card__facts span { color: var(--completed-muted); font-size: 14px; text-align: right; }

.completed-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--completed-ink);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.completed-button:hover { transform: translateY(-2px); }
.completed-button:focus-visible { outline: 3px solid rgba(255, 230, 172, .7); outline-offset: 3px; }
.completed-button--dark { margin-top: auto; color: #fff; background: var(--completed-dark); }
.completed-button--beige { background: var(--completed-beige); }
.completed-button--glass { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(20,20,20,.2); backdrop-filter: blur(8px); }

.body.--old .mknz-completed-page a.completed-button--beige,
.body.--old .mknz-completed-page a.completed-button--beige:visited {
    color: var(--completed-ink) !important;
    -webkit-text-fill-color: var(--completed-ink) !important;
    background: var(--completed-beige);
    text-shadow: none !important;
}

.body.--old .mknz-completed-page a.completed-button--beige:is(:hover, :focus-visible) {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: var(--completed-ink);
}

.body.--old .mknz-completed-page a.completed-button--glass,
.body.--old .mknz-completed-page a.completed-button--glass:visited {
    color: #fff;
}

.completed-index-cta { padding: 0 0 112px; }
.completed-cta-panel,
.completed-final-cta__panel {
    padding: clamp(42px, 6vw, 90px);
    border-radius: 34px;
    color: #fff;
    background: var(--completed-dark);
}
.completed-cta-panel p { max-width: 660px; margin: 24px 0 30px; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.5; }

.completed-detail-hero { position: relative; padding-bottom: 28px; color: #fff; background: var(--completed-dark); }
.completed-detail-hero > .mknz_wrap { position: relative; }
.completed-detail-hero__media { position: relative; height: min(72vw, 780px); min-height: 600px; overflow: hidden; border-radius: 34px; }
.completed-detail-hero__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,20,19,.78) 0%, rgba(19,20,19,.4) 43%, rgba(19,20,19,.05) 76%); }
.completed-detail-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.completed-detail-hero__content { position: absolute; z-index: 2; left: 46px; bottom: 95px; max-width: 680px; }
.completed-detail-hero h1 { margin-bottom: 20px; font-size: clamp(76px, 9vw, 150px); line-height: .8; }
.completed-detail-hero__content > p { max-width: 640px; margin-bottom: 30px; color: rgba(255,255,255,.82); font-size: clamp(18px, 1.45vw, 23px); line-height: 1.45; }
.completed-detail-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.completed-facts { padding: 26px 0 96px; background: var(--completed-dark); color: #fff; }
.completed-facts ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.17); border-radius: 26px; list-style: none; }
.completed-facts li { min-height: 154px; padding: 28px; border-right: 1px solid rgba(255,255,255,.17); }
.completed-facts li:last-child { border-right: 0; }
.completed-facts span,
.completed-facts small { display: block; color: rgba(255,255,255,.55); font-size: 12px; }
.completed-facts strong { display: block; margin: 12px 0 8px; font-size: clamp(20px, 2vw, 30px); line-height: 1.05; }

.completed-story { padding: 112px 0; }
.completed-story__intro { margin-bottom: 58px; }
.completed-story__render {
    position: relative;
    height: min(57vw, 760px);
    min-height: 520px;
    margin: 0 0 clamp(56px, 7vw, 108px);
    overflow: hidden;
    border-radius: 30px;
    background: #ddd;
}
.completed-story__render img { width: 100%; height: 100%; object-fit: cover; }
.completed-story__feature { display: grid; grid-template-columns: minmax(420px, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 7vw, 120px); align-items: center; }
.completed-story__feature figure { position: relative; height: 760px; margin: 0; overflow: hidden; border-radius: 30px; }
.completed-story__feature figure img { width: 100%; height: 100%; object-fit: cover; }
.completed-story figure figcaption { position: absolute; right: 16px; bottom: 16px; padding: 8px 12px; border-radius: 999px; color: #fff; background: rgba(30,31,30,.72); font-size: 12px; }
.completed-story__feature-copy > span { color: var(--completed-muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.completed-story__feature-copy h3 { max-width: 700px; margin: 12px 0 24px; font-size: clamp(44px, 5vw, 78px); line-height: .95; }
.completed-story__feature-copy > p { max-width: 720px; color: var(--completed-muted); font-size: 18px; line-height: 1.55; }
.completed-story__feature-copy dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 38px 0 0; }
.completed-story__feature-copy dl div { padding: 24px 18px; border-radius: 18px; background: #fff; }
.completed-story__feature-copy dt { color: var(--completed-muted); font-size: 12px; }
.completed-story__feature-copy dd { margin: 8px 0 0; font-size: 22px; font-weight: 600; }

.completed-process { padding: 108px 0; color: #fff; background: var(--completed-dark); }
.completed-process .completed-section-heading > p { color: rgba(255,255,255,.65); }
.completed-process__steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.completed-process__steps li { min-height: 280px; padding: 26px 26px 22px 0; border-right: 1px solid rgba(255,255,255,.18); }
.completed-process__steps li + li { padding-left: 26px; }
.completed-process__steps li:last-child { border-right: 0; }
.completed-process__steps span { color: var(--completed-beige); font-size: 13px; }
.completed-process__steps h3 { margin: 82px 0 14px; font-size: 28px; }
.completed-process__steps p { color: rgba(255,255,255,.66); line-height: 1.45; }

.completed-engineering { padding: 112px 0; background: #fff; }
.completed-engineering > .mknz_wrap { display: grid; grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr); gap: clamp(48px, 7vw, 120px); align-items: center; }
.completed-engineering__copy p,
.completed-engineering__copy li { color: var(--completed-muted); font-size: 17px; line-height: 1.5; }
.completed-engineering__copy p { margin: 26px 0; }
.completed-engineering__copy ul { display: grid; gap: 12px; padding-left: 20px; }
.completed-engineering__media { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.completed-engineering__media img { width: 100%; height: 640px; object-fit: cover; border-radius: 26px; }
.completed-engineering__media img:nth-child(2) { margin-top: 72px; }

.completed-gallery { padding: 112px 0; }
.completed-gallery__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.completed-gallery figure { position: relative; grid-column: span 4; height: 520px; margin: 0; overflow: hidden; border-radius: 24px; background: #ddd; }
.completed-gallery figure.completed-gallery__wide { grid-column: span 6; }
.completed-gallery figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.completed-gallery figure:hover img { transform: scale(1.025); }
.completed-gallery figcaption { position: absolute; left: 16px; bottom: 16px; padding: 8px 11px; border-radius: 999px; color: #fff; background: rgba(31,32,31,.74); font-size: 12px; }

.completed-final-cta { padding: 0 0 112px; }
.completed-final-cta__panel { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .65fr); gap: clamp(40px, 8vw, 140px); align-items: end; }
.completed-final-cta__panel p { color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.5; }

.completed-final-cta__panel {
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 230, 172, .22), transparent 32%),
        linear-gradient(135deg, #444644 0%, #303130 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

@media (min-width: 1640px) {
    .body.--old .mknz-completed-page .completed-detail-hero > .mknz_wrap.mknz_wrap_slim {
        width: calc(100% - 280px);
        max-width: none;
    }
}

@media (max-width: 1024px) {
    .body.--old .mknz-completed-page .mknz_wrap.mknz_wrap_slim {
        width: calc(100% - 48px);
    }

    .completed-project-card { grid-template-columns: 1fr; }
    .completed-project-card__media { min-height: 560px; }
    .completed-detail-hero__content { left: 54px; right: 54px; }
    .completed-facts ul { grid-template-columns: 1fr 1fr; }
    .completed-facts li:nth-child(2) { border-right: 0; }
    .completed-facts li:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.17); }
    .completed-story__feature { grid-template-columns: .85fr 1.15fr; }
    .completed-story__feature figure { height: 620px; }
    .completed-process__steps { grid-template-columns: 1fr 1fr; }
    .completed-process__steps li:nth-child(2) { border-right: 0; }
    .completed-process__steps li:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
    .completed-engineering > .mknz_wrap { grid-template-columns: 1fr; }
    .completed-gallery figure,
    .completed-gallery figure.completed-gallery__wide { grid-column: span 6; }
}

@media (max-width: 767px) {
    .main #main-topic + .body.--old:has(> .mknz-completed-page.completed-detail) .completed-detail-hero {
        --completed-header-overlap: 56px;
    }

    .body.--old .mknz-completed-page .mknz_wrap.mknz_wrap_slim {
        width: calc(100% - 32px);
    }

    .completed-breadcrumbs { padding: 14px 0 20px; }
    .completed-index-hero { padding-bottom: 44px; }
    .completed-index-hero__grid,
    .completed-story__intro,
    .completed-section-heading,
    .completed-final-cta__panel { grid-template-columns: 1fr; gap: 22px; }
    .completed-index-hero h1 { font-size: clamp(48px, 15vw, 72px); line-height: .94; }
    .completed-list,
    .completed-story,
    .completed-process,
    .completed-engineering,
    .completed-gallery { padding: 68px 0; }
    .completed-index-cta,
    .completed-final-cta { padding-bottom: 68px; }
    .completed-section-heading { margin-bottom: 30px; }
    .completed-section-heading h2,
    .completed-story__intro h2,
    .completed-engineering h2,
    .completed-final-cta h2,
    .completed-index-cta h2 { font-size: clamp(38px, 11vw, 58px); }
    .completed-project-card { min-height: 0; border-radius: 24px; }
    .completed-project-card__media { min-height: 360px; }
    .completed-project-card__body { padding: 28px 22px; }
    .completed-project-card h3 { font-size: clamp(40px, 12vw, 52px); }
    .completed-project-card__facts li { display: grid; gap: 4px; }
    .completed-project-card__facts span { text-align: left; }
    .completed-cta-panel,
    .completed-final-cta__panel { padding: 34px 24px; border-radius: 24px; }
    .completed-button { width: 100%; }
    .completed-detail-hero { padding-bottom: 16px; }
    .completed-detail-hero__media { height: 720px; min-height: 0; border-radius: 24px; }
    .completed-detail-hero__media::after { background: linear-gradient(0deg, rgba(18,19,18,.9) 0%, rgba(18,19,18,.45) 55%, rgba(18,19,18,.14) 100%); }
    .completed-detail-hero__content { left: 34px; right: 34px; bottom: 42px; }
    .completed-detail-hero h1 {
        max-width: 100%;
        font-size: clamp(40px, 12vw, 64px);
        line-height: .92;
        overflow-wrap: anywhere;
    }
    .completed-detail-hero__content > p { font-size: 17px; }
    .completed-detail-hero__actions { display: grid; }
    .completed-media-label { right: 12px; top: 12px; bottom: auto; max-width: calc(100% - 24px); }
    .completed-facts { padding: 14px 0 58px; }
    .completed-facts ul { grid-template-columns: 1fr; border-radius: 22px; }
    .completed-facts li { min-height: 130px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
    .completed-facts li:last-child { border-bottom: 0; }
    .completed-story__feature { grid-template-columns: 1fr; gap: 34px; }
    .completed-story__render { height: 66vw; min-height: 360px; border-radius: 22px; }
    .completed-story__feature figure { height: 520px; }
    .completed-story__feature-copy h3 { font-size: 46px; }
    .completed-story__feature-copy dl { grid-template-columns: 1fr; }
    .completed-process__steps { grid-template-columns: 1fr; }
    .completed-process__steps li,
    .completed-process__steps li + li { min-height: 0; padding: 24px 0 26px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
    .completed-process__steps li:last-child { border-bottom: 0; }
    .completed-process__steps h3 { margin: 42px 0 12px; }
    .completed-engineering__media { gap: 8px; }
    .completed-engineering__media img { height: 430px; border-radius: 18px; }
    .completed-engineering__media img:nth-child(2) { margin-top: 38px; }
    .completed-gallery__grid { grid-template-columns: 1fr; gap: 8px; }
    .completed-gallery figure,
    .completed-gallery figure.completed-gallery__wide { grid-column: auto; height: 440px; border-radius: 18px; }
    .completed-gallery figure:nth-child(1),
    .completed-gallery figure:nth-child(5) { grid-column: auto; height: 440px; }
}

@media (prefers-reduced-motion: reduce) {
    .completed-project-card__media img,
    .completed-gallery figure img,
    .completed-button { transition: none; }
}

/* End */
/* /catalog/sdannye-doma/assets/completed-homes.css?178577619219469 */
