/* =========================================================================
   Дом в Таганроге — продающий лендинг
   Стиль: тёмные parallax-секции, акцент #d1a681 (по мотивам dom-v-taganroge.ru)
   ========================================================================= */

:root {
	--brown: #d1a681;
	--brown-dark: #b98d63;
	--dark: #14120f;
	--dark-2: #1c1a16;
	--gray-900: #23211d;
	--gray-700: #57534a;
	--gray-400: #9a948a;
	--gray-200: #ece7e0;
	--gray-100: #f7f5f2;
	--white: #ffffff;
	--radius: 6px;
	--container: 1180px;
	--side: clamp(20px, 5vw, 80px);
	--tr: .3s ease;
	--font: 'Golos Text', 'Gilroy', 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font);
	color: var(--gray-900);
	background: var(--gray-100);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin: 0; }
.container {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 var(--side);
}
.section { padding: 88px 0; }
.section--tight { padding: 64px 0; }
@media (max-width: 768px) {
	.section { padding: 56px 0; }
	.section--tight { padding: 40px 0; }
}

.eyebrow {
	display: inline-block;
	font-size: 13px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--brown);
	font-weight: 600;
	margin-bottom: 14px;
}
.h2 {
	font-size: clamp(28px, 3.6vw, 44px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.01em;
}
.h2--light { color: var(--white); }
.section-lead {
	max-width: 620px;
	margin-top: 16px;
	font-size: 17px;
	line-height: 1.6;
	color: var(--gray-700);
}
.section-lead--light { color: rgba(255,255,255,.72); }

/* ---------- Buttons (btn-style / btn-style_brown) ---------- */
.btn-style {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 17px 34px;
	border-radius: 40px;
	border: 1.5px solid var(--brown);
	background: transparent;
	color: var(--white);
	font-family: var(--font);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .01em;
	cursor: pointer;
	overflow: hidden;
	transition: color var(--tr), border-color var(--tr), transform var(--tr);
	white-space: nowrap;
}
.btn-style svg { position: relative; z-index: 2; flex-shrink: 0; }
.btn-style__text { position: relative; z-index: 2; }
.btn-style::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--brown);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .45s cubic-bezier(.65,0,.35,1);
	z-index: 1;
	border-radius: inherit;
}
.btn-style:hover::before { transform: scaleX(1); }
.btn-style:hover { color: var(--dark); transform: translateY(-1px); }
.btn-style:active { transform: translateY(0); }

.btn-style_brown {
	background: var(--brown);
	border-color: var(--brown);
	color: var(--dark);
}
.btn-style_brown::before { background: var(--dark); }
.btn-style_brown:hover { color: var(--white); }

.btn-style_block { width: 100%; }

/* ---------- Header ---------- */
.lp-header {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px var(--side);
	transition: background var(--tr), padding var(--tr), box-shadow var(--tr);
}
.lp-header.is-scrolled {
	background: rgba(20,18,15,.92);
	backdrop-filter: blur(8px);
	padding-top: 12px;
	padding-bottom: 12px;
	box-shadow: 0 6px 24px rgba(0,0,0,.25);
}
.lp-header__logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.lp-header__logo svg { display: block; }
.lp-header__logo-text {
	color: var(--white);
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: .01em;
}
.lp-header__logo-text span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	color: var(--brown);
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-top: 2px;
}
/* Меню по центру шапки */
.lp-header__nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 26px;
	white-space: nowrap;
}
.lp-header__nav a {
	color: rgba(255,255,255,.82);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .01em;
	transition: color var(--tr);
}
.lp-header__nav a:hover { color: var(--brown); }
/* Телефон — крупный, вместо кнопки */
.lp-header__phone {
	color: var(--white);
	font-size: clamp(19px, 2vw, 30px);
	font-weight: 700;
	letter-spacing: .01em;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	transition: color var(--tr);
}
.lp-header__phone:hover { color: var(--brown); }
.lp-header__phone svg { flex-shrink: 0; }
/* Бургер (только мобильные) */
.lp-header__burger {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 22px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	flex-shrink: 0;
}
.lp-header__burger span {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--white);
	border-radius: 2px;
	transition: transform .3s ease, opacity .3s ease;
}
.lp-header.is-open .lp-header__burger span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.lp-header.is-open .lp-header__burger span:nth-child(2) { opacity: 0; }
.lp-header.is-open .lp-header__burger span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }

@media (max-width: 1100px) { .lp-header__nav { gap: 18px; } .lp-header__nav a { font-size: 14px; } }

/* Планшеты и телефоны: меню — выпадающее по бургеру */
@media (max-width: 992px) {
	.lp-header {
		background: linear-gradient(180deg, rgba(15,13,10,.94) 0%, rgba(15,13,10,.7) 100%);
		backdrop-filter: blur(6px);
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.lp-header__burger { display: flex; }
	.lp-header__nav {
		position: absolute;
		left: 0; right: 0;
		top: 100%;
		transform: none;
		flex-direction: column;
		gap: 0;
		background: rgba(18,16,13,.98);
		backdrop-filter: blur(10px);
		padding: 6px var(--side) 14px;
		border-top: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 16px 30px rgba(0,0,0,.35);
		display: none;
	}
	.lp-header.is-open .lp-header__nav { display: flex; }
	.lp-header__nav a {
		padding: 14px 0;
		font-size: 16px;
		border-bottom: 1px solid rgba(255,255,255,.08);
	}
	.lp-header__nav a:last-child { border-bottom: none; }
}
@media (max-width: 620px) {
	/* Раньше на телефоне из шапки пропадали и название, и телефон —
	   человек не понимал, на чьём сайте находится. Теперь название
	   остаётся компактным, а телефон сжимается до иконки-звонилки. */
	.lp-header { gap: 12px; }
	.lp-header__logo-text { font-size: 13.5px; }
	.lp-header__logo-text span { font-size: 10.5px; }
	.lp-header__phone span { display: none; }
	.lp-header__phone { margin-left: auto; padding: 6px; }
}
@media (max-width: 400px) {
	.lp-header__logo-text span { display: none; }
}

/* ---------- Hero ---------- */
.lp-hero {
	position: relative;
	min-height: 100svh;
	display: flex;
	align-items: flex-end;
	color: var(--white);
	background: #1a1712 url("../img/hero-bg.jpg") center / cover no-repeat;
	background-attachment: fixed;
}
@media (max-width: 900px) {
	.lp-hero { background-attachment: scroll; }
}
.lp-hero::before {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(10,9,7,.45) 0%, rgba(10,9,7,.35) 40%, rgba(10,9,7,.9) 100%);
}
.lp-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 150px var(--side) 64px;
}
.lp-hero__badge {
	display: inline-block;
	padding: 7px 16px;
	border: 1px solid var(--brown);
	border-radius: 30px;
	font-size: 13px;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--brown);
	margin-bottom: 24px;
}
.lp-hero__title {
	font-size: clamp(28px, 5vw, 60px);
	line-height: 1.12;
	font-weight: 700;
	max-width: 900px;
	letter-spacing: -0.01em;
}
.lp-hero__title em { color: var(--brown); font-style: normal; }
.lp-hero__price {
	margin-top: 22px;
	font-size: clamp(17px, 2.2vw, 24px);
	color: rgba(255,255,255,.85);
	font-weight: 400;
}
.lp-hero__price b { color: var(--white); font-weight: 700; }
.lp-hero__footer {
	margin-top: 36px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 26px 50px;
}
.lp-hero__house {
	flex-shrink: 0;
	width: clamp(160px, 24vw, 250px);
}
.lp-hero__house svg { width: 100%; height: auto; display: block; }
.lp-hero__meta {
	display: flex;
	gap: 26px 30px;
	flex-wrap: wrap;
}
.lp-hero__meta-item { font-size: 14px; color: rgba(255,255,255,.65); }
.lp-hero__meta-item b { display: block; font-size: 20px; color: var(--white); font-weight: 700; margin-bottom: 2px; }
.lp-hero__scroll {
	position: absolute;
	right: var(--side);
	bottom: 28px;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255,255,255,.6);
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
}
@media (max-width: 900px) { .lp-hero__scroll { display: none; } }
/* Мобильная адаптация первого экрана: контент от верха, не налезает на шапку */
@media (max-width: 768px) {
	.lp-hero {
		align-items: flex-start;
		min-height: auto;
	}
	.lp-hero__inner { padding: 104px var(--side) 52px; }
	.lp-hero__title { font-size: clamp(26px, 7.4vw, 40px); }
	.lp-hero__footer { margin-top: 30px; gap: 24px 40px; }
	.lp-hero__house { width: clamp(150px, 42vw, 210px); }
}

