@font-face {
	font-family: "MoolBoran";
	src:
		url("../fonts/MoolBoran.eot") format("embedded-opentype"),
		url("../fonts/MoolBoran.woff") format("woff"),
		url("../fonts/MoolBoran.ttf") format("truetype"),
		url("../fonts/MoolBoran.svg#MoolBoran") format("svg");
	font-weight: normal;
	font-style: normal;
}

:root {
	/* Переключи шрифт здесь для сравнения:
	   --font-main: "MoolBoran", sans-serif;
	   --font-main: "Rajdhani", sans-serif;
	   --font-main: "Exo 2", sans-serif;
	   --font-main: "Play", sans-serif;
	   --font-main: "Jura", sans-serif;
	   --font-main: "Aldrich", sans-serif;
	   --font-main: "Quantico", sans-serif;
	   --font-main: "Michroma", sans-serif;
	*/
	--font-main: "Play", sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font-main);
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	background: #000;
	background-size: contain;
	color: #ffffff;
	min-height: 100vh;
	overflow-x: hidden;
}

.page a,
.page a:visited,
.landing-section a,
.landing-section a:visited {
	color: #ffffff;
}

.page a:hover,
.landing-section a:hover {
	color: #fabd6e;
}

p {
	margin: 10px 0;
	font-size: 14px;
	line-height: 24px;
}

.page {
	position: relative;
	z-index: 50;
	min-height: 100vh;
}


.contacts-wrapper {
	position: absolute;
	width: 100%;
	bottom: 50px;
}

.contacts div a {
	transition: opacity 0.2s ease;
}

.contacts div a:hover {
	opacity: 0.7;
}

.contacts .ip a {
	transition: color 0.2s ease;
}

.contacts .ip a:hover {
	color: #fabd6e;
}


.contacts {
	height: 30px;
	padding: 0 70px;
}

.contacts div {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 40px;
}

.contacts div:nth-child(3) {
	margin-right: 0;
}

.contacts div:last-child {
	margin-right: 0;
}

.contacts div a {
	display: block;
	width: 30px;
	height: 30px;
	filter: drop-shadow(1px 0 3px #000);
}







h1 {
	margin: 0;
	padding: 60px 70px 45px;
	font-size: 42px;
	line-height: 48px;
	font-weight: 400;
}

h2 {
	padding: 24px 0 0;
	margin: 0;
	color: #fabd6e;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
}

a {
	text-decoration: none;
}

.stuff {
	padding: 0 0 0 70px;
	font-size: 14px;
	line-height: 28px;
}

.content {
	color: #fff;
	text-shadow: 1px 0 3px #000;
}

.backyard {
	text-shadow: 1px 0 3px #000;
}

.contacts .ip {
	float: right;
	width: auto;
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1;
	text-shadow: none;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.42);
	border: 1px solid rgba(250, 189, 110, 0.28);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition:
		border-color 0.2s ease,
		background 0.2s ease;
}

.contacts .ip:has(a:hover) {
	background: rgba(0, 0, 0, 0.52);
	border-color: rgba(250, 189, 110, 0.45);
}

.contacts .ip a {
	width: auto;
	height: auto;
	background: none;
	display: inline;
	text-shadow: none;
	filter: none;
}

@media screen and (max-width: 600px) {
	.contacts .ip {
		display: none;
	}
}

[aria-hidden="true"] {
	display: none;
}

.side-actions {
}

.side-actions > div {
	line-height: 28px;
}

.dir-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
}

