﻿/* ==========================================================================
   About Brand
   ========================================================================== */

.about-page {
	max-width: none !important;
	width: 100%;
	padding: 0;
	margin: 0;
	background: var(--color-white);
	color: var(--color-text);
	overflow: visible;
}

/* No nested scroll containers on About */
body.page-template-page-about-php,
body.page-template-page-about,
body.page-template-page-about-php .site,
body.page-template-page-about .site,
body.page-template-page-about-php #page,
body.page-template-page-about #page,
body.page-template-page-about-php #content,
body.page-template-page-about #content,
body.page-template-page-about-php .site-content,
body.page-template-page-about .site-content,
body.page-template-page-about-php #primary,
body.page-template-page-about #primary,
body.page-template-page-sotrudnichestvo-php,
body.page-template-page-sotrudnichestvo,
body.page-template-page-sotrudnichestvo-php .site,
body.page-template-page-sotrudnichestvo .site,
body.page-template-page-sotrudnichestvo-php #page,
body.page-template-page-sotrudnichestvo #page,
body.page-template-page-sotrudnichestvo-php #content,
body.page-template-page-sotrudnichestvo #content,
body.page-template-page-sotrudnichestvo-php .site-content,
body.page-template-page-sotrudnichestvo .site-content,
body.page-template-page-sotrudnichestvo-php #primary,
body.page-template-page-sotrudnichestvo #primary,
.about-page {
	overflow: visible !important;
	max-height: none !important;
	height: auto !important;
}

.about-page .about-kicker {
	margin: 0;
	font-size: 12px;
	font-weight: var(--font-weight-medium);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #777;
}

/* Copy — equal gaps between all text blocks */
.about-copy {
	padding: clamp(96px, 14vw, 160px) 0 clamp(48px, 7vw, 80px);
	background: var(--color-white);
}

.about-copy__inner {
	display: flex;
	flex-direction: column;
	gap: clamp(24px, 3vw, 32px);
	max-width: 52em;
}

.about-copy__title {
	margin: 0;
	font-size: clamp(32px, 4.5vw, 56px);
	font-weight: var(--font-weight-medium);
	letter-spacing: -0.04em;
	line-height: 1.08;
	color: var(--color-black);
}

.about-copy__text {
	margin: 0;
	max-width: 40em;
	font-size: clamp(16px, 1.6vw, 18px);
	line-height: 1.65;
	color: #444;
}

/* CTA */
.about-cta {
	padding: clamp(64px, 10vw, 120px) 0;
	text-align: center;
	background: var(--color-white);
	border-top: 1px solid #ececec;
}

.about-cta__inner {
	max-width: 36em;
	margin: 0 auto;
}

.about-cta__title {
	margin: 0 0 28px;
	font-size: clamp(26px, 3.2vw, 38px);
	font-weight: var(--font-weight-medium);
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: var(--color-black);
}

.about-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 32px;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-decoration: none;
}

/* Reveal motion */
.about-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 300ms ease, transform 300ms ease;
}

.about-reveal.is-visible {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.about-reveal {
		animation: none;
		transition: none;
		opacity: 1;
		transform: none;
	}
}

/* Mobile */
@media (max-width: 640px) {
	.about-copy__title {
		font-size: 30px;
	}
}
