/* ===== Fonts ===== */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/onest-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/onest-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/onest-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/yeseva-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/yeseva-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/yeseva-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}

/* ===== Tokens ===== */
:root {
  --bg: #faf5ec;
  --bg-alt: #f1e7d6;
  --paper: #fffdf9;
  --ink: #2a2118;
  --ink-soft: #6d5d4d;
  --ink-faint: #9c8b78;
  --line: #e3d5bd;
  --accent: #c15a2b;
  --accent-dark: #9c4420;
  --accent-soft: #f3ddc9;
  --walnut: #372218;
  --walnut-soft: #4a2f22;
  --sage: #7c8a5c;
  --sage-soft: #e5e9d8;
  --cream: #fffaf2;
  --shadow: 0 24px 48px -24px rgba(42, 33, 24, 0.35);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 10px;
  --font-display: 'Yeseva One', 'Georgia', serif;
  --font-body: 'Onest', 'Segoe UI', sans-serif;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 90px; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-image: radial-gradient(circle at 100% 0%, rgba(193, 90, 43, 0.07), transparent 45%);
  background-repeat: no-repeat;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; margin: 0; letter-spacing: 0.01em; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-dark);
  font-weight: 600;
}
.eyebrow::before {
  content: '';
  width: 22px;
  height: 1px;
  background: var(--accent);
}

.section-head {
  max-width: 620px;
  margin-bottom: 48px;
}
.section-head.center { max-width: 640px; margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  margin-top: 14px;
  color: var(--walnut);
}
.section-head p {
  margin-top: 16px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

section { position: relative; padding: 96px 0; }
section.tight { padding: 72px 0; }

/* ===== Corner-bracket motif (signature detail) ===== */
.brackets { position: relative; }
.brackets::before, .brackets::after,
.brackets .bk-br, .brackets .bk-bl {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid var(--accent);
  opacity: 0.85;
  pointer-events: none;
}
.brackets::before { top: -10px; left: -10px; border-right: none; border-bottom: none; }
.brackets::after { top: -10px; right: -10px; border-left: none; border-bottom: none; }
.brackets .bk-br { bottom: -10px; right: -10px; border-left: none; border-top: none; }
.brackets .bk-bl { bottom: -10px; left: -10px; border-right: none; border-top: none; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent);
  color: var(--cream);
  box-shadow: 0 14px 28px -12px rgba(193, 90, 43, 0.55);
}
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--walnut);
  border-color: var(--walnut);
}
.btn-ghost:hover { background: var(--walnut); color: var(--cream); transform: translateY(-2px); }
.btn-light {
  background: var(--cream);
  color: var(--walnut);
}
.btn-light:hover { background: var(--accent); color: var(--cream); transform: translateY(-2px); }
.btn-block { width: 100%; }
.btn[disabled] { opacity: 0.6; cursor: progress; transform: none !important; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  gap: 24px;
}
.brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
  color: var(--walnut);
}
.brand-name { font-family: var(--font-display); font-size: 1.28rem; line-height: 1; }
.brand-sub { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); }

.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a {
  text-decoration: none;
  font-size: 0.95rem;
  color: var(--ink-soft);
  position: relative;
  padding: 4px 0;
}
.main-nav a:hover { color: var(--accent-dark); }

.header-cta { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.header-phone {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--walnut);
  text-align: right;
  flex-shrink: 0;
  white-space: nowrap;
}
.header-phone strong { font-size: 1.05rem; font-weight: 700; white-space: nowrap; }
.header-phone span { font-size: 0.68rem; color: var(--ink-faint); letter-spacing: 0.05em; }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--paper);
  align-items: center;
  justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: var(--walnut);
  position: relative;
  transition: 0.2s;
}
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }

/* ===== Hero ===== */
.hero {
  padding: 64px 0 0;
  overflow: hidden;
}
.hero .container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 40px;
}
.hero-content { padding-bottom: 64px; }
.hero-brand-line {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--walnut-soft);
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}
.hero h1 {
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  line-height: 1.12;
  color: var(--walnut);
  max-width: 12ch;
}
.hero h1 em {
  font-style: normal;
  color: var(--accent);
}
.hero-sub {
  margin-top: 22px;
  font-size: 1.14rem;
  color: var(--ink-soft);
  max-width: 46ch;
}
.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--walnut-soft);
}
.trust-chip svg { width: 15px; height: 15px; color: var(--accent); flex-shrink: 0; }
.trust-chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-note {
  margin-top: 20px;
  font-size: 0.86rem;
  color: var(--ink-faint);
}

