:root {
  --green: #65b32e;
  --green-hover: #579f27;
  --forest: #173c2c;
  --forest-soft: #24513b;
  --ink: #172019;
  --muted: #687168;
  --paper: #f5f3ed;
  --warm: #ebe7dc;
  --white: #fff;
  --line: rgba(23, 32, 25, .14);
  --line-light: rgba(255, 255, 255, .16);
  --radius-lg: 32px;
  --radius-md: 20px;
  --container: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: TildaSans, Arial, sans-serif; font-size: 18px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body, button, input { font-family: TildaSans, Arial, sans-serif; }
button, input { font: inherit; }
button, a { color: inherit; }
a { text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3 { text-wrap: balance; }
.container { width: min(var(--container), calc(100% - 80px)); margin-inline: auto; }

/* ---------- Шапка и знак ---------- */
.site-header { position: absolute; z-index: 20; top: 24px; left: 50%; width: min(1400px, calc(100% - 48px)); min-height: 76px; padding: 0 28px; display: flex; align-items: center; gap: 34px; transform: translateX(-50%); border-radius: 18px; background: var(--green); color: var(--white); box-shadow: 0 18px 45px rgba(20, 55, 29, .18); }
.brand { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; flex: 0 0 auto; color: currentColor; }
.brand-text { display: flex; flex-direction: column; line-height: 1.12; }
.brand-text b { font-size: 19px; font-weight: 700; letter-spacing: -.02em; }
.brand-text i { font-size: 11px; font-style: normal; opacity: .78; letter-spacing: .04em; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(16px, 1.8vw, 30px); }
.site-nav a { position: relative; padding: 27px 0; font-size: 14px; font-weight: 600; white-space: nowrap; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 20px; height: 1px; background: currentColor; transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.header-phone { margin-left: 6px; font-size: 15px; font-weight: 700; white-space: nowrap; }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; }

/* ---------- Общие элементы ---------- */
.eyebrow { margin: 0 0 16px; color: var(--green); font-size: 12px; font-weight: 700; line-height: 1.2; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: #bce4a2; }
.button { min-height: 58px; padding: 0 12px 0 24px; display: inline-flex; align-items: center; gap: 26px; border: 0; border-radius: 999px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--white); }
.button-primary:hover { background: var(--green-hover); }
.button-light { background: var(--white); color: var(--ink); }
.button-light > span { background: var(--paper); }
.section { padding: 120px 0; }
.section-heading { max-width: 920px; margin-bottom: 52px; }
.section-heading h2 { margin: 0; font-size: clamp(48px, 5vw, 76px); font-weight: 500; line-height: 1.02; letter-spacing: -.05em; white-space: pre-line; }
.section-heading > p:last-child { max-width: 660px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.section-heading-split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 80px; align-items: end; }
.section-heading-split > p { max-width: 460px; margin: 0 0 6px; color: var(--muted); }
.section-heading-compact { margin: 0; }

/* ---------- Первый экран ---------- */
.hero { position: relative; min-height: 860px; height: min(940px, 100svh); display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: var(--forest); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-veil { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(10, 34, 23, .86) 0%, rgba(10, 34, 23, .55) 46%, rgba(10, 34, 23, .12) 80%), linear-gradient(0deg, rgba(10, 34, 23, .42), transparent 46%); }
.hero-content { position: relative; z-index: 1; padding-bottom: 104px; }
.hero-content h1 { max-width: 880px; margin: 20px 0 26px; font-size: clamp(62px, 6.6vw, 104px); font-weight: 500; line-height: .94; letter-spacing: -.055em; }
.hero-lead { max-width: 640px; margin: 0 0 34px; color: rgba(255,255,255,.86); font-size: 20px; line-height: 1.45; }
.hero-note { margin: 16px 0 0; color: rgba(255,255,255,.66); font-size: 13px; }
.hero-scroll { position: absolute; z-index: 2; right: max(40px, calc((100% - var(--container))/2)); bottom: 48px; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.8); font-size: 13px; }
.hero-scroll span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }

