.site-main--about {
	position: relative;
	margin-top: calc(var(--agency-header-height) * -1);
	padding-top: var(--agency-header-height);
	overflow: clip;
	background: #05070d;
	color: #ffffff;
}

.about-page {
	position: relative;
	background:
		radial-gradient(circle at 10% 8%, rgba(6, 216, 137, 0.1), transparent 20%),
		radial-gradient(circle at 90% 12%, rgba(6, 216, 137, 0.08), transparent 18%),
		linear-gradient(180deg, #040608 0%, #05070d 100%);
}

.about-page::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		repeating-linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.008) 0,
			rgba(255, 255, 255, 0.008) 1px,
			transparent 1px,
			transparent 4px
		),
		repeating-linear-gradient(
			0deg,
			rgba(255, 255, 255, 0.004) 0,
			rgba(255, 255, 255, 0.004) 1px,
			transparent 1px,
			transparent 5px
		);
	opacity: 0.2;
	pointer-events: none;
}

.about-hero,
.about-approach,
.about-clients,
.about-reviews,
.about-team,
.about-cta {
	position: relative;
}

.about-hero {
	z-index: 1;
	overflow: hidden;
	padding: 92px 0 68px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background:
		linear-gradient(180deg, rgba(3, 6, 9, 0.94) 0%, rgba(4, 8, 11, 0.96) 100%);
}

.about-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 6% 35%, rgba(6, 216, 137, 0.12), transparent 18%),
		radial-gradient(circle at 96% 16%, rgba(6, 216, 137, 0.12), transparent 16%),
		repeating-linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.012) 0,
			rgba(255, 255, 255, 0.012) 1px,
			transparent 1px,
			transparent 5px
		);
	opacity: 0.7;
	pointer-events: none;
}

.about-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.42));
	pointer-events: none;
}

.about-hero__inner {
	position: relative;
	z-index: 2;
	width: min(calc(100% - 56px), 1320px);
	max-width: none;
	margin-inline: auto;
	text-align: left;
}

.about-hero__breadcrumbs {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
}

.about-hero__breadcrumbs a {
	color: rgba(255, 255, 255, 0.88);
}

.about-hero__breadcrumbs a:hover,
.about-hero__breadcrumbs a:focus {
	color: var(--agency-color-accent);
}

.about-hero__breadcrumb-separator {
	color: rgba(255, 255, 255, 0.45);
	font-size: inherit;
	line-height: inherit;
}

.about-hero__content {
	position: relative;
	max-width: 100%;
	isolation: isolate;
}

.about-hero__content::before {
	content: "ABOUT";
	position: absolute;
	left: 76px;
	top: 24px;
	z-index: 1;
	color: rgba(255, 255, 255, 0.06);
	font-size: clamp(5.8rem, 11.5vw, 10.8rem);
	font-weight: 800;
	line-height: 0.8;
	letter-spacing: -0.065em;
	text-transform: uppercase;
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
}

.about-hero__eyebrow,
.about-hero__title,
.about-hero__marquee,
.about-hero__summary {
	position: relative;
	z-index: 2;
}

.about-hero__eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-height: 38px;
	padding: 8px 16px;
	margin-bottom: 20px;
	border: 1px solid rgba(6, 216, 137, 0.28);
	border-radius: 8px;
	background: rgba(6, 216, 137, 0.06);
	color: var(--agency-color-accent);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.about-hero__eyebrow-dot {
	display: none;
}