.hero-media { position: relative; align-self: stretch; display: flex; align-items: flex-end; }
.hero-photo-frame {
  position: relative;
  width: 100%;
  border-radius: 260px 260px 24px 24px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--walnut);
  box-shadow: var(--shadow);
}
.hero-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 78% 15%; }
.hero-tag {
  position: absolute;
  left: -18px;
  bottom: 56px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  box-shadow: var(--shadow);
  max-width: 230px;
}
.hero-tag strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--accent);
  line-height: 1;
}
.hero-tag span { font-size: 0.82rem; color: var(--ink-soft); }

/* ===== Trust strip ===== */
.trust-strip {
  background: var(--walnut);
  color: var(--cream);
  padding: 0;
}
.trust-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust-item {
  padding: 44px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.trust-item:last-child { border-right: none; }
.trust-item .ico {
  width: 34px; height: 34px;
  color: var(--accent);
}
.trust-item h4 { font-size: 1.02rem; font-family: var(--font-body); font-weight: 700; color: var(--cream); }
.trust-item p { font-size: 0.88rem; color: rgba(255, 250, 242, 0.68); }

/* ===== Work types ===== */
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.work-card {
  background: var(--paper);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.work-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.work-card .thumb { aspect-ratio: 5/4; overflow: hidden; }
.work-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.work-card:hover .thumb img { transform: scale(1.06); }
.work-card .body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.work-card h3 { font-size: 1.2rem; color: var(--walnut); }
.work-card p { color: var(--ink-soft); font-size: 0.92rem; }
.work-card .more { margin-top: auto; padding-top: 10px; font-size: 0.84rem; font-weight: 700; color: var(--accent-dark); display: flex; align-items: center; gap: 6px; }
.work-card--wide { grid-column: span 1; }

/* ===== Process ===== */
.process-wrap { position: relative; }
.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 26px;
}
.process-step { position: relative; padding: 6px 4px 4px 4px; }
.process-step .num {
  font-family: var(--font-display);
  font-size: 2.6rem;
  color: var(--accent-soft);
  -webkit-text-stroke: 1.5px var(--accent);
  color: transparent;
  line-height: 1;
}
.process-step h3 { margin-top: 10px; font-size: 1.12rem; color: var(--walnut); font-family: var(--font-body); font-weight: 700; }
.process-step p { margin-top: 8px; color: var(--ink-soft); font-size: 0.92rem; }

/* ===== About master ===== */
.about-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
}
.about-media { position: relative; }
.about-media .photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: var(--shadow);
}
.about-media .photo img { width: 100%; height: 100%; object-fit: cover; object-position: 78% 20%; }
.about-copy h2 { font-size: clamp(1.8rem, 3vw, 2.3rem); color: var(--walnut); margin-bottom: 20px; }
.about-copy p { color: var(--ink-soft); font-size: 1.04rem; margin-bottom: 16px; }
.about-copy p strong { color: var(--walnut); }
.about-points {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.about-points li {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--walnut-soft);
  display: flex;
  align-items: center;
  gap: 8px;
}
.about-points svg { width: 16px; height: 16px; color: var(--sage); flex-shrink: 0; }

/* ===== Portfolio ===== */
.portfolio-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}
.filter-btn {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink-soft);
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: 0.18s;
}
.filter-btn:hover { border-color: var(--accent); color: var(--accent-dark); }
.filter-btn.active { background: var(--walnut); border-color: var(--walnut); color: var(--cream); }

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 190px;
  gap: 16px;
}
.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: zoom-in;
  background: var(--bg-alt);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item .cap {
  position: absolute; inset: auto 0 0 0;
  padding: 14px 16px 12px;
  background: linear-gradient(0deg, rgba(30, 20, 12, 0.82), transparent);
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(6px);
  transition: 0.25s;
}
.gallery-item:hover .cap { opacity: 1; transform: translateY(0); }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.hide { display: none; }

/* ===== Reviews ===== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.review-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.review-top { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-family: var(--font-display);
  font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.review-top strong { display: block; font-size: 0.96rem; color: var(--walnut); }
.review-top span { font-size: 0.8rem; color: var(--ink-faint); }
.review-card p { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.55; }

/* ===== Guarantee band ===== */
.guarantee {
  background: var(--sage-soft);
  border-radius: var(--radius-lg);
  padding: 52px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: 34px;
  align-items: center;
}
.guarantee .lead h2 { font-size: clamp(1.7rem, 2.6vw, 2.1rem); color: var(--walnut); }
.guarantee .lead p { margin-top: 12px; color: var(--ink-soft); font-size: 0.95rem; }
.guarantee-stat { text-align: left; }
.guarantee-stat .num { font-family: var(--font-display); font-size: 2.6rem; color: var(--accent-dark); line-height: 1; }
.guarantee-stat .lbl { margin-top: 8px; font-size: 0.9rem; color: var(--walnut-soft); font-weight: 600; }