/* ---------- Полоса фактов ---------- */
.facts { position: relative; z-index: 2; background: var(--white); border-bottom: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts article { min-height: 142px; padding: 34px 30px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.facts article:last-child { border-right: 1px solid var(--line); }
.facts span { margin-bottom: 7px; color: var(--muted); font-size: 13px; }
.facts strong { font-size: 21px; font-weight: 600; line-height: 1.2; }

/* ---------- Идея кластера ---------- */
.project { background: var(--paper); }
.project-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 56px; align-items: stretch; }
.project-photo { margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--warm); }
.project-photo img { width: 100%; height: 100%; min-height: 520px; display: block; object-fit: cover; }
.project-copy { display: flex; flex-direction: column; justify-content: center; gap: 30px; }
.project-copy article { padding-left: 26px; border-left: 2px solid var(--green); }
.project-copy h3 { margin: 0 0 10px; font-size: 26px; font-weight: 600; letter-spacing: -.02em; }
.project-copy p { max-width: 460px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }

/* ---------- Генплан ---------- */
.genplan { background: var(--forest); color: var(--white); }
.genplan .section-heading > p:last-child, .genplan .section-heading-split > p { color: rgba(255,255,255,.72); }
.plan-frame { position: relative; overflow: hidden; border: 1px solid var(--line-light); border-radius: var(--radius-lg); background: #0f2e21; box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.plan-frame > img { width: 100%; display: block; }
.plan-zones { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.plan-zones polygon { stroke-width: 3; stroke-linejoin: round; fill-opacity: .3; }
.plan-pins { position: absolute; inset: 0; pointer-events: none; }
.plan-pin { position: absolute; transform: translate(-50%, -50%); display: flex; align-items: center; gap: 9px; padding: 8px 15px 8px 9px; border-radius: 999px; background: rgba(10, 32, 22, .84); border: 1px solid rgba(255,255,255,.26); color: var(--white); white-space: nowrap; backdrop-filter: blur(8px); box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.plan-pin em { width: 11px; height: 11px; flex: 0 0 auto; border-radius: 50%; }
.plan-pin span { display: flex; flex-direction: column; line-height: 1.15; }
.plan-pin b { font-size: 14px; font-weight: 700; }
.plan-pin i { font-size: 11px; font-style: normal; opacity: .74; }
.plan-caption { position: absolute; left: 24px; right: 24px; bottom: 24px; min-height: 78px; padding: 10px 10px 10px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(10, 37, 26, .84); backdrop-filter: blur(12px); }
.plan-caption > span { font-size: 14px; font-weight: 600; }

.zone-cards { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.zone-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line-light); border-radius: var(--radius-md); background: rgba(255,255,255,.05); }
.zone-card img { width: 100%; height: 168px; display: block; object-fit: cover; }
.zone-card-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.zone-card-head { display: flex; align-items: baseline; gap: 10px; }
.zone-dot { width: 11px; height: 11px; flex: 0 0 auto; align-self: center; border-radius: 50%; }
.zone-card h3 { margin: 0; font-size: 25px; font-weight: 600; letter-spacing: -.025em; }
.zone-card-lead { margin: 6px 0 14px; color: #bce4a2; font-size: 13px; font-weight: 600; }
.zone-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.6; }
.zone-price { margin: 22px 0 0; padding-top: 20px; display: flex; align-items: baseline; gap: 8px; border-top: 1px solid var(--line-light); }
.zone-price b { font-size: 30px; font-weight: 700; letter-spacing: -.03em; }
.zone-price i { color: rgba(255,255,255,.6); font-size: 13px; font-style: normal; }
.zone-promo { margin: 12px 0 0; padding: 9px 14px; border-radius: 999px; background: var(--green); color: var(--white); font-size: 13px; font-weight: 700; align-self: flex-start; }
.zone-meta { margin: 18px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.zone-meta div { display: flex; flex-direction: column; }
.zone-meta dt { color: rgba(255,255,255,.55); font-size: 12px; }
.zone-meta dd { margin: 5px 0 0; font-size: 15px; font-weight: 700; }

.catalog-offer { margin-top: 28px; padding: 44px 44px 46px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 44px; align-items: center; border-radius: var(--radius-lg); background: var(--forest-soft); }
.catalog-offer h3 { margin: 0 0 14px; font-size: clamp(30px, 3vw, 42px); font-weight: 500; line-height: 1.06; letter-spacing: -.04em; }
.catalog-offer-text { max-width: 640px; margin: 0; color: rgba(255,255,255,.74); font-size: 16px; }

/* ---------- Промо ---------- */
.promo { padding: 92px 0; background: var(--green); color: var(--white); }
.promo-inner { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 64px; align-items: center; }
.promo .eyebrow { color: rgba(255,255,255,.82); }
.promo-copy h2 { margin: 0 0 20px; font-size: clamp(42px, 4.4vw, 64px); font-weight: 500; line-height: 1.02; letter-spacing: -.05em; }
.promo-copy > p:last-child { max-width: 560px; margin: 0; color: rgba(255,255,255,.86); font-size: 17px; }
.promo-figures { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; padding: 32px; border-radius: var(--radius-lg); background: rgba(255,255,255,.14); }
.promo-price { display: flex; flex-direction: column; gap: 4px; }
.promo-price span { color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.promo-price s { font-size: 24px; font-weight: 600; opacity: .7; }
.promo-price-now b { font-size: 46px; font-weight: 700; line-height: 1; letter-spacing: -.04em; }
.promo-figures .button { margin-top: 8px; }

/* ---------- Общая инфраструктура ---------- */
.shared { background: var(--white); }
.switcher { display: flex; gap: 10px; margin-bottom: 24px; overflow-x: auto; scrollbar-width: none; }
.switcher::-webkit-scrollbar { display: none; }
.shared-tab { flex: 0 0 auto; padding: 13px 20px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); font-size: 15px; font-weight: 600; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.shared-tab:hover { border-color: var(--green); }
.shared-tab[aria-selected="true"] { border-color: var(--green); background: var(--green); color: var(--white); }
.shared-stage { min-height: 560px; display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr); overflow: hidden; border-radius: var(--radius-lg); background: var(--paper); box-shadow: 0 24px 70px rgba(27, 52, 36, .08); }
.shared-copy { padding: 62px 56px; display: flex; flex-direction: column; justify-content: center; }
.panel-eyebrow { margin: 0 0 18px; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.shared-copy h3 { margin: 0 0 24px; font-size: clamp(36px, 3.2vw, 50px); font-weight: 500; line-height: 1.03; letter-spacing: -.045em; }
.panel-text { max-width: 480px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.panel-note { margin: 42px 0 0; padding-top: 22px; display: flex; align-items: flex-start; gap: 10px; border-top: 1px solid var(--line); color: var(--ink); font-size: 13px; }
.panel-note span { color: var(--green); font-size: 9px; line-height: 2.2; }
.shared-media { min-width: 0; margin: 0; background: var(--forest); }
.shared-media img { width: 100%; height: 100%; min-height: 560px; display: block; object-fit: cover; opacity: 1; transition: opacity .25s ease; }
.shared-media img.is-changing { opacity: .35; }

/* ---------- Домашний лес ---------- */
.forest { padding-bottom: 0; background: var(--forest); color: var(--white); }
.forest .section-heading-split > p { color: rgba(255,255,255,.72); }
.forest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.forest-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.forest-list li { padding: 24px 26px; border: 1px solid var(--line-light); border-radius: var(--radius-md); background: rgba(255,255,255,.05); }
.forest-list b { display: block; margin-bottom: 6px; font-size: 19px; font-weight: 600; }
.forest-list p { margin: 0; color: rgba(255,255,255,.68); font-size: 15px; }
.forest-list em { display: inline-block; margin-bottom: 10px; padding: 5px 12px; border-radius: 999px; background: rgba(255,255,255,.14); color: #cfe9bb; font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.forest-list-planned li { background: transparent; border-style: dashed; }
.forest-note { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.55); font-size: 13px; }
.forest-frame { width: 100%; height: min(560px, 42vw); min-height: 380px; margin: 92px 0 0; overflow: hidden; }
.forest-frame img { width: 100%; height: 100%; display: block; object-fit: cover; }

/* ---------- Волга ---------- */
.water { padding-bottom: 0; overflow: hidden; background: var(--paper); }
.water-intro { margin-bottom: 62px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; }
.water-intro > p { max-width: 500px; margin: 0 0 8px; color: var(--muted); }
.water-frame { position: relative; width: 100%; height: min(650px, 48vw); min-height: 480px; margin: 0; overflow: hidden; background: #102f22; }
.water-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10, 34, 23, .55), transparent 45%); pointer-events: none; }
.water-frame img { width: 100%; height: 100%; display: block; object-fit: cover; }
.water-frame figcaption { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.water-frame figcaption span { padding: 10px 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(18, 57, 40, .7); color: var(--white); font-size: 13px; backdrop-filter: blur(8px); }

/* ---------- Команда ---------- */
.team { background: var(--white); }
.team-grid { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: 56px; align-items: start; }
.team-lead-card { max-width: 400px; margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--paper); }
.team-lead-card img { width: 100%; height: auto; display: block; aspect-ratio: 1 / 1; object-fit: cover; object-position: top center; }
.team-lead-card figcaption { padding: 28px 30px 32px; }
.team-lead-card b { display: block; font-size: 24px; font-weight: 600; letter-spacing: -.02em; }
.team-lead-card i { display: block; margin-top: 5px; color: var(--muted); font-size: 14px; font-style: normal; }
.team-lead-card blockquote { margin: 20px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink); font-size: 16px; line-height: 1.55; }
.team-copy { display: flex; flex-direction: column; gap: 22px; }
.team-copy p { margin: 0; font-size: 19px; line-height: 1.6; }
.team-copy p:first-child { font-size: 23px; font-weight: 500; letter-spacing: -.02em; }
.team-facts { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid var(--line); }
.team-facts div { padding-top: 28px; }
.team-facts b { display: block; margin-bottom: 8px; color: var(--green); font-size: 38px; font-weight: 700; line-height: 1; letter-spacing: -.04em; }
.team-facts p { margin: 0; color: var(--muted); font-size: 15px; }
.team-people { margin-top: 56px; padding-top: 40px; display: grid; grid-template-columns: minmax(280px, auto) minmax(0, 1fr); gap: 48px; align-items: center; border-top: 1px solid var(--line); }
.team-person { margin: 0; display: flex; align-items: center; gap: 16px; }
.team-person img { width: 76px; height: 76px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; object-position: top center; }
.team-person b { display: block; font-size: 16px; font-weight: 600; }
.team-person i { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; font-style: normal; }
.team-others { max-width: 620px; margin: 0; color: var(--muted); font-size: 16px; }

/* ---------- Экскурсия ---------- */
.tour { background: var(--forest); color: var(--white); }
.tour-inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 64px; align-items: start; }
.tour-copy h2 { margin: 0 0 22px; font-size: clamp(44px, 4.6vw, 68px); font-weight: 500; line-height: 1.02; letter-spacing: -.05em; white-space: pre-line; }
.tour-lead { max-width: 560px; margin: 0 0 40px; color: rgba(255,255,255,.78); font-size: 18px; }
.tour-steps { margin: 0; padding: 0; list-style: none; counter-reset: step; display: grid; gap: 2px; }
.tour-steps li { padding: 22px 0; display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 18px; border-top: 1px solid var(--line-light); }
.tour-steps li::before { counter-increment: step; content: '0' counter(step); color: var(--green); font-size: 13px; font-weight: 700; }
.tour-steps b { display: block; margin-bottom: 5px; font-size: 19px; font-weight: 600; }
.tour-steps p { margin: 0; color: rgba(255,255,255,.68); font-size: 15px; }
.tour-note { margin: 28px 0 0; color: #bce4a2; font-size: 14px; }
.tour-form { padding: 40px; border-radius: var(--radius-lg); background: var(--white); color: var(--ink); }
.tour-form h3 { margin: 0 0 26px; font-size: 28px; font-weight: 600; letter-spacing: -.03em; }

/* ---------- Формы ---------- */
form label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--muted); font-size: 13px; }
form input { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); outline: 0; }
form input:focus { border-color: var(--green); }
form input:user-invalid { border-color: #c4442c; }
form .button { width: 100%; justify-content: space-between; margin-top: 10px; }
form small { display: block; margin-top: 14px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.form-status { margin: 14px 0 0; min-height: 20px; color: var(--green); font-size: 14px; font-weight: 600; }
.form-status[data-state="error"] { color: #c4442c; }

/* ---------- Подвал ---------- */
.footer { padding: 72px 0 28px; background: #102d21; color: var(--white); }
.footer-top { padding-bottom: 70px; display: grid; grid-template-columns: 1.1fr 1fr .8fr; gap: 70px; }
.footer-brand b { display: block; margin: 14px 0 10px; font-size: 21px; font-weight: 700; letter-spacing: -.02em; }
.footer-brand p { max-width: 300px; margin: 0; color: rgba(255,255,255,.6); font-size: 14px; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px; align-content: start; }
.footer-nav a { color: rgba(255,255,255,.76); font-size: 14px; }
.footer-nav a:hover { color: var(--white); }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-contact span { margin-bottom: 8px; color: #9ecb82; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.footer-contact a { font-size: 21px; font-weight: 700; }
.footer-contact p { margin: 10px 0 0; color: rgba(255,255,255,.6); font-size: 13px; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); font-size: 12px; }

/* ---------- Модальные окна ---------- */
.modal, .plan-dialog { padding: 0; border: 0; border-radius: 28px; box-shadow: 0 30px 100px rgba(0,0,0,.32); }
dialog::backdrop { background: rgba(8, 27, 19, .72); backdrop-filter: blur(6px); }
.modal { width: min(560px, calc(100% - 32px)); padding: 48px; background: var(--white); color: var(--ink); }
.modal h2 { margin: 0 0 18px; font-size: 40px; font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.modal > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 16px; }
.modal form { margin-top: 28px; }
.dialog-close { position: absolute; z-index: 4; top: 18px; right: 18px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.dialog-close-light { color: var(--white); border-color: rgba(255,255,255,.4); background: rgba(10,35,25,.75); }
.plan-dialog { width: min(1480px, calc(100% - 32px)); background: var(--forest); }
.plan-dialog img { width: 100%; max-height: 90vh; display: block; object-fit: contain; }

/* ---------- Адаптив ---------- */
@media (max-width: 1180px) {
  .site-nav { position: absolute; top: 88px; left: 0; right: 0; padding: 24px; display: none; grid-template-columns: 1fr 1fr; border-radius: 18px; background: var(--green); box-shadow: 0 18px 45px rgba(20,55,29,.22); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 8px 0; }
  .header-phone { margin-left: 0; }
  .menu-toggle { display: block; order: 3; }
  .section-heading-split { gap: 48px; }
  .shared-stage { grid-template-columns: .9fr 1.1fr; }
  .project-grid, .team-grid, .tour-inner { gap: 40px; }
  .zone-cards { grid-template-columns: 1fr; }
  .zone-card { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
  .zone-card img { height: 100%; min-height: 240px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 48px, var(--container)); }
  .site-header { width: calc(100% - 32px); top: 16px; }
  .header-phone { display: none; }
  .hero { min-height: 760px; }
  .hero-scroll { display: none; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts article:nth-child(2) { border-right: 1px solid var(--line); }
  .section { padding: 92px 0; }
  .section-heading-split, .water-intro, .promo-inner { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .section-heading-split > p { max-width: 620px; }
  .shared-stage, .project-grid, .team-grid, .tour-inner, .forest-grid { grid-template-columns: 1fr; }
  .shared-copy { min-height: 420px; }
  .shared-media img { min-height: 440px; }
  .project-photo img { min-height: 380px; }
  .catalog-offer { grid-template-columns: 1fr; gap: 28px; }
  .team-facts { grid-template-columns: 1fr; gap: 0; }
  .team-facts div { padding: 24px 0; border-bottom: 1px solid var(--line); }
  .team-people { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .water-frame { height: 560px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 44px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: calc(100% - 32px); }
  .site-header { min-height: 66px; padding: 0 16px; border-radius: 15px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-text b { font-size: 17px; }
  .brand-text i { font-size: 10px; }
  .menu-toggle { width: 40px; height: 40px; }
  .site-nav { top: 76px; grid-template-columns: 1fr; }
  .hero { min-height: 700px; height: 100svh; }
  .hero-veil { background-image: linear-gradient(0deg, rgba(9,32,22,.88), rgba(9,32,22,.22) 72%); }
  .hero-content { padding-bottom: 52px; }
  .hero-content h1 { margin-top: 16px; font-size: clamp(46px, 13.5vw, 64px); }
  .hero-lead { font-size: 17px; }
  .button { min-height: 54px; padding-left: 20px; gap: 18px; }
  .facts article { min-height: 118px; padding: 24px 16px; }
  .facts strong { font-size: 17px; }
  .section { padding: 76px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: clamp(38px, 11.5vw, 54px); }
  .section-heading > p:last-child { font-size: 16px; }
  .project-copy article { padding-left: 20px; }
  .switcher { margin-right: -16px; padding-right: 16px; }
  .shared-tab { padding: 11px 17px; font-size: 14px; }
  .shared-stage { border-radius: 22px; }
  .shared-copy { min-height: 0; padding: 38px 26px; }
  .shared-media img { min-height: 300px; height: 64vw; }
  .plan-frame { border-radius: 20px; }
  .plan-caption { left: 12px; right: 12px; bottom: 12px; padding: 10px; }
  .plan-caption > span { display: none; }
  .plan-caption .button { width: 100%; justify-content: space-between; }
  .plan-pin { padding: 5px 10px 5px 6px; gap: 6px; }
  .plan-pin em { width: 8px; height: 8px; }
  .plan-pin b { font-size: 11px; }
  .plan-pin i { display: none; }
  .zone-card { grid-template-columns: 1fr; border-radius: 18px; }
  .zone-card img { min-height: 190px; height: 190px; }
  .zone-card-body { padding: 24px 22px 26px; }
  .catalog-offer { padding: 32px 24px 34px; border-radius: 22px; }
  .promo { padding: 72px 0; }
  .promo-figures { width: 100%; padding: 24px; }
  .promo-figures .button { width: 100%; justify-content: space-between; }
  .forest-frame { margin-top: 68px; height: 62vw; min-height: 280px; }
  .water-intro { margin-bottom: 42px; }
  .water-frame { min-height: 440px; height: 112vw; }
  .water-frame figcaption { left: 16px; right: 16px; bottom: 16px; }
  .team-copy p:first-child { font-size: 20px; }
  .team-copy p { font-size: 17px; }
  .team-facts b { font-size: 32px; }
  .tour-form { padding: 30px 24px 32px; border-radius: 22px; }
  .footer { padding-top: 56px; }
  .footer-top { padding-bottom: 48px; grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .modal { padding: 44px 24px 30px; }
  .modal h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .hero-video { display: none; }
  .hero { background-image: url('../public/assets/hero-poster.webp'); background-size: cover; background-position: center; }
}