.about-hero__title {
	margin: 0;
	max-width: 920px;
	color: #ffffff;
	font-size: clamp(2rem, 3.45vw, 3.65rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.035em;
	text-transform: uppercase;
	text-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.about-hero__title-accent {
	color: inherit;
}

.about-hero__marquee {
	margin-top: 34px;
}

.about-hero__marquee-row {
	position: relative;
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.about-hero__marquee-track {
	display: flex;
	gap: 14px;
	width: max-content;
	animation: aboutHeroMarquee 42s linear infinite;
	will-change: transform;
}

.about-hero-card {
	flex: 0 0 auto;
	width: 264px;
	min-width: 264px;
	padding: 15px 18px 17px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(9, 12, 16, 0.96) 0%, rgba(6, 9, 12, 0.98) 100%);
	box-shadow:
		0 12px 30px rgba(0, 0, 0, 0.16),
		0 0 0 1px rgba(255, 255, 255, 0.02) inset;
}

.about-hero-card__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: var(--agency-color-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.about-hero-card__label::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--agency-color-accent);
	box-shadow: 0 0 16px rgba(6, 216, 137, 0.35);
}

.about-hero-card__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.about-hero__summary {
	max-width: 880px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.65;
}

.about-hero__floating {
	display: none;
}

@keyframes aboutHeroMarquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - 7px));
	}
}

.about-approach {
	z-index: 3;
	padding: 74px 0 74px;
	background: linear-gradient(180deg, #02070f 0%, #02070f 100%);
}

.about-approach .site-container {
	width: min(calc(100% - 48px), 1460px);
}

.about-approach__intro {
	max-width: 760px;
	margin: 0 0 42px 76px;
}

.about-approach__title {
	margin: 0 0 18px;
	font-size: clamp(2.2rem, 3vw, 3.4rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.about-approach__lead {
	max-width: 820px;
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	line-height: 2.1;
	letter-spacing: 0.01em;
}

.about-approach__layout {
	display: grid;
	grid-template-columns: minmax(360px, 470px) minmax(420px, 1fr) minmax(260px, 340px);
	column-gap: 56px;
	align-items: start;
}

.about-approach__media {
	position: relative;
	overflow: visible;
	background: #0d1525;
}

.about-approach__media img {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-approach__media--large {
	width: 100%;
	max-width: 470px;
	height: 470px;
	margin-top: 56px;
}

.about-approach__media--small {
	width: 100%;
	max-width: 340px;
	height: 380px;
	margin-top: -42px;
	margin-left: auto;
}

.about-approach__media--frame-left::before,
.about-approach__media--frame-right::before {
	content: "";
	position: absolute;
	z-index: 1;
	border: 1px solid rgba(6, 216, 137, 0.4);
	pointer-events: none;
}

.about-approach__media--frame-left::before {
	top: -16px;
	left: -16px;
	width: 100%;
	height: 100%;
}

.about-approach__media--frame-right::before {
	top: -12px;
	right: -12px;
	width: 100%;
	height: 100%;
}

.about-approach__content {
	align-self: center;
	padding-top: 92px;
}

.about-approach__content h3 {
	max-width: 540px;
	margin: 0 0 24px;
	font-size: clamp(2.65rem, 3.85vw, 4.05rem);
	line-height: 1.04;
	letter-spacing: -0.04em;
}

.about-approach__content > p {
	max-width: 500px;
	margin: 0 0 34px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
	line-height: 1.82;
	letter-spacing: 0.01em;
}

.about-approach__divider {
	position: relative;
	height: 1px;
	margin-bottom: 28px;
	background: rgba(255, 255, 255, 0.68);
}

.about-approach__divider-dot {
	position: absolute;
	top: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--agency-color-accent);
	transform: translate(-50%, -50%);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.92);
}

.about-approach__divider-dot--left {
	left: 26%;
}

.about-approach__divider-dot--right {
	left: 76%;
}

.about-approach__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 36px;
	row-gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-approach__features li {
	max-width: 240px;
}

.about-approach__features h4 {
	margin: 0 0 8px;
	font-size: 1rem;
	line-height: 1.28;
}

.about-approach__features p {
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.9rem;
	line-height: 1.7;
}

.about-approach__side {
	display: grid;
	justify-items: end;
	align-content: start;
	row-gap: 30px;
}

.about-experience-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 184px;
	height: 184px;
	margin-right: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(6, 216, 137, 0.98) 0%, rgba(28, 229, 170, 0.92) 100%);
	color: #07111f;
	overflow: hidden;
}

.about-experience-card::before {
	content: "";
	position: absolute;
	inset: 14%;
	border-radius: 50%;
	background:
		repeating-linear-gradient(
			135deg,
			rgba(255, 255, 255, 0.08) 0,
			rgba(255, 255, 255, 0.08) 10px,
			transparent 10px,
			transparent 22px
		);
	opacity: 0.32;
}

