/* =========================================================================
   Luxury Travel — дизайн-система шаблона
   Тёмный графит + золото, Prata (заголовки) / Manrope (текст), Swiper.
   ========================================================================= */

:root {
	--lt-ink: #0e0d0b;
	--lt-ink-2: #17140f;
	--lt-ink-3: #241f18;
	--lt-gold: #c79234;
	--lt-gold-2: #e7c877;
	--lt-gold-soft: rgba(199, 146, 52, .16);
	--lt-cream: #f7f3ec;
	--lt-paper: #fffdfa;
	--lt-grey: #8a8378;
	--lt-grey-2: #5d574e;
	--lt-line: rgba(199, 146, 52, .28);
	--lt-line-soft: rgba(20, 17, 14, .1);

	--lt-serif: 'Prata', 'Times New Roman', serif;
	--lt-sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;

	--lt-container: 1320px;
	--lt-gutter: 24px;
	--lt-header-h: 88px;
	--lt-radius: 2px;
	--lt-ease: cubic-bezier(.22, .61, .36, 1);
	--lt-shadow: 0 18px 50px rgba(14, 13, 11, .16);
	--lt-shadow-sm: 0 6px 22px rgba(14, 13, 11, .1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: var(--lt-sans);
	font-size: 16px;
	line-height: 1.65;
	color: var(--lt-ink);
	background: var(--lt-paper);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body.lt-noscroll { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s var(--lt-ease); }
a:hover { color: var(--lt-gold); }
button { font: inherit; cursor: pointer; }

h1, h2, h3, h4, h5 { font-family: var(--lt-serif); font-weight: 400; line-height: 1.18; margin: 0 0 .5em; letter-spacing: .01em; }

.skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 999;
	background: var(--lt-gold); color: #fff; padding: 10px 18px;
}
.skip-link:focus { left: 12px; top: 12px; }

.lt-container { width: 100%; max-width: var(--lt-container); margin: 0 auto; padding: 0 var(--lt-gutter); }

/* ---------------------------------------------------------------- кнопки */
.lt-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 15px 30px; border: 1px solid transparent; border-radius: var(--lt-radius);
	font-family: var(--lt-sans); font-size: 13px; font-weight: 600;
	letter-spacing: .12em; text-transform: uppercase; white-space: nowrap;
	transition: background-color .25s var(--lt-ease), color .25s var(--lt-ease), border-color .25s var(--lt-ease), transform .25s var(--lt-ease);
}
.lt-btn--gold { background: var(--lt-gold); color: #fff; }
.lt-btn--gold:hover { background: #b07f26; color: #fff; transform: translateY(-1px); }
.lt-btn--ghost { background: transparent; color: currentColor; border-color: currentColor; }
.lt-btn--ghost:hover { background: var(--lt-gold); border-color: var(--lt-gold); color: #fff; }
.lt-btn--light { background: #fff; color: var(--lt-ink); }
.lt-btn--light:hover { background: var(--lt-gold); color: #fff; }
.lt-btn--sm { padding: 11px 20px; font-size: 11px; }
.lt-btn--block { width: 100%; }

/* ---------------------------------------------------------------- шапка */
.lt-header {
	position: fixed; inset: 0 0 auto 0; z-index: 120;
	background: rgba(14, 13, 11, .96);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	transition: background-color .35s var(--lt-ease), border-color .35s var(--lt-ease), box-shadow .35s var(--lt-ease);
}
.lt-header[data-transparent="1"]:not(.is-stuck) {
	background: linear-gradient(180deg, rgba(14, 13, 11, .78) 0%, rgba(14, 13, 11, .45) 60%, rgba(14, 13, 11, 0) 100%);
	border-bottom-color: transparent;
}
.lt-header.is-stuck { box-shadow: 0 10px 30px rgba(0, 0, 0, .28); }

.lt-header__inner {
	display: flex; align-items: center; gap: 28px;
	min-height: var(--lt-header-h);
}

.lt-logo { display: flex; align-items: center; gap: 12px; color: #fff; }
.lt-logo__mark {
	width: 44px; height: 44px; flex: none;
	display: grid; place-items: center;
	border: 1px solid var(--lt-gold); color: var(--lt-gold);
	font-family: var(--lt-serif); font-size: 16px; letter-spacing: .06em;
	transition: background-color .3s var(--lt-ease), color .3s var(--lt-ease);
}
.lt-logo:hover .lt-logo__mark { background: var(--lt-gold); color: #fff; }
.lt-logo__text { display: flex; flex-direction: column; line-height: 1.1; }
.lt-logo__name { font-family: var(--lt-serif); font-size: 19px; letter-spacing: .04em; }
.lt-logo__sub { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--lt-gold-2); }

.lt-nav { margin-left: auto; }
.lt-nav ul { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.lt-nav li { position: relative; }
.lt-nav a {
	position: relative; display: block; padding: 8px 0; color: rgba(255, 255, 255, .88);
	font-size: 13px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase;
}
.lt-nav a::after {
	content: ''; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px;
	background: var(--lt-gold); transition: right .32s var(--lt-ease);
}
.lt-nav a:hover, .lt-nav .current > a, .lt-nav .active > a { color: #fff; }
.lt-nav a:hover::after, .lt-nav .current > a::after, .lt-nav .active > a::after { right: 0; }

/* выпадающее подменю */
.lt-nav li ul {
	position: absolute; top: 100%; left: -18px; min-width: 230px;
	display: block; padding: 10px 0; margin: 0;
	background: rgba(14, 13, 11, .98); border: 1px solid rgba(199, 146, 52, .22);
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: opacity .25s var(--lt-ease), transform .25s var(--lt-ease), visibility .25s;
}
.lt-nav li:hover > ul { opacity: 1; visibility: visible; transform: translateY(0); }
.lt-nav li ul a { padding: 9px 18px; text-transform: none; letter-spacing: .02em; font-size: 14px; }
.lt-nav li ul a::after { display: none; }
.lt-nav li ul a:hover { background: rgba(199, 146, 52, .14); color: var(--lt-gold-2); }

.lt-header__actions { display: flex; align-items: center; gap: 18px; }
.lt-header__phone { color: #fff; font-size: 15px; font-weight: 600; letter-spacing: .02em; white-space: nowrap; }
.lt-header__lang ul { display: flex; gap: 10px; list-style: none; margin: 0; padding: 0; }
.lt-header__lang a, .lt-header__lang span {
	display: block; padding: 4px 7px; color: rgba(255, 255, 255, .6);
	font-size: 11px; letter-spacing: .12em; text-transform: uppercase; border: 1px solid transparent;
}
.lt-header__lang li, .lt-header__lang .mod-languages li { background: none; }
.lt-header__lang .lang-active > *, .lt-header__lang .lang-active { background: none !important; color: var(--lt-gold-2); }
.lt-header__lang .lang-active a, .lt-header__lang .lang-active span { color: var(--lt-gold-2); border-color: var(--lt-line); }
.lt-header__lang a:hover { color: var(--lt-gold-2); border-color: var(--lt-line); }
.lt-header__lang img { display: none; }

/* бургер */
.lt-burger { display: none; width: 44px; height: 44px; padding: 11px 8px; background: none; border: 0; }
.lt-burger span { display: block; width: 28px; height: 2px; background: #fff; margin: 5px 0; border-radius: 1px; transition: transform .3s var(--lt-ease), opacity .2s; }
.lt-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lt-burger.is-open span:nth-child(2) { opacity: 0; }
.lt-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.lt-mobile-menu {
	position: fixed; inset: var(--lt-header-h) 0 0 0; z-index: 119;
	background: var(--lt-ink); overflow-y: auto;
	opacity: 0; transition: opacity .3s var(--lt-ease);
}
.lt-mobile-menu.is-open { opacity: 1; }
.lt-mobile-menu__inner { padding: 26px var(--lt-gutter) 48px; }
.lt-mobile-menu ul { list-style: none; margin: 0; padding: 0; }
.lt-mobile-menu > .lt-mobile-menu__inner > ul > li > a,
.lt-mobile-menu a { display: block; padding: 14px 0; color: #fff; font-family: var(--lt-serif); font-size: 22px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.lt-mobile-menu li ul a { font-family: var(--lt-sans); font-size: 15px; padding-left: 16px; color: rgba(255, 255, 255, .72); }
.lt-mobile-menu__actions { margin-top: 28px; display: grid; gap: 14px; }
.lt-mobile-menu__phone { font-family: var(--lt-serif); font-size: 24px; color: var(--lt-gold-2) !important; border: 0 !important; }
.lt-mobile-menu__lang ul { display: flex; gap: 12px; }
.lt-mobile-menu__lang a { border: 1px solid var(--lt-line); padding: 8px 14px; font-size: 12px; font-family: var(--lt-sans); text-transform: uppercase; letter-spacing: .1em; }

/* ---------------------------------------------------------------- hero */
.lt-hero { position: relative; min-height: 640px; height: 78vh; color: #fff; overflow: hidden; }
.lt-hero--sm { min-height: 460px; height: 56vh; }
.lt-hero__swiper, .lt-hero .swiper { position: absolute; inset: 0; }
.lt-hero__slide { position: relative; overflow: hidden; }
.lt-hero__img {
	position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
	transform: scale(1.06); transition: transform 7s linear;
}
.swiper-slide-active .lt-hero__img { transform: scale(1); }
.lt-hero__scrim {
	/* z-index обязателен: Swiper задаёт .swiper { z-index: 1 } и иначе перекрывает затемнение */
	position: absolute; inset: 0; z-index: 2; pointer-events: none;
	background:
		linear-gradient(180deg, rgba(14, 13, 11, .58) 0%, rgba(14, 13, 11, .14) 30%, rgba(14, 13, 11, .9) 100%),
		linear-gradient(90deg, rgba(14, 13, 11, .74) 0%, rgba(14, 13, 11, .5) 26%, rgba(14, 13, 11, .12) 62%, rgba(14, 13, 11, 0) 82%);
}
.lt-hero__content {
	position: relative; z-index: 3; height: 100%;
	display: flex; flex-direction: column; justify-content: flex-end;
	padding-top: calc(var(--lt-header-h) + 40px); padding-bottom: 56px;
}
.lt-hero__eyebrow { font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--lt-gold-2); margin-bottom: 14px; text-shadow: 0 2px 12px rgba(0, 0, 0, .55); }
.lt-hero__title { font-size: clamp(38px, 6vw, 84px); margin: 0 0 16px; text-shadow: 0 4px 28px rgba(0, 0, 0, .55); }
.lt-hero__sub { max-width: 640px; font-size: 17px; color: rgba(255, 255, 255, .9); margin: 0 0 28px; text-shadow: 0 2px 16px rgba(0, 0, 0, .55); }
.lt-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.lt-hero__meta { display: flex; flex-wrap: wrap; gap: 14px 40px; margin-top: 30px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .82); text-shadow: 0 2px 12px rgba(0, 0, 0, .5); }
.lt-hero__meta > div { min-width: 96px; }
.lt-hero__meta b { display: block; margin-bottom: 4px; font-family: var(--lt-serif); font-size: 22px; text-transform: none; letter-spacing: 0; color: #fff; white-space: nowrap; }
.lt-hero .swiper-pagination { bottom: 22px !important; text-align: right; padding-right: max(var(--lt-gutter), calc((100vw - var(--lt-container)) / 2 + var(--lt-gutter))); }
.lt-hero .swiper-pagination-bullet { width: 26px; height: 2px; border-radius: 0; background: rgba(255, 255, 255, .45); opacity: 1; transition: background-color .3s; }
.lt-hero .swiper-pagination-bullet-active { background: var(--lt-gold); }
.lt-hero__gallery-btn {
	position: absolute; right: max(var(--lt-gutter), calc((100vw - var(--lt-container)) / 2 + var(--lt-gutter)));
	bottom: 56px; z-index: 4;
}

/* ---------------------------------------------------------------- секции */
.lt-main { padding-top: 0; }
body:not(.has-hero) .lt-main { padding-top: var(--lt-header-h); }

.lt-section { padding: 84px 0; }
.lt-section--tight { padding: 56px 0; }
.lt-section--cream { background: var(--lt-cream); }
.lt-section--ink { background: var(--lt-ink); color: #fff; }
.lt-section--ink .lt-section__title { color: #fff; }

.lt-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
.lt-section__eyebrow { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--lt-gold); margin-bottom: 12px; }
.lt-section__title { font-size: clamp(28px, 3.4vw, 44px); margin: 0; }
.lt-section__title::after { content: ''; display: block; width: 54px; height: 1px; background: var(--lt-gold); margin-top: 18px; }
.lt-section__desc { max-width: 620px; color: var(--lt-grey-2); margin: 14px 0 0; }
.lt-section__link { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--lt-gold); white-space: nowrap; }
.lt-section__link::after { content: ' →'; }

/* хлебные крошки */
.lt-breadcrumbs { font-size: 12px; letter-spacing: .06em; color: var(--lt-grey); padding: 18px 0; }
.lt-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.lt-breadcrumbs li::after { content: '·'; margin-left: 8px; color: var(--lt-line); }
.lt-breadcrumbs li:last-child::after { display: none; }
.lt-hero .lt-breadcrumbs { color: rgba(255, 255, 255, .8); padding: 0 0 18px; text-shadow: 0 2px 12px rgba(0, 0, 0, .5); }
.lt-hero .lt-breadcrumbs li::after { color: rgba(255, 255, 255, .4); }

/* ---------------------------------------------------------------- карточки городов */
.lt-cities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.lt-cities--3 { grid-template-columns: repeat(3, 1fr); }
.lt-city {
	position: relative; display: block; overflow: hidden; min-height: 320px;
	background: var(--lt-ink-2); color: #fff;
}
.lt-city--tall { min-height: 420px; }
.lt-city__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--lt-ease); }
.lt-city:hover .lt-city__img { transform: scale(1.07); }
.lt-city__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14, 13, 11, 0) 35%, rgba(14, 13, 11, .82) 100%); }
.lt-city__body { position: absolute; inset: auto 0 0 0; padding: 24px 66px 24px 24px; z-index: 2; }
.lt-city__name { font-family: var(--lt-serif); font-size: clamp(19px, 1.6vw, 26px); line-height: 1.2; margin: 0; color: #fff; text-shadow: 0 2px 14px rgba(0, 0, 0, .5); }
.lt-city__meta { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--lt-gold-2); margin-top: 8px; }
.lt-city__cta {
	position: absolute; right: 26px; bottom: 28px; width: 40px; height: 40px;
	display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .4);
	opacity: 0; transform: translateX(-8px); transition: opacity .3s var(--lt-ease), transform .3s var(--lt-ease), background-color .3s;
}
.lt-city:hover .lt-city__cta { opacity: 1; transform: translateX(0); background: var(--lt-gold); border-color: var(--lt-gold); }

/* список всех городов */
.lt-citylist { columns: 4; column-gap: 32px; }
.lt-citylist a { display: block; padding: 7px 0; border-bottom: 1px solid var(--lt-line-soft); break-inside: avoid; }

/* ---------------------------------------------------------------- карточки отелей */
.lt-hotels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 22px; }
.lt-hotels--3 { grid-template-columns: repeat(3, 1fr); }
.lt-hotel { display: flex; flex-direction: column; background: #fff; }
.lt-hotel__media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: var(--lt-cream); }
.lt-hotel__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--lt-ease), opacity .5s var(--lt-ease); }
.lt-hotel:hover .lt-hotel__img { transform: scale(1.06); }
.lt-hotel__badge {
	position: absolute; top: 14px; left: 14px; z-index: 2;
	background: var(--lt-gold); color: #fff; font-size: 10px; letter-spacing: .16em;
	text-transform: uppercase; padding: 6px 11px;
}
.lt-hotel__dots { position: absolute; left: 0; right: 0; bottom: 12px; z-index: 2; display: flex; justify-content: center; gap: 6px; opacity: 0; transition: opacity .3s; }
.lt-hotel:hover .lt-hotel__dots { opacity: 1; }
.lt-hotel__dot { width: 18px; height: 2px; background: rgba(255, 255, 255, .5); }
.lt-hotel__dot.is-active { background: var(--lt-gold-2); }
.lt-hotel__body { padding: 18px 2px 0; display: flex; flex-direction: column; flex: 1; }
.lt-hotel__stars { color: var(--lt-gold); font-size: 12px; letter-spacing: .22em; margin-bottom: 8px; }
.lt-hotel__name { font-size: 21px; margin: 0 0 8px; line-height: 1.25; }
.lt-hotel__place { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--lt-grey); }
.lt-hotel__more { margin-top: auto; padding-top: 16px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--lt-gold); }
.lt-hotel__more::after { content: ' →'; transition: margin-left .25s var(--lt-ease); display: inline-block; }
.lt-hotel:hover .lt-hotel__more::after { margin-left: 6px; }

