/**
 * СПОРТ МС — page 4418 ("О компании").
 * The selectors are intentionally scoped so no other page is affected.
 */

html:has(body.page-id-4418),
body.page-id-4418 {
	max-width: 100%;
	overflow-x: hidden;
}

.page-id-4418 .breadcrumb-section {
	display: none !important;
}

.page-id-4418 .page-wrapper.sec-mar {
	margin: 0 !important;
	padding: 0 !important;
}

.page-id-4418 .page-content-wrapper > .container {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
}

.smc-about,
.smc-about * {
	box-sizing: border-box;
}

.smc-about {
	--smc-orange: #ec6219;
	--smc-orange-light: #ff7b32;
	--smc-ink: #101010;
	--smc-panel: #171717;
	--smc-panel-soft: #1d1d1d;
	--smc-line: rgba(255, 255, 255, 0.11);
	--smc-text: #f6f3ee;
	--smc-muted: #b8b5b0;
	--smc-body: Inter, Arial, Helvetica, sans-serif;
	background: var(--smc-ink);
	color: var(--smc-text);
	font-family: var(--smc-body);
	font-size: 16px;
	line-height: 1.68;
	max-width: 100%;
	overflow-x: clip;
}

.smc-about img {
	display: block;
	max-width: 100%;
}

.smc-about a {
	color: inherit;
	text-decoration: none;
}

.smc-about h1,
.smc-about h2,
.smc-about h3,
.smc-about p {
	margin-top: 0;
}

