/* ============================================================
   160DRIVE — оффер для собственников · витрина в Vegas Кунцево
   Стиль: Swiss International Typographic / Editorial Minimalism
   Единый гротеск, строгая сетка, hairline-линии, красный акцент.
   Делает двойную службу: страница на сайте + PDF-оффер (см. @media print).
   ============================================================ */

/* ---------- Fonts (локальные woff2, без CDN) ---------- */
@font-face {
  font-family: "Golos"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/golos-cyrillic-400.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Golos"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("fonts/golos-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122;
}
@font-face {
  font-family: "Golos"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("fonts/golos-cyrillic-500.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Golos"; font-style: normal; font-weight: 500; font-display: swap;
  src: url("fonts/golos-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122;
}
@font-face {
  font-family: "Golos"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("fonts/golos-cyrillic-600.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Golos"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("fonts/golos-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122;
}
@font-face {
  font-family: "Golos"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("fonts/golos-cyrillic-700.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Golos"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("fonts/golos-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122;
}

/* ---------- Tokens ---------- */
:root {
  --paper:    oklch(0.975 0.005 70);   /* warm off-white */
  --paper-2:  oklch(0.955 0.006 70);
  --ink:      oklch(0.205 0.012 50);   /* near-black, warm */
  --ink-2:    oklch(0.40 0.010 50);
  --ink-soft: oklch(0.53 0.008 55);
  --line:     oklch(0.20 0.012 50 / 0.16);  /* hairline */
  --line-strong: oklch(0.20 0.012 50 / 0.42);

  --accent:   oklch(0.555 0.215 27);   /* Swiss red */
  --accent-ink: oklch(0.49 0.19 27);

  --ink-panel: oklch(0.175 0.012 50);  /* dark surface */
  --on-dark:   oklch(0.965 0.005 75);
  --on-dark-2: oklch(0.74 0.006 70);
  --line-dark: oklch(0.97 0.005 75 / 0.16);

  --space-2xs: 4px; --space-xs: 8px; --space-sm: 12px;
  --space-md: 16px; --space-lg: 24px; --space-xl: 32px;
  --space-2xl: 48px; --space-3xl: 64px; --space-4xl: 96px;

  --maxw: 1280px;
  --gutter: clamp(20px, 5vw, 64px);

  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);

  --font: "Golos", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.006em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; padding: 0; }
::selection { background: var(--accent); color: var(--on-dark); }

/* ---------- Layout primitives ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(56px, 8vw, 120px); position: relative; }
/* Swiss hairline rule above each numbered section */
.section + .section, .location { border-top: 1px solid var(--line); }

/* Type — single grotesque, hierarchy by size + weight */
.eyebrow {
  display: inline-block;
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent-ink);
}
h1, h2, h3 { font-weight: 700; line-height: 1.03; letter-spacing: -0.025em; }
.h-display { font-size: clamp(2.7rem, 6.6vw, 5.6rem); letter-spacing: -0.035em; }
.h2 { font-size: clamp(1.9rem, 4.2vw, 3.4rem); letter-spacing: -0.03em; }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); letter-spacing: -0.02em; }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.28rem); color: var(--ink-2); max-width: 60ch; line-height: 1.55; font-weight: 400; }
p { max-width: 68ch; }

/* Section header — Swiss grid: index | label | headline | intro */
.sec-head { margin-bottom: clamp(36px, 5vw, 64px); }
.idx {
  display: block; font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.04em; color: var(--accent);
  margin-bottom: var(--space-md);
  font-variant-numeric: tabular-nums;
}
.sec-head .eyebrow { margin-bottom: var(--space-md); }
.sec-head .h2 { max-width: 18ch; }
.sec-head .intro { margin-top: var(--space-lg); color: var(--ink-2); font-size: clamp(1.02rem, 1.3vw, 1.2rem); max-width: 56ch; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: start; }
.dim { color: var(--ink-soft); margin-top: var(--space-md); }