.about-experience-card__ring {
	position: absolute;
	inset: 4%;
	width: 92%;
	height: 92%;
	object-fit: contain;
	opacity: 0.48;
	mix-blend-mode: multiply;
	animation: about-spin 18s linear infinite;
}

.about-experience-card__inner {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
	gap: 2px;
	text-align: center;
}

.about-experience-card__inner strong {
	font-size: 3.2rem;
	line-height: 0.95;
	font-weight: 700;
}

.about-experience-card__inner span {
	font-size: 0.95rem;
	font-weight: 500;
}

.about-clients {
	z-index: 1;
	padding: 118px 0 108px;
	background:
		radial-gradient(circle at 12% 22%, rgba(6, 216, 137, 0.07), transparent 24%),
		linear-gradient(180deg, rgba(24, 29, 36, 0.98) 0%, rgba(18, 24, 35, 0.98) 58%, rgba(4, 7, 12, 1) 100%);
}

.about-clients__stats {
	display: grid;
	grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
	gap: 38px;
	align-items: start;
}

.about-clients__intro {
	padding-top: 8px;
}

.about-clients__heading {
	margin: 0 0 18px;
	font-size: clamp(2.65rem, 3.8vw, 3.9rem);
	line-height: 1.02;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.about-clients__lead {
	max-width: 24ch;
	margin: 0;
	font-size: 1.12rem;
	line-height: 1.82;
	color: rgba(255, 255, 255, 0.68);
}

.about-clients__stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: start;
}

.about-client-stat {
	position: relative;
	padding: 4px 30px 0 58px;
}

.about-client-stat:not(:first-child)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 38px;
	width: 1px;
	height: 106px;
	background: rgba(255, 255, 255, 0.1);
}

.about-client-stat__icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: var(--agency-color-accent);
}

.about-client-stat__icon svg {
	display: block;
	width: 50px;
	height: 57px;
}

.about-client-stat__content {
	padding-top: 24px;
}

.about-client-stat__number {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 6px;
}

.about-client-stat__number strong {
	margin: 0;
	font-size: 2.375rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.about-client-stat__number span {
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 600;
	color: #ffffff;
}

.about-client-stat__content p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #b5b5b5;
}

.about-clients__panel {
	margin-top: 114px;
	padding: 54px 0 50px;
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(14, 20, 28, 0.96) 0%, rgba(11, 17, 25, 0.98) 100%);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.about-clients__title {
	margin: 0 0 72px;
	padding: 0 24px;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.72);
}

.about-clients__marquee {
	overflow: hidden;
	padding: 0 50px;
}

.about-clients__track {
	display: flex;
	align-items: center;
	gap: 56px;
	width: max-content;
	animation: about-logo-marquee 32s linear infinite;
}

.about-clients__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 152px;
	max-width: 152px;
	opacity: 0.36;
}

.about-clients__item img {
	max-width: 100%;
	max-height: 34px;
	width: auto;
}

.about-reviews {
	z-index: 1;
	padding: 118px 0 78px;
}

.about-reviews__slider {
	display: grid;
	grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1fr) minmax(120px, 0.34fr);
	gap: 26px;
	align-items: center;
}

.about-review-card {
	position: relative;
	padding: 34px 34px 28px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: linear-gradient(180deg, rgba(23, 27, 39, 0.94) 0%, rgba(14, 18, 29, 0.98) 100%);
	transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease;
}

.about-review-card.is-left,
.about-review-card.is-right {
	opacity: 0.58;
	filter: saturate(0.76);
}

.about-review-card.is-left {
	transform: translateX(38px) scale(0.82);
}

.about-review-card.is-right {
	transform: translateX(-38px) scale(0.82);
}

.about-review-card.is-active {
	z-index: 2;
	padding-bottom: 54px;
	transform: scale(1);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24);
}

.about-review-card__quote {
	margin-bottom: 22px;
}

.about-review-card__quote img {
	width: 30px;
	height: 30px;
}

