:root {
  --ink: #191815;
  --ink-2: #25231f;
  --ink-3: #34312c;
  --paper: #f6f3ed;
  --paper-2: #eeebe3;
  --line: rgba(31, 28, 22, .12);
  --gold: #b6823e;
  --gold-dark: #875b25;
  --gold-soft: #d5b37a;
  --light-gold: #f2e9d8;
  --white: #fffdf8;
  --muted: #6d685e;
  --shadow: 0 20px 55px rgba(37, 27, 14, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  padding-bottom: 0;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; background: var(--gold); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header { background: rgba(246, 243, 237, .93); backdrop-filter: blur(13px); border-bottom: 1px solid rgba(31, 28, 22, .08); position: sticky; top: 0; z-index: 30; }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand img { width: 58px; height: 58px; object-fit: cover; object-position: center; border-radius: 12px; background: #141311; box-shadow: 0 8px 20px rgba(0,0,0,.14); flex-shrink: 0; }
.brand span { display: grid; line-height: 1.08; gap: 4px; }
.brand strong { font-size: 17px; font-weight: 850; letter-spacing: .015em; }
.brand small { color: var(--gold-dark); font-weight: 700; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 23px; font-size: 14px; color: #514c43; }
.desktop-nav a { transition: color .18s ease; }
.desktop-nav a:hover { color: var(--gold-dark); }
.header-phone { display: grid; justify-items: end; line-height: 1.15; gap: 3px; }
.phone-label { font-size: 11px; color: var(--muted); }
.header-phone strong { font-size: 15px; letter-spacing: -.02em; }

.hero { background: radial-gradient(circle at 78% 22%, rgba(211, 167, 97, .2), transparent 24%), linear-gradient(115deg, #1a1916 0%, #26231f 56%, #171716 100%); color: #fffdf8; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 670px; align-items: center; gap: 48px; padding: 68px 0 75px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-soft); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; display: flex; align-items: center; gap: 8px; }
.eyebrow-dark { color: var(--gold-dark); }
.eyebrow-light { color: #d0a362; }
.pulse-dot { width: 8px; height: 8px; background: #d9a252; border-radius: 50%; box-shadow: 0 0 0 5px rgba(217, 162, 82, .15); }
h1, h2 { margin: 0; font-weight: 850; letter-spacing: -.025em; line-height: .99; }
h1 { max-width: 640px; font-size: clamp(48px, 5.55vw, 74px); letter-spacing: -.01em; }
h1 span { color: var(--gold-soft); }
.hero-lead { max-width: 590px; margin: 27px 0 0; color: rgba(255, 253, 248, .78); font-size: 18px; line-height: 1.57; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; padding: 0 20px; border-radius: 12px; align-items: center; justify-content: center; display: inline-flex; gap: 10px; font-size: 14px; font-weight: 800; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #cf9d58, #a96f2f); color: #17120d; box-shadow: 0 10px 26px rgba(180, 122, 55, .24); }
.button-secondary { border: 1px solid rgba(255, 255, 255, .25); color: #fffdf8; }
.button-secondary:hover { background: rgba(255,255,255,.08); }
.quick-contact { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; }
.quick-contact a { color: rgba(255, 253, 248, .84); display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 750; }
.contact-icon { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 7px; font-size: 12px; font-weight: 900; overflow: hidden; flex-shrink: 0; }
.contact-icon.viber { background: transparent; color: #fff; }
.contact-icon.telegram { background: #2998dc; color: #fff; }
.contact-icon svg { width: 15px; height: 15px; fill: currentColor; }
.contact-icon.viber img { width: 24px; height: 24px; display: block; border-radius: 7px; object-fit: cover; }
.hero-trust { margin-top: 38px; border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; display: flex; gap: 25px; }
.hero-trust > div { display: grid; gap: 3px; max-width: 115px; }
.hero-trust strong { color: #d5ae6b; font-size: 18px; letter-spacing: -.04em; }
.hero-trust span { color: rgba(255, 253, 248, .58); font-size: 11px; line-height: 1.35; }
.hero-visual { position: relative; min-height: 498px; }
.hero-image-wrap { position: absolute; inset: 0 0 0 46px; overflow: hidden; border-radius: 22px; box-shadow: 0 35px 70px rgba(0,0,0,.28); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; filter: saturate(.9) contrast(1.06); }

.proof-strip { background: #ece6dc; border-bottom: 1px solid rgba(29, 27, 21, .08); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { min-height: 134px; padding: 27px 23px; display: flex; gap: 14px; align-items: flex-start; border-right: 1px solid rgba(29, 27, 21, .1); }
.proof-item:last-child { border-right: none; }
.proof-icon { color: var(--gold-dark); font-size: 13px; font-weight: 900; padding-top: 3px; }
.proof-item p { margin: 0; display: grid; gap: 5px; }
.proof-item strong { font-size: 15px; letter-spacing: -.01em; }
.proof-item span:last-child { color: var(--muted); font-size: 13px; line-height: 1.4; }

.section { padding: 112px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 34px; margin-bottom: 38px; }
.section-heading h2, .reviews h2, .approach h2, .location h2, .cta-section h2 { font-size: clamp(34px, 4vw, 54px); max-width: 690px; }
.section-note { max-width: 335px; margin: 0 0 3px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.service-card { background: var(--white); border: 1px solid var(--line); border-radius: 17px; overflow: hidden; box-shadow: 0 8px 25px rgba(33, 27, 18, .03); }
.service-card[open] { box-shadow: 0 18px 38px rgba(33, 27, 18, .07); border-color: rgba(165, 111, 47, .28); }
.service-card summary { display: grid; grid-template-columns: 35px 1fr 20px; align-items: center; gap: 12px; padding: 23px 22px; cursor: pointer; list-style: none; }
.service-card summary::-webkit-details-marker { display: none; }
.service-card summary > span:nth-child(2) { display: grid; gap: 3px; }
.service-card summary strong { font-size: 17px; letter-spacing: -.015em; }
.service-card summary small { font-size: 12px; color: var(--muted); }
.service-number { color: var(--gold-dark); font-size: 13px; font-weight: 900; }
.service-card summary svg { width: 20px; height: 20px; fill: none; stroke: var(--gold-dark); stroke-width: 2; transition: transform .2s ease; }
.service-card[open] summary svg { transform: rotate(180deg); }
.price-list { padding: 0 22px 13px 69px; }
.price-list p { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin: 0; padding: 11px 0; border-top: 1px solid rgba(31, 28, 22, .08); font-size: 13px; }
.price-list p span { color: #4b473e; }
.price-list b { white-space: nowrap; color: var(--ink); font-size: 13px; }
.services-bottom { margin-top: 24px; padding: 20px 22px; background: #ebe1d0; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-radius: 14px; }
.services-bottom p { max-width: 720px; margin: 0; font-size: 14px; color: #564d40; }
.text-link { color: var(--gold-dark); font-size: 14px; font-weight: 850; white-space: nowrap; }
.text-link span { font-size: 18px; margin-left: 5px; }

.approach { background: #1f1d1a; color: #fffdf7; overflow: hidden; }
.approach-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: clamp(42px, 7vw, 105px); align-items: center; }
.approach-visual { min-height: 635px; position: relative; overflow: hidden; border-radius: 22px; }
.approach-visual img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: 48% 45%; filter: saturate(.87); }
.approach-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 44%, rgba(13, 12, 10, .8)); }
.approach-caption { position: absolute; z-index: 1; left: 22px; bottom: 21px; color: #fff; max-width: 250px; font-size: 13px; font-weight: 700; }
.approach-content { padding: 20px 0; }
.approach h2 { color: #fffdf7; }
.approach-intro { max-width: 570px; color: rgba(255, 253, 247, .68); font-size: 16px; line-height: 1.58; margin: 22px 0 32px; }
.steps { padding: 0; margin: 0; list-style: none; display: grid; gap: 15px; }
.steps li { display: grid; grid-template-columns: 33px 1fr; gap: 13px; align-items: start; }
.steps li > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: #3b3326; color: #d6aa6a; font-size: 12px; font-weight: 850; margin-top: 2px; }
.steps strong { display: block; font-size: 15px; }
.steps p { margin: 4px 0 0; color: rgba(255, 253, 247, .62); font-size: 13px; max-width: 510px; line-height: 1.45; }

.gallery { background: var(--paper-2); }
.section-heading.compact { margin-bottom: 32px; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: 200px 200px; gap: 12px; }
.gallery-item { overflow: hidden; margin: 0; border-radius: 15px; background: #ddd8cf; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-large { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-large img { object-position: 50% 46%; }
.gallery-item:nth-child(2) img { object-position: 52% 44%; }
.gallery-item:nth-child(3) img { object-position: 50% 48%; }
.gallery-item:nth-child(4) img { object-position: 50% 43%; }
.gallery-item:nth-child(5) img { object-position: 50% 50%; }

.reviews { background: var(--white); }
.reviews-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 37px; }
.review-rating { min-width: 192px; padding: 16px; border-radius: 15px; background: var(--light-gold); display: grid; grid-template-columns: 50px 1fr 15px; align-items: center; gap: 8px; }
.review-rating strong { color: var(--gold-dark); font-size: 28px; letter-spacing: -.07em; }
.review-rating span { font-size: 12px; line-height: 1.35; font-weight: 750; }
.review-rating small { color: var(--muted); font-size: 11px; font-weight: 600; }
.review-rating b { color: var(--gold-dark); font-size: 18px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.review-card { min-height: 292px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; display: flex; flex-direction: column; background: var(--paper); }
.review-card.featured { background: #251f18; border-color: #251f18; color: #fffdf7; }
.stars { color: #bd8843; font-size: 16px; letter-spacing: 2px; }
.review-card blockquote { margin: 20px 0 0; font-size: 17px; letter-spacing: -.035em; line-height: 1.42; }
.review-author { margin: auto 0 0; padding-top: 20px; color: var(--gold-dark); font-size: 13px; font-weight: 800; }
.review-card.featured .review-author { color: #d6aa6a; }
.review-author span { display: block; color: var(--muted); font-size: 11px; font-weight: 600; margin-top: 3px; }
.review-card.featured .review-author span { color: rgba(255,255,255,.48); }

.location { background: #221f1a; color: #fffdf7; }
.location-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: clamp(35px, 6vw, 80px); align-items: center; }
.location-copy h2 { color: #fffdf7; }
.location-copy > p:not(.eyebrow) { color: rgba(255,253,247,.7); font-size: 16px; line-height: 1.55; margin: 22px 0 28px; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.contact-list li { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.15); display: grid; gap: 4px; }
.contact-list span { color: #c4a373; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.contact-list a, .contact-list strong { color: #fffdf7; font-size: 15px; font-weight: 750; line-height: 1.42; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button-outline { color: #fffdf7; border: 1px solid rgba(255,255,255,.26); }
.button-outline:hover { background: rgba(255,255,255,.08); }
.map-card { min-height: 430px; position: relative; display: block; overflow: hidden; border-radius: 21px; background: #e6e0d2; color: var(--ink); }
.map-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent, rgba(255,255,255,.2)); pointer-events: none; }
.map-lines { position: absolute; inset: -40px; opacity: .7; background: repeating-linear-gradient(32deg, transparent 0 30px, rgba(100, 96, 83, .17) 30px 32px, transparent 32px 66px), repeating-linear-gradient(119deg, transparent 0 55px, rgba(100, 96, 83, .14) 55px 57px, transparent 57px 92px); }
.map-road { position: absolute; border: 18px solid #f9f5ec; border-radius: 50%; box-shadow: 0 0 0 2px rgba(114, 106, 93, .1); }
.road-one { width: 380px; height: 285px; left: -74px; top: 62px; transform: rotate(-20deg); }
.road-two { width: 360px; height: 270px; right: -125px; top: 72px; transform: rotate(45deg); }
.road-three { width: 340px; height: 270px; left: 98px; bottom: -188px; transform: rotate(-38deg); }
.map-pin { width: 61px; height: 61px; background: var(--gold-dark); position: absolute; z-index: 2; left: 51%; top: 46%; transform: translate(-50%, -50%) rotate(45deg); border-radius: 50% 50% 50% 0; box-shadow: 0 14px 25px rgba(40, 29, 14, .24); }
.map-pin span { display: block; position: absolute; width: 23px; height: 23px; top: 19px; left: 19px; border-radius: 50%; background: #fffaf1; }
.map-label { position: absolute; z-index: 2; left: 51%; top: calc(46% + 52px); transform: translateX(-50%); min-width: 190px; padding: 12px 14px; border-radius: 10px; background: #fffdf8; box-shadow: 0 10px 25px rgba(38, 28, 14, .15); text-align: center; }
.map-label strong { display: block; font-size: 14px; letter-spacing: -.02em; }
.map-label span { color: var(--muted); display: block; font-size: 11px; margin-top: 2px; }
.map-cta { position: absolute; z-index: 3; left: 20px; bottom: 20px; padding: 10px 12px; border-radius: 9px; background: rgba(255,253,248,.9); font-size: 12px; font-weight: 800; }
.map-cta span { color: var(--gold-dark); font-size: 16px; vertical-align: -1px; margin-left: 4px; }

.cta-section { padding: 75px 0; background: #eee2cf; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta-inner h2 { font-size: clamp(36px, 4vw, 51px); }
.cta-inner p:not(.eyebrow) { max-width: 560px; margin: 15px 0 0; color: #655c4d; font-size: 15px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; min-width: max-content; }
.button-dark { background: #26231f; color: #fffdf7; }
.button-dark:hover { background: #151411; }

.site-footer { background: #181714; color: #fffdf7; padding: 40px 0 25px; }
.footer-top { display: grid; grid-template-columns: 1.05fr 1.15fr 1.15fr .9fr; gap: 28px; align-items: start; }
.footer-brand { align-items: flex-start; }
.footer-brand strong { font-size: 15px; }
.footer-brand small { color: #b98747; letter-spacing: .05em; font-size: 9px; }
.footer-details { display: grid; gap: 7px; }
.footer-details p { margin: 0; color: rgba(255,253,247,.66); font-size: 12px; line-height: 1.48; }
.footer-details strong { color: #fffdf7; font-weight: 750; }
.footer-contacts { display: grid; gap: 8px; align-content: start; }
.footer-contacts > a { color: #fffdf7; font-size: 13px; font-weight: 800; overflow-wrap: anywhere; }
.footer-contacts > a:hover, .footer-messengers a:hover, .footer-bottom a:hover { color: #d6aa6a; }
.footer-messengers { display: flex; gap: 14px; margin-top: 3px; }
.footer-messengers a { color: rgba(255,253,247,.65); font-size: 12px; }
.footer-bottom { margin-top: 30px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.site-footer p { margin: 0; color: rgba(255,253,247,.42); font-size: 11px; }
.footer-bottom a { color: rgba(255,253,247,.65); font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom--privacy { margin-top: 0; padding-top: 0; border-top: none; }
.mobile-contact-bar { display: none; }

.cookie-banner { position: fixed; z-index: 100; left: 20px; right: 20px; bottom: 20px; max-width: 720px; margin: 0 auto; padding: 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(29,27,23,.97); box-shadow: 0 22px 65px rgba(0,0,0,.28); color: #fffdf7; }
.cookie-banner[hidden] { display: none; }
.cookie-banner__content { display: flex; align-items: center; gap: 16px; }
.cookie-banner p { margin: 0; color: rgba(255,253,247,.78); font-size: 12px; line-height: 1.45; }
.cookie-banner p a { color: #e1ba7c; text-decoration: underline; text-underline-offset: 2px; }
.cookie-banner__button { flex: 0 0 auto; min-height: 41px; padding: 0 17px; border: 0; border-radius: 10px; background: linear-gradient(135deg, #cf9d58, #a96f2f); color: #18130d; font: inherit; font-size: 12px; font-weight: 850; cursor: pointer; }
.cookie-banner__button:hover { filter: brightness(1.06); }

.privacy-main { background: var(--paper); padding: 85px 0 100px; }
.privacy-container { max-width: 870px; }
.privacy-container h1 { max-width: 800px; color: var(--ink); font-size: clamp(38px, 5vw, 62px); letter-spacing: -.018em; }
.privacy-lead { max-width: 735px; margin: 23px 0 37px; color: var(--muted); font-size: 17px; line-height: 1.58; }
.privacy-card { margin-top: 14px; padding: 28px 30px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); box-shadow: 0 8px 25px rgba(33,27,18,.035); }
.privacy-card h2 { color: var(--ink); font-size: 23px; letter-spacing: -.02em; line-height: 1.12; }
.privacy-card p, .privacy-card li { color: #4f4a42; font-size: 14px; line-height: 1.58; }
.privacy-card p { margin: 13px 0 0; }
.privacy-card p:first-of-type { margin-top: 15px; }
.privacy-card ul { margin: 15px 0 0; padding-left: 20px; display: grid; gap: 7px; }
.privacy-card a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.privacy-back { margin-top: 32px; }

@media (max-width: 950px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; padding-top: 55px; }
  .hero-visual { min-height: 460px; max-width: 680px; width: 100%; justify-self: center; }
  .section { padding: 88px 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 17px; }
  .section-note { max-width: 640px; }
  .approach-grid, .location-grid { grid-template-columns: 1fr; }
  .approach-visual { min-height: 470px; max-width: 720px; width: 100%; }
  .approach-content { padding: 0; }
  .reviews-top { align-items: start; flex-direction: column; }
  .review-rating { min-width: 190px; }
  .cta-inner { align-items: start; flex-direction: column; }
}

@media (max-width: 680px) {
  body { padding-bottom: 61px; }
  .container { width: min(calc(100% - 34px), var(--container)); }
  .site-header { position: static; }
  .header-inner { min-height: 65px; }
  .brand img { width: 50px; height: 50px; border-radius: 10px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 8px; }
  .header-phone { display: none; }
  .hero-grid { min-height: auto; padding: 43px 0 47px; gap: 32px; }
  .eyebrow { font-size: 10px; margin-bottom: 14px; line-height: 1.35; }
  h1 { font-size: clamp(40px, 12vw, 54px); line-height: .98; }
  .hero-lead { font-size: 16px; margin-top: 20px; line-height: 1.52; }
  .hero-actions { margin-top: 25px; display: grid; grid-template-columns: 1fr; }
  .button { min-height: 52px; }
  .hero-actions .button-secondary { display: none; }
  .quick-contact { margin-top: 18px; gap: 14px; }
  .hero-trust { margin-top: 27px; gap: 13px; }
  .hero-trust strong { font-size: 15px; }
  .hero-trust span { font-size: 10px; }
  .hero-visual { min-height: 360px; }
  .hero-image-wrap { inset: 0 0 0 0; }
    .proof-grid { grid-template-columns: 1fr; }
  .proof-item { min-height: 94px; border-right: none; border-bottom: 1px solid rgba(29,27,21,.1); padding: 18px 0; }
  .proof-item:last-child { border-bottom: none; }
  .section { padding: 65px 0; }
  .section-heading h2, .reviews h2, .approach h2, .location h2, .cta-section h2 { font-size: clamp(32px, 9.4vw, 43px); line-height: 1.01; }
  .section-note { font-size: 13px; }
  .service-grid { grid-template-columns: 1fr; gap: 10px; }
  .service-card summary { padding: 19px 15px; grid-template-columns: 30px 1fr 18px; gap: 8px; }
  .service-card summary strong { font-size: 15px; }
  .service-card summary small { font-size: 11px; }
  .price-list { padding: 0 15px 9px 53px; }
  .price-list p { font-size: 12px; gap: 7px; padding: 10px 0; }
  .price-list b { font-size: 12px; }
  .services-bottom { margin-top: 15px; display: grid; padding: 17px 15px; gap: 8px; }
  .services-bottom p { font-size: 13px; }
  .approach { padding: 0; }
  .approach-grid { gap: 0; width: 100%; }
  .approach-visual { min-height: 370px; border-radius: 0; }
  .approach-content { width: min(calc(100% - 34px), var(--container)); margin: 0 auto; padding: 54px 0 64px; }
  .approach-intro { font-size: 15px; margin: 18px 0 25px; }
  .steps { gap: 14px; }
  .steps li { grid-template-columns: 30px 1fr; gap: 10px; }
  .steps p { font-size: 12px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 170px 150px 150px; gap: 8px; }
  .gallery-large { grid-column: span 2; grid-row: auto; }
  .gallery-wide { grid-column: span 2; }
  .reviews-top { margin-bottom: 25px; }
  .review-grid { grid-template-columns: 1fr; gap: 10px; }
  .review-card { min-height: 0; padding: 20px; }
  .review-card blockquote { font-size: 16px; margin-top: 14px; }
  .review-author { margin-top: 25px; }
  .location-grid { gap: 33px; }
  .location-copy > p:not(.eyebrow) { font-size: 15px; margin: 17px 0 22px; }
  .location-actions { display: grid; grid-template-columns: 1fr; margin-top: 23px; }
  .map-card { min-height: 330px; border-radius: 16px; }
  .map-pin { left: 53%; top: 42%; }
  .map-label { left: 53%; top: calc(42% + 52px); }
  .cta-section { padding: 59px 0; }
  .cta-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .cta-actions .button { width: 100%; }
  .footer-inner { align-items: start; flex-direction: column; gap: 17px; }
  .footer-links { gap: 14px; }
  .site-footer { padding-bottom: 24px; }
  .mobile-contact-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 50; display: grid; grid-template-columns: 1.12fr 1fr 1fr; min-height: 60px; background: #1c1a16; border-top: 1px solid rgba(255,255,255,.11); box-shadow: 0 -8px 24px rgba(20,18,15,.18); }
  .mobile-contact-bar a { display: grid; place-items: center; color: #fffdf7; font-size: 12px; font-weight: 800; border-right: 1px solid rgba(255,255,255,.09); }
  .mobile-contact-bar a:last-child { border-right: none; }
  .mobile-contact-bar .mobile-call { color: #1d160c; background: linear-gradient(135deg, #d2a25b, #ad7636); }
}

@media (max-width: 370px) {
  .brand span { display: none; }
  h1 { font-size: 39px; }
  .hero-trust { gap: 10px; }
  .hero-trust > div { max-width: 96px; }
}

/* Реальная карта расположения СТО */
.map-card { cursor: pointer; }
.map-card:after { background: linear-gradient(180deg, transparent 55%, rgba(20,18,15,.18)); }
.map-card > img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center; }
.map-card .map-cta { left: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 5px; }
.map-card .map-cta b { color: var(--gold-dark); font-size: 16px; line-height: 1; }


@media (max-width: 1050px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .site-footer { padding: 34px 0 84px; }
  .footer-top { grid-template-columns: 1fr; gap: 21px; }
  .footer-brand { align-items: center; }
  .footer-details p { font-size: 12px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 24px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 72px; padding: 14px; border-radius: 14px; }
  .cookie-banner__content { align-items: stretch; flex-direction: column; gap: 12px; }
  .cookie-banner__button { width: 100%; }
  .privacy-main { padding: 54px 0 62px; }
  .privacy-container h1 { font-size: clamp(36px, 10.5vw, 48px); line-height: 1.01; }
  .privacy-lead { margin: 18px 0 28px; font-size: 15px; }
  .privacy-card { padding: 22px 18px; border-radius: 14px; }
  .privacy-card h2 { font-size: 20px; }
  .privacy-card p, .privacy-card li { font-size: 13px; }
}
