/* ============================================================
   Atlas Ultima — стили. Тёмный неутральный фон, золото #F0BE78,
   Tenor Sans (дисплей) + Futura PT (текст). Только острые углы.
   Брейкпоинты: 700 (iPad portrait 1032 → tablet), 1100 (iPad
   landscape 1376 → wide), 1500 (desktop XL).
   ============================================================ */

@font-face { font-family: 'Tenor Sans'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/TenorSans-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Tenor Sans'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/TenorSans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Tenor Sans'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('../fonts/TenorSans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Futura PT'; font-weight: 400; font-display: swap; src: url('../fonts/FuturaPT-Book.otf') format('opentype'); }
@font-face { font-family: 'Futura PT'; font-weight: 500; font-display: swap; src: url('../fonts/FuturaPT-Medium.otf') format('opentype'); }
@font-face { font-family: 'Futura PT'; font-weight: 600; font-display: swap; src: url('../fonts/FuturaPT-Demi.otf') format('opentype'); }

:root {
  --bg: #111010; --bg-2: #171515; --surface: #1C1A19; --surface-2: #232020;
  --line: rgba(244, 241, 236, .14); --line-strong: rgba(244, 241, 236, .28);
  --text: #F4F1EC; --muted: rgba(244, 241, 236, .64); --faint: rgba(244, 241, 236, .4);
  --gold: #F0BE78; --gold-2: #D9A558; --gold-dim: rgba(240, 190, 120, .22);
  --paper: #F4F1EC; --paper-2: #ECE6DC; --ink: #151414; --ink-muted: #6E6660; --line-ink: rgba(21, 20, 20, .14);
  --f-display: 'Tenor Sans', 'Futura PT', 'Montserrat', sans-serif;
  --f-body: 'Futura PT', 'Montserrat', system-ui, sans-serif;
  --pad: 24px; --sec: 88px; --gap: 24px;
  --header: 64px;
  --ease: cubic-bezier(.2, .8, .2, 1); --ease-out: cubic-bezier(.16, 1, .3, 1);
  --sat: env(safe-area-inset-top, 0px); --sab: env(safe-area-inset-bottom, 0px);
  color-scheme: dark;
}
@media (min-width: 700px)  { :root { --pad: 40px; --sec: 120px; --gap: 32px; --header: 72px; } }
@media (min-width: 1100px) { :root { --pad: 64px; --sec: 160px; --gap: 40px; --header: 80px; } }
@media (min-width: 1500px) { :root { --pad: 80px; } }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: auto; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--f-body); font-size: 16px; line-height: 1.5;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-tap-highlight-color: transparent; overflow-x: hidden; }
body.locked { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, .display { font-family: var(--f-display); font-weight: 400; letter-spacing: .01em; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 1px solid var(--gold); outline-offset: 3px; }

/* ---------- утилиты ---------- */
.wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding-inline: var(--pad); }
.wrap-narrow { max-width: 1080px; }
.eyebrow { display: inline-flex; align-items: center; gap: 14px; font-family: var(--f-body); font-weight: 500; font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); flex: none; }
.eyebrow.plain::before { display: none; }
.h1 { font-size: clamp(40px, 6.4vw, 88px); line-height: 1.02; }
.h2 { font-size: clamp(32px, 4.4vw, 60px); line-height: 1.06; }
.h3 { font-size: clamp(24px, 2.6vw, 34px); line-height: 1.15; }
.h4 { font-family: var(--f-display); font-size: 22px; line-height: 1.25; }
.lead { font-size: 18px; line-height: 1.55; color: var(--muted); max-width: 640px; }
.lead.big { font-size: clamp(20px, 2vw, 26px); color: var(--text); }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.cap { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.gold { color: var(--gold); }
.rule { height: 1px; background: var(--line); border: 0; margin: 0; }
.hide { display: none !important; }
.sec { padding-block: var(--sec); position: relative; }
.sec-tight { padding-block: calc(var(--sec) * .6); }
.sec-paper { background: var(--paper); color: var(--ink); --line: var(--line-ink); --muted: var(--ink-muted); --faint: rgba(21,20,20,.35); --surface: #FFFFFF; color-scheme: light; }
.sec-paper .eyebrow { color: #B8863E; } .sec-paper .eyebrow::before { background: #B8863E; }
.sec-paper ::selection { background: var(--ink); color: var(--paper); }
.sec-deep { background: #0C0B0B; }
.head { display: grid; gap: 20px; margin-bottom: clamp(40px, 5vw, 72px); }
.head .h2 { max-width: 14em; }
.head .lead { margin-top: 4px; }
.head-row { display: grid; gap: 24px; }
@media (min-width: 900px) { .head-row { grid-template-columns: 1fr auto; align-items: end; } }

/* ---------- кнопки ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; height: 52px; padding: 0 28px; border: 1px solid var(--gold);
  font-weight: 500; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; white-space: nowrap; transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease); }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-outline { color: var(--text); }
.btn-outline.on-paper { color: var(--ink); border-color: var(--ink); }
.btn-white { border-color: var(--text); color: var(--text); }
.btn-ink { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn .arr { width: 16px; height: 10px; }
.btn.block { width: 100%; }
@media (hover: hover) {
  .btn-gold:hover { background: #F5CB8F; }
  .btn-outline:hover, .btn-white:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
  .btn-ink:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
}
.btn:active { transform: scale(.985); }
.link { display: inline-flex; align-items: center; gap: 12px; font-weight: 500; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--text); padding-bottom: 6px; border-bottom: 1px solid var(--line-strong); transition: border-color .3s, color .3s; }
.link .arr { width: 18px; height: 10px; transition: transform .35s var(--ease); }
.sec-paper .link { color: var(--ink); border-bottom-color: rgba(21,20,20,.35); }
@media (hover: hover) { .link:hover { border-bottom-color: var(--gold); color: var(--gold); } .link:hover .arr { transform: translateX(6px); } }
.arr { fill: none; stroke: currentColor; stroke-width: 1.2; }

/* ---------- прогресс и хедер ---------- */
#progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; background: var(--gold); z-index: 120; pointer-events: none; transition: width .15s linear; }
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: calc(var(--header) + var(--sat)); padding-top: var(--sat);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-inline: var(--pad);
  transition: background .5s var(--ease), border-color .5s var(--ease), transform .5s var(--ease); border-bottom: 1px solid transparent; }
.header.solid { background: rgba(17, 16, 16, .76); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border-bottom-color: var(--line); }
.header.hidden-up { transform: translateY(-100%); }
.header.on-paper:not(.solid) { color: var(--ink); }
.menu-btn { display: inline-flex; align-items: center; gap: 14px; height: 44px; font-weight: 500; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; justify-self: start; }
.menu-btn .lines { width: 24px; height: 12px; position: relative; }
.menu-btn .lines i { position: absolute; left: 0; right: 0; height: 1px; background: currentColor; transition: transform .35s var(--ease), width .35s var(--ease); }
.menu-btn .lines i:first-child { top: 0; } .menu-btn .lines i:last-child { bottom: 0; width: 70%; }
@media (hover: hover) { .menu-btn:hover .lines i:last-child { width: 100%; } }
.menu-btn span.t { display: none; }
@media (min-width: 700px) { .menu-btn span.t { display: inline; } }
.brand { display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-family: var(--f-display); font-size: 16px; letter-spacing: .28em; text-transform: uppercase; white-space: nowrap; height: 44px; }
.brand .dia { width: 8px; height: 18px; fill: var(--gold); flex: none; }
@media (min-width: 700px) { .brand { font-size: 16px; } }
.header .right { justify-self: end; display: inline-flex; align-items: center; gap: 28px; }
.header .phone { display: none; font-size: 14px; letter-spacing: .06em; color: var(--muted); }
@media (min-width: 1100px) { .header .phone { display: inline; } }
.header .btn { height: 42px; padding: 0 20px; font-size: 11px; }
.header.on-paper:not(.solid) .btn-outline { color: var(--ink); border-color: var(--ink); }
.header.on-paper:not(.solid) .phone { color: var(--ink-muted); }

/* ---------- полноэкранное меню ---------- */
.menu { position: fixed; inset: 0; z-index: 110; background: var(--bg); color: var(--text); display: grid; grid-template-rows: auto 1fr auto;
  clip-path: inset(0 0 100% 0); visibility: hidden; transition: clip-path .6s var(--ease-out), visibility 0s .6s; }
.menu.open { clip-path: inset(0 0 0 0); visibility: visible; transition: clip-path .6s var(--ease-out), visibility 0s; }
.menu-top { height: calc(var(--header) + var(--sat)); padding-top: var(--sat); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-inline: var(--pad); border-bottom: 1px solid var(--line); }
.menu-close { display: inline-flex; align-items: center; gap: 14px; height: 44px; font-weight: 500; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; justify-self: start; }
.menu-close .x { width: 20px; height: 20px; position: relative; }
.menu-close .x::before, .menu-close .x::after { content: ''; position: absolute; left: -2px; right: -2px; top: 50%; height: 1px; background: currentColor; }
.menu-close .x::before { transform: rotate(45deg); } .menu-close .x::after { transform: rotate(-45deg); }
.menu-close .t { display: none; }
@media (min-width: 700px) { .menu-close .t { display: inline; } }
.menu-body { display: grid; overflow: auto; -webkit-overflow-scrolling: touch; }
.menu-nav { padding: 32px var(--pad); display: grid; align-content: center; }
.menu-nav a { display: grid; grid-template-columns: 44px 1fr auto; align-items: baseline; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line);
  opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease), color .3s; }
.menu.open .menu-nav a { opacity: 1; transform: none; transition-delay: calc(.12s + var(--i) * .05s); }
.menu-nav .n { font-size: 12px; letter-spacing: .2em; color: var(--gold); font-weight: 500; }
.menu-nav .t { font-family: var(--f-display); font-size: clamp(26px, 3.6vw, 44px); line-height: 1.1; }
.menu-nav .l { font-size: 14px; color: var(--muted); letter-spacing: .04em; display: none; text-align: right; }
.menu-nav a.active .t { color: var(--gold); }
@media (hover: hover) { .menu-nav a:hover .t { color: var(--gold); } }
@media (min-width: 1100px) { .menu-nav .l { display: block; } }
.menu-pic { display: none; position: relative; overflow: hidden; background: var(--surface); }
.menu-pic img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s var(--ease), transform 1.6s var(--ease); transform: scale(1.06); }
.menu-pic img.show { opacity: 1; transform: scale(1); }
.menu-pic .cap { position: absolute; left: 32px; bottom: 32px; color: var(--text); text-shadow: 0 1px 12px rgba(0,0,0,.6); }
@media (min-width: 1000px) { .menu-body { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); } .menu-pic { display: block; } .menu-nav { padding-inline: var(--pad) 48px; } }
.menu-foot { padding: 20px var(--pad) calc(20px + var(--sab)); border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 16px 40px; font-size: 14px; color: var(--muted); align-items: center; justify-content: space-between; }
.menu-foot a { color: var(--text); }
.menu-foot .k { display: inline-flex; gap: 28px; flex-wrap: wrap; }

