:root {
  --ink: #151716;
  --graphite: #171b1a;
  --graphite-2: #232927;
  --paper: #f3f0e8;
  --paper-strong: #fffaf1;
  --warm: #c68a52;
  --warm-2: #f0bd7b;
  --olive: #6f7868;
  --line: rgba(21, 23, 22, 0.14);
  --line-light: rgba(255, 250, 241, 0.18);
  --shadow: 0 28px 80px rgba(18, 24, 22, 0.26);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(135deg, #eef0ea, #dce4dd);
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(160px, 1fr);
  gap: 22px;
  align-items: center;
  padding: 18px 30px;
  color: var(--paper-strong);
  background: linear-gradient(180deg, rgba(20, 24, 23, 0.84), rgba(20, 24, 23, 0));
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; gap: 12px; align-items: center; justify-self: start; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.08);
  font-weight: 900;
}
.brand strong, .brand small { display: block; }
.brand small { margin-top: 2px; font-size: 11px; opacity: .74; }
.brand strong, .brand small, .nav-links a, .header-phone, .eyebrow, .button {
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav-links { display: flex; gap: 6px; font-size: 12px; font-weight: 800; }
.nav-links a { padding: 10px 11px; border: 1px solid transparent; border-radius: 999px; }
.nav-links a:hover { border-color: var(--line-light); background: rgba(255, 250, 241, .08); }
.header-phone { justify-self: end; font-size: 12px; font-weight: 900; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%; color: inherit; background: transparent; }
.menu-button span { display: block; width: 18px; height: 2px; margin: 5px auto; background: currentColor; }
.mobile-menu {
  position: fixed;
  z-index: 19;
  inset: 0;
  padding: 100px 28px;
  color: var(--paper-strong);
  background: rgba(19, 23, 22, .96);
}
.mobile-menu a { display: block; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 24px; }

.scroll-stage {
  position: fixed;
  inset: 0;
  overflow: hidden;
}
.horizontal-track { display: flex; width: auto; height: 100vh; will-change: transform; }
.panel {
  position: relative;
  flex: 0 0 100vw;
  min-width: 100vw;
  min-height: 100vh;
  padding: 110px 5vw 58px;
  overflow: hidden;
}
.panel::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 250, 241, .08);
  pointer-events: none;
}
.parallax-layer { --layer-x: 0px; transform: translate3d(var(--layer-x),0,0); transition: transform .08s linear; will-change: transform; }
.motion-media { --media-x: 0px; --media-y: 0px; will-change: transform; }
.slow-media { width: 128%; max-width: none; height: 110%; margin-left: -14%; margin-top: -3%; transform: translate3d(var(--media-x), var(--media-y), 0) scale(1.06); transition: transform .08s linear; }

