/* Страница «Контакты» — линк-хаб с соцсетями и быстрыми ссылками */

.contacts-page {
	color: var(--color-main);
	background-color: var(--site-bg-main);
	font-family: var(--ff-main);
}

.contacts-page > section {
	padding: 2rem 0;
	margin: 0;
	background-color: transparent;
}

/* Отступ сверху: шапка absolute/fixed перекрывает контент (как .section-1cSchedule в schedule.css) */
.contacts-page > section.contacts-hero {
	padding-top: calc(150px + 1.5rem);
	padding-bottom: 1rem;
	background-color: var(--bg-main);
}

.contacts-page > section.contacts-menu-heading {
	padding: 1.25rem 0 0.5rem;
	background-color: var(--site-bg-main);
}

.contacts-page > section.contacts-menu {
	padding-top: 0;
	padding-bottom: 3rem;
	background-color: var(--site-bg-main);
}

/* Горизонт: кароабин, поверх — логотип. Без отрицательного margin-bottom — иначе заголовок заезжает под картинки */
.contacts-preloader-static {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 560px;
	margin: 0 auto 0.85rem;
	pointer-events: none;
	position: relative;
	z-index: 0;
}

.contacts-preloader-static__car {
	display: block;
	width: 100%;
	max-width: 530px;
	height: auto;
	padding: 0 15px;
	box-sizing: border-box;
	filter: brightness(0) invert(1);
}

.contacts-preloader-static__logo {
	display: block;
	width: min(230px, 42%);
	max-width: 100%;
	height: auto;
	margin-top: clamp(-4.75rem, -13vw, -2.75rem);
	filter: brightness(0) invert(1);
}

.contacts-hero .hero-tagline,
.contacts-hero .hero-divider,
.contacts-hero .hero-description {
	position: relative;
	z-index: 1;
}

.contacts-hero .hero-tagline {
	font-family: var(--ff-special);
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 500;
	color: var(--special-color);
	margin: 0;
	line-height: 1.2;
}

.contacts-hero .hero-divider {
	margin: 0.45rem auto;
}

.hero-divider,
.menu-divider {
	height: 1px;
	width: 60px;
	margin: 1rem auto;
	background-color: var(--special-color);
	border: none;
}

.contacts-hero .hero-description {
	max-width: 600px;
	margin: 0.35rem auto 0;
	font-size: 1rem;
	line-height: 1.45;
	font-family: var(--ff-main);
	color: var(--color-main);
}

.menu-intro {
	font-family: var(--ff-special);
	font-size: clamp(1.125rem, 2.5vw, 1.35rem);
	font-weight: 500;
	color: var(--color-main);
	margin: 0 0 1.5rem;
	line-height: 1.3;
}

.contacts-menu .container {
	max-width: 560px;
}

a.menu-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--bg-main);
	border-radius: 8px;
	margin-bottom: 1rem;
	padding: 0.75rem 1rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.2s ease, transform 0.15s ease;
}

a.menu-item:hover {
	color: inherit;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
	transform: translateY(-1px);
}

a.menu-item:focus-visible {
	outline: 2px solid var(--special-color);
	outline-offset: 2px;
}

.menu-item__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-item__icon img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	display: block;
}

.menu-item__text {
	flex: 1;
	margin: 0 1rem;
	text-align: left;
	min-width: 0;
}

.menu-item__title {
	font-family: var(--ff-special);
	font-size: 1rem;
	text-transform: uppercase;
	color: var(--color-main);
	line-height: 1.25;
}

.menu-item__subtitle {
	font-family: var(--ff-main);
	font-size: 0.8125rem;
	color: #a7b5c2;
	margin-top: 0.25rem;
	line-height: 1.35;
}

.menu-item__arrow {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.menu-item__arrow img {
	width: 20px;
	height: 20px;
	opacity: 0.6;
	display: block;
}
