:root {
  --ink: #142117;
  --forest: #244d2d;
  --forest-deep: #112d1b;
  --lime: #b8c1b0;
  --lime-bright: #ced4c8;
  --mist: #edf5ed;
  --sand: #f4f0e8;
  --paper: #fbfcf8;
  --white: #fff;
  --muted: #647168;
  --line: rgba(20, 33, 23, .14);
  --radius: 30px;
  --shadow: 0 24px 70px rgba(17, 45, 27, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Helvetica Neue", Arial, sans-serif; line-height: 1.5; overflow-x: hidden; }
body.modal-open, body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 2000; padding: 12px 18px; color: var(--white); background: var(--forest-deep); border-radius: 12px; }
.skip-link:focus { top: 16px; }

.eyebrow { margin: 0 0 20px; color: var(--forest); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: var(--lime); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .98; }
h1 em, h2 em { color: var(--forest); font-weight: 400; }
h2 { font-size: clamp(44px, 6.2vw, 82px); letter-spacing: -.045em; }
p { margin: 0; }

.brand { display: inline-grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 4px; text-decoration: none; color: var(--forest); letter-spacing: -.055em; line-height: .78; }
.brand strong, .brand span { font-size: 25px; }
.brand strong { font-weight: 900; }
.brand span { font-weight: 400; }
.brand small { grid-column: 1 / -1; justify-self: end; margin-top: 5px; font-size: 8px; font-weight: 800; letter-spacing: .36em; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; color: var(--white); }
.site-header__inner { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 34px; border-bottom: 1px solid rgba(255, 255, 255, .25); }
.site-header .brand { color: var(--white); }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 24px; }
.site-nav a { padding: 14px 0; font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .055em; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--lime); }
.header-sales { display: flex; flex-direction: column; align-items: flex-end; white-space: nowrap; }
.header-sales span { color: rgba(255, 255, 255, .68); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.header-sales a { font-weight: 700; text-decoration: none; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; place-items: center; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 20px; height: 2px; background: currentColor; content: ""; transition: transform .2s ease; }
.menu-toggle span::before { transform: translateY(-6px); }
.menu-toggle span::after { transform: translateY(4px); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; border: 1px solid var(--lime); border-radius: 999px; color: var(--forest-deep); background: var(--lime); box-shadow: none; font-size: 13px; font-weight: 800; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { background: var(--lime-bright); border-color: var(--lime-bright); transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.button--small { min-height: 44px; padding: 10px 20px; font-size: 11px; }
.button--ghost { color: var(--white); background: transparent; border-color: rgba(255, 255, 255, .6); }
.button--ghost:hover, .button--ghost:focus-visible { color: var(--ink); background: var(--white); border-color: var(--white); }
.button--dark { color: var(--white); background: var(--forest-deep); border-color: var(--forest-deep); }
.button--dark:hover, .button--dark:focus-visible { color: var(--forest-deep); background: var(--lime); border-color: var(--lime); }
.button--outline { color: var(--forest); background: transparent; border-color: var(--forest); }

.hero { position: relative; min-height: 840px; display: flex; align-items: flex-end; isolation: isolate; color: var(--white); background: var(--forest-deep); }
.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media { z-index: -3; background: url("/assets/images/tild6438-3633-4961-b335-636234356137__1-2-.png") center 48% / cover no-repeat; }
.hero__shade { z-index: -2; background: linear-gradient(90deg, rgba(6, 24, 15, .88) 0%, rgba(6, 24, 15, .55) 47%, rgba(6, 24, 15, .12) 74%), linear-gradient(0deg, rgba(6, 24, 15, .52), transparent 48%); }
.hero__content { padding-top: 180px; padding-bottom: 78px; }
.hero h1 { max-width: 820px; font-size: clamp(62px, 8.6vw, 126px); letter-spacing: -.06em; }
.hero h1 em { color: var(--lime); }
.hero__lead { max-width: 560px; margin-top: 28px; color: rgba(255, 255, 255, .82); font-size: 19px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero__facts { max-width: 760px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 66px; border-top: 1px solid rgba(255, 255, 255, .25); }
.hero__facts div { padding: 23px 30px 0 0; }
.hero__facts div + div { padding-left: 30px; border-left: 1px solid rgba(255, 255, 255, .25); }
.hero__facts strong, .hero__facts span { display: block; }
.hero__facts strong { font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; }
.hero__facts span { margin-top: 4px; color: rgba(255, 255, 255, .64); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.hero__scroll { position: absolute; right: 34px; bottom: 38px; display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, .75); font-size: 11px; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; }
.hero__scroll span { font-size: 18px; }

.about { background: var(--paper); }
.about__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 92px; align-items: center; }
.about__copy > p:not(.eyebrow) { max-width: 540px; margin-top: 24px; color: var(--muted); font-size: 17px; }
.about__note { display: grid; grid-template-columns: 76px 1fr; gap: 20px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.about__note strong { color: var(--forest); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.about__note span { color: var(--muted); font-size: 14px; }
.about__visual { position: relative; min-height: 680px; border-radius: 90px 18px 90px 18px; overflow: hidden; box-shadow: var(--shadow); }
.about__visual img { height: 100%; min-height: 680px; object-fit: cover; }
.about__float { position: absolute; right: 20px; bottom: 20px; width: min(280px, calc(100% - 40px)); padding: 24px; color: var(--forest-deep); background: rgba(202, 255, 156, .92); border-radius: 24px 8px 24px 8px; backdrop-filter: blur(12px); }
.about__float strong, .about__float span { display: block; }
.about__float strong { font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 400; }
.about__float span { margin-top: 4px; font-size: 13px; }

.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 56px; }
.section-heading > p { max-width: 360px; padding-bottom: 8px; color: var(--muted); font-size: 16px; }
.infrastructure { background: var(--mist); }
.infra-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.infra-card { position: relative; min-height: 430px; grid-column: span 2; border-radius: var(--radius); overflow: hidden; background: var(--forest-deep); }
.infra-card--wide { grid-column: span 2; }
.infra-card:nth-child(4) { grid-column: 2 / span 2; }
.infra-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(4, 25, 13, .88), transparent 64%); }
.infra-card img { height: 100%; min-height: 430px; object-fit: cover; transition: transform .5s ease; }
.infra-card:hover img { transform: scale(1.035); }
.infra-card > div { position: absolute; inset: auto 28px 28px; z-index: 2; color: var(--white); }
.infra-card span { color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.infra-card h3 { margin-top: 9px; font-size: 34px; }
.infra-card p { max-width: 420px; margin-top: 9px; color: rgba(255, 255, 255, .72); font-size: 14px; }

.investment { position: relative; color: var(--white); background: var(--forest-deep) url("/assets/images/tild3930-3666-4031-a433-636463616639__skob1qyo9zonin_vb-0g.jpg") center / cover no-repeat; isolation: isolate; }
.investment::before { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(90deg, rgba(8, 34, 20, .96), rgba(8, 34, 20, .76)); }
.investment__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.investment h2 { font-size: clamp(48px, 5.5vw, 76px); }
.investment h2 em { color: var(--lime); }
.investment__copy > p:not(.eyebrow) { max-width: 610px; margin-top: 25px; color: rgba(255, 255, 255, .75); font-size: 17px; }
.investment__copy ul { display: grid; gap: 12px; margin: 32px 0 0; padding: 0; list-style: none; }
.investment__copy li { display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, .78); }
.investment__copy li::before { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--lime); content: ""; }

.lead-form { display: grid; gap: 14px; }
.lead-form--glass { padding: 38px; border: 1px solid rgba(255, 255, 255, .23); border-radius: var(--radius); background: rgba(255, 255, 255, .1); backdrop-filter: blur(16px); }
.lead-form--light { padding: 38px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.lead-form__title { font-family: Georgia, "Times New Roman", serif; font-size: 36px; line-height: 1; }
.lead-form__hint { margin-bottom: 10px; color: inherit; opacity: .7; font-size: 14px; }
.field { width: 100%; min-height: 54px; padding: 14px 18px; color: var(--ink); background: var(--white); border: 1px solid rgba(20, 33, 23, .22); border-radius: 14px; outline: 0; }
.field:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(184, 193, 176, .38); }
.field-label { display: grid; gap: 7px; color: inherit; font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
input[type="range"].field { min-height: 38px; padding: 0; accent-color: var(--forest); background: transparent; border: 0; box-shadow: none; }
output { color: var(--forest); font-size: 20px; font-weight: 800; letter-spacing: 0; text-transform: none; }
.consents { display: grid; gap: 9px; margin-top: 6px; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-size: 11px; line-height: 1.35; opacity: .8; }
.consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--forest); }
.consent a { text-underline-offset: 2px; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; padding: 10px 12px; color: #164f27; background: #e5f9e9; border-radius: 10px; font-size: 13px; }
.form-status.is-visible { display: block; }
.form-status.is-error { color: #7b231e; background: #fff0ef; }

.gallery { background: var(--paper); }
.slider { width: min(1450px, calc(100% - 48px)); margin-inline: auto; }
.slider__viewport { position: relative; min-height: 680px; border-radius: 44px; overflow: hidden; background: var(--forest-deep); }
.slider__track { position: absolute; inset: 0; }
.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 { width: 100%; height: 100%; object-fit: cover; }
.slider__control { position: absolute; top: 50%; z-index: 3; width: 58px; height: 58px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255, 255, 255, .92); font-size: 20px; cursor: pointer; transform: translateY(-50%); }
.slider__control--prev { left: 22px; }
.slider__control--next { right: 22px; }
.slider__meta { position: absolute; left: 24px; right: 24px; bottom: 20px; z-index: 3; display: flex; align-items: center; justify-content: space-between; color: var(--white); }
.slider__meta > span { min-width: 64px; font-size: 12px; letter-spacing: .1em; }
.slider__dots { display: flex; gap: 7px; }
.slider__dot { width: 24px; height: 4px; padding: 0; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .38); cursor: pointer; }
.slider__dot.is-active { background: var(--lime); }