.about-review-card__top,
.about-review-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.about-review-card__top {
	margin-bottom: 22px;
}

.about-review-card__source img {
	height: 24px;
	width: auto;
}

.about-review-card__rating {
	color: var(--agency-color-accent);
	font-size: 1.05rem;
	letter-spacing: 0.08em;
}

.about-review-card__rating img {
	height: 16px;
	width: auto;
}

.about-review-card__body p {
	margin: 0 0 26px;
	color: rgba(255, 255, 255, 0.74);
	line-height: 1.86;
}

.about-review-card__footer h3 {
	margin: 0 0 4px;
	font-size: 1.12rem;
	line-height: 1.2;
}

.about-review-card__footer span,
.about-review-card__meta p,
.about-review-card__meta span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.94rem;
}

.about-review-card__meta {
	text-align: right;
}

.about-review-card__meta p {
	margin: 0 0 4px;
}

.about-review-card__avatar {
	position: absolute;
	left: 50%;
	bottom: -30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #09111d;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
}

.about-review-card.is-active .about-review-card__avatar {
	opacity: 1;
}

.about-review-card__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-team {
	z-index: 1;
	padding: 24px 0 86px;
}

.about-team__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.about-team-card {
	background: rgba(10, 15, 26, 0.92);
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	border-right: 1px solid rgba(255, 255, 255, 0.03);
	padding: 14px 14px 20px;
}

.about-team-card__image-wrap {
	aspect-ratio: 0.92;
	overflow: hidden;
	background: #101826;
}

.about-team-card__image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-team-card__content {
	padding: 14px 6px 0;
}

.about-team-card__content h3 {
	margin: 0 0 6px;
	font-size: 1.08rem;
	line-height: 1.25;
}

.about-team-card__content p {
	margin: 0;
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.58);
}

.about-team__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding-top: 20px;
}

.about-team__dots span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
}

.about-team__dots .is-active {
	background: var(--agency-color-accent);
	box-shadow: 0 0 0 4px rgba(6, 216, 137, 0.1);
}

.about-cta {
	z-index: 1;
	padding: 92px 0 0;
}

.about-cta__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 480px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(7, 12, 20, 0.3) 0%, rgba(7, 12, 20, 0.88) 74%, rgba(7, 12, 20, 0.98) 100%),
		url("../images/home3-contact-bg.png") center center / cover no-repeat;
}

.about-cta__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 11, 18, 0) 0%, rgba(7, 11, 18, 0.35) 14%, rgba(7, 11, 18, 0.96) 100%);
	pointer-events: none;
}

.about-cta__marquee {
	position: absolute;
	inset: 20px 0 auto;
	overflow: hidden;
	pointer-events: none;
}

.about-cta__marquee-track {
	display: flex;
	gap: 72px;
	width: max-content;
	animation: about-cta-marquee 24s linear infinite;
}

.about-cta__marquee span {
	font-size: clamp(2.8rem, 5.7vw, 5.35rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.05);
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.11);
}

.about-cta__button {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	min-width: 240px;
	min-height: 92px;
	padding: 18px 36px;
	border-radius: 999px;
	background:
		radial-gradient(circle at center, rgba(6, 216, 137, 0.98) 0%, rgba(6, 216, 137, 0.92) 62%, rgba(6, 216, 137, 0.82) 100%),
		url("../images/contact-btn-bg.png") center center / cover no-repeat;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
	color: #08111e;
	font-size: 1.2rem;
	font-weight: 600;
}

.about-cta__button svg {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
}

.about-cta__button:hover {
	transform: translateY(-2px);
}

@keyframes about-logo-marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-33.333%);
	}
}

@keyframes about-cta-marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@keyframes about-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-hero__marquee-track,
	.about-clients__track,
	.about-cta__marquee-track,
	.about-experience-card__ring {
		animation: none;
	}
}

