:root {
  --navy: #071d2a;
  --blue: #0d4360;
  --blue-light: #e8f2f5;
  --sea: #39788f;
  --gold: #c7a56a;
  --sand: #f2ede4;
  --paper: #fff;
  --ink: #10232c;
  --muted: #607078;
  --error: #9c342b;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
sup { font-size: .48em; vertical-align: super; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 10000; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-160%); border-radius: 4px; background: #fff; color: #000; }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 14px; color: var(--sea); font-size: 12px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid transparent; border-radius: 2px; padding: 12px 24px; background: var(--blue); color: #fff; font-size: 13px; font-weight: 750; letter-spacing: .04em; line-height: 1.15; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-1px); background: var(--sea); }
.button--light { border-color: rgba(255,255,255,.72); background: rgba(6,28,40,.28); backdrop-filter: blur(5px); }
.button--light:hover, .button--light:focus-visible { background: #fff; color: var(--navy); }
.button--gold { background: var(--gold); color: var(--navy); }

.site-header { position: absolute; z-index: 60; top: 0; left: 0; width: 100%; color: #fff; }
.site-header__inner { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; min-height: 84px; gap: 23px; border-bottom: 1px solid rgba(255,255,255,.24); }
.brand { display: grid; min-width: 92px; color: #fff; line-height: .88; text-align: center; text-decoration: none; }
.brand span { font-family: Georgia, serif; font-size: 11px; letter-spacing: .28em; }
.brand strong { font-family: Georgia, serif; font-size: 19px; font-weight: 400; letter-spacing: .13em; }
.brand small { margin-top: 5px; font-size: 7px; letter-spacing: .48em; }
.site-nav { display: flex; justify-content: center; gap: 21px; }
.site-nav a { font-size: 11px; font-weight: 650; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: .7; }
.header-sales { min-width: 132px; color: rgba(255,255,255,.75); font-size: 10px; line-height: 1.25; text-align: center; text-transform: uppercase; }
.header-sales a { display: block; margin-top: 3px; color: #fff; font-size: 15px; font-weight: 700; letter-spacing: .02em; text-decoration: none; }
.header-cta { min-height: 38px; padding: 9px 16px; border-color: rgba(255,255,255,.58); background: transparent; font-size: 10px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; padding: 8px; background: transparent; color: #fff; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; content: ""; transition: transform .2s ease, opacity .2s ease; }
.menu-open .menu-toggle span { opacity: 0; }
.menu-open .menu-toggle::before { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle::after { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 780px; display: grid; place-items: center; overflow: hidden; background: var(--navy) url("/assets/images/tild3131-3061-4437-a632-623338393762__4564.jpg") center 45% / cover no-repeat; color: #fff; text-align: center; }
.hero::before { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,19,29,.55), rgba(3,19,29,.12) 46%, rgba(3,19,29,.68)); content: ""; }
.hero__content { position: relative; z-index: 1; width: min(1040px, calc(100% - 40px)); padding: 120px 0 48px; }
.hero__eyebrow { margin: 0 0 28px; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero__brand { margin: 0 0 24px; font-family: Georgia, serif; font-size: clamp(38px, 6vw, 76px); font-weight: 400; line-height: .98; letter-spacing: .08em; }
.hero h1 { max-width: 920px; margin: 0 auto 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3.8vw, 52px); font-weight: 400; line-height: 1.08; }
.hero__lead { margin: 0 auto 30px; color: rgba(255,255,255,.82); font-size: 18px; }
.hero__facts { display: flex; justify-content: center; gap: 65px; margin-top: 56px; }
.hero__facts div { display: grid; max-width: 190px; text-align: left; }
.hero__facts strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.hero__facts span { color: rgba(255,255,255,.72); font-size: 12px; }

.intro { padding: 110px 0; background: var(--sand); }
.intro__grid { display: grid; grid-template-columns: .35fr 1.15fr .85fr; align-items: end; gap: 48px; }
.intro h2, .project h2, .section-heading h2, .investment h2, .offer-form h2, .viewing-form h2, .payment h2, .developer h2, .contacts h2, .gallery-block h2, .grand-gallery h2, .project-faq h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(39px, 5vw, 68px); font-weight: 400; line-height: 1.02; }
.intro h2 em { color: var(--sea); font-weight: 400; }
.intro__grid > p:last-child { margin: 0; color: var(--muted); font-size: 17px; }

.project { scroll-margin-top: 20px; }
.project--four { padding-top: 112px; background: #fff; }
.project__lead { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.project__lead h2, .project-split__copy h2 { color: var(--navy); font-size: clamp(52px, 7vw, 96px); letter-spacing: -.03em; }
.project__summary > p { margin: 0 0 18px; color: var(--muted); font-size: 18px; }
.project__summary .project__accent { color: var(--blue); font-size: 21px; font-weight: 700; }
.project-visual { overflow: hidden; background: var(--blue-light); }
.project-visual img { height: min(740px, 65vw); min-height: 430px; object-fit: cover; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 92px; padding-bottom: 110px; }
.feature-grid article { background: #fff; }
.feature-grid img { height: 330px; object-fit: cover; }
.feature-grid h3 { margin: 23px 0 9px; color: var(--navy); font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.feature-grid p { margin: 0; color: var(--muted); }
.layouts { padding-bottom: 110px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 50px; margin-bottom: 40px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.section-heading--center { display: block; max-width: 840px; margin-right: auto; margin-left: auto; text-align: center; }
.layouts__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.layouts__grid--four { grid-template-columns: repeat(4, 1fr); }
.layouts__grid article { overflow: hidden; border: 1px solid #dfe7ea; background: #fff; }
.layouts__grid img { height: 300px; padding: 16px; object-fit: contain; }
.layouts__grid article > div { padding: 18px 20px 23px; border-top: 1px solid #e6ecee; }
.layouts__grid h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.text-link { margin-top: 9px; border: 0; padding: 0; background: none; color: var(--sea); font-weight: 700; cursor: pointer; }

.gallery-block { padding: 86px 0 0; background: var(--navy); color: #fff; }
.gallery-block .eyebrow { color: #9bc2d1; }
.gallery-block h2 { margin-bottom: 42px; }
.slider { position: relative; }
.slider__viewport { position: relative; overflow: hidden; }
.slider__track { position: relative; min-height: 690px; }
.slider__slide { position: absolute; inset: 0; margin: 0; opacity: 0; pointer-events: none; transition: opacity .45s ease; }
.slider__slide.is-active { opacity: 1; pointer-events: auto; }
.slider__slide img { height: 690px; object-fit: cover; }
.slider__control { position: absolute; z-index: 3; top: 50%; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(4,27,40,.42); color: #fff; font-size: 35px; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.slider__control--prev { left: 24px; }
.slider__control--next { right: 24px; }
.slider__dots { position: absolute; z-index: 3; bottom: 24px; left: 50%; display: flex; gap: 9px; transform: translateX(-50%); }
.slider__dot { width: 9px; height: 9px; border: 0; border-radius: 50%; padding: 0; background: rgba(255,255,255,.5); cursor: pointer; }
.slider__dot.is-active { background: #fff; transform: scale(1.3); }

.investment { padding: 105px 0; background: var(--blue); color: #fff; }
.investment__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 82px; }
.investment .eyebrow, .offer-form .eyebrow, .viewing-form .eyebrow { color: #aed2dd; }
.investment h2 em { color: #b7d7e0; font-weight: 400; }
.investment p { color: rgba(255,255,255,.74); font-size: 17px; }

.project-faq { padding: 92px 0 102px; background: #f8fbfb; }
.project-faq__head { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 42px; margin-bottom: 34px; }
.project-faq__head h2 { font-size: clamp(38px, 4vw, 54px); }
.project-faq__head p:last-child { color: var(--muted); font-size: 17px; }
.project-faq__tags { display: flex; flex-wrap: wrap; gap: 9px; }
.project-faq__tags span { display: inline-flex; align-items: center; min-height: 34px; border: 1px solid rgba(13,67,96,.2); border-radius: 999px; padding: 7px 13px; background: #fff; color: var(--blue); font-size: 12px; font-weight: 700; }
.project-faq__facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-bottom: 16px; }
.project-faq__facts article, .project-faq details { border: 1px solid rgba(13,67,96,.09); background: #fff; box-shadow: 0 16px 42px rgba(7,29,42,.06); }
.project-faq__facts article { min-height: 170px; padding: 22px; }
.project-faq__facts small { display: block; margin-bottom: 11px; color: var(--sea); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.project-faq__facts strong { display: block; margin-bottom: 10px; color: var(--navy); font-family: Georgia, serif; font-size: 23px; font-weight: 400; line-height: 1.15; }
.project-faq__facts span { color: var(--muted); font-size: 14px; }
.project-faq__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.project-faq details { padding: 0 20px; }
.project-faq summary { padding: 19px 28px 19px 0; color: var(--navy); font-size: 16px; font-weight: 700; cursor: pointer; }
.project-faq details p { margin: -3px 0 20px; color: var(--muted); }

.lead-form { position: relative; display: grid; gap: 13px; }
.field { width: 100%; min-height: 54px; border: 1px solid #cbd6da; border-radius: 2px; padding: 13px 16px; background: #fff; color: var(--ink); outline: none; }
.field:focus { border-color: var(--sea); box-shadow: 0 0 0 3px rgba(57,120,143,.18); }
.lead-form > .button { width: 100%; min-height: 54px; }
.consents { display: grid; gap: 7px; margin-top: 4px; }
.consent { display: grid; grid-template-columns: 17px 1fr; gap: 9px; align-items: start; color: var(--muted); font-size: 11px; line-height: 1.38; }
.lead-form--light .consent, .offer-form .consent { color: rgba(255,255,255,.75); }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--sea); }
.consent a { text-underline-offset: 2px; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; border-radius: 3px; padding: 10px 13px; background: rgba(255,255,255,.18); font-size: 13px; }
.form-status.is-visible { display: block; }
.form-status.is-error { background: rgba(156,52,43,.3); }

.project--five { padding: 112px 0 0; background: var(--blue-light); }
.project-split { display: grid; grid-template-columns: 1.06fr .94fr; align-items: stretch; }
.project-split__media img { height: 100%; min-height: 690px; object-fit: cover; }
.project-split__copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(40px, 7vw, 115px); background: #fff; }
.project-split__copy h2 { margin-bottom: 28px; font-size: clamp(49px, 6vw, 78px); }
.project-split__copy p, .project-split__copy li { color: var(--muted); }
.project-split__copy ul { margin: 12px 0 28px; padding-left: 20px; }
.project-split__copy .button { align-self: flex-start; }
.feature-grid--five { padding-top: 90px; }
.offer-form { padding: 100px 0; background: var(--navy) url("/assets/images/tild6138-3032-4530-b538-616135666237__2fjzb9pur12j69rax8li.jpg") center / cover no-repeat; color: #fff; }
.offer-form__grid, .viewing-form__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.offer-form__grid > div > p:last-child, .viewing-form__grid > div > p:last-child { color: rgba(255,255,255,.76); font-size: 17px; }

.project--grand { padding-top: 112px; background: #fff; }
.grand-hero { position: relative; min-height: 750px; overflow: hidden; color: #fff; }
.grand-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,31,.88), rgba(3,20,31,.22) 62%, rgba(3,20,31,.05)); content: ""; }
.grand-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.grand-hero__content { position: relative; z-index: 2; display: flex; min-height: 750px; flex-direction: column; align-items: flex-start; justify-content: center; width: min(1180px, calc(100% - 48px)); margin: auto; padding: 90px 0; }
.grand-hero__content h2 { max-width: 920px; font-size: clamp(50px, 7vw, 92px); overflow-wrap: anywhere; }
.grand-hero__content p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.78); font-size: 18px; }
.grand-hero__content .button { margin-top: 16px; }
.feature-grid--grand { padding-top: 100px; }
.grand-gallery { padding-bottom: 110px; }
.grand-gallery__head { margin-bottom: 40px; }
.grand-gallery__grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: repeat(2, 310px); gap: 13px; }
.grand-gallery__grid img { height: 100%; object-fit: cover; }
.grand-gallery__grid img:first-child { grid-row: 1 / 3; }
.viewing-form { padding: 100px 0; background: var(--blue); color: #fff; }

.payment { padding: 110px 0; background: var(--sand); }
.payment__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.payment__grid article { overflow: hidden; background: #fff; }
.payment__grid img { height: 250px; object-fit: cover; }
.payment__grid article > div { padding: 26px; }
.payment__grid h3 { margin: 0 0 9px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.payment__grid p { margin: 0; color: var(--muted); }

.developer { padding: 110px 0; background: #fff; }
.developer__grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }
.developer__image img { height: 640px; object-fit: cover; }
.developer h2 { margin-bottom: 25px; font-size: clamp(39px, 4.3vw, 60px); }
.developer__grid > div:last-child > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 35px; }
.stats div { border-top: 1px solid #cedadd; padding-top: 16px; }
.stats strong { display: block; color: var(--blue); font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.stats span { color: var(--muted); font-size: 12px; text-transform: uppercase; }

.contacts { padding: 100px 0; background: var(--navy); color: #fff; }
.contacts__grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 50px; }
.contacts .eyebrow { color: #9bc2d1; }
.contacts p:not(.eyebrow) { margin: 10px 0 0; color: rgba(255,255,255,.7); }
.contacts__action { display: grid; gap: 18px; text-align: right; }
.contacts__phone { font-family: Georgia, serif; font-size: clamp(28px, 3vw, 42px); text-decoration: none; }

.site-footer { padding: 58px 0 0; background: #031018; color: #fff; }
.site-footer__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-bottom: 44px; }
.brand--footer { display: inline-grid; }
.site-footer__inner p { color: rgba(255,255,255,.56); font-size: 13px; }
.footer-links { display: grid; align-content: start; gap: 8px; }
.footer-links a { color: rgba(255,255,255,.72); font-size: 12px; }
.messengers { padding: 25px 20px 31px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; }
.messengers p { margin: 0 0 13px; font-weight: 650; }
.messengers__actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.messengers__actions a { display: inline-flex; align-items: center; justify-content: center; min-width: 108px; min-height: 42px; border-radius: 999px; padding: 10px 16px; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.messengers__telegram { background: #229ed9; }.messengers__max { background: #6a56f0; }.messengers__whatsapp { background: #25d366; }
.site-footer__legal { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 0 0 34px; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.7; text-align: center; }

.cookie { position: fixed; z-index: 9000; right: 18px; bottom: 18px; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 12px; width: min(680px, calc(100% - 36px)); padding: 17px; border: 1px solid rgba(0,0,0,.12); border-radius: 8px; background: #fff; box-shadow: 0 14px 48px rgba(0,0,0,.2); color: #333; }
.cookie[hidden] { display: none; }.cookie strong { display: block; margin-bottom: 3px; }.cookie p { margin: 0; font-size: 12px; line-height: 1.4; }.cookie button { min-height: 40px; border: 1px solid #8e918c; border-radius: 5px; padding: 8px 12px; background: #fff; cursor: pointer; }.cookie [data-cookie-accept] { border-color: var(--blue); background: var(--blue); color: #fff; }
body.cookie-banner-open #fh-native-chat, body.cookie-banner-open #fh-native-call { visibility: hidden !important; pointer-events: none !important; }

.modal { position: fixed; z-index: 8000; inset: 0; display: grid; place-items: center; padding: 24px; overflow-y: auto; background: rgba(2,15,23,.82); }
.modal[hidden] { display: none; }
.modal__panel { position: relative; width: min(560px, 100%); margin: auto; padding: 46px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.modal__panel h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 36px; font-weight: 400; line-height: 1.1; }
.modal__panel > p:not(.eyebrow) { margin: 0 0 25px; color: var(--muted); }
.modal__close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 50%; padding: 0 0 3px; background: #edf2f3; color: var(--navy); font-size: 28px; line-height: 1; cursor: pointer; }

.legal-page { background: #f5f7f7; }.legal-page .site-header { position: relative; background: var(--navy); }.legal-title { padding: 78px 20px 48px; background: var(--blue); color: #fff; text-align: center; }.legal-title h1 { max-width: 980px; margin: 0 auto; font-family: Georgia, serif; font-size: clamp(34px, 5vw, 58px); font-weight: 400; line-height: 1.12; }.legal-content { width: min(940px, calc(100% - 40px)); margin: 0 auto; padding: 60px 0 90px; }.legal-content h2 { margin: 35px 0 12px; font-size: 24px; }.legal-content p, .legal-content li { color: #4d5c63; line-height: 1.75; }.legal-content table { width: 100%; border-collapse: collapse; }.legal-content th, .legal-content td { border: 1px solid #d5dfe2; padding: 10px; text-align: left; vertical-align: top; }.legal-page .site-footer { padding-top: 40px; text-align: center; }.not-found { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--navy); color: #fff; text-align: center; }.not-found h1 { margin: 0; font: 400 110px/1 Georgia, serif; }

@media (max-width: 1060px) {
  .site-header__inner { grid-template-columns: auto 1fr auto; }
  .site-nav { position: absolute; top: 84px; right: 24px; left: 24px; display: none; flex-direction: column; gap: 0; padding: 15px; background: rgba(4,25,37,.98); box-shadow: 0 14px 35px rgba(0,0,0,.22); }
  .site-nav a { padding: 12px; text-align: center; }
  .menu-open .site-nav { display: flex; }
  .header-sales { justify-self: end; }.header-cta { display: none; }.menu-toggle { display: block; }
  .intro__grid { grid-template-columns: 1fr 1.7fr; }.intro__grid > p:last-child { grid-column: 2; }
  .project__lead { gap: 45px; }
  .layouts__grid--four { grid-template-columns: repeat(2, 1fr); }
  .project-split__copy { padding: 55px 40px; }
  .developer__grid { gap: 42px; }
  .project-faq__facts { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 1180px); }
  .site-header { position: absolute; }
  .site-header__inner { min-height: 72px; grid-template-columns: auto minmax(0, 1fr) auto; grid-template-areas: "brand sales menu"; gap: 8px; }
  .brand { grid-area: brand; }
  .site-nav { grid-area: nav; top: 72px; right: 15px; left: 15px; }
  .header-sales { grid-area: sales; min-width: 0; justify-self: end; white-space: nowrap; }
  .menu-toggle { grid-area: menu; }
  .brand { min-width: 76px; }.brand span { font-size: 9px; }.brand strong { font-size: 16px; }.brand small { font-size: 6px; }
  .header-sales { min-width: 118px; }.header-sales a { font-size: 13px; }.menu-toggle { width: 40px; height: 40px; }
  .hero { min-height: 710px; background-position: 57% center; }
  .hero__content { width: calc(100% - 30px); padding: 108px 0 34px; }
  .hero__eyebrow { margin-bottom: 22px; font-size: 10px; }
  .hero__brand { margin-bottom: 18px; font-size: clamp(27px, 8.5vw, 36px); overflow-wrap: anywhere; letter-spacing: .015em; }
  .hero h1 { max-width: 100%; font-size: clamp(29px, 9vw, 42px); overflow-wrap: anywhere; }
  .hero__lead { font-size: 15px; }.hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 38px; }.hero__facts div { text-align: center; }.hero__facts strong { font-size: 17px; }.hero__facts span { font-size: 10px; }
  .intro, .project--four, .project--grand { padding-top: 76px; }.intro { padding-bottom: 76px; }
  .intro__grid, .project__lead, .section-heading, .investment__grid, .offer-form__grid, .viewing-form__grid, .developer__grid, .contacts__grid, .site-footer__inner { grid-template-columns: 1fr; gap: 26px; }
  .intro__grid > p:last-child { grid-column: auto; }
  .intro h2, .project h2, .section-heading h2, .investment h2, .offer-form h2, .viewing-form h2, .payment h2, .developer h2, .contacts h2, .gallery-block h2, .grand-gallery h2, .project-faq h2 { font-size: clamp(37px, 11vw, 52px); overflow-wrap: anywhere; }
  .project__lead { margin-bottom: 34px; }.project__lead h2, .project-split__copy h2 { font-size: clamp(48px, 14vw, 68px); }
  .project-visual img { min-height: 360px; height: 72vw; }
  .feature-grid { grid-template-columns: 1fr; padding-top: 58px; padding-bottom: 75px; }.feature-grid article { display: grid; grid-template-columns: 42% 1fr; column-gap: 18px; align-items: center; }.feature-grid img { grid-row: 1 / 3; height: 190px; }.feature-grid h3 { margin: 0 0 7px; font-size: 24px; }.feature-grid p { font-size: 14px; }
  .layouts { padding-bottom: 76px; }.layouts__grid, .layouts__grid--four { grid-template-columns: 1fr; }.layouts__grid article { display: grid; grid-template-columns: 48% 1fr; align-items: center; }.layouts__grid img { height: 220px; }.layouts__grid article > div { border-top: 0; border-left: 1px solid #e6ecee; }
  .gallery-block { padding-top: 65px; }.slider__track, .slider__slide img { min-height: 420px; height: 420px; }.slider__control { width: 44px; height: 44px; }.slider__control--prev { left: 12px; }.slider__control--next { right: 12px; }
  .investment, .offer-form, .viewing-form, .payment, .developer, .contacts { padding: 76px 0; }
  .project-faq { padding: 70px 0 76px; }.project-faq__head, .project-faq__grid { grid-template-columns: 1fr; }.project-faq__facts { grid-template-columns: 1fr 1fr; }.project-faq__facts article { min-height: 150px; padding: 18px; }
  .project--five { padding-top: 76px; }.project-split { grid-template-columns: 1fr; }.project-split__media img { min-height: 400px; height: 95vw; }.project-split__copy { padding: 46px 20px 58px; }.project-split__copy .button { align-self: stretch; }
  .grand-hero, .grand-hero__content { min-height: 650px; }.grand-hero::after { background: linear-gradient(180deg, rgba(3,20,31,.25), rgba(3,20,31,.88) 76%); }.grand-hero > img { object-position: 60% center; }.grand-hero__content { justify-content: flex-end; width: calc(100% - 30px); padding-bottom: 58px; }.grand-hero__content h2 { font-size: clamp(42px, 12vw, 62px); overflow-wrap: anywhere; }
  .grand-gallery { padding-bottom: 76px; }.grand-gallery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 210px 210px; }.grand-gallery__grid img:first-child { grid-column: 1 / 3; grid-row: auto; }.grand-gallery__grid img:last-child { grid-column: 1 / 3; }
  .payment__grid { grid-template-columns: 1fr; }.payment__grid article { display: grid; grid-template-columns: 42% 1fr; }.payment__grid img { height: 200px; }.payment__grid article > div { align-self: center; padding: 20px; }
  .developer__image img { height: 420px; }.stats { gap: 12px; }.stats strong { font-size: 29px; }
  .contacts__action { text-align: left; }.contacts__phone { font-size: 32px; }
  .cookie { right: 10px; bottom: 10px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); width: calc(100% - 20px); padding: 14px; }.cookie > div { grid-column: 1 / -1; }.cookie button { min-width: 0; padding: 8px 7px; overflow-wrap: anywhere; font-size: 11px; }
  .modal { padding: 12px; }.modal__panel { padding: 42px 22px 26px; }.modal__panel h2 { padding-right: 26px; font-size: 31px; }.modal__close { top: 10px; right: 10px; }
  .legal-content { overflow-wrap: anywhere; }.legal-content table { display: block; overflow-x: auto; }
}

@media (max-width: 420px) {
  .header-sales { min-width: 102px; }.header-sales { font-size: 8px; }.header-sales a { font-size: 12px; }
  .hero__facts { grid-template-columns: 1fr; gap: 13px; }.hero__facts div { max-width: none; }.hero__facts span { display: none; }
  .feature-grid article { grid-template-columns: 39% 1fr; }.feature-grid img { height: 165px; }
  .layouts__grid article { grid-template-columns: 44% 1fr; }.layouts__grid img { height: 190px; padding: 8px; }
  .grand-gallery__grid { grid-template-rows: 280px 175px 190px; }
  .payment__grid article { grid-template-columns: 38% 1fr; }.payment__grid img { height: 175px; }.payment__grid h3 { font-size: 25px; }.payment__grid p { font-size: 13px; }
}