.icon-folder {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	opacity: 0.92;
	transition: opacity 0.2s ease;
	filter: drop-shadow(0px 0px 1px #333);
}

.dir-link:hover .icon-folder {
	opacity: 1;
}

/* Лендинговые секции */
.landing-section {
	position: relative;
	min-height: 100vh;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	scroll-margin-top: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.landing-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(4px);
	z-index: 0;
}

.section-content {
	max-width: 900px;
	width: 100%;
	animation: fadeInUp 0.8s ease-out;
	position: relative;
	z-index: 1;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.landing-section h2 {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	text-align: right;
	position: absolute;
	top: 24px;
	right: 48px;
	z-index: 10;
}

.landing-section h3 {
	font-size: 18px;
	line-height: 24px;
	color: #fabd6e;
	margin: 24px 0 16px;
	text-transform: uppercase;
	font-weight: 400;
}

.landing-section .avatar {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 3px solid #fabd6e;
	display: block;
	margin: 0 auto 24px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.landing-section p {
	/*text-align: center;*/
	font-size: 14px;
	line-height: 20px;
	margin: 16px 0;
}

.landing-section .list-grid {
	margin-top: 16px;
	line-height: 24px;
}

.landing-section .list-grid a {
	color: #fabd6e;
	transition: color 0.3s ease;
	text-decoration: none;
	margin-right: 16px;
	display: inline;
}

.landing-section .list-grid a:hover {
	color: #ffffff;
}

.landing-section .list-grid hr {
	grid-column: 1 / -1;
	border: none;
	border-top: 1px solid rgba(250, 189, 110, 0.25);
	margin: 8px 0;
}

.mentorship-widget {
	max-width: 650px;
	margin: 0 auto;
	box-shadow: rgba(142, 151, 158, 0.15) 0px 4px 19px 0px;
	border-radius: 16px;
	overflow: hidden;
}

/* Бесконечная прокрутка компаний */
.companies-marquee {
	overflow: hidden;
	width: 100%;
	margin-top: 16px;
	position: relative;
}

.companies-track {
	display: flex;
	align-items: center;
	width: fit-content;
	will-change: transform;
}

.companies-marquee:hover .companies-track {
	animation-play-state: paused;
}

.companies-track {
	animation: marquee 30s linear infinite;
}

.companies-track a {
	white-space: nowrap;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	transition: color 0.3s ease;
	flex-shrink: 0;
}

.companies-track a::after {
	content: "•";
	color: #fabd6e;
	margin: 0 12px;
}

.companies-track a[href] {
	color: #fabd6e;
}

.companies-track a:not([href]) {
	color: rgba(255, 255, 255, 0.5);
	cursor: default;
}

.companies-track a[href]:hover {
	color: #ffffff;
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

/* About section - двухколоночный layout */
.about-columns {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 48px;
	margin: 32px 0;
	padding: 0 48px;
}

.about-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.about-left .avatar {
	width: 250px;
	height: 250px;
	margin-bottom: 16px;
}

.about-name-title {
	font-family: var(--font-main);
	font-size: 24px;
	line-height: 28px;
	color: #fabd6e;
	margin: 0;
	text-transform: none;
	font-weight: 400;
}

/* About roles - профессии в правой колонке */
.about-roles {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 32px;
	text-align: left;
}

.about-roles a {
	text-decoration: none;
	transition: color 0.2s ease;
}

.about-roles a:hover {
	color: #fabd6e;
}

.role-divider {
	color: #fff;
	margin: 0 6px;
}

/* Principles section */
.principles-section {
	margin-top: 16px;
}

.principles-section h3 {
	text-align: left;
	margin-bottom: 16px;
}

.principles-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.principle-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	background: rgba(250, 189, 110, 0.15);
	border: 1px solid rgba(250, 189, 110, 0.4);
	border-radius: 4px;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	transition: all 0.2s ease;
}

.principle-tag:hover {
	background: rgba(250, 189, 110, 0.3);
	border-color: #fabd6e;
	color: #fabd6e;
}

.about-right {
	display: flex;
	flex-direction: column;
}

.about-right h3 {
	text-align: left;
}

.about-bottom {
	margin-top: 48px;
	padding: 0 48px;
}

.about-bottom h3 {
	text-align: center;
	margin-bottom: 24px;
}

.org-details {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 10px 24px;
	max-width: 640px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
}

.org-details dt {
	color: #fabd6e;
	text-align: right;
	white-space: nowrap;
}

.org-details dd {
	margin: 0;
}

.org-details a {
	text-decoration: none;
}

.org-details a:hover {
	color: #fabd6e;
}

/* Showcase layout */
.showcase {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 32px;
}

.showcase-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.showcase-item {
	padding: 8px 12px;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 14px;
	line-height: 20px;
	border-radius: 4px;
	text-shadow: none;
}

.showcase-item:hover {
	color: #fabd6e;
	background: rgba(250, 189, 110, 0.1);
}

.showcase-item.active {
	color: #000;
	background: #fabd6e;
	text-shadow: none;
}

.showcase-preview {
	padding: 0;
}

.preview-content {
	display: none;
	flex-direction: column;
	align-items: center;
	animation: fadeIn 0.3s ease;
}

.preview-content.active {
	display: flex;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.preview-content img {
	max-width: 100%;
	max-height: 220px;
	border-radius: 4px;
	margin-bottom: 16px;
	background: rgba(255, 255, 255, 0.1);
}

.preview-content h4 {
	font-size: 16px;
	line-height: 20px;
	color: #fabd6e;
	margin: 0 0 8px 0;
	font-weight: 400;
	text-shadow: none;
}

.preview-content p {
	font-size: 14px;
	line-height: 20px;
	color: #ccc;
	margin: 0 0 16px 0;
	text-shadow: none;
}

.preview-btn {
	display: inline-block;
	padding: 8px 24px;
	background: rgba(250, 189, 110, 0.2);
	border: 1px solid #fabd6e;
	color: #fabd6e;

	font-size: 14px;
	line-height: 20px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: none;
	transition: all 0.2s ease;
}

.preview-btn:hover,
.landing-section a.preview-btn:hover {
	background: #fabd6e;
	color: #000;
	text-shadow: none;
}

/* Адаптив для секций */
@media screen and (max-width: 768px) {
	.landing-section {
		padding: 60px 40px 48px;
	}

	.landing-section h2 {
		font-size: 18px;
	}

	.landing-section .list-grid {
		grid-template-columns: 1fr;
	}

	.landing-section .avatar {
		width: 150px;
		height: 150px;
	}

	.about-columns {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 0 24px;
	}

	.about-left .avatar {
		width: 180px;
		height: 180px;
	}

	.about-roles {
		text-align: center;
		white-space: normal;
	}

	.principles-section h3 {
		text-align: center;
	}

	.principles-tags {
		justify-content: center;
	}

	.about-bottom {
		padding: 0 24px;
	}

	.org-details {
		grid-template-columns: 1fr;
		gap: 4px 0;
	}

	.org-details dt {
		text-align: left;
		margin-top: 12px;
	}

	.org-details dt:first-child {
		margin-top: 0;
	}

	.showcase {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.showcase-list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 8px;
	}

	.showcase-item {
		padding: 8px 16px;
		border: 1px solid rgba(250, 189, 110, 0.3);
		border-radius: 4px;
	}

	.showcase-item.active {
		border-color: #fabd6e;
		background: #fabd6e;
		color: #000;
	}

	.preview-content {
		align-items: center;
		text-align: center;
	}
}