/* ---------- Buttons (Swiss: rectangular, flat) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.55em;
  padding: 0.9em 1.5em; border-radius: 0;
  font-weight: 600; font-size: 0.95rem; letter-spacing: -0.01em;
  border: 1px solid transparent;
  transition: background 0.25s var(--ease), color 0.25s, border-color 0.25s, transform 0.25s var(--ease);
}
.btn--primary { background: var(--accent); color: var(--on-dark); }
.btn--primary:hover { background: var(--accent-ink); }
.btn--block { width: 100%; justify-content: center; margin-top: var(--space-xs); }
.btn--text { background: transparent; color: var(--ink); padding-inline: 0; border-bottom: 2px solid var(--accent); border-radius: 0; }
.btn--text:hover { color: var(--accent-ink); }
.btn--text.on-dark { color: var(--on-dark); }
.btn--text.on-dark:hover { color: var(--on-dark); border-color: var(--on-dark); }

/* ============================================================
   HEADER
   ============================================================ */
.site-head {
  position: sticky; top: 0; z-index: 60;
  background: oklch(0.975 0.005 70 / 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; gap: var(--space-lg); padding-block: 14px; }
.brand .mark { font-size: 1.32rem; font-weight: 700; letter-spacing: -0.04em; }
.brand .mark b { color: var(--accent); font-weight: 700; }
.brand-logo { height: 52px; width: auto; display: block; }
@media (max-width: 560px) { .brand-logo { height: 42px; } }
.head-loc { display: flex; align-items: center; gap: 0.5em; font-size: 0.84rem; color: var(--ink-2); font-weight: 500; }
.head-loc .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.head-actions { display: flex; align-items: center; gap: var(--space-lg); }
.head-phone { font-weight: 600; font-size: 0.92rem; white-space: nowrap; }
.head-phone:hover { color: var(--accent-ink); }
@media (max-width: 900px) { .head-loc, .head-phone { display: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(48px, 7vw, 104px); }
.hero .wrap { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero-copy .eyebrow { margin-bottom: var(--space-lg); }
.hero-copy h1 { margin-bottom: var(--space-lg); max-width: 14ch; }
.hero-copy h1 .accent { color: var(--accent); }
.hero-copy .lead { margin-bottom: var(--space-xl); }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(16px, 2.4vw, 32px); margin-bottom: var(--space-2xl); }
.hero-proof { display: grid; grid-template-columns: repeat(3, auto); gap: clamp(20px, 3vw, 48px); justify-content: start; border-top: 1px solid var(--line-strong); padding-top: var(--space-lg); }
.hero-proof .n { font-size: clamp(1.5rem, 2.2vw, 2rem); font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.hero-proof .l { font-size: 0.8rem; color: var(--ink-soft); margin-top: 8px; max-width: 18ch; }

.hero-media { position: relative; }
.hero-media .frame { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--paper-2); }
.hero-media .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; top: 16px; left: 16px; z-index: 3;
  background: var(--accent); color: var(--on-dark);
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 7px 12px;
}
.hero-tag {
  margin-top: 1px; background: var(--ink-panel); color: var(--on-dark);
  padding: 16px 18px; display: flex; flex-direction: column; gap: 4px;
}
.hero-tag .t { font-weight: 600; font-size: 0.95rem; }
.hero-tag .d { font-size: 0.84rem; color: var(--on-dark-2); max-width: none; }
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
  .hero-media .frame { aspect-ratio: 16 / 11; }
}

/* ============================================================
   MARQUEE
   ============================================================ */
.strip { background: var(--ink-panel); color: var(--on-dark); padding-block: 14px; overflow: hidden; }
.marquee { display: flex; width: max-content; white-space: nowrap; animation: slide 36s linear infinite; }
.marquee span { font-size: 0.92rem; font-weight: 500; letter-spacing: 0.02em; padding-inline: 24px; opacity: 0.92; }
.marquee span::after { content: "/"; color: var(--accent); margin-left: 48px; opacity: 0.8; }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee { animation: none; } }

