:root {
  --orange: #ff4b12;
  --orange-2: #ff641f;
  --ink: #111214;
  --muted: #666a70;
  --line: #e7e8ea;
  --soft: #f7f7f8;
  --max: 1452px;
  --shadow: 0 18px 50px rgba(15, 18, 22, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; }
body {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 88% 7%, rgba(255, 75, 18, .075), transparent 28rem),
    radial-gradient(circle at 7% 44%, rgba(22, 29, 38, .045), transparent 32rem),
    #f5f6f7;
  color: var(--ink);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { display: block; width: 1em; height: 1em; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
[id] { scroll-margin-top: 104px; }
.shell { width: min(var(--max), calc(100% - 56px)); margin-inline: auto; }
main { display: flex; flex-direction: column; }
main > section { width: 100%; min-width: 0; }
.hero { order: 1; }
.services { order: 2; }
.calc-section { order: 3; }
.storage-section { order: 4; }
.locations { order: 5; }
.reviews-section { order: 6; }

.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  height: 90px;
  border-bottom: 1px solid #ededee;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(10px);
}
.header-row { display: flex; align-items: center; gap: 20px; height: 100%; }
.brand { flex: 0 0 242px; width: 242px; }
.brand img { display: block; width: 100%; height: auto; }
.desktop-nav { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 23px; }
.desktop-nav a { white-space: nowrap; font-size: 11px; font-weight: 900; letter-spacing: .015em; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--orange); }
.header-meta { display: flex; align-items: center; gap: 17px; margin-left: auto; white-space: nowrap; }
.header-meta > div { display: flex; flex-direction: column; gap: 3px; }
.header-meta span { color: #80848a; font-size: 8px; font-weight: 800; }
.header-meta b, .header-meta a { font-size: 10px; font-weight: 850; }
.header-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
}
.menu-btn { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 10px; border: 1px solid var(--ink); border-radius: 10px; background: #fff; }
.menu-btn span { display: block; width: 24px; height: 3px; margin: 0; border-radius: 2px; background: #15171a; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 41% 59%;
  width: min(var(--max), calc(100% - 56px));
  min-height: 426px;
  margin-inline: auto;
  overflow: hidden;
  border-block: 3px solid var(--orange);
  border-inline: 0;
  border-radius: 0;
}
.hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 34px 28px 78px 10px;
  background: linear-gradient(90deg, #fff 0%, #fff 78%, rgba(255,255,255,.96) 88%, rgba(255,255,255,0) 100%);
}
.hero-copy h1 {
  margin: 0 0 20px;
  font-size: clamp(46px, 3.55vw, 55px);
  font-weight: 950;
  line-height: .94;
  letter-spacing: -2.5px;
  white-space: nowrap;
}
.hero-copy h1 em { color: var(--orange); font-style: normal; }
.hero-title-line { display: block; width: max-content; max-width: 100%; transform-origin: left center; }

@media (min-width: 901px) {
  .hero-title-line--service { transform: scaleX(1.037); }
  .hero-title-line--storage { transform: scaleX(1.0251); }
}

@media (max-width: 560px) {
  .hero-title-line--service { transform: scaleX(1.0436); }
  .hero-title-line--storage { transform: scaleX(1.0287); }
}
.hero-copy > p { margin: 0; font-size: 16px; font-weight: 730; line-height: 1.45; }
.hero-actions { display: flex; gap: 14px; margin-top: 20px; }
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 18px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.12;
  transition: transform .2s, box-shadow .2s;
}
.cta small { font-size: 8px; font-weight: 700; }
.cta-primary { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff; box-shadow: 0 10px 24px rgba(255,75,18,.18); }
.cta-secondary { background: #fff; }
.cta-dark { background: var(--ink); color: #fff; }
.cta-dark .icon { color: #fff; fill: none; stroke: currentColor; }
.cta:hover { transform: translateY(-1px); }
.cta:focus-visible, .header-book:focus-visible, .menu-btn:focus-visible { outline: 3px solid rgba(255,75,18,.28); outline-offset: 2px; }
.cta-mark { display: grid; flex: 0 0 22px; width: 22px; height: 22px; place-items: center; font-size: 20px; line-height: 1; }
.hero-photo { position: relative; min-height: 426px; overflow: hidden; background: #161719; }
.hero-photo picture { display: contents; }
.hero-photo::before { position: absolute; z-index: 2; inset: 0; content: ""; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.82) 10%, rgba(255,255,255,.28) 24%, transparent 43%); pointer-events: none; }
.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-benefits {
  position: absolute;
  z-index: 4;
  left: 10px;
  bottom: 21px;
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 22px;
}
.hero-benefits article { display: flex; align-items: center; gap: 9px; }
.hero-benefits article span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border: 1px solid #e3e5e7; border-radius: 50%; color: #34383d; font-size: 17px; }
.hero-benefits article b { font-size: 9px; line-height: 1.3; }

.shop-catalog-benefits {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 6px;
  margin: 0;
  padding: 9px 8px;
  border: 1px solid #eceeef;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(16,20,24,.05);
}
.shop-catalog-benefits article {
  display: flex;
  min-width: 0;
  min-height: 64px;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid #dfe2e5;
  border-radius: 8px;
  background: #fff;
}
.shop-catalog-benefits svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  fill: none;
  stroke: #ff4b12;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.shop-catalog-benefits article div { display: grid; min-width: 0; gap: 3px; }
.shop-catalog-benefits strong { color: #141516; font-size: 12px; font-weight: 900; line-height: 1.2; }
.shop-catalog-benefits span { color: #555b61; font-size: 10px; line-height: 1.3; }

@media (min-width: 1181px) {
  .shop-main[data-catalog-type] .shop-page-head--catalog {
    display: grid;
    grid-template-columns: 377px minmax(0,1fr);
    align-items: center;
    gap: 0;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .shop-main[data-catalog-type] .shop-page-head--catalog {
    display: grid;
    grid-template-columns: 377px minmax(0,1fr);
    align-items: center;
    gap: 0;
  }
  .shop-catalog-benefits { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .shop-catalog-benefits { display: none; }
}

@media (min-width: 901px) and (max-height: 1050px) {
  .shop-main[data-catalog-type] .shop-filters { position: static; }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .shop-main[data-catalog-type] .shop-catalog-layout .shop-catalog-toolbar { flex-wrap: wrap; }
  .shop-main[data-catalog-type] .shop-catalog-layout .shop-catalog-toolbar > strong { width: 100%; }
  .shop-main[data-catalog-type] .shop-catalog-layout .shop-catalog-toolbar .shop-toolbar-field:first-of-type,
  .shop-main[data-catalog-type] .shop-catalog-layout .shop-catalog-toolbar .shop-toolbar-field:last-of-type {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
  }
}

.section { padding: 38px 0; }
.section > h2, .calc-main > h2, .storage-card > h2 { margin: 0 0 18px; font-size: 29px; line-height: 1; letter-spacing: -.6px; }
#calculatorTitle { font-family: "Manrope", sans-serif; font-weight: 800; }
.section-label { margin-bottom: 7px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.services { padding-top: 19px; padding-bottom: 23px; }
.services > h2 { display: none; }
.services-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.service-card { overflow: hidden; border: 1px solid rgba(218,221,225,.92); border-radius: 11px; background: rgba(255,255,255,.96); box-shadow: 0 8px 24px rgba(18,20,24,.055); transition: transform .22s, box-shadow .22s; }
.service-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.service-image-link { display: block; overflow: hidden; }
.service-card img { display: block; width: 100%; height: 132px; object-fit: cover; }
.service-image-link img { transition: transform .28s ease, filter .28s ease; }
.service-image-link:hover img { transform: scale(1.025); filter: brightness(1.04); }
.service-card > div:last-child { position: relative; min-height: 112px; padding: 15px 16px 15px 62px; }
.service-icon { position: absolute; top: 14px; left: 16px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,75,18,.18); border-radius: 50%; background: rgba(255,75,18,.06); color: var(--orange); font-size: 18px; }
.service-card h3 { margin: 0 0 8px; font-size: 14px; line-height: 1.18; }
.service-card p { margin: 0 0 9px; color: #555b62; font-size: 10px; line-height: 1.45; }
.service-card a { color: var(--orange); font-size: 10px; font-weight: 900; }

.calc-section, .storage-section {
  position: relative;
  border-block: 1px solid rgba(218,221,225,.8);
  background-color: #f0f2f4;
  background-image:
    radial-gradient(circle at 88% 15%, rgba(255,75,18,.105), transparent 25rem),
    linear-gradient(rgba(22,29,38,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,29,38,.026) 1px, transparent 1px);
  background-size: auto, 32px 32px, 32px 32px;
}
.calc-card { overflow: hidden; padding: 24px; border: 1px solid rgba(216,219,223,.95); border-radius: 14px; background: rgba(255,255,255,.97); box-shadow: 0 20px 55px rgba(15,18,22,.09); }
.calc-main { display: flex; min-width: 0; flex-direction: column; }
.calc-service-picker.calc-input-column { width: calc((100% - 160px) / 2); margin-bottom: 24px; }
.calc-service-picker select { border-color: rgba(255,75,18,.42); background-color: #fffaf8; }
.calc-panel[hidden] { display: none; }
.calc-grid { display: grid; flex: 1; grid-template-columns: minmax(250px, 1fr) 120px minmax(260px, 1fr); gap: 20px; align-items: stretch; }
.simple-calc-grid { display: grid; grid-template-columns: minmax(250px, 1fr) 120px minmax(260px, 1fr); gap: 20px; min-height: 265px; }
.simple-result { grid-column: 3; min-height: 100%; }
.calc-input-column { width: 100%; }
.calc-fields { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.calc-fields label { display: flex; flex-direction: column; gap: 5px; color: #53585f; font-size: 9px; font-weight: 760; }
.calc-fields select { width: 100%; height: 42px; padding: 0 30px 0 11px; border: 1px solid #d9dce0; border-radius: 7px; outline: none; background: #fff; color: var(--ink); font-size: 11px; font-weight: 750; }
.calc-fields select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,75,18,.1); }
.car-wrap { display: flex; align-self: stretch; align-items: center; justify-content: center; min-width: 0; }
.car-visual { position: relative; width: 120px; max-width: 100%; aspect-ratio: 2 / 3; }
.car-visual img { display: block; width: 100%; height: 100%; object-fit: contain; }
.wheel-light { position: absolute; width: 8%; height: 16%; border: 1px solid rgba(255,255,255,.92); border-radius: 999px; background: rgba(255,75,18,.8); box-shadow: 0 0 7px 3px rgba(255,75,18,.72), 0 0 17px 6px rgba(255,100,31,.38); opacity: 0; transform: scale(.8); transition: opacity .25s ease, transform .25s ease; }
.wheel-light--front-left { top: 15%; left: 18%; }
.wheel-light--front-right { top: 15%; right: 18%; }
.wheel-light--rear-left { top: 70%; left: 18%; }
.wheel-light--rear-right { top: 70%; right: 18%; }
.car-visual[data-active-wheels="4"] .wheel-light,
.car-visual[data-active-wheels="3"] .wheel-light--front-left,
.car-visual[data-active-wheels="3"] .wheel-light--front-right,
.car-visual[data-active-wheels="3"] .wheel-light--rear-left,
.car-visual[data-active-wheels="2"] .wheel-light--front-left,
.car-visual[data-active-wheels="2"] .wheel-light--front-right,
.car-visual[data-active-wheels="1"] .wheel-light--front-left { opacity: 1; transform: scale(1); }
.calc-result { display: flex; width: 100%; height: 100%; min-width: 0; flex-direction: column; padding-top: 2px; }
.calc-result > span { color: #6d7278; font-size: 9px; line-height: 1.35; }
.calc-result > strong { display: block; margin: 10px 0 17px; font-size: 37px; line-height: 1; letter-spacing: -1.2px; }
.calc-result > b { font-size: 10px; }
.calc-result ul { margin: 10px 0 14px; padding: 0; list-style: none; color: #484d53; font-size: 9px; line-height: 1.7; }
.calc-result li { position: relative; padding-left: 17px; }
.calc-result li::before { position: absolute; top: .45em; left: 1px; width: 7px; height: 4px; border-bottom: 2px solid var(--orange); border-left: 2px solid var(--orange); content: ""; transform: rotate(-45deg); }
.calc-result > span, .calc-result > strong, .calc-result > b, .calc-result > ul { margin-left: 24px; }
.calc-book { width: 249px; max-width: 100%; min-height: 52px; margin-top: auto; }

@media (min-width: 901px) {
  .calc-service-picker.calc-input-column { width: 42%; }
  .calc-grid { grid-template-columns: 42% 150px minmax(320px, 1fr); gap: 24px; }
  .simple-calc-grid { grid-template-columns: 42% minmax(400px, 1fr); gap: 44px; }
  .simple-result { grid-column: 2; }
  .calc-grid .car-wrap { align-items: flex-start; padding-top: 0; }
  .calc-result { display: grid; grid-template-columns: minmax(150px, .78fr) minmax(230px, 1.22fr); grid-template-rows: auto 1fr auto; grid-template-areas: "label included" "price worklist" "button button"; column-gap: 26px; align-items: start; }
  .calc-result > span { grid-area: label; align-self: end; }
  .calc-result > strong { grid-area: price; margin: 9px 0 0; }
  .calc-result > b { grid-area: included; align-self: start; }
  .calc-result > ul { grid-area: worklist; margin: 7px 0 12px; }
  .calc-result > span, .calc-result > strong, .calc-result > b, .calc-result > ul { margin-left: 0; }
  .calc-result > .calc-book { grid-area: button; justify-self: start; margin-top: 14px; }
  .calc-grid .calc-result > .calc-book { width: 249px; margin-left: 0; }
  .simple-result > .calc-book { margin-left: 154px; }
}

.storage-section { padding-top: 0; border-top: 0; }
.storage-card { overflow: hidden; padding: 24px; border: 1px solid rgba(216,219,223,.95); border-radius: 14px; background: rgba(255,255,255,.97); box-shadow: 0 20px 55px rgba(15,18,22,.09); }

.locations { padding-top: 38px; padding-bottom: 32px; }
.locations-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.location-card { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; overflow: hidden; border: 1px solid rgba(218,221,225,.92); border-radius: 12px; background: rgba(255,255,255,.97); box-shadow: 0 10px 28px rgba(18,20,24,.06); }
.location-map-viewport { position: relative; min-width: 0; aspect-ratio: 1 / 1; overflow: hidden; background: #eef0f2; }
.location-map { position: absolute; inset: 0; display: block; width: 100%; height: 100%; min-height: 0; overflow: hidden; border: 0; background: #eef0f2; }
.location-map__status { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; padding: 18px; color: var(--muted); background: #eef0f2; font-size: 12px; font-weight: 800; text-align: center; }
.location-map__status a { color: var(--orange); text-decoration: underline; }
.location-map__marker { position: relative; display: flex; align-items: center; gap: 5px; transform: translate(-19px,-45px); white-space: nowrap; }
.location-map__marker-pin { position: relative; display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border: 2px solid #fff; border-radius: 50%; background: var(--orange); box-shadow: 0 8px 20px rgba(31,33,37,.28); color: #fff; }
.location-map__marker-pin::before { position: relative; z-index: 1; width: 26px; height: 26px; background: url("assets/favicon.svg") center / contain no-repeat; content: ""; }
.location-map__marker-pin::after { position: absolute; bottom: -6px; left: 50%; width: 13px; height: 13px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; background: var(--orange); content: ""; transform: translateX(-50%) rotate(45deg); }
.location-map__marker-label { padding: 6px 8px; border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 8px 20px rgba(31,33,37,.16); color: #111318; font-size: 10px; font-weight: 900; }
.location-details { display: flex; min-width: 0; aspect-ratio: 1 / 1; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 18px; }
.location-brand { display: block; width: 150px; max-width: 78%; height: auto; margin: 0 0 0 -7px; }
.location-card h3 { margin: 0; font-size: 15px; line-height: 1.3; }
.location-card p { margin: 0; color: var(--muted); font-size: 10px; }
.location-phone { font-size: 12px; font-weight: 900; }
.location-actions { display: flex; gap: 8px; margin-top: 0; padding-top: 0; }
.location-actions .cta { min-height: 38px; padding: 8px 12px; }

.reviews-section { padding-top: 10px; padding-bottom: 32px; }
.reviews-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.review-card { overflow: hidden; min-width: 0; border: 1px solid rgba(218,221,225,.92); border-radius: 14px; background: rgba(255,255,255,.97); box-shadow: 0 16px 38px rgba(18,20,24,.07); }
.review-card__head { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 76px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.review-card__head span { display: block; margin-bottom: 3px; color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.review-card__head h3 { margin: 0; font-size: 15px; }
.review-card__head a { flex: 0 0 auto; color: var(--orange); font-size: 9px; font-weight: 900; }
.yandex-reviews { display: block; width: 100%; height: 520px; border: 0; background: #fff; }

.service-card,
.calc-card,
.storage-card,
.location-card,
.review-card { border-color: var(--orange); }

.footer { margin-top: 30px; border-top: 3px solid var(--orange); background: #15171a; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.25fr .75fr 1fr 1.15fr; gap: 42px; padding-top: 42px; padding-bottom: 36px; }
.footer-brand img { display: block; width: 220px; max-width: 100%; height: auto; filter: invert(1); }
.footer-brand p { max-width: 250px; margin: 17px 0 0; color: #aeb2b7; font-size: 11px; line-height: 1.55; }
.footer-column { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 10px; font-style: normal; }
.footer-column b { margin-bottom: 4px; color: var(--orange-2); font-size: 9px; letter-spacing: .12em; }
.footer-column a, .footer-column span { color: #c4c7ca; font-size: 10px; line-height: 1.5; }
.footer-column a { transition: color .2s ease; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; gap: 28px; min-height: 64px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom span, .footer-bottom a { color: #858a90; font-size: 9px; }
.footer-bottom span:nth-child(2) { margin-right: auto; }
.footer-bottom a { color: #d9dcdf; font-weight: 800; }

.booking-modal[hidden] { display: none; }
.booking-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; }
.booking-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(10,12,15,.58); backdrop-filter: blur(4px); }
.booking-modal__dialog { position: relative; width: min(720px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 28px; border: 1px solid var(--ink); border-radius: 16px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.booking-modal__dialog h2 { margin: 4px 0 8px; font-size: 28px; line-height: 1.1; }
.booking-modal__eyebrow { color: var(--orange); font-size: 9px; font-weight: 950; letter-spacing: .16em; }
.booking-modal__lead { max-width: 590px; margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.booking-modal__close { position: absolute; top: 9px; right: 12px; width: 36px; height: 36px; border: 1px solid var(--ink); border-radius: 50%; background: #fff; font-size: 28px; }
.booking-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.booking-form label { display: grid; gap: 6px; color: #3f4348; font-size: 10px; font-weight: 850; }
.booking-form input:not([type="checkbox"]), .booking-form select, .booking-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--ink); border-radius: 8px; outline: none; background: #fff; color: var(--ink); font-size: 13px; }
.booking-form textarea { min-height: 76px; resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { box-shadow: 0 0 0 3px rgba(255,75,18,.16); }
.booking-form__full { grid-column: 1/-1; }
.booking-form__consent { display: flex !important; align-items: flex-start; gap: 9px !important; margin-top: 14px; font-size: 10px !important; line-height: 1.4; }
.booking-form__consent input { width: 17px; height: 17px; flex: 0 0 17px; margin: 0; accent-color: var(--orange); }
.booking-form__status { margin: 12px 0 0; padding: 10px 12px; border: 1px solid var(--ink); border-radius: 8px; background: #f4f5f6; color: #42464b; font-size: 11px; line-height: 1.45; }
.booking-form__status.is-success { background: #eef9f2; color: #146b37; }
.booking-form__status.is-error { background: #fff0ed; color: #9b281b; }
.booking-form__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.booking-form__actions .cta { width: 100%; min-height: 48px; }
.booking-success { padding: 30px 20px; border: 1px solid var(--orange); border-radius: 14px; background: #fff8f5; text-align: center; }
.booking-success > strong { display: grid; width: 58px; height: 58px; place-items: center; margin: 0 auto 15px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 25px; }
.booking-success p { margin: 8px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.booking-success h3 { margin: 0; font-size: 25px; }
.booking-success__number { display: block; margin: 16px 0 6px; color: var(--orange); font-size: 27px; font-weight: 950; }
.booking-success__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.booking-success__actions .cta { width: 100%; }

@media (max-width: 1220px) {
  .header-meta { display: none; }
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 10px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card-paint { grid-column: span 2; }
  .locations-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  [id] { scroll-margin-top: 92px; }
  .shell { width: calc(100% - 32px); }
  .site-header { height: 80px; }
  .hero { width: 100%; }
  .header-row { gap: 10px; }
  .brand { flex: 1 1 auto; width: 240px; max-width: 270px; }
  .desktop-nav { position: absolute; top: 84px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.14); }
  .desktop-nav.is-open { display: flex; }
  .desktop-nav a { padding: 14px; border-bottom: 1px solid #eee; font-size: 14px; }
  .desktop-nav a:last-child { border-bottom: 0; }
  .header-book { display: none; }
  .menu-btn { display: inline-flex; margin-left: auto; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 34px 24px 28px; background: #fff; }
  .hero-copy h1 { font-size: clamp(40px, 8vw, 58px); white-space: normal; }
  .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 620px; }
  .hero-photo { min-height: 0; aspect-ratio: 16 / 8; }
  .hero-photo::before { display: none; }
  .hero-benefits { position: static; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; padding: 16px 24px; background: #fff; }
  .calc-grid, .simple-calc-grid { grid-template-columns: 1fr 110px 1fr; }
  .calc-service-picker.calc-input-column { width: calc((100% - 150px) / 2); }
}

@media (max-width: 560px) {
  [id] { scroll-margin-top: 78px; }
  .shell { width: calc(100% - 28px); }
  .site-header { height: 68px; }
  .brand { max-width: 205px; }
  .menu-btn { flex: 0 0 42px; width: 42px; height: 42px; }
  .desktop-nav { top: 72px; right: 14px; left: 14px; max-height: calc(100vh - 86px); overflow-y: auto; }

  .hero { display: flex; min-height: 0; flex-direction: column; overflow: hidden; border-radius: 0; }
  .hero-copy { order: 1; padding: 23px 14px 18px; }
  .hero-copy h1 { margin-bottom: 14px; font-size: clamp(34px, 9.3vw, 40px); line-height: .95; letter-spacing: -1.5px; }
  .hero-copy > p { font-size: 14px; line-height: 1.4; }
  .hero-actions { grid-template-columns: 1fr; gap: 8px; width: 100%; margin-top: 16px; }
  .hero-actions .cta { min-width: 0; min-height: 48px; padding: 8px 12px; gap: 8px; font-size: 10px; }
  .cta-mark { flex: 0 0 auto; font-size: 17px; }
  .hero-photo { order: 2; width: 100%; aspect-ratio: 390 / 190; background: #161719; }
  .hero-photo img { object-position: 60% center; }
  .hero-benefits { order: 3; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; padding: 0 14px 15px; }
  .hero-benefits article { min-width: 0; min-height: 66px; flex-direction: column; justify-content: center; gap: 5px; padding: 8px 4px; border: 1px solid var(--line); border-right: 0; text-align: center; }
  .hero-benefits article:first-child { border-radius: 10px 0 0 10px; }
  .hero-benefits article:last-child { border-right: 1px solid var(--line); border-radius: 0 10px 10px 0; }
  .hero-benefits article span { flex-basis: 27px; width: 27px; height: 27px; font-size: 12px; }
  .hero-benefits article b { overflow-wrap: anywhere; font-size: 9px; line-height: 1.2; }

  .section { padding: 26px 0; }
  .section > h2, .calc-main > h2, .storage-card > h2 { margin-bottom: 15px; font-size: 23px; line-height: 1.08; }
  .services { padding-top: 25px; }
  .services > h2 { display: block; }
  .services-grid { grid-template-columns: 1fr; gap: 11px; }
  .service-card { display: grid; grid-template-columns: 41% minmax(0, 59%); min-height: 136px; border-radius: 10px; }
  .service-card img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
  .service-card-paint { grid-column: auto; }
  .service-card > div:last-child { min-height: 0; padding: 13px; }
  .service-icon { display: none; }
  .service-card h3 { margin-bottom: 7px; font-size: 13px; }
  .service-card p { margin-bottom: 8px; font-size: 10px; line-height: 1.38; }
  .service-card a { font-size: 10px; }

  .calc-section { padding: 24px 0; }
  .calc-card, .storage-card { display: block; padding: 18px 16px; border-radius: 10px; }
  .calc-main { padding: 0; border: 0; }
  .calc-service-picker.calc-input-column { width: 100%; margin-bottom: 18px; }
  .calc-grid { display: flex; flex-direction: column; align-items: stretch; gap: 14px; }
  .simple-calc-grid { display: flex; min-height: 0; flex-direction: column; gap: 16px; }
  .simple-result { grid-column: auto; }
  .calc-fields { width: 100%; gap: 11px; }
  .calc-fields label { gap: 6px; font-size: 11px; }
  .calc-fields select { height: 48px; padding-inline: 13px 32px; border-radius: 8px; font-size: 15px; }
  .car-wrap { min-height: 0; padding: 1px 0; }
  .car-visual { width: 88px; }
  .calc-result { padding: 0; }
  .calc-result > span, .calc-result > strong, .calc-result > b, .calc-result > ul { margin-left: 0; }
  .calc-result > span { font-size: 11px; line-height: 1.4; }
  .calc-result > strong { margin: 8px 0 14px; font-size: 38px; }
  .calc-result > b { font-size: 13px; }
  .calc-result ul { margin: 8px 0 14px; font-size: 11px; line-height: 1.7; }
  .calc-book { width: min(380px,calc(100% - 36px)); max-width: calc(100% - 36px); min-height: 40px; margin: auto auto 0; padding: 8px 10px; border-radius: 10px; font-size: 10px; }

  .storage-section { padding: 0 0 24px; }

  .locations { padding-top: 28px; }
  .locations-grid { grid-template-columns: 1fr; gap: 12px; }
  .location-card { min-height: 235px; grid-template-columns: 41% minmax(0,59%); }
  .location-map-viewport { height: 235px; min-height: 235px; aspect-ratio: auto; }
  .location-map { height: 235px; min-height: 235px; }
  .location-map__marker { gap: 4px; transform: translate(-17px,-41px); }
  .location-map__marker-pin { width: 34px; height: 34px; flex-basis: 34px; }
  .location-map__marker-pin::before { width: 22px; height: 22px; }
  .location-map__marker-pin::after { bottom: -5px; width: 11px; height: 11px; }
  .location-map__marker-label { padding: 5px 7px; font-size: 9px; }
  .location-details { min-height: 235px; aspect-ratio: auto; padding: 15px 12px; }
  .location-brand { width: 132px; margin: 0 0 0 -4px; }
  .location-card h3 { font-size: 14px; line-height: 1.25; }
  .location-card p { font-size: 10px; line-height: 1.25; }
  .location-phone { font-size: 13px; }
  .location-actions { width: 100%; gap: 5px; }
  .location-actions .cta { flex: 1 1 0; min-width: 0; min-height: 30px; padding: 5px 3px; border-radius: 6px; font-size: 7px; }

  .reviews-section { padding-top: 4px; padding-bottom: 24px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 12px; }
  .review-card { height: 315px; }
  .review-card__head { min-height: 70px; padding: 12px 14px; }
  .review-card__head h3 { font-size: 14px; }
  .yandex-reviews { height: 380px; }

  .footer { margin-top: 22px; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; padding-top: 30px; padding-bottom: 27px; }
  .footer-brand img { width: 190px; }
  .footer-brand p { margin-top: 13px; font-size: 11px; }
  .footer-column { gap: 8px; }
  .footer-column b { font-size: 10px; }
  .footer-column a, .footer-column span { font-size: 11px; }
  .footer-bottom { display: grid; gap: 7px; min-height: 0; padding: 18px 0 21px; }
  .footer-bottom span:nth-child(2) { margin-right: 0; }
  .footer-bottom span, .footer-bottom a { font-size: 10px; }
  .booking-modal { padding: 10px; }
  .booking-modal__dialog { max-height: calc(100vh - 20px); padding: 22px 16px 18px; }
  .booking-modal__dialog h2 { padding-right: 35px; font-size: 23px; }
  .booking-form__grid { grid-template-columns: 1fr; gap: 10px; }
  .booking-form__full { grid-column: auto; }
  .booking-form__actions { grid-template-columns: 1fr; }
  .booking-success { padding: 24px 14px; }
  .booking-success__actions { grid-template-columns: 1fr; }
}

@media (max-width: 395px) {
  .hero-copy { padding-inline: 12px; }
  .hero-copy h1 { font-size: 34px; }
  .hero-actions .cta { padding-inline: 7px; font-size: 8px; }
  .hero-benefits { padding-inline: 12px; }
  .service-card { grid-template-columns: 40% minmax(0, 60%); }
  .location-actions .cta { font-size: 8px; }
}
