.equicky-about-page {
	--about-navy: #071d34;
	--about-navy-2: #0d2c4a;
	--about-blue: #2b88bd;
	--about-sky: #dceef7;
	--about-orange: #ff7a1a;
	--about-orange-dark: #d75b00;
	--about-ink: #071d34;
	--about-muted: #526b82;
	--about-line: #d2e0e9;
	--about-paper: #ffffff;
	--about-soft: #eef5f9;
	background: #fff;
	color: var(--about-ink);
}

.equicky-about-page main {
	overflow: clip;
}

.equicky-about-page .eq-eyebrow {
	margin: 0;
	color: #cc4f00;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .17em;
	line-height: 1.3;
	text-transform: uppercase;
}

.equicky-about-page h1,
.equicky-about-page h2,
.equicky-about-page h3 {
	color: var(--about-ink);
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
}

.equicky-about-page h2 {
	margin: 12px 0 0;
	font-size: clamp(43px, 4.3vw, 68px);
	letter-spacing: -.025em;
	line-height: .98;
}

.equicky-about-page p {
	color: var(--about-muted);
	font-size: 18px;
	line-height: 1.7;
}

.about-section {
	padding: clamp(82px, 9vw, 132px) 0;
}

.about-hero {
	position: relative;
	overflow: hidden;
	padding: 68px 0 82px;
	background:
		radial-gradient(circle at 85% 15%, rgba(43,136,189,.24), transparent 32%),
		linear-gradient(115deg, #061a30 0%, #092640 56%, #0d3453 100%);
	color: #fff;
}

.about-grid-pattern {
	position: absolute;
	inset: 0;
	opacity: .22;
	background-image:
		linear-gradient(120deg, transparent 0 47.7%, rgba(255,255,255,.08) 48% 48.3%, transparent 48.6%),
		linear-gradient(20deg, transparent 0 62%, rgba(80,165,216,.15) 62.2% 62.5%, transparent 62.8%);
	background-size: 420px 300px, 520px 340px;
	pointer-events: none;
}

.about-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .93fr) minmax(440px, 1.07fr);
	gap: clamp(44px, 6vw, 88px);
	align-items: center;
}

.about-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 38px;
	color: #aec3d4;
	font-size: 14px;
}

.about-breadcrumb a {
	color: #dbe8f1;
	text-decoration: none;
}

.about-hero .eq-eyebrow {
	color: #ff9a50;
}

.about-hero h1 {
	max-width: 700px;
	margin: 12px 0 24px;
	color: #fff;
	font-size: clamp(60px, 6vw, 92px);
	letter-spacing: -.03em;
	line-height: .93;
}

.about-hero-lead {
	max-width: 720px;
	margin: 0;
	color: #dce8f1 !important;
	font-size: 20px !important;
	line-height: 1.65 !important;
}

.about-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: center;
	margin-top: 32px;
}

.about-text-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
}

.about-text-link:hover {
	color: var(--about-orange);
}

.about-hero-points {
	display: grid;
	gap: 10px;
	margin: 30px 0 0;
	padding: 0;
	color: #dce9f2;
	font-weight: 600;
	list-style: none;
}

.about-hero-points li {
	display: flex;
	gap: 12px;
	align-items: center;
}

.about-hero-points span {
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255,122,26,.18);
	color: #ff9a50;
}

.about-hero-media {
	position: relative;
	min-width: 0;
}

.about-hero-image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 13;
	object-fit: cover;
	object-position: center;
	border-radius: 28px;
	box-shadow: 0 34px 80px rgba(0,0,0,.34);
}

.about-hero-media::after {
	content: "";
	position: absolute;
	inset: 14px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 20px;
	pointer-events: none;
}

.about-location-card {
	position: absolute;
	z-index: 2;
	left: -36px;
	bottom: 30px;
	display: flex;
	gap: 14px;
	align-items: center;
	max-width: 330px;
	padding: 17px 20px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 18px;
	background: rgba(7,29,52,.95);
	box-shadow: 0 18px 40px rgba(0,0,0,.24);
	backdrop-filter: blur(12px);
}

