/* One More Trip — прототип редизайна, версия 2
   Палитра: ночь / тайга / снег + сигнальный янтарь. Шрифт: Inter Tight.
   Правила: у плашки что-то одно — заливка ИЛИ обводка; без затемнения фото под заголовками;
   без капс-ярлычков над заголовками; без разделителей-точек. */

:root {
  --night: #0c0d0b;
  --coal: #161814;
  --coal-2: #1f221c;
  --taiga: #0f1913;
  --taiga-2: #18251c;
  --snow: #eceee9;
  --paper: #f8f9f6;
  --ink: #121411;
  --amber: #f4a91a;
  --amber-hi: #ffbb3d;
  --amber-deep: #8a5b00;
  --mute: #8e938b;
  --mute-dark: #5b6058;
  --dim-caps: #6e736b;
  --line: rgba(236, 238, 233, 0.13);
  --line-dark: rgba(18, 20, 17, 0.14);
  --r: 16px;
  --r-lg: 24px;
  --pad: clamp(16px, 4vw, 56px);
  --maxw: 1440px;
  --hdr: 72px;
  --f: "Inter Tight", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.18), 0 6px 14px rgba(0, 0, 0, 0.22), 0 18px 40px rgba(0, 0, 0, 0.28);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 128px; }
body {
  margin: 0; background: var(--night); color: var(--snow);
  font: 400 17px/1.55 var(--f); -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { display: block; max-width: 100%; }
figure, blockquote, dl, dd { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; font-weight: 300; }
ul, ol { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; border-radius: 4px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.num { font-variant-numeric: tabular-nums; }

/* ---------- Типографика: межстрочный 86–90 %, плотный трекинг, строки «прямоугольником» ---------- */
.display, .h1, .h2, .caps, .fork-slogan, .door-title { text-wrap: balance; }
.display { font-size: clamp(56px, 9.4vw, 156px); line-height: 0.86; letter-spacing: -0.058em; font-weight: 300; }
.h1 { font-size: clamp(42px, 6.2vw, 100px); line-height: 0.88; letter-spacing: -0.05em; font-weight: 300; }
.h2 { font-size: clamp(32px, 3.9vw, 58px); line-height: 0.9; letter-spacing: -0.045em; font-weight: 300; }
.h3 { font-size: clamp(21px, 1.8vw, 27px); line-height: 1.12; letter-spacing: -0.02em; font-weight: 500; text-wrap: balance; }
.h4 { font-size: 19px; line-height: 1.25; letter-spacing: -0.012em; font-weight: 500; text-wrap: balance; }
.caps { text-transform: uppercase; font-weight: 500; letter-spacing: -0.03em; line-height: 0.88; }
.caps .dim { color: var(--dim-caps); }
.dim { color: var(--mute); }
.lead { font-size: clamp(18px, 1.45vw, 22px); line-height: 1.45; color: rgba(236, 238, 233, 0.8); max-width: 36em; text-wrap: pretty; }
.small { font-size: 14px; line-height: 1.5; }
.muted { color: var(--mute); }
.amber { color: var(--amber); }
.note { font-size: 14px; color: var(--mute); margin: 0; }

/* ---------- Раскладка ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.sec { padding: clamp(72px, 10vw, 150px) 0; position: relative; }
.sec--tight { padding: clamp(56px, 7vw, 100px) 0; }
.sec--coal { background: var(--coal); }
.sec--taiga { background: var(--taiga); }
.sec--snow { background: var(--snow); color: var(--ink); }
.sec--snow .lead { color: rgba(18, 20, 17, 0.74); }
.sec--snow .muted, .sec--snow .dim, .sec--snow .note { color: var(--mute-dark); }
.sec--snow .caps .dim { color: #9ea39a; }
.sec--snow .amber { color: var(--amber-deep); }
.sec-head { display: grid; gap: 22px 64px; margin-bottom: clamp(40px, 5vw, 72px); }
.sec-head .lead { margin: 0; }
@media (min-width: 960px) { .sec-head { grid-template-columns: 1.15fr 0.85fr; align-items: end; } }
.grid { display: grid; gap: clamp(12px, 1.4vw, 20px); }
@media (min-width: 720px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } }
.grid > *, .sec-head > *, .cta-box > *, .mast-grid > *, .founders > *, .fit > *, .book > *, .safety > *, .level > *, .price-box > *, .doors > * { min-width: 0; }

/* ---------- Логотип ---------- */
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--snow); }
.logo svg { width: 30px; height: 30px; color: var(--amber); flex: none; }
.logo span { font-size: 13px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; white-space: nowrap; }

