/* Страницы мест. Тема та же, что на главной: одна шапка шрифтов, один акцент,
   одна сетка. Отдельным файлом, а не в каждой странице: их сто сорок шесть, и
   пятнадцать килобайт стилей в каждой — это два мегабайта на ровном месте. */
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 400 700;
  font-display: swap; src: url("/fonts/golos-cyrillic.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 400 700;
  font-display: swap; src: url("/fonts/golos-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: 'Golos Text'; font-style: normal; font-weight: 400 700;
  font-display: swap; src: url("/fonts/golos-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2212; }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 400 700;
  font-display: swap; src: url("/fonts/golos-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+1E00-1E9F, U+2020, U+20A0-20AB; }

:root {
  --ink: #F2F1EE; --bg: #0C0C0D;
  --a-blue: #8FB0FF;
  --hair: rgba(242,241,238,.14);
  --dim: rgba(242,241,238,.68);
  --dim2: rgba(242,241,238,.5);
  --pad: clamp(20px, 4vw, 48px);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink);
       font: 17px/1.55 'Golos Text', system-ui, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { opacity: .75; }
ul { list-style: none; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .92em; }

.wrap { max-width: 1360px; margin: 0 auto; padding: 0 var(--pad); }
.band { border-top: 1px solid var(--hair); }
.band > .wrap { padding-top: clamp(38px, 4.6vw, 62px); padding-bottom: clamp(38px, 4.6vw, 62px); }
/* Через одну полосу фон чуть светлее. Без этого блоки сливаются в сплошную
   ленту и глазом не найти, где кончается один и начинается следующий. */
.band:nth-of-type(even) { background: #131316; }
.band:nth-of-type(even) .stage { background: #0E0E10; }

h1 { font-size: clamp(32px, 4.4vw, 62px); line-height: 1.04; font-weight: 700;
     letter-spacing: -.03em; text-wrap: balance; }
h2 { font-size: clamp(23px, 2.4vw, 33px); font-weight: 700; letter-spacing: -.02em;
     line-height: 1.1; }
h3 { font-size: 16.5px; font-weight: 600; }
.eyebrow { display: block; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase;
           font-weight: 600; margin-bottom: 12px; color: var(--a-blue); }
.lead { font-size: clamp(16px, 1.6vw, 19px); color: rgba(242,241,238,.88);
        max-width: 52ch; line-height: 1.5; text-wrap: pretty; }
.sub { font-size: 15.5px; color: var(--dim); line-height: 1.55; max-width: 62ch; }
.tiny { font-size: 13.5px; color: var(--dim2); line-height: 1.6; }

/* --- шапка: ровно как на главной ---------------------------------------- */
/* Шапка закреплена: кнопка «Заказать» должна быть перед глазами на любой
   высоте страницы, а не только в самом верху. Полупрозрачный фон с размытием —
   иначе текст страницы просвечивает сквозь неё и обе строки нечитаемы. */
.top { position: sticky; top: 0; z-index: 20;
       background: rgba(12,12,13,.82); backdrop-filter: saturate(140%) blur(10px);
       border-bottom: 1px solid var(--hair); }
.top > .wrap { padding-top: 22px; padding-bottom: 22px; display: flex;
               align-items: center; gap: 32px; }
/* Логотип одним цветом. Синяя половина была только здесь и выдавала страницы
   мест за что-то отдельное от остального сайта. */
.brand { font-weight: 700; font-size: 19px; letter-spacing: -.01em; }
.top nav { display: flex; gap: 24px; font-size: 15px;
           color: rgba(242,241,238,.75); margin-right: auto; }
.head-cta { font-size: 14.5px; font-weight: 600; color: var(--bg);
            background: var(--ink); border-radius: 999px; padding: 10px 18px;
            white-space: nowrap; }

/* --- герой: модель крутится сама, заголовок поверх ---------------------- */
.hero { position: relative; }
.hero .stage { height: clamp(340px, 56vh, 620px); border-radius: 0; border: 0;
               border-bottom: 1px solid var(--hair); }
.hero .over { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
              padding: var(--pad); pointer-events: none;
              background: linear-gradient(to top, rgba(12,12,13,.92) 8%, rgba(12,12,13,.45) 55%, transparent); }
.hero .over > div { max-width: 1360px; margin: 0 auto; }
.hero h1 { max-width: 18ch; }
.hero .where { display: block; font-size: 13px; letter-spacing: .1em;
               text-transform: uppercase; font-weight: 600; color: var(--a-blue);
               margin-bottom: 10px; }

/* --- кадр модели -------------------------------------------------------- */
.stage { position: relative; aspect-ratio: 4 / 3; width: 100%; overflow: hidden;
         background: #131316; border: 1px solid var(--hair); border-radius: 14px; }
.stage canvas { display: block; width: 100%; height: 100%; }
.stage .poster { position: absolute; inset: 0; width: 100%; height: 100%;
                 object-fit: cover; }
.stage .load { position: absolute; inset: 0; display: grid; place-items: center;
               font-size: 14.5px; color: var(--dim); background: rgba(19,19,22,.72);
               text-align: center; padding: 20px; }
.stage .play { font: inherit; font-size: 15px; font-weight: 600; color: var(--bg);
               background: var(--ink); border: 0; border-radius: 999px;
               padding: 12px 22px; cursor: pointer; }
.stage .play:hover { opacity: .85; }
.stage .hint { position: absolute; left: 10px; bottom: 10px; z-index: 2;
               font-size: 12px; color: var(--dim2); background: rgba(12,12,13,.66);
               padding: 5px 10px; border-radius: 999px; pointer-events: none; }
.stage .full { position: absolute; right: 10px; bottom: 10px; z-index: 2;
               font: inherit; font-size: 15px; line-height: 1; color: var(--ink);
               background: rgba(12,12,13,.66); border: 1px solid var(--hair);
               border-radius: 8px; padding: 7px 9px; cursor: pointer; }
.stage:fullscreen { border-radius: 0; border: 0; aspect-ratio: auto; height: 100%; }

/* --- пара моделей ------------------------------------------------------- */
.pair { display: grid; gap: clamp(18px, 2.4vw, 30px); grid-template-columns: 1fr 1fr;
        margin-top: 26px; }
/* Где съёмки нет, модель остаётся одна — и занимает всю ширину: половина блока
   с пустотой рядом читалась как «вторая не загрузилась». */
.pair.one { grid-template-columns: 1fr; }
/* Две модели одного места должны читаться как две РАЗНЫЕ вещи. Пока карточки
   были одинаковыми, небоскрёбы и коробки по обводам сливались в «два кадра». */
.pair figure { border: 1px solid var(--hair); border-radius: 16px;
               padding: clamp(12px, 1.4vw, 18px); }
.pair figure.scan { background: rgba(143,176,255,.06); border-color: rgba(143,176,255,.28); }
.pair figure.land { background: rgba(242,241,238,.04); }
.pair figure .stage { border-radius: 11px; }
.pair figcaption { margin-top: 14px; }
.pair h3 { margin-bottom: 4px; font-size: 18px; }
.pair figure.scan h3 { color: var(--a-blue); }
.pair .place-note { font-size: 14.5px; color: var(--dim); margin-top: 8px; }
.pair .nums { font-size: 13.5px; color: var(--dim2); margin-top: 8px; }

/* --- цифры расчёта ------------------------------------------------------ */
.specs { display: grid; gap: 1px; background: var(--hair); border: 1px solid var(--hair);
         border-radius: 14px; overflow: hidden; margin-top: 22px; max-width: 760px; }
.specs .row { display: grid; grid-template-columns: minmax(140px, 34%) 1fr; gap: 14px;
              background: var(--bg); padding: 14px 18px; font-size: 15.5px; }
.specs .row > div:first-child { color: var(--dim2); }

.plain li { padding: 9px 0; border-bottom: 1px solid var(--hair); font-size: 15.5px; }
.plain li:last-child { border-bottom: 0; }
.cols { display: grid; gap: clamp(18px, 3vw, 44px); grid-template-columns: 1fr 1fr; }

.btn { display: inline-block; font-weight: 600; font-size: 16px; color: var(--bg);
       background: var(--ink); border-radius: 999px; padding: 14px 26px; margin-top: 22px; }
.btn:hover { opacity: .85; }
/* Что можно забрать этим способом — строкой прямо в карточке. Выделено рамкой:
   человек смотрит на один участок и не обязан догадываться, что размер
   выбирается. */
.sizes { margin-top: 10px; font-size: 13.5px; color: var(--dim);
         border: 1px solid var(--hair); border-radius: 999px;
         padding: 6px 12px; display: inline-block; }
.sizes b { color: var(--ink); font-weight: 600; }

.near { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        margin-top: 20px; }
.near a { position: relative; overflow: hidden; display: block;
          border: 1px solid var(--hair); border-radius: 12px;
          padding: 14px 16px; font-size: 15.5px; }
/* Снимок места проявляется справа по градиенту. Свёрнутые строки без него
   отличались друг от друга только словом: Берлин выглядел ровно как Нью-Йорк,
   и список читался как таблица, а не как места (замечание владельца 23.08).
   Картинка — тот же превью-рендер, что и на самой странице. */
.near a::after { content: ""; position: absolute; inset: 0; z-index: 0;
                 background-image: var(--photo); background-size: cover;
                 background-position: center; opacity: .42;
                 -webkit-mask-image: linear-gradient(to left, #000 0%, transparent 66%);
                 mask-image: linear-gradient(to left, #000 0%, transparent 66%); }
.near a:hover::after { opacity: .62; }
.near a > * , .near a { position: relative; }
.near a b, .near a span, .near a i { position: relative; z-index: 1; }
/* Название — двумя строками, дальше многоточие. Официальные имена бывают в
   восемьдесят знаков («Нижегородский государственный академический театр оперы
   и балета имени А. С. Пушкина»), плитки стоят сеткой, и одна высокая плитка
   растягивала весь ряд: список ехал. */
.near a b { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
            overflow: hidden; font-weight: 400; }
.near a:hover { border-color: var(--a-blue); opacity: 1; }
.near span { position: relative; z-index: 1; display: block; font-size: 13.5px;
             color: var(--dim2); margin-top: 2px; }
/* Размер участка одной и той же строкой у всех: человек сравнивает места, а не
   разгадывает, почему у одного подпись есть, а у другого нет. */
.near i { font-style: normal; display: block; margin-top: 6px; font-size: 12.5px;
          color: var(--dim2); letter-spacing: .02em; }

footer { border-top: 1px solid var(--hair); }
footer .wrap { padding-top: 26px; padding-bottom: 30px; display: flex; flex-wrap: wrap;
               gap: 10px 22px; font-size: 14px; color: var(--dim2); }

@media (max-width: 760px) {
  .pair, .cols { grid-template-columns: 1fr; }
  .hero .stage { height: clamp(300px, 52vh, 460px); }
  .specs .row { grid-template-columns: 1fr; gap: 2px; }
  .top nav { gap: 14px; font-size: 14px; }
}
