:root {
  --bg: #111315;
  --panel: #191d20;
  --paper: #e8e2d7;
  --text: #edf0ef;
  --muted: #aab3b1;
  --line: rgba(237,240,239,.18);
  --copper: #b77958;
  --body: "Segoe UI", Arial, sans-serif;
  --display: "Trebuchet MS", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--body); overflow-x: hidden; }
body, h1, h2, p, a, span, small, b, label, input, button { overflow-wrap: break-word; word-break: normal; hyphens: none; }
h1, h2, p { text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; }
button, input { font: inherit; }

.garage-head { position: sticky; top: 0; z-index: 30; min-height: 66px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; padding: 10px clamp(18px,4vw,58px); background: rgba(17,19,21,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.mark { color: var(--copper); font-weight: 700; }
nav { display: flex; justify-content: center; gap: clamp(16px,3vw,36px); color: var(--muted); }
.head-phone { color: var(--text); }

.hero { position: relative; min-height: min(740px, calc(100svh - 66px)); display: grid; align-items: center; padding: clamp(22px,5vw,72px); overflow: hidden; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; z-index: -2; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(17,19,21,.84), rgba(17,19,21,.36) 58%, rgba(17,19,21,.78)); }
.hero-copy { width: min(560px,100%); }
.label { margin: 0 0 12px; color: var(--copper); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 700; line-height: 1.08; }
h1 { font-size: clamp(38px,5vw,70px); max-width: 620px; }
h2 { font-size: clamp(30px,3.4vw,50px); max-width: 820px; }
.lead, p { color: var(--muted); font-size: 17px; line-height: 1.58; max-width: 660px; }
.button, button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; margin-top: 22px; border: 1px solid var(--copper); background: var(--copper); color: #160f0c; font-weight: 700; cursor: pointer; }

.light, .map, .handover, .book { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); gap: clamp(30px,5vw,72px); padding: clamp(58px,8vw,108px) clamp(20px,5vw,72px); align-items: center; }
figure { margin: 0; }
figcaption { color: var(--muted); margin-top: 12px; font-size: 15px; }
.light img, .handover img { border: 1px solid var(--line); }
.map { grid-template-columns: minmax(0,1fr) minmax(0,.9fr); background: var(--panel); }
.walk-sheet { border: 1px solid var(--line); background: #101214; }
.row { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.row:last-child { border-bottom: 0; }
.row b { color: var(--copper); }
.row span { color: var(--text); font-weight: 700; }
.row small { grid-column: 2; color: var(--muted); }
.handover { background: #0d0f10; }
.book { align-items: start; border-top: 1px solid var(--line); }
.contacts { display: grid; gap: 9px; margin-top: 22px; color: var(--muted); }
.contacts a { color: var(--text); }
.form { display: grid; gap: 12px; padding: 22px; background: var(--panel); border: 1px solid var(--line); }
label { display: grid; gap: 8px; color: var(--muted); font-size: 13px; }
input { min-height: 46px; padding: 0 14px; border: 1px solid var(--line); background: #0b0d0e; color: var(--text); }

@media (max-width: 760px) {
  .garage-head { grid-template-columns: 1fr; gap: 10px; position: relative; }
  nav { justify-content: flex-start; flex-wrap: wrap; }
  .hero { min-height: auto; padding: 230px 20px 34px; }
  .hero-copy { max-width: calc(100vw - 40px); }
  h1 { font-size: clamp(34px,10vw,48px); }
  h2 { font-size: clamp(26px,8vw,38px); }
  .light, .map, .handover, .book { grid-template-columns: 1fr; padding: 56px 20px; }
  .row { grid-template-columns: 42px 1fr; }
}