/* ---------------------------------------------------------------- аккордеоны районов */
.lt-acc { border-top: 1px solid var(--lt-line-soft); }
.lt-acc__item { border-bottom: 1px solid var(--lt-line-soft); }
.lt-acc__head {
	width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px;
	padding: 26px 0; background: none; border: 0; text-align: left;
}
.lt-acc__title { font-family: var(--lt-serif); font-size: clamp(20px, 2.2vw, 28px); margin: 0; }
.lt-acc__count { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--lt-grey); margin-left: auto; }
.lt-acc__icon { position: relative; width: 26px; height: 26px; flex: none; border: 1px solid var(--lt-line); }
.lt-acc__icon::before, .lt-acc__icon::after {
	content: ''; position: absolute; left: 50%; top: 50%; background: var(--lt-gold);
	transform: translate(-50%, -50%); transition: transform .3s var(--lt-ease), opacity .3s;
}
.lt-acc__icon::before { width: 11px; height: 1px; }
.lt-acc__icon::after { width: 1px; height: 11px; }
.lt-acc__item.is-open .lt-acc__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.lt-acc__body { overflow: hidden; height: 0; transition: height .4s var(--lt-ease); }
.lt-acc__inner { padding: 6px 0 34px; }

/* ---------------------------------------------------------------- текст «читать далее» */
.lt-prose { max-width: 860px; font-size: 16.5px; color: var(--lt-grey-2); }
.lt-prose p { margin: 0 0 1.1em; }
.lt-prose b, .lt-prose strong { color: var(--lt-ink); font-weight: 600; }
.lt-readmore { position: relative; }
.lt-readmore__body { position: relative; max-height: 190px; overflow: hidden; transition: max-height .5s var(--lt-ease); }
.lt-readmore.is-open .lt-readmore__body { max-height: 4000px; }
.lt-readmore__body::after {
	content: ''; position: absolute; inset: auto 0 0 0; height: 90px; pointer-events: none;
	background: linear-gradient(180deg, rgba(255, 253, 250, 0), var(--lt-paper)); transition: opacity .3s;
}
.lt-section--cream .lt-readmore__body::after { background: linear-gradient(180deg, rgba(247, 243, 236, 0), var(--lt-cream)); }
.lt-readmore.is-open .lt-readmore__body::after { opacity: 0; }
.lt-readmore__btn { margin-top: 18px; background: none; border: 0; padding: 0; color: var(--lt-gold); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }

/* ---------------------------------------------------------------- галерея */
.lt-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.lt-gallery__item { position: relative; overflow: hidden; aspect-ratio: 3 / 2; background: var(--lt-cream); cursor: zoom-in; }
.lt-gallery__item:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.lt-gallery__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--lt-ease); }
.lt-gallery__item:hover img { transform: scale(1.06); }
.lt-gallery__more { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(14, 13, 11, .58); color: #fff; font-family: var(--lt-serif); font-size: 22px; }

/* ---------------------------------------------------------------- страница отеля */
.lt-hotelpage__facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--lt-line-soft); border: 1px solid var(--lt-line-soft); }
.lt-fact { background: #fff; padding: 24px; }
.lt-fact__label { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--lt-grey); }
.lt-fact__value { font-family: var(--lt-serif); font-size: 22px; margin-top: 8px; }

.lt-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; align-items: start; }
.lt-aside { position: sticky; top: calc(var(--lt-header-h) + 20px); }
.lt-card-cta { background: var(--lt-ink); color: #fff; padding: 32px; }
.lt-card-cta h3 { color: #fff; font-size: 24px; }
.lt-card-cta p { color: rgba(255, 255, 255, .7); font-size: 14.5px; }
.lt-card-cta .lt-btn { margin-top: 10px; }

.lt-amenities { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.lt-amenities li { border: 1px solid var(--lt-line); padding: 8px 15px; font-size: 13px; letter-spacing: .04em; color: var(--lt-grey-2); }

.lt-rooms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lt-rooms__common { margin: 18px 0 0; color: var(--lt-grey-2); font-size: 15px; }
.lt-room { border: 1px solid var(--lt-line-soft); background: #fff; display: flex; flex-direction: column; overflow: hidden; }
.lt-room__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--lt-cream); cursor: zoom-in; }
.lt-room__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--lt-ease); }
.lt-room:hover .lt-room__media img { transform: scale(1.06); }
.lt-room__body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.lt-room__name { font-size: 20px; margin: 0 0 6px; }
.lt-room__area { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--lt-gold); }
.lt-room__desc { font-size: 14.5px; color: var(--lt-grey-2); margin: 10px 0 0; }

