/*
  ГЛАВНАЯ RU/EN — ТРИ СМЫСЛОВЫХ ЭКРАНА.

  Порядок загрузки: style.css -> этот файл -> forms-cold.css ->
  mobile-portrait.css. Desktop задаётся базовыми правилами ниже; narrow/tablet
  уточняются при 1099/840 px, mobile landscape — до 932 px и 500 px высоты.
  Финальный portrait телефона до 640 px находится в mobile-portrait.css.

  Актуальный body-класс — home-reference-hero. В файле сохранились отдельные
  dormant-селекторы .home-redesign от прежней итерации; их нельзя удалять
  массово, потому что часть групп объединена с действующими селекторами.
  Полная карта: Documents/RESPONSIVE_CODE_MAP_RU.md.
*/

html.home-snap {
	scroll-behavior: smooth;
	scroll-snap-type: y mandatory;
	scroll-padding-top: 0;
}

body.home-redesign {
	background: #020814;
	color: var(--color-text-secondary, #a6afbd);
}

.home-redesign .site-header {
	padding: 18px 0;
	background: linear-gradient(180deg, rgba(2, 8, 20, 0.96) 0%, rgba(2, 8, 20, 0.74) 62%, rgba(2, 8, 20, 0) 100%);
}

.home-redesign .header-inner {
	width: min(1580px, calc(100% - 48px));
	gap: 18px;
}

.home-redesign .brand {
	gap: 12px;
}

.home-redesign .brand img {
	width: 62px;
}

.home-redesign .brand-text {
	font-size: 20px;
}

.home-redesign .main-nav {
	gap: clamp(10px, 1.15vw, 21px);
}

.home-redesign .main-nav a {
	font-size: clamp(13px, 0.82vw, 15px);
}

.home-redesign .main-nav a.nav-feature {
	margin-left: clamp(8px, 1.4vw, 24px);
	padding: 8px 14px;
}

.home-redesign .language-switch {
	font-size: 15px;
}

.home-story {
	position: relative;
}

.home-screen {
	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	overflow: hidden;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	isolation: isolate;
}

.home-screen:not(.home-screen--hero)::before,
.home-screen:not(.home-screen--hero)::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.home-screen:not(.home-screen--hero)::before {
	z-index: -2;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-screen:not(.home-screen--hero)::after {
	z-index: -1;
	background:
		radial-gradient(circle at 52% 42%, rgba(26, 70, 127, 0.13), transparent 42%),
		linear-gradient(90deg, rgba(2, 8, 20, 0.79) 0%, rgba(2, 8, 20, 0.48) 54%, rgba(2, 8, 20, 0.18) 100%);
}

.home-redesign .hero {
	background: #020814;
}

.home-redesign .hero::before {
	z-index: -2;
	background-image: url("Images/Background/Home.png");
}

.home-redesign .hero::after {
	background:
		linear-gradient(90deg, rgba(2, 8, 20, 0.8) 0%, rgba(2, 8, 20, 0.5) 49%, rgba(2, 8, 20, 0.06) 82%),
		linear-gradient(180deg, rgba(2, 8, 20, 0.12), rgba(2, 8, 20, 0.34));
}

.home-about::before {
	background-image: url("Images/Background/About-cold.png");
}

.home-about::after {
	background:
		radial-gradient(circle at 50% 36%, rgba(35, 91, 158, 0.16), transparent 44%),
		linear-gradient(90deg, rgba(2, 8, 20, 0.7), rgba(2, 8, 20, 0.32) 50%, rgba(2, 8, 20, 0.7));
}

.home-structure::before {
	background-image: url("Images/Background/Ecosystem-tree-blue-v2-20260815.png");
}

.home-structure::after {
	background:
		radial-gradient(circle at 50% 43%, rgba(18, 64, 122, 0.3), transparent 46%),
		linear-gradient(180deg, rgba(2, 8, 20, 0.65), rgba(2, 8, 20, 0.84));
}

.home-redesign .hero-inner,
.home-section-inner {
	position: relative;
	z-index: 2;
	width: min(1460px, calc(100% - 72px));
	min-height: 100vh;
	min-height: 100svh;
	margin: 0 auto;
	padding: 118px 0 42px;
}

.home-redesign .hero-inner {
	display: flex;
	align-items: center;
}

.home-redesign .hero-content,
.home-redesign .hero-social-panel {
	width: min(660px, 52%);
	max-width: 660px;
	padding: 0;
	display: grid;
	gap: clamp(18px, 2.5vh, 28px);
}

.home-redesign .hero-social-copy,
.home-redesign .hero-social-contact,
.home-redesign .hero-contact-title,
.home-redesign .hero-social-links {
	width: 100% !important;
	max-width: 100%;
	min-width: 0;
}

/* Единое правило ширины: обе контактные кнопки заканчиваются ровно по VK. */
.home-redesign .hero-action-list {
	width: min(100%, calc(
		var(--home-social-icon-size) + var(--home-social-icon-size) +
		var(--home-social-icon-size) + var(--home-social-icon-size) +
		var(--home-social-icon-size) + var(--home-social-gap) +
		var(--home-social-gap) + var(--home-social-gap) + var(--home-social-gap)
	)) !important;
	max-width: none !important;
}

.home-redesign .hero-action-list .hero-action {
	width: 100%;
}

/*
  Главная использует утверждённый reference-hero. Обе контактные кнопки
  получают фактическую ширину ряда из пяти социальных иконок и заканчиваются
  ровно по правому краю VK. Селектор намеренно привязан к реальному классу
  страницы, а не к устаревшему .home-redesign.
*/
.home-reference-hero .hero-social-links,
.home-reference-hero .hero-action-list {
	--home-contact-row-width: 422px;
	width: min(100%, var(--home-contact-row-width)) !important;
	max-width: var(--home-contact-row-width) !important;
}

.home-reference-hero .hero-action-list {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 10px;
}

.home-reference-hero .hero-action-list .hero-action {
	width: 100% !important;
	max-width: none !important;
}

/*
 * Burger/tablet layout already exposes .hero-mobile-priority. Keep the
 * desktop action list hidden at the same <=1024px boundary so phone/tablet
 * never receives a duplicate phone and callback pair.
 */
@media (max-width: 1024px) {
	.home-reference-hero .hero-action-list {
		display: none !important;
	}
}

.home-redesign .hero-social-copy > * {
	max-width: 100%;
}

.home-redesign .hero-social-copy h1 {
	margin: 0 0 12px;
	font-size: clamp(48px, 3.9vw, 66px);
	line-height: 0.98;
	font-weight: 400;
	letter-spacing: 0;
	color: var(--color-gold-primary, #d1b36b) !important;
	-webkit-text-fill-color: var(--color-gold-primary, #d1b36b) !important;
	text-shadow: 0 0 18px rgba(209, 179, 107, 0.12), 0 14px 36px rgba(0, 0, 0, 0.62) !important;
}

.home-redesign .hero-social-copy h2 {
	width: 620px;
	max-width: 100%;
	margin: 0 0 14px;
	font-size: clamp(27px, 2vw, 34px);
	line-height: 1.08;
	font-weight: 400;
	color: var(--color-text-primary, #e8eaf0);
}

.home-redesign .hero-social-copy p {
	font-size: clamp(16px, 1vw, 18px);
	line-height: 1.35;
	color: var(--color-text-secondary, #a6afbd);
}

.home-redesign .hero-social-contact {
	--home-social-icon-size: clamp(50px, 3.5vw, 62px);
	--home-social-gap: 12px;
	display: grid;
	gap: 14px;
}

.home-redesign .hero-contact-title span {
	margin-bottom: 9px;
}

.home-redesign .hero-contact-title strong {
	font-size: clamp(20px, 1.55vw, 25px);
	color: var(--color-gold-primary, #d1b36b);
}

.home-redesign .hero-contact-title p {
	margin-top: 4px;
	font-size: 16px;
	color: var(--color-text-secondary, #a6afbd);
}

.home-redesign .hero-social-links {
	width: min(100%, calc(
		var(--home-social-icon-size) + var(--home-social-icon-size) +
		var(--home-social-icon-size) + var(--home-social-icon-size) +
		var(--home-social-icon-size) + 48px
	)) !important;
	gap: var(--home-social-gap);
}

.home-redesign .social-link {
	width: var(--home-social-icon-size);
	height: var(--home-social-icon-size);
}

.home-hero-actions {
	width: min(100%, calc(
		var(--home-social-icon-size) + var(--home-social-icon-size) +
		var(--home-social-icon-size) + var(--home-social-icon-size) +
		var(--home-social-icon-size) + 48px
	));
	max-width: 100%;
	min-width: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
}

.home-phone,
.home-callback {
	min-width: 0;
	min-height: 58px;
	border-radius: 8px;
	padding: 9px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font: inherit;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.home-phone {
	border: 1px solid rgba(166, 175, 189, 0.46);
	flex-direction: column;
	gap: 2px;
	background: rgba(3, 12, 28, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home-phone span {
	font-size: 13px;
	line-height: 1;
	color: var(--color-text-service, #7f8999);
}

.home-phone strong {
	font-size: 18px;
	line-height: 1.15;
	font-weight: 600;
	color: var(--color-text-primary, #e8eaf0);
}

.home-callback {
	border: 1px solid rgba(209, 179, 107, 0.78);
	color: var(--color-gold-light, #e4c982);
	background: linear-gradient(180deg, rgba(209, 179, 107, 0.16), rgba(89, 53, 15, 0.2));
	box-shadow: inset 0 1px 0 rgba(255, 236, 177, 0.12), 0 14px 28px rgba(0, 0, 0, 0.24);
}

.home-phone:hover,
.home-phone:focus-visible,
.home-callback:hover,
.home-callback:focus-visible {
	transform: translateY(-2px);
}

.home-phone:hover,
.home-phone:focus-visible {
	border-color: rgba(232, 234, 240, 0.68);
	background: rgba(7, 22, 45, 0.68);
}

.home-callback:hover,
.home-callback:focus-visible {
	border-color: var(--color-gold-light, #e4c982);
	background: linear-gradient(180deg, rgba(209, 179, 107, 0.24), rgba(89, 53, 15, 0.28));
}

.home-phone:focus-visible,
.home-callback:focus-visible,
.home-contact-profile:focus-visible,
.home-next:focus-visible,
.home-pager a:focus-visible,
.org-ecosystem-links a:focus-visible {
	outline: 2px solid rgba(228, 201, 130, 0.9);
	outline-offset: 3px;
}

.home-section-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-section-heading {
	width: min(880px, 100%);
	margin-bottom: clamp(18px, 2.6vh, 28px);
}

.home-section-kicker {
	display: block;
	margin-bottom: 5px;
	font-family: var(--font-body, serif);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--color-gold-primary, #d1b36b);
}

.home-section-heading h2 {
	margin: 0;
	font-family: var(--font-display, serif);
	font-size: clamp(42px, 3.5vw, 60px);
	line-height: 0.98;
	font-weight: 400;
	letter-spacing: 0;
	color: var(--color-text-primary, #e8eaf0);
	text-shadow: 0 14px 32px rgba(0, 0, 0, 0.56);
}

.home-section-heading > p {
	max-width: 760px;
	margin-top: 9px;
	font-size: clamp(15px, 1vw, 18px);
	line-height: 1.42;
	color: var(--color-text-secondary, #a6afbd);
}

.home-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.72fr);
	gap: clamp(18px, 2.2vw, 32px);
	align-items: stretch;
}

.home-about-narrative {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.home-story-card,
.home-contact-card {
	position: relative;
	border: 1px solid rgba(209, 179, 107, 0.31);
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(4, 18, 40, 0.84), rgba(2, 9, 22, 0.72));
	box-shadow: inset 0 1px 0 rgba(255, 236, 177, 0.06), 0 20px 42px rgba(0, 0, 0, 0.25);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.home-story-card {
	padding: clamp(17px, 1.7vw, 25px);
}

.home-story-card--lead {
	grid-column: 1 / -1;
	padding-right: clamp(26px, 5vw, 76px);
}

.home-story-card::before,
.home-contact-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 22px;
	width: 70px;
	height: 1px;
	background: linear-gradient(90deg, var(--color-gold-light, #e4c982), transparent);
}

.home-story-card h3,
.home-contact-card h3 {
	margin: 0 0 7px;
	font-family: var(--font-display, serif);
	font-size: clamp(24px, 1.8vw, 31px);
	line-height: 1;
	font-weight: 500;
	color: var(--color-gold-primary, #d1b36b);
}

.home-story-card p,
.home-contact-card p {
	margin: 0;
	font-size: clamp(14px, 0.93vw, 17px);
	line-height: 1.4;
	color: var(--color-text-secondary, #a6afbd);
}

.home-ecosystem-list {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.home-ecosystem-list a {
	border: 1px solid rgba(166, 175, 189, 0.28);
	border-radius: 999px;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
	color: var(--color-text-primary, #e8eaf0);
	background: rgba(2, 10, 24, 0.56);
}

.home-ecosystem-list a:hover,
.home-ecosystem-list a:focus-visible {
	border-color: rgba(209, 179, 107, 0.58);
	color: var(--color-gold-light, #e4c982);
}

.home-contact-card {
	padding: clamp(20px, 2vw, 30px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-contact-card > p {
	margin-bottom: 16px;
}

.home-contact-phone {
	border-top: 1px solid rgba(166, 175, 189, 0.2);
	border-bottom: 1px solid rgba(166, 175, 189, 0.2);
	padding: 12px 0;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	text-decoration: none;
}

.home-contact-phone span {
	font-size: 13px;
	color: var(--color-text-service, #7f8999);
}

.home-contact-phone strong {
	font-size: clamp(17px, 1.2vw, 21px);
	font-weight: 600;
	color: var(--color-text-primary, #e8eaf0);
}

.home-contact-profiles {
	margin-top: 12px;
	display: grid;
	gap: 9px;
}

.home-contact-profile {
	position: relative;
	min-height: 52px;
	border: 1px solid rgba(228, 201, 130, 0.82);
	border-radius: 8px;
	padding: 8px 14px;
	display: grid;
	align-content: center;
	text-align: center;
	text-decoration: none;
	color: var(--color-gold-light, #e4c982);
	background: linear-gradient(180deg, rgba(209, 179, 107, 0.18), rgba(79, 48, 15, 0.24));
	box-shadow: inset 0 1px 0 rgba(255, 236, 177, 0.14), 0 0 20px rgba(209, 179, 107, 0.12), 0 14px 28px rgba(0, 0, 0, 0.24);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-contact-profile span {
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--color-text-service, #7f8999);
}

.home-contact-profile strong {
	margin-top: 3px;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: var(--color-text-primary, #e8eaf0);
}

.home-contact-profile em {
	margin-top: 3px;
	font-size: 13px;
	line-height: 1;
	font-style: normal;
	color: var(--color-gold-primary, #d1b36b);
}

.home-contact-profile:hover,
.home-contact-profile:focus-visible {
	transform: translateY(-2px);
	border-color: #f1d994;
	box-shadow: inset 0 1px 0 rgba(255, 236, 177, 0.2), 0 0 28px rgba(209, 179, 107, 0.2), 0 18px 34px rgba(0, 0, 0, 0.3);
}

.home-structure .home-section-heading {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.org-chart {
	width: min(1180px, 100%);
	margin: 0 auto;
	display: grid;
	justify-items: center;
}

.org-node {
	position: relative;
	border: 1px solid rgba(209, 179, 107, 0.38);
	border-radius: 11px;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
	background: linear-gradient(180deg, rgba(7, 26, 53, 0.9), rgba(2, 10, 24, 0.84));
	box-shadow: inset 0 1px 0 rgba(255, 236, 177, 0.06), 0 15px 28px rgba(0, 0, 0, 0.24);
}

.org-node img {
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	object-fit: contain;
}

.org-node strong,
.org-node span {
	display: block;
}

.org-node strong {
	font-family: var(--font-display, serif);
	font-size: clamp(18px, 1.35vw, 23px);
	line-height: 1;
	font-weight: 500;
	color: var(--color-text-primary, #e8eaf0);
}

.org-node span {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.15;
	color: var(--color-text-service, #7f8999);
}

.org-node--root {
	width: min(440px, 88%);
	border-color: rgba(228, 201, 130, 0.7);
	background: linear-gradient(180deg, rgba(35, 35, 35, 0.9), rgba(11, 20, 35, 0.9));
	box-shadow: inset 0 1px 0 rgba(255, 236, 177, 0.12), 0 0 24px rgba(209, 179, 107, 0.12), 0 16px 32px rgba(0, 0, 0, 0.26);
}

.org-node--root img {
	width: 46px;
	height: 46px;
}

.org-node--root strong {
	color: var(--color-gold-light, #e4c982);
}

.org-node--director {
	width: min(360px, 80%);
}

.org-connector {
	width: 1px;
	height: clamp(13px, 2vh, 22px);
	background: linear-gradient(180deg, rgba(228, 201, 130, 0.78), rgba(209, 179, 107, 0.32));
}

.org-branches {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	padding-top: 20px;
}

.org-branches::before {
	content: "";
	position: absolute;
	top: 0;
	left: 12.5%;
	right: 12.5%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(209, 179, 107, 0.7) 8%, rgba(209, 179, 107, 0.7) 92%, transparent);
}

.org-branches .org-node {
	min-height: 76px;
}

.org-branches .org-node::before {
	content: "";
	position: absolute;
	top: -21px;
	left: 50%;
	width: 1px;
	height: 20px;
	background: rgba(209, 179, 107, 0.58);
}

.org-ecosystem {
	position: relative;
	width: min(1050px, 94%);
	margin-top: clamp(14px, 2vh, 22px);
	border-top: 1px solid rgba(209, 179, 107, 0.32);
	padding-top: 12px;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 16px;
}

.org-ecosystem > strong {
	font-family: var(--font-display, serif);
	font-size: 20px;
	font-weight: 500;
	color: var(--color-gold-primary, #d1b36b);
}

.org-ecosystem-links {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 7px;
}

.org-ecosystem-links a {
	min-height: 38px;
	border: 1px solid rgba(166, 175, 189, 0.26);
	border-radius: 7px;
	padding: 7px 9px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	color: var(--color-text-primary, #e8eaf0);
	background: rgba(2, 10, 24, 0.62);
}

.org-ecosystem-links a:hover,
.org-ecosystem-links a:focus-visible {
	border-color: rgba(209, 179, 107, 0.6);
	color: var(--color-gold-light, #e4c982);
}

.org-ecosystem-links a.prerogativa-cold-glow {
	min-height: 38px;
	padding: 7px 9px;
	font-size: 13px;
}

.home-next {
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(232, 234, 240, 0.64);
}

.home-next span {
	font-size: 18px;
	color: var(--color-gold-primary, #d1b36b);
	animation: home-next-breathe 2.2s ease-in-out infinite;
}

.home-next:hover {
	color: var(--color-text-primary, #e8eaf0);
}

.home-pager {
	position: fixed;
	z-index: 42;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	display: grid;
	gap: 9px;
}

.home-pager a {
	width: 31px;
	height: 31px;
	border: 1px solid rgba(166, 175, 189, 0.26);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	line-height: 1;
	text-decoration: none;
	color: var(--color-text-service, #7f8999);
	background: rgba(2, 8, 20, 0.66);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	transition: border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.home-pager a.is-active,
.home-pager a[aria-current="true"] {
	border-color: rgba(228, 201, 130, 0.8);
	color: var(--color-gold-light, #e4c982);
	box-shadow: 0 0 16px rgba(209, 179, 107, 0.16);
}

@keyframes home-next-breathe {
	0%, 100% { transform: translateY(0); opacity: 0.65; }
	50% { transform: translateY(4px); opacity: 1; }
}

@media (min-width: 1100px) and (max-height: 820px) {
	.home-redesign .site-header {
		padding: 11px 0;
	}

	.home-redesign .brand img {
		width: 50px;
	}

	.home-redesign .brand-text {
		font-size: 17px;
	}

	.home-redesign .main-nav a {
		font-size: 13px;
	}

	.home-redesign .hero-inner,
	.home-section-inner {
		padding-top: 88px;
		padding-bottom: 32px;
	}

	.home-redesign .hero-content,
	.home-redesign .hero-social-panel {
		gap: 13px;
	}

	.home-redesign .hero-social-copy h1 {
		font-size: clamp(43px, 3.6vw, 55px);
		margin-bottom: 8px;
	}

	.home-redesign .hero-social-copy h2 {
		font-size: clamp(24px, 1.85vw, 29px);
		margin-bottom: 9px;
	}

	.home-redesign .hero-contact-title p {
		display: none;
	}

	.home-redesign .social-link {
		width: 48px;
		height: 48px;
	}

	.home-redesign .hero-social-contact {
		--home-social-icon-size: 48px;
	}

	.home-phone,
	.home-callback {
		min-height: 50px;
	}

	.home-section-heading {
		margin-bottom: 14px;
	}

	.home-section-heading h2 {
		font-size: clamp(39px, 3.2vw, 51px);
	}

	.home-story-card {
		padding: 15px 18px;
	}

	.home-contact-card {
		padding: 18px 22px;
	}

	.home-story-card p,
	.home-contact-card p {
		font-size: 14px;
		line-height: 1.3;
	}

	.org-node {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.org-branches .org-node {
		min-height: 62px;
	}

	.org-node img {
		width: 31px;
		height: 31px;
	}

	.org-node--root img {
		width: 38px;
		height: 38px;
	}

	.org-ecosystem {
		margin-top: 11px;
		padding-top: 9px;
	}
}

@media (max-width: 1099px) {
	html.home-snap {
		scroll-snap-type: none;
	}

	.home-screen:not(.home-screen--hero) {
		min-height: auto;
		overflow: visible;
		scroll-snap-align: none;
		scroll-snap-stop: normal;
	}

	.home-redesign .hero {
		min-height: 100vh;
		min-height: 100svh;
	}

	.home-redesign .hero-inner,
	.home-section-inner {
		width: min(920px, calc(100% - 36px));
		min-height: 0;
		padding: 112px 0 58px;
	}

	.home-redesign .hero-inner {
		min-height: 100vh;
		min-height: 100svh;
	}

	.home-redesign .hero-content,
	.home-redesign .hero-social-panel {
		width: min(650px, 78%);
		max-width: 650px;
	}

	.home-redesign .hero::after {
		background: linear-gradient(90deg, rgba(2, 8, 20, 0.9), rgba(2, 8, 20, 0.61) 62%, rgba(2, 8, 20, 0.26));
	}

	.home-section-inner {
		justify-content: flex-start;
	}

	.home-about-grid {
		grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
	}

	.org-branches {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.org-branches::before,
	.org-branches .org-node::before {
		display: none;
	}

	.org-ecosystem {
		width: 100%;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.home-next,
	.home-pager {
		display: none;
	}
}

@media (max-width: 840px) {
	.home-about-grid,
	.home-about-narrative {
		grid-template-columns: 1fr;
	}

	.home-story-card--lead {
		grid-column: auto;
		padding-right: clamp(17px, 4vw, 25px);
	}

	.home-contact-card {
		min-height: 0;
	}

	.org-ecosystem-links {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.home-redesign .hero-inner,
	.home-section-inner {
		width: min(100% - 26px, 600px);
		padding-top: 96px;
		padding-bottom: 42px;
	}

	.home-redesign .hero::before {
		background-position: 66% center;
	}

	.home-redesign .hero::after {
		background: linear-gradient(90deg, rgba(2, 8, 20, 0.94), rgba(2, 8, 20, 0.72) 72%, rgba(2, 8, 20, 0.43));
	}

	.home-redesign .hero-content,
	.home-redesign .hero-social-panel {
		width: 100%;
		max-width: 100%;
		gap: 17px;
	}

	.home-redesign .hero-social-copy h1 {
		font-size: clamp(39px, 12vw, 52px);
	}

	.home-redesign .hero-social-copy h2 {
		font-size: clamp(23px, 7vw, 30px);
	}

	.home-redesign .hero-social-copy p,
	.home-redesign .hero-contact-title p {
		font-size: 15px;
	}

	.home-redesign .hero-contact-title strong {
		font-size: 20px;
	}

	.home-redesign .social-link {
		width: 48px;
		height: 48px;
	}

	.home-redesign .hero-social-contact {
		--home-social-icon-size: 48px;
	}

	.home-hero-actions {
		grid-template-columns: 1fr;
	}

	.home-phone,
	.home-callback {
		min-height: 54px;
	}

	.home-section-heading h2 {
		font-size: clamp(38px, 12vw, 50px);
	}

	.home-section-heading > p {
		font-size: 15px;
	}

	.home-story-card,
	.home-contact-card {
		border-radius: 11px;
		padding: 18px;
	}

	.home-story-card h3,
	.home-contact-card h3 {
		font-size: 27px;
	}

	.home-story-card p,
	.home-contact-card p {
		font-size: 15px;
	}

	.home-contact-phone {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.org-node--root,
	.org-node--director {
		width: 100%;
	}

	.org-branches {
		grid-template-columns: 1fr;
		padding-top: 12px;
	}

	.org-node {
		justify-content: flex-start;
		text-align: left;
	}

	.org-node--root,
	.org-node--director {
		justify-content: center;
		text-align: center;
	}

	.org-ecosystem-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 932px) and (orientation: landscape) and (max-height: 500px) {
	.home-redesign .hero,
	.home-redesign .hero-inner {
		min-height: auto;
	}

	.home-redesign .hero-inner,
	.home-section-inner {
		width: min(100% - 34px, 880px);
		padding-top: 78px;
		padding-bottom: 32px;
	}

	.home-redesign .hero-content,
	.home-redesign .hero-social-panel {
		width: min(620px, 74%);
		gap: 9px;
	}

	.home-redesign .hero-social-copy h1 {
		margin-bottom: 5px;
		font-size: clamp(31px, 6vw, 42px);
	}

	.home-redesign .hero-social-copy h2 {
		margin-bottom: 5px;
		font-size: clamp(19px, 3.4vw, 24px);
	}

	.home-redesign .hero-social-copy p,
	.home-redesign .hero-contact-title p {
		display: none;
	}

	.home-redesign .hero-social-contact {
		gap: 7px;
	}

	.home-redesign .hero-contact-title span {
		display: none;
	}

	.home-redesign .hero-contact-title strong {
		font-size: 17px;
	}

	.home-redesign .social-link {
		width: 40px;
		height: 40px;
	}

	.home-redesign .hero-social-contact {
		--home-social-icon-size: 40px;
	}

	.home-hero-actions {
		grid-template-columns: minmax(0, 1fr);
	}

	.home-phone,
	.home-callback {
		min-height: 42px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.home-section-heading {
		margin-bottom: 14px;
	}

	.home-section-heading h2 {
		font-size: 38px;
	}
}

/*
  Главная, холодный зал — утверждённый вариант 15.08.2026.
  Разметка и размеры блоков намеренно не меняются: правило заменяет только фон
  первого экрана и убирает тёплую заливку/анимацию у двух контактных действий.
*/
.home-reference-hero .hero,
.home-reference-hero .hero::before {
	background-image: url("Images/Background/Home-justice-hall-single-columns-20260816.png") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.home-reference-hero .hero::before {
	background-color: transparent !important;
}

.home-reference-hero .hero::after {
	background: linear-gradient(
		90deg,
		rgba(2, 8, 20, 0.36) 0%,
		rgba(2, 8, 20, 0.16) 47%,
		rgba(2, 8, 20, 0.02) 74%,
		rgba(2, 8, 20, 0.08) 100%
	) !important;
}

.home-reference-hero .hero-action-list .hero-action,
.home-reference-hero .hero-mobile-priority .hero-mobile-callback,
.home-reference-hero .hero-mobile-priority .hero-mobile-phone {
	border-color: rgba(209, 179, 107, 0.54) !important;
	background: rgba(3, 12, 28, 0.46) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
	animation: none !important;
}

.home-reference-hero .hero-action-list .hero-action::before,
.home-reference-hero .hero-mobile-priority .hero-mobile-callback::before,
.home-reference-hero .hero-mobile-priority .hero-mobile-phone::before {
	display: none !important;
	content: none !important;
	animation: none !important;
}

.home-reference-hero .hero-action-list .hero-action:hover,
.home-reference-hero .hero-action-list .hero-action:focus-visible,
.home-reference-hero .hero-mobile-priority .hero-mobile-callback:hover,
.home-reference-hero .hero-mobile-priority .hero-mobile-callback:focus-visible,
.home-reference-hero .hero-mobile-priority .hero-mobile-phone:hover,
.home-reference-hero .hero-mobile-priority .hero-mobile-phone:focus-visible {
	border-color: rgba(209, 179, 107, 0.72) !important;
	background: rgba(5, 17, 37, 0.58) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

@media (max-width: 767px) and (orientation: portrait) {
	.home-reference-hero .hero,
	.home-reference-hero .hero::before {
		background-position: 67% center !important;
	}
}

@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
	.home-reference-hero .hero,
	.home-reference-hero .hero::before {
		background-position: 64% center !important;
	}
}

/*
  Второй экран главной: единая фирменная композиция «О компании».
  Карточки используют только локальные элементы проекта; контактные профили
  сохраняют установленное золотое свечение, телефон остаётся спокойным.
*/
.home-about .home-section-inner {
	width: min(1320px, calc(100% - 72px));
	padding-top: 104px;
	padding-bottom: 24px;
}

.home-about .home-section-heading--editorial {
	width: min(940px, 100%);
	margin-bottom: clamp(15px, 2vh, 22px);
}

.home-about .home-section-heading--editorial h2 {
	font-size: clamp(44px, 4vw, 64px);
	color: var(--color-text-primary, #e8eaf0);
}

.home-about .home-section-heading--editorial > p {
	max-width: 900px;
	margin-top: 6px;
	font-size: clamp(14px, 1vw, 17px);
	line-height: 1.42;
}

.home-about .home-section-ornament {
	width: min(380px, 70vw);
	height: 22px;
	margin: 6px auto 4px;
}

.home-about .home-about-editorial {
	width: min(1120px, 100%);
}

.home-about .home-about-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(12px, 1.4vw, 18px);
	border: 0;
	background: none;
	box-shadow: none;
}

.home-about .home-about-column {
	position: relative;
	min-height: clamp(260px, 31vh, 332px);
	padding: clamp(18px, 2.1vh, 25px) clamp(16px, 1.7vw, 24px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid rgba(209, 179, 107, 0.72);
	border-radius: 12px;
	background:
		radial-gradient(circle at 50% 0, rgba(23, 79, 145, 0.2), transparent 35%),
		linear-gradient(155deg, rgba(8, 27, 52, 0.9), rgba(2, 11, 25, 0.93));
	box-shadow:
		inset 0 0 0 1px rgba(3, 9, 20, 0.8),
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 16px 36px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}

.home-about .home-about-column + .home-about-column {
	border-left: 1px solid rgba(209, 179, 107, 0.72);
}

.home-about .home-about-column::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	width: 42%;
	height: 4px;
	transform: translateX(-50%);
	background: radial-gradient(ellipse, rgba(84, 177, 255, 0.98) 0, rgba(46, 133, 223, 0.72) 32%, transparent 74%);
	box-shadow: 0 0 17px rgba(55, 151, 255, 0.62);
}

.home-about-icon {
	width: clamp(72px, 6vw, 92px);
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border: 1px solid rgba(228, 201, 130, 0.76);
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 38%, rgba(27, 68, 117, 0.28), transparent 62%),
		rgba(2, 12, 29, 0.82);
	box-shadow: inset 0 0 18px rgba(15, 63, 116, 0.34), 0 0 18px rgba(0, 0, 0, 0.32);
}

.home-about-icon img {
	width: 62%;
	height: 62%;
	object-fit: contain;
	filter: drop-shadow(0 0 7px rgba(209, 179, 107, 0.24));
}

.home-about-card-ornament {
	display: none !important;
}

.home-about .home-about-column h3 {
	max-width: 290px;
	font-size: clamp(20px, 1.55vw, 26px);
	line-height: 1.12;
	color: var(--color-gold-light, #e4c982);
}

.home-about .home-about-column p {
	max-width: 300px;
	margin-top: 10px;
	font-size: clamp(12px, 0.84vw, 15px);
	line-height: 1.45;
	color: var(--color-text-secondary, #a6afbd);
}

.home-about .home-contact-strip {
	position: relative;
	margin-top: clamp(12px, 1.6vh, 17px);
	padding: 13px 17px;
	grid-template-columns: minmax(250px, 0.95fr) minmax(205px, 0.66fr) minmax(420px, 1.45fr);
	gap: clamp(13px, 1.5vw, 22px);
	border: 1px solid rgba(209, 179, 107, 0.7);
	border-radius: 14px;
	background:
		radial-gradient(circle at 50% 0, rgba(33, 100, 173, 0.14), transparent 36%),
		linear-gradient(135deg, rgba(7, 26, 49, 0.94), rgba(2, 11, 25, 0.95));
	box-shadow: inset 0 0 0 1px rgba(2, 8, 18, 0.75), 0 15px 35px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}

.home-about .home-contact-strip::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	width: 18%;
	height: 4px;
	transform: translateX(-50%);
	background: radial-gradient(ellipse, rgba(80, 174, 255, 0.92), rgba(42, 124, 211, 0.52) 42%, transparent 74%);
	box-shadow: 0 0 16px rgba(45, 137, 235, 0.48);
}

.home-about .home-contact-strip-copy {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 12px;
}

.home-about .home-contact-strip-copy > .home-contact-round-icon {
	width: 48px;
	aspect-ratio: 1;
	margin: 0;
	display: grid;
	place-items: center;
	border: 1px solid rgba(228, 201, 130, 0.78);
	border-radius: 50%;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0;
	color: var(--color-gold-light, #e4c982);
	background: rgba(3, 14, 31, 0.72);
	text-transform: none;
}

.home-about .home-contact-strip-copy h3 {
	font-size: clamp(19px, 1.35vw, 23px);
	color: var(--color-gold-light, #e4c982);
}

.home-about .home-contact-strip-copy p {
	margin-top: 4px;
	font-size: 11px;
	line-height: 1.3;
}

.home-about .home-contact-strip .home-contact-phone {
	min-height: 58px;
	align-items: center;
	text-align: center;
	border: 0;
	border-right: 1px solid rgba(209, 179, 107, 0.32);
	border-left: 1px solid rgba(209, 179, 107, 0.32);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home-about .home-contact-strip .home-contact-phone span {
	font-size: 9px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.home-about .home-contact-strip .home-contact-phone strong {
	font-size: clamp(18px, 1.4vw, 23px);
	font-weight: 500;
	color: var(--color-gold-light, #e4c982);
}

.home-about .home-contact-strip .home-contact-profiles {
	gap: 10px;
}

.home-about .home-contact-strip .home-contact-profile {
	min-height: 64px;
	padding: 7px 10px;
	border-color: rgba(209, 179, 107, 0.78);
	background: linear-gradient(180deg, rgba(209, 179, 107, 0.1), rgba(9, 24, 43, 0.66));
}

@media (max-width: 1100px) {
	.home-about .home-section-inner {
	width: min(calc(100% - 38px), 1050px);
		padding-top: 96px;
	}

	.home-about .home-about-column {
		min-height: 245px;
		padding: 16px 13px;
	}

	.home-about .home-contact-strip {
		grid-template-columns: minmax(220px, 0.85fr) minmax(180px, 0.62fr) minmax(360px, 1.35fr);
		gap: 10px;
	}
}

@media (max-width: 840px) and (orientation: portrait) {
	.home-about {
		overflow: auto;
	}

	.home-about .home-section-inner {
		width: min(calc(100% - 28px), 760px);
		min-height: 100svh;
		padding: 90px 0 26px;
		justify-content: flex-start;
	}

	.home-about .home-section-heading--editorial {
		margin-bottom: 12px;
	}

	.home-about .home-section-heading--editorial h2 {
		font-size: clamp(38px, 7vw, 52px);
	}

	.home-about .home-section-heading--editorial > p {
		font-size: 13px;
	}

	.home-about .home-about-columns {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 9px;
	}

	.home-about .home-about-column,
	.home-about .home-about-column + .home-about-column {
		min-height: 238px;
		padding: 13px 9px;
		border: 1px solid rgba(209, 179, 107, 0.72);
	}

	.home-about-icon {
		width: 60px;
	}

	.home-about-card-ornament {
		width: 68px;
		margin: 7px auto;
	}

	.home-about .home-about-column h3 {
		font-size: 16px;
	}

	.home-about .home-about-column p {
		margin-top: 7px;
		font-size: 11px;
		line-height: 1.35;
	}

	.home-about .home-contact-strip {
		grid-template-columns: minmax(180px, 0.82fr) minmax(150px, 0.64fr) minmax(300px, 1.35fr);
		padding: 10px;
	}

	.home-about .home-contact-strip-copy {
		gap: 8px;
	}

	.home-about .home-contact-strip-copy > .home-contact-round-icon {
		width: 38px;
		font-size: 16px;
	}

	.home-about .home-contact-strip-copy h3 {
		font-size: 17px;
	}

	.home-about .home-contact-strip-copy p {
		display: none;
	}

	.home-about .home-contact-strip .home-contact-profile {
		min-height: 58px;
		font-size: 10px;
	}
}

@media (max-width: 640px) and (orientation: portrait) {
	.home-about .home-section-inner {
		width: min(calc(100% - 22px), 520px);
		padding-top: 84px;
	}

	.home-about .home-section-heading--editorial > p {
		font-size: 12px;
		line-height: 1.35;
	}

	.home-about .home-about-columns {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.home-about .home-about-column,
	.home-about .home-about-column + .home-about-column {
		min-height: 0;
		padding: 11px 12px;
		display: grid;
		grid-template-columns: 54px minmax(0, 1fr);
		grid-template-areas:
			"icon title"
			"icon body";
		column-gap: 12px;
		text-align: left;
		align-items: center;
	}

	.home-about-icon {
		grid-area: icon;
		width: 52px;
	}

	.home-about-card-ornament {
		display: none;
	}

	.home-about .home-about-column h3 {
		grid-area: title;
		max-width: none;
		font-size: 15px;
	}

	.home-about .home-about-column p {
		grid-area: body;
		max-width: none;
		margin-top: 4px;
		font-size: 10.5px;
	}

	.home-about .home-contact-strip {
		grid-template-columns: 1fr;
		gap: 7px;
		padding: 10px;
	}

	.home-about .home-contact-strip-copy {
		justify-content: center;
	}

	.home-about .home-contact-strip .home-contact-phone {
		min-height: 45px;
		border: 0;
		border-top: 1px solid rgba(209, 179, 107, 0.24);
		border-bottom: 1px solid rgba(209, 179, 107, 0.24);
	}

	.home-about .home-contact-strip .home-contact-profiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-about .home-contact-strip .home-contact-profile {
		min-height: 56px;
		font-size: 9.5px;
	}
}

@media (max-width: 932px) and (orientation: landscape) and (max-height: 500px) {
	.home-about .home-section-inner {
		width: min(calc(100% - 34px), 910px);
		padding: 72px 0 12px;
		justify-content: flex-start;
	}

	.home-about .home-section-heading--editorial {
		margin-bottom: 7px;
	}

	.home-about .home-section-heading--editorial h2 {
		font-size: 30px;
	}

	.home-about .home-section-heading--editorial > p {
		max-width: 720px;
		font-size: 10px;
		line-height: 1.25;
	}

	.home-about .home-section-ornament {
		width: 190px;
		height: 12px;
		margin: 2px auto;
	}

	.home-about .home-about-columns {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.home-about .home-about-column,
	.home-about .home-about-column + .home-about-column {
		min-height: 145px;
		padding: 8px 10px;
		border: 1px solid rgba(209, 179, 107, 0.72);
	}

	.home-about-icon {
		width: 42px;
	}

	.home-about-card-ornament {
		width: 56px;
		height: 6px;
		margin: 3px auto;
	}

	.home-about .home-about-column h3 {
		font-size: 13px;
	}

	.home-about .home-about-column p {
		margin-top: 3px;
		font-size: 8.5px;
		line-height: 1.25;
	}

	.home-about .home-contact-strip {
		margin-top: 7px;
		padding: 6px 8px;
		grid-template-columns: minmax(180px, 0.85fr) minmax(160px, 0.68fr) minmax(330px, 1.5fr);
		gap: 8px;
	}

	.home-about .home-contact-strip-copy > .home-contact-round-icon {
		width: 32px;
		font-size: 13px;
	}

	.home-about .home-contact-strip-copy h3 {
		font-size: 14px;
	}

	.home-about .home-contact-strip-copy p {
		display: none;
	}

	.home-about .home-contact-strip .home-contact-phone,
	.home-about .home-contact-strip .home-contact-profile {
		min-height: 43px;
	}

	.home-about .home-contact-strip .home-contact-profile {
		font-size: 8.5px;
	}
}

/*
  Экосистема: интерактивная карта поверх сохранённого фирменного фона.
  Фон, узлы и соединители разделены: изображение не содержит текста или кнопок,
  поэтому все переходы остаются настоящими ссылками и адаптируются к экрану.
*/
.home-structure::before {
	background-image: url("Images/Background/Ecosystem-tree-blue-v2-20260815.png");
	background-position: center;
	background-size: cover;
}

.home-structure::after {
	background:
		radial-gradient(circle at 50% 53%, rgba(26, 103, 184, 0.08), transparent 36%),
		linear-gradient(180deg, rgba(2, 8, 20, 0.2), rgba(2, 8, 20, 0.08) 55%, rgba(2, 8, 20, 0.26));
}

.home-structure .home-ecosystem-inner {
	width: 100%;
	padding: clamp(84px, 9.5vh, 108px) 0 0;
}

.ecosystem-stage {
	position: relative;
	width: min(1480px, 100%);
	height: calc(100svh - clamp(84px, 9.5vh, 108px));
	min-height: 610px;
	margin: 0 auto;
}

.home-structure .home-section-heading--ecosystem {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 50%;
	width: min(820px, 90%);
	margin: 0;
	transform: translateX(-50%);
	text-align: center;
}

.home-structure .home-section-heading--ecosystem h2 {
	margin: 0;
	font-size: clamp(42px, 4.2vw, 64px);
	line-height: 0.98;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: var(--color-text-primary, #e8eaf0);
	text-shadow: 0 3px 22px rgba(0, 0, 0, 0.72);
}

.home-structure .home-section-ornament--ecosystem {
	width: clamp(220px, 19vw, 300px);
	height: 21px;
	margin: 5px auto 4px;
	object-fit: cover;
	object-position: center;
	filter: drop-shadow(0 0 8px rgba(209, 179, 107, 0.24));
}

.home-structure .home-section-heading--ecosystem > p {
	width: min(680px, 100%);
	margin: 0 auto;
	font-size: clamp(14px, 1.18vw, 18px);
	line-height: 1.28;
	color: rgba(232, 234, 240, 0.78);
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
}

.ecosystem-map {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.ecosystem-connectors {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}

.ecosystem-connectors path {
	fill: none;
	stroke: rgba(225, 194, 118, 0.66);
	stroke-width: 1.15;
	stroke-linecap: round;
	vector-effect: non-scaling-stroke;
	filter: drop-shadow(0 0 4px rgba(209, 179, 107, 0.3));
}

.ecosystem-node {
	--node-size: 74px;
	position: absolute;
	z-index: 3;
	top: var(--node-y);
	left: var(--node-x);
	min-width: 116px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transform: translate(-50%, -50%);
	font-family: var(--font-display, serif);
	text-align: center;
	text-decoration: none;
	color: var(--color-text-primary, #e8eaf0);
	filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.56));
	transition: z-index 180ms ease, filter 180ms ease;
}

.ecosystem-node-disc {
	position: relative;
	width: var(--node-size);
	height: var(--node-size);
	border: 1px solid rgba(236, 207, 132, 0.88);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background:
		radial-gradient(circle at 50% 34%, rgba(30, 78, 132, 0.44), transparent 42%),
		linear-gradient(145deg, rgba(6, 26, 53, 0.98), rgba(1, 9, 22, 0.98));
	box-shadow:
		inset 0 0 0 4px rgba(4, 16, 35, 0.88),
		inset 0 0 0 5px rgba(209, 179, 107, 0.28),
		inset 0 1px 0 rgba(255, 239, 187, 0.2),
		0 0 0 1px rgba(1, 8, 20, 0.82),
		0 0 18px rgba(25, 103, 181, 0.18);
	overflow: hidden;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ecosystem-node-disc::after {
	content: "";
	position: absolute;
	inset: 5px;
	border-radius: 50%;
	background: linear-gradient(118deg, transparent 30%, rgba(255, 231, 166, 0.18) 48%, transparent 64%);
	transform: translateX(-120%);
	transition: transform 520ms ease;
	pointer-events: none;
}

.ecosystem-node img {
	position: relative;
	z-index: 1;
	width: 42%;
	height: 42%;
	object-fit: contain;
	filter: drop-shadow(0 0 5px rgba(209, 179, 107, 0.3));
}

.ecosystem-node-copy,
.ecosystem-node-label {
	position: relative;
	z-index: 1;
	display: block;
	font-size: clamp(11px, 0.82vw, 13px);
	line-height: 1.04;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-shadow: 0 2px 8px #000, 0 0 12px rgba(0, 0, 0, 0.9);
}

.ecosystem-node-label {
	max-width: 145px;
	margin-top: 5px;
	white-space: normal;
}

.ecosystem-node-copy strong,
.ecosystem-node-copy span {
	display: block;
}

.ecosystem-node--root {
	--node-size: clamp(118px, 9.5vw, 148px);
	min-width: 170px;
}

.ecosystem-node--root .ecosystem-node-disc {
	border-width: 2px;
	box-shadow:
		inset 0 0 0 5px rgba(4, 16, 35, 0.9),
		inset 0 0 0 6px rgba(228, 201, 130, 0.42),
		0 0 28px rgba(209, 179, 107, 0.24),
		0 18px 32px rgba(0, 0, 0, 0.42);
}

.ecosystem-node--root img {
	width: 42%;
	height: 42%;
	margin-bottom: 2px;
}

.ecosystem-node--root .ecosystem-node-copy {
	font-size: clamp(13px, 1.02vw, 16px);
	line-height: 0.94;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	color: var(--color-gold-light, #e4c982);
}

.ecosystem-node--root .ecosystem-node-copy span {
	margin-top: 3px;
	font-size: 0.84em;
}

.ecosystem-node--major {
	--node-size: clamp(94px, 7.5vw, 118px);
	min-width: 138px;
}

.ecosystem-node--major img {
	width: 34%;
	height: 34%;
	margin-bottom: 4px;
}

.ecosystem-node--major .ecosystem-node-copy {
	font-size: clamp(12px, 0.86vw, 14px);
}

.ecosystem-node--small,
.ecosystem-node--root-value {
	--node-size: clamp(58px, 4.7vw, 74px);
}

.ecosystem-node--root-value {
	--node-size: clamp(54px, 4.4vw, 68px);
}

.ecosystem-node:hover,
.ecosystem-node:focus-visible {
	z-index: 8;
	filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.64));
	color: var(--color-gold-light, #e4c982);
}

.ecosystem-node:hover .ecosystem-node-disc,
.ecosystem-node:focus-visible .ecosystem-node-disc {
	transform: translateY(-2px) scale(1.045);
	border-color: #f2d88f;
	background:
		radial-gradient(circle at 50% 34%, rgba(36, 114, 204, 0.5), transparent 44%),
		linear-gradient(145deg, rgba(9, 34, 68, 0.99), rgba(2, 10, 24, 0.99));
	box-shadow:
		inset 0 0 0 4px rgba(4, 16, 35, 0.86),
		inset 0 0 0 5px rgba(236, 207, 132, 0.5),
		0 0 26px rgba(209, 179, 107, 0.28),
		0 0 38px rgba(29, 108, 196, 0.2);
}

.ecosystem-node:hover .ecosystem-node-disc::after,
.ecosystem-node:focus-visible .ecosystem-node-disc::after {
	transform: translateX(120%);
}

.ecosystem-node:focus-visible {
	outline: 2px solid rgba(228, 201, 130, 0.95);
	outline-offset: 5px;
	border-radius: 8px;
}

@media (max-width: 1100px) {
	.ecosystem-stage {
		width: 100%;
	}

	.ecosystem-node--small,
	.ecosystem-node--root-value {
		min-width: 96px;
	}

	.ecosystem-node-label {
		max-width: 110px;
		font-size: 11px;
	}
}

@media (max-width: 640px) and (orientation: portrait) {
	.home-structure::before {
		background-position: center;
	}

	.home-structure .home-ecosystem-inner {
		padding-top: 76px;
	}

	.ecosystem-stage {
		height: calc(100svh - 76px);
		min-height: 650px;
	}

	.home-structure .home-section-heading--ecosystem {
		top: 2px;
		width: calc(100% - 28px);
	}

	.home-structure .home-section-heading--ecosystem h2 {
		font-size: clamp(34px, 10vw, 44px);
	}

	.home-structure .home-section-ornament--ecosystem {
		width: min(230px, 62vw);
		height: 18px;
		margin: 3px auto 2px;
	}

	.home-structure .home-section-heading--ecosystem > p {
		font-size: 12px;
		line-height: 1.18;
	}

	.ecosystem-connectors {
		display: none;
	}

	.ecosystem-node {
		min-width: 78px;
	}

	.ecosystem-node--root {
		--node-size: 96px;
		--node-x: 50% !important;
		--node-y: 43% !important;
		min-width: 112px;
	}

	.ecosystem-node--root .ecosystem-node-copy {
		font-size: 11px;
	}

	.ecosystem-node--major {
		--node-size: 72px;
		min-width: 82px;
	}

	.ecosystem-node--major .ecosystem-node-copy {
		font-size: 10px;
	}

	.ecosystem-node--legal { --node-x: 25% !important; --node-y: 31% !important; }
	.ecosystem-node--accounting { --node-x: 75% !important; --node-y: 31% !important; }
	.ecosystem-node--business { --node-x: 23% !important; --node-y: 48% !important; }
	.ecosystem-node--team { --node-x: 77% !important; --node-y: 48% !important; }

	.ecosystem-node--small,
	.ecosystem-node--root-value {
		--node-size: 56px;
		min-width: 92px;
	}

	.ecosystem-node--small .ecosystem-node-label,
	.ecosystem-node--root-value .ecosystem-node-label {
		max-width: 96px;
		margin-top: 3px;
		font-size: 10.5px;
		line-height: 1.02;
	}

	.ecosystem-node--charity .ecosystem-node-label {
		font-size: 9.5px;
		letter-spacing: -0.015em;
	}

	.ecosystem-node--forum { --node-x: 20% !important; --node-y: 66% !important; }
	.ecosystem-node--chat { --node-x: 80% !important; --node-y: 66% !important; }
	.ecosystem-node--codex { --node-x: 20% !important; --node-y: 83% !important; }
	.ecosystem-node--charity { --node-x: 80% !important; --node-y: 83% !important; }
}

@media (max-width: 932px) and (orientation: landscape) and (max-height: 500px) {
	.home-structure .home-ecosystem-inner {
		padding-top: 54px;
	}

	.ecosystem-stage {
		height: calc(100svh - 54px);
		min-height: 320px;
	}

	.home-structure .home-section-heading--ecosystem {
		top: 0;
	}

	.home-structure .home-section-heading--ecosystem h2 {
		font-size: 29px;
	}

	.home-structure .home-section-ornament--ecosystem {
		width: 180px;
		height: 13px;
		margin: 1px auto;
	}

	.home-structure .home-section-heading--ecosystem > p {
		display: none;
	}

	.ecosystem-node--root { --node-size: 70px; min-width: 92px; }
	.ecosystem-node--root .ecosystem-node-copy { font-size: 9px; }
	.ecosystem-node--major { --node-size: 58px; min-width: 76px; }
	.ecosystem-node--major .ecosystem-node-copy { font-size: 8.5px; }
	.ecosystem-node--small,
	.ecosystem-node--root-value { --node-size: 38px; min-width: 64px; }
	.ecosystem-node-label { margin-top: 2px; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
	html.home-snap {
		scroll-behavior: auto;
	}

	.home-next span {
		animation: none;
	}

	.home-phone,
	.home-callback,
	.home-contact-profile,
	.home-pager a {
		transition: none;
	}
}

/*
  Редакционная композиция второго и третьего экранов главной.
  Тонкие линии и фирменный орнамент заменяют тяжёлую сетку карточек.
*/
.home-section-kicker,
.home-next {
	display: none !important;
}

.home-section-heading--editorial,
.home-section-heading--ecosystem {
	width: min(980px, 100%);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: clamp(14px, 2.2vh, 24px);
	text-align: center;
}

.home-section-heading--editorial > p,
.home-section-heading--ecosystem > p {
	margin-right: auto;
	margin-left: auto;
}

.home-section-ornament {
	display: block;
	width: min(340px, 76vw);
	height: 28px;
	margin: 8px auto 7px;
	object-fit: cover;
	object-position: center;
	filter: drop-shadow(0 0 10px rgba(209, 179, 107, 0.2));
}

.home-about-editorial {
	width: min(1240px, 100%);
	margin: 0 auto;
}

.home-about-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(209, 179, 107, 0.34);
	border-bottom: 1px solid rgba(209, 179, 107, 0.23);
	background: linear-gradient(90deg, rgba(2, 10, 24, 0.18), rgba(8, 28, 55, 0.34) 50%, rgba(2, 10, 24, 0.18));
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
}

.home-about-column {
	position: relative;
	min-width: 0;
	padding: clamp(18px, 2vw, 28px) clamp(18px, 2.2vw, 34px);
}

.home-about-column + .home-about-column {
	border-left: 1px solid rgba(209, 179, 107, 0.22);
}

.home-about-column::before {
	content: "";
	position: absolute;
	top: -1px;
	left: clamp(18px, 2.2vw, 34px);
	width: 58px;
	height: 1px;
	background: linear-gradient(90deg, rgba(228, 201, 130, 0.95), transparent);
}

.home-about-column h3,
.home-contact-strip-copy h3 {
	margin: 0;
	font-family: var(--font-display, serif);
	font-weight: 500;
	color: var(--color-gold-primary, #d1b36b);
}

.home-about-column h3 {
	font-size: clamp(24px, 1.75vw, 30px);
	line-height: 1.08;
}

.home-about-column p {
	margin: 11px 0 0;
	font-size: clamp(14px, 0.94vw, 17px);
	line-height: 1.42;
	color: var(--color-text-secondary, #a6afbd);
}

.home-contact-strip {
	margin-top: clamp(14px, 2vh, 22px);
	padding: 12px 0;
	display: grid;
	grid-template-columns: minmax(210px, 0.9fr) minmax(200px, 0.72fr) minmax(390px, 1.45fr);
	align-items: center;
	gap: clamp(16px, 2vw, 28px);
	border-top: 1px solid rgba(166, 175, 189, 0.18);
	border-bottom: 1px solid rgba(166, 175, 189, 0.14);
}

.home-contact-strip-copy > span {
	display: block;
	margin-bottom: 3px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--color-text-service, #7f8999);
}

.home-contact-strip-copy h3 {
	font-size: clamp(23px, 1.7vw, 29px);
	line-height: 1;
}

.home-contact-strip-copy p {
	margin: 5px 0 0;
	font-size: 13px;
	line-height: 1.25;
	color: var(--color-text-secondary, #a6afbd);
}

.home-contact-strip .home-contact-phone {
	min-height: 52px;
	padding: 7px 18px;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 3px;
	border: 1px solid rgba(166, 175, 189, 0.32);
	border-radius: 8px;
	background: rgba(3, 12, 28, 0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.home-contact-strip .home-contact-profiles {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.home-contact-strip .home-contact-profile {
	min-height: 52px;
	padding: 7px 11px;
}

.home-structure .home-section-heading--ecosystem {
	margin-bottom: clamp(9px, 1.4vh, 16px);
}

.home-structure .home-section-heading--ecosystem h2 {
	color: var(--color-text-primary, #e8eaf0);
}

.home-section-title-lockup {
	width: 100%;
	display: grid;
	justify-items: center;
}

.home-structure .home-section-ornament--ecosystem {
	width: min(340px, 76vw);
	max-width: none;
	height: 28px;
	margin: 8px auto 7px;
	object-fit: cover;
	object-position: center;
	filter: drop-shadow(0 0 10px rgba(209, 179, 107, 0.2));
}

.home-structure .org-chart {
	width: min(1220px, 100%);
}

.org-chart a.org-node {
	color: inherit;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.org-chart a.org-node:hover,
.org-chart a.org-node:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(228, 201, 130, 0.86);
	box-shadow: inset 0 1px 0 rgba(255, 236, 177, 0.1), 0 0 20px rgba(209, 179, 107, 0.12), 0 16px 30px rgba(0, 0, 0, 0.28);
}

.org-chart a.org-node:focus-visible {
	outline: 2px solid rgba(228, 201, 130, 0.84);
	outline-offset: 3px;
}

.org-node--governance,
.org-node--leadership {
	min-height: 48px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.org-node--governance {
	width: min(480px, 84%);
}

.org-node--leadership {
	width: min(560px, 88%);
}

.org-node--governance img,
.org-node--leadership img {
	width: 30px;
	height: 30px;
}

.org-node--governance strong,
.org-node--leadership strong {
	font-size: clamp(17px, 1.2vw, 21px);
}

.org-connector--compact {
	height: clamp(7px, 1.1vh, 12px);
}

.home-structure .org-branches {
	padding-top: 16px;
}

.home-structure .org-branches .org-node::before {
	top: -17px;
	height: 16px;
}

.home-structure .org-ecosystem {
	width: min(1050px, 94%);
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
}

@media (min-width: 1100px) and (max-height: 820px) {
	.home-section-heading--editorial,
	.home-section-heading--ecosystem {
		margin-bottom: 10px;
	}

	.home-section-ornament {
		width: min(320px, 40vw);
		height: 22px;
		margin-top: 4px;
		margin-bottom: 3px;
	}

	.home-structure .home-section-ornament--ecosystem {
		width: min(320px, 40vw);
		height: 22px;
		margin-top: 4px;
		margin-bottom: 3px;
	}

	.home-about-column {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.home-about-column h3 {
		font-size: clamp(21px, 1.55vw, 26px);
	}

	.home-about-column p {
		margin-top: 7px;
		font-size: 13.5px;
		line-height: 1.3;
	}

	.home-contact-strip {
		margin-top: 10px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.home-contact-strip .home-contact-phone,
	.home-contact-strip .home-contact-profile {
		min-height: 46px;
	}

	.org-node--governance,
	.org-node--leadership {
		min-height: 42px;
	}

	.org-connector--compact {
		height: 6px;
	}

	.home-structure .org-branches {
		padding-top: 13px;
	}

	.home-structure .org-branches .org-node::before {
		top: -14px;
		height: 13px;
	}
}

@media (max-width: 1099px) {
	.home-about-columns {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-contact-strip {
		grid-template-columns: minmax(190px, 0.8fr) minmax(190px, 0.7fr) minmax(360px, 1.45fr);
	}
}

@media (max-width: 840px) {
	.home-about-columns {
		grid-template-columns: 1fr;
	}

	.home-about-column + .home-about-column {
		border-top: 1px solid rgba(209, 179, 107, 0.18);
		border-left: 0;
	}

	.home-contact-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-contact-strip-copy {
		grid-column: 1 / -1;
	}

	.home-contact-strip .home-contact-profiles {
		grid-column: 1 / -1;
	}

	.org-node--governance,
	.org-node--leadership {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.home-section-heading--editorial,
	.home-section-heading--ecosystem {
		text-align: center;
	}

	.home-section-ornament {
		width: min(250px, 72vw);
	}

	.home-structure .home-section-ornament--ecosystem {
		width: min(250px, 72vw);
		max-width: none;
		height: 28px;
		margin: 8px auto 7px;
	}

	.home-about-column {
		padding: 18px 14px;
	}

	.home-contact-strip {
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.home-contact-strip-copy,
	.home-contact-strip .home-contact-profiles {
		grid-column: auto;
	}

	.home-contact-strip .home-contact-profiles {
		grid-template-columns: 1fr;
	}

	.home-contact-strip .home-contact-phone {
		width: 100%;
	}

	.home-structure .org-ecosystem {
		width: 100%;
	}
}

@media (max-width: 932px) and (orientation: landscape) and (max-height: 500px) {
	.home-section-ornament {
		width: min(280px, 44vw);
		height: 22px;
		margin-top: 4px;
		margin-bottom: 3px;
	}

	.home-hero-actions {
		grid-template-columns: minmax(0, 1fr);
	}

	.home-about-columns {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-about-column + .home-about-column {
		border-top: 0;
		border-left: 1px solid rgba(209, 179, 107, 0.22);
	}

	.home-structure .home-section-ornament--ecosystem {
		width: min(280px, 44vw);
		max-width: 44vw;
		height: 22px;
		margin-top: 4px;
		margin-bottom: 3px;
	}
}