.warehouse-hero {
  display: grid;
  align-items: end;
  color: var(--paper-strong);
  background:
    linear-gradient(90deg, rgba(18, 22, 21, .94), rgba(18, 22, 21, .62) 52%, rgba(18, 22, 21, .28)),
    linear-gradient(135deg, #171b1a, #364037);
}
.hero-video,
.hero-video-wash {
  position: absolute;
  inset: 0;
}
.hero-video {
  width: 118%;
  height: 112%;
  left: -9%;
  top: -6%;
  object-fit: cover;
  transform: translate3d(var(--media-x), var(--media-y), 0) scale(1.04);
  filter: saturate(.82) contrast(1.08) brightness(.68);
}
.hero-video-wash {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(18, 22, 21, .94), rgba(18, 22, 21, .62) 52%, rgba(18, 22, 21, .24)),
    linear-gradient(180deg, rgba(18, 22, 21, .05), rgba(18, 22, 21, .72));
}
.hero-content { position: relative; z-index: 2; max-width: 900px; padding-bottom: 7vh; }
.eyebrow { margin: 0 0 18px; color: var(--warm-2); font-size: 12px; font-weight: 900; }
h1, h2 { margin: 0; max-width: 1000px; font-weight: 850; letter-spacing: 0; line-height: .98; }
h1 { font-size: clamp(48px, 7.1vw, 112px); }
h2 { font-size: clamp(36px, 4.8vw, 78px); }
.lead, .section-copy p, .terms-copy p, .location-copy p { max-width: 690px; font-size: clamp(18px, 1.35vw, 23px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.button.primary { border-color: var(--warm); color: #17120d; background: linear-gradient(135deg, #ffd39c, var(--warm)); box-shadow: 0 16px 34px rgba(198,138,82,.2); }
.button.ghost { color: var(--paper-strong); background: rgba(255,250,241,.08); backdrop-filter: blur(14px); }
.hero-facts { position: absolute; right: 5vw; bottom: 62px; z-index: 2; display: grid; grid-template-columns: repeat(3, 160px); gap: 10px; }
.hero-facts div, .metric {
  border: 1px solid var(--line-light);
  background: rgba(255,250,241,.09);
  backdrop-filter: blur(22px);
}
.hero-facts div { padding: 16px; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 22px; }
.hero-facts span { margin-top: 6px; font-size: 12px; opacity: .78; }

.intro-panel, .terms-panel, .contacts-panel {
  background: linear-gradient(120deg, #f4f0e7, #e3e9e1 58%, #d5dfd8);
}
.intro-panel { display: grid; grid-template-columns: minmax(350px,.9fr) minmax(320px,.8fr) minmax(470px,1.2fr); gap: 34px; align-items: end; }
.section-copy { align-self: center; }
.metric-grid { display: grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: 12px; }
.metric { min-height: 150px; padding: 22px; border-color: var(--line); background: rgba(255,250,241,.62); border-radius: 8px; box-shadow: 0 18px 45px rgba(17,22,21,.08); }
.metric strong { display: block; font-size: clamp(31px, 3.2vw, 52px); line-height: 1; }
.metric span { display: block; margin-top: 12px; color: rgba(21,25,22,.68); line-height: 1.35; }
.wide-photo { position: relative; height: min(72vh, 680px); margin: 0; overflow: hidden; border-radius: 10px; box-shadow: var(--shadow); background: #202624; }
.warehouse-photo img { filter: saturate(.62) contrast(1.08) brightness(.74); }
figcaption { position: absolute; left: 16px; bottom: 16px; padding: 9px 12px; color: var(--paper-strong); border: 1px solid var(--line-light); border-radius: 8px; background: rgba(17,22,21,.62); backdrop-filter: blur(16px); font-size: 12px; }

.plots-panel {
  display: grid;
  grid-template-columns: minmax(300px, .48fr) minmax(700px, 1.36fr) minmax(330px, .58fr);
  gap: 28px;
  align-items: center;
  color: var(--paper-strong);
  background: radial-gradient(circle at 82% 18%, rgba(198,138,82,.18), transparent 30%), linear-gradient(135deg, #171b1a, #28312d);
}
.plots-panel > * { position: relative; z-index: 1; }
.site-plan-wrap { padding: 16px; border: 1px solid var(--line-light); border-radius: 10px; background: rgba(255,250,241,.06); box-shadow: var(--shadow); }
.site-plan { display: block; width: 100%; height: min(76vh, 760px); min-height: 620px; }
.map-base-layer { pointer-events: none; }
.map-base-image { opacity: 1; filter: saturate(.94) contrast(1.04); transform-box: fill-box; transform-origin: center; }
.plan-ground { fill: rgba(20, 28, 25, .18); stroke: rgba(93, 194, 255, .95); stroke-width: 2.5; }
.plan-grid-fill { fill: transparent; stroke: none; }
.plan-drive { display: none; }
.plan-drive-small { stroke-width: 34; }
.plan-gate { fill: var(--warm); }
.plan-control { fill: rgba(255,250,241,.16); stroke: rgba(255,250,241,.32); }
.plan-label, .plan-road-label { fill: rgba(255,250,241,.78); font: 700 18px "Segoe UI", Arial, sans-serif; }
.plan-road-label { fill: rgba(255,250,241,.45); text-transform: uppercase; letter-spacing: 3px; }
.plot-shape { cursor: pointer; outline: none; }
.plot-shape rect,
.plot-shape polygon {
  fill: rgba(44, 210, 72, .34);
  stroke: rgba(234, 255, 232, .88);
  stroke-width: 3;
  transition: fill .18s ease, stroke .18s ease, filter .18s ease, transform .18s ease;
  vector-effect: non-scaling-stroke;
}
.plot-shape text {
  display: block;
  fill: var(--paper-strong);
  paint-order: stroke;
  stroke: rgba(0,0,0,.62);
  stroke-width: 4px;
  stroke-linejoin: round;
  text-anchor: middle;
  pointer-events: none;
}
.plot-number-label { font: 900 25px "Segoe UI", Arial, sans-serif; }
.plot-shape .plot-area-label { display: none; font: 800 15px "Segoe UI", Arial, sans-serif; fill: rgba(255,250,241,.92); }
.plot-tone-0 rect, .plot-tone-0 polygon,
.plot-tone-1 rect, .plot-tone-1 polygon,
.plot-tone-2 rect, .plot-tone-2 polygon,
.plot-tone-3 rect, .plot-tone-3 polygon,
.plot-tone-4 rect, .plot-tone-4 polygon,
.plot-tone-5 rect, .plot-tone-5 polygon { fill: rgba(44, 210, 72, .34); }
.plot-shape.is-busy rect,
.plot-shape.is-busy polygon { fill: rgba(230, 48, 42, .35); stroke: rgba(255, 225, 218, .82); }
.plot-shape.is-reserved rect,
.plot-shape.is-reserved polygon { fill: rgba(237, 200, 103, .38); stroke: rgba(255, 244, 196, .88); }
.plot-shape.color-blue rect,
.plot-shape.color-blue polygon { fill: rgba(68, 139, 255, .32); stroke: rgba(216, 232, 255, .82); }
.plot-shape.color-magenta rect,
.plot-shape.color-magenta polygon { fill: rgba(223, 72, 214, .32); stroke: rgba(255, 220, 252, .82); }
.plot-shape.color-orange rect,
.plot-shape.color-orange polygon { fill: rgba(245, 133, 52, .38); stroke: rgba(255, 230, 205, .86); }
.plot-shape.color-yellow rect,
.plot-shape.color-yellow polygon { fill: rgba(238, 218, 75, .38); stroke: rgba(255, 250, 196, .86); }
.plot-shape:hover rect, .plot-shape:focus rect, .plot-shape.is-active rect,
.plot-shape:hover polygon, .plot-shape:focus polygon, .plot-shape.is-active polygon {
  fill: rgba(255, 205, 89, .46);
  stroke: #fff;
  filter: drop-shadow(0 0 12px rgba(255, 211, 120, .62));
  transform: translateY(-3px);
}
.plot-shape:hover .plot-area-label,
.plot-shape:focus .plot-area-label,
.plot-shape.is-active .plot-area-label { display: block; }
.plot-detail { align-self: stretch; display: grid; align-content: center; gap: 18px; min-height: 460px; padding: 24px; border: 1px solid var(--line-light); border-radius: 10px; background: rgba(255,250,241,.08); backdrop-filter: blur(18px); }
.plot-detail-head { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.plot-detail-head strong { font-size: 34px; }
.plot-badge { padding: 8px 10px; border-radius: 999px; color: #151716; background: #b9cbb0; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.plot-badge.is-busy { background: #c9c9c2; }
.plot-badge.is-reserved { background: #edc867; }
.plot-props { display: grid; gap: 10px; margin: 0; }
.plot-props div { display: grid; grid-template-columns: 98px 1fr; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--line-light); }
.plot-props dt { color: rgba(255,250,241,.58); }
.plot-props dd { margin: 0; font-weight: 800; }
.plot-detail p { margin: 0; color: rgba(255,250,241,.74); line-height: 1.45; }

.uses-panel { display: grid; grid-template-columns: minmax(330px,.58fr) minmax(520px,.76fr) minmax(520px,.9fr); gap: 24px; align-items: center; background: linear-gradient(120deg, #eef1ea, #dfe8e2); }
.use-grid { display: grid; grid-template-columns: repeat(3, minmax(180px, 1fr)); gap: 12px; }
.use-card, .term-card, .seo-card, .contact-block, .landing-card, .faq-item, .landing-facts div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,250,241,.68);
  box-shadow: 0 18px 45px rgba(17,22,21,.08);
}
.use-card { min-height: 150px; padding: 20px; }
.use-card strong, .term-card strong { display: block; margin-bottom: 10px; font-size: 24px; }
.use-card span, .term-card span { color: rgba(21,25,22,.72); line-height: 1.42; }
.use-gallery {
  display: grid;
  gap: 12px;
  align-self: stretch;
}
.use-gallery figure,
.location-photo {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #202624;
  box-shadow: 0 18px 45px rgba(17,22,21,.14);
}
.use-gallery figure { height: calc((76vh - 24px) / 3); min-height: 168px; }
.use-gallery img,
.location-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.06);
}

.ideas-panel {
  display: grid;
  grid-template-columns: minmax(390px, .55fr) minmax(860px, 1.45fr);
  gap: 28px;
  align-items: center;
  color: var(--paper-strong);
  background: linear-gradient(135deg, #161b1a, #27302b 52%, #3b3329);
}
.ideas-article p {
  max-width: 720px;
  color: rgba(255,250,241,.82);
  font-size: clamp(17px, 1.08vw, 20px);
  line-height: 1.55;
}
.idea-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.idea-list span {
  padding: 10px 12px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: var(--paper-strong);
  background: rgba(255,250,241,.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ideas-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  grid-auto-rows: minmax(150px, 1fr);
  gap: 12px;
  height: min(78vh, 760px);
  align-self: stretch;
}
.idea-tile {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 10px;
  background: #202624;
  box-shadow: 0 18px 45px rgba(17,22,21,.18);
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
}
.idea-tile.is-large { grid-column: span 2; grid-row: span 2; }
.idea-tile.is-wide { grid-column: span 2; }
.idea-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.84) contrast(1.06) brightness(.82);
  transition: transform .28s ease, filter .22s ease;
}
.idea-tile figcaption {
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  gap: 3px;
  color: var(--paper-strong);
}
.idea-tile figcaption strong { font-size: 18px; }
.idea-tile figcaption span { color: rgba(255,250,241,.78); font-size: 12px; line-height: 1.25; }
.idea-tile:hover,
.idea-tile:focus-within {
  z-index: 8;
  transform: scale(1.24);
  box-shadow: 0 34px 90px rgba(0,0,0,.46);
}
.idea-tile:hover img,
.idea-tile:focus-within img {
  transform: scale(1.04);
  filter: saturate(.98) contrast(1.08) brightness(.96);
}

.terms-panel { display: grid; grid-template-columns: minmax(420px,.8fr) minmax(620px,1.2fr); gap: 40px; align-items: center; }
.terms-grid { display: grid; grid-template-columns: repeat(3, minmax(180px, 1fr)); gap: 12px; }
.term-card { min-height: 170px; padding: 21px; }

.location-panel {
  display: grid;
  grid-template-columns: minmax(340px,.62fr) minmax(420px,.78fr) minmax(520px,1fr);
  gap: 24px;
  align-items: center;
  color: var(--paper-strong);
  background: linear-gradient(135deg, #171b1a, #2b352f 64%, #171b1a);
}
.location-photo { height: min(72vh, 680px); }
.location-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.location-badges span { padding: 11px 13px; border: 1px solid var(--line-light); border-radius: 999px; background: rgba(255,250,241,.08); }
.contact-map { position: relative; height: min(72vh, 680px); overflow: hidden; border-radius: 10px; background: #1e2523; box-shadow: var(--shadow); }
.yandex-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 1px solid rgba(255,250,241,.14); filter: saturate(.82) contrast(1.02); }
.map-source { position: absolute; left: 14px; z-index: 2; color: #eee; font-size: 12px; }
.map-city { top: 10px; }
.map-service { top: 26px; }

.seo-panel { display: grid; grid-template-columns: minmax(360px,.66fr) minmax(760px,1.34fr); gap: 32px; align-items: center; background: linear-gradient(130deg, #eef1ea, #dbe5dd 58%, #f6f1e8); }
.seo-grid { display: grid; grid-template-columns: repeat(5, minmax(130px, 1fr)); gap: 10px; }
.seo-card { display: grid; align-content: start; min-height: 132px; padding: 15px; }
.seo-card strong { font-size: clamp(17px, 1.05vw, 21px); line-height: 1.12; }
.seo-card span { margin-top: 9px; color: rgba(21,25,22,.72); font-size: 13px; line-height: 1.3; }

.contacts-panel { display: grid; grid-template-columns: 1fr minmax(380px,520px); gap: 40px; align-items: center; }
.contact-block { padding: 34px; }
.contact-phone { display: inline-flex; margin-top: 12px; color: var(--ink); font-size: clamp(24px,2vw,34px); font-weight: 900; }
.js-reveal-phone { cursor: pointer; }
.office-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  margin-top: 16px;
  padding: 11px 13px;
  border: 1px solid rgba(21,25,22,.18);
  border-radius: 8px;
  color: #1b211e;
  background: rgba(255,250,241,.72);
  font-weight: 900;
  text-decoration: none;
}
.office-link-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--warm);
  border-radius: 7px;
  color: #17120d;
  background: #ffd39c;
  font-size: 17px;
  line-height: 1;
}
.lead-form { display: grid; gap: 14px; margin-top: 24px; }
.lead-form label { display: grid; gap: 8px; font-weight: 700; }
.legal-check {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px !important;
  color: rgba(21,25,22,.72);
  font-size: 13px;
  line-height: 1.35;
}
.legal-check input { width: 18px; height: 18px; margin-top: 1px; padding: 0; accent-color: var(--warm); }
.legal-check a,
.legal-links a,
.cookie-banner a { color: #6d4425; text-decoration: underline; text-underline-offset: 3px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 10px 14px; margin-top: 18px; color: rgba(21,25,22,.66); font-size: 13px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 14px 12px; font: inherit; color: var(--ink); background: rgba(255,255,255,.72); }
textarea { resize: vertical; }
.form-status { min-height: 24px; margin: 0; color: #394b3c; font-weight: 800; }

.cookie-banner {
  position: fixed;
  z-index: 30;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid var(--line-light);
  border-radius: 10px;
  color: var(--paper-strong);
  background: rgba(17,23,21,.94);
  box-shadow: var(--shadow);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; color: rgba(255,250,241,.82); line-height: 1.45; }
.cookie-banner a { color: #ffd39c; }

.legal-page { background: #eef1ea; }
.legal-main { width: min(980px, calc(100% - 40px)); margin: 0 auto; padding: 54px 0 80px; }
.legal-doc { padding: clamp(24px, 4vw, 52px); border: 1px solid var(--line); border-radius: 10px; background: rgba(255,250,241,.82); box-shadow: 0 18px 45px rgba(17,22,21,.08); }
.legal-doc h1 { margin-top: 0; font-size: clamp(34px, 5vw, 64px); line-height: 1.04; }
.legal-doc h2 { margin-top: 34px; font-size: clamp(22px, 2vw, 30px); }
.legal-doc p, .legal-doc li { color: rgba(21,25,22,.78); line-height: 1.62; }
.legal-doc ul { padding-left: 22px; }
.legal-doc .doc-meta { color: rgba(21,25,22,.55); font-weight: 800; }

.scroll-progress { position: fixed; z-index: 21; left: 34px; right: 34px; bottom: 24px; height: 2px; background: rgba(255,255,255,.24); mix-blend-mode: difference; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--paper-strong); }

.landing-page { background: #eef1ea; }
.landing-page .site-header { position: sticky; color: var(--paper-strong); background: rgba(17,22,21,.92); }
.landing-main { color: var(--ink); }
.landing-hero { display: grid; grid-template-columns: minmax(360px,.9fr) minmax(420px,1.1fr); gap: 42px; align-items: end; min-height: 74vh; padding: 92px 6vw 54px; color: var(--paper-strong); background: linear-gradient(90deg, rgba(17,22,21,.88), rgba(17,22,21,.46)), var(--landing-image, linear-gradient(135deg,#202624,#4b554d)) center / cover; }
.landing-hero h1 { font-size: clamp(42px,6vw,92px); }
.landing-hero .lead { color: rgba(255,250,241,.84); }
.landing-facts { display: grid; grid-template-columns: repeat(2, minmax(160px, 1fr)); gap: 12px; }
.landing-facts div { padding: 18px; color: var(--ink); }
.landing-facts strong, .landing-facts span { display: block; }
.landing-facts strong { font-size: 30px; line-height: 1; }
.landing-facts span { margin-top: 8px; color: rgba(21,25,22,.7); }
.landing-section { padding: 72px 6vw; }
.landing-section.alt { background: linear-gradient(120deg, #f7f2e8, #e3eae3); }
.landing-section h2 { margin-bottom: 24px; }
.landing-copy { max-width: 980px; font-size: clamp(18px,1.35vw,23px); line-height: 1.55; }
.landing-visual { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(420px, 1.28fr); gap: 24px; align-items: stretch; padding: 44px 6vw; background: #111715; color: var(--paper-strong); }
.landing-visual figure { position: relative; min-height: 430px; margin: 0; overflow: hidden; border-radius: 10px; background: #222826; box-shadow: var(--shadow); }
.landing-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.04); }
.landing-visual figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 12px 14px; border: 1px solid rgba(255,250,241,.16); border-radius: 8px; background: rgba(17,23,21,.74); backdrop-filter: blur(12px); font-weight: 800; }
.landing-visual-copy { display: grid; align-content: center; gap: 16px; padding: 30px; border: 1px solid rgba(255,250,241,.14); border-radius: 10px; background: rgba(255,250,241,.06); }
.landing-visual-copy strong { font-size: clamp(28px, 2.5vw, 48px); line-height: 1.04; }
.landing-visual-copy p { max-width: 680px; margin: 0; color: rgba(255,250,241,.78); font-size: clamp(17px,1.1vw,21px); line-height: 1.5; }
.landing-grid { display: grid; grid-template-columns: repeat(3, minmax(220px, 1fr)); gap: 14px; margin-top: 28px; }
.landing-card, .faq-item { padding: 22px; }
.landing-card strong, .faq-item strong { display: block; margin-bottom: 10px; font-size: 24px; }
.landing-card p, .faq-item p { margin: 0; color: rgba(21,25,22,.72); line-height: 1.45; }
.landing-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.landing-links a { padding: 11px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,250,241,.68); font-weight: 800; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(260px,1fr)); gap: 14px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; padding: 18px 20px; background: rgba(21,25,22,.82); }
  .nav-links, .header-phone { display: none; }
  .menu-button { display: block; }
  .scroll-stage { position: static; overflow: visible; }
  .horizontal-track { display: block; height: auto; transform: none !important; }
  .panel { min-height: auto; padding: 104px 20px 44px; }
  .hero-panel { min-height: 100vh; }
  .hero-facts, .intro-panel, .plots-panel, .uses-panel, .ideas-panel, .terms-panel, .location-panel, .seo-panel, .contacts-panel, .landing-hero, .landing-visual, .landing-grid, .faq-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .parallax-layer, .slow-media { transform: none !important; }
  .hero-facts { position: relative; right: auto; bottom: auto; margin-top: 24px; }
  .metric-grid, .terms-grid, .use-grid, .seo-grid, .landing-facts { grid-template-columns: 1fr; }
  .wide-photo, .contact-map { height: 56vh; min-height: 360px; }
  .site-plan { height: auto; min-height: 360px; }
  .plot-detail { min-height: auto; }
  .plot-props div { grid-template-columns: 1fr; gap: 4px; }
  .ideas-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
    height: auto;
    margin-top: 18px;
  }
  .idea-tile,
  .idea-tile.is-large,
  .idea-tile.is-wide {
    grid-column: auto;
    grid-row: auto;
  }
  .idea-tile:hover,
  .idea-tile:focus-within {
    transform: none;
  }
  .scroll-progress { display: none; }
  .landing-hero { padding: 74px 20px 44px; }
  .landing-visual { padding: 24px 20px; }
  .landing-visual figure { min-height: 280px; }
  .landing-visual-copy { padding: 22px; }
  .landing-section { padding: 52px 20px; }
}
