:root {
      --ink: #121212;
      --ink-2: #2a2a2a;
      --paper: #f4f1ea;
      --white: #fffdf8;
      --yellow: #f0c000;
      --yellow-2: #d9aa00;
      --muted: #6b675e;
      --line: #ddd6c6;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Manrope, system-ui, sans-serif;
      color: var(--ink);
      background: var(--white);
      line-height: 1.5;
    }
    a { color: inherit; }
    img { max-width: 100%; display: block; height: auto; }
    ul, ol { margin: 0; padding: 0; list-style: none; }
    .wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
    .site-header {
      position: sticky;
      top: 0;
      z-index: 30;
      background: var(--ink);
      color: #fff;
    }
    .top-inner {
      display: grid;
      grid-template-columns: auto 1fr auto auto;
      align-items: center;
      gap: 28px;
      min-height: 76px;
    }
    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
      color: inherit;
    }
    .brand-mark {
      flex: 0 0 auto;
      display: block;
      width: 52px;
      height: 52px;
      object-fit: contain;
    }
    .brand-text {
      display: flex;
      flex-direction: column;
      gap: 3px;
      line-height: 1;
    }
    .brand strong {
      display: block;
      color: var(--yellow);
      font-size: 20px;
      font-weight: 800;
      letter-spacing: -0.02em;
      line-height: 1;
    }
    .brand small {
      color: #b8b3a8;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.01em;
    }
    .mark {
      width: 42px;
      height: 42px;
      background: var(--yellow);
      clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    }
    .nav-main {
      display: flex;
      gap: 18px;
      font-size: 14px;
      font-weight: 600;
      align-items: center;
    }
    .nav-main a { color: #ece7dc; text-decoration: none; }
    .nav-main a:hover { color: var(--yellow); }
    .nav-dropdown { position: relative; }
    .nav-dropdown-trigger {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      color: #ece7dc;
      text-decoration: none;
      cursor: pointer;
      padding: 8px 0;
      background: none;
      border: 0;
      font: inherit;
      font-weight: 600;
    }
    .nav-dropdown-trigger:hover,
    .nav-dropdown:focus-within .nav-dropdown-trigger,
    .nav-dropdown.is-open .nav-dropdown-trigger { color: var(--yellow); }
    .nav-dropdown-trigger .chev {
      font-size: 11px;
      opacity: .75;
      transition: transform .15s ease;
    }
    .nav-dropdown:focus-within .chev,
    .nav-dropdown.is-open .chev { transform: rotate(180deg); }
    .nav-dropdown-panel {
      position: absolute;
      top: calc(100% + 6px);
      left: -12px;
      min-width: 280px;
      background: var(--ink-2);
      border: 1px solid #3a3a3a;
      box-shadow: 0 16px 40px rgba(0,0,0,.45);
      opacity: 0;
      visibility: hidden;
      transform: translateY(6px);
      transition: opacity .15s ease, transform .15s ease, visibility .15s;
      z-index: 50;
    }
    .nav-dropdown:focus-within .nav-dropdown-panel,
    .nav-dropdown.is-open .nav-dropdown-panel {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    @media (hover: hover) and (min-width: 901px) {
      .nav-dropdown:hover .nav-dropdown-trigger { color: var(--yellow); }
      .nav-dropdown:hover .chev { transform: rotate(180deg); }
      .nav-dropdown:hover .nav-dropdown-panel {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }
    }
    .nav-dropdown-panel a {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      padding: 11px 16px;
      border-bottom: 1px solid #3a3a3a;
      color: #ece7dc;
      text-decoration: none;
      font-size: 13px;
    }
    .nav-dropdown-panel a:last-child { border-bottom: 0; }
    .nav-dropdown-panel a:hover { background: #333; color: var(--yellow); }
    .nav-dropdown-panel em { color: #9a958a; font-style: normal; font-weight: 500; font-size: 12px; }
    .nav-dropdown-all { font-weight: 700; color: var(--yellow) !important; }
    .phones { display: flex; flex-direction: column; gap: 1px; font-size: 13px; font-weight: 700; line-height: 1.25; }
    .phones a { color: #fff; text-decoration: none; }
    .phones a:hover { color: var(--yellow); }
    .header-contacts {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 10px;
    }
    .tg-icons {
      display: flex;
      gap: 6px;
      align-items: center;
    }
    .tg-ico {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #2aabee;
      color: #fff;
      text-decoration: none;
      transition: background .15s ease, transform .15s ease;
    }
    .tg-ico:hover {
      background: var(--yellow);
      color: var(--ink);
      transform: translateY(-1px);
    }
    .tg-svg { display: block; }
    .nav-tg { display: none; }
    .nav-tg .tg-svg { margin-right: 8px; vertical-align: -4px; }
    .tg-foot {
      margin-top: 12px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
    }
    .tg-foot .tg-ico {
      width: 32px;
      height: 32px;
    }
    .tg-foot-labels {
      display: flex;
      flex-direction: column;
      gap: 2px;
      font-size: 13px;
      font-weight: 700;
    }
    .tg-foot-labels a { color: #b8b3a8; }
    .tg-foot-labels a:hover { color: var(--yellow); }
    .mob {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 40;
      padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
      background: rgba(18,18,18,.94);
      backdrop-filter: blur(8px);
      gap: 8px;
    }
    .mob .btn { width: 100%; flex: 1; }
    .mob .btn-tg {
      background: #2aabee;
      color: #fff;
      max-width: 42%;
      flex: 0 0 auto;
      gap: 8px;
    }
    .mob .btn-tg:hover { background: #229ed9; color: #fff; }
    .mob .btn-tg .tg-svg { flex-shrink: 0; }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 22px;
      background: var(--yellow);
      color: var(--ink);
      font-weight: 800;
      text-decoration: none;
      border: 0;
      cursor: pointer;
    }
    .btn:hover { background: var(--yellow-2); }
    .btn-dark { background: var(--ink); color: #fff; border: 1px solid #fff; }
    .btn-dark:hover { background: #fff; color: var(--ink); }
    .menu-btn {
      display: none;
      background: none;
      border: 1px solid #444;
      color: #fff;
      width: 44px;
      height: 44px;
      padding: 0;
      font-size: 20px;
      line-height: 1;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .hero {
      position: relative;
      min-height: 72vh;
      display: flex;
      align-items: flex-end;
      color: #fff;
      background: #1a1a1a;
      overflow: hidden;
    }
    .hero .bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(.42) contrast(1.05);
    }
    .hero-inner {
      position: relative;
      z-index: 1;
      padding: 96px 0 72px;
      max-width: 720px;
    }
    .pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
    .pill {
      padding: 6px 12px;
      background: rgba(240,192,0,.18);
      border: 1px solid rgba(240,192,0,.45);
      font-size: 13px;
      font-weight: 700;
    }
    .hero h1 {
      margin: 0 0 14px;
      font-size: clamp(32px, 5vw, 52px);
      line-height: 1.08;
      font-weight: 800;
      letter-spacing: -.02em;
    }
    .lead {
      margin: 0 0 28px;
      font-size: clamp(16px, 2vw, 19px);
      color: #ece7dc;
      max-width: 34em;
    }
    .cta { display: flex; flex-wrap: wrap; gap: 12px; }
    .trust {
      background: var(--ink);
      color: #fff;
      border-top: 1px solid #2c2c2c;
    }
    .trust-list {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      padding: 28px 0;
    }
    .trust-list li { display: flex; flex-direction: column; gap: 4px; }
    .trust-list b { font-size: 18px; color: var(--yellow); }
    .trust-list span { font-size: 13px; color: #b8b3a8; }
    .sec { padding: 72px 0; }
    .sec.paper { background: var(--paper); }
    .sec-head { max-width: 640px; margin-bottom: 36px; }
    .sec-head h2 { margin: 0 0 10px; font-size: clamp(26px, 3vw, 36px); line-height: 1.15; }
    .sec-head p { margin: 0; color: var(--muted); font-size: 17px; }
    .cards {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }
    .card {
      display: block;
      text-decoration: none;
      background: #fff;
      border: 1px solid var(--line);
      overflow: hidden;
      transition: transform .2s ease, border-color .2s ease;
    }
    .card:hover { transform: translateY(-3px); border-color: var(--yellow); }
    .card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
    .card div { padding: 14px 16px 18px; }
    .card b { display: block; font-size: 16px; margin-bottom: 4px; }
    .card em { color: var(--muted); font-style: normal; font-size: 13px; }
    .price-grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr;
      gap: 28px;
      align-items: start;
    }
    table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      border: 1px solid var(--line);
    }
    th, td {
      padding: 14px 16px;
      text-align: left;
      border-bottom: 1px solid var(--line);
      font-size: 15px;
    }
    th { background: var(--ink); color: #fff; font-weight: 700; }
    td:last-child { font-weight: 800; white-space: nowrap; }
    .aside {
      background: var(--ink);
      color: #ece7dc;
      padding: 28px;
    }
    .aside h3 { margin: 0 0 12px; color: var(--yellow); font-size: 20px; }
    .aside p { margin: 0 0 14px; font-size: 15px; }
    .aside .btn { margin-top: 8px; }
    .posts {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 12px;
    }
    .post {
      display: grid;
      gap: 6px;
      padding: 20px 0;
      border-bottom: 1px solid var(--line);
      text-decoration: none;
      color: inherit;
      transition: color .2s ease;
    }
    .posts li:first-child .post { padding-top: 0; }
    .posts li:last-child .post { border-bottom: 0; padding-bottom: 0; }
    .post:hover .post-title { color: var(--yellow-2); }
    .post-tag {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .04em;
      text-transform: uppercase;
      color: var(--muted, #6b675f);
    }
    .post-title {
      font-size: 22px;
      font-weight: 800;
      line-height: 1.25;
      color: var(--ink);
    }
    .post-lead {
      font-size: 15px;
      line-height: 1.45;
      color: var(--muted, #6b675f);
      max-width: 52rem;
    }
    .geo-chips {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .geo-chips a {
      display: inline-block;
      padding: 10px 16px;
      border: 1px solid var(--line);
      text-decoration: none;
      color: var(--ink);
      font-weight: 700;
      font-size: 15px;
      transition: background .2s ease, border-color .2s ease;
    }
    .geo-chips a:hover {
      background: var(--yellow);
      border-color: var(--yellow);
    }
    .cases {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }
    .case {
      display: block;
      position: relative;
      text-decoration: none;
      overflow: hidden;
      border: 1px solid var(--line);
      min-height: 240px;
    }
    .case img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(.55);
      transition: transform .35s ease, filter .35s ease;
    }
    .case:hover img { transform: scale(1.04); filter: brightness(.45); }
    .case span {
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: 16px;
      color: #fff;
      font-weight: 800;
      font-size: 17px;
      line-height: 1.25;
      z-index: 1;
    }
    .reviews {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    .maps-embed {
      border: 1px solid var(--line);
      background: #e8e4da;
      overflow: hidden;
      line-height: 0;
    }
    .maps-embed iframe {
      display: block;
      width: 100%;
      max-width: 100%;
      border: 0;
    }
    .maps-reviews {
      max-width: 760px;
      margin-inline: auto;
      background: #fff;
      position: relative;
    }
    .maps-reviews iframe {
      min-height: 800px;
      height: 800px;
    }
    .yandex-widgets {
      display: grid;
      gap: 28px;
    }
    .yandex-widgets__label {
      margin: 0 0 12px;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: var(--muted, #6b6760);
    }
    .yandex-widgets__map,
    .yandex-widgets__reviews {
      min-width: 0;
    }
    .yandex-map-wrap {
      position: relative;
      overflow: hidden;
      max-width: 960px;
      min-height: 400px;
      border: 1px solid var(--line);
      background: #e8e4da;
    }
    .yandex-map-wrap iframe {
      position: relative;
      display: block;
      width: 100% !important;
      height: 400px !important;
      max-width: 100%;
      border: 0;
    }
    .yandex-map-label {
      color: #eee;
      font-size: 12px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      padding: 2px 6px;
      text-decoration: none;
    }
    .yandex-map-label-2 { top: 14px; }
    .yandex-reviews-wrap {
      margin-inline: auto;
      background: #fff;
    }
    .maps-widget-credit {
      display: block;
      margin-top: 8px;
      padding: 0 12px;
      color: #8a8680;
      font-size: 10px;
      text-align: center;
      text-decoration: none;
      line-height: 1.3;
    }
    .maps-widget-credit:hover {
      color: var(--ink);
    }
    .review {
      margin: 0;
      padding: 24px;
      background: #fff;
      border: 1px solid var(--line);
    }
    .review p { margin: 0 0 14px; font-size: 16px; }
    .review footer { color: var(--muted); font-size: 13px; }
    .chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .chips a {
      display: inline-flex;
      padding: 10px 16px;
      border: 1px solid var(--line);
      background: #fff;
      text-decoration: none;
      font-weight: 700;
      font-size: 14px;
    }
    .chips a:hover { border-color: var(--yellow); background: #fff8df; }
    .faq details {
      border-bottom: 1px solid var(--line);
      padding: 16px 0;
    }
    .faq summary {
      cursor: pointer;
      font-weight: 800;
      font-size: 17px;
      list-style: none;
    }
    .faq summary::-webkit-details-marker { display: none; }
    .faq p { margin: 10px 0 0; color: var(--muted); max-width: 52em; }
    .cta-band {
      background: var(--ink);
      color: #fff;
      padding: 48px 0;
      text-align: center;
    }
    .cta-band h2 { margin: 0 0 10px; font-size: clamp(24px, 3vw, 32px); }
    .cta-band p { margin: 0 0 22px; color: #b8b3a8; }
    .site-footer {
      background: #0c0c0c;
      color: #b8b3a8;
      padding: 48px 0 28px;
      font-size: 14px;
    }
    .site-footer h3 { margin: 0 0 12px; color: #fff; font-size: 16px; }
    .site-footer a { color: #ece7dc; text-decoration: none; }
    .site-footer a:hover { color: var(--yellow); }
    .foot {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr;
      gap: 28px;
      margin-bottom: 28px;
    }
    .copy { border-top: 1px solid #222; padding-top: 18px; font-size: 12px; color: #777; }

    /* --- service pages (parking etc.) --- */
    .hero-service { min-height: 58vh; }
    .hero-service .hero-inner { padding: 88px 0 96px; }
    .crumbs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      margin: 0 0 16px;
      font-size: 13px;
      font-weight: 600;
      color: #b8b3a8;
    }
    .crumbs a { color: #ece7dc; text-decoration: none; }
    .crumbs a:hover { color: var(--yellow); }
    .prose { max-width: 720px; }
    .prose p { margin: 0 0 16px; color: var(--ink-2); font-size: 17px; }
    .prose a { color: var(--ink); font-weight: 700; text-decoration-thickness: 1px; }
    .article-body {
      max-width: 760px;
    }
    .article-body h2,
    .article-body h3 {
      margin: 28px 0 12px;
      font-weight: 800;
      line-height: 1.25;
      color: var(--ink);
    }
    .article-body h2 { font-size: 26px; }
    .article-body h3 { font-size: 20px; }
    .article-body ul,
    .article-body ol {
      margin: 0 0 16px;
      padding-left: 1.25em;
      color: var(--ink-2);
      font-size: 17px;
    }
    .article-body li { margin: 0 0 8px; }
    .article-body img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 20px 0;
    }
    .article-body figure { margin: 20px 0; }
    .article-body .page-header,
    .article-body .article-info,
    .article-body .icons,
    .article-body .btn,
    .article-body .readmore { display: none !important; }

    .check-list {
      margin: 0 0 24px;
      padding: 0;
      list-style: none;
    }
    .check-list li {
      position: relative;
      padding: 12px 0 12px 28px;
      border-bottom: 1px solid var(--line);
      font-size: 16px;
    }
    .check-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 1.15em;
      width: 10px;
      height: 10px;
      background: var(--yellow);
      clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    }
    .check-list.numbered { counter-reset: step; }
    .check-list.numbered li { padding-left: 36px; }
    .check-list.numbered li::before {
      content: counter(step);
      counter-increment: step;
      clip-path: none;
      width: 24px;
      height: 24px;
      top: 10px;
      background: var(--ink);
      color: var(--yellow);
      font-size: 12px;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .steps {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px;
    }
    .steps li {
      padding: 20px 22px;
      background: #fff;
      border: 1px solid var(--line);
      font-size: 16px;
    }
    .steps strong { display: inline; margin-right: 4px; }
    .related-note {
      margin: 20px 0 0;
      color: var(--muted);
      font-size: 15px;
      max-width: 40em;
    }
    .related-note a { font-weight: 700; color: var(--ink); }
    .cases.cases-single {
      grid-template-columns: minmax(0, 480px);
    }
    .hero-prices {
      background:
        linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, #121212 100%);
      min-height: auto;
      align-items: flex-end;
    }
    .hero-prices .hero-inner { padding-top: 72px; padding-bottom: 56px; max-width: 760px; }
    .price-grid-full { align-items: stretch; }
    .price-grid-single { grid-template-columns: 1fr; max-width: 820px; }
    .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }
    .contact-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .contact-cards li {
      padding: 24px;
      background: #fff;
      border: 1px solid var(--line);
    }
    .contact-cards h3 {
      margin: 0 0 12px;
      font-size: 18px;
    }
    .contact-cards p {
      margin: 0 0 8px;
      font-size: 16px;
      color: var(--ink-2);
    }
    .contact-cards a {
      font-weight: 800;
      text-decoration: none;
      color: var(--ink);
    }
    .contact-cards a:hover { color: var(--yellow-2); }
    .contact-cards .tg-link { color: #1a8cd8; }
    .contact-cards .tg-link:hover { color: var(--yellow-2); }
    @media (max-width: 900px) {
      .contact-cards { grid-template-columns: 1fr; }
    }

    @media (max-width: 900px) {
      .price-grid-full { grid-template-columns: 1fr; }
      .top-inner {
        grid-template-columns: 1fr auto;
        gap: 12px;
        position: relative;
      }
      .menu-btn { display: inline-flex; justify-self: end; }
      .nav-main, .header-contacts, .top-inner > .btn { display: none; }
      .site-header.nav-open .nav-tg {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #8ab4ff;
      }
      /* Панель поверх контента — шапка не растёт, нет «прыжка» */
      .site-header.nav-open .nav-main {
        display: flex;
        flex-direction: column;
        gap: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 50;
        margin: 0;
        background: var(--ink);
        border-top: 1px solid #2c2c2c;
        box-shadow: 0 18px 40px rgba(0,0,0,.5);
        padding: 8px 16px 20px;
      }
      body.nav-lock {
        overflow: hidden;
        touch-action: none;
      }
      .nav-main > a {
        padding: 14px 4px;
        border-bottom: 1px solid #2c2c2c;
        width: 100%;
      }
      .nav-dropdown { width: 100%; }
      .nav-dropdown-trigger {
        width: 100%;
        padding: 14px 4px;
        justify-content: flex-start;
      }
      .nav-dropdown-panel {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: 0;
        background: transparent;
        min-width: 0;
        display: none;
        margin-bottom: 8px;
      }
      .nav-dropdown.is-open .nav-dropdown-panel { display: block; }
      .nav-dropdown-panel a {
        padding: 12px 4px 12px 16px;
        border-bottom: 1px solid #2c2c2c;
      }
      .trust-list, .cards, .cases, .reviews, .price-grid, .foot {
        grid-template-columns: 1fr 1fr;
      }
      .hero { min-height: 560px; }
      .mob { display: flex; }
      body { padding-bottom: 76px; }
    }
    @media (max-width: 560px) {
      .trust-list, .cards, .cases, .reviews, .price-grid, .foot {
        grid-template-columns: 1fr;
      }
      .sec { padding: 48px 0; }
      .hero-inner { padding: 64px 0 48px; }
    }