/* ============================================================
   01 · LOCATION
   ============================================================ */
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line); }
.metric { padding: clamp(22px, 2.6vw, 34px) clamp(18px, 2vw, 26px) clamp(24px, 3vw, 40px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric .n { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 700; letter-spacing: -0.04em; line-height: 0.98; }
.metric .n .plus { color: var(--accent); }
.metric .l { font-size: 0.85rem; color: var(--ink-soft); margin-top: 12px; line-height: 1.4; max-width: 22ch; }
.metric.is-dark { background: var(--ink-panel); color: var(--on-dark); border-right-color: transparent; }
.metric.is-dark .n { color: var(--accent); }
.metric.is-dark .l { color: var(--on-dark-2); }
.loc-note { margin-top: var(--space-lg); font-size: 0.78rem; color: var(--ink-soft); max-width: 90ch; }
@media (max-width: 760px) { .metrics { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   02 · PROBLEM
   ============================================================ */
.problem .idx, .problem .eyebrow { display: block; }
.problem .eyebrow { margin: var(--space-md) 0; }
.problem .h2 { margin-bottom: var(--space-lg); max-width: 16ch; }
.problem .h2 .strike { position: relative; white-space: nowrap; }
.problem .h2 .strike::after {
  content: ""; position: absolute; left: -1%; right: -1%; top: 52%; height: 4px;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform 0.7s var(--ease);
}
.problem .h2 .strike.is-on::after { transform: scaleX(1); }
.problem p { color: var(--ink-2); margin-bottom: var(--space-md); }
.pain-list { display: grid; }
.pain-list li { display: flex; gap: 14px; align-items: baseline; padding: 18px 0; border-top: 1px solid var(--line); font-size: 1rem; }
.pain-list li:last-child { border-bottom: 1px solid var(--line); }
.pain-list li .x { color: var(--accent); font-weight: 600; flex: none; font-size: 0.9rem; }

/* ============================================================
   03 · OFFER / HOW
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line); }
.step { padding: clamp(24px, 2.6vw, 36px) clamp(20px, 2vw, 28px) clamp(28px, 3vw, 40px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; min-height: 220px; }
.step .num { font-size: 0.82rem; font-weight: 700; color: var(--accent); letter-spacing: 0.04em; margin-bottom: var(--space-lg); font-variant-numeric: tabular-nums; }
.step h3 { margin-bottom: var(--space-sm); }
.step p { font-size: 0.94rem; color: var(--ink-2); margin: 0; }
.step .tail { margin-top: auto; padding-top: var(--space-md); font-size: 0.8rem; color: var(--accent-ink); font-weight: 600; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr 1fr; } .step { min-height: 0; } }
@media (max-width: 480px) { .steps { grid-template-columns: 1fr; } }

.feature { margin-top: clamp(40px, 5vw, 72px); display: grid; grid-template-columns: 1fr 1fr; background: var(--ink-panel); color: var(--on-dark); }
.feature .f-copy { padding: clamp(32px, 4vw, 60px); align-self: center; }
.feature .f-copy .eyebrow { color: oklch(0.78 0.13 32); }
.feature .f-copy h3 { font-size: clamp(1.6rem, 2.8vw, 2.4rem); margin: var(--space-md) 0 var(--space-md); }
.feature .f-copy p { color: var(--on-dark-2); }
.feature .f-list { margin-top: var(--space-lg); display: grid; }
.feature .f-list li { display: flex; gap: 12px; align-items: baseline; font-size: 0.95rem; padding: 12px 0; border-top: 1px solid var(--line-dark); }
.feature .f-list .c { color: var(--accent); flex: none; font-weight: 700; }
.feature .f-media { position: relative; min-height: 360px; background: var(--paper-2); }
.feature .f-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 860px) { .feature { grid-template-columns: 1fr; } .feature .f-media { min-height: 260px; order: -1; } }

/* ============================================================
   04 · GALLERY
   ============================================================ */
.gal-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(10px, 1.4vw, 18px); }
.gal-item { position: relative; overflow: hidden; background: var(--paper-2); }
.gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.gal-item:hover img { transform: scale(1.04); }
.gal-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, oklch(0.16 0.01 50 / 0.66)); }
.gal-item .cap { position: absolute; left: 16px; bottom: 14px; z-index: 2; color: var(--on-dark); display: flex; flex-direction: column; }
.gal-item .cap .m { font-weight: 600; font-size: 1.05rem; }
.gal-item .cap .s { font-size: 0.76rem; opacity: 0.85; margin-top: 2px; }
.gal-tag { position: absolute; top: 12px; left: 12px; z-index: 3; background: var(--accent); color: var(--on-dark); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 10px; }
.gal-item.lg { grid-column: span 7; aspect-ratio: 16 / 11; }
.gal-item.sm { grid-column: span 5; aspect-ratio: 16 / 11; }
.gal-item.third { grid-column: span 4; aspect-ratio: 4 / 5; }
@media (max-width: 820px) { .gal-item.lg, .gal-item.sm { grid-column: span 12; } .gal-item.third { grid-column: span 6; } }
@media (max-width: 520px) { .gal-item.third { grid-column: span 12; } }

/* ============================================================
   05 · MANAGERS
   ============================================================ */
.managers { background: var(--ink-panel); color: var(--on-dark); border-top-color: transparent; }
.m-grid { align-items: center; grid-template-columns: 0.92fr 1.08fr; }
.m-media { overflow: hidden; aspect-ratio: 3 / 2.3; }
.m-media img { width: 100%; height: 100%; object-fit: cover; }
.managers .idx { color: var(--accent); }
.managers .eyebrow { color: oklch(0.8 0.13 32); display: block; margin: var(--space-md) 0; }
.managers .h2 { margin-bottom: var(--space-lg); }
.managers p { color: var(--on-dark-2); margin-bottom: var(--space-md); }
.m-stats { display: grid; grid-template-columns: repeat(3, auto); gap: clamp(20px, 3vw, 44px); justify-content: start; margin-top: var(--space-xl); border-top: 1px solid var(--line-dark); padding-top: var(--space-lg); }
.m-stats .n { font-size: clamp(1.4rem, 2vw, 1.9rem); font-weight: 700; letter-spacing: -0.03em; }
.m-stats .l { font-size: 0.8rem; color: var(--on-dark-2); margin-top: 6px; max-width: 16ch; }
@media (max-width: 860px) { .m-grid { grid-template-columns: 1fr; } .m-media { order: -1; } }

/* ============================================================
   06 · COMPARISON
   ============================================================ */
.cmp { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2vw, 28px); }
.cmp-col { padding: clamp(24px, 3vw, 40px); border: 1px solid var(--line-strong); background: var(--paper); }
.cmp-col.win { background: var(--ink-panel); color: var(--on-dark); border-color: var(--ink-panel); }
.cmp-col .tag { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); }
.cmp-col.win .tag { color: oklch(0.8 0.13 32); }
.cmp-col h3 { margin: 6px 0 0; }
.cmp-col ul { margin-top: var(--space-lg); display: grid; }
.cmp-col li { display: flex; gap: 12px; align-items: baseline; font-size: 0.95rem; line-height: 1.45; padding: 14px 0; border-top: 1px solid var(--line); }
.cmp-col.win li { border-top-color: var(--line-dark); color: var(--on-dark); }
.cmp-col li .ic { flex: none; font-weight: 700; font-size: 0.85rem; }
.cmp-col .ic.no { color: var(--ink-soft); }
.cmp-col.win .ic.yes { color: var(--accent); }
@media (max-width: 720px) { .cmp { grid-template-columns: 1fr; } }