.layouts { background: var(--sand); }
.layouts__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.layout-card { background: var(--white); border-radius: var(--radius); overflow: hidden; }
.layout-card__image { height: 340px; display: grid; place-items: center; padding: 24px; background: #f5f6f2; }
.layout-card__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.layout-card > div:last-child { padding: 26px; }
.layout-card p { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.layout-card h3 { margin-top: 8px; font-size: 34px; }
.layout-card span { display: block; margin-top: 16px; color: var(--muted); font-size: 13px; }
.text-link { min-height: 44px; margin-top: 16px; padding: 0; border: 0; color: var(--forest); background: transparent; font-weight: 800; cursor: pointer; }
.layouts__actions { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }

.mortgage { color: var(--ink); background: var(--lime); }
.mortgage__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.mortgage h2 { font-size: clamp(48px, 5.8vw, 78px); }
.mortgage__copy > p:not(.eyebrow) { max-width: 470px; margin-top: 24px; font-size: 16px; opacity: .72; }
.mortgage__result { margin-top: 42px; padding-top: 28px; border-top: 1px solid rgba(20, 33, 23, .22); }
.mortgage__result span, .mortgage__result strong { display: block; }
.mortgage__result span { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.mortgage__result strong { margin-top: 6px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 5vw, 72px); font-weight: 400; letter-spacing: -.04em; }
.lead-form--calculator { padding: 38px; background: rgba(255, 255, 255, .82); border-radius: var(--radius); box-shadow: var(--shadow); }

.viewing { position: relative; color: var(--white); background: var(--forest-deep); overflow: hidden; }
.viewing::after { position: absolute; right: -100px; top: -110px; width: 520px; height: 520px; border: 100px solid rgba(184, 193, 176, .08); border-radius: 50%; content: ""; }
.viewing__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 86px; align-items: center; }
.viewing h2 em { color: var(--lime); }
.viewing__grid > div > p:not(.eyebrow) { max-width: 520px; margin-top: 25px; color: rgba(255, 255, 255, .72); }

.project-faq { background: var(--paper); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 36px; }
.facts article { min-height: 180px; display: flex; flex-direction: column; padding: 24px; background: var(--mist); border-radius: 22px; }
.facts small { color: var(--forest); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.facts strong { margin-top: auto; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.facts span { margin-top: 8px; color: var(--muted); font-size: 12px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.faq-grid details { padding: 22px 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.faq-grid summary { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-grid summary::after { flex: 0 0 auto; font-size: 24px; font-weight: 400; content: "+"; }
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid details p { padding-top: 16px; color: var(--muted); font-size: 14px; }

.contacts { position: relative; color: var(--white); background: var(--forest-deep) url("/assets/images/tild6461-6265-4431-a332-623435373936__skysoul_15.jpg") center / cover no-repeat; isolation: isolate; }
.contacts::before { position: absolute; inset: 0; z-index: -1; content: ""; background: rgba(5, 29, 17, .82); }
.contacts__grid { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: center; }
.contacts h2 em { color: var(--lime); }
.contacts address { margin-top: 28px; color: rgba(255, 255, 255, .73); font-style: normal; font-size: 17px; }
.contacts__phone { display: inline-block; margin-top: 34px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 54px); text-decoration: none; }
.messengers { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.messengers a { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 18px; border: 1px solid rgba(255, 255, 255, .32); border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; }
.messengers a:hover, .messengers a:focus-visible { color: var(--forest-deep); background: var(--lime); border-color: var(--lime); }

.site-footer { padding: 42px 0; color: var(--white); background: #081b10; }
.site-footer__grid { display: grid; grid-template-columns: 1fr auto auto; gap: 50px; align-items: end; }
.brand--footer { color: var(--lime); }
.site-footer p { margin-top: 16px; color: rgba(255, 255, 255, .46); font-size: 12px; }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; }
.site-footer nav a, .footer-top { min-height: 32px; color: rgba(255, 255, 255, .68); font-size: 11px; text-decoration: none; }
.footer-top { white-space: nowrap; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; background: rgba(5, 20, 11, .78); backdrop-filter: blur(10px); overflow-y: auto; }
.modal__dialog { position: relative; width: min(520px, 100%); max-height: calc(100vh - 48px); padding: 42px; background: var(--paper); border-radius: 30px; box-shadow: 0 30px 100px rgba(0, 0, 0, .34); overflow-y: auto; }
.modal__dialog--wide { width: min(760px, 100%); }
.modal__dialog h2 { margin-bottom: 14px; font-size: clamp(38px, 5vw, 56px); }
.modal__dialog > p:not(.eyebrow) { margin-bottom: 24px; color: var(--muted); }
.modal__close { position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; display: grid; place-items: center; padding: 0 0 3px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); font-family: Arial, sans-serif; font-size: 30px; line-height: 1; cursor: pointer; }
.modal__close:hover, .modal__close:focus-visible { color: var(--white); background: var(--forest); }
.quiz-form fieldset { margin: 0; padding: 0; border: 0; }
.quiz-form legend { margin-bottom: 9px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.choice-row { display: flex; flex-wrap: wrap; gap: 8px; }
.choice-row label { position: relative; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row span { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 13px; cursor: pointer; }
.choice-row input:checked + span { color: var(--white); background: var(--forest); border-color: var(--forest); }
.choice-row input:focus-visible + span { outline: 3px solid rgba(184, 193, 176, .72); outline-offset: 2px; }

.cookie-banner { position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 1500; width: min(900px, calc(100% - 48px)); margin-inline: auto; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 20px; color: var(--ink); background: rgba(255, 255, 255, .96); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 20px 70px rgba(5, 20, 11, .28); backdrop-filter: blur(14px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { font-size: 13px; }
.cookie-banner > div { display: flex; gap: 8px; }
body.cookie-banner-open #fh-native-chat,
body.cookie-banner-open #fh-native-call,
body.cookie-banner-open .floating-invest,
body.modal-open #fh-native-chat,
body.modal-open #fh-native-call,
body.modal-open .floating-invest,
body.lead-form-in-view #fh-native-chat,
body.lead-form-in-view #fh-native-call,
body.lead-form-in-view .floating-invest { visibility: hidden !important; pointer-events: none !important; }

#fh-native-chat,
#fh-native-call {
  --fh-chat-blue: #b8c1b0;
  --fh-chat-gold: #667767;
  --fh-chat-gold-border: rgba(102, 119, 103, .34);
  --fh-chat-muted: rgba(27, 42, 31, .68);
  --fh-chat-line: rgba(102, 119, 103, .18);
}
#fh-native-call .fh-native-call__launcher::before,
#fh-native-call .fh-native-call__launcher::after { border-color: rgba(102, 119, 103, .34); }
#fh-native-chat .fh-native-chat__teaser-photo { border-color: rgba(102, 119, 103, .5); }
#fh-native-chat .fh-native-chat__online-dot { background: #91a695; box-shadow: none; animation: none; }

.floating-invest { position: fixed; left: 22px; bottom: 22px; z-index: 190; min-height: 48px; display: flex; align-items: center; gap: 8px; padding: 10px 16px; border: 0; border-radius: 999px; color: var(--white); background: var(--forest); box-shadow: 0 14px 40px rgba(17, 45, 27, .26); font-size: 12px; font-weight: 800; cursor: pointer; }
.floating-invest span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); }

@media (min-width: 761px) {
  .modal__dialog, .modal__dialog--wide { width: min(960px, calc(100vw - 80px)); padding: 44px 45px 38px; border-radius: 2px; }
  .modal__dialog > .eyebrow { display: none; }
  .modal__dialog h2 { max-width: 820px; margin: 0 auto 14px; font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: clamp(30px, 3vw, 38px); font-weight: 750; line-height: 1.14; letter-spacing: -.025em; text-align: center; }
  .modal__dialog > p:not(.eyebrow) { max-width: 760px; margin: 0 auto 24px; text-align: center; }
  .modal__dialog .lead-form { gap: 20px; }
  .modal__dialog .field, .modal__dialog .button { min-height: 60px; border-radius: 2px; }
  .modal__dialog .consents { margin-top: 0; }
  .modal__dialog .consent { font-size: 12px; }
  .modal__close { position: fixed; top: 18px; right: 18px; border: 0; color: var(--white); background: transparent; font-size: 40px; }
  .modal__close:hover, .modal__close:focus-visible { color: var(--lime-bright); background: transparent; }
}

.legal-page { background: var(--sand); }
.legal-header { padding: 22px 0; background: var(--white); }
.legal-header__inner { display: flex; align-items: center; justify-content: space-between; }
.legal-main { padding: 70px 0 100px; }
.legal-document { max-width: 900px; padding: 58px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.legal-document h1 { max-width: 780px; margin-bottom: 38px; font-size: clamp(42px, 6vw, 72px); letter-spacing: -.045em; }
.legal-document h2 { margin: 34px 0 12px; font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 19px; font-weight: 800; letter-spacing: -.01em; }
.legal-document p, .legal-document li { color: #465149; font-size: 15px; }
.legal-document p + p { margin-top: 14px; }
.legal-document ul { padding-left: 22px; }
.legal-document li + li { margin-top: 7px; }
.legal-document table { width: 100%; margin: 24px 0; border-collapse: collapse; font-size: 13px; }
.legal-document th, .legal-document td { padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-document .note { margin-top: 20px; padding: 18px; color: var(--forest-deep); background: var(--mist); border-radius: 14px; }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 24px; text-align: center; background: var(--mist); }
.not-found h1 { color: var(--forest); font-size: clamp(110px, 25vw, 260px); }
.not-found p { margin: 12px 0 30px; font-family: Georgia, "Times New Roman", serif; font-size: 32px; }

@media (max-width: 1100px) {
  .site-header__inner { grid-template-columns: auto 1fr auto; }
  .site-nav { position: absolute; left: 24px; right: 24px; top: 82px; display: none; padding: 18px; color: var(--ink); background: var(--white); border-radius: 18px; box-shadow: var(--shadow); }
  .menu-open .site-nav { display: grid; gap: 2px; }
  .site-nav a { min-height: 44px; display: flex; align-items: center; padding: 8px 12px; }
  .header-sales { margin-left: auto; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; }
  .menu-open .menu-toggle span { background: transparent; }
  .menu-open .menu-toggle span::before { transform: translateY(0) rotate(45deg); }
  .menu-open .menu-toggle span::after { transform: translateY(-2px) rotate(-45deg); }
  .about__grid, .investment__grid, .mortgage__grid, .viewing__grid, .contacts__grid { gap: 50px; }
  .infra-card, .infra-card--wide { grid-column: span 3; }
  .infra-card:nth-child(4) { grid-column: span 3; }
  .infra-card:last-child { grid-column: 2 / span 4; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 680px); }
  .section { padding: 82px 0; }
  .site-header { position: relative; color: var(--forest-deep); background: var(--paper); }
  .site-header .brand { color: var(--forest); }
  .site-header__inner { min-height: 74px; gap: 16px; border-bottom-color: var(--line); }
  .header-sales span { display: none; }
  .header-sales a { color: var(--forest-deep); font-size: 13px; }
  .menu-toggle { color: var(--forest-deep); }
  .site-nav { top: 66px; left: 16px; right: 16px; }
  .hero { min-height: 690px; align-items: flex-end; }
  .hero__media { background-position: 58% center; }
  .hero__shade { background: linear-gradient(0deg, rgba(6, 24, 15, .92), rgba(6, 24, 15, .15) 74%), linear-gradient(90deg, rgba(6, 24, 15, .55), transparent); }
  .hero__content { padding-top: 88px; padding-bottom: 46px; }
  .hero h1 { max-width: 100%; font-size: clamp(48px, 15.5vw, 74px); }
  .hero__lead { margin-top: 20px; font-size: 16px; }
  .hero__actions { margin-top: 26px; }
  .hero__actions .button { width: 100%; }
  .hero__facts { grid-template-columns: 1fr; margin-top: 38px; }
  .hero__facts div { display: grid; grid-template-columns: 110px 1fr; align-items: center; padding: 13px 0; }
  .hero__facts div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255, 255, 255, .2); }
  .hero__facts strong { font-size: 21px; }
  .hero__facts span { margin: 0; }
  .hero__scroll { display: none; }
  h2 { font-size: clamp(42px, 13vw, 62px); }
  .about__grid, .investment__grid, .mortgage__grid, .viewing__grid, .contacts__grid, .section-heading { grid-template-columns: 1fr; }
  .about__grid { gap: 44px; }
  .about__visual, .about__visual img { min-height: 500px; }
  .about__visual { border-radius: 54px 14px 54px 14px; }
  .section-heading { gap: 18px; margin-bottom: 36px; }
  .infra-grid { grid-template-columns: 1fr; }
  .infra-card, .infra-card--wide, .infra-card:nth-child(4), .infra-card:last-child { min-height: 390px; grid-column: auto; }
  .infra-card img { min-height: 390px; }
  .investment__grid, .viewing__grid, .contacts__grid { gap: 42px; }
  .lead-form--glass, .lead-form--light, .lead-form--calculator { padding: 24px; }
  .slider { width: calc(100% - 24px); }
  .slider__viewport { min-height: 500px; border-radius: 26px; }
  .slider__control { top: auto; bottom: 18px; width: 48px; height: 48px; transform: none; }
  .slider__control--prev { left: 18px; }
  .slider__control--next { right: 18px; }
  .slider__meta { left: 78px; right: 78px; bottom: 31px; justify-content: center; }
  .slider__dots { display: none; }
  .layouts__grid { grid-template-columns: 1fr; }
  .layout-card__image { height: 320px; }
  .layouts__actions { flex-direction: column; }
  .facts, .faq-grid { grid-template-columns: 1fr; }
  .facts { gap: 8px; }
  .facts article { min-height: 150px; }
  .contacts__phone { font-size: 35px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .site-footer nav { grid-template-columns: 1fr; }
  .modal { align-items: end; padding: 12px; }
  .modal__dialog { width: 100%; max-height: calc(100vh - 24px); padding: 32px 20px 24px; border-radius: 28px 28px 16px 16px; }
  .modal__close { top: 12px; right: 12px; }
  .field-row { grid-template-columns: 1fr; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; width: calc(100% - 24px); grid-template-columns: 1fr; gap: 14px; padding: 17px; }
  .cookie-banner > div { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-banner .button { min-height: 48px; padding-inline: 12px; font-size: 10px; }
  .floating-invest { left: 12px; bottom: 12px; }
  .legal-main { padding: 40px 0 70px; }
  .legal-document { padding: 30px 20px; }
  .legal-document table { display: block; overflow-x: auto; }
}

@media (max-width: 410px) {
  .header-sales { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .hero h1 { font-size: clamp(44px, 15vw, 60px); }
  .button { width: 100%; }
  .messengers a { flex: 1 1 100%; justify-content: center; }
  .contacts__phone { font-size: 31px; }
  .cookie-banner > div { grid-template-columns: 1fr; }
}

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