@media (max-width: 1399px) {
	.about-approach .site-container {
		width: min(calc(100% - 40px), 1340px);
	}

	.about-approach__layout {
		grid-template-columns: minmax(320px, 420px) minmax(360px, 1fr) minmax(240px, 310px);
		column-gap: 40px;
	}

	.about-approach__intro {
		margin-left: 44px;
	}

	.about-approach__content {
		padding-top: 72px;
	}

	.about-review-card.is-left {
		transform: translateX(20px) scale(0.84);
	}

	.about-review-card.is-right {
		transform: translateX(-20px) scale(0.84);
	}
}

@media (max-width: 1199px) {
	.about-hero {
		padding-top: 84px;
	}

	.about-hero__content::before {
		left: 64px;
		top: 22px;
		color: rgba(255, 255, 255, 0.055);
		font-size: clamp(4.8rem, 10vw, 8.4rem);
	}

	.about-hero__title {
		max-width: 820px;
		font-size: clamp(1.95rem, 3.5vw, 3.35rem);
	}

	.about-hero__floating--left,
	.about-hero__floating--right {
		display: none;
	}

	.about-approach {
		padding-bottom: 64px;
	}

	.about-approach .site-container {
		width: min(calc(100% - 32px), 1180px);
	}

	.about-approach__intro {
		margin-left: 0;
		margin-bottom: 36px;
	}

	.about-approach__layout {
		grid-template-columns: 1fr;
		row-gap: 34px;
	}

	.about-approach__media--large,
	.about-approach__media--small {
		max-width: 100%;
		height: auto;
		margin-top: 0;
	}

	.about-approach__media--large img,
	.about-approach__media--small img {
		aspect-ratio: 1 / 0.82;
	}

	.about-approach__content {
		padding-top: 0;
	}

	.about-approach__side {
		justify-items: start;
	}

	.about-experience-card {
		margin-right: 0;
	}

	.about-clients__stats {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.about-clients__stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 0;
	}

	.about-client-stat {
		padding-inline: 42px 18px;
	}

	.about-client-stat:nth-child(3)::before,
	.about-client-stat:nth-child(4)::before {
		display: none;
	}

	.about-clients__panel {
		margin-top: 88px;
	}

	.about-review-card.is-left,
	.about-review-card.is-right {
		transform: none;
	}

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

@media (max-width: 991px) {
	.site-main--about {
		margin-top: -88px;
		padding-top: 88px;
	}

	.about-hero__content::before {
		left: 48px;
		top: 18px;
		color: rgba(255, 255, 255, 0.052);
		font-size: clamp(3.8rem, 10.5vw, 6.4rem);
	}

	.about-hero__title {
		max-width: 100%;
		font-size: clamp(1.9rem, 5.2vw, 3rem);
	}

	.about-hero-card {
		width: 230px;
		min-width: 230px;
	}

	.about-approach,
	.about-clients,
	.about-reviews,
	.about-team {
		padding-top: 74px;
	}

	.about-approach__title {
		font-size: clamp(1.9rem, 5vw, 2.8rem);
	}

	.about-approach__content h3 {
		font-size: clamp(2.2rem, 5.8vw, 3.1rem);
	}

	.about-approach__content > p {
		font-size: 14px;
	}

	.about-approach__features {
		grid-template-columns: 1fr;
		row-gap: 22px;
	}

	.about-approach__features li {
		max-width: none;
	}

	.about-approach__divider-dot--left {
		left: 22%;
	}

	.about-approach__divider-dot--right {
		left: 72%;
	}

	.about-clients__stats-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.about-client-stat {
		padding: 0;
	}

	.about-client-stat:not(:first-child)::before {
		display: none;
	}

	.about-client-stat__content {
		padding-top: 18px;
	}

	.about-clients__panel {
		margin-top: 68px;
		padding: 42px 0 38px;
	}

	.about-clients__title {
		margin-bottom: 48px;
		font-size: 1.1rem;
	}

	.about-reviews__slider {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.about-review-card.is-left,
	.about-review-card.is-right {
		opacity: 0.34;
		transform: scale(0.96);
	}

	.about-cta__inner {
		min-height: 360px;
	}
}

@media (max-width: 767px) {
	.about-hero {
		padding: 76px 0 52px;
	}

	.about-hero__inner {
		width: min(calc(100% - 40px), 1320px);
	}

	.about-hero__breadcrumbs {
		margin-bottom: 18px;
		font-size: 14px;
	}

	.about-hero__content::before {
		left: 32px;
		top: 16px;
		color: rgba(255, 255, 255, 0.048);
		font-size: clamp(2.8rem, 12vw, 4.8rem);
	}

	.about-hero__eyebrow {
		min-height: 34px;
		padding: 8px 14px;
		margin-bottom: 16px;
		font-size: 12px;
	}

	.about-hero__title {
		max-width: none;
		margin-inline: 0;
		font-size: clamp(1.75rem, 7vw, 2.55rem);
		line-height: 1;
	}

	.about-hero__marquee {
		margin-top: 24px;
	}

	.about-hero-card {
		width: 210px;
		min-width: 210px;
		padding: 15px 16px 16px;
		border-radius: 16px;
	}

	.about-hero-card__label {
		font-size: 11px;
	}

	.about-hero-card__text {
		font-size: 13px;
	}

	.about-hero__summary {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.7;
	}

	.about-approach {
		padding: 58px 0 54px;
	}

	.about-approach .site-container {
		width: min(calc(100% - 24px), 100%);
	}

	.about-approach__intro {
		margin-bottom: 28px;
	}

	.about-approach__lead {
		font-size: 14px;
		line-height: 1.9;
	}

	.about-approach__content h3 {
		margin-bottom: 22px;
	}

	.about-approach__content > p {
		margin-bottom: 30px;
	}

	.about-approach__media--frame-left::before,
	.about-approach__media--frame-right::before {
		top: -10px;
		left: -10px;
		right: auto;
		width: 100%;
		height: 100%;
	}

	.about-experience-card {
		width: 164px;
		height: 164px;
	}

	.about-experience-card__inner strong {
		font-size: 2.85rem;
	}

	.about-clients {
		padding: 58px 0 72px;
	}

	.about-clients__heading {
		margin-bottom: 14px;
	}

	.about-clients__lead {
		font-size: 0.98rem;
	}

	.about-clients__panel {
		margin-top: 54px;
		padding: 34px 0 30px;
		border-radius: 10px;
	}

	.about-clients__title {
		margin-bottom: 34px;
		font-size: 1rem;
	}

	.about-clients__marquee {
		padding: 0 18px;
	}

	.about-clients__track {
		gap: 36px;
	}

	.about-clients__item {
		flex-basis: 124px;
		max-width: 124px;
	}

	.about-review-card {
		padding: 28px 24px 26px;
	}

	.about-review-card.is-left,
	.about-review-card.is-right {
		display: none;
	}

	.about-team__grid {
		grid-template-columns: 1fr;
	}

	.about-cta__button {
		min-width: 210px;
		min-height: 78px;
		padding-inline: 28px;
		font-size: 1.02rem;
	}
}

@media (max-width: 575px) {
	.about-hero__inner {
		width: min(calc(100% - 32px), 1320px);
	}

	.about-hero__marquee-row {
		mask-image: none;
		-webkit-mask-image: none;
	}

	.about-hero-card {
		width: 190px;
		min-width: 190px;
	}

	.about-hero__eyebrow {
		gap: 10px;
		padding-inline: 14px;
		font-size: 12px;
	}

	.about-hero__breadcrumbs {
		gap: 8px;
		font-size: 14px;
	}

	.about-approach__title {
		margin-bottom: 14px;
	}

	.about-approach__content h3 {
		max-width: 10ch;
	}

	.about-approach__divider-dot {
		width: 14px;
		height: 14px;
	}

	.about-approach__divider-dot--left {
		left: 18%;
	}

	.about-approach__divider-dot--right {
		left: 68%;
	}

	.about-client-stat__number strong {
		font-size: 2.05rem;
	}

	.about-client-stat__number span {
		font-size: 1.08rem;
	}

	.about-review-card__top,
	.about-review-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.about-review-card__meta {
		text-align: left;
	}

	.about-cta__marquee span {
		font-size: 2.25rem;
		-webkit-text-stroke: 0.7px rgba(255, 255, 255, 0.12);
	}
}