/* ============================================================
   07 · FIT
   ============================================================ */
.fit .grid-2 { grid-template-columns: 0.95fr 1.05fr; }
.fit .eyebrow { display: block; margin: var(--space-md) 0; }
.fit .h2 { margin-bottom: var(--space-lg); max-width: 14ch; }
.fit p { color: var(--ink-2); }
.fit-cards { display: grid; border-top: 1px solid var(--line-strong); }
.fit-card { padding: 22px 4px; display: flex; gap: clamp(16px, 2.4vw, 32px); align-items: baseline; border-bottom: 1px solid var(--line); transition: padding-left 0.3s var(--ease); }
.fit-card:hover { padding-left: 14px; }
.fit-card .k { font-size: 1.15rem; font-weight: 700; color: var(--accent); letter-spacing: -0.02em; flex: none; width: 64px; }
.fit-card .v .t { font-weight: 600; font-size: 1.02rem; }
.fit-card .v .d { font-size: 0.9rem; color: var(--ink-soft); margin-top: 3px; }
@media (max-width: 820px) { .fit .grid-2 { grid-template-columns: 1fr; } }

/* ============================================================
   CTA / FORM
   ============================================================ */
.cta { background: var(--ink-panel); color: var(--on-dark); border-top-color: transparent; }
.cta-inner { max-width: 860px; }
.cta .eyebrow { color: oklch(0.82 0.13 32); display: block; margin-bottom: var(--space-md); }
.cta-h { font-size: clamp(2.1rem, 4.6vw, 3.8rem); letter-spacing: -0.035em; margin-bottom: var(--space-lg); }
.cta .lead { color: var(--on-dark-2); }
.cta-actions { margin-top: var(--space-2xl); display: flex; flex-wrap: wrap; align-items: center; gap: clamp(20px, 3vw, 36px); }
.cta-note { margin-top: var(--space-lg); font-size: 0.88rem; color: var(--on-dark-2); }
.btn--lg { padding: 1.05em 1.9em; font-size: 1.02rem; }