/* ===== Geo ===== */
.geo-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.geo-card {
  background: var(--walnut);
  color: var(--cream);
  border-radius: var(--radius-lg);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.geo-card h3 { font-size: 1.5rem; }
.geo-card .addr { font-size: 1.05rem; color: rgba(255, 250, 242, 0.85); margin-top: 10px; }
.geo-card--zone { background: var(--accent); }
.geo-card--zone .addr { color: rgba(255, 250, 242, 0.92); }

/* ===== Contact / form ===== */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: flex-start;
}
.contact-info { position: sticky; top: 110px; }
.contact-info h2 { font-size: clamp(1.9rem, 3vw, 2.4rem); color: var(--walnut); }
.contact-info p { margin-top: 16px; color: var(--ink-soft); font-size: 1.05rem; }
.contact-phone-card {
  margin-top: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 24px 26px;
}
.contact-phone-card span { font-size: 0.8rem; color: var(--ink-faint); }
.contact-phone-card a { display: block; margin-top: 6px; font-family: var(--font-display); font-size: 1.6rem; color: var(--accent-dark); text-decoration: none; }

.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow);
}
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.85rem; font-weight: 700; color: var(--walnut-soft); margin-bottom: 8px; }
.field input, .field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--line);
  background: var(--cream);
  font-family: inherit;
  font-size: 0.98rem;
  color: var(--ink);
  transition: border-color 0.18s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); }
.field textarea { min-height: 110px; resize: vertical; }
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-bottom: 22px;
}
.consent input { margin-top: 3px; accent-color: var(--accent); flex-shrink: 0; }
.consent a { color: var(--accent-dark); text-decoration: underline; }
.form-msg { margin-top: 14px; font-size: 0.88rem; font-weight: 600; min-height: 1.2em; }
.form-msg.ok { color: #4c7a3c; }
.form-msg.err { color: #b5432f; }

/* ===== Footer ===== */
.site-footer { background: var(--walnut); color: rgba(255, 250, 242, 0.72); padding: 56px 0 28px; }
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-brand .brand-name { color: var(--cream); font-size: 1.3rem; }
.footer-brand p { margin-top: 12px; font-size: 0.88rem; max-width: 34ch; }
.footer-col h5 { color: var(--cream); font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col li { margin-bottom: 10px; font-size: 0.9rem; }
.footer-col a { text-decoration: none; color: inherit; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.78rem;
  color: rgba(255, 250, 242, 0.5);
}

/* ===== Lightbox ===== */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(23, 15, 9, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 84vh; border-radius: 12px; box-shadow: 0 30px 60px rgba(0,0,0,0.5); }
.lightbox .lb-cap { position: absolute; bottom: 30px; left: 0; right: 0; text-align: center; color: var(--cream); font-size: 0.92rem; }
.lightbox .lb-close, .lightbox .lb-prev, .lightbox .lb-next {
  position: absolute;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  color: var(--cream);
  width: 46px; height: 46px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.lightbox .lb-close { top: 24px; right: 24px; }
.lightbox .lb-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 24px; top: 50%; transform: translateY(-50%); }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ===== Sticky mobile call bar ===== */
.mobile-callbar { display: none; }

/* ===== Responsive ===== */
@media (max-width: 1220px) {
  .main-nav { gap: 18px; }
  .site-header .container { gap: 14px; }
  .header-cta { gap: 12px; }
}

@media (max-width: 1080px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 420px; margin: 0 auto; }
  .hero-content { padding-bottom: 20px; text-align: left; }
  .about-wrap { grid-template-columns: 1fr; }
  .about-media { max-width: 380px; margin: 0 auto; }
  .contact-wrap { grid-template-columns: 1fr; }
  .contact-info { position: static; }
  .guarantee { grid-template-columns: 1fr 1fr; }
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .trust-strip .container { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item { border-bottom: 1px solid rgba(255,255,255,0.1); }
  .process-list { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.wide { grid-column: span 1; }
  .guarantee { padding: 34px 24px; }
}

@media (max-width: 620px) {
  .container { padding: 0 18px; }
  section { padding: 64px 0; }
  .header-phone { display: none; }
  .header-cta .btn-primary { display: none; }
  .header-cta { gap: 10px; }
  .work-grid { grid-template-columns: 1fr; }
  .about-points { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .guarantee { grid-template-columns: 1fr; text-align: left; }
  .geo-wrap { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; }
  .hero-tag { left: 0; bottom: -20px; }
  .hero-photo-frame { border-radius: 140px 140px 20px 20px; }
  .form-card { padding: 26px; }
  .mobile-callbar {
    display: flex;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 90;
    background: var(--walnut);
    padding: 12px 16px;
    box-shadow: 0 -8px 24px rgba(0,0,0,0.25);
    gap: 10px;
  }
  .mobile-callbar .btn { flex: 1; padding: 14px 12px; font-size: 0.92rem; }
  body { padding-bottom: 74px; }
}
