/* Dezén · вариант 3 — «Пит-стоп». Всегда чёрный фон, лайм «вольт» как единственный акцент,
   острые углы, видимые рамки 2 px, огромная типографика Dela Gothic One + Rubik, чёрно-белые фото.
   Без свечений и декоративных градиентов (затемнение на фото — только ради читаемости). */

:root {
  --bg: #0A0A0A; --bg-2: #111111; --panel: #151515; --line: #2A2A2A; --line-2: #3D3D3D;
  --text: #EDEDED; --muted: #A3A3A3; --dim: #6B6B6B;
  --volt: #CCFF00; --on-volt: #0A0A0A; --bad: #FF6B5E;
  --f-disp: "Dela Gothic One", "Rubik", system-ui, sans-serif;
  --f-text: "Rubik", system-ui, -apple-system, "Segoe UI", sans-serif;
  --b: 2px solid var(--line);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --hdr: 64px;
  color-scheme: dark;
}
*, *::before, *::after { box-sizing: border-box; border-radius: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--hdr) + 8px); overflow-x: clip; }
.reduce { scroll-behavior: auto; }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 17px/1.55 var(--f-text); -webkit-font-smoothing: antialiased; overflow-x: clip; }
h1, h2, h3, p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; color: inherit; }
button { background: none; border: 0; padding: 0; cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--volt); outline-offset: 3px; }
::selection { background: var(--volt); color: var(--on-volt); }
.sprite { display: none; }
.i { width: 22px; height: 22px; flex: none; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: square; stroke-linejoin: miter; }
.vh { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -80px; z-index: 200; padding: 12px 16px; background: var(--volt); color: var(--on-volt); font-weight: 600; text-decoration: none; }
.skip:focus { top: 12px; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.note { font-size: 13.5px; color: var(--dim); }

/* ---------- кнопки ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; font: 600 15px/1 var(--f-text); letter-spacing: .06em; text-transform: uppercase; text-decoration: none; white-space: nowrap; cursor: pointer; transition: background-color .18s, color .18s, border-color .18s, transform .18s var(--ease); }
.btn-lg { min-height: 60px; padding: 0 28px; }
.btn-xl { min-height: 72px; padding: 0 34px; font-size: 17px; }
.btn-volt { background: var(--volt); color: var(--on-volt); }
.btn-volt:hover { background: #fff; }
.btn-volt .i { transition: transform .18s var(--ease); }
.btn-volt:hover .i { transform: translateX(4px); }
.btn-frame { box-shadow: inset 0 0 0 2px var(--text); color: var(--text); }
.btn-frame:hover { box-shadow: inset 0 0 0 2px var(--volt); color: var(--volt); }
.btn-ink { background: var(--on-volt); color: var(--volt); }
.btn-ink:hover { background: #222; }
.btn-ink-line { box-shadow: inset 0 0 0 2px var(--on-volt); color: var(--on-volt); }
.btn-ink-line:hover { background: rgba(0, 0, 0, .08); }

/* ---------- демо-строка, шапка, меню ---------- */
.demo { padding: 6px 28px; background: var(--bg-2); border-bottom: var(--b); color: var(--dim); font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase; text-align: center; }
.demo a { display: inline-flex; align-items: center; gap: 3px; color: var(--text); text-decoration: none; }
.demo a:hover { color: var(--volt); }
.demo .i { width: 13px; height: 13px; }
.hdr { position: sticky; top: 0; z-index: 60; display: flex; align-items: center; gap: 20px; height: var(--hdr); padding: 0 0 0 28px; background: rgba(10, 10, 10, .94); border-bottom: var(--b); backdrop-filter: blur(6px); }
.logo { font: 400 26px/1 var(--f-disp); letter-spacing: .02em; text-decoration: none; color: var(--text); }
.logo:hover { color: var(--volt); }
.status { display: inline-flex; align-items: center; gap: 8px; margin-right: auto; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.status i { width: 8px; height: 8px; background: var(--dim); }
.status.is-open i { background: var(--volt); }
.status.is-open { color: var(--text); }
.langs { display: flex; }
.langs a { display: inline-grid; place-items: center; min-width: 44px; height: 44px; font-size: 13px; font-weight: 600; letter-spacing: .06em; color: var(--muted); text-decoration: none; }
.langs a:hover { color: var(--text); }
.langs a[aria-current="page"] { color: var(--volt); }
.hdr-cta { height: var(--hdr); min-height: 0; }
.menu-btn { display: inline-flex; align-items: center; gap: 12px; height: var(--hdr); padding: 0 24px; border-left: var(--b); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.menu-btn:hover { color: var(--volt); }
.burger { display: grid; gap: 6px; width: 22px; }
.burger i { display: block; height: 2px; background: currentColor; transition: transform .25s var(--ease); }
.menu-btn[aria-expanded="true"] .burger i:first-child { transform: translateY(4px) rotate(45deg); }
.menu-btn[aria-expanded="true"] .burger i:last-child { transform: translateY(-4px) rotate(-45deg); }
.menu { position: fixed; inset: var(--hdr) 0 0; z-index: 59; display: grid; grid-template-rows: 1fr auto; padding: 32px 28px 28px; background: var(--bg); overflow-y: auto; }
.menu ol { display: grid; align-content: center; gap: 4px; max-width: 1240px; margin: 0 auto; width: 100%; }
.menu li a { display: flex; align-items: baseline; gap: 20px; padding: 6px 0; border-bottom: var(--b); font: 400 clamp(34px, 6vw, 76px)/1.05 var(--f-disp); text-transform: uppercase; text-decoration: none; transition: color .15s, padding-left .25s var(--ease); }
.menu li a span { font: 600 15px var(--f-text); color: var(--volt); letter-spacing: .08em; }
.menu li a:hover { color: var(--volt); padding-left: 12px; }
.js:not(.reduce) .menu:not([hidden]) li { animation: menu-in .45s var(--ease) both; }
.js:not(.reduce) .menu li:nth-child(2) { animation-delay: .04s; } .js:not(.reduce) .menu li:nth-child(3) { animation-delay: .08s; }
.js:not(.reduce) .menu li:nth-child(4) { animation-delay: .12s; } .js:not(.reduce) .menu li:nth-child(5) { animation-delay: .16s; } .js:not(.reduce) .menu li:nth-child(6) { animation-delay: .2s; }
@keyframes menu-in { from { opacity: 0; transform: translateY(24px); } }
.menu-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; max-width: 1240px; width: 100%; margin: 24px auto 0; }
.menu-langs { display: flex; flex-wrap: wrap; gap: 0 18px; }
.menu-langs a, .menu-phone { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); text-decoration: none; font-weight: 500; }
.menu-langs a[aria-current="page"] { color: var(--volt); }
.menu-phone { font: 400 22px var(--f-disp); color: var(--text); }
.menu-open body { overflow: hidden; }

/* индикатор глав справа */
.rail { position: fixed; right: 22px; top: 50%; z-index: 40; display: grid; justify-items: center; gap: 10px; transform: translateY(-50%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.rail.show { opacity: 1; }
.rail b { font: 400 22px var(--f-disp); color: var(--volt); }
.rail-bar { position: relative; width: 2px; height: 120px; background: var(--line-2); }
.rail-bar i { position: absolute; left: 0; top: 0; width: 2px; height: 0; background: var(--volt); transition: height .2s linear; }
.rail span:last-child { writing-mode: vertical-rl; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ---------- первый экран ---------- */
.hero { position: relative; isolation: isolate; display: grid; align-content: end; min-height: calc(100svh - var(--hdr) - 30px); overflow: hidden; border-bottom: var(--b); }
.hero-img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 40% 55%; filter: grayscale(1) contrast(1.12) brightness(.72); }
.js:not(.reduce) .hero-img { animation: zoom-out 2.2s var(--ease) both; }
@keyframes zoom-out { from { transform: scale(1.08); } }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 10, 10, .15) 0%, rgba(10, 10, 10, .2) 40%, rgba(10, 10, 10, .92) 100%); }
.hero-in { width: 100%; max-width: 1400px; margin: 0 auto; padding: 120px 28px 118px; }
.kicker { font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--volt); }
.hero h1 { margin-top: 18px; font: 400 clamp(64px, 12.5vw, 200px)/.86 var(--f-disp); letter-spacing: -.02em; word-spacing: .12em; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero h1 .l2 { color: var(--volt); }
.js:not(.reduce) .hero h1 span { animation: rise .9s var(--ease) both; }
.js:not(.reduce) .hero h1 .l2 { animation-delay: .12s; }
@keyframes rise { from { clip-path: inset(0 0 100% 0); transform: translateY(40px); } to { clip-path: inset(0 0 -10% 0); } }
.hero-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px 40px; margin-top: 34px; }
.hero-lead { max-width: 520px; font-size: 18px; color: #D4D4D4; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.watch { position: absolute; top: 36px; right: 28px; display: grid; gap: 4px; min-width: 250px; padding: 16px 18px; background: rgba(10, 10, 10, .72); box-shadow: inset 0 0 0 2px var(--line-2); }
.watch figcaption { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.watch-n { font: 400 48px/1 var(--f-disp); font-variant-numeric: tabular-nums; color: var(--text); }
.watch-n small { font-size: .5em; color: var(--volt); }
.watch-avg { font-size: 13px; color: var(--volt); font-weight: 500; }
.ticker { position: absolute; left: 0; right: 0; bottom: 0; height: 58px; overflow: hidden; background: var(--volt); color: var(--on-volt); }
.ticker-in { display: flex; width: max-content; height: 100%; align-items: center; }
.js:not(.reduce) .ticker-in { animation: ticker 36s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }
.ticker span { display: inline-flex; align-items: center; gap: 28px; padding-right: 28px; font: 400 22px/1 var(--f-disp); text-transform: uppercase; white-space: nowrap; }
.ticker span::after { content: ""; width: 12px; height: 12px; background: var(--on-volt); transform: rotate(45deg); }

/* ---------- главы ---------- */
.ch { position: relative; padding: 128px 0; }
.ch--line { border-top: var(--b); }
.ch-head { display: grid; gap: 10px; margin-bottom: 48px; }
.ch-head--row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 20px 40px; }
.ch-head--row > div:first-child { display: grid; gap: 10px; }
.ch-n { font: 400 clamp(64px, 8vw, 120px)/.8 var(--f-disp); color: transparent; -webkit-text-stroke: 2px var(--line-2); }
.ch-k { font: 600 13px var(--f-text); letter-spacing: .14em; text-transform: uppercase; color: var(--volt); }
.ch-title { max-width: 16ch; font: 400 clamp(40px, 6vw, 88px)/.95 var(--f-disp); letter-spacing: -.01em; text-transform: uppercase; }
.ch-lead { max-width: 560px; font-size: 18px; color: var(--muted); }
.js:not(.reduce) .rv { opacity: 0; transform: translateY(30px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js:not(.reduce) .rv.in { opacity: 1; transform: none; }

/* 01 — проблемы, которые зачёркиваются */
.pains { display: grid; gap: 10px; }
.pain span { font: 400 clamp(28px, 4.6vw, 66px)/1.08 var(--f-disp); color: var(--text); background: linear-gradient(var(--volt), var(--volt)) 0 58% / 0% 8px no-repeat; transition: background-size 1s var(--ease), color .6s .4s; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.pain.struck span { background-size: 100% 8px; color: var(--dim); }
.reduce .pain span { background-size: 100% 8px; color: var(--dim); }
.answer { margin-top: 44px; font: 400 clamp(44px, 8vw, 128px)/.9 var(--f-disp); color: var(--volt); text-transform: uppercase; }
.pr-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 48px; margin-top: 56px; align-items: start; }
.pr-text { font-size: 19px; color: #CFCFCF; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: var(--b); border-left: var(--b); }
.stats li { display: grid; gap: 6px; padding: 22px; border-right: var(--b); border-bottom: var(--b); }
.stats b { font: 400 clamp(34px, 3.6vw, 52px)/1 var(--f-disp); }
.stats span { font-size: 14px; color: var(--muted); }

/* 02 — лента услуг */
.arrows { display: flex; }
.sq { display: grid; place-items: center; width: 60px; height: 60px; box-shadow: inset 0 0 0 2px var(--line-2); transition: background-color .15s, color .15s; }
.sq + .sq { margin-left: -2px; }
.sq:hover:not(:disabled) { background: var(--volt); color: var(--on-volt); box-shadow: none; }
.sq:disabled { opacity: .35; cursor: not-allowed; }
.track { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: max(28px, calc((100vw - 1240px) / 2 + 28px)); padding: 0 max(28px, calc((100vw - 1240px) / 2 + 28px)) 18px; scrollbar-width: thin; scrollbar-color: var(--volt) var(--line); }
.track:focus-visible { outline-offset: -3px; }
.svc { flex: none; width: min(520px, 82vw); scroll-snap-align: start; border: var(--b); background: var(--panel); }
.svc + .svc { margin-left: -2px; }
.svc-img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-bottom: var(--b); }
.svc-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); transition: transform .6s var(--ease), filter .4s; }
.svc:hover .svc-img img { transform: scale(1.04); filter: grayscale(.2) contrast(1.1); }
.svc-n { position: absolute; left: 18px; bottom: 6px; font: 400 110px/1 var(--f-disp); color: transparent; -webkit-text-stroke: 2px var(--volt); }
.svc-body { display: grid; gap: 10px; padding: 26px; }
.svc h3 { font: 400 30px/1 var(--f-disp); text-transform: uppercase; }
.svc p { color: var(--muted); font-size: 16px; }
.svc .svc-p { margin-top: 6px; color: var(--volt); font: 400 26px var(--f-disp); }
.svc-p small { margin-left: 6px; font: 500 14px var(--f-text); color: var(--muted); }

/* 7 °C */
.cold { position: relative; isolation: isolate; overflow: hidden; border-top: var(--b); }
.cold-img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.15) brightness(.5); }
.cold::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10, 10, 10, .4), rgba(10, 10, 10, .85)); }
.cold-in { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 40px; align-items: center; padding-top: 110px; padding-bottom: 110px; }
.deg { font: 400 clamp(120px, 16vw, 270px)/.8 var(--f-disp); white-space: nowrap; letter-spacing: -.04em; color: transparent; -webkit-text-stroke: 3px rgba(237, 237, 237, .85); }
.cold-copy { display: grid; gap: 18px; }
.cold-copy h2 { font: 400 clamp(30px, 3.4vw, 50px)/1 var(--f-disp); text-transform: uppercase; }
.cold-copy p { color: #CFCFCF; font-size: 18px; }
.cold-row { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; margin-top: 10px; }
.count { display: flex; align-items: baseline; gap: 12px; }
.count b { font: 400 80px/1 var(--f-disp); color: var(--volt); font-variant-numeric: tabular-nums; }
.count span { max-width: 140px; font-size: 14px; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }

/* 03 — табло цен */
.seg { display: inline-flex; }
.seg button { min-height: 52px; padding: 0 20px; box-shadow: inset 0 0 0 2px var(--line-2); font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); transition: background-color .15s, color .15s; }
.seg button + button { margin-left: -2px; }
.seg button:hover { color: var(--text); }
.seg button[aria-checked="true"] { position: relative; z-index: 1; background: var(--volt); color: var(--on-volt); box-shadow: none; }
.seg--full { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); width: 100%; }
.seg--full button { padding: 0 8px; }
.board { border-top: 2px solid var(--text); }
.board-row { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; align-items: center; min-height: 92px; padding: 0 20px; border-bottom: var(--b); transition: background-color .15s, color .15s; }
.board-row > * { text-align: right; }
.board-row > :first-child { text-align: left; }
.board-head { min-height: 52px; font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
[data-board] .board-row { font: 400 clamp(26px, 3.2vw, 44px)/1 var(--f-disp); }
[data-board] .board-row > :first-child { font-size: clamp(22px, 2.4vw, 32px); color: var(--muted); }
[data-board] .board-row:hover { background: var(--volt); color: var(--on-volt); }
[data-board] .board-row:hover > :first-child { color: var(--on-volt); }
.board-row .hot { color: var(--volt); }
[data-board] .board-row:hover .hot { color: var(--on-volt); }
.js:not(.reduce) .board-row.flip { animation: flip .5s var(--ease) both; }
@keyframes flip { from { opacity: .2; transform: translateY(8px); } }
.board-foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px 28px; margin-top: 26px; }
.extras { color: var(--muted); font-size: 15.5px; }
.extras b { color: var(--text); font-weight: 600; }