.lt-dining { list-style: none; margin: 0; padding: 0; }
.lt-dining li { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 16px 0; border-bottom: 1px solid var(--lt-line-soft); }
.lt-dining b { font-family: var(--lt-serif); font-weight: 400; font-size: 18px; }
.lt-dining span { font-size: 13px; color: var(--lt-grey); letter-spacing: .08em; text-transform: uppercase; }

.lt-map { width: 100%; height: 420px; border: 0; filter: grayscale(.25) contrast(1.05); }

/* ---------------------------------------------------------------- формы / модалка */
.lt-modal { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; }
.lt-modal[hidden] { display: none; }
.lt-modal__backdrop { position: absolute; inset: 0; background: rgba(14, 13, 11, .72); backdrop-filter: blur(3px); opacity: 0; transition: opacity .3s; }
.lt-modal.is-open .lt-modal__backdrop { opacity: 1; }
.lt-modal__dialog {
	position: relative; width: 100%; max-width: 480px; background: var(--lt-paper);
	padding: 42px 38px; max-height: 92vh; overflow-y: auto;
	opacity: 0; transform: translateY(14px); transition: opacity .35s var(--lt-ease), transform .35s var(--lt-ease);
}
.lt-modal.is-open .lt-modal__dialog { opacity: 1; transform: none; }
.lt-modal__close { position: absolute; top: 12px; right: 14px; background: none; border: 0; font-size: 30px; line-height: 1; color: var(--lt-grey); }
.lt-modal__close:hover { color: var(--lt-gold); }
.lt-modal__title { font-size: 28px; margin-bottom: 6px; }
.lt-modal__lead { color: var(--lt-grey-2); font-size: 14.5px; margin: 0 0 22px; }