/* ---------- Advantages ---------- */
.lp-advantages { background: var(--gray-100); }
.lp-advantages__grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: #e2ddd3;
	border: 1px solid #e2ddd3;
}
@media (max-width: 900px) { .lp-advantages__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .lp-advantages__grid { grid-template-columns: 1fr; } }
.lp-advantage {
	background: var(--white);
	padding: 40px 30px;
	transition: background var(--tr);
}
.lp-advantage:hover { background: var(--gray-100); }
.lp-advantage__icon {
	width: 52px; height: 52px;
	display: flex; align-items: center; justify-content: center;
	border-radius: 50%;
	background: rgba(209,166,129,.14);
	color: var(--brown-dark);
	margin-bottom: 22px;
}
.lp-advantage__title { font-size: 18px; font-weight: 700; line-height: 1.3; margin-bottom: 8px; }
.lp-advantage__descr { font-size: 14.5px; line-height: 1.55; color: var(--gray-700); }

/* ---------- Gallery ---------- */
.lp-gallery { background: var(--dark); color: var(--white); }
.lp-gallery__grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 220px;
	gap: 10px;
}
.lp-gallery__item {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	background: linear-gradient(135deg, #2a2620, #1a1712);
}
.lp-gallery__item img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform .6s ease;
}
.lp-gallery__item:hover img { transform: scale(1.06); }
.lp-gallery__item--big { grid-column: span 2; grid-row: span 2; }
.lp-gallery__item.img-missing::after {
	content: attr(data-name);
	position: absolute; inset: 0;
	display: flex; align-items: center; justify-content: center;
	text-align: center;
	padding: 10px;
	font-size: 13px;
	letter-spacing: .04em;
	color: rgba(255,255,255,.45);
	border: 1px dashed rgba(255,255,255,.18);
	border-radius: var(--radius);
}
.lp-gallery__item.img-missing img { display: none; }
@media (max-width: 900px) {
	.lp-gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
	.lp-gallery__item--big { grid-column: span 2; grid-row: span 1; }
}
@media (max-width: 560px) {
	.lp-gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 210px; }
	.lp-gallery__item--big { grid-column: span 1; }
}

/* ---------- About the house ---------- */
.lp-about { background: var(--gray-100); }
.lp-about__grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 60px;
	align-items: start;
}
@media (max-width: 900px) { .lp-about__grid { grid-template-columns: 1fr; gap: 32px; } }
.lp-about__text { font-size: 16.5px; line-height: 1.75; color: var(--gray-900); }
.lp-about__text p { margin-bottom: 18px; }
.lp-about__text p:last-child { margin-bottom: 0; }
.lp-about__text strong { color: var(--brown-dark); }
.lp-about__facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px 28px;
	background: var(--white);
	border-radius: var(--radius);
	padding: 30px;
	border: 1px solid #e6e1d8;
	align-self: stretch;
}
@media (max-width: 400px) { .lp-about__facts { grid-template-columns: 1fr; padding: 24px; } }
.lp-about__fact-label { font-size: 13px; color: var(--gray-700); margin-bottom: 4px; }
.lp-about__fact-value { font-size: 18px; font-weight: 700; color: var(--gray-900); }