/* ---------- интро с логотипом ---------- */
.intro { position: fixed; inset: 0; z-index: 200; background: #0C0B0B; display: grid; place-items: center; overflow: hidden; }
.intro .mark { display: grid; justify-items: center; gap: 18px; transform: translateY(0); }
.intro .word { font-family: var(--f-display); font-size: clamp(34px, 7vw, 92px); line-height: 1; letter-spacing: .42em; text-transform: uppercase; display: flex; gap: .18em; align-items: center; white-space: nowrap; padding-left: .42em; }
.intro .word span { display: inline-block; opacity: 0; transform: translateY(.35em); animation: introLetter 1.1s var(--ease-out) forwards; animation-delay: calc(.35s + var(--i) * .07s); }
.intro .word .d { width: .32em; height: .72em; fill: var(--gold); opacity: 0; transform: scale(0); animation: introDia .9s cubic-bezier(.34, 1.4, .64, 1) .1s forwards; }
.intro .by { font-size: 12px; letter-spacing: .34em; text-transform: uppercase; color: var(--muted); opacity: 0; animation: introFade .9s var(--ease) 1.5s forwards; }
.intro .line { width: 0; height: 1px; background: var(--gold); animation: introLine 1s var(--ease) 1.7s forwards; }
.intro.done { animation: introOut .9s var(--ease-out) forwards; }
@keyframes introLetter { to { opacity: 1; transform: none; } }
@keyframes introDia { to { opacity: 1; transform: scale(1); } }
@keyframes introFade { to { opacity: 1; } }
@keyframes introLine { to { width: 120px; } }
@keyframes introOut { to { clip-path: inset(0 0 100% 0); } }
.intro.done .mark { animation: introMark .9s var(--ease-out) forwards; }
@keyframes introMark { to { transform: translateY(-40px); opacity: 0; } }

/* ---------- страницы и переходы ---------- */
#app { min-height: 100vh; }
.page { opacity: 1; transform: none; transition: opacity .32s var(--ease), transform .32s var(--ease); }
.page.leaving { opacity: 0; transform: translateY(-14px); }
.page.entering { opacity: 0; transform: translateY(18px); transition: none; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }
.img-reveal { clip-path: inset(0 0 100% 0); transition: clip-path 1.2s var(--ease-out); transition-delay: var(--d, 0s); }
.img-reveal img { transform: scale(1.14); transition: transform 1.6s var(--ease-out); transition-delay: var(--d, 0s); }
.img-reveal.in { clip-path: inset(0 0 0 0); } .img-reveal.in img { transform: none; }
.pic { position: relative; overflow: hidden; background: var(--surface); }
.pic img { width: 100%; height: 100%; object-fit: cover; }
.pic.r-32 { aspect-ratio: 3 / 2; } .pic.r-43 { aspect-ratio: 4 / 3; } .pic.r-45 { aspect-ratio: 4 / 5; } .pic.r-11 { aspect-ratio: 1; } .pic.r-169 { aspect-ratio: 16 / 9; } .pic.r-34 { aspect-ratio: 3 / 4; } .pic.r-21 { aspect-ratio: 2 / 1; }
.pic img.lazy { opacity: 0; transition: opacity .8s var(--ease); } .pic img.loaded { opacity: 1; }
@media (hover: hover) { .hov .pic img { transition: transform 1.4s var(--ease); } .hov:hover .pic img { transform: scale(1.04); } }
.shade::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,11,11,0) 40%, rgba(12,11,11,.78) 100%); pointer-events: none; }
.caption { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); margin-top: 12px; }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; background: #0C0B0B; color: var(--text); padding-top: calc(var(--header) + var(--sat)); }
.hero.h-70 { min-height: 72svh; }
.hero .bg { position: absolute; inset: 0; }
.hero .bg img, .hero .bg video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero .bg video { opacity: 0; transition: opacity 1.2s var(--ease); } .hero .bg video.on { opacity: 1; }
.hero .bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,11,11,.55) 0%, rgba(12,11,11,.15) 35%, rgba(12,11,11,.3) 60%, rgba(12,11,11,.92) 100%); }
.hero .bg.soft::after { background: linear-gradient(180deg, rgba(12,11,11,.5) 0%, rgba(12,11,11,.2) 40%, rgba(12,11,11,.86) 100%); }
.hero .inner { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(40px, 6vh, 96px); display: grid; gap: 24px; }
.hero .crumbs { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); display: flex; gap: 14px; flex-wrap: wrap; }
.hero .crumbs a { color: var(--text); } .hero .crumbs i { font-style: normal; color: var(--faint); }
.hero .h1 { max-width: 12em; }
.hero .lead { max-width: 560px; }
.hero .cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }
.hero-home { align-items: center; text-align: center; }
.hero-home .inner { padding-bottom: 0; justify-items: center; padding-block: 12vh 18vh; }
.hero-home .bg::after { background: radial-gradient(ellipse at center, rgba(12,11,11,.55) 0%, rgba(12,11,11,.28) 42%, rgba(12,11,11,0) 70%), linear-gradient(180deg, rgba(12,11,11,.55) 0%, rgba(12,11,11,.15) 35%, rgba(12,11,11,.3) 60%, rgba(12,11,11,.92) 100%); }
.wordmark { font-family: var(--f-display); text-transform: uppercase; line-height: .96; display: grid; justify-items: center; gap: .04em; letter-spacing: .16em; font-size: clamp(52px, 10vw, 150px); padding-left: .16em; }
.wordmark .l2 { display: inline-flex; align-items: center; gap: .22em; }
.wordmark .dia { width: .26em; height: .58em; fill: var(--gold); flex: none; }
.hero-home .sub { font-size: clamp(16px, 1.8vw, 22px); color: var(--muted); max-width: 26em; line-height: 1.5; }
.hero-home .price { font-size: 14px; letter-spacing: .08em; color: var(--muted); margin-top: 8px; }
.hero-home .price b { font-weight: 500; color: var(--text); letter-spacing: .04em; }
.hero-foot { position: absolute; left: var(--pad); right: var(--pad); bottom: calc(24px + var(--sab)); z-index: 3; display: flex; justify-content: space-between; align-items: flex-end; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.hero-foot .scroll { display: inline-flex; align-items: center; gap: 14px; }
.hero-foot .scroll i { width: 1px; height: 40px; background: var(--muted); display: block; position: relative; overflow: hidden; }
.hero-foot .scroll i::after { content: ''; position: absolute; inset: 0; background: var(--gold); transform: translateY(-100%); animation: scrollHint 2.4s var(--ease) infinite; }
@keyframes scrollHint { 0% { transform: translateY(-100%); } 60% { transform: translateY(100%); } 100% { transform: translateY(100%); } }
.hero-foot .mute { display: inline-flex; gap: 10px; align-items: center; height: 44px; }
.hero-foot .mute i { width: 10px; height: 10px; border: 1px solid var(--muted); display: block; }
.hero-foot .mute.playing i { background: var(--gold); border-color: var(--gold); }

/* ---------- манифест ---------- */
.manifesto { display: grid; gap: 40px; }
.manifesto .text { display: grid; gap: 20px; font-size: 18px; line-height: 1.6; max-width: 620px; }
.manifesto .principles { display: grid; gap: 0; border-top: 1px solid var(--line); }
.manifesto .principles div { padding: 28px 0; border-bottom: 1px solid var(--line); display: grid; gap: 10px; }
.manifesto .principles h3 { font-size: 22px; }
.manifesto .principles p { color: var(--muted); font-size: 16px; }
@media (min-width: 900px) { .manifesto { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 80px; } }
@media (min-width: 1100px) { .manifesto .principles { grid-template-columns: 1fr; } }

/* ---------- сетка услуг (мозаика) ---------- */
.mosaic { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; margin-inline: calc(-1 * var(--pad)); padding-inline: var(--pad); scrollbar-width: none; }
.mosaic::-webkit-scrollbar { display: none; }
.mosaic .card { flex: 0 0 78%; scroll-snap-align: start; }
.mosaic .card .pic { aspect-ratio: 3 / 4; }
@media (min-width: 700px) { .mosaic { display: block; columns: 2; column-gap: var(--gap); margin-inline: 0; padding-inline: 0; overflow: visible; } .mosaic .card { flex: none; } .mosaic .card .pic.r-45 { aspect-ratio: 4 / 5; } .mosaic .card .pic.r-43 { aspect-ratio: 4 / 3; } }
@media (min-width: 960px) { .mosaic { columns: 3; } }
.mosaic .card { break-inside: avoid; display: block; margin-bottom: calc(var(--gap) + 16px); }
.card .pic { margin-bottom: 20px; }
.card .h4 { margin-bottom: 8px; transition: color .3s; }
.card p { color: var(--muted); font-size: 16px; line-height: 1.55; }
.card .idx { font-size: 12px; letter-spacing: .2em; color: var(--gold); margin-bottom: 10px; display: block; font-weight: 500; }
@media (hover: hover) { .card:hover .h4 { color: var(--gold); } }

/* ---------- карточки отелей ---------- */
.hotel-grid { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; margin-inline: calc(-1 * var(--pad)); padding-inline: var(--pad); scrollbar-width: none; }
.hotel-grid::-webkit-scrollbar { display: none; }
.hotel-grid > * { flex: 0 0 82%; scroll-snap-align: start; }
@media (min-width: 700px) { .hotel-grid { display: grid; margin-inline: 0; padding-inline: 0; overflow: visible; } .hotel-grid > * { flex: none; } }
@media (min-width: 700px) { .hotel-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .hotel-grid { grid-template-columns: repeat(3, 1fr); } }
.hotel-card { display: grid; gap: 18px; }
.hotel-card .meta { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.hotel-card .meta b { color: var(--gold); font-weight: 500; }
.hotel-card .h4 { font-size: 24px; }
.hotel-card p { color: var(--muted); }
.hotel-card .tag { position: absolute; left: 20px; top: 20px; z-index: 2; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; background: rgba(12,11,11,.62); padding: 8px 12px; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }

/* список отелей на странице /hotels: широкие ряды */
.tabs { display: inline-flex; border: 1px solid var(--line-strong); }
.tabs button { height: 48px; padding: 0 28px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; color: var(--muted); transition: background .3s, color .3s; }
.tabs button.active { background: var(--gold); color: var(--ink); }
.hotel-rows { display: grid; gap: clamp(56px, 8vw, 120px); }
.hotel-row { display: grid; gap: 28px; align-items: center; }
.hotel-row .pic { aspect-ratio: 4 / 3; }
.hotel-row .txt { display: grid; gap: 16px; }
.hotel-row .txt .h3 { max-width: 12em; }
.hotel-row .facts { display: flex; flex-wrap: wrap; gap: 10px 24px; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.hotel-row .facts b { color: var(--gold); font-weight: 500; }
@media (min-width: 900px) { .hotel-row { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 56px; } .hotel-row:nth-child(even) > a { order: 2; } }

/* ---------- страница отеля ---------- */
.hotel-hero { position: relative; min-height: 78svh; display: grid; align-items: end; overflow: hidden; background: #0C0B0B; padding-top: calc(var(--header) + var(--sat)); }
.hotel-hero .bg { position: absolute; inset: 0; clip-path: inset(0 0 100% 0); transition: clip-path 1.3s var(--ease-out); }
.hotel-hero .bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); transition: transform 2s var(--ease-out); }
.hotel-hero.in .bg { clip-path: inset(0 0 0 0); } .hotel-hero.in .bg img { transform: none; }
.hotel-hero .bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,11,11,.5) 0%, rgba(12,11,11,.1) 40%, rgba(12,11,11,.9) 100%); }
.hotel-hero .inner { position: relative; z-index: 2; padding-bottom: clamp(36px, 6vh, 80px); display: grid; gap: 18px; }
.hotel-hero .name { display: flex; flex-wrap: wrap; gap: 0 .3em; }
.hotel-hero .name span { display: inline-block; opacity: 0; transform: translateY(.5em); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); transition-delay: calc(.5s + var(--i) * .06s); }
.hotel-hero.in .name span { opacity: 1; transform: none; }
.facts-strip { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts-strip div { padding: 22px 20px 22px 0; border-bottom: 1px solid var(--line); display: grid; gap: 6px; }
.facts-strip .v { font-family: var(--f-display); font-size: clamp(24px, 3vw, 40px); line-height: 1; }
.facts-strip .k { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
@media (min-width: 700px) { .facts-strip { grid-template-columns: repeat(4, 1fr); } .facts-strip div { border-bottom: 0; border-right: 1px solid var(--line); padding: 28px 24px; } .facts-strip div:last-child { border-right: 0; } }
.prose { display: grid; gap: clamp(40px, 6vw, 72px); }
.prose-row { display: grid; gap: 16px; padding-top: 28px; border-top: 1px solid var(--line); }
.prose-row .k { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.prose-row p { font-size: 18px; line-height: 1.6; max-width: 640px; }
@media (min-width: 900px) { .prose-row { grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 40px; } }
.gallery { display: grid; gap: var(--gap); }
@media (min-width: 700px) { .gallery { grid-template-columns: repeat(2, 1fr); } .gallery .g-wide { grid-column: span 2; } }
@media (min-width: 1100px) { .gallery { grid-template-columns: repeat(3, 1fr); } .gallery .g-wide { grid-column: span 2; } }
.ultima-box { border: 1px solid var(--gold-dim); padding: clamp(28px, 4vw, 56px); display: grid; gap: 18px; position: relative; }
.ultima-box::before { content: ''; position: absolute; left: 0; top: 0; width: 56px; height: 2px; background: var(--gold); }
.ultima-box p { font-size: 18px; line-height: 1.6; max-width: 720px; }
.pager { display: grid; gap: 24px; border-top: 1px solid var(--line); padding-top: 32px; }
.pager a { display: grid; gap: 8px; }
.pager .k { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.pager .t { font-family: var(--f-display); font-size: clamp(22px, 2.6vw, 34px); transition: color .3s; }
@media (hover: hover) { .pager a:hover .t { color: var(--gold); } }
@media (min-width: 700px) { .pager { grid-template-columns: 1fr 1fr; } .pager a:last-child { text-align: right; } }

/* ---------- блок-развороты (изображение + текст) ---------- */
.split { display: grid; gap: 32px; align-items: center; }
.split .txt { display: grid; gap: 20px; }
.split .txt p { font-size: 18px; line-height: 1.6; color: var(--muted); max-width: 560px; }
.split .list { display: grid; gap: 0; border-top: 1px solid var(--line); margin-top: 8px; }
.split .list li { list-style: none; padding: 14px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 20px 1fr; gap: 14px; font-size: 16px; }
.split .list li::before { content: ''; width: 7px; height: 14px; margin-top: 5px; background: var(--gold); clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }
.split .list ul { margin: 0; padding: 0; }
.collage { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.collage .pic:first-child { grid-column: span 2; aspect-ratio: 3 / 2; }
.collage .pic { aspect-ratio: 4 / 3; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: 64px; } .split.flip .txt { order: -1; } }
@media (min-width: 1100px) { .split { gap: 96px; } }

/* маршрут (посадочный талон) */
.route { display: grid; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.route div { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.route div:last-child { border-bottom: 0; }
.route .code { font-family: var(--f-display); font-size: clamp(40px, 5vw, 72px); line-height: 1; letter-spacing: .04em; }
.route .city { font-size: 20px; } .route .note { font-size: 14px; color: var(--muted); display: block; margin-top: 4px; }
@media (min-width: 900px) { .route { grid-template-columns: repeat(3, 1fr); } .route div { border-bottom: 0; border-right: 1px solid var(--line); padding: 32px 28px; grid-template-columns: 1fr; gap: 12px; } .route div:last-child { border-right: 0; } }

/* ---------- флот ---------- */
.fleet { display: grid; gap: var(--gap); }
@media (min-width: 700px) { .fleet { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1500px) { .fleet { grid-template-columns: repeat(4, 1fr); } }
.fleet .item { display: grid; gap: 16px; }
.fleet .item .h4 { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.fleet .item .h4 small { font-family: var(--f-body); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.fleet .item p { color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags span { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; border: 1px solid var(--line-strong); padding: 7px 10px; color: var(--muted); }
.steps { display: grid; gap: 0; border-top: 1px solid var(--line); }
.steps .st { display: grid; gap: 10px; padding: 28px 0; border-bottom: 1px solid var(--line); grid-template-columns: 56px 1fr; }
.steps .n { font-family: var(--f-display); font-size: 22px; color: var(--gold); }
.steps h3 { font-size: 24px; margin-bottom: 6px; }
.steps p { color: var(--muted); max-width: 560px; }
@media (min-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); border-top: 0; } .steps .st { grid-template-columns: 1fr; padding: 32px 40px 40px 0; border-top: 1px solid var(--line); } }
@media (min-width: 1100px) { .steps { grid-template-columns: repeat(4, 1fr); } }

/* ---------- хадж: дни ---------- */
.days { display: grid; gap: 0; border-top: 1px solid var(--line); }
.day { display: grid; gap: 20px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.day .d { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.day h3 { font-size: 26px; margin: 6px 0 10px; }
.day p { color: var(--muted); max-width: 520px; }
.day .pic { aspect-ratio: 3 / 2; }
@media (min-width: 700px) { .day { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 40px; } .day:nth-child(even) .pic { order: -1; } }
@media (min-width: 1100px) { .days { grid-template-columns: repeat(3, 1fr); gap: var(--gap); border-top: 0; } .day { grid-template-columns: 1fr; align-items: start; border-bottom: 0; padding: 0; } .day:nth-child(even) .pic { order: 0; } }
.tent-list { margin: 0; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
.tent-list li { list-style: none; padding: 14px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 32px 1fr; gap: 10px; font-size: 16px; }
.tent-list li i { font-style: normal; font-size: 12px; color: var(--gold); letter-spacing: .1em; padding-top: 4px; }
@media (min-width: 1100px) { .tent-list { grid-template-columns: 1fr 1fr; column-gap: 40px; } }
.video-block { position: relative; overflow: hidden; background: #0C0B0B; aspect-ratio: 16 / 9; max-height: 80svh; }
.video-block video, .video-block img.poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-block .over { position: absolute; left: var(--pad); bottom: 32px; right: var(--pad); z-index: 2; display: grid; gap: 8px; text-shadow: 0 1px 14px rgba(0,0,0,.7); }
.video-block::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,11,11,0) 50%, rgba(12,11,11,.7) 100%); }
.video-block .play { position: absolute; right: var(--pad); top: 24px; z-index: 3; }
.video-block .play button { height: 44px; padding: 0 18px; border: 1px solid var(--line-strong); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; background: rgba(12,11,11,.4); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.cta-box { display: grid; gap: 20px; border: 1px solid var(--gold-dim); padding: clamp(28px, 4vw, 56px); }
.cta-box p { color: var(--muted); font-size: 18px; max-width: 640px; }
@media (min-width: 900px) { .cta-box { grid-template-columns: 1fr auto; align-items: center; } .cta-box .btn { justify-self: end; } }

/* ---------- сопровождение ---------- */
.care-grid { display: grid; gap: clamp(40px, 6vw, 72px) var(--gap); }
@media (min-width: 700px) { .care-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .care-grid { grid-template-columns: repeat(3, 1fr); } }
.care-grid .item { display: grid; gap: 16px; }
.care-grid .item .pic { aspect-ratio: 4 / 3; }
.care-grid .item p { color: var(--muted); }
.cols3 { display: grid; gap: 32px; border-top: 1px solid var(--line); }
.cols3 div { padding-top: 24px; display: grid; gap: 10px; }
.cols3 h3 { font-size: 22px; }
.cols3 p { color: var(--muted); }
@media (min-width: 900px) { .cols3 { grid-template-columns: repeat(3, 1fr); gap: 40px; } }
.strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 900px) { .strip { grid-template-columns: repeat(4, 1fr); gap: var(--gap); } }
.strip .pic { aspect-ratio: 3 / 4; }

/* ---------- цифры ---------- */
.numbers { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.numbers div { padding: 28px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; gap: 6px; align-content: start; }
.numbers .v { font-family: var(--f-display); font-size: clamp(26px, 4vw, 60px); line-height: 1; white-space: nowrap; }
.numbers .l { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.numbers .t { font-size: 14px; color: var(--muted); }
@media (min-width: 900px) { .numbers { grid-template-columns: repeat(4, 1fr); } .numbers div { padding: 36px 28px; } }

/* ---------- закрывающий блок / форма ---------- */
.closing { position: relative; overflow: hidden; background: #0C0B0B; }
.closing .bg { position: absolute; inset: 0; }
.closing .bg img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.closing .bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,11,11,.92) 0%, rgba(12,11,11,.7) 55%, rgba(12,11,11,.35) 100%); }
.closing .inner { position: relative; z-index: 2; display: grid; gap: 40px; padding-block: var(--sec); }
.closing .h2 { max-width: 12em; }
@media (min-width: 900px) { .closing .inner { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 80px; align-items: center; } }
.form { display: grid; gap: 18px; max-width: 520px; }
.field { display: grid; gap: 8px; }
.field label { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.field input, .field textarea { width: 100%; height: 52px; background: transparent; border: 0; border-bottom: 1px solid var(--line-strong); padding: 0; font-size: 18px; border-radius: 0; -webkit-appearance: none; appearance: none; transition: border-color .3s; }
.field textarea { height: auto; min-height: 88px; padding: 12px 0; resize: vertical; line-height: 1.5; }
.field input:focus, .field textarea:focus { outline: none; border-bottom-color: var(--gold); }
.field input::placeholder, .field textarea::placeholder { color: var(--faint); }
.form .row { display: grid; gap: 14px; }
@media (min-width: 600px) { .form .row { grid-template-columns: 1fr 1fr; } }
.form .actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 8px; }
.form .note { font-size: 14px; color: var(--faint); }
.form.sent .actions, .form.sent .field { display: none; }
.done { display: grid; gap: 14px; border: 1px solid var(--gold-dim); padding: 28px; }
.done .h3 { font-size: 28px; }
.done p { color: var(--muted); }
.done .sign { font-size: 14px; color: var(--gold); }
.wa { display: inline-flex; align-items: center; gap: 10px; }
.wa svg { width: 18px; height: 18px; fill: currentColor; }

/* ---------- конструктор ---------- */
.ctor { display: grid; gap: 48px; }
@media (min-width: 1100px) { .ctor { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 80px; align-items: start; } .ctor .summary { position: sticky; top: calc(var(--header) + var(--sat) + 24px); } }
.step { display: grid; gap: 20px; padding: 36px 0; border-top: 1px solid var(--line); }
.step:first-child { border-top: 0; padding-top: 0; }
.step .st-head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.step .st-head .n { font-size: 12px; letter-spacing: .2em; color: var(--gold); font-weight: 500; }
.step .st-head h3 { font-size: 26px; }
.step .st-head .note { font-size: 14px; color: var(--muted); margin-left: auto; }
.opts { display: grid; gap: 12px; }
.opts.cols2 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 700px) { .opts.cols3 { grid-template-columns: repeat(3, 1fr); } .opts.cols2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) and (max-width: 1499px) { .ctor .opts.cols3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .opts.cols2, .opts.cols3 { grid-template-columns: 1fr; } }
.opt { display: grid; grid-template-columns: 20px 1fr auto; gap: 14px; align-items: start; padding: 16px 18px; border: 1px solid var(--line); cursor: pointer; transition: border-color .3s, background .3s; text-align: left; position: relative; min-height: 60px; }
.opt .box { width: 18px; height: 18px; border: 1px solid var(--line-strong); margin-top: 3px; position: relative; transition: background .3s, border-color .3s; }
.opt .box::after { content: ''; position: absolute; inset: 4px; background: var(--ink); opacity: 0; transition: opacity .2s; }
.opt.radio .box { clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }
.opt .lbl { font-size: 16px; line-height: 1.3; }
.opt .nt { font-size: 14px; color: var(--muted); margin-top: 4px; display: block; }
.opt .st { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); white-space: nowrap; margin-top: 4px; }
.opt.sel { border-color: var(--gold); background: rgba(240,190,120,.05); }
.opt.sel .box { background: var(--gold); border-color: var(--gold); } .opt.sel .box::after { opacity: 1; }
.opt.sel .st { color: var(--gold); }
@media (hover: hover) { .opt:hover { border-color: var(--line-strong); } .opt.sel:hover { border-color: var(--gold); } }
.opt.with-pic { grid-template-columns: 1fr; padding: 0; gap: 0; }
.opt.with-pic .pic { aspect-ratio: 3 / 2; }
.opt.with-pic .row { display: grid; grid-template-columns: 20px 1fr auto; gap: 14px; padding: 16px 18px; align-items: start; }
.opt.with-pic .row.two { grid-template-columns: 20px 1fr; }
.opt .stars { color: var(--gold); letter-spacing: .1em; font-size: 12px; }
.months { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
@media (min-width: 700px) { .months { grid-template-columns: repeat(5, 1fr); } }
.months button { border: 1px solid var(--line); padding: 14px 8px; display: grid; gap: 4px; justify-items: center; transition: border-color .3s, background .3s, color .3s; }
.months button b { font-weight: 500; font-size: 16px; } .months button span { font-size: 12px; color: var(--muted); }
.months button.sel { border-color: var(--gold); background: var(--gold); color: var(--ink); } .months button.sel span { color: rgba(21,20,20,.65); }
.counter { display: inline-grid; grid-template-columns: auto 48px 64px 48px; align-items: center; gap: 12px; }
.counter .lbl { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); font-weight: 500; margin-right: 8px; }
.counter button { width: 48px; height: 48px; border: 1px solid var(--line-strong); font-size: 20px; transition: background .3s, color .3s; }
.counter output { text-align: center; font-family: var(--f-display); font-size: 28px; }
@media (hover: hover) { .counter button:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); } }
.seg { display: inline-flex; border: 1px solid var(--line-strong); }
.seg button { height: 48px; min-width: 64px; padding: 0 20px; font-size: 14px; letter-spacing: .08em; color: var(--muted); transition: background .3s, color .3s; }
.seg button.sel { background: var(--gold); color: var(--ink); }
.inline-row { display: flex; flex-wrap: wrap; gap: 20px 40px; align-items: center; }
.summary { border: 1px solid var(--line); padding: clamp(24px, 3vw, 40px); display: grid; gap: 24px; background: var(--bg-2); }
.summary .sum-head { display: grid; gap: 6px; }
.summary .sum-head .wm { font-family: var(--f-display); letter-spacing: .24em; text-transform: uppercase; font-size: 18px; display: flex; gap: 10px; align-items: center; }
.summary .wm .dia { width: 7px; height: 16px; fill: var(--gold); }
.summary dl { margin: 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
.summary dl div { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
.summary dt { color: var(--muted); } .summary dd { margin: 0; text-align: right; }
.summary .total { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 16px; }
.summary .total .k { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.summary .total .v { font-family: var(--f-display); font-size: clamp(28px, 3vw, 40px); }
.summary .total .n { grid-column: 1 / -1; font-size: 14px; color: var(--faint); }
.sum-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: rgba(17,16,16,.86); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border-top: 1px solid var(--line); padding: 12px var(--pad) calc(12px + var(--sab)); display: flex; justify-content: space-between; align-items: center; gap: 16px; transform: translateY(110%); transition: transform .4s var(--ease); }
.sum-bar.show { transform: none; }
.sum-bar .v { font-family: var(--f-display); font-size: 20px; } .sum-bar .k { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); display: block; }
@media (min-width: 1100px) { .sum-bar { display: none; } }

/* ---------- контакты ---------- */
.contact-grid { display: grid; gap: 40px; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1fr; gap: 80px; } }
.contact-list { display: grid; border-top: 1px solid var(--line); }
.contact-list a, .contact-list div { display: grid; gap: 6px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.contact-list .k { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.contact-list .v { font-family: var(--f-display); font-size: clamp(24px, 3vw, 40px); line-height: 1.1; transition: color .3s; }
.contact-list .v.sm { font-family: var(--f-body); font-size: 18px; line-height: 1.5; }
@media (hover: hover) { .contact-list a:hover .v { color: var(--gold); } }

/* ---------- футер ---------- */
.next { position: relative; overflow: hidden; background: #0C0B0B; min-height: 42svh; display: grid; align-items: center; }
.next .bg { position: absolute; inset: 0; } .next .bg img { width: 100%; height: 100%; object-fit: cover; opacity: .5; transition: transform 1.6s var(--ease), opacity .6s; }
.next .bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,11,11,.9), rgba(12,11,11,.35)); }
.next .inner { position: relative; z-index: 2; padding-block: 64px; display: grid; gap: 14px; }
.next .t { font-family: var(--f-display); font-size: clamp(36px, 6vw, 84px); line-height: 1; display: inline-flex; align-items: center; gap: .3em; }
.next .t .arr { width: .6em; height: .36em; stroke-width: 1; }
@media (hover: hover) { .next:hover .bg img { transform: scale(1.04); opacity: .62; } }
.footer { border-top: 1px solid var(--line); padding: 56px 0 calc(32px + var(--sab)); display: grid; gap: 40px; }
.footer .idx { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; }
@media (min-width: 700px) { .footer .idx { grid-template-columns: repeat(4, 1fr); } }
.footer .idx a { display: grid; grid-template-columns: 32px 1fr; gap: 8px; padding: 10px 0; font-size: 16px; border-bottom: 1px solid var(--line); transition: color .3s; }
.footer .idx a .n { font-size: 11px; letter-spacing: .2em; color: var(--gold); padding-top: 4px; }
@media (hover: hover) { .footer .idx a:hover { color: var(--gold); } }
.footer .cols { display: grid; gap: 32px; }
@media (min-width: 900px) { .footer .cols { grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; } }
.footer .brandline { display: grid; gap: 14px; }
.footer .brandline .brand { justify-content: start; height: auto; }
.footer .brandline p { color: var(--muted); font-size: 14px; max-width: 360px; }
.footer .kv { display: grid; gap: 10px; font-size: 16px; }
.footer .kv .k { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.footer .legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; font-size: 12px; color: var(--faint); padding-top: 24px; border-top: 1px solid var(--line); }
.footer .legal a { color: var(--muted); }
.footer .parent { display: inline-flex; align-items: center; gap: 12px; }
.footer .parent img { height: 28px; width: auto; opacity: .8; }

/* ---------- credits ---------- */
.credits { display: grid; gap: 0; border-top: 1px solid var(--line); }
.credits > div { display: grid; grid-template-columns: 96px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; align-items: center; }
.credits .pic { aspect-ratio: 3 / 2; }
.credits .t { color: var(--muted); } .credits .t b { color: var(--text); font-weight: 400; }
.credits a { color: var(--gold); }

/* ---------- тосты ---------- */
.toast { position: fixed; left: 50%; bottom: calc(24px + var(--sab)); transform: translate(-50%, 20px); opacity: 0; background: var(--gold); color: var(--ink); padding: 14px 22px; font-size: 14px; z-index: 130; transition: opacity .3s, transform .3s; pointer-events: none; max-width: calc(100% - 48px); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ---------- print / motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; transition-duration: .001s !important; }
  .reveal, .img-reveal, .hotel-hero .bg, .hotel-hero .name span { opacity: 1; transform: none; clip-path: none; }
}
