@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

:root{--ink:#0c0c0c;--muted:#777;--line:#dedede;--paper:#f9f9f9;--dark:#0b0b0b;--accent:#374957;--wrap:1360px;--pad:24px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:300;line-height:1.35}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
.wrap{width:min(var(--wrap),calc(100% - 48px));margin-inline:auto}
.site-header{padding:20px 0 17px;background:rgba(249,249,249,.96);position:relative;z-index:20}
.head-top,.head-bottom,.footer-top{display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{font-size:24px;font-weight:500;letter-spacing:-.04em}.contacts{display:flex;gap:28px}.rule{height:1px;background:var(--line);margin:16px 0 12px}
.nav{display:flex;gap:18px;font-size:13px}.menu-btn{display:none;border:0;background:none;padding:5px}.menu-btn i,.menu-btn:before,.menu-btn:after{content:"";display:block;width:22px;height:1px;background:#111;margin:5px 0}
.hero{position:relative;min-height:790px;background:#ddd;overflow:hidden}
.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 65%}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.12),transparent 60%)}
.hero-card{position:absolute;z-index:2;left:max(calc((100% - 1360px)/2),24px);top:125px;width:440px;padding:38px;background:rgba(249,249,249,.67)}
.hero-card h1{margin:0 0 10px;font-size:52px;font-weight:300;letter-spacing:-.055em}.hero-card p{font-size:19px;margin:0 0 28px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:#fff;border:1px solid var(--ink);min-height:44px;padding:10px 20px;cursor:pointer;font-size:14px}.btn:hover{background:#333}.btn.ghost{background:transparent;color:var(--ink)}
.hero-proof{position:absolute;z-index:2;left:max(calc((100% - 1360px)/2),24px);bottom:74px;width:540px;padding:30px 34px;background:rgba(249,249,249,.67)}
.hero-proof strong{display:block;margin:0 0 10px;font-size:30px;line-height:1.08;font-weight:400;letter-spacing:-.035em}.hero-proof p{max-width:430px;margin:0;font-size:16px;line-height:1.42}.hero-proof-source{display:block;margin-top:4px;color:#999;font-size:13px;line-height:1.35}
.hero-live-cta{position:absolute;z-index:3;right:max(calc((100% - 1360px)/2 + 25px),48px);bottom:74px;width:205px;height:205px;padding:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0b0b0b;color:#fff;text-align:center;font-size:18px;line-height:1.25;text-decoration:none;transition:transform .25s ease,background-color .25s ease}
.hero-live-cta:hover,.hero-live-cta:focus-visible{background:#272727;transform:scale(1.04)}
@media(max-width:700px){.hero-proof-source{font-size:11px}}
.section{padding:110px 0}.section.compact{padding:72px 0}.title{font-size:76px;line-height:1.03;font-weight:300;letter-spacing:-.06em;margin:0 0 58px}.title.small{font-size:54px;margin-bottom:36px}.kicker{font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}
.advantages{display:grid;grid-template-columns:minmax(0,785px) 1fr;gap:115px}.compare{background:#efefef;padding:40px}.compare-head,.compare-row{display:grid;grid-template-columns:1fr 62px 1fr;align-items:center;gap:20px}.compare-head{margin-bottom:14px;font-weight:500}.compare-row{padding:18px 0;border-top:1px solid #d3d3d3;font-size:14px}.check{width:37px;height:37px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;font-weight:500}.cross{text-align:center;color:#aaa;font-size:25px}.benefit{display:grid;grid-template-columns:48px 1fr;gap:20px;margin-bottom:42px}.benefit-num{width:46px;height:46px;border:1px solid #111;display:grid;place-items:center;font-size:27px}.benefit h3{font-size:28px;line-height:1.1;font-weight:400;margin:0 0 9px}.benefit p{margin:0;color:#444;font-size:14px}
.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:46px 20px}.project-card img{width:100%;aspect-ratio:1.58;object-fit:cover;background:#eee}.project-meta{display:grid;grid-template-columns:1fr auto;gap:10px;padding-top:10px}.project-meta h3{font-size:30px;font-weight:300;margin:0;letter-spacing:-.04em}.project-info{text-align:right;font-size:15px}.tag{display:inline-block;background:#111;color:white;padding:5px 11px;margin-top:5px;font-size:12px}.project-card .icons{font-size:13px;margin-top:4px}
.steps{display:grid;gap:62px}.step{display:grid;grid-template-columns:190px 1fr 430px;gap:35px;align-items:start}.step-no{font-size:13px}.step h3{font-size:33px;font-weight:300;line-height:1.08;margin:0}.step p{margin:8px 0 0;font-size:14px;color:#444}.step-visual{display:grid;grid-template-columns:1fr 110px;gap:22px;align-items:end}.step-visual>img{width:100%;height:225px;object-fit:cover}.step-visual .round{width:110px;height:110px;border-radius:50%;object-fit:cover}
.slider{position:relative;overflow:hidden}.slider-track{display:flex;transition:transform .45s ease;will-change:transform}.slide{flex:0 0 58%;padding-right:20px}.slide img{width:100%;aspect-ratio:1.7;object-fit:cover}.slider-tools{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin:-96px 0 42px}.slider-tools button{border:1px solid #aaa;background:transparent;width:42px;height:42px;cursor:pointer}.counter{font-size:23px;min-width:90px}
.duo{display:grid;grid-template-columns:1fr 1fr;gap:20px}.promo{min-height:560px;background:#e7e7e7;padding:45px;display:flex;flex-direction:column;justify-content:flex-end}.promo.dark{background:#111;color:#fff}.promo h3{font-size:50px;font-weight:300;letter-spacing:-.05em;margin:0 0 20px}.promo p{max-width:440px}
.mortgage{display:grid;grid-template-columns:1.25fr .75fr;gap:20px}.calc{border:1px solid var(--line);padding:36px}.calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 18px}.field label{display:block;font-size:13px;margin-bottom:8px}.field input,.field select{width:100%;border:1px solid #bbb;background:transparent;padding:13px}.result{background:#111;color:#fff;padding:36px;display:flex;flex-direction:column;justify-content:space-between}.result strong{font-size:42px;font-weight:300}
.page-head{padding:74px 0 42px}.page-head-row{display:flex;justify-content:space-between;align-items:end}.page-title{font-size:68px;font-weight:300;letter-spacing:-.055em;margin:0}
.filters{border:1px solid var(--line);padding:23px;margin-bottom:40px;display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:26px}.filter-title{font-size:14px;font-weight:400;margin-bottom:10px}.range{height:2px;background:#bbb;position:relative;margin:12px 8px}.range:before,.range:after{content:"";position:absolute;width:15px;height:15px;border-radius:50%;background:#111;top:-7px}.range:before{left:-6px}.range:after{right:-6px}.chips{display:flex;gap:8px}.chip{border:1px solid #ccc;padding:6px 9px;background:transparent;font-size:12px}
.catalog{padding-bottom:100px}.catalog .projects-grid{gap:42px 20px}
.project-hero-title{display:flex;align-items:end;justify-content:space-between;padding:48px 0 22px}.project-hero-title h1{font-size:54px;font-weight:300;margin:0}.project-hero-title span{font-size:18px}.project-cover{width:100%;aspect-ratio:2.3;object-fit:cover}.pricebar{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line);font-size:16px}
.about-project{display:grid;grid-template-columns:1.1fr .9fr;gap:90px}.spec-title{font-size:31px;font-weight:300;margin:0 0 28px}.specs{display:grid;grid-template-columns:1fr 1fr;gap:12px 30px;font-size:14px}.spec{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:9px 0}.plans{display:grid;grid-template-columns:1fr 1fr;gap:24px}.plans img{width:100%;height:310px;object-fit:contain;background:#fff}.plans small{display:block;text-align:center;margin-top:10px}
.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.gallery-grid img{width:100%;height:420px;object-fit:cover}.gallery-grid img:first-child{grid-row:span 2;height:860px}
.costs{display:grid;grid-template-columns:1fr 1fr;gap:100px}.cost-line{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:16px 0}.text-columns{columns:2;column-gap:45px;font-size:14px;color:#444}
.timeline{display:grid;grid-template-columns:360px 1fr;gap:70px}.timeline-list{display:grid;gap:18px}.timeline-item{display:flex;gap:15px;align-items:center}.dot{width:14px;height:14px;border-radius:50%;background:#111}.timeline-chart{display:grid;grid-template-columns:70px repeat(6,1fr);border-left:1px solid #bbb;border-top:1px solid #bbb}.timeline-chart div{min-height:72px;padding:12px;border-right:1px solid #ddd;border-bottom:1px solid #ddd}.timeline-chart .bar{background:#111;color:#fff;margin:13px 0;min-height:auto;padding:7px;white-space:nowrap;font-size:11px}
.site-footer{background:#0b0b0b;color:#fff;padding:30px 0 34px}.site-footer .rule{background:#333}.footer-brand{display:flex;align-items:center;gap:34px}.yandex-rating{position:relative;display:block;width:150px;height:50px;border-left:1px solid #444;padding-left:16px;box-sizing:content-box}.yandex-rating iframe{display:block;width:150px;height:50px;border:0;pointer-events:none}.footer-bottom{display:flex;justify-content:space-between;font-size:12px;color:#aaa}.site-footer .nav{color:#ddd}.site-footer .footer-top{align-items:flex-start}.site-footer .contacts{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 28px}.footer-lower{display:flex;align-items:center;justify-content:space-between;gap:28px}.footer-socials{display:flex;flex:none;justify-content:flex-end;gap:9px;margin:0 0 0 auto}.footer-socials a{display:grid;place-items:center;width:38px;height:38px;border:1px solid #3f3f3f;border-radius:50%;color:#fff;transition:background .2s,border-color .2s,color .2s}.footer-socials a:hover{background:#fff;border-color:#fff;color:#0b0b0b}.footer-socials svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}.footer-socials svg .fill{fill:currentColor;stroke:none}

@media(max-width:700px){
 body{font-size:14px}.wrap{width:calc(100% - 72px)}.site-header{padding:15px 0}.contacts,.head-bottom{display:none}.rule{margin:12px 0 0}.menu-btn{display:block}.logo{font-size:15px}.hero{min-height:745px}.hero-card{left:36px;right:36px;top:80px;width:auto;padding:24px}.hero-card h1{font-size:34px}.hero-card p{font-size:15px}.hero-proof{left:22px;right:22px;bottom:190px;width:auto;padding:20px 22px}.hero-proof strong{margin-bottom:7px;font-size:23px}.hero-proof p{font-size:13px}.hero-live-cta{right:22px;bottom:28px;width:142px;height:142px;padding:20px;font-size:13px}.section{padding:64px 0}.section.compact{padding:48px 0}.title,.page-title{font-size:38px;margin-bottom:32px}.title.small{font-size:36px;margin-bottom:28px}.advantages,.duo,.mortgage,.about-project,.costs,.timeline{grid-template-columns:1fr;gap:38px}.compare{padding:18px}.compare-head,.compare-row{grid-template-columns:1fr 34px 1fr;gap:7px;font-size:10px}.check{width:28px;height:28px}.benefit{margin-bottom:28px}.benefit h3{font-size:23px}.projects-grid,.catalog .projects-grid{grid-template-columns:1fr;gap:28px}.project-card img{aspect-ratio:1.62}.project-meta h3{font-size:23px}.project-info{font-size:12px}.steps{gap:45px}.step{grid-template-columns:1fr;gap:12px}.step h3{font-size:25px}.step-visual{grid-template-columns:1fr 78px}.step-visual>img{height:190px}.step-visual .round{width:78px;height:78px}.slide{flex-basis:91%;padding-right:12px}.slider-tools{margin:0 0 18px;justify-content:space-between}.promo{min-height:360px;padding:28px}.promo h3{font-size:35px}.calc-grid{grid-template-columns:1fr}.result strong{font-size:32px}.page-head{padding:28px 0 24px}.page-head-row{display:block}.filters{grid-template-columns:1fr 1fr;padding:12px;gap:17px 10px}.filters>div:first-child{grid-column:1/-1}.catalog{padding-bottom:55px}.project-hero-title{padding:24px 0 14px}.project-hero-title h1{font-size:35px}.project-cover{aspect-ratio:1.6}.about-project{gap:35px}.specs{grid-template-columns:1fr}.plans{gap:10px}.plans img{height:190px}.gallery-grid{gap:12px}.gallery-grid img,.gallery-grid img:first-child{height:230px;grid-row:auto}.gallery-grid img:first-child{grid-column:1/-1;height:260px}.text-columns{columns:1}.timeline-chart{grid-template-columns:40px repeat(6,78px);overflow:hidden;font-size:10px}.timeline{overflow:hidden}.footer-top{display:block}.site-footer .contacts{display:block;margin:22px 0}.site-footer .contacts a{display:block;margin:8px 0}.footer-lower{flex-direction:column;align-items:stretch;gap:22px;padding-top:18px}.site-footer .nav{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 18px}.footer-socials{align-self:flex-start;margin:0}.footer-socials a{width:34px;height:34px}.footer-bottom{margin-top:30px}.nav.open{display:grid;position:absolute;left:0;right:0;top:56px;padding:24px 36px;background:#f9f9f9;grid-template-columns:1fr 1fr;font-size:14px}
}

@media(prefers-reduced-motion:reduce){.hero-live-cta{transition:none}}
@media(max-width:700px){.footer-brand{gap:20px}.yandex-rating{padding-left:12px}}

/* Built houses slider */
.houses-section{overflow:hidden;padding-top:105px}
.houses-wrap{position:relative}
.houses-section .title{margin-bottom:72px}
.houses-section .slider-tools{position:absolute;left:925px;top:13px;margin:0;display:grid;grid-template-columns:46px 46px;gap:8px;justify-content:start}
.houses-section .counter{grid-column:1/-1;color:#888;font-size:38px;font-weight:500;line-height:1;margin-bottom:29px;min-width:130px}
.houses-section .slider-tools button{width:46px;height:46px;border:0;background:#0b0b0b;color:#fff;font-size:29px;font-weight:300;line-height:1}
.houses-section .slider-tools button:first-of-type{color:#777}
.houses-section .slider{width:calc(100vw - max((100vw - 1360px)/2,24px));overflow:hidden}
.houses-section .slider-track{align-items:stretch}
.houses-section .slide{flex:0 0 1242px;padding:0 112px 0 0;display:grid;grid-template-columns:805px 1fr;gap:120px;align-items:end}
.houses-section .slide>img{width:805px;height:692px;aspect-ratio:auto;object-fit:cover}
.built-meta{display:grid;gap:27px;padding-bottom:2px}
.built-meta div{display:grid;gap:4px}
.built-meta strong{font-size:27px;line-height:1.1;font-weight:300;letter-spacing:-.035em}
.built-meta small{color:#999;font-size:13px;font-weight:300}
.houses-cta{width:393px;margin:60px 0 0 805px;min-height:39px}
.recently-viewed-section{border-top:1px solid #ddd}
.recently-viewed-section .title{margin-bottom:45px}

/* Contacts page */
.contacts-page-head{padding-bottom:82px}.contacts-page-head .breadcrumbs{justify-content:flex-end;margin-bottom:65px}.contacts-title{max-width:1100px;margin:0;font-size:45px;line-height:.96;font-weight:300;letter-spacing:-.055em}.contacts-page{padding:0 0 110px}.contacts-client{display:grid;grid-template-columns:1fr 1.35fr .65fr;gap:60px;padding:52px 0 66px;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.contacts-client h2,.contacts-social h2{margin:0;font-size:22px;font-weight:400}.contacts-client small,.contacts-messengers small{display:block;margin-bottom:24px;color:#888;font-size:13px}.contacts-phone{display:block;margin-bottom:12px;font-size:43px;line-height:1;font-weight:300;letter-spacing:-.04em}.contacts-email{font-size:18px;border-bottom:1px solid #111}.contacts-messengers>div{display:grid;gap:10px}.contacts-messengers a{height:48px;padding:0 18px;display:flex;align-items:center;justify-content:center;background:#111;color:#fff}.contacts-social{display:grid;grid-template-columns:1fr 2fr;gap:60px;padding:78px 0 95px}.contacts-social>div{display:grid;grid-template-columns:1fr 1fr}.contacts-social a{min-height:105px;padding:24px 0;border-top:1px solid #ccc;display:flex;flex-direction:column;justify-content:space-between}.contacts-social a:nth-child(odd){padding-right:34px}.contacts-social a:nth-child(even){padding-left:34px;border-left:1px solid #ccc}.contacts-social a:nth-last-child(-n+2){border-bottom:1px solid #ccc}.contacts-social b{font-size:25px;font-weight:300}.contacts-social span{color:#888;font-size:13px}.contacts-office__head{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.contacts-office h2{margin:0 0 14px;font-size:62px;line-height:1;font-weight:300;letter-spacing:-.05em}.contacts-office address{font-size:20px;font-style:normal}.contacts-office__head>a{padding-bottom:4px;border-bottom:1px solid #111}.contacts-map{width:100%;height:510px;background:#eee;overflow:hidden}.contacts-map iframe{width:100%;height:100%;border:0;filter:grayscale(1) contrast(.9)}
@media(max-width:700px){.contacts-page-head{padding-bottom:48px}.contacts-page-head .breadcrumbs{justify-content:flex-start;margin-bottom:38px}.contacts-title{font-size:45px;line-height:1.02}.contacts-page{padding-bottom:65px}.contacts-client{grid-template-columns:1fr;gap:38px;padding:36px 0 45px}.contacts-client h2,.contacts-social h2{font-size:19px}.contacts-phone{font-size:29px}.contacts-email{font-size:15px}.contacts-messengers>div{grid-template-columns:1fr 1fr}.contacts-social{grid-template-columns:1fr;gap:28px;padding:58px 0 70px}.contacts-social>div{grid-template-columns:1fr}.contacts-social a,.contacts-social a:nth-child(odd),.contacts-social a:nth-child(even){min-height:82px;padding:18px 0;border-left:0;border-bottom:0}.contacts-social a:last-child{border-bottom:1px solid #ccc}.contacts-social b{font-size:21px}.contacts-office__head{display:block}.contacts-office h2{font-size:43px}.contacts-office address{font-size:16px}.contacts-office__head>a{display:inline-block;margin-top:24px}.contacts-map{height:360px}}
.houses-map-section{padding-top:105px}.houses-map-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:42px}.houses-map-head .title{margin:0}.houses-map-head p{margin:0 0 10px;color:#888;font-size:14px}.built-houses-map{width:100%;height:650px;background:#e5e5e5;overflow:hidden}.built-houses-map.map-load-error{display:grid;place-items:center}.built-houses-map.map-load-error p{color:#777}.built-houses-map .ymaps-2-1-79-ground-pane{filter:grayscale(1) contrast(.92)}.map-house-card{width:300px;background:#fff}.map-house-card>img{width:100%;height:165px;object-fit:cover}.map-house-card>div{padding:18px 18px 20px}.map-house-card small{color:#888;font-size:11px;text-transform:uppercase;letter-spacing:.06em}.map-house-card h3{margin:4px 0 8px;font-size:27px;line-height:1;font-weight:400}.map-house-card p{margin:0 0 17px;color:#555;font-size:13px}.map-house-card a{display:inline-flex;min-height:38px;padding:8px 16px;align-items:center;justify-content:center;background:#111;color:#fff;font-size:13px}.ymaps-2-1-79-balloon__content{padding:0!important;margin-right:0!important}.ymaps-2-1-79-balloon__layout{background:#fff!important}.ymaps-2-1-79-balloon__close-button{z-index:2;background-color:rgba(255,255,255,.9)!important}
@media(max-width:700px){.houses-map-section{padding-top:64px}.houses-map-head{display:block;margin-bottom:24px}.houses-map-head .title{margin-bottom:12px}.houses-map-head p{margin:0}.built-houses-map{height:480px}.map-house-card{width:235px}.map-house-card>img{height:125px}.map-house-card>div{padding:14px}.map-house-card h3{font-size:22px}}
@media(min-width:701px) and (max-width:1400px){
 .houses-section .slider{width:calc(100vw - 24px)}
 .houses-section .slide{flex-basis:calc(100vw - 300px);grid-template-columns:minmax(0,2fr) minmax(180px,.7fr);gap:40px;padding-right:55px}
 .houses-section .slide>img{width:100%;height:610px}
 .houses-section .slider-tools{left:auto;right:190px}
 .houses-cta{margin-left:auto;margin-right:44px}
}
@media(max-width:700px){
 .houses-section{padding-top:64px}.houses-section .title{margin-bottom:24px;padding-right:95px}
 .houses-section .slider-tools{position:static;margin:0 0 20px;display:flex;align-items:center;justify-content:flex-start}.houses-section .counter{font-size:23px;margin:0 8px 0 0;min-width:64px}.houses-section .slider-tools button{width:40px;height:40px;font-size:23px}
 .houses-section .slider{width:calc(100vw - 36px)}.houses-section .slide{flex-basis:calc(100vw - 70px);padding-right:18px;display:block}.houses-section .slide>img{width:100%;height:auto;aspect-ratio:1.35}
 .built-meta{grid-template-columns:1fr 1fr;gap:18px 14px;padding-top:18px}.built-meta strong{font-size:20px}.built-meta small{font-size:11px}
 .houses-cta{width:100%;margin:30px 0 0;min-height:48px}
}
.project-card img{height:auto}
.project-cover{height:590px;aspect-ratio:auto}
@media(max-width:700px){.project-cover{height:205px}}

/* Advantages — matched to the Figma composition */
.advantages-section{padding-top:82px;padding-bottom:0}.advantages-heading .title{text-align:center}
.company-stats-section{padding:105px 0 20px}.company-stats{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}.company-stats article{box-sizing:border-box;min-width:0;min-height:205px;gap:28px;padding:30px 20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.company-stats article:not(:last-child){border-right:1px solid var(--line)}.company-stats strong{font-size:clamp(40px,4.5vw,72px);line-height:1;font-weight:300;letter-spacing:-.06em}.company-stats span{max-width:315px;font-size:clamp(12px,1.1vw,17px);line-height:1.25;color:#3d3d3d}
.advantages-heading{display:grid;grid-template-columns:785px 1fr;gap:115px;align-items:center}
.advantages-heading .title{margin-bottom:45px}
.advantages-brand{display:flex;align-items:center;gap:50px;margin-bottom:45px;font-size:18px;font-weight:400;white-space:nowrap}
.advantages-brand i{display:block;height:1px;background:#777;flex:1}
.advantages{align-items:start}
.compare{background:#fff;border-radius:12px;padding:34px 40px 12px}
.compare-head{grid-template-columns:285px 62px 261px;gap:20px;margin-bottom:8px;text-align:center;font-size:17px}
.compare-head span:first-child{grid-column:1/3;text-align:center}.compare-head span:nth-child(2){display:none}.compare-head span:last-child{color:#aaa;font-weight:300}
.compare-row{grid-template-columns:285px 62px 261px;gap:20px;min-height:76px;padding:14px 0;border-top:1px solid #ddd;font-size:14px}
.compare-row>span:first-child{align-self:center}.compare-row>span:last-child{text-align:center;color:#888;align-self:center}.compare-row strong{display:block;font-weight:400;color:#111;font-size:16px;line-height:1.25}.compare-row small{display:block;font-size:13px;line-height:1.25;margin-top:5px}.compare-row .cross{display:block;font-size:25px;line-height:20px;color:#666;margin-bottom:7px}.compare-row .check{justify-self:center;width:37px;height:37px}
.benefits{min-height:1042px;display:flex;flex-direction:column}.benefit{grid-template-columns:46px 1fr;gap:22px;margin-bottom:44px}.benefit-num{background:#050505;color:white;border:0;font-size:28px}.benefit h3{font-size:28px;line-height:1.12;margin-bottom:7px}.benefit p{font-size:13px;line-height:1.28;color:#888}.benefit-total{border-top:1px solid #777;margin-top:auto;padding-top:22px;display:flex;flex-direction:column;font-size:38px;line-height:1.05;letter-spacing:-.04em}.benefit-total strong{font-size:42px;margin-top:8px}
.advantages{display:block}.benefit-total-section{padding-top:42px;padding-bottom:82px}.benefit-total-section .benefit-total{max-width:620px;margin:0 auto;align-items:center;text-align:center}
@media(max-width:700px){
 .company-stats-section{padding:58px 0 10px}.company-stats{grid-template-columns:repeat(6,160px);overflow-x:auto;padding-bottom:12px}.company-stats article{min-height:145px;padding:22px 16px 20px;border:0}.company-stats article:not(:last-child){border-right:1px solid var(--line)}.company-stats strong{font-size:47px}.company-stats span{font-size:12px;line-height:1.25}
 .advantages-section{padding-top:54px}.advantages-heading{display:block}.advantages-heading .title{margin-bottom:28px}.advantages-brand{display:none}.advantages{gap:42px}.compare{padding:20px 15px 8px;border-radius:8px;overflow:hidden}.compare-head{grid-template-columns:1fr 32px 1fr;gap:6px;font-size:11px}.compare-head span:first-child{grid-column:auto;text-align:left}.compare-head span:nth-child(2){display:block}.compare-row{grid-template-columns:1fr 32px 1fr;gap:6px;min-height:65px;padding:11px 0}.compare-row strong{font-size:10px}.compare-row small{font-size:9px}.compare-row .check{width:27px;height:27px}.compare-row .cross{font-size:18px;margin-bottom:2px}.benefits{min-height:0}.benefit{grid-template-columns:42px 1fr;gap:15px;margin-bottom:30px}.benefit-num{width:42px;height:42px;font-size:24px}.benefit h3{font-size:23px}.benefit p{font-size:12px}.benefit-total{font-size:30px;margin-top:12px}.benefit-total strong{font-size:36px}
}

@media(min-width:701px) and (max-width:1024px){
 .advantages{width:100%;margin:0}.compare{width:100%;box-sizing:border-box}.compare-head,.compare-row{grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr);gap:12px}
}

@media(min-width:1025px){
 .advantages{width:58%;margin:0 auto}.compare{width:100%;box-sizing:border-box}.compare-head,.compare-row{grid-template-columns:minmax(0,1fr) 62px minmax(0,.92fr)}
 .advantages-heading{display:block;position:relative}
 .advantages-brand{position:absolute;left:775px;right:6px;top:79px;margin:0;gap:47px}
 .advantages-brand i{flex:1 1 426px}
}

/* Home catalog filter */
.catalog-title{display:flex;flex-direction:column;margin-bottom:52px}.catalog-title span,.catalog-title em{display:block}.catalog-title em{font-style:normal;color:#aaa}
.catalog-filter{border:1px solid #d3d3d3;padding:35px 50px 24px;display:grid;grid-template-columns:minmax(260px,1.35fr) repeat(4,minmax(120px,.75fr));gap:20px;margin-bottom:50px;align-items:start}
.catalog-filter fieldset{border:0;padding:0;margin:0;min-width:0}.catalog-filter legend,.filter-name{padding:0;margin:0 0 18px;font-size:26px;line-height:1;font-weight:300;white-space:nowrap}.catalog-filter legend{display:flex;align-items:center;gap:8px}.catalog-filter legend img{width:24px;height:24px;object-fit:contain}.catalog-filter small{display:block;color:#ccc;font-size:11px;margin-top:17px;white-space:nowrap}.option-row{display:flex;flex-wrap:wrap;gap:10px}.option-row button{border:1px solid transparent;background:#fff;color:#888;min-width:34px;height:40px;padding:0 10px;cursor:pointer;font-weight:300}.option-row button.active{border-color:#111;color:#111}.option-row.choice{gap:10px}.option-row.choice button{min-width:57px}.option-row.choice button:last-child{min-width:85px}
.dual-range{position:relative;height:22px;margin-top:20px}.dual-range:before,.range-fill{content:"";position:absolute;left:0;right:0;top:10px;height:1px;background:#aaa}.range-fill{background:#111}.dual-range input{position:absolute;left:0;top:0;width:100%;height:22px;margin:0;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none}.dual-range input::-webkit-slider-thumb{width:24px;height:24px;border:0;border-radius:50%;background:#111;pointer-events:auto;-webkit-appearance:none;appearance:none;cursor:pointer}.dual-range input::-moz-range-thumb{width:24px;height:24px;border:0;border-radius:50%;background:#111;pointer-events:auto;cursor:pointer}.dual-range input::-webkit-slider-runnable-track{height:1px;background:transparent}.range-values{display:flex;justify-content:space-between;color:#888;font-size:14px;margin-top:2px}.range-values b{font-weight:300}.no-results{text-align:center;padding:50px 0;color:#777}
@media(max-width:700px){
 .catalog-title{display:block;margin-bottom:28px}.catalog-title em{margin-top:5px}.catalog-filter{grid-template-columns:1fr 1fr;padding:22px 16px;gap:26px 12px;margin-bottom:34px}.filter-area{grid-column:1/-1}.catalog-filter legend,.filter-name{font-size:19px;margin-bottom:12px;white-space:normal}.catalog-filter small{display:none}.option-row{gap:5px}.option-row button{height:36px;padding:0 8px}.filtered-projects{gap:30px}
}

.dual-range input::-webkit-slider-thumb{margin-top:-11.5px}
.range-values{margin-top:10px}

/* Home estimate form */
.estimate-section{padding:92px 0 46px;background:#0b0b0b;color:#fff}.estimate-heading{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.7fr);gap:80px;align-items:end;margin-bottom:54px}.estimate-heading h2{margin:0;font-size:72px;line-height:.96;font-weight:300;letter-spacing:-.055em}.estimate-heading p{max-width:360px;margin:0 0 5px;color:#b8b8b8;font-size:15px;line-height:1.35}.estimate-form{display:grid;grid-template-columns:1fr 1fr 280px;gap:12px;align-items:end}.estimate-form[hidden]{display:none!important}.estimate-form label{display:grid;gap:8px}.estimate-form label span{font-size:11px;color:#999}.estimate-form input{width:100%;height:52px;border:1px solid #555;border-radius:0;background:transparent;color:#fff;padding:0 16px;font:inherit}.estimate-form input::placeholder{color:#aaa}.estimate-form input:focus{outline:1px solid #fff;outline-offset:-1px}.estimate-form .estimate-submit{height:52px;background:#fff;color:#111;border-color:#fff}.estimate-form .estimate-submit:hover{background:#d8d8d8;border-color:#d8d8d8}.estimate-form small{grid-column:1/-1;margin-top:1px;color:#777;font-size:9px}.estimate-success{padding:36px 0 18px;border-top:1px solid #444}.estimate-success strong{display:block;font-size:42px;font-weight:300}.estimate-success p{margin:10px 0 0;color:#aaa}
@media(max-width:700px){.estimate-section{padding:58px 0 36px}.estimate-heading{grid-template-columns:1fr;gap:25px;margin-bottom:36px}.estimate-heading h2{font-size:39px;line-height:1.02}.estimate-heading p{font-size:13px}.estimate-form{grid-template-columns:1fr;gap:17px}.estimate-form small{grid-column:auto;margin-top:-6px}.estimate-success{padding-top:28px}.estimate-success strong{font-size:34px}}

/* Request popup */
body.modal-open{overflow:hidden}
.request-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;visibility:hidden;opacity:0;transition:opacity .2s ease,visibility .2s ease}
.request-modal.is-open{visibility:visible;opacity:1}
.request-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.58)}
.request-modal__dialog{position:relative;width:min(620px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#f9f9f9;padding:48px 52px 52px;box-shadow:0 20px 80px rgba(0,0,0,.2)}
.request-modal__close{position:absolute;right:22px;top:15px;width:38px;height:38px;border:0;background:transparent;color:#111;font-size:36px;font-weight:200;line-height:1;cursor:pointer}
.request-modal__brand{display:flex;align-items:center;gap:18px;margin-bottom:54px;font-size:14px;font-weight:500}.request-modal__brand:after{content:"";height:1px;background:#999;flex:1}
.request-modal h2{margin:0 0 18px;font-size:46px;line-height:1.02;font-weight:300;letter-spacing:-.055em}
.request-modal__lead{max-width:440px;margin:0 0 36px;color:#777;font-size:15px}
.request-form{display:grid;grid-template-columns:1fr 1fr;gap:25px 18px}.request-form label{display:grid;gap:8px}.request-form label span{font-size:12px;color:#777}.request-form input{width:100%;height:50px;border:0;border-bottom:1px solid #999;background:transparent;padding:8px 0;border-radius:0;outline:none}.request-form input:focus{border-color:#111}.request-form .btn{grid-column:1/-1;min-height:52px;margin-top:7px}.request-form small{grid-column:1/-1;color:#999;font-size:10px;max-width:360px}
.request-success strong{display:block;font-size:42px;font-weight:300}.request-success p{margin:12px 0 30px;color:#777}.request-success .btn{width:100%}
@media(max-width:700px){
 .request-modal{padding:14px}.request-modal__dialog{max-height:calc(100vh - 28px);padding:34px 24px 28px}.request-modal__close{right:12px;top:10px}.request-modal__brand{margin-bottom:38px}.request-modal h2{font-size:34px}.request-modal__lead{margin-bottom:26px}.request-form{grid-template-columns:1fr;gap:18px}.request-form .btn,.request-form small{grid-column:auto}
}

/* Mortgage calculator */
.mortgage-offers{margin-bottom:82px}.mortgage-section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:34px}.mortgage-section-head h2,.mortgage-banks h2{margin:0;font-size:54px;line-height:1;font-weight:300;letter-spacing:-.05em}.mortgage-section-head p{margin:0 0 5px;color:#888;font-size:14px}.mortgage-offer{margin-bottom:18px;background:#fff}.mortgage-offer__summary{min-height:128px;padding:24px 28px;display:grid;grid-template-columns:minmax(220px,1.25fr) minmax(600px,3fr) 150px;gap:28px;align-items:center}.mortgage-offer__summary h3{margin:0;font-size:27px;line-height:1.1;font-weight:400}.mortgage-offer__summary dl{display:grid;grid-template-columns:repeat(4,1fr);margin:0}.mortgage-offer__summary dl>div{min-height:52px;padding:0 22px;border-left:1px solid var(--line);display:flex;flex-direction:column;justify-content:center}.mortgage-offer__summary dt{color:#777;font-size:12px}.mortgage-offer__summary dd{margin:3px 0 0;font-size:16px;font-weight:500}.mortgage-offer__toggle{min-height:52px}.mortgage-offer__details{position:relative;margin:0 28px;padding:34px 190px 38px 0;border-top:1px solid #aaa}.mortgage-offer__details:not([hidden]){display:grid;gap:28px}.mortgage-detail-group h4{margin:0 0 7px;font-size:16px;font-weight:600}.mortgage-detail-group p{margin:2px 0;color:#444;font-size:14px;line-height:1.38}.mortgage-offer__collapse{position:absolute;right:0;bottom:38px;min-width:135px;height:48px;border:1px solid #111;background:transparent;cursor:pointer}.mortgage-banks{margin-bottom:82px}.mortgage-banks h2{margin-bottom:30px}.mortgage-banks__row{display:flex;align-items:stretch;gap:14px;overflow-x:auto;padding-bottom:4px}.mortgage-bank{flex:1 0 210px;min-height:98px;padding:18px 28px;border:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:center;transition:border-color .2s}.mortgage-bank:hover{border-color:#888}.mortgage-bank img{display:block;max-width:180px;max-height:54px;object-fit:contain}.mortgage-bank strong{font-size:21px;font-weight:500;letter-spacing:-.02em}
.mortgage-section{padding-top:10px}.mortgage-head{display:grid;grid-template-columns:1fr 515px;gap:70px;align-items:start;margin-bottom:58px}.mortgage-head .title{margin-bottom:34px}.mortgage-types{display:flex;gap:12px}.mortgage-types button{height:58px;padding:0 28px;border:0;background:#0b0b0b;color:#fff;font-size:23px;cursor:pointer}.mortgage-types button:not(.active){background:#2b2b2b}.mortgage-types button span{margin-left:14px}
.mortgage-offer__details{padding-right:0}
.bank-accreditation h3{margin:0 0 26px;color:#999;font-size:39px;line-height:1.12;font-weight:300}.bank-logo{height:42px;display:flex;align-items:center;gap:12px;margin-bottom:10px;font-size:25px;font-weight:600}.bank-logo i{font-style:normal}.sber-logo{color:#21a553}.sber-logo i{width:34px;height:34px;border:4px solid #28a959;border-top-color:#18a9d5;border-left-color:#b7d532;border-radius:50%;display:grid;place-items:center;font-size:18px}.vtb-logo{color:#176fc1;font-size:28px;letter-spacing:.08em}.vtb-logo:before{content:"";width:34px;height:20px;background:linear-gradient(135deg,transparent 25%,#176fc1 26% 39%,transparent 40% 48%,#176fc1 49% 62%,transparent 63%)}.alfa-logo{color:#e21b2d}.alfa-logo i{font-size:32px;font-weight:700}
.mortgage-calculator{grid-template-columns:680px 1fr;gap:18px}.mortgage-calculator .calc{position:relative;background:#fff;border:0;border-radius:10px;padding:36px 48px}.calc-top{display:grid;grid-template-columns:125px 1fr;gap:28px}.calc-top .field label{font-size:12px}.calc-top .field select{height:42px;padding:7px 12px;background:#fff}.mortgage-programs{display:flex;gap:10px;margin:16px 0 20px}.mortgage-programs button{height:36px;border:1px solid #999;background:#fff;padding:0 12px;color:#777;font-size:12px;cursor:pointer}.mortgage-programs button.active{background:#111;color:#fff;border-color:#111}.calc-divider{height:1px;background:#ccc;margin-bottom:26px}
.range-field{width:430px;margin-bottom:23px}.range-label{display:flex;justify-content:space-between;align-items:end;margin-bottom:9px;font-size:13px}.range-label output{color:#999;font-size:12px}.range-field input{width:100%;height:20px;margin:0;-webkit-appearance:none;appearance:none;background:transparent}.range-field input::-webkit-slider-runnable-track{height:1px;background:#999}.range-field input::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;margin-top:-10.5px;border-radius:50%;border:0;background:#111}.range-field input::-moz-range-track{height:1px;background:#999}.range-field input::-moz-range-thumb{width:22px;height:22px;border:0;border-radius:50%;background:#111}.capital-toggle{position:absolute;right:50px;top:194px;display:grid;gap:9px;font-size:12px}.capital-toggle input{position:absolute;opacity:0}.capital-toggle i{width:46px;height:24px;border:1px solid #111;border-radius:20px;position:relative}.capital-toggle i:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:2px;border-radius:50%;background:#111;transition:.2s}.capital-toggle input:checked+i:after{transform:translateX(20px)}
.mortgage-result{min-height:465px;border-radius:10px;padding:36px 50px 30px}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:27px 38px}.result-grid div{display:grid;gap:8px}.result-grid small{font-size:12px;color:#ccc}.result-grid strong,.mortgage-result .result-grid strong{font-size:22px;line-height:1.1;font-weight:600}.result-apply{margin-top:auto;background:#fff;color:#111;border-color:#fff;width:100%;min-height:42px}
@media(max-width:700px){
 .mortgage-offers{margin-bottom:54px}.mortgage-section-head{display:block;margin-bottom:24px}.mortgage-section-head h2,.mortgage-banks h2{font-size:36px}.mortgage-section-head p{margin-top:12px;font-size:12px}.mortgage-offer{margin-bottom:12px}.mortgage-offer__summary{min-height:0;padding:22px 18px;grid-template-columns:1fr;gap:22px}.mortgage-offer__summary h3{font-size:25px}.mortgage-offer__summary dl{grid-template-columns:1fr 1fr}.mortgage-offer__summary dl>div{min-height:65px;padding:10px 12px;border-left:0;border-top:1px solid var(--line)}.mortgage-offer__summary dl>div:nth-child(2n){border-left:1px solid var(--line)}.mortgage-offer__summary dt{font-size:10px}.mortgage-offer__summary dd{font-size:14px}.mortgage-offer__toggle{width:100%}.mortgage-offer__details{margin:0 18px;padding:27px 0 24px}.mortgage-offer__details:not([hidden]){gap:24px}.mortgage-detail-group p{font-size:12px}.mortgage-offer__collapse{position:static;width:100%;margin-top:5px}.mortgage-banks{margin-bottom:54px}.mortgage-banks h2{margin-bottom:22px}.mortgage-banks__row{gap:10px}.mortgage-bank{flex-basis:175px;min-height:82px;padding:14px 20px}.mortgage-bank img{max-width:145px;max-height:45px}.mortgage-bank strong{font-size:18px}
 .mortgage-section{padding-top:64px}.mortgage-head{grid-template-columns:1fr;gap:36px;margin-bottom:34px}.mortgage-types button{height:48px;padding:0 18px;font-size:17px}.bank-accreditation h3{font-size:29px}.bank-logo{font-size:20px}.mortgage-calculator{grid-template-columns:1fr;gap:14px}.mortgage-calculator .calc{padding:26px 20px}.calc-top{grid-template-columns:1fr;gap:16px}.mortgage-programs{overflow:auto;margin-bottom:18px}.mortgage-programs button{flex:0 0 auto}.range-field{width:100%;padding-right:0}.capital-toggle{position:static;display:flex;align-items:center;justify-content:space-between;margin-top:20px}.mortgage-result{min-height:430px;padding:28px 22px}.result-grid{gap:25px 15px}.result-grid strong,.mortgage-result .result-grid strong{font-size:17px}
}

/* Back to top */
.back-to-top{position:fixed;right:28px;bottom:28px;z-index:90;height:48px;padding:0 19px;border:1px solid #111;background:#111;color:#fff;display:flex;align-items:center;gap:10px;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.back-to-top.is-visible{opacity:1;visibility:visible;transform:none}.back-to-top span{font-size:22px;line-height:1}.back-to-top b{font-size:13px;font-weight:400}.back-to-top:hover{background:#333}
@media(max-width:700px){.back-to-top{right:14px;bottom:14px;height:44px;padding:0 14px}.back-to-top b{font-size:12px}}

@media (min-width:701px) and (max-width:1400px){
 .catalog-filter{grid-template-columns:1.2fr .6fr .65fr .9fr .9fr;padding:35px 30px 16px;gap:12px}
 .catalog-filter legend,.filter-name{font-size:22px}.option-row{gap:5px}.option-row button{padding:0 7px}.option-row.choice{gap:5px}.option-row.choice button{min-width:51px}.option-row.choice button:last-child{min-width:76px}
}

/* Project page hero */
.project-intro{padding:34px 0 0}.project-intro .project-hero-title{padding:0 0 30px;display:flex;align-items:end;justify-content:space-between}.project-name{display:flex;align-items:end;gap:34px}.project-intro .project-hero-title h1{margin:0;font-size:60px;line-height:.88;font-weight:300;letter-spacing:-.06em}
.breadcrumbs{display:flex;align-items:center;gap:20px;font-size:20px;font-weight:600;color:#374957}.breadcrumbs b{font-weight:300}.breadcrumbs span{color:#999}.project-cover-wrap{position:relative;overflow:hidden;background:#eee}.project-cover-track{display:flex;width:100%;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform;touch-action:pan-y}.project-intro .project-cover{display:block;flex:0 0 100%;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;background:#eee}.project-cover-arrow{position:absolute;z-index:3;top:50%;width:52px;height:52px;margin-top:-26px;border:0;background:rgba(11,11,11,.88);color:#fff;font-size:27px;font-weight:300;line-height:1;cursor:pointer;transition:background .2s ease}.project-cover-arrow:hover{background:#333}.project-cover-prev{left:10px}.project-cover-next{right:10px}.project-cover-counter{position:absolute;z-index:3;right:20px;bottom:20px;padding:7px 11px;background:rgba(11,11,11,.82);color:#fff;font-size:13px}.project-presentation{position:absolute;z-index:4;left:34px;bottom:24px;min-width:335px;min-height:50px;font-size:17px}
.project-summary{display:grid;grid-template-columns:minmax(0,720px) 1fr;gap:60px;align-items:center;padding:35px 0 10px}.project-summary p{margin:0;color:#888;font-size:16px;line-height:1.35}.project-summary strong{text-align:right;font-size:49px;line-height:1;font-weight:300;letter-spacing:-.045em;white-space:nowrap}
@media(max-width:700px){.project-intro{padding-top:24px}.project-intro .project-hero-title{display:block;padding-bottom:20px}.project-name{gap:14px;align-items:center}.project-intro .project-hero-title h1{font-size:55px}.breadcrumbs{margin-top:22px;gap:10px;font-size:13px}.project-intro .project-cover{height:auto;aspect-ratio:auto;object-fit:contain}.project-cover-arrow{width:42px;height:42px;margin-top:-21px;font-size:21px}.project-cover-prev{left:10px}.project-cover-next{right:10px}.project-cover-counter{right:8px;bottom:66px}.project-presentation{left:12px;right:12px;bottom:12px;min-width:0;min-height:44px;font-size:13px}.project-summary{grid-template-columns:1fr;gap:22px;padding-top:24px}.project-summary p{font-size:13px}.project-summary strong{text-align:left;font-size:32px}}

/* Project description and floor plans */
.project-description-section{padding-top:74px}.project-description{display:grid;grid-template-columns:440px minmax(0,1fr);gap:20px;align-items:stretch}.project-description__info{min-width:0;padding-right:24px}.project-description__info h2{margin:0 0 34px;font-size:50px;line-height:1;font-weight:300;letter-spacing:-.045em}.plan-variants{display:flex;flex-wrap:wrap;align-items:flex-start;gap:10px;max-width:100%;margin-bottom:35px;padding-bottom:30px}.plan-variants button{flex:0 0 auto;height:47px;padding:0 16px;border:1px solid transparent;background:#fff;color:#888;font-size:16px;white-space:nowrap;cursor:pointer}.plan-variants button.active{border-color:#111;color:#777}
.project-facts{display:grid;gap:18px;margin:0}.project-facts div{display:grid;grid-template-columns:1fr 95px;align-items:center}.project-facts dt{font-size:16px}.project-facts dd{margin:0;font-size:21px;font-weight:600}.project-plan{background:#fff;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.project-plan__images{box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:60px;width:100%;max-width:100%;height:100%;min-height:500px;padding:12px;overflow:hidden}.project-plan img{display:block;flex-shrink:1;min-width:0;width:auto;height:auto;max-width:100%;max-height:476px;object-fit:contain;cursor:zoom-in}.project-plan__images img:nth-last-child(n+2),.project-plan__images img:nth-last-child(n+2)~img{max-width:calc(50% - 30px)}.project-description--no-plan{grid-template-columns:minmax(0,720px)}.project-description--no-plan .project-plan{display:none}
@media(max-width:700px){.project-description-section{padding-top:48px}.project-description{grid-template-columns:1fr;gap:35px}.project-description__info{padding:0}.project-description__info h2{font-size:36px;margin-bottom:24px}.plan-variants{margin-bottom:38px}.project-facts div{grid-template-columns:1fr auto;gap:15px}.project-facts dt{font-size:14px}.project-facts dd{font-size:18px}.project-plan{min-height:0;overflow:visible}.project-plan__images{display:grid;grid-template-columns:1fr;gap:10px;height:auto;padding:10px}.project-plan img,.project-plan__images img:nth-last-child(n+2),.project-plan__images img:nth-last-child(n+2)~img{width:100%;min-width:0;height:auto;max-width:100%;max-height:none}}

/* Project cost accordion */
.project-cost-section{padding-top:105px}.project-cost-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:82px}.project-cost-head .title{margin:0}.project-cost-head .btn{min-width:330px;min-height:50px;font-size:16px}.cost-accordion{display:grid}.cost-tier{border-bottom:1px solid #ccc}.cost-tier__head{width:100%;min-height:115px;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer}.cost-tier__head span{font-size:45px;font-weight:300;letter-spacing:-.04em}.cost-tier__head span i{margin-left:20px;color:#374957;font-size:35px;font-style:normal}.cost-tier__head b{color:#aaa;font-size:45px;font-weight:300;letter-spacing:-.035em}.cost-tier__body{padding:0 0 56px}.cost-tier__body:not([hidden]){display:block}.cost-spec-list{border-top:1px solid #d6d6d6}.cost-spec-row{min-height:112px;padding:20px 24px;display:grid;grid-template-columns:minmax(0,1fr) 90px;align-items:center;border-bottom:1px solid #dedede}.cost-spec-row>div{padding-right:40px}.cost-spec-row h3{margin:0 0 7px;font-size:23px;font-weight:400}.cost-spec-row p{margin:0;max-width:820px;color:#888;font-size:15px;line-height:1.25}.cost-spec-row>span{height:100%;min-height:70px;border-left:1px solid #dedede;display:grid;place-items:center;color:#374957;font-size:32px;font-weight:500}
@media(max-width:700px){.project-cost-section{padding-top:64px}.project-cost-head{display:block;margin-bottom:38px}.project-cost-head .title{margin-bottom:25px}.project-cost-head .btn{width:100%;min-width:0}.cost-tier__head{min-height:82px;gap:15px}.cost-tier__head span,.cost-tier__head b{font-size:25px}.cost-tier__head span i{font-size:23px;margin-left:8px}.cost-tier__head b{text-align:right}.cost-spec-row{min-height:92px;padding:16px 0;grid-template-columns:minmax(0,1fr) 50px}.cost-spec-row>div{padding-right:15px}.cost-spec-row h3{font-size:18px}.cost-spec-row p{font-size:12px}.cost-spec-row>span{min-height:58px;font-size:24px}}

.cost-tier__head span i{display:inline-block;width:18px;height:18px;margin:0 0 10px 24px;border-right:3px solid #374957;border-bottom:3px solid #374957;transform:rotate(45deg);transform-origin:center;transition:transform .3s ease;font-size:0}
.cost-tier.is-open .cost-tier__head span i{transform:rotate(225deg)}
@media(max-width:700px){.cost-tier__head span i{width:12px;height:12px;margin:0 0 6px 10px;border-width:2px}}

/* Fullscreen project gallery and floor plans */
[data-lightbox]{cursor:zoom-in}
.image-lightbox{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;background:rgba(5,5,5,.96);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}
.image-lightbox.is-open{opacity:1;visibility:visible}
.image-lightbox figure{max-width:calc(100vw - 190px);max-height:calc(100vh - 86px);margin:0;display:flex;flex-direction:column;align-items:center;gap:12px}
.image-lightbox figure img{display:block;max-width:100%;max-height:calc(100vh - 125px);object-fit:contain}
.image-lightbox figcaption{min-height:18px;color:#bbb;font-size:13px;text-align:center}
.image-lightbox button{border:0;background:transparent;color:#fff;cursor:pointer}
.image-lightbox__close{position:absolute;right:24px;top:15px;width:52px;height:52px;font-size:44px;font-weight:200;line-height:1;z-index:2}
.image-lightbox__arrow{position:absolute;top:50%;width:58px;height:58px;margin-top:-29px;background:#fff!important;color:#111!important;font-size:31px;line-height:1;z-index:2;transition:background .2s ease,color .2s ease}
.image-lightbox__arrow:hover{background:#bbb!important}
.image-lightbox__prev{left:25px}.image-lightbox__next{right:25px}
.image-lightbox__counter{position:absolute;right:29px;bottom:22px;color:#aaa;font-size:14px}
@media(max-width:700px){
 .image-lightbox figure{max-width:calc(100vw - 24px);max-height:calc(100vh - 115px)}.image-lightbox figure img{max-height:calc(100vh - 155px)}
 .image-lightbox__close{right:5px;top:5px}.image-lightbox__arrow{top:auto;bottom:18px;width:48px;height:48px;margin:0;font-size:25px}.image-lightbox__prev{left:calc(50% - 55px)}.image-lightbox__next{right:calc(50% - 55px)}.image-lightbox__counter{right:12px;bottom:33px}
}

/* Project construction process */
.project-process-section{padding-top:104px;padding-bottom:118px;overflow:hidden}
.project-process-section .title.small{font-size:72px;line-height:.9;margin-bottom:64px}
.process-timeline{min-width:980px;overflow:hidden}.process-grid{height:350px;display:grid;grid-template-columns:repeat(16,1fr);grid-template-rows:1fr 1fr;gap:2px;background:repeating-linear-gradient(to right,transparent 0,transparent calc(6.25% - 1px),#ddd calc(6.25% - 1px),#ddd 6.25%)}
.process-task{padding:18px;display:flex;flex-direction:column;justify-content:space-between;background:#252525;color:#fff}.process-task small{color:#aaa;font-size:13px}.process-task b{font-size:18px;line-height:1.12;font-weight:400}.task-foundation{grid-column:1/3;grid-row:2}.task-walls{grid-column:3/5;grid-row:1;background:#777}.task-floor{grid-column:5/7;grid-row:2;background:#666}.task-roof{grid-column:7/9;grid-row:1;background:#555}.task-external{grid-column:9/10;grid-row:1;padding:12px}.task-external b{font-size:13px}.task-internal{grid-column:9/13;grid-row:2}.task-finish{grid-column:13/17;grid-row:2;background:#111}.process-scale{display:grid;grid-template-columns:repeat(8,1fr);border-top:2px solid #111}.process-scale span{position:relative;padding-top:15px;text-align:center;font-size:15px}.process-scale span:before{content:"";position:absolute;top:0;left:0;height:13px;border-left:2px solid #111}.process-scale span:last-child:after{content:"";position:absolute;top:0;right:0;height:13px;border-right:2px solid #111}
@media(max-width:700px){
 .project-process-section{padding-top:64px;padding-bottom:70px}.project-process-section .title.small{font-size:44px;margin-bottom:38px}.project-process-section .wrap{overflow-x:auto}.process-timeline{min-width:780px;padding-bottom:12px}.process-grid{height:285px}.process-task{padding:13px}.process-task b{font-size:15px}.process-task small{font-size:11px}.task-external{padding:8px}.task-external b{font-size:11px}.process-scale span{font-size:12px}
}

/* Brand wordmark, shared by every page. */
.site-header .logo,.site-footer .logo{display:block;flex-shrink:0;width:190px;line-height:0}
.brand-wordmark{display:block;width:100%;height:auto;filter:brightness(0)}
.site-footer .brand-wordmark{filter:brightness(0) invert(1)}
@media(max-width:700px){
 .site-header .logo,.site-footer .logo{width:140px}
 .footer-brand{flex-wrap:wrap;gap:12px}
 .footer-brand .yandex-rating{padding-left:10px}
}

/* Home page: reveal the complete catalog on request. */
.home-projects:not(.is-expanded)>.project-card:nth-child(n+7){display:none}
.home-projects-actions{display:flex;justify-content:center;margin-top:42px}
.home-projects-actions[hidden]{display:none}

.project-card .project-meta{align-items:baseline}
.project-card .project-info{font-size:25px;white-space:nowrap}

.home-catalog-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:52px}
.home-catalog-heading .title{margin:0;color:#000;white-space:nowrap;font-size:clamp(32px,5vw,80px)}
.home-catalog-heading .btn{flex-shrink:0;min-width:160px}
@media(max-width:700px){
 .home-catalog-heading{gap:10px;margin-bottom:28px}
 .home-catalog-heading .title{font-size:clamp(16px,5vw,28px)}
 .home-catalog-heading .btn{min-width:0;padding:10px;font-size:12px}
}

/* Construction stages in one readable row. */
.process-timeline{min-width:0;overflow:visible}
.process-grid{height:auto;min-height:210px;grid-template-columns:repeat(7,minmax(0,1fr));grid-template-rows:auto;background:none}
.process-grid .process-task{grid-column:auto;grid-row:1;min-width:0;padding:clamp(10px,1.3vw,20px);gap:32px}
.process-grid .process-task b{font-size:clamp(12px,1.25vw,18px);line-height:1.2;overflow-wrap:break-word}
.process-grid .process-task small{font-size:clamp(11px,1vw,14px)}
@media(max-width:700px){
 .project-process-section .wrap{overflow-x:visible}
 .process-timeline{overflow-x:auto;padding-bottom:12px}
 .process-grid{min-width:840px;min-height:190px}
 .process-grid .process-task{padding:12px}
 .process-grid .process-task b{font-size:14px}
 .process-grid .process-task small{font-size:12px}
}

@media(max-width:700px){.process-scale{min-width:840px}}

/* Stage widths represent their stated duration in weeks. */
.process-grid{grid-template-columns:minmax(0,4fr) minmax(0,4fr) minmax(0,4fr) minmax(0,4fr) minmax(0,1fr) minmax(0,7fr) minmax(0,10fr);gap:0;padding-top:90px;min-height:300px}
.process-grid .process-task{border-right:2px solid #f9f9f9;box-sizing:border-box}
.process-grid .process-task:last-child{border-right:0}
.process-grid .task-external{position:relative;padding:0}
.process-grid .task-external small{position:absolute;left:50%;bottom:calc(100% + 60px);transform:translateX(-50%);white-space:nowrap;color:#555}
.process-grid .task-external b{position:absolute;left:50%;bottom:calc(100% + 20px);transform:translateX(-50%);width:190px;text-align:center;font-size:14px;color:#111}
.process-grid .task-external:before{content:"";position:absolute;left:50%;bottom:100%;height:16px;border-left:1px solid #555}
.process-scale{position:relative;display:block;height:42px;box-sizing:border-box}
.process-scale span{position:absolute;top:0;transform:translateX(-50%);padding-top:14px;white-space:nowrap;font-size:13px}
.process-scale span:before{left:50%;height:10px;border-left-width:1px}
.process-scale span:first-child{transform:none}
.process-scale span:first-child:before{left:0}
.process-scale span:last-child{transform:translateX(-100%)}
.process-scale span:last-child:before{left:100%}
.process-scale span:last-child:after{display:none}
.process-scale-note{margin:12px 0 0;color:#777;font-size:12px;line-height:1.4}
@media(max-width:1100px){
 .process-timeline{overflow-x:auto;padding-bottom:12px}
 .process-grid,.process-scale{min-width:1000px}
 .process-grid{min-height:290px}
}

/* Plan captions are selectable text, outside the drawings. */
.project-plan{min-height:535px}
.project-plan__images{min-height:535px;align-items:flex-start}
.project-plan__item{margin:0;min-width:0;flex:1 1 0;text-align:center}
.project-plan__image{height:476px;display:flex;align-items:center;justify-content:center}
.project-plan__image img{max-width:100%;max-height:476px;width:auto;height:auto}
.project-plan__item figcaption{box-sizing:border-box;min-height:35px;padding-top:12px;font-size:14px;line-height:20px;color:#555}
@media(max-width:700px){
 .project-plan{min-height:0}
 .project-plan__images{min-height:535px;gap:24px}
 .project-plan__image{height:auto}
 .project-plan__image img{height:auto;max-height:none;width:100%}
 .project-plan__item figcaption{padding-top:10px}
}

/* Built houses below the map on the home page. */
.built-house-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 24px;margin-top:40px}
.built-house-cards:not(.is-expanded)>.built-house-card:nth-child(n+4){display:none}
.built-house-card{min-width:0}
.built-house-card__photo{display:block}
.built-house-card__photo img{display:block;width:100%;aspect-ratio:1.58;object-fit:cover;background:#eee}
.built-house-card__meta{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding-top:14px}
.built-house-card__meta h3{flex:none;margin:0;font-size:26px;font-weight:300;line-height:1.2;letter-spacing:-.04em}
.built-house-card__meta p{min-width:0;margin:0;text-align:right;font-size:14px;line-height:1.4;color:#555;overflow-wrap:anywhere}
.built-house-actions{display:flex;justify-content:center;margin-top:40px}
.built-house-actions[hidden]{display:none}
@media(min-width:701px) and (max-width:1100px){
 .built-house-cards{gap:28px 16px}
 .built-house-card__meta{gap:10px}
 .built-house-card__meta h3{font-size:22px}
 .built-house-card__meta p{font-size:12px}
}
@media(max-width:700px){
 .built-house-cards{grid-template-columns:minmax(0,1fr);gap:28px;margin-top:28px}
 .built-house-card__meta{padding-top:12px}
 .built-house-card__meta h3{font-size:24px}
 .built-house-card__meta p{font-size:14px}
 .built-house-actions{margin-top:28px}
 .built-house-actions .btn{width:100%;min-height:48px}
}

/* Compact desktop layout for laptop-sized browser windows. */
@media(min-width:1000px) and (max-width:1600px) and (max-height:900px){
 .wrap{width:min(1180px,calc(100% - 64px))}
 .site-header{padding:12px 0}
 .site-header .logo{width:160px}
 .site-header .contacts{font-size:14px;gap:22px}
 .site-header .rule{margin:10px 0 8px}
 .site-header .nav{font-size:12px}
 .section{padding-top:64px;padding-bottom:64px}
 .section.compact{padding-top:48px;padding-bottom:48px}
 .title{font-size:54px;margin-bottom:34px}
 .title.small{font-size:42px;margin-bottom:28px}
 .page-head{padding:30px 0 26px}
 .page-title{font-size:48px}
 .breadcrumbs{font-size:15px;gap:14px}
 .catalog-filter{padding:20px 24px 16px;gap:16px;margin-bottom:28px;grid-template-columns:minmax(180px,1.35fr) repeat(4,minmax(0,1fr))}
 .catalog-filter legend,.filter-name{font-size:18px;margin-bottom:12px}
 .catalog-filter .option-row{gap:5px}
 .catalog-filter .option-row button{height:32px;min-width:29px;padding:0 6px;font-size:14px}
 .catalog-filter .dual-range{margin-top:12px}
 .catalog-filter .range-values{font-size:12px}
 .catalog .projects-grid,.home-projects{gap:28px 20px}
 .catalog .project-card img,.home-projects .project-card img{height:clamp(210px,34svh,320px);aspect-ratio:auto;object-fit:cover}
 .project-meta h3{font-size:26px}
 .project-card .project-info{font-size:22px}
 .project-intro{padding-top:24px}
 .project-intro .project-hero-title{padding-bottom:20px}
 .project-intro .project-hero-title h1{font-size:46px}
 .project-intro .project-cover{height:clamp(320px,calc(100svh - 245px),620px);object-fit:contain;background:var(--paper)}
 .project-cover-wrap{background:var(--paper)}
 .project-presentation{min-width:260px;min-height:44px;font-size:14px;left:50%;bottom:18px;transform:translateX(-50%)}
 .project-summary{padding-top:20px;gap:30px;grid-template-columns:minmax(0,1.5fr) 1fr}
 .project-summary p{font-size:14px}
 .project-summary strong{font-size:36px}
 .project-description{grid-template-columns:340px minmax(0,1fr);gap:24px}
 .project-description__info{padding-right:0}
 .project-description__info h2{font-size:38px;margin-bottom:22px}
 .plan-variants{margin-bottom:24px;padding-bottom:12px}
 .plan-variants button{height:38px;font-size:14px;padding:0 12px}
 .project-facts{gap:14px}
 .project-facts dt{font-size:14px}
 .project-facts dd{font-size:18px}
 .project-plan,.project-plan__images{min-height:455px}
 .project-plan__images{gap:28px}
 .project-plan__image{height:396px}
 .project-plan__image img{max-height:396px}
 .project-cost-head{margin-bottom:40px}
 .project-cost-head .title{font-size:54px}
 .project-cost-head .btn{min-width:260px;font-size:14px}
 .cost-tier__head{min-height:86px}
 .cost-tier__head span,.cost-tier__head b{font-size:32px}
 .cost-spec-row{min-height:88px;padding:16px 20px}
 .cost-spec-row h3{font-size:20px}
 .cost-spec-row p{font-size:14px}
 .project-process-section .title.small{font-size:54px;margin-bottom:30px}
 .hero{min-height:clamp(530px,calc(100svh - 86px),720px)}
 .hero-card{top:36px;left:max(calc((100% - 1180px)/2),32px);width:360px;padding:24px}
 .hero-card h1{font-size:40px}
 .hero-card p{font-size:16px;margin-bottom:18px}
 .hero-proof{left:max(calc((100% - 1180px)/2),32px);bottom:28px;width:420px;padding:20px 24px}
 .hero-proof strong{font-size:24px}
 .hero-proof p{font-size:14px}
 .hero-live-cta{right:32px;bottom:28px;width:160px;height:160px;padding:24px;font-size:15px}
 .company-stats-section{padding-top:54px;padding-bottom:12px}
 .company-stats article{min-height:160px;padding:20px 14px;gap:20px}
 .company-stats strong{font-size:52px}
 .home-catalog-heading{margin-bottom:30px}
 .home-catalog-heading .title{font-size:54px}
 .estimate-section{padding:64px 0}
 .houses-map-head{margin-bottom:28px}
 .built-houses-map{height:clamp(380px,60svh,540px)}
 .contacts-page-head .breadcrumbs{margin-bottom:36px}
}

.company-stats-section{padding:55px 0 20px}
.home-catalog-heading .title{font-size:clamp(32px,5vw,40px)}
.houses-map-head .title{font-size:50px}
.built-houses-page{padding-top:48px}
@media(max-width:700px){
 .home-catalog-heading{flex-wrap:wrap}
 .home-catalog-heading .title{white-space:normal}
 .home-catalog-heading .btn{margin-left:auto}
 .built-houses-page{padding-top:32px}
}

/* Keep the one-week stage caption inside its proportional timeline bar. */
.process-grid{padding-top:0;min-height:240px}
.process-grid .task-external{padding:10px 2px;flex-direction:row;align-items:center;justify-content:center;gap:3px}
.process-grid .task-external small,.process-grid .task-external b{position:static;left:auto;bottom:auto;width:auto;writing-mode:vertical-rl;transform:rotate(180deg);white-space:nowrap;line-height:1;flex-shrink:0}
.process-grid .task-external small{font-size:11px;color:#aaa}
.process-grid .task-external b{font-size:12px;color:#fff;text-align:left}
.process-grid .task-external:before{display:none}

.project-intro{padding:10px 0}
.project-intro .project-hero-title h1{font-size:45px}

/* Full-width project photography sized to the remaining first screen. */
.project-intro .project-cover-wrap{width:75%;margin-inline:auto}
.project-intro .project-cover{height:var(--project-cover-height,calc(100svh - 200px));min-width:0;object-fit:cover;object-position:center;aspect-ratio:auto}
@media(max-width:700px){
 .project-intro .project-cover{height:auto;aspect-ratio:3/2}
}

@media(max-width:700px){.project-intro .project-cover-wrap{width:100%}}

.project-intro .project-cover-wrap{width:100%;margin-inline:0;background:transparent}
.project-cover-viewport{width:75%;margin-inline:auto;overflow:hidden}
.project-cover-counter{right:calc(12.5% + 20px)}
.project-presentation{left:calc(12.5% + 34px)}
@media(min-width:1000px) and (max-width:1600px) and (max-height:900px){.project-presentation{left:50%}}
@media(max-width:700px){
 .project-cover-viewport{width:100%}
 .project-cover-counter{right:8px}
 .project-presentation{left:12px}
}

.project-process-section{padding-top:5px !important}

.cost-tier{border-bottom:none}
.cost-tier__head span{color:var(--ink);-webkit-text-fill-color:var(--ink)}

/* Show the complete photograph and project summary on the first screen. */
.project-intro .project-hero-title{padding-bottom:10px}
.project-cover-viewport{width:90%}
.project-intro .project-cover{object-fit:cover;object-position:center;background:var(--paper)}
.project-intro .project-presentation{display:none}
.project-cover-counter{right:calc(5% + 12px);bottom:12px}
.project-summary{padding-top:20px}
@media(max-width:700px){
 .project-cover-viewport{width:100%}
 .project-intro .project-cover{object-fit:contain}
 .project-cover-counter{right:8px;bottom:8px}
}

.built-houses-map-wrap{position:relative}
.built-houses-map-wrap .built-houses-map{position:relative;z-index:0}
.map-tour-cta{position:absolute;z-index:1;right:28px;bottom:44px;display:flex;align-items:center;justify-content:center;width:205px;height:205px;padding:28px;border:0;border-radius:50%;background:#0b0b0b;color:#fff;font:inherit;font-size:18px;line-height:1.25;text-align:center;cursor:pointer;transition:transform .25s ease,background-color .25s ease}
.map-tour-cta:hover,.map-tour-cta:focus-visible{background:#272727;transform:scale(1.04)}
.map-tour-cta:focus-visible{outline:2px solid #fff;outline-offset:-7px}
@media(max-width:700px){.map-tour-cta{width:142px;height:142px;right:12px;bottom:44px;padding:19px;font-size:14px}}

@media(max-width:700px){
 .map-tour-cta{position:relative;right:auto;bottom:auto;width:100%;height:auto;min-height:58px;padding:14px 18px;border-radius:0;font-size:15px}
 .map-tour-cta:hover,.map-tour-cta:focus-visible{transform:none}
}

/* Fill the initial viewport below the actual header height. */
.hero{min-height:max(790px,calc(100dvh - var(--home-hero-top,110px)))}
@media(min-width:1000px) and (max-width:1600px) and (max-height:900px){.hero{min-height:max(530px,calc(100dvh - var(--home-hero-top,86px)))}}
@media(max-width:700px){.hero{min-height:max(745px,calc(100dvh - var(--home-hero-top,76px)))}}

.footer-socials-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:9px;margin-left:auto}
.footer-socials-wrap .footer-socials{margin-left:0}
.footer-socials a{position:relative}
.footer-social-note-marker{position:absolute;top:-7px;right:-4px;padding:0 2px;background:#0b0b0b;color:#fff;font-size:15px;line-height:1}
.footer-socials-note{max-width:none;margin:0;color:#aaa;font-size:11px;line-height:1.35;text-align:right;white-space:nowrap}
@media(max-width:700px){
 .footer-socials-wrap{align-items:flex-start;margin-left:0}
 .footer-socials-note{max-width:100%;text-align:left;font-size:10px;white-space:normal}
}

.project-cover-arrow{display:none}
.project-cover-dots{position:absolute;z-index:4;left:50%;bottom:22px;display:flex;align-items:center;justify-content:center;gap:15px;padding:0;border-radius:0;background:transparent;transform:translateX(-50%)}
.project-cover-dots button{width:clamp(8.4px,.9vw,12px);height:6px;padding:0;border:0;border-radius:0;background:#fff;opacity:.72;box-shadow:0 1px 4px rgba(0,0,0,.62);cursor:pointer;transition:opacity .2s}
.project-cover-dots button.is-active{background:#fff;opacity:1;transform:none}
.project-cover-dots button:focus-visible{outline:2px solid #fff;outline-offset:3px}
@media(max-width:700px){
 .project-cover-dots{bottom:14px;gap:15px;padding:0}
}

@media(max-width:700px){
 .wrap{width:calc(100% - 30px)}
 .cost-tier__head{gap:8px}
 .cost-tier__head span,.cost-tier__head b{font-size:clamp(16px,4.8vw,20px);white-space:nowrap}
 .cost-tier__head span{min-width:0}
 .cost-tier__head b{flex:0 0 auto}
}

/* Temporarily hide project-based cards below built-house maps. */
.houses-map-section .built-house-cards,
.houses-map-section .built-house-actions{display:none}

/* Homepage videos managed in the CMS. */
.home-videos-section{padding:0 0 110px}
.home-videos-heading{display:flex;align-items:center;gap:18px;margin:0 0 38px;font-size:50px;line-height:1.05;font-weight:300;letter-spacing:-.04em}
.home-videos-heading img{display:block;width:240px;height:auto}
.home-videos-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.home-video-card{min-width:0}
.home-video-card__player{position:relative;overflow:hidden;width:100%;aspect-ratio:16/9;background:#0b0b0b}
.home-video-card__player iframe{display:block;width:100%;height:100%;border:0}
.home-video-card h3{margin:16px 0 0;font-size:22px;line-height:1.2;font-weight:400}
@media(max-width:900px){
 .home-videos-section{padding-bottom:72px}
 .home-videos-heading{flex-wrap:wrap;gap:10px 12px;margin-bottom:24px;font-size:clamp(32px,9vw,42px)}
 .home-videos-heading img{width:clamp(170px,48vw,220px)}
 .home-videos-grid{grid-template-columns:1fr;gap:34px}
 .home-video-card h3{margin-top:12px;font-size:20px}
}

/* Project-specific Rutube videos shown before the estimate form. */
.project-rutube-section{width:100%;padding-bottom:80px}
.project-rutube-section .wrap{display:grid;gap:80px}
.project-rutube-video{width:100%;aspect-ratio:16/9;background:#777}
.project-rutube-video iframe{display:block;width:100%;height:100%;border:0}
.project-cover-slider.has-clickable-covers .project-cover{cursor:pointer}

/* Keep project houses in frame on desktop by cropping excess sky first. */
@media(min-width:701px){
 .project-intro .project-cover,
 .project-card img{object-position:center bottom}
}
@media(max-width:700px){
 .project-card img{object-position:center bottom}
}