/* ---------- Layout / floor plan ---------- */
.lp-plan { background: var(--dark-2); color: var(--white); }
.lp-plan__grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 50px;
	align-items: center;
}
@media (max-width: 900px) { .lp-plan__grid { grid-template-columns: 1fr; gap: 32px; } }
.lp-plan__image {
	position: relative;
	background: #23211d;
	border-radius: var(--radius);
	overflow: hidden;
	aspect-ratio: 4/3;
	border: 1px solid rgba(255,255,255,.08);
}
.lp-plan__image img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.lp-plan__image.img-missing::after {
	content: attr(data-name);
	position: absolute; inset: 0;
	display: flex; align-items: center; justify-content: center;
	color: rgba(255,255,255,.4);
	font-size: 14px;
	border: 1px dashed rgba(255,255,255,.2);
}
.lp-plan__image.img-missing img { display: none; }
.lp-plan__list { display: flex; flex-direction: column; gap: 18px; }
.lp-plan__list-item {
	display: flex;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255,255,255,.08);
}
.lp-plan__list-item:last-child { border-bottom: none; padding-bottom: 0; }
.lp-plan__list-num { color: var(--brown); font-weight: 700; font-size: 15px; min-width: 26px; }
.lp-plan__list-text { color: rgba(255,255,255,.8); font-size: 15.5px; line-height: 1.55; }
.lp-plan__list-text b { color: var(--white); }

/* ---------- Location ---------- */
.lp-location { background: var(--gray-100); }
.lp-location__grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 40px;
	align-items: stretch;
}
@media (max-width: 900px) { .lp-location__grid { grid-template-columns: 1fr; } }
.lp-location__list { display: flex; flex-direction: column; gap: 20px; }
.lp-location__item { display: flex; gap: 14px; align-items: flex-start; }
.lp-location__item-icon {
	width: 40px; height: 40px; flex-shrink: 0;
	border-radius: 50%;
	background: rgba(209,166,129,.14);
	display: flex; align-items: center; justify-content: center;
	color: var(--brown-dark);
}
.lp-location__item-text { font-size: 15.5px; line-height: 1.5; color: var(--gray-900); padding-top: 8px; }
.lp-location__map {
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid #e6e1d8;
	min-height: 340px;
	background: var(--white);
}
.lp-location__map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }

/* ---------- Purchase conditions ---------- */
.lp-terms { background: var(--dark); color: var(--white); }
.lp-terms__grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
@media (max-width: 820px) { .lp-terms__grid { grid-template-columns: 1fr; } }
.lp-term {
	padding: 30px 26px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: var(--radius);
	transition: border-color var(--tr), background var(--tr);
}
.lp-term:hover { border-color: var(--brown); background: rgba(209,166,129,.06); }
.lp-term__icon { color: var(--brown); margin-bottom: 18px; }
.lp-term__title { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.lp-term__descr { font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.6); }

/* ---------- Contacts ---------- */
.lp-contacts { background: var(--gray-100); }
.lp-contacts__grid {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
	align-items: center;
	background: var(--white);
	border: 1px solid #e6e1d8;
	border-radius: var(--radius);
	padding: 40px;
}
@media (max-width: 700px) { .lp-contacts__grid { padding: 28px 22px; } }
.lp-contacts__phone-block { display: flex; align-items: center; gap: 16px; }
.lp-contacts__phone-icon {
	width: 54px; height: 54px; border-radius: 50%;
	background: rgba(209,166,129,.14);
	display: flex; align-items: center; justify-content: center;
	color: var(--brown-dark);
	flex-shrink: 0;
}
.lp-contacts__phone-num { font-size: clamp(23px, 3vw, 32px); font-weight: 700; letter-spacing: -0.01em; }
.lp-contacts__phone-sub { font-size: 14px; color: var(--gray-700); margin-top: 4px; }
.lp-contacts__hours { font-size: 14.5px; color: var(--gray-700); line-height: 1.6; }
.lp-contacts__hours b { color: var(--gray-900); display: block; margin-bottom: 4px; }