/* 04 — шинный отель */
.hotel { overflow: hidden; }
.bigword { position: absolute; left: 50%; top: 40px; z-index: -1; transform: translateX(-50%); font: 400 clamp(140px, 27vw, 440px)/.8 var(--f-disp); letter-spacing: -.03em; color: transparent; -webkit-text-stroke: 2px var(--line); white-space: nowrap; pointer-events: none; }
.hotel .wrap { position: relative; }
.hotel-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 56px; align-items: center; }
.hotel-img { border: var(--b); overflow: hidden; aspect-ratio: 3 / 4; }
.hotel-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.15); }
.cells { display: grid; grid-template-columns: 1fr 1fr; border-top: var(--b); border-left: var(--b); margin-bottom: 28px; }
.cells li { display: flex; gap: 12px; padding: 18px; border-right: var(--b); border-bottom: var(--b); font-size: 15.5px; }
.cells .i { color: var(--volt); }
.hotel-prices { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 32px; }
.hotel-prices p { display: grid; }
.hotel-prices span { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.hotel-prices b { font: 400 44px/1.05 var(--f-disp); }

/* 05 — пит-стена */
.ch--volt { border-top: 2px solid var(--volt); }
.wall { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: var(--b); border-left: var(--b); }
.cell { min-width: 0; margin: 0; padding: 22px; border: 0; border-right: var(--b); border-bottom: var(--b); }
.cell--2 { grid-column: span 2; }
.cell--full { grid-column: 1 / -1; }
.cell legend { float: left; width: 100%; margin-bottom: 14px; padding: 0; font-size: 12.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--volt); }
.cell legend + * { clear: both; }
.tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tile { display: grid; align-content: start; gap: 4px; min-height: 110px; padding: 14px; box-shadow: inset 0 0 0 2px var(--line-2); text-align: left; transition: background-color .15s, color .15s; }
.tile + .tile { margin-left: -2px; }
.tile b { font-weight: 600; font-size: 16.5px; line-height: 1.25; }
.tile small { font-size: 13.5px; color: var(--muted); }
.tile em { margin-top: auto; font: 400 22px var(--f-disp); font-style: normal; color: var(--volt); }
.tile:hover { box-shadow: inset 0 0 0 2px var(--text); }
.tile[aria-checked="true"] { position: relative; z-index: 1; background: var(--volt); color: var(--on-volt); box-shadow: none; }
.tile[aria-checked="true"] small, .tile[aria-checked="true"] em { color: var(--on-volt); }
.rim { display: grid; gap: 10px; }
.rim-out { font: 400 58px/1 var(--f-disp); color: var(--volt); }
.rim input { width: 100%; height: 44px; background: transparent; appearance: none; -webkit-appearance: none; cursor: pointer; }
.rim input::-webkit-slider-runnable-track { height: 2px; background: var(--line-2); }
.rim input::-moz-range-track { height: 2px; background: var(--line-2); }
.rim input::-webkit-slider-thumb { -webkit-appearance: none; width: 28px; height: 28px; margin-top: -13px; background: var(--volt); border: 0; }
.rim input::-moz-range-thumb { width: 28px; height: 28px; background: var(--volt); border: 0; border-radius: 0; }
.toggles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tog { position: relative; display: grid; gap: 4px; min-height: 80px; padding: 14px; box-shadow: inset 0 0 0 2px var(--line-2); cursor: pointer; transition: background-color .15s, color .15s; }
.tog + .tog { margin-left: -2px; }
.tog input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.tog span { font-weight: 600; font-size: 16px; }
.tog em { font-style: normal; font-size: 14px; color: var(--muted); }
.tog:hover { box-shadow: inset 0 0 0 2px var(--text); }
.tog:has(input:checked) { z-index: 1; background: var(--text); color: var(--on-volt); box-shadow: none; }
.tog:has(input:checked) em { color: #333; }
.tog:has(input:focus-visible) { outline: 3px solid var(--volt); outline-offset: 3px; }
.tog.is-off { opacity: .4; cursor: not-allowed; }
.days { display: flex; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: var(--volt) var(--line); padding-bottom: 8px; }
.day { flex: none; display: grid; justify-items: start; gap: 2px; min-width: 104px; padding: 12px 14px; box-shadow: inset 0 0 0 2px var(--line-2); text-align: left; scroll-snap-align: start; transition: background-color .15s, color .15s; }
.day + .day { margin-left: -2px; }
.day small { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.day b { font: 400 24px/1.1 var(--f-disp); white-space: nowrap; }
.day em { font-style: normal; font-size: 12.5px; color: var(--volt); }
.day:hover:not(:disabled) { box-shadow: inset 0 0 0 2px var(--text); }
.day:disabled { opacity: .35; cursor: not-allowed; }
.day:disabled em { color: var(--muted); }
.day[aria-checked="true"] { position: relative; z-index: 1; background: var(--volt); color: var(--on-volt); box-shadow: none; }
.day[aria-checked="true"] small, .day[aria-checked="true"] em { color: var(--on-volt); }
.times { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); }
.times p { grid-column: 1 / -1; color: var(--muted); }
.time { min-height: 54px; box-shadow: inset 0 0 0 2px var(--line-2); font: 400 20px var(--f-disp); transition: background-color .15s, color .15s; margin: 0 -2px -2px 0; }
.time:hover { box-shadow: inset 0 0 0 2px var(--text); position: relative; z-index: 1; }
.time[aria-checked="true"] { position: relative; z-index: 2; background: var(--volt); color: var(--on-volt); box-shadow: none; }
.fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.fld { display: grid; gap: 6px; }
.fld label { font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.fld input { width: 100%; min-height: 56px; padding: 0 2px; border: 0; border-bottom: 2px solid var(--line-2); background: transparent; color: var(--text); font-size: 21px; font-weight: 500; transition: border-color .15s; }
.fld input::placeholder { color: var(--dim); }
.fld input:hover { border-bottom-color: var(--muted); }
.fld input:focus { outline: none; border-bottom-color: var(--volt); }
.fld input[aria-invalid="true"] { border-bottom-color: var(--bad); }
#f-plate { text-transform: uppercase; letter-spacing: .08em; }
.err { font-size: 14px; color: var(--bad); font-weight: 500; }
.err:empty { display: none; }
.wall-foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; padding: 22px; border-right: var(--b); border-bottom: var(--b); background: var(--bg-2); }
.total { display: grid; grid-template-columns: auto auto; column-gap: 16px; align-items: baseline; }
.total span { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.total b { font: 400 56px/1 var(--f-disp); color: var(--volt); font-variant-numeric: tabular-nums; }
.total small { grid-column: 1 / -1; font-size: 14px; color: var(--muted); }
.wall-note { grid-column: 1 / -1; padding: 14px 0 0; font-size: 13.5px; color: var(--dim); }
.pass { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); background: var(--volt); color: var(--on-volt); outline: none; }
.js:not(.reduce) .pass:not([hidden]) { animation: pass-in .5s var(--ease) both; }
@keyframes pass-in { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
.pass-main { display: grid; gap: 14px; padding: 34px; border-right: 3px dashed var(--on-volt); }
.pass-k { font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.pass-t { font: 400 clamp(38px, 5vw, 70px)/.92 var(--f-disp); text-transform: uppercase; }
.pass-code { font: 400 44px/1 var(--f-disp); letter-spacing: .04em; }
.pass dl { display: grid; gap: 10px; padding: 34px; }
.pass dt { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.pass dd { margin: 2px 0 0; font-weight: 600; font-size: 17px; }
.pass-acts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.pass .note { color: #333; }

/* отзывы */
.revs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: var(--b); border-left: var(--b); }
.revs li { display: grid; grid-template-rows: auto 1fr auto; gap: 18px; padding: 30px; border-right: var(--b); border-bottom: var(--b); }
.stars { display: flex; gap: 3px; color: var(--volt); }
.stars .i { width: 18px; height: 18px; fill: currentColor; stroke: none; }
.revs blockquote p { font-size: 20px; line-height: 1.5; }
.who { display: grid; }
.who b { font-weight: 600; }
.who span { font-size: 14px; color: var(--muted); }
.revs + .note { margin-top: 16px; }

/* вопросы */
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 56px; align-items: start; }
.faq { border-top: var(--b); }
.faq details { border-bottom: var(--b); }
.faq summary { display: flex; align-items: center; gap: 18px; min-height: 76px; padding: 12px 0; font-size: 20px; font-weight: 500; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font: 400 18px var(--f-disp); color: var(--volt); }
.faq summary .i { margin-left: auto; transition: transform .25s var(--ease); }
.faq details[open] summary .i { transform: rotate(45deg); color: var(--volt); }
.faq summary:hover { color: var(--volt); }
.faq details p { padding: 0 0 22px 42px; color: var(--muted); font-size: 17px; }

/* контакты */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.big-phone, .big-mail { display: grid; gap: 4px; margin-bottom: 22px; }
.big-phone span, .big-mail span, .hours-k { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--volt); }
.big-phone b { font: 400 clamp(32px, 4.2vw, 58px)/1 var(--f-disp); }
.big-mail b { font-size: 22px; font-weight: 500; }
.hours { margin-top: 10px; }
.hours dl { display: grid; margin-top: 10px; border-top: var(--b); }
.hours dl div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: var(--b); }
.hours dd { font-weight: 600; font-variant-numeric: tabular-nums; }
.hours .today { color: var(--volt); }
.hours .note { margin-top: 10px; }
.map-box { border: var(--b); background: var(--bg-2); }
.map svg { display: block; width: 100%; height: auto; }
.map-box figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 18px; border-top: var(--b); }
.m-bg { fill: #0F0F0F; } .m-blk { fill: #1A1A1A; } .m-house { fill: #232323; } .m-park { fill: #16200E; } .m-water { fill: #0E1A22; }
.m-road { fill: none; stroke: #2E2E2E; stroke-linecap: butt; }
.m-road--main { stroke: #3C3C3C; }
.m-lbl { font: 600 12px var(--f-text); fill: #7A7A7A; letter-spacing: .1em; text-transform: uppercase; }
.m-shop { fill: var(--volt); }
.m-pin { fill: var(--volt); }
.m-pin-t { font: 400 16px var(--f-disp); fill: var(--on-volt); }

/* подвал */
.foot { border-top: 2px solid var(--volt); overflow: hidden; }
.foot-word { font: 400 25vw/.78 var(--f-disp); letter-spacing: -.04em; color: var(--volt); text-align: center; padding-top: 24px; white-space: nowrap; }
.foot-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px 28px; max-width: 1240px; margin: 0 auto; padding: 24px 28px; border-top: var(--b); }
.foot-row nav { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.foot-row a { display: inline-flex; align-items: center; gap: 4px; min-height: 40px; color: var(--muted); text-decoration: none; }
.foot-row a:hover { color: var(--volt); }
.foot-langs { display: flex; gap: 14px; }
.foot-langs a[aria-current="page"] { color: var(--volt); }
.foot-row--small { font-size: 13.5px; color: var(--dim); }
.foot-row--small a { color: var(--text); font-weight: 500; }
.foot-row .i { width: 14px; height: 14px; }
.toast { position: fixed; left: 50%; bottom: 22px; z-index: 90; max-width: min(460px, calc(100% - 24px)); padding: 16px 22px; background: var(--volt); color: var(--on-volt); font-weight: 600; translate: -50% 16px; opacity: 0; pointer-events: none; transition: opacity .2s, translate .25s var(--ease); }
.toast.show { opacity: 1; translate: -50% 0; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ---------- адаптив ---------- */
@media (max-width: 1320px) { .rail { display: none; } }
@media (max-width: 1100px) {
  .status { display: none; }
  .langs { margin-left: auto; }
  .wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cell--2 { grid-column: 1 / -1; }
  .fields { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .pr-grid, .hotel-grid, .contact-grid, .faq-grid, .cold-in { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .revs { grid-template-columns: minmax(0, 1fr); }
  .deg { font-size: clamp(110px, 30vw, 240px); }
  .hotel-img { aspect-ratio: 16 / 10; }
}
@media (max-width: 720px) {
  .btn { white-space: normal; text-align: center; letter-spacing: .04em; line-height: 1.2; padding: 10px 18px; }
  .hero h1, .ch-title, .answer, .pain span, .cold-copy h2, .pass-t { overflow-wrap: break-word; hyphens: auto; }
  .hdr { gap: 6px; padding-left: 18px; }
  .langs, .hdr-cta { display: none; }
  .logo { margin-right: auto; }
  .menu-btn { padding: 0 18px; }
  .wrap, .hero-in { padding-left: 18px; padding-right: 18px; }
  .demo { padding: 6px 18px; font-size: 11.5px; }
  .hero-in { padding-top: 150px; padding-bottom: 96px; }
  .hero h1 { font-size: clamp(52px, 16vw, 90px); }
  .hero-lead { font-size: 16.5px; }
  .hero-btns, .hero-btns .btn { width: 100%; }
  .watch { top: 18px; right: 18px; left: 18px; min-width: 0; grid-template-columns: 1fr auto; align-items: center; padding: 12px 14px; }
  .watch figcaption { grid-column: 1 / -1; }
  .watch-n { font-size: 36px; }
  .ticker { height: 48px; }
  .ticker span { font-size: 18px; }
  .ch { padding: 84px 0; }
  .ch-head { margin-bottom: 34px; }
  .stats { grid-template-columns: minmax(0, 1fr); }
  .stats li { grid-template-columns: auto 1fr; align-items: baseline; gap: 14px; }
  .arrows { display: none; }
  .svc-n { font-size: 84px; }
  .board-row { grid-template-columns: .9fr 1fr 1fr 1fr; padding: 0 8px; min-height: 76px; gap: 6px; }
  .board-head { font-size: 11px; letter-spacing: .04em; }
  [data-board] .board-row { font-size: 22px; }
  [data-board] .board-row > :first-child { font-size: 16px; }
  .seg:not(.seg--full) { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); width: 100%; }
  .seg button { padding: 0 6px; font-size: 12.5px; }
  .cells { grid-template-columns: minmax(0, 1fr); }
  .wall { grid-template-columns: minmax(0, 1fr); }
  .cell { padding: 18px 14px; }
  .tiles, .toggles { grid-template-columns: minmax(0, 1fr); }
  .tile + .tile, .tog + .tog { margin-left: 0; margin-top: -2px; }
  .tile { min-height: 0; grid-template-columns: 1fr auto; align-items: center; }
  .tile em { grid-row: span 2; margin: 0; }
  .fields { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .times { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .time { font-size: 15px; letter-spacing: -.01em; }
  .total b { font-size: 44px; }
  .wall-foot .btn { width: 100%; }
  .pass { grid-template-columns: minmax(0, 1fr); }
  .pass-main { border-right: 0; border-bottom: 3px dashed var(--on-volt); padding: 26px 20px; }
  .pass dl { padding: 22px 20px 26px; }
  .faq details p { padding-left: 0; }
  .foot-row { padding: 20px 18px; }
}