.lt-form { display: grid; gap: 16px; }
.lt-field { display: block; }
.lt-field--hp { position: absolute; left: -9999px; }
.lt-field__label { display: block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--lt-grey); margin-bottom: 6px; }
.lt-field input, .lt-field textarea {
	width: 100%; padding: 13px 15px; font: inherit; font-size: 15px; color: var(--lt-ink);
	background: #fff; border: 1px solid var(--lt-line-soft); border-radius: var(--lt-radius);
	transition: border-color .25s var(--lt-ease), box-shadow .25s var(--lt-ease);
}
.lt-field input:focus, .lt-field textarea:focus { outline: 0; border-color: var(--lt-gold); box-shadow: 0 0 0 3px var(--lt-gold-soft); }
.lt-check { display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px; color: var(--lt-grey); }
.lt-check input { margin-top: 3px; accent-color: var(--lt-gold); }
.lt-form__status { margin: 0; font-size: 14px; min-height: 20px; }
.lt-form__status.is-ok { color: #2f7d43; }
.lt-form__status.is-err { color: #a3282b; }

/* ---------------------------------------------------------------- лайтбокс */
.lt-lightbox { position: fixed; inset: 0; z-index: 210; background: rgba(8, 7, 6, .96); }
.lt-lightbox[hidden] { display: none; }
.lt-lightbox__swiper { position: absolute; inset: 60px 0 40px; }
.lt-lightbox .swiper-slide { display: grid; place-items: center; padding: 0 60px; }
.lt-lightbox .swiper-slide img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lt-lightbox__close { position: absolute; top: 14px; right: 20px; z-index: 5; background: none; border: 0; color: #fff; font-size: 36px; line-height: 1; }
.lt-lightbox .swiper-button-prev, .lt-lightbox .swiper-button-next { color: var(--lt-gold-2); }
.lt-lightbox .swiper-pagination { color: rgba(255, 255, 255, .7); font-size: 13px; letter-spacing: .1em; }

/* переключатель языка: убираем служебные подписи модуля */
.lt-header__lang label, .lt-mobile-menu__lang label,
.lt-header__lang .mod-languages > p, .lt-header__lang form { display: none; }
.lt-header__lang .mod-languages ul { display: flex; gap: 10px; list-style: none; margin: 0; padding: 0; }

/* ---------------------------------------------------------------- футер */
.lt-footer { background: var(--lt-ink); color: rgba(255, 255, 255, .74); padding: 72px 0 0; margin-top: 0; }
.lt-footer a { color: rgba(255, 255, 255, .74); }
.lt-footer a:hover { color: var(--lt-gold-2); }
.lt-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 56px; }
.lt-footer__title, .lt-footer h3 { font-family: var(--lt-serif); font-size: 17px; color: #fff; margin: 0 0 18px; letter-spacing: .04em; }
.lt-footer ul { list-style: none; margin: 0; padding: 0; }
.lt-footer li { padding: 6px 0; font-size: 14.5px; }
.lt-logo--footer { margin-bottom: 22px; }
.lt-footer__phone { display: block; font-family: var(--lt-serif); font-size: 24px; color: #fff !important; margin-bottom: 16px; }
.lt-footer__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.lt-footer__address { font-size: 14px; margin: 10px 0 0; color: rgba(255, 255, 255, .56); }
.lt-footer__social { display: flex; gap: 16px; margin-top: 16px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.lt-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 22px 0; font-size: 12.5px; color: rgba(255, 255, 255, .45); }

/* ---------------------------------------------------------------- анимации */
/* прячем только если JS включён — без него контент виден сразу */
.lt-js [data-lt-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--lt-ease), transform .7s var(--lt-ease); }
.lt-js [data-lt-reveal].is-in { opacity: 1; transform: none; }
[data-lt-reveal][data-delay="1"] { transition-delay: .08s; }
[data-lt-reveal][data-delay="2"] { transition-delay: .16s; }
[data-lt-reveal][data-delay="3"] { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
	html { scroll-behavior: auto; }
}

/* ---------------------------------------------------------------- адаптив */
@media (max-width: 1200px) {
	.lt-cities { grid-template-columns: repeat(3, 1fr); }
	.lt-hotels { grid-template-columns: repeat(3, 1fr); }
	.lt-citylist { columns: 3; }
	.lt-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 36px; }
}

@media (max-width: 992px) {
	:root { --lt-header-h: 72px; }
	.lt-nav, .lt-header__phone, .lt-header__lang { display: none; }
	.lt-burger { display: block; order: -1; margin-left: -10px; }
	.lt-logo { margin-right: auto; }
	.lt-header__inner { gap: 12px; }
	.lt-section { padding: 60px 0; }
	.lt-cities, .lt-hotels { grid-template-columns: repeat(2, 1fr); }
	.lt-rooms { grid-template-columns: repeat(2, 1fr); }
	.lt-citylist { columns: 2; }
	.lt-layout { grid-template-columns: 1fr; }
	.lt-aside { position: static; }
	.lt-hotelpage__facts { grid-template-columns: repeat(2, 1fr); }
	.lt-footer__grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
	.lt-gallery { grid-template-columns: repeat(3, 1fr); }
	.lt-gallery__item:first-child { grid-column: span 2; grid-row: span 2; }
}

@media (max-width: 640px) {
	.lt-logo__sub { display: none; }
	.lt-logo__name { font-size: 16px; white-space: nowrap; }
	.lt-logo { gap: 9px; }
	.lt-logo__mark { width: 38px; height: 38px; font-size: 14px; }
	.lt-header__actions .lt-btn { padding: 10px 14px; font-size: 10px; }
	.lt-section__head { flex-direction: column; align-items: flex-start; }
	.lt-hero { min-height: 540px; height: 84vh; }
	.lt-hero__content { padding-bottom: 40px; }
	.lt-hero__meta { gap: 18px; }
	.lt-cities, .lt-hotels, .lt-rooms { grid-template-columns: 1fr; }
	.lt-citylist { columns: 1; }
	.lt-gallery { grid-template-columns: repeat(2, 1fr); }
	.lt-gallery__item:first-child { grid-column: span 2; grid-row: auto; aspect-ratio: 3 / 2; }
	.lt-hotelpage__facts { grid-template-columns: 1fr; }
	.lt-footer__grid { grid-template-columns: 1fr; }
	.lt-modal__dialog { padding: 32px 22px; }
	.lt-hero__gallery-btn { right: var(--lt-gutter); bottom: auto; top: calc(var(--lt-header-h) + 16px); }
}

/* =========================================================================
   Страницы направления и города — раскладка по образцу эталона:
   узкий hero → фото строкой → слева меню, в центре контент.
   ========================================================================= */

/* ------------------------------------------------------------ узкий hero */
.lt-hero--band { min-height: 0; height: auto; }
.lt-hero--band .lt-hero__content {
	align-items: center; text-align: center;
	padding-top: calc(var(--lt-header-h) + 46px); padding-bottom: 46px;
}
.lt-hero--band .lt-hero__title { font-size: clamp(30px, 4vw, 52px); margin-bottom: 0; }
.lt-hero--band .lt-hero__title::after {
	content: ''; display: block; width: 120px; height: 1px; margin: 20px auto 0;
	background: linear-gradient(90deg, transparent, var(--lt-gold), transparent);
}
.lt-hero--band .lt-breadcrumbs ol { justify-content: center; }
.lt-hero--band .lt-hero__eyebrow { margin-bottom: 10px; }

/* --------------------------------------------------------- фото строкой */
.lt-strip { background: var(--lt-cream); padding: 22px 0 18px; border-bottom: 1px solid var(--lt-line-soft); }
.lt-strip__row { position: relative; }
.lt-strip .swiper { overflow: hidden; }
.lt-strip__item {
	position: relative; display: block; overflow: hidden;
	aspect-ratio: 3 / 2; background: #fff; cursor: zoom-in;
}
.lt-strip__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--lt-ease); }
.lt-strip__item:hover img { transform: scale(1.07); }
.lt-strip__nav {
	position: absolute; top: 50%; right: -6px; z-index: 5; transform: translateY(-50%);
	width: 40px; height: 40px; display: grid; place-items: center;
	background: #fff; border: 1px solid var(--lt-line); color: var(--lt-gold);
	box-shadow: var(--lt-shadow-sm); transition: background-color .25s var(--lt-ease), color .25s var(--lt-ease);
}
.lt-strip__nav:hover { background: var(--lt-gold); color: #fff; }
.lt-strip__nav--prev { right: auto; left: -6px; }
.lt-strip__nav.swiper-button-disabled { opacity: .35; pointer-events: none; }
.lt-strip__all {
	display: inline-block; margin-top: 12px;
	font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--lt-gold);
	background: none; border: 0; padding: 0;
}