/* ---------- Footer ---------- */
.lp-footer { background: var(--dark); color: rgba(255,255,255,.55); padding: 46px 0 26px; }
.lp-footer__top {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 26px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.lp-footer__logo { display: flex; align-items: center; gap: 10px; color: var(--white); font-weight: 700; }
.lp-footer__nav { display: flex; gap: 22px; flex-wrap: wrap; font-size: 14px; }
.lp-footer__nav a:hover { color: var(--brown); }
.lp-footer__bottom {
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
}
.lp-footer__phone { color: var(--brown); font-weight: 700; font-size: 16px; }
.lp-footer__phone:hover { color: var(--white); }

/* ---------- Mobile sticky call bar ---------- */
.lp-mobile-bar {
	position: fixed;
	left: 0; right: 0; bottom: 0;
	z-index: 90;
	display: none;
	align-items: center;
	background: var(--dark);
	border-top: 1px solid rgba(255,255,255,.1);
	/* Справа резервируем место под круглый виджет Verbox, слева — обычный отступ.
	   Снизу добавляем безопасную зону под жестовую полосу iPhone/Android. */
	padding: 10px 84px 10px 16px;
	padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
}
@media (max-width: 620px) {
	.lp-mobile-bar { display: flex; }
	body { padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }
}
.lp-mobile-bar a.btn-style {
	flex: 1 1 auto;
	min-width: 0;           /* без этого flex-элемент не даёт тексту сжаться */
	padding: 14px 12px;
	font-size: 15px;
	gap: 8px;
}
/* Слово «Позвонить» показываем только там, где оно точно помещается.
   На узких экранах остаётся один номер — он и есть главное. */
.lp-mobile-bar__word { display: none; }
@media (min-width: 421px) {
	.lp-mobile-bar__word { display: inline; }
}
@media (max-width: 360px) {
	.lp-mobile-bar { padding-right: 76px; padding-left: 12px; }
	.lp-mobile-bar a.btn-style { font-size: 14px; padding: 13px 10px; }
}

/* ---------- Lightbox (просмотр фото) ---------- */
.lp-gallery__item img,
.lp-plan__image img { cursor: zoom-in; }
body.lb-lock { overflow: hidden; }
.lightbox {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(10,9,7,.95);
	padding: 24px;
	-webkit-tap-highlight-color: transparent;
}
.lightbox.is-open { display: flex; }
.lightbox__img {
	max-width: 92vw;
	max-height: 84vh;
	object-fit: contain;
	border-radius: 6px;
	box-shadow: 0 24px 70px rgba(0,0,0,.55);
	user-select: none;
	-webkit-user-drag: none;
	background: #1a1712;
}
.lightbox__close {
	position: absolute;
	top: calc(16px + env(safe-area-inset-top, 0px));
	right: 16px;
	width: 48px; height: 48px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.12);
	color: #fff;
	cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	transition: background var(--tr), color var(--tr);
}
.lightbox__close:hover { background: var(--brown); color: var(--dark); }
.lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px; height: 52px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.12);
	color: #fff;
	cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	transition: background var(--tr), color var(--tr);
}
.lightbox__nav:hover { background: var(--brown); color: var(--dark); }
.lightbox__nav--prev { left: 16px; }
.lightbox__nav--next { right: 16px; }
.lightbox__nav.is-hidden { display: none; }
.lightbox__counter {
	position: absolute;
	bottom: calc(20px + env(safe-area-inset-bottom, 0px));
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255,255,255,.82);
	font-size: 14px;
	letter-spacing: .04em;
	font-variant-numeric: tabular-nums;
}
@media (max-width: 560px) {
	.lightbox { padding: 12px; }
	.lightbox__img { max-width: 96vw; max-height: 80vh; }
	.lightbox__close { width: 44px; height: 44px; top: calc(12px + env(safe-area-inset-top, 0px)); right: 12px; }
	.lightbox__nav { width: 42px; height: 42px; }
	.lightbox__nav--prev { left: 8px; }
	.lightbox__nav--next { right: 8px; }
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.reveal { opacity: 1; transform: none; transition: none; }
}

/* ===================== ХЛЕБНЫЕ КРОШКИ ===================== */
.lp-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: rgba(255,255,255,.55);
	margin-bottom: 18px;
}
.lp-breadcrumbs a { color: var(--brown); transition: color var(--tr); }
.lp-breadcrumbs a:hover { color: var(--white); }
.lp-breadcrumbs__current { color: rgba(255,255,255,.55); }
@media (max-width: 620px) { .lp-breadcrumbs { font-size: 12px; margin-bottom: 14px; } }