.lead-form { background: var(--paper); color: var(--ink); padding: clamp(26px, 3vw, 40px); }
.lead-form h3 { margin-bottom: 6px; }
.lead-form .sub { font-size: 0.92rem; color: var(--ink-soft); margin-bottom: var(--space-lg); }
.field { margin-bottom: var(--space-md); }
.field label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--ink-2); margin-bottom: 7px; }
.field input {
  width: 100%; padding: 13px 14px; font: inherit; color: var(--ink);
  background: var(--paper-2); border: 1px solid var(--line-strong); border-radius: 0;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.field input::placeholder { color: oklch(0.62 0.008 55); }
.field input:focus { outline: none; border-color: var(--accent); background: var(--paper); box-shadow: 0 0 0 3px oklch(0.555 0.215 27 / 0.18); }
.field.invalid input { border-color: var(--accent); }
.field .err { font-size: 0.78rem; color: var(--accent-ink); margin-top: 5px; display: none; }
.field.invalid .err { display: block; }
.lead-form .legal { font-size: 0.74rem; color: var(--ink-soft); margin-top: var(--space-md); text-align: center; line-height: 1.5; }
.form-done { display: none; text-align: center; padding: var(--space-2xl) var(--space-md); }
.form-done.is-on { display: block; }
.form-done .ok { width: 52px; height: 52px; border-radius: 50%; background: var(--accent); color: var(--on-dark); display: grid; place-items: center; margin: 0 auto var(--space-md); font-size: 1.5rem; }
.form-done h3 { margin-bottom: 6px; }
.form-done p { font-size: 0.95rem; color: var(--ink-soft); margin-inline: auto; }
.lead-form.is-sent .form-live { display: none; }
@media (max-width: 820px) { .cta .wrap { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER
   ============================================================ */
.site-foot { padding-block: clamp(40px, 5vw, 64px); border-top: 1px solid var(--line-strong); }
.site-foot .wrap { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: clamp(24px, 3vw, 48px); }
.site-foot .brand .mark { font-size: 1.5rem; }
.site-foot .f-desc { font-size: 0.9rem; color: var(--ink-soft); margin-top: var(--space-md); max-width: 40ch; }
.f-col h4 { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); font-weight: 700; margin-bottom: var(--space-md); }
.f-col a, .f-col p { display: block; font-size: 0.92rem; color: var(--ink-2); margin-bottom: 9px; max-width: none; }
.f-col a:hover { color: var(--accent-ink); }
.foot-bottom { grid-column: 1 / -1; border-top: 1px solid var(--line); margin-top: clamp(28px, 4vw, 44px); padding-top: var(--space-lg); display: flex; justify-content: space-between; gap: var(--space-md); flex-wrap: wrap; font-size: 0.78rem; color: var(--ink-soft); }
@media (max-width: 720px) { .site-foot .wrap { grid-template-columns: 1fr 1fr; } .site-foot .brand-col { grid-column: 1 / -1; } }

/* ============================================================
   Reveal animation
   ============================================================ */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: 0.07s; }
.reveal[data-d="2"] { transition-delay: 0.14s; }
.reveal[data-d="3"] { transition-delay: 0.21s; }
.reveal[data-d="4"] { transition-delay: 0.28s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   PRINT — PDF-оффер (A4, разбивка по страницам, печать фонов)
   Печать: Cmd/Ctrl+P → «Сохранить как PDF», фон включён.
   ============================================================ */
@page { size: A4 portrait; margin: 14mm 13mm; }

@media print {
  :root { --maxw: 100%; }
  html, body {
    background: #fff;
    -webkit-print-color-adjust: exact; print-color-adjust: exact;
    font-size: 10.5pt;
  }
  .wrap { padding-inline: 0; }
  .site-head { position: static; backdrop-filter: none; }
  .head-actions .btn { display: none; }
  .strip { display: none; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .marquee { animation: none; }

  /* each block starts a fresh page; keep blocks intact */
  .section, .hero { break-inside: avoid; page-break-inside: avoid; padding-block: 16pt; border-top: none; }
  .location, .problem, .offer, .gallery, .managers, .compare, .fit, .cta {
    break-before: page; page-break-before: always;
  }
  .hero { break-before: avoid; }
  .feature, .steps, .metrics, .cmp, .gal-grid, .pain-list, .fit-cards, .m-grid, .hero .wrap, .cta .wrap {
    break-inside: avoid; page-break-inside: avoid;
  }
  .step, .metric, .cmp-col, .gal-item, .fit-card { break-inside: avoid; page-break-inside: avoid; }

  /* fit the whole hero onto one A4 page */
  .hero { padding-block: 0; }
  .hero-media .frame { aspect-ratio: auto; height: 76mm; }
  .hero-tag { padding: 10pt 12pt; }
  .hero-copy h1 { margin-bottom: 10pt; }
  .hero-copy .lead { margin-bottom: 10pt; }
  .hero-cta { margin-bottom: 12pt; }
  .hero-proof { padding-top: 10pt; }
  .h-display { font-size: 25pt; }
  .h2 { font-size: 20pt; }
  .lead { font-size: 10.5pt; }
  .gal-item.lg, .gal-item.sm { aspect-ratio: 16 / 9; }
  .gal-item.third { aspect-ratio: 4 / 3; }

  /* keep dark surfaces readable on paper */
  .feature, .managers, .cta, .hero-tag, .metric.is-dark, .cmp-col.win, .strip {
    -webkit-print-color-adjust: exact; print-color-adjust: exact;
  }
  a { color: inherit; text-decoration: none; }
}

/* ============================================================
   Блок «Как мы рекламируем» — возможности маркетинга
   ============================================================ */
.adlead { margin-top: clamp(44px, 6vw, 84px); max-width: 60ch; }
.adlead .eyebrow { display: block; margin-bottom: var(--space-md); }
.ad-h { font-size: clamp(1.5rem, 3.2vw, 2.1rem); line-height: 1.08; letter-spacing: -0.02em; }
.adlead .intro { margin-top: var(--space-md); color: var(--ink-2); font-size: clamp(1.02rem, 1.3vw, 1.18rem); max-width: 54ch; }

.adcaps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line); margin-top: var(--space-2xl); }
.adcap { padding: clamp(22px, 2.4vw, 32px) clamp(18px, 1.8vw, 26px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.adcap h3 { font-size: 1.04rem; font-weight: 700; margin-bottom: 0.5rem; letter-spacing: -0.01em; }
.adcap p { font-size: 0.92rem; line-height: 1.55; color: var(--ink-2); }
@media (max-width: 860px) { .adcaps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .adcaps { grid-template-columns: 1fr; } }