/* ------------------------------------------------- две колонки страницы */
.lt-page { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 34px; align-items: start; padding: 44px 0 0; }
.lt-side { position: sticky; top: calc(var(--lt-header-h) + 18px); }
.lt-side__card { background: #fff; border: 1px solid var(--lt-line-soft); }
.lt-side__group + .lt-side__group { border-top: 1px solid var(--lt-line-soft); }
.lt-side__title {
	margin: 0; padding: 16px 20px 10px;
	font-family: var(--lt-sans); font-size: 11px; font-weight: 700;
	letter-spacing: .18em; text-transform: uppercase; color: var(--lt-gold);
}
.lt-side__list { list-style: none; margin: 0; padding: 0 0 12px; }
.lt-side__list li { padding: 0 20px; }
.lt-side__list a { display: block; padding: 8px 0; font-size: 14.5px; color: var(--lt-grey-2); border-bottom: 1px solid rgba(20, 17, 14, .06); }
.lt-side__list li:last-child a { border-bottom: 0; }
.lt-side__list a:hover { color: var(--lt-gold); }
.lt-side__list .is-current > a { color: var(--lt-ink); font-weight: 600; }
.lt-side__stars { display: block; font-size: 10px; letter-spacing: .18em; color: var(--lt-gold); }
.lt-side__meta { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--lt-grey); }
.lt-side__cta { padding: 16px 20px 20px; border-top: 1px solid var(--lt-line-soft); }