/* ===================== SEO-ТЕКСТ ===================== */
.lp-seotext { background: var(--white); }
.lp-seotext__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
	margin-top: 34px;
}
@media (max-width: 900px) { .lp-seotext__grid { grid-template-columns: 1fr; gap: 30px; } }
.lp-seotext__col h3 {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--gray-900);
	margin: 0 0 12px;
}
.lp-seotext__col h3:not(:first-child) { margin-top: 30px; }
.lp-seotext__col p {
	font-size: 16px;
	line-height: 1.75;
	color: var(--gray-700);
	margin: 0 0 16px;
}
.lp-seotext__col p:last-child { margin-bottom: 0; }
.lp-seotext__col strong { color: var(--gray-900); }
.lp-seotext__col a { color: var(--brown-dark); text-decoration: underline; text-underline-offset: 3px; }
.lp-seotext__col a:hover { color: var(--gray-900); }

/* ===================== FAQ ===================== */
.lp-faq { background: var(--dark-2); color: var(--white); }
.lp-faq__list {
	margin-top: 34px;
	max-width: 900px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.lp-faq__item {
	border: 1px solid rgba(255,255,255,.12);
	border-radius: var(--radius);
	background: rgba(255,255,255,.03);
	transition: border-color var(--tr), background var(--tr);
}
.lp-faq__item[open] { border-color: rgba(209,166,129,.5); background: rgba(209,166,129,.06); }
.lp-faq__q {
	list-style: none;
	cursor: pointer;
	padding: 20px 54px 20px 22px;
	font-size: 16.5px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--white);
	position: relative;
}
.lp-faq__q::-webkit-details-marker { display: none; }
.lp-faq__q::after {
	content: '';
	position: absolute;
	right: 24px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-right: 2px solid var(--brown);
	border-bottom: 2px solid var(--brown);
	transform: rotate(45deg);
	transition: transform var(--tr);
}
.lp-faq__item[open] .lp-faq__q::after { transform: rotate(-135deg); margin-top: -3px; }
.lp-faq__a {
	padding: 0 22px 22px;
	font-size: 15.5px;
	line-height: 1.7;
	color: rgba(255,255,255,.7);
}
@media (max-width: 560px) {
	.lp-faq__q { font-size: 15.5px; padding: 17px 46px 17px 18px; }
	.lp-faq__a { padding: 0 18px 18px; font-size: 15px; }
}

/* Ссылка «Открыть в Яндекс.Картах» под картой */
.lp-location__maplink { grid-column: 1 / -1; margin: 4px 0 0; font-size: 15px; }
.lp-location__maplink a { color: var(--brown-dark); text-decoration: underline; text-underline-offset: 3px; }
.lp-location__maplink a:hover { color: var(--gray-900); }
@media (max-width: 900px) { .lp-location__maplink { text-align: center; } }

/* ===================== ДОСТУПНОСТЬ ===================== */
/* Видимая рамка при навигации с клавиатуры — учитывается Google при оценке страницы */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
iframe:focus-visible {
	outline: 2px solid var(--brown);
	outline-offset: 3px;
	border-radius: 4px;
}

/* ===================== СОЦСЕТИ ===================== */
.lp-socials { display: flex; gap: 10px; align-items: center; }
.lp-social {
	width: 42px; height: 42px;
	display: flex; align-items: center; justify-content: center;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.22);
	color: rgba(255,255,255,.82);
	transition: background var(--tr), color var(--tr), border-color var(--tr), transform var(--tr);
}
.lp-social:hover {
	background: var(--brown);
	border-color: var(--brown);
	color: var(--dark);
	transform: translateY(-2px);
}
@media (max-width: 620px) { .lp-socials { justify-content: center; width: 100%; } }

/* ===================== ПЕРЕЛИНКОВКА В ФУТЕРЕ ===================== */
.lp-footer__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 20px;
	padding: 20px 0 4px;
	font-size: 14px;
}
.lp-footer__links-label { color: rgba(255,255,255,.4); }
.lp-footer__links a { color: rgba(255,255,255,.72); text-decoration: underline; text-underline-offset: 3px; }
.lp-footer__links a:hover { color: var(--brown); }