.about-location-icon {
	display: grid;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 14px;
	background: var(--about-orange);
}

.about-location-icon svg {
	width: 27px;
	fill: #fff;
}

.about-location-card strong,
.about-location-card small {
	display: block;
}

.about-location-card strong {
	color: #fff;
	font-size: 18px;
}

.about-location-card small {
	margin-top: 4px;
	color: #bcd0de;
	line-height: 1.4;
}

.about-intro {
	background: #fff;
}

.about-intro-grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: clamp(54px, 8vw, 112px);
	align-items: center;
}

.about-intro-copy > p:not(.eq-eyebrow) {
	margin: 24px 0 0;
}

.about-principle {
	margin-top: 34px;
	padding: 24px 26px;
	border-left: 4px solid var(--about-orange);
	background: var(--about-soft);
}

.about-principle span,
.about-principle strong {
	display: block;
}

.about-principle span {
	margin-bottom: 8px;
	color: var(--about-orange-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.about-principle strong {
	color: var(--about-ink);
	font-size: 21px;
	line-height: 1.45;
}

.about-intro-media {
	position: relative;
}

.about-team-image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	object-position: center;
	border-radius: 28px;
	box-shadow: 0 25px 60px rgba(7,29,52,.16);
}

.about-team-label {
	position: absolute;
	right: -28px;
	bottom: 28px;
	padding: 16px 22px;
	border-radius: 16px;
	background: var(--about-orange);
	box-shadow: 0 16px 34px rgba(151,65,6,.24);
	color: #fff;
}

.about-team-label strong,
.about-team-label span {
	display: block;
}

.about-team-label strong {
	font-size: 17px;
}

.about-team-label span {
	margin-top: 3px;
	color: #fff1e7;
	font-size: 13px;
}

.about-services {
	background: var(--about-soft);
}

.about-section-head {
	display: grid;
	grid-template-columns: 1.15fr .75fr;
	gap: 80px;
	align-items: end;
	margin-bottom: 44px;
}

.about-section-head > p {
	margin: 0;
}

.about-service-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.about-service-card {
	position: relative;
	min-height: 360px;
	padding: 28px 24px;
	overflow: hidden;
	border: 1px solid var(--about-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(7,29,52,.05);
	color: inherit;
	text-decoration: none;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.about-service-card:hover {
	transform: translateY(-6px);
	border-color: #9bc3dc;
	box-shadow: 0 22px 46px rgba(7,29,52,.12);
}

.about-service-icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	margin-bottom: 50px;
	border-radius: 16px;
	background: #e8f4fa;
}

.about-service-icon svg {
	width: 31px;
	fill: none;
	stroke: var(--about-blue);
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.about-service-number {
	position: absolute;
	top: 32px;
	right: 24px;
	color: #9ab0c0;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .08em;
}

.about-service-card h3 {
	margin: 0;
	font-size: 29px;
	line-height: 1.05;
}

.about-service-card p {
	margin: 15px 0 0;
	font-size: 16px;
	line-height: 1.55;
}

.about-card-link {
	position: absolute;
	left: 24px;
	bottom: 25px;
	color: var(--about-orange-dark);
	font-weight: 700;
}

.about-service-featured {
	border-color: #17486d;
	background: var(--about-navy);
}

.about-service-featured h3,
.about-service-featured .about-card-link {
	color: #fff;
}

.about-service-featured p {
	color: #bad0df;
}

.about-service-featured .about-service-number {
	color: #7591a7;
}

.about-service-featured .about-service-icon {
	background: var(--about-orange);
}

.about-service-featured .about-service-icon svg {
	stroke: #fff;
}

.about-process {
	position: relative;
	background: var(--about-navy);
	color: #fff;
}

.about-process .eq-eyebrow {
	color: #ff9a50;
}

.about-process h2,
.about-process h3 {
	color: #fff;
}

.about-process p {
	color: #bed0dc;
}

.about-process-head {
	display: grid;
	grid-template-columns: .8fr 1.5fr .8fr;
	gap: 46px;
	align-items: end;
	margin-bottom: 54px;
}

.about-process-head h2,
.about-process-head p {
	margin: 0;
}

.about-process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 1px;
	gap: 1px;
	background: rgba(255,255,255,.15);
	list-style: none;
}

.about-process-grid li {
	min-height: 295px;
	padding: 30px;
	background: var(--about-navy);
}

.about-process-grid li > span {
	display: inline-block;
	margin-bottom: 60px;
	color: #ff9a50;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .08em;
}

.about-process-grid h3 {
	margin: 0;
	font-size: 31px;
}

.about-process-grid p {
	margin: 14px 0 0;
	font-size: 16px;
	line-height: 1.6;
}

.about-reasons {
	background: #fff;
}

.about-reasons-grid {
	display: grid;
	grid-template-columns: .78fr 1.22fr;
	gap: clamp(58px, 8vw, 112px);
	align-items: start;
}

.about-reasons-copy {
	position: sticky;
	top: 120px;
}

.about-reasons-copy > p:not(.eq-eyebrow) {
	margin: 24px 0 0;
}

.about-dark-link {
	margin-top: 26px;
	color: var(--about-ink);
}

.about-reason-list {
	border-top: 1px solid var(--about-line);
}

.about-reason-list article {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 24px;
	padding: 30px 0;
	border-bottom: 1px solid var(--about-line);
}

.about-reason-list article > span {
	color: var(--about-orange);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 33px;
	font-weight: 700;
}

.about-reason-list h3 {
	margin: 0;
	font-size: 31px;
}

.about-reason-list p {
	margin: 8px 0 0;
	font-size: 17px;
}

.about-audience {
	background: #f4f8fb;
}

.about-audience-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.about-audience-grid article {
	min-height: 230px;
	padding: 30px;
	border: 1px solid var(--about-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(7,29,52,.04);
}

.about-audience-grid article::before {
	content: "";
	display: block;
	width: 44px;
	height: 5px;
	margin-bottom: 44px;
	border-radius: 5px;
	background: var(--about-orange);
}

.about-audience-grid h3 {
	margin: 0;
	font-size: 29px;
	line-height: 1.08;
}

.about-audience-grid p {
	margin: 14px 0 0;
	font-size: 16px;
	line-height: 1.6;
}

.about-statement {
	padding: 88px 0;
	background:
		linear-gradient(90deg, rgba(255,122,26,.06), transparent 35%),
		#fff;
}

.about-statement-grid {
	display: grid;
	grid-template-columns: .55fr 1.35fr .7fr;
	gap: 56px;
	align-items: center;
}

.about-statement blockquote {
	margin: 0;
	color: var(--about-ink);
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(39px, 4vw, 61px);
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.02;
}

.about-statement-grid > p:last-child {
	margin: 0;
	padding-left: 24px;
	border-left: 3px solid var(--about-orange);
}

.about-contact {
	background: var(--about-sky);
}

.about-contact-grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: clamp(60px, 8vw, 110px);
	align-items: center;
}

.about-contact-grid > div > p:not(.eq-eyebrow) {
	max-width: 720px;
	margin: 24px 0 0;
}

.about-contact-actions .about-dark-link {
	margin-top: 0;
}

.about-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	align-items: center;
	margin-top: 32px;
}

.about-contact-card {
	display: grid;
	gap: 13px;
	padding: 30px;
	border-top: 5px solid var(--about-orange);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 24px 54px rgba(7,29,52,.13);
}

.about-contact-label {
	margin-bottom: 4px;
	color: var(--about-orange-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.about-contact-card a,
.about-wechat {
	display: flex;
	gap: 15px;
	align-items: center;
	padding: 14px 16px;
	border: 1px solid var(--about-line);
	border-radius: 13px;
	background: #f9fcfe;
	color: var(--about-ink);
	font-weight: 700;
	text-decoration: none;
	transition: border-color .2s ease, background .2s ease;
}

.about-contact-card a:hover {
	border-color: var(--about-orange);
	background: #fff8f2;
}

.about-contact-card svg,
.about-wechat svg {
	flex: 0 0 25px;
	width: 25px;
	fill: none;
	stroke: var(--about-blue);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.about-contact-card a:nth-of-type(2) svg,
.about-wechat svg {
	fill: var(--about-blue);
	stroke: none;
}

.about-contact-card span small,
.about-wechat span small {
	display: block;
	margin-bottom: 2px;
	color: #6a8194;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.equicky-about-page .eq-footer small {
	display: block;
	margin-top: 14px;
	color: #8da3b5;
	font-size: 13px;
}

@media (max-width: 1180px) {
	.about-hero-grid {
		grid-template-columns: .95fr 1.05fr;
		gap: 46px;
	}

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

	.about-service-card {
		min-height: 330px;
	}

	.about-process-head {
		grid-template-columns: 1fr 1.4fr;
	}

	.about-process-head > p {
		grid-column: 2;
	}

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

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

@media (max-width: 900px) {
	.about-section {
		padding: 78px 0;
	}

	.about-hero {
		padding: 48px 0 70px;
	}

	.about-hero-grid,
	.about-intro-grid,
	.about-reasons-grid,
	.about-contact-grid {
		grid-template-columns: 1fr;
	}

	.about-hero-media {
		margin-top: 8px;
	}

	.about-location-card {
		left: 22px;
	}

	.about-intro-media {
		order: -1;
	}

	.about-team-label {
		right: 22px;
	}

	.about-section-head,
	.about-process-head,
	.about-statement-grid {
		grid-template-columns: 1fr;
		gap: 22px;
		align-items: start;
	}

	.about-process-head > p {
		grid-column: auto;
	}

	.about-reasons-copy {
		position: static;
	}

	.about-statement-grid {
		gap: 30px;
	}

	.about-statement-grid > p:last-child {
		max-width: 620px;
	}
}

@media (max-width: 680px) {
	.equicky-about-page h2 {
		font-size: clamp(39px, 12vw, 52px);
	}

	.about-hero h1 {
		font-size: clamp(54px, 16vw, 70px);
	}

	.about-hero-lead {
		font-size: 18px !important;
	}

	.about-breadcrumb {
		margin-bottom: 26px;
	}

	.about-hero-actions,
	.about-contact-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.about-hero-actions .eq-button,
	.about-contact-actions .eq-button {
		justify-content: center;
		width: 100%;
	}

	.about-hero-image {
		aspect-ratio: 4 / 3;
		border-radius: 20px;
	}

	.about-location-card {
		position: relative;
		left: auto;
		bottom: auto;
		margin: -24px 14px 0;
	}

	.about-team-image {
		aspect-ratio: 4 / 3;
		border-radius: 20px;
	}

	.about-team-label {
		position: relative;
		right: auto;
		bottom: auto;
		margin: -22px 14px 0;
	}

	.about-service-grid,
	.about-process-grid,
	.about-audience-grid {
		grid-template-columns: 1fr;
	}

	.about-service-card {
		min-height: 300px;
	}

	.about-process-grid li {
		min-height: auto;
	}

	.about-process-grid li > span {
		margin-bottom: 34px;
	}

	.about-reason-list article {
		grid-template-columns: 52px 1fr;
		gap: 16px;
	}

	.about-contact-card {
		padding: 22px;
	}

	.about-contact-card a,
	.about-wechat {
		align-items: flex-start;
	}

	.about-contact-card span {
		overflow-wrap: anywhere;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-service-card {
		transition: none;
	}
}