/* --------------------------------------------------- карточки в центре */
.lt-card { background: #fff; border: 1px solid var(--lt-line-soft); padding: 30px 34px; margin-bottom: 26px; }
.lt-card--flat { padding: 0; }
.lt-card__head {
	display: flex; align-items: center; gap: 18px; margin-bottom: 22px;
}
.lt-card__head::before, .lt-card__head::after { content: ''; flex: 1; height: 1px; background: var(--lt-line); }
.lt-card__title { font-size: clamp(22px, 2.4vw, 30px); margin: 0; white-space: nowrap; }
.lt-card__title--wrap { white-space: normal; text-align: center; }
.lt-card__sub { padding: 20px 26px 6px; }
.lt-card__sub h3 { font-family: var(--lt-sans); font-size: 15px; font-weight: 700; margin: 0; }
.lt-card__sub p { margin: 2px 0 0; font-size: 12px; color: var(--lt-grey); }

/* карусель карточек отелей */
.lt-cards { position: relative; padding: 0 26px 26px; }
.lt-cards .swiper { overflow: hidden; }
.lt-cards__nav {
	position: absolute; top: 34%; right: -14px; z-index: 5;
	width: 40px; height: 40px; display: grid; place-items: center;
	background: #fff; border: 1px solid var(--lt-line); color: var(--lt-gold);
	box-shadow: var(--lt-shadow-sm); transition: background-color .25s var(--lt-ease), color .25s var(--lt-ease);
}
.lt-cards__nav:hover { background: var(--lt-gold); color: #fff; }
.lt-cards__nav--prev { right: auto; left: -14px; }
.lt-cards__nav.swiper-button-disabled { opacity: .3; pointer-events: none; }

/* аккордеон-строки внутри карточки */
.lt-card .lt-acc { border-top: 1px solid var(--lt-line-soft); }
.lt-card .lt-acc__head { padding: 18px 26px; }
.lt-card .lt-acc__title { font-family: var(--lt-sans); font-size: 15px; font-weight: 600; }
.lt-card .lt-acc__inner { padding: 0 26px 26px; }
.lt-card .lt-acc__item:last-child { border-bottom: 0; }

@media (max-width: 1100px) {
	.lt-page { grid-template-columns: 240px minmax(0, 1fr); gap: 24px; }
}

@media (max-width: 900px) {
	.lt-page { grid-template-columns: 1fr; padding-top: 28px; }
	.lt-side { position: static; order: 2; }
	.lt-card { padding: 24px 20px; }
	.lt-card__head { gap: 12px; }
	.lt-card__title { white-space: normal; }
	.lt-cards { padding: 0 16px 20px; }
	.lt-cards__nav { display: none; }
	.lt-card .lt-acc__head, .lt-card .lt-acc__inner { padding-left: 18px; padding-right: 18px; }
}

/* ------------------------------------------------- значки в hero отеля */
.lt-hero__badges { display: flex; justify-content: center; gap: 10px; margin-bottom: 14px; }
.lt-hero__title + .lt-hero__badges { margin: 18px 0 0; }
.lt-pill {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 8px 18px; background: rgba(14, 13, 11, .55); border: 1px solid rgba(255, 255, 255, .22);
	font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #fff;
	backdrop-filter: blur(3px);
}
.lt-pill--stars { color: var(--lt-gold-2); letter-spacing: .28em; font-size: 13px; padding: 7px 16px; }
.lt-hero--band .lt-hero__actions { justify-content: center; margin-top: 24px; }

/* ------------------------------------------- заголовок секции над карточкой */
.lt-sectitle { display: flex; align-items: center; gap: 20px; margin: 0 0 20px; }
.lt-sectitle::before, .lt-sectitle::after { content: ''; flex: 1; height: 1px; background: var(--lt-line); }
.lt-sectitle h2 { font-size: clamp(22px, 2.3vw, 30px); margin: 0; white-space: nowrap; }

/* --------------------------------------------------- блоки внутри карточки */
.lt-block + .lt-block { margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--lt-line-soft); }
.lt-block__title {
	font-family: var(--lt-sans); font-size: 13px; font-weight: 700;
	letter-spacing: .14em; text-transform: uppercase; color: var(--lt-ink); margin: 0 0 14px;
}

/* текущий отель в левом меню */
.lt-side__list li.is-current { background: var(--lt-gold-soft); }
.lt-side__list li.is-current a { color: var(--lt-ink); font-weight: 600; }