/* ---------- Шапка: только заливка при прокрутке ---------- */
.hdr { position: fixed; inset: 0 0 auto 0; z-index: 50; height: var(--hdr); display: flex; align-items: center; gap: 24px; padding: 0 var(--pad); transition: background 0.35s var(--ease); }
.hdr.is-solid { background: rgba(12, 13, 11, 0.9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.hdr .logo { margin-right: auto; }
.nav { display: none; gap: 28px; font-size: 14px; }
.nav a { opacity: 0.78; transition: opacity 0.2s, color 0.2s; padding: 6px 0; }
.nav a:hover { opacity: 1; }
.nav a[aria-current="page"] { opacity: 1; color: var(--amber); }
.hdr-actions { display: none; align-items: center; gap: 10px; }
.hdr-phone { font-size: 14px; font-variant-numeric: tabular-nums; margin-right: 8px; white-space: nowrap; }
.icon-btn { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(236, 238, 233, 0.08); transition: background 0.2s; }
.icon-btn:hover { background: rgba(236, 238, 233, 0.16); }
.icon-btn svg { width: 18px; height: 18px; }
@media (min-width: 1080px) { .nav, .hdr-actions { display: flex; } }
.burger { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; }
.burger span { display: block; width: 22px; height: 1.5px; background: var(--snow); transition: transform 0.3s var(--ease); }
.burger[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
@media (min-width: 1080px) { .burger { display: none; } }
.mnav { position: fixed; inset: 0; z-index: 45; background: var(--night); padding: calc(var(--hdr) + 24px) var(--pad) 32px; display: flex; flex-direction: column; opacity: 0; visibility: hidden; transition: opacity 0.3s var(--ease), visibility 0.3s; }
.mnav.is-open { opacity: 1; visibility: visible; }
.mnav > a { font-size: 36px; font-weight: 300; letter-spacing: -0.04em; line-height: 1; padding: 14px 0; border-bottom: 1px solid var(--line); }
.mnav-foot { margin-top: auto; display: grid; gap: 12px; font-size: 16px; }
.mnav-foot a { color: var(--amber); }

/* ---------- Кнопки ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 26px; border-radius: 999px; background: var(--amber); color: var(--ink); font-size: 16px; font-weight: 500; white-space: nowrap; transition: background 0.2s, transform 0.2s var(--ease); }
.btn:hover { background: var(--amber-hi); }
.btn:active { transform: translateY(1px); }
.btn svg { width: 18px; height: 18px; flex: none; transition: transform 0.25s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn--ghost { background: transparent; color: var(--snow); box-shadow: inset 0 0 0 1px rgba(236, 238, 233, 0.34); }
.btn--ghost:hover { background: transparent; box-shadow: inset 0 0 0 1px var(--snow); }
.btn--light { background: var(--snow); color: var(--ink); }
.btn--light:hover { background: #fff; }
.sec--snow .btn--ghost { color: var(--ink); box-shadow: inset 0 0 0 1px rgba(18, 20, 17, 0.3); }
.sec--snow .btn--ghost:hover { box-shadow: inset 0 0 0 1px var(--ink); }
.btn--sm { min-height: 40px; padding: 0 18px; font-size: 14px; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.link-arrow svg { width: 16px; height: 16px; }
@media (max-width: 640px) {
  .btn { white-space: normal; text-align: center; line-height: 1.25; padding: 14px 22px; }
  .btn-row .btn { width: 100%; }
}

/* ---------- Фото и полевая подпись-плашка ---------- */
.ph { position: relative; overflow: hidden; border-radius: var(--r); background: var(--coal-2); isolation: isolate; }
.ph img { width: 100%; height: 100%; object-fit: cover; }
.cap {
  position: absolute; left: 12px; bottom: 12px; z-index: 2; max-width: calc(100% - 24px);
  display: inline-flex; flex-wrap: wrap; gap: 4px 8px; padding: 7px 11px; border-radius: 8px;
  background: rgba(12, 13, 11, 0.8); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  font-size: 12px; line-height: 1.25; font-weight: 500; color: var(--snow); pointer-events: none;
}
.cap span + span { color: var(--mute); font-weight: 400; }
.cap span + span::before { content: "/"; margin-right: 8px; color: var(--mute-dark); }
.stock::after { content: "СТОК, заменить"; position: absolute; top: 12px; left: 12px; z-index: 3; font: 600 10px/1 var(--f); letter-spacing: 0.06em; background: #ff4f2b; color: #fff; padding: 6px 8px; border-radius: 6px; }
.is-clean .stock::after { display: none; }
.tbd { background: rgba(255, 196, 0, 0.26); border-radius: 3px; cursor: help; }
.is-clean .tbd { background: none; }

/* ---------- Сложность: профиль высот ---------- */
.diff { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 6px 10px; }
.diff-bars { display: inline-flex; align-items: flex-end; gap: 3px; height: 18px; }
.diff-bars i { width: 5px; border-radius: 1px; background: rgba(236, 238, 233, 0.2); }
.diff-bars i:nth-child(1) { height: 5px; } .diff-bars i:nth-child(2) { height: 8px; } .diff-bars i:nth-child(3) { height: 11px; } .diff-bars i:nth-child(4) { height: 14px; } .diff-bars i:nth-child(5) { height: 18px; }
.diff-bars i.on { background: var(--snow); }
.diff-label { font-size: 14px; font-weight: 500; }
.diff-note { font-size: 14px; color: var(--mute); }
.sec--snow .diff-bars i { background: rgba(18, 20, 17, 0.15); }
.sec--snow .diff-bars i.on { background: var(--ink); }

/* ---------- Места: 10 рисок ---------- */
.seats { display: grid; gap: 8px; }
.seats-ticks { display: flex; gap: 4px; }
.seats-ticks i { flex: 1; height: 12px; border-radius: 2px; background: rgba(236, 238, 233, 0.14); }
.seats-ticks i.free { background: var(--amber); }
.seats-label { font-size: 14px; }
.seats-label b { font-weight: 600; color: var(--amber); }
.seats.tbd { background: none; outline: 1px dashed rgba(255, 196, 0, 0.55); outline-offset: 5px; border-radius: 4px; }
.is-clean .seats.tbd { outline: 0; }

/* ---------- Плашки: только заливка ---------- */
.card { background: var(--coal); border-radius: var(--r-lg); padding: clamp(22px, 2.4vw, 34px); }
.sec--coal .card { background: var(--coal-2); }
.sec--taiga .card { background: var(--taiga-2); }
.sec--snow .card { background: var(--paper); }
.card .h3 + p, .card .h4 + p { margin-top: 12px; }
.card p:last-child { margin-bottom: 0; }
.card-ico { width: 40px; height: 40px; color: var(--amber); margin-bottom: 26px; }
.chip { display: inline-flex; align-items: center; height: 30px; padding: 0 12px; border-radius: 8px; font-size: 13px; font-weight: 500; background: rgba(12, 13, 11, 0.8); color: var(--snow); white-space: nowrap; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { font-size: 14px; padding: 8px 13px; border-radius: 10px; background: rgba(236, 238, 233, 0.07); }
.sec--snow .chips li { background: rgba(18, 20, 17, 0.06); }

/* ---------- Первый экран: типографская шапка + фото-пластина без затемнения ---------- */
.mast { padding-top: calc(var(--hdr) + clamp(40px, 6vw, 88px)); }
.mast-grid { display: grid; gap: 28px 64px; }
@media (min-width: 1080px) { .mast-grid { grid-template-columns: 1.3fr 1fr; align-items: end; } }
.mast-title { font-size: clamp(38px, 4.5vw, 66px); }
.mast-title--xl { font-size: clamp(48px, 7.2vw, 104px); }
.mast-side { display: grid; gap: 26px; }
.mast-side .lead { margin: 0; }
.plate { position: relative; margin-top: clamp(36px, 5vw, 64px); aspect-ratio: 4 / 3; overflow: hidden; background: var(--coal); }
.plate img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 720px) { .plate { aspect-ratio: 2.35 / 1; } }
.plate-play { position: absolute; right: 16px; bottom: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 12px; padding: 8px 18px 8px 8px; border-radius: 999px; background: var(--snow); color: var(--ink); font-size: 14px; font-weight: 500; box-shadow: var(--shadow); transition: transform 0.25s var(--ease); }
.plate-play:hover { transform: translateY(-2px); }
.plate-play i { width: 38px; height: 38px; border-radius: 50%; background: var(--amber); display: grid; place-items: center; }
.plate-play svg { width: 13px; height: 13px; margin-left: 2px; }
.stats { display: grid; grid-template-columns: 1fr; }
.stats > div { padding: 22px 0; border-bottom: 1px solid var(--line); display: grid; gap: 4px; }
.stats b { font-size: clamp(26px, 2.6vw, 38px); font-weight: 300; letter-spacing: -0.04em; line-height: 1; }
.stats span { font-size: 14px; color: var(--mute); }
@media (min-width: 860px) {
  .stats { grid-template-columns: repeat(3, 1fr); }
  .stats > div { border-bottom: 0; padding: 26px 28px 0; }
  .stats > div:first-child { padding-left: 0; }
  .stats > div + div { border-left: 1px solid var(--line); }
}

/* ---------- Главная: развилка ---------- */
.fork { padding: calc(var(--hdr) + clamp(24px, 3.4vw, 56px)) 0 clamp(56px, 6vw, 96px); }
.fork-head { display: grid; gap: 22px 64px; }
@media (min-width: 1080px) { .fork-head { grid-template-columns: 1.4fr 1fr; align-items: end; } }
.fork-slogan { font-size: clamp(52px, 7.6vw, 120px); font-weight: 300; letter-spacing: -0.058em; line-height: 0.86; margin: 0; }
.fork-slogan em { font-style: normal; color: var(--amber); }
.fork-sub { max-width: 30em; color: rgba(236, 238, 233, 0.76); margin: 0; }
.doors { display: grid; gap: 40px 14px; margin-top: clamp(32px, 4vw, 56px); }
@media (min-width: 900px) { .doors { grid-template-columns: 1fr 1fr; } }
.door { display: grid; gap: 22px; align-content: start; }
.door .ph { aspect-ratio: 4 / 3; border-radius: var(--r-lg); }
@media (min-width: 900px) { .door .ph { aspect-ratio: 16 / 10; } }
.door .ph img { transition: transform 1.2s var(--ease); }
.door:hover .ph img { transform: scale(1.035); }
.door-body { display: grid; gap: 16px; justify-items: start; padding: 0 2px; }
.door-title { font-size: clamp(44px, 5.4vw, 88px); font-weight: 300; letter-spacing: -0.055em; line-height: 0.86; transition: color 0.3s; }
.door:hover .door-title { color: var(--amber); }
.door-body p { margin: 0; max-width: 30em; color: rgba(236, 238, 233, 0.78); }
.door-body .btn { margin-top: 6px; }

/* Основатели */
.founders { display: grid; gap: clamp(40px, 4vw, 24px) clamp(16px, 2vw, 24px); }
@media (min-width: 860px) { .founders { grid-template-columns: 1fr 1fr; } }
.founder { display: grid; gap: 22px; align-content: start; }
.founder .ph { aspect-ratio: 4 / 5; }
.founder h3 { font-size: clamp(30px, 2.8vw, 44px); font-weight: 300; letter-spacing: -0.045em; line-height: 0.9; }
.founder-role { color: var(--amber); font-size: 15px; margin: 10px 0 14px; }
.founder p { color: rgba(236, 238, 233, 0.78); }
.sec--snow .founder p { color: rgba(18, 20, 17, 0.75); }
.sec--snow .founder-role { color: var(--amber-deep); }

/* Полевой дневник */
.log { border-top: 1px solid var(--line); }
.log li { display: grid; grid-template-columns: minmax(104px, 0.34fr) 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.log-k { font-size: clamp(30px, 3.4vw, 50px); font-weight: 300; letter-spacing: -0.045em; line-height: 0.9; font-variant-numeric: tabular-nums; }
.log-k--word { font-size: 20px; letter-spacing: -0.01em; font-weight: 500; line-height: 1.2; }
.log-v { font-size: 16px; line-height: 1.45; color: rgba(236, 238, 233, 0.78); }
.sec--snow .log, .sec--snow .log li { border-color: var(--line-dark); }
.sec--snow .log-v { color: rgba(18, 20, 17, 0.72); }

/* Чек-листы */
.ticks li { position: relative; padding: 12px 0 12px 32px; border-bottom: 1px solid var(--line); }
.ticks li::before { content: ""; position: absolute; left: 2px; top: 19px; width: 12px; height: 6px; border-left: 1.6px solid var(--amber); border-bottom: 1.6px solid var(--amber); transform: rotate(-45deg); }
.ticks--no li::before { width: 12px; height: 1.6px; border: 0; background: var(--mute); transform: none; top: 24px; }
.sec--snow .ticks li { border-color: var(--line-dark); }
.sec--snow .ticks li::before { border-color: var(--amber-deep); }

/* Шаги */
.steps { display: grid; counter-reset: step; }
.step { counter-increment: step; display: grid; grid-template-columns: 52px 1fr; gap: 6px 16px; padding: 26px 0; border-top: 1px solid var(--line); }
.step::before { content: counter(step, decimal-leading-zero); font-size: 14px; font-weight: 600; color: var(--amber); font-variant-numeric: tabular-nums; padding-top: 4px; grid-row: span 2; }
.step p { margin: 0; color: var(--mute); }
@media (min-width: 1080px) {
  .steps--row { grid-template-columns: repeat(var(--n, 4), 1fr); gap: 0 22px; }
  .steps--row .step { grid-template-columns: 1fr; padding-top: 22px; }
  .steps--row .step::before { grid-row: auto; padding: 0 0 24px; }
}

/* Аккордеон */
.acc { border-top: 1px solid var(--line); }
.acc details { border-bottom: 1px solid var(--line); }
.acc summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; font-size: clamp(18px, 1.5vw, 21px); letter-spacing: -0.012em; }
.acc summary::-webkit-details-marker, .day summary::-webkit-details-marker { display: none; }
.acc summary::after, .day summary::after {
  content: ""; flex: none; width: 34px; height: 34px; border-radius: 50%; background-color: rgba(236, 238, 233, 0.08);
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 12px 1.6px, 1.6px 12px; background-position: center; background-repeat: no-repeat;
  transition: transform 0.3s var(--ease);
}
.acc details[open] summary::after, .day[open] summary::after { transform: rotate(45deg); }
.acc-body { padding: 0 0 26px; max-width: 58em; color: rgba(236, 238, 233, 0.78); }
.acc-body p:last-child { margin: 0; }
.sec--snow .acc, .sec--snow .acc details { border-color: var(--line-dark); }
.sec--snow .acc summary::after, .sec--snow .day summary::after { background-color: rgba(18, 20, 17, 0.07); }
.sec--snow .acc-body { color: rgba(18, 20, 17, 0.75); }

/* Программа по дням */
.days { border-top: 1px solid var(--line-dark); }
.day { border-bottom: 1px solid var(--line-dark); }
.day summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 76px 1fr 34px; gap: 16px; align-items: center; padding: 22px 0; }
.day-n { font-size: 14px; font-weight: 600; color: var(--amber-deep); font-variant-numeric: tabular-nums; line-height: 1.3; }
.day-n span { display: block; font-weight: 400; color: var(--mute-dark); }
.day-t { font-size: clamp(20px, 1.9vw, 28px); letter-spacing: -0.025em; line-height: 1.1; }
.day-t small { display: block; font-size: 15px; color: var(--mute-dark); letter-spacing: 0; margin-top: 6px; line-height: 1.35; }
.day-body { display: grid; gap: 22px; padding: 0 0 30px; }
.day-body .ph { aspect-ratio: 16 / 10; }
.day-body p { color: rgba(18, 20, 17, 0.78); margin: 0; }
@media (min-width: 860px) { .day-body { grid-template-columns: 1fr 1.1fr; padding-left: 92px; gap: 36px; } }

/* Отзывы */
.quote { display: flex; flex-direction: column; gap: 28px; }
.quote blockquote { font-size: clamp(19px, 1.6vw, 23px); line-height: 1.36; letter-spacing: -0.015em; }
.quote blockquote::before { content: "«"; } .quote blockquote::after { content: "»"; }
.who { display: flex; align-items: center; gap: 14px; margin-top: auto; }
.who img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex: none; }
.who b { display: block; font-weight: 500; font-size: 15px; }
.who span { display: block; font-size: 13px; color: var(--mute); }
.placeholder-av { width: 52px; height: 52px; border-radius: 50%; background: rgba(236, 238, 233, 0.1); flex: none; }

/* Видео: превью + подпись под ним */
.video { display: grid; gap: 14px; text-align: left; align-content: start; }
.video-ph { position: relative; display: block; aspect-ratio: 16 / 10; border-radius: var(--r); overflow: hidden; background: var(--coal-2); }
.video-ph img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.video:hover .video-ph img { transform: scale(1.04); }
.video-play { position: absolute; left: 14px; bottom: 14px; width: 52px; height: 52px; border-radius: 50%; background: var(--snow); color: var(--ink); display: grid; place-items: center; box-shadow: var(--shadow); transition: transform 0.3s var(--ease), background 0.2s; }
.video:hover .video-play { transform: scale(1.08); background: var(--amber); }
.video-play svg { width: 17px; height: 17px; margin-left: 3px; }
.video-t { font-size: 16px; line-height: 1.3; font-weight: 500; }
.video-t span { display: block; font-size: 14px; font-weight: 400; color: var(--mute); margin-top: 4px; }

.modal { position: fixed; inset: 0; z-index: 100; background: rgba(8, 8, 7, 0.92); display: none; place-items: center; padding: 16px; }
.modal.is-open { display: grid; }
.modal-box { width: min(1100px, 100%); aspect-ratio: 16 / 9; background: #000; border-radius: var(--r); overflow: hidden; position: relative; }
.modal-box iframe { width: 100%; height: 100%; border: 0; }
.modal-x { position: absolute; top: 14px; right: 14px; width: 46px; height: 46px; border-radius: 50%; background: var(--snow); color: var(--ink); display: grid; place-items: center; z-index: 2; }
.modal-x svg { width: 16px; height: 16px; }

/* Логотипы клиентов */
.logos { display: grid; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logos > div { padding: 10px 0; }
.logos img { width: 100%; height: auto; max-height: 150px; object-fit: contain; filter: grayscale(1) invert(1) brightness(1.1) contrast(1.2); mix-blend-mode: screen; opacity: 0.8; }
@media (min-width: 860px) { .logos { grid-template-columns: repeat(3, 1fr); } .logos > div + div { border-left: 1px solid var(--line); } }

/* Формы: подчёркнутые поля без заливки */
.form { display: grid; gap: 22px; }
.field { display: grid; gap: 4px; }
.field label, .legend { font-size: 13px; color: var(--mute); }
.input, .select, .textarea {
  width: 100%; min-height: 50px; padding: 0; border: 0; border-bottom: 1px solid rgba(236, 238, 233, 0.28); border-radius: 0;
  background: transparent; color: var(--snow); font: 400 18px/1.4 var(--f); transition: border-color 0.2s;
}
.textarea { min-height: 92px; padding-top: 12px; resize: vertical; }
.select { appearance: none; -webkit-appearance: none; padding-right: 32px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238e938b' stroke-width='1.6'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 2px center; background-size: 18px; }
.select option { color: var(--ink); }
.input:focus, .select:focus, .textarea:focus { outline: none; border-bottom-color: var(--amber); }
.input::placeholder, .textarea::placeholder { color: #666b63; }
.form-row { display: grid; gap: 22px; }
@media (min-width: 640px) { .form-row { grid-template-columns: 1fr 1fr; } }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 13px; color: var(--mute); line-height: 1.45; cursor: pointer; }
.check input { flex: none; width: 18px; height: 18px; margin: 0; accent-color: var(--amber); }
.check a { text-decoration: underline; text-underline-offset: 2px; }
.form-ok { display: none; padding: 28px; border-radius: var(--r); border: 1px solid var(--amber); }
.form.is-sent > :not(.form-ok) { display: none; }
.form.is-sent .form-ok { display: block; }
.seg { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.seg label { position: relative; }
.seg input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.seg span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border-radius: 999px; box-shadow: inset 0 0 0 1px rgba(236, 238, 233, 0.26); font-size: 15px; transition: background 0.2s, box-shadow 0.2s, color 0.2s; }
.seg input:checked + span { background: var(--snow); color: var(--ink); box-shadow: none; }
.seg input:focus-visible + span { outline: 2px solid var(--amber); outline-offset: 2px; }
fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.cta-box { display: grid; gap: clamp(40px, 5vw, 88px); }
@media (min-width: 960px) { .cta-box { grid-template-columns: 0.9fr 1.1fr; } }
.after-list { margin-top: 36px; }
.after-list li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); font-size: 15px; color: rgba(236, 238, 233, 0.82); }
.after-list li b { color: var(--amber); font-weight: 600; font-variant-numeric: tabular-nums; }

/* Квиз */
.quiz { border-radius: var(--r-lg); background: var(--taiga-2); padding: clamp(22px, 3vw, 44px); }
.quiz-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 28px; font-size: 14px; color: var(--mute); }
.quiz-bar { flex: 1; max-width: 240px; height: 3px; background: rgba(236, 238, 233, 0.14); border-radius: 3px; overflow: hidden; }
.quiz-bar i { display: block; height: 100%; width: 25%; background: var(--amber); transition: width 0.4s var(--ease); }
.quiz-step { display: none; }
.quiz-step.is-on { display: block; animation: fade 0.4s var(--ease); }
.quiz-q { font-size: clamp(24px, 2.4vw, 34px); letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 24px; }
.quiz-opts { display: grid; gap: 10px; }
@media (min-width: 720px) { .quiz-opts { grid-template-columns: 1fr 1fr; } }
.quiz-opt { text-align: left; min-height: 64px; padding: 14px 20px; border-radius: 14px; box-shadow: inset 0 0 0 1px rgba(236, 238, 233, 0.2); font-size: 16px; line-height: 1.3; transition: box-shadow 0.2s; }
.quiz-opt:hover { box-shadow: inset 0 0 0 1px rgba(236, 238, 233, 0.5); }
.quiz-opt.is-picked { box-shadow: inset 0 0 0 1.5px var(--amber); }
.quiz-nav { margin-top: 22px; font-size: 14px; }
.quiz-back { display: inline-flex; align-items: center; gap: 6px; color: var(--mute); }
.quiz-back svg { width: 16px; height: 16px; }
.quiz-back[hidden] { visibility: hidden; display: inline-flex; }
.quiz-result { padding: 22px 24px; border-radius: 16px; background: rgba(244, 169, 26, 0.1); margin-bottom: 28px; }
.quiz-result .note { color: var(--amber); }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* Мобильные мессенджеры */
.float-msg { position: fixed; right: 14px; bottom: 14px; z-index: 40; display: flex; gap: 6px; padding: 6px; border-radius: 99px; background: rgba(22, 24, 20, 0.94); box-shadow: var(--shadow); transition: transform 0.35s var(--ease), opacity 0.35s; }
.float-msg a { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--coal-2); }
.float-msg a:first-child { background: var(--amber); color: var(--ink); }
.float-msg svg { width: 22px; height: 22px; }
.float-msg.is-hidden { transform: translateY(130%); opacity: 0; }
@media (min-width: 1080px) { .float-msg { display: none; } }

/* Подвал */
.ftr { border-top: 1px solid var(--line); padding: clamp(64px, 8vw, 110px) 0 32px; }
.ftr-top { display: grid; gap: 48px; }
@media (min-width: 960px) { .ftr-top { grid-template-columns: 1.3fr 1fr 1fr; } }
.ftr-big { font-size: clamp(34px, 4vw, 60px); font-weight: 300; letter-spacing: -0.045em; line-height: 0.9; margin: 0; text-wrap: balance; }
.ftr-contacts { display: grid; gap: 8px; margin-top: 30px; font-size: clamp(19px, 1.6vw, 24px); letter-spacing: -0.015em; }
.ftr-contacts a:hover { color: var(--amber); }
.ftr h4 { font-size: 14px; color: var(--mute); font-weight: 400; margin-bottom: 16px; }
.ftr ul li { padding: 5px 0; }
.ftr ul a:hover { color: var(--amber); }
.ftr-bottom { margin-top: 72px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; gap: 20px; font-size: 13px; color: var(--mute); }
@media (min-width: 960px) { .ftr-bottom { grid-template-columns: 1fr auto; align-items: start; } }
.ftr-req { display: flex; flex-wrap: wrap; gap: 6px 24px; }
.ftr-links { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.ftr-links a { text-decoration: underline; text-underline-offset: 3px; }

/* Появление при прокрутке */
.rv { opacity: 0; transform: translateY(24px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: 0.08s; } .rv-d2 { transition-delay: 0.16s; } .rv-d3 { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
}

/* =========================================================
   ПУТЕШЕСТВИЯ
   ========================================================= */
/* Первый экран: заголовок стоит в ночном небе на фото, без затемнения */
.sky { position: relative; height: clamp(560px, 86svh, 980px); overflow: hidden; background: #0a1420; }
.sky > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
.sky .wrap { position: relative; z-index: 1; padding-top: calc(var(--hdr) + clamp(36px, 6vw, 84px)); }
.sky h1 { font-weight: 400; max-width: 9.5em; }
.sky .cap { left: var(--pad); bottom: 18px; }
@media (max-width: 719px) { .sky { height: auto; aspect-ratio: 4 / 5.3; } .sky > img { object-position: 50% 100%; } }
.t-band { display: grid; gap: 32px 64px; padding-top: clamp(32px, 4vw, 56px); }
@media (min-width: 1080px) { .t-band { grid-template-columns: 1fr 1fr; align-items: start; } }
.t-band .lead { margin: 0 0 28px; }
.promise { border-top: 1px solid var(--line); }
.promise li { display: grid; grid-template-columns: 72px 1fr; gap: 14px; align-items: baseline; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; color: rgba(236, 238, 233, 0.85); }
.promise b { font-size: 22px; font-weight: 400; letter-spacing: -0.03em; color: var(--amber); font-variant-numeric: tabular-nums; }

/* Карточка тура */
.tour { display: flex; flex-direction: column; border-radius: var(--r-lg); background: var(--coal); overflow: hidden; transition: transform 0.35s var(--ease); }
.tour:hover { transform: translateY(-4px); }
.tour .ph { border-radius: 0; aspect-ratio: 4 / 4.2; }
.tour .ph img { transition: transform 0.9s var(--ease); }
.tour:hover .ph img { transform: scale(1.04); }
.tour-chips { position: absolute; top: 12px; right: 12px; z-index: 2; display: flex; gap: 6px; }
.tour-body { padding: 22px 22px 24px; display: grid; gap: 16px; flex: 1; align-content: start; }
.tour-date { font-size: 15px; color: var(--amber); font-weight: 500; font-variant-numeric: tabular-nums; }
.tour-title { font-size: 26px; line-height: 1.04; letter-spacing: -0.03em; font-weight: 400; text-wrap: balance; }
.tour-meta { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px 16px; padding-top: 16px; margin-top: auto; border-top: 1px solid var(--line); }
.tour-price { font-size: 22px; font-weight: 500; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.tour-price small { font-size: 14px; color: var(--mute); font-weight: 400; letter-spacing: 0; }
.tour--soon { justify-content: space-between; gap: 32px; padding: 28px; background: var(--coal-2); }
.tour--soon:hover { transform: none; }

.diffs { display: grid; gap: 40px clamp(14px, 1.6vw, 22px); }
@media (min-width: 960px) { .diffs { grid-template-columns: repeat(3, 1fr); } }
.diffs-item { display: grid; gap: 18px; align-content: start; }
.diffs-item .ph { aspect-ratio: 4 / 5; }
.diffs-item p { color: var(--mute-dark); margin: 0; }
.shots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.shots .ph { aspect-ratio: 4 / 5; }
@media (min-width: 960px) { .shots { grid-template-columns: repeat(4, 1fr); gap: 16px; } .shots .ph:nth-child(even) { margin-top: 48px; } }
.fit { display: grid; gap: 16px; }
@media (min-width: 860px) { .fit { grid-template-columns: 1fr 1fr; } }

/* =========================================================
   СТРАНИЦА ТУРА
   ========================================================= */
.tr-facts { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: clamp(32px, 4vw, 56px); border-top: 1px solid var(--line); }
.tr-facts > div { padding: 18px 16px 18px 0; border-bottom: 1px solid var(--line); }
.tr-facts dt { font-size: 14px; color: var(--mute); margin-bottom: 6px; }
.tr-facts dd { font-size: clamp(18px, 1.7vw, 24px); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
@media (min-width: 960px) {
  .tr-facts { grid-template-columns: repeat(5, 1fr); }
  .tr-facts > div { border-bottom: 0; padding-top: 22px; }
  .tr-facts > div + div { padding-left: 22px; border-left: 1px solid var(--line); }
}
.subnav { position: sticky; top: var(--hdr); z-index: 30; background: rgba(12, 13, 11, 0.94); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.subnav .wrap { display: flex; gap: 26px; overflow-x: auto; scrollbar-width: none; white-space: nowrap; height: 54px; align-items: center; font-size: 14px; }
.subnav .wrap::-webkit-scrollbar { display: none; }
.subnav a { opacity: 0.72; } .subnav a:hover { opacity: 1; }
.subnav .btn { margin-left: auto; opacity: 1; }
.why { display: grid; border-top: 1px solid var(--line); }
.why > div { padding: 28px 22px 28px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 960px) { .why { grid-template-columns: repeat(4, 1fr); } .why > div { padding: 30px 26px; border-bottom: 0; } .why > div:first-child { padding-left: 0; } .why > div + div { border-left: 1px solid var(--line); } }
.why .h4 { margin: 18px 0 10px; }
.why p { color: rgba(236, 238, 233, 0.72); font-size: 15px; margin: 0; }
.why-k { font-size: 42px; font-weight: 300; letter-spacing: -0.045em; color: var(--amber); line-height: 0.9; display: block; }
.level { display: grid; gap: 40px; }
@media (min-width: 960px) { .level { grid-template-columns: 1fr 1fr; align-items: start; } }
.level-scale { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; align-items: end; height: 150px; margin-bottom: 30px; }
.level-scale div { border-radius: 6px 6px 2px 2px; background: rgba(18, 20, 17, 0.1); position: relative; }
.level-scale div.on { background: var(--ink); }
.level-scale div span { position: absolute; bottom: -26px; left: 0; font-size: 13px; color: var(--mute-dark); }
.level-scale div:nth-child(1) { height: 20%; } .level-scale div:nth-child(2) { height: 40%; } .level-scale div:nth-child(3) { height: 60%; } .level-scale div:nth-child(4) { height: 80%; } .level-scale div:nth-child(5) { height: 100%; }
.price-box { display: grid; gap: 16px; }
@media (min-width: 960px) { .price-box { grid-template-columns: 1fr 1fr 0.9fr; } }
.total { background: var(--ink); color: var(--snow); border-radius: var(--r-lg); padding: clamp(24px, 2.6vw, 36px); display: flex; flex-direction: column; gap: 18px; }
.total-sum { font-size: clamp(42px, 4.2vw, 62px); font-weight: 300; letter-spacing: -0.05em; line-height: 0.9; font-variant-numeric: tabular-nums; }
.total-line { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 14px; color: rgba(236, 238, 233, 0.78); }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.gallery .ph { aspect-ratio: 1; }
.gallery .ph:first-child { grid-column: span 2; aspect-ratio: 16 / 9; }
@media (min-width: 960px) { .gallery { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 14px; } .gallery .ph { aspect-ratio: auto; } .gallery .ph:first-child { grid-row: span 2; } .gallery .ph:nth-child(4) { grid-row: span 2; } }
.book { display: grid; gap: 20px; }
@media (min-width: 960px) { .book { grid-template-columns: 1fr 1fr; gap: 32px; } }
.book-card { border-radius: var(--r-lg); padding: clamp(24px, 2.8vw, 40px); background: var(--coal); display: grid; gap: 22px; align-content: start; }
.book-card--pay { background: transparent; box-shadow: inset 0 0 0 1.5px var(--amber); }
.pay-logos { display: flex; gap: 8px; flex-wrap: wrap; font-size: 12px; color: var(--mute); }
.pay-logos span { padding: 6px 10px; border-radius: 8px; background: rgba(236, 238, 233, 0.07); }

/* =========================================================
   ДЛЯ КОМПАНИЙ
   ========================================================= */
.pain { display: grid; gap: clamp(12px, 1.4vw, 20px); }
@media (min-width: 720px) { .pain { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .pain { grid-template-columns: repeat(4, 1fr); } }
.pain .card { display: flex; flex-direction: column; min-height: 240px; }
.pain .card p { margin-top: auto; color: var(--mute); font-size: 15px; padding-top: 24px; }
.progs { display: grid; gap: clamp(14px, 1.6vw, 22px); }
@media (min-width: 960px) { .progs { grid-template-columns: 1fr 1fr; } }
.prog { display: flex; flex-direction: column; border-radius: var(--r-lg); overflow: hidden; background: var(--coal); }
.prog .ph { border-radius: 0; aspect-ratio: 16 / 10; }
.prog .ph img { transition: transform 1.2s var(--ease); }
.prog:hover .ph img { transform: scale(1.04); }
.prog-body { padding: clamp(24px, 2.6vw, 36px); display: grid; gap: 16px; flex: 1; align-content: start; justify-items: start; }
.prog h3 { font-size: clamp(34px, 3.4vw, 54px); }
.prog-for { color: var(--amber); margin: 0; }
.prog-body > p { color: rgba(236, 238, 233, 0.8); max-width: 32em; margin: 0; }
.prog-specs { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; border-top: 1px solid var(--line); margin: 8px 0 12px; }
.prog-specs div { padding: 14px 12px 0 0; font-size: 13px; color: var(--mute); }
.prog-specs b { display: block; color: var(--snow); font-size: 18px; font-weight: 500; margin-bottom: 2px; }
.result { border-top: 1px solid var(--line); }
.result li { display: grid; gap: 10px 40px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.result li p { margin: 0; color: var(--mute); }
@media (min-width: 960px) { .result li { grid-template-columns: 0.9fr 1.1fr; align-items: baseline; } }
.result .h3 { font-weight: 400; font-size: clamp(22px, 2.2vw, 32px); letter-spacing: -0.03em; line-height: 1; }
.sec--snow .result, .sec--snow .result li { border-color: var(--line-dark); }
.sec--snow .result li p { color: var(--mute-dark); }
.safety { display: grid; gap: clamp(28px, 4vw, 64px); }
@media (min-width: 1080px) { .safety { grid-template-columns: 0.85fr 1.15fr; } }
.safety .ph { aspect-ratio: 4 / 5; }
.cases { display: grid; gap: 18px; }
.case { display: grid; border-radius: var(--r-lg); overflow: hidden; background: var(--taiga-2); }
@media (min-width: 960px) { .case { grid-template-columns: 0.8fr 1.2fr; } }
.case .ph { border-radius: 0; min-height: 280px; }
.case-body { padding: clamp(24px, 3vw, 44px); display: grid; gap: 22px; align-content: start; justify-items: start; }
.case-client { display: grid; gap: 4px; }
.case-client b { font-size: clamp(26px, 2.4vw, 34px); font-weight: 400; letter-spacing: -0.035em; line-height: 1; }
.case-client span { font-size: 14px; color: var(--mute); }
.case-rows { width: 100%; border-top: 1px solid var(--line); }
.case-rows > div { display: grid; gap: 6px; padding: 16px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 640px) { .case-rows > div { grid-template-columns: 140px 1fr; gap: 20px; } }
.case-rows dt { font-size: 14px; color: var(--amber); font-weight: 500; }
.case-rows dd { color: rgba(236, 238, 233, 0.86); }
.pricing { display: grid; gap: clamp(14px, 1.6vw, 22px); }
@media (min-width: 960px) { .pricing { grid-template-columns: repeat(3, 1fr); } }
.price-card { display: flex; flex-direction: column; gap: 16px; }
.price-card .tour-price { font-size: clamp(30px, 2.8vw, 40px); font-weight: 300; letter-spacing: -0.04em; }
.price-card ul { margin-top: auto; }
.price-kind { color: var(--amber); font-size: 15px; margin: 0; }
.depends { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.depends li { padding: 9px 14px; border-radius: 10px; background: rgba(236, 238, 233, 0.07); font-size: 14px; }
.epigraph { font-size: clamp(30px, 3.6vw, 56px); font-weight: 300; letter-spacing: -0.045em; line-height: 0.96; max-width: 18em; text-wrap: balance; }
.epigraph-by { margin-top: 24px; font-size: 15px; color: var(--mute); }
.acts { display: grid; gap: 40px clamp(14px, 1.6vw, 22px); }
@media (min-width: 720px) { .acts { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .acts { grid-template-columns: repeat(3, 1fr); } .acts > :first-child { grid-row: span 2; } .acts > :first-child .ph { aspect-ratio: auto; height: 100%; min-height: 540px; } }
.act { display: grid; gap: 14px; align-content: start; grid-template-rows: auto; }
.act .ph { aspect-ratio: 4 / 3; }
.act p { color: var(--mute); margin: 0; font-size: 15px; }
.acts > :first-child { grid-template-rows: 1fr auto auto; }

/* =========================================================
   О НАС
   ========================================================= */
.strip { display: flex; gap: 10px; overflow-x: auto; padding: 0 var(--pad) 8px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.strip .ph { flex: 0 0 min(72vw, 360px); aspect-ratio: 4 / 5; scroll-snap-align: start; }
.timeline { border-top: 1px solid var(--line); }
.timeline li { display: grid; gap: 8px 40px; padding: 26px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 860px) { .timeline li { grid-template-columns: 260px 1fr 1fr; align-items: baseline; } }
.timeline .k { font-size: clamp(24px, 2.2vw, 32px); font-weight: 300; letter-spacing: -0.035em; line-height: 1; }
.timeline .v { color: var(--mute); margin: 0; }
.sky h1 { font-weight: 400; }
.sky .dim { color: rgba(236, 238, 233, 0.74); }
.sky::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 110px; z-index: 1; pointer-events: none; background: linear-gradient(to bottom, rgba(6, 10, 16, 0.5), transparent); }
/* Первый экран без фото-пластины (страница «О нас») — нужен отступ до следующего блока */
.mast--plain { padding-bottom: clamp(44px, 5vw, 88px); }
.mast--plain .h1 { font-size: clamp(38px, 5vw, 78px); }