.smc-about h1,
.smc-about h2,
.smc-about h3 {
	color: #fff;
	font-family: Unbounded, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.smc-about__shell {
	width: min(1296px, calc(100% - 40px));
	margin-right: auto;
	margin-left: auto;
}

.smc-about__section {
	position: relative;
	padding: 110px 0;
}

.smc-about__section--soft {
	background:
		radial-gradient(circle at 80% 15%, rgba(236, 98, 25, 0.1), transparent 30%),
		var(--smc-panel);
}

.smc-about__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	color: var(--smc-orange-light);
	font-family: Unbounded, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.smc-about__eyebrow::before {
	width: 34px;
	height: 2px;
	background: var(--smc-orange);
	content: "";
}

.smc-about__heading {
	max-width: 1120px;
	margin-bottom: 28px;
	font-size: clamp(32px, 3.5vw, 54px);
}

.smc-about__lead {
	max-width: 760px;
	margin-bottom: 0;
	color: var(--smc-muted);
	font-size: clamp(17px, 1.65vw, 21px);
	line-height: 1.65;
}

/* Hero */

.smc-about__hero {
	position: relative;
	display: flex;
	min-height: 690px;
	align-items: flex-end;
	overflow: hidden;
	background: #090909;
}

.smc-about__hero-media,
.smc-about__hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.smc-about__hero-media {
	object-fit: cover;
	object-position: center 46%;
}

.smc-about__hero-shade {
	background:
		linear-gradient(90deg, rgba(8, 8, 8, 0.97) 0%, rgba(8, 8, 8, 0.76) 46%, rgba(8, 8, 8, 0.2) 82%),
		linear-gradient(0deg, #101010 0%, transparent 38%);
}

.smc-about__hero::after {
	position: absolute;
	right: -140px;
	bottom: -250px;
	width: 520px;
	height: 520px;
	border: 110px solid rgba(236, 98, 25, 0.12);
	border-radius: 50%;
	content: "";
}

.smc-about__hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 96px 0 100px;
}

.smc-about__hero-copy {
	max-width: 970px;
}

.smc-about__hero h1 {
	margin-bottom: 28px;
	font-size: clamp(42px, 5vw, 68px);
}

.smc-about__hero p {
	max-width: 690px;
	margin-bottom: 38px;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.6;
}

.smc-about__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.smc-about__button {
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	padding: 14px 25px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-family: Unbounded, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.smc-about__button:hover,
.smc-about__button:focus-visible {
	color: #fff;
	transform: translateY(-2px);
}

.smc-about__button--primary {
	background: var(--smc-orange);
	color: #fff;
}

.smc-about__button--primary:hover,
.smc-about__button--primary:focus-visible {
	background: var(--smc-orange-light);
}

.smc-about__button--ghost {
	border-color: rgba(255, 255, 255, 0.36);
	background: rgba(20, 20, 20, 0.3);
	color: #fff;
	backdrop-filter: blur(8px);
}

.smc-about__button--ghost:hover,
.smc-about__button--ghost:focus-visible {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

/* Proof points */

.smc-about__facts {
	position: relative;
	z-index: 3;
	margin-top: -52px;
}

.smc-about__facts-grid {
	display: grid;
	overflow: hidden;
	border: 1px solid var(--smc-line);
	border-radius: 12px;
	background: rgba(24, 24, 24, 0.96);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
	grid-template-columns: repeat(4, 1fr);
}

.smc-about__fact {
	min-height: 150px;
	padding: 30px 28px;
	border-right: 1px solid var(--smc-line);
}

.smc-about__fact:last-child {
	border-right: 0;
}

.smc-about__fact strong {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-family: Unbounded, Arial, sans-serif;
	font-size: clamp(25px, 2.6vw, 38px);
	line-height: 1.1;
}

.smc-about__fact span {
	color: var(--smc-muted);
	font-size: 14px;
	line-height: 1.45;
}

.smc-about__facts-note {
	margin: 12px 0 0;
	color: #8d8a86;
	font-size: 12px;
	text-align: right;
}

/* About */

.smc-about__story {
	display: grid;
	align-items: center;
	gap: 78px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.smc-about__story-media {
	position: relative;
	min-height: 620px;
	overflow: hidden;
	border-radius: 8px;
}

.smc-about__story-media img {
	width: 100%;
	height: 100%;
	min-height: 620px;
	object-fit: cover;
}

.smc-about__story-media::after {
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	content: "";
	pointer-events: none;
}

.smc-about__story-card {
	position: absolute;
	right: -22px;
	bottom: 35px;
	z-index: 2;
	max-width: 290px;
	padding: 24px;
	border-left: 4px solid var(--smc-orange);
	background: #f2eee8;
	color: #171717;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
}

.smc-about__story-card strong {
	display: block;
	margin-bottom: 8px;
	font-family: Unbounded, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

.smc-about__story-card span {
	font-size: 14px;
	line-height: 1.55;
}

.smc-about__story-copy h2 {
	margin-bottom: 28px;
	font-size: clamp(34px, 4vw, 58px);
}

.smc-about__story-copy p {
	margin-bottom: 22px;
	color: var(--smc-muted);
	font-size: 17px;
}

.smc-about__quote {
	margin: 34px 0 0;
	padding: 23px 0 4px 26px;
	border-left: 3px solid var(--smc-orange);
	color: #fff;
	font-family: Unbounded, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
}

/* Product directions */

.smc-about__cards {
	display: grid;
	margin-top: 54px;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}

.smc-about__card {
	position: relative;
	min-height: 250px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid var(--smc-line);
	border-radius: 8px;
	background: linear-gradient(145deg, #202020, #171717);
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.smc-about__card:hover {
	border-color: rgba(236, 98, 25, 0.55);
	transform: translateY(-4px);
}

.smc-about__card-number {
	display: block;
	margin-bottom: 42px;
	color: var(--smc-orange);
	font-family: Unbounded, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.smc-about__card h3 {
	margin-bottom: 14px;
	font-size: 21px;
}

.smc-about__card p {
	margin-bottom: 0;
	color: var(--smc-muted);
	font-size: 15px;
	line-height: 1.55;
}

.smc-about__card::after {
	position: absolute;
	right: -40px;
	bottom: -54px;
	width: 130px;
	height: 130px;
	border: 26px solid rgba(236, 98, 25, 0.08);
	border-radius: 50%;
	content: "";
}

/* Process */

.smc-about__process {
	display: grid;
	margin-top: 58px;
	gap: 14px;
	grid-template-columns: repeat(5, 1fr);
}

.smc-about__step {
	position: relative;
	padding: 26px 22px;
	border-top: 2px solid var(--smc-orange);
	background: #131313;
}

.smc-about__step span {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	margin-bottom: 26px;
	border: 1px solid rgba(236, 98, 25, 0.5);
	border-radius: 50%;
	color: var(--smc-orange-light);
	font-family: Unbounded, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.smc-about__step h3 {
	margin-bottom: 12px;
	font-size: 17px;
}

.smc-about__step p {
	margin-bottom: 0;
	color: var(--smc-muted);
	font-size: 14px;
	line-height: 1.5;
}

/* Technology */

.smc-about__technology-heading {
	max-width: 1120px;
	margin-bottom: 52px;
}

.smc-about__technology-heading h2 {
	margin-bottom: 0;
	font-size: clamp(36px, 4.1vw, 60px);
}

.smc-about__technology {
	display: grid;
	align-items: start;
	gap: 72px;
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
}

.smc-about__technology > * {
	min-width: 0;
}

.smc-about__technology-copy p {
	max-width: 520px;
	margin-bottom: 0;
	color: var(--smc-muted);
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.7;
}

.smc-about__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.smc-about__chip {
	padding: 10px 13px;
	border: 1px solid var(--smc-line);
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.025);
	color: #dedbd6;
	font-size: 13px;
}

.smc-about__technology-image {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.smc-about__technology-image img {
	width: 100%;
	height: 560px;
	object-fit: cover;
}

.smc-about__technology-image::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.42), transparent 48%);
	content: "";
}

/* Clients */

.smc-about__clients {
	display: grid;
	margin-top: 50px;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
}

.smc-about__client {
	display: flex;
	min-height: 210px;
	align-items: center;
	justify-content: center;
	padding: 28px 24px 24px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 7px;
	background: #f3f1ed;
	color: #1b1b1b;
	flex-direction: column;
	gap: 18px;
	text-align: center;
}

.smc-about__client img {
	width: auto;
	height: 96px;
	max-width: min(190px, 72%);
	object-fit: contain;
}

.smc-about__client span {
	min-height: 42px;
	font-family: Unbounded, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.smc-about__client:last-child {
	background: #f3f1ed;
	color: #1b1b1b;
}

.smc-about__client:last-child img {
	filter: none;
}

/* Gallery */

.smc-about__gallery {
	display: grid;
	height: 820px;
	margin-top: 52px;
	gap: 12px;
	grid-template-columns: 1.25fr 0.9fr 0.9fr;
	grid-template-rows: 1fr 1fr;
}

.smc-about__gallery figure {
	position: relative;
	height: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
	background: #222;
}

.smc-about__gallery figure:first-child {
	grid-row: 1 / 3;
}

.smc-about__gallery figure:nth-child(4) {
	grid-column: 2 / 4;
}

.smc-about__gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.smc-about__gallery figure:hover img {
	transform: scale(1.025);
}

.smc-about__gallery figcaption {
	position: absolute;
	right: 16px;
	bottom: 16px;
	left: 16px;
	z-index: 2;
	padding: 11px 13px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 3px;
	background: rgba(10, 10, 10, 0.7);
	color: #fff;
	font-size: 13px;
	backdrop-filter: blur(8px);
}

/* CTA */

.smc-about__cta {
	position: relative;
	overflow: hidden;
	background: var(--smc-orange);
	color: #fff;
}

.smc-about__cta .smc-about__shell {
	width: min(1296px, calc(100% - 40px));
}

.smc-about__cta::after {
	position: absolute;
	top: -190px;
	right: -120px;
	width: 520px;
	height: 520px;
	border: 100px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
}

.smc-about__cta-layout {
	position: relative;
	z-index: 1;
	display: grid;
	align-items: center;
	gap: 96px;
	grid-template-columns: minmax(0, 1.5fr) minmax(360px, 0.65fr);
}

.smc-about__cta-layout > * {
	min-width: 0;
}

.smc-about__cta h2 {
	max-width: 920px;
	margin-bottom: 20px;
	font-size: clamp(36px, 3.7vw, 58px);
}

.smc-about__cta p {
	max-width: 820px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
}

.smc-about__cta-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.smc-about__cta .smc-about__button--primary {
	background: #111;
}

.smc-about__cta .smc-about__button--primary:hover,
.smc-about__cta .smc-about__button--primary:focus-visible {
	background: #262626;
}

.smc-about__cta .smc-about__button--ghost {
	border-color: rgba(255, 255, 255, 0.5);
	background: transparent;
}

@media (max-width: 1020px) {
	.smc-about__hero {
		min-height: 650px;
	}

	.smc-about__facts-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.smc-about__fact:nth-child(2) {
		border-right: 0;
	}

	.smc-about__fact:nth-child(-n + 2) {
		border-bottom: 1px solid var(--smc-line);
	}

	.smc-about__story,
	.smc-about__technology {
		gap: 48px;
		grid-template-columns: 1fr 1fr;
	}

	.smc-about__technology-heading {
		margin-bottom: 42px;
	}

	.smc-about__cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.smc-about__process {
		grid-template-columns: repeat(2, 1fr);
	}

	.smc-about__clients {
		grid-template-columns: repeat(2, 1fr);
	}

	.smc-about__cta-layout {
		gap: 48px;
		grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
	}

	.smc-about__gallery {
		height: 700px;
		grid-template-columns: 1fr 1fr;
	}

	.smc-about__gallery figure:first-child {
		grid-row: auto;
	}

	.smc-about__gallery figure:nth-child(4) {
		grid-column: 1 / 3;
	}
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
	.smc-about__shell,
	.smc-about__cta .smc-about__shell {
		width: min(1116px, calc(100% - 40px));
	}
}

@media (max-width: 760px) {
	.smc-about__shell {
		width: calc(100% - 36px);
	}

	.smc-about__section {
		padding: 76px 0;
	}

	.smc-about__hero {
		min-height: 720px;
		align-items: flex-end;
	}

	.smc-about__hero-media {
		object-position: 66% center;
	}

	.smc-about__hero-shade {
		background:
			linear-gradient(0deg, rgba(8, 8, 8, 0.98) 0%, rgba(8, 8, 8, 0.78) 68%, rgba(8, 8, 8, 0.28) 100%);
	}

	.smc-about__hero-content {
		padding: 120px 0 102px;
	}

	.smc-about__hero h1 {
		font-size: clamp(38px, 11vw, 56px);
	}

	.smc-about__actions {
		flex-direction: column;
	}

	.smc-about__button {
		width: 100%;
	}

	.smc-about__facts {
		margin-top: -42px;
	}

	.smc-about__facts-grid {
		grid-template-columns: 1fr 1fr;
	}

	.smc-about__fact {
		min-height: 132px;
		padding: 24px 18px;
	}

	.smc-about__fact strong {
		font-size: 24px;
	}

	.smc-about__facts-note {
		text-align: left;
	}

	.smc-about__story,
	.smc-about__technology {
		grid-template-columns: 1fr;
	}

	.smc-about__technology-heading {
		margin-bottom: 34px;
	}

	.smc-about__technology-heading h2 {
		font-size: clamp(25px, 7vw, 32px);
		hyphens: auto;
		overflow-wrap: anywhere;
	}

	.smc-about__chip {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.smc-about__story-media,
	.smc-about__story-media img {
		min-height: 470px;
	}

	.smc-about__story-card {
		right: 14px;
		bottom: 18px;
		left: 14px;
		max-width: none;
	}

	.smc-about__story-copy {
		order: -1;
	}

	.smc-about__cards,
	.smc-about__process,
	.smc-about__clients {
		grid-template-columns: 1fr;
	}

	.smc-about__card {
		min-height: 220px;
	}

	.smc-about__technology-image img {
		height: 500px;
	}

	.smc-about__gallery {
		height: auto;
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}

	.smc-about__gallery figure,
	.smc-about__gallery figure:first-child,
	.smc-about__gallery figure:nth-child(4) {
		height: auto;
		aspect-ratio: 4 / 3;
		grid-column: auto;
		grid-row: auto;
	}

	.smc-about__gallery figure:first-child {
		aspect-ratio: 3 / 4;
	}

	.smc-about__cta-layout {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.smc-about__cta .smc-about__shell {
		width: calc(100% - 36px);
	}

	.smc-about__cta h2 {
		font-size: clamp(32px, 9vw, 44px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.smc-about__button,
	.smc-about__card,
	.smc-about__gallery img {
		transition: none;
	}
}
