/**
 * FARREACH photo-led About page.
 * The global Astra header/footer remain in global-b2b.css.
 */

body.farreach-about-page .site-content > .ast-container,
body.farreach-about-page .site-content .ast-container,
body.farreach-about-page .content-area,
body.farreach-about-page .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.farreach-about-page .site-content {
	background: #f4f5f7;
}

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

.farreach-about {
	--fa-about-ink: #0e151d;
	--fa-about-paper: #f4f5f7;
	--fa-about-white: #fff;
	--fa-about-muted: #66707d;
	--fa-about-line: #dfe3e8;
	--fa-about-red: #b33b3b;
	--fa-about-dark: #0a0f15;
	--fa-about-panel: #141b23;
	--fa-about-radius: 28px;
	--fa-about-wrap: 1240px;
	position: relative;
	overflow: clip;
	background: var(--fa-about-paper);
	color: var(--fa-about-ink);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.farreach-about :where(h1, h2, h3, p, figure) {
	margin-top: 0;
}

.farreach-about img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fa-about-wrap {
	width: min(var(--fa-about-wrap), calc(100% - 64px));
	margin-inline: auto;
}

.fa-kicker {
	margin-bottom: 20px;
	color: var(--fa-about-red);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.19em;
	line-height: 1.3;
	text-transform: uppercase;
}

.farreach-about h2 {
	margin-bottom: 24px;
	color: var(--fa-about-ink);
	font-size: clamp(42px, 4.5vw, 70px);
	font-weight: 720;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.farreach-about p {
	color: var(--fa-about-muted);
	font-size: 16px;
	line-height: 1.75;
}

.farreach-about .fa-lead {
	color: #27313d;
	font-size: clamp(18px, 1.55vw, 22px);
	font-weight: 520;
	letter-spacing: -0.018em;
	line-height: 1.55;
}

/* Hero */
.fa-about-hero {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: clamp(700px, 79vh, 810px);
	align-items: stretch;
	background-color: #0a1118;
	background-image:
		linear-gradient(90deg, rgba(4, 8, 12, 0.92) 0%, rgba(4, 8, 12, 0.7) 42%, rgba(4, 8, 12, 0.18) 78%, rgba(4, 8, 12, 0.12) 100%),
		linear-gradient(0deg, rgba(4, 8, 12, 0.78) 0%, rgba(4, 8, 12, 0.05) 48%, rgba(4, 8, 12, 0.3) 100%),
		url("../images/about/about-factory-hero.jpg");
	background-position: center, center, center 48%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll, scroll, fixed;
	color: #fff;
	isolation: isolate;
}

@supports (background-image: image-set(url("../images/about/about-factory-hero.webp") type("image/webp"))) {
	.fa-about-hero {
		background-image:
			linear-gradient(90deg, rgba(4, 8, 12, 0.92) 0%, rgba(4, 8, 12, 0.7) 42%, rgba(4, 8, 12, 0.18) 78%, rgba(4, 8, 12, 0.12) 100%),
			linear-gradient(0deg, rgba(4, 8, 12, 0.78) 0%, rgba(4, 8, 12, 0.05) 48%, rgba(4, 8, 12, 0.3) 100%),
			image-set(url("../images/about/about-factory-hero.webp") type("image/webp"), url("../images/about/about-factory-hero.jpg") type("image/jpeg"));
	}
}

.fa-about-hero::after {
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 190px;
	background: linear-gradient(180deg, transparent, rgba(4, 8, 12, 0.48));
	content: "";
}

.fa-about-hero__inner {
	display: flex;
	min-height: inherit;
	flex-direction: column;
	justify-content: flex-end;
	padding-top: clamp(110px, 14vh, 160px);
	padding-bottom: 68px;
}

.fa-about-hero__copy {
	max-width: 790px;
	margin-bottom: clamp(58px, 8vh, 88px);
}

.fa-about-hero .fa-kicker {
	margin-bottom: 24px;
	color: #e35a5a;
}

.fa-about-hero h1 {
	max-width: 760px;
	margin-bottom: 28px;
	color: #fff;
	font-size: clamp(72px, 8.5vw, 126px);
	font-weight: 760;
	letter-spacing: -0.075em;
	line-height: 0.84;
	text-transform: uppercase;
}

.fa-about-hero__summary {
	max-width: 560px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: clamp(18px, 1.65vw, 24px) !important;
	line-height: 1.5 !important;
}

.fa-about-hero__facts {
	display: grid;
	width: min(820px, 100%);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	background: rgba(9, 14, 20, 0.55);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.fa-about-hero__facts > div {
	display: grid;
	min-height: 86px;
	align-content: center;
	padding: 18px 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.fa-about-hero__facts > div:last-child {
	border-right: 0;
}

.fa-about-hero__facts span {
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.48);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.fa-about-hero__facts strong {
	color: #fff;
	font-size: clamp(16px, 1.4vw, 20px);
	font-weight: 680;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.fa-about-surface {
	position: relative;
	z-index: 2;
	margin-top: -32px;
	overflow: hidden;
	border-radius: 32px 32px 0 0;
	background: var(--fa-about-paper);
}

/* Shared sections */
.fa-about-section {
	padding: clamp(88px, 8vw, 116px) 0;
	scroll-margin-top: 82px;
}

.fa-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.62fr);
	gap: 72px;
	align-items: end;
	margin-bottom: 54px;
}

.fa-section-heading h2 {
	max-width: 850px;
	margin-bottom: 0;
}

.fa-section-heading > p {
	margin-bottom: 4px;
}

.fa-section-heading--dark h2,
.fa-section-heading--dark > p {
	color: #fff;
}

.fa-section-heading--dark > p {
	color: rgba(255, 255, 255, 0.59);
}

.farreach-about figure {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: #dfe3e8;
}

.farreach-about figure::after {
	position: absolute;
	inset: 48% 0 0;
	z-index: 1;
	background: linear-gradient(180deg, transparent, rgba(5, 9, 13, 0.78));
	content: "";
	pointer-events: none;
}

.farreach-about figcaption {
	position: absolute;
	right: 24px;
	bottom: 22px;
	left: 24px;
	z-index: 2;
	display: grid;
	gap: 5px;
	color: #fff;
}

.farreach-about figcaption span {
	color: #e76565;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.farreach-about figcaption strong {
	max-width: 440px;
	font-size: 17px;
	font-weight: 670;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

/* Company Profile */
.fa-company-profile {
	background: #f7f8f9;
}

.fa-company-profile__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(48px, 6vw, 78px);
	align-items: center;
}

.fa-company-profile__copy h2 {
	max-width: 600px;
}

.fa-company-profile__copy > p:not(.fa-kicker) {
	max-width: 620px;
}

.fa-company-profile__image {
	aspect-ratio: 4 / 3;
	border-radius: var(--fa-about-radius);
	box-shadow: 0 28px 70px rgba(24, 34, 47, 0.15);
}

.fa-company-profile__image img {
	object-position: center 52%;
}

.fa-profile-line {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 72px;
	border-top: 1px solid var(--fa-about-line);
	border-bottom: 1px solid var(--fa-about-line);
}

.fa-profile-line > div {
	display: grid;
	min-height: 126px;
	align-content: center;
	padding: 22px 26px;
	border-right: 1px solid var(--fa-about-line);
}

.fa-profile-line > div:last-child {
	border-right: 0;
}

.fa-profile-line span {
	margin-bottom: 12px;
	color: var(--fa-about-red);
	font-size: 10px;
	font-weight: 800;
}

.fa-profile-line strong {
	margin-bottom: 5px;
	font-size: 16px;
	letter-spacing: -0.02em;
}

.fa-profile-line small {
	color: #7b8490;
	font-size: 11px;
	line-height: 1.45;
}

/* Factory */
.fa-factory-overview {
	background: var(--fa-about-dark);
	color: #fff;
}

.fa-factory-overview__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
	gap: 24px;
}

.fa-factory-overview__photo {
	min-height: 500px;
	border-radius: var(--fa-about-radius);
}

.fa-factory-overview__photo img {
	object-position: center;
}

.fa-factory-metrics {
	display: flex;
	min-height: 500px;
	flex-direction: column;
	justify-content: space-between;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--fa-about-radius);
	background: var(--fa-about-panel);
}

.fa-factory-metrics__label {
	margin-bottom: 24px;
	color: #db5a5a !important;
	font-size: 9px !important;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.fa-factory-metrics__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fa-factory-metrics__grid > div {
	display: grid;
	min-height: 126px;
	align-content: center;
	padding: 18px 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fa-factory-metrics__grid > div:nth-child(2n) {
	padding-left: 24px;
	border-right: 0;
}

.fa-factory-metrics__grid > div:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.fa-factory-metrics__grid strong {
	margin-bottom: 8px;
	color: #fff;
	font-size: clamp(30px, 3.2vw, 48px);
	font-weight: 720;
	letter-spacing: -0.055em;
	line-height: 0.95;
}

.fa-factory-metrics__grid span {
	max-width: 130px;
	color: rgba(255, 255, 255, 0.52);
	font-size: 10px;
	font-weight: 650;
	line-height: 1.4;
}

.fa-data-note {
	margin: 24px 0 0;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.42) !important;
	font-size: 10px !important;
	line-height: 1.55 !important;
}

.fa-category-line {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 34px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.fa-category-line span {
	display: flex;
	min-height: 74px;
	align-items: center;
	padding: 16px 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.4;
}

.fa-category-line span:last-child {
	border-right: 0;
}

/* Manufacturing */
.fa-manufacturing-capability {
	background: #f5f6f7;
}

.fa-manufacturing-capability .fa-section-heading {
	margin-bottom: 0;
}

.fa-process-line {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: clamp(32px, 4vw, 44px);
	border-top: 1px solid var(--fa-about-line);
	border-bottom: 1px solid var(--fa-about-line);
}

.fa-process-line > div {
	position: relative;
	display: grid;
	min-height: 112px;
	align-content: center;
	gap: 10px;
	padding: 20px;
	border-right: 1px solid var(--fa-about-line);
}

.fa-process-line > div:last-child {
	border-right: 0;
}

.fa-process-line span {
	color: var(--fa-about-red);
	font-size: 9px;
	font-weight: 800;
}

.fa-process-line strong {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

/* Warehouse */
.fa-warehouse-section {
	background: #0d131a;
	color: #fff;
}

.fa-warehouse-gallery {
	display: grid;
	grid-template-columns: minmax(0, 1.38fr) minmax(340px, 0.62fr);
	grid-template-rows: repeat(2, 270px);
	gap: 18px;
}

.fa-warehouse-gallery figure {
	border-radius: 22px;
}

.fa-warehouse-gallery__main {
	grid-row: 1 / span 2;
}

.fa-warehouse-gallery__main img {
	object-position: center 60%;
}

.fa-warehouse-gallery figure:nth-child(2) img,
.fa-warehouse-gallery figure:nth-child(3) img {
	object-position: center;
}

.fa-logistics-line {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 36px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.fa-logistics-line span {
	display: flex;
	min-height: 64px;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.65);
	font-size: 10px;
	font-weight: 760;
	letter-spacing: 0.07em;
	text-align: center;
	text-transform: uppercase;
}

.fa-logistics-line span:last-child {
	border-right: 0;
}

/* Assembly */
.fa-assembly-section {
	background: #fff;
}

.fa-assembly-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
	gap: clamp(54px, 6vw, 86px);
	align-items: center;
}

.fa-assembly-gallery {
	position: relative;
	min-height: 590px;
}

.fa-assembly-gallery__main {
	position: absolute !important;
	inset: 0 18% 0 0;
	border-radius: var(--fa-about-radius);
}

.fa-assembly-gallery__main img {
	object-position: center 62%;
}

.fa-assembly-gallery__detail {
	position: absolute !important;
	right: 0;
	bottom: 34px;
	z-index: 3;
	width: 31%;
	aspect-ratio: 0.72;
	border: 8px solid #fff;
	border-radius: 20px;
	box-shadow: 0 24px 54px rgba(19, 29, 41, 0.24);
}

.fa-assembly-gallery__detail figcaption {
	right: 12px;
	bottom: 12px;
	left: 12px;
	font-size: 10px;
}

.fa-assembly-section__copy h2 {
	font-size: clamp(42px, 4.1vw, 64px);
}

.fa-assembly-steps {
	margin-top: 36px;
	border-top: 1px solid var(--fa-about-line);
}

.fa-assembly-steps > div {
	display: grid;
	min-height: 66px;
	grid-template-columns: 46px 1fr;
	align-items: center;
	border-bottom: 1px solid var(--fa-about-line);
}

.fa-assembly-steps span {
	color: var(--fa-about-red);
	font-size: 10px;
	font-weight: 800;
}

.fa-assembly-steps strong {
	font-size: 14px;
	font-weight: 680;
}

/* Quality */
.fa-quality-overview {
	background: #080d13;
	color: #fff;
}

.fa-quality-gallery {
	display: grid;
	grid-template-columns: minmax(0, 1.38fr) minmax(240px, 0.62fr);
	grid-template-rows: repeat(2, 270px);
	gap: 18px;
}

.fa-quality-gallery figure {
	border-radius: 22px;
}

.fa-quality-gallery__main {
	grid-row: 1 / span 2;
}

.fa-quality-gallery__main img {
	object-position: center;
}

.fa-quality-gallery figure:nth-child(2) img {
	object-position: center;
}

.fa-quality-gallery figure:nth-child(3) img {
	object-position: center 44%;
}

.fa-quality-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 42px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.fa-quality-flow > div {
	display: grid;
	min-height: 144px;
	align-content: center;
	gap: 7px;
	padding: 22px 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.fa-quality-flow > div:last-child {
	border-right: 0;
}

.fa-quality-flow span {
	color: #e45858;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.fa-quality-flow strong {
	color: #fff;
	font-size: 13px;
	font-weight: 680;
	line-height: 1.35;
}

.fa-quality-flow small {
	color: rgba(255, 255, 255, 0.44);
	font-size: 10px;
	line-height: 1.45;
}

/* CTA */
.fa-about-cta {
	padding: 78px 0;
	background: #f4f5f7;
}

.fa-about-cta__panel {
	display: grid;
	min-height: 300px;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 64px;
	align-items: center;
	padding: 54px 62px;
	border-radius: 30px;
	background:
		radial-gradient(circle at 92% 18%, rgba(179, 59, 59, 0.2), transparent 28%),
		#0c1219;
	box-shadow: 0 28px 70px rgba(14, 21, 29, 0.14);
}

.fa-about-cta__panel h2 {
	max-width: 760px;
	margin-bottom: 18px;
	color: #fff;
	font-size: clamp(38px, 4.2vw, 62px);
}

.fa-about-cta__panel p:not(.fa-kicker) {
	max-width: 620px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.56);
}

.fa-about-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 14px 24px;
	border: 1px solid #b94343;
	border-radius: 999px;
	background: #b13c3c;
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.fa-about-button:hover,
.fa-about-button:focus-visible {
	border-color: #d45757;
	background: #c54848;
	transform: translateY(-2px);
}

.fa-about-button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

@media (max-width: 1180px) {
	.fa-about-wrap {
		width: min(var(--fa-about-wrap), calc(100% - 48px));
	}

	.fa-section-heading {
		gap: 50px;
	}

	.fa-factory-overview__grid {
		grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
	}

	.fa-assembly-section__grid {
		grid-template-columns: minmax(0, 1fr) minmax(350px, 0.88fr);
		gap: 50px;
	}
}

@media (max-width: 1024px) {
	.fa-about-hero {
		background-attachment: scroll;
	}

	.fa-company-profile__grid,
	.fa-assembly-section__grid {
		grid-template-columns: 1fr 1fr;
		gap: 42px;
	}

	.fa-profile-line,
	.fa-category-line,
	.fa-quality-flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fa-profile-line > div:nth-child(2),
	.fa-category-line span:nth-child(2),
	.fa-quality-flow > div:nth-child(2) {
		border-right: 0;
	}

	.fa-profile-line > div:nth-child(-n + 2),
	.fa-category-line span:nth-child(-n + 2),
	.fa-quality-flow > div:nth-child(-n + 2) {
		border-bottom: 1px solid currentColor;
		border-bottom-color: inherit;
	}

	.fa-factory-overview__grid {
		grid-template-columns: 1fr;
	}

	.fa-factory-overview__photo,
	.fa-factory-metrics {
		min-height: 460px;
	}

	.fa-factory-metrics__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.fa-factory-metrics__grid > div,
	.fa-factory-metrics__grid > div:nth-child(2n),
	.fa-factory-metrics__grid > div:nth-last-child(-n + 2) {
		min-height: 118px;
		padding: 18px;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 0;
	}

	.fa-factory-metrics__grid > div:last-child {
		border-right: 0;
	}

	.fa-process-line {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.fa-process-line > div:nth-child(3) {
		border-right: 0;
	}

	.fa-process-line > div:nth-child(-n + 3) {
		border-bottom: 1px solid var(--fa-about-line);
	}

	.fa-assembly-gallery {
		min-height: 520px;
	}
}

@media (max-width: 820px) {
	.fa-about-wrap {
		width: min(var(--fa-about-wrap), calc(100% - 40px));
	}

	.fa-about-hero {
		min-height: 720px;
		background-image:
			linear-gradient(90deg, rgba(4, 8, 12, 0.86), rgba(4, 8, 12, 0.36)),
			linear-gradient(0deg, rgba(4, 8, 12, 0.86), rgba(4, 8, 12, 0.05) 58%),
			url("../images/about/about-factory-hero-mobile.jpg");
		background-position: center, center, center 50%;
		background-attachment: scroll;
	}

	@supports (background-image: image-set(url("../images/about/about-factory-hero-mobile.webp") type("image/webp"))) {
		.fa-about-hero {
			background-image:
				linear-gradient(90deg, rgba(4, 8, 12, 0.86), rgba(4, 8, 12, 0.36)),
				linear-gradient(0deg, rgba(4, 8, 12, 0.86), rgba(4, 8, 12, 0.05) 58%),
				image-set(url("../images/about/about-factory-hero-mobile.webp") type("image/webp"), url("../images/about/about-factory-hero-mobile.jpg") type("image/jpeg"));
		}
	}

	.fa-about-hero__inner {
		padding-top: 100px;
		padding-bottom: 54px;
	}

	.fa-about-hero__copy {
		margin-bottom: 48px;
	}

	.fa-about-hero h1 {
		font-size: clamp(64px, 14vw, 94px);
	}

	.fa-about-section {
		padding: 80px 0;
	}

	.fa-section-heading {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 42px;
	}

	.fa-section-heading > p {
		max-width: 650px;
	}

	.fa-company-profile__grid,
	.fa-assembly-section__grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.fa-company-profile__image {
		order: -1;
	}

	.fa-profile-line {
		margin-top: 52px;
	}

	.fa-factory-overview__photo,
	.fa-factory-metrics {
		min-height: 420px;
	}

	.fa-factory-metrics {
		padding: 28px;
	}

	.fa-factory-metrics__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fa-factory-metrics__grid > div,
	.fa-factory-metrics__grid > div:nth-child(2n),
	.fa-factory-metrics__grid > div:nth-last-child(-n + 2) {
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.fa-factory-metrics__grid > div:nth-child(2n) {
		border-right: 0;
	}

	.fa-factory-metrics__grid > div:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.fa-process-line {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fa-process-line > div:nth-child(2n) {
		border-right: 0;
	}

	.fa-process-line > div:nth-child(3) {
		border-right: 1px solid var(--fa-about-line);
	}

	.fa-process-line > div:nth-child(-n + 4) {
		border-bottom: 1px solid var(--fa-about-line);
	}

	.fa-warehouse-gallery,
	.fa-quality-gallery {
		grid-template-columns: 1.2fr 0.8fr;
		grid-template-rows: repeat(2, 230px);
	}

	.fa-logistics-line {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fa-logistics-line span:nth-child(2) {
		border-right: 0;
	}

	.fa-logistics-line span:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.fa-assembly-gallery {
		min-height: 580px;
	}

	.fa-about-cta__panel {
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 48px;
	}

	.fa-about-button {
		justify-self: start;
	}
}

@media (max-width: 640px) {
	.fa-about-wrap {
		width: min(var(--fa-about-wrap), calc(100% - 32px));
	}

	.fa-about-hero {
		min-height: 680px;
	}

	.fa-about-hero__inner {
		padding-top: 80px;
		padding-bottom: 42px;
	}

	.fa-about-hero__copy {
		margin-bottom: 36px;
	}

	.fa-about-hero h1 {
		font-size: clamp(56px, 18vw, 76px);
		line-height: 0.88;
	}

	.fa-about-hero__summary {
		max-width: 330px;
		font-size: 17px !important;
	}

	.fa-about-hero__facts {
		grid-template-columns: 1fr;
		border-radius: 16px;
	}

	.fa-about-hero__facts > div {
		min-height: 62px;
		grid-template-columns: 1fr 1.25fr;
		align-items: center;
		padding: 13px 18px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.fa-about-hero__facts > div:last-child {
		border-bottom: 0;
	}

	.fa-about-hero__facts span {
		margin-bottom: 0;
	}

	.fa-about-surface {
		margin-top: -20px;
		border-radius: 20px 20px 0 0;
	}

	.fa-about-section {
		padding: 68px 0;
	}

	.farreach-about h2,
	.fa-assembly-section__copy h2 {
		font-size: clamp(38px, 12vw, 52px);
	}

	.farreach-about p {
		font-size: 15px;
	}

	.fa-company-profile__image {
		border-radius: 20px;
	}

	.fa-profile-line,
	.fa-category-line,
	.fa-quality-flow {
		grid-template-columns: 1fr;
	}

	.fa-profile-line > div,
	.fa-profile-line > div:nth-child(2),
	.fa-category-line span,
	.fa-category-line span:nth-child(2),
	.fa-quality-flow > div,
	.fa-quality-flow > div:nth-child(2) {
		min-height: 92px;
		border-right: 0;
		border-bottom: 1px solid var(--fa-about-line);
	}

	.fa-category-line span,
	.fa-category-line span:nth-child(2),
	.fa-quality-flow > div,
	.fa-quality-flow > div:nth-child(2) {
		border-bottom-color: rgba(255, 255, 255, 0.12);
	}

	.fa-profile-line > div:last-child,
	.fa-category-line span:last-child,
	.fa-quality-flow > div:last-child {
		border-bottom: 0;
	}

	.fa-factory-overview__photo {
		min-height: 330px;
	}

	.fa-factory-metrics {
		min-height: 0;
		padding: 22px;
	}

	.fa-factory-metrics__grid strong {
		font-size: 34px;
	}

	.fa-warehouse-gallery,
	.fa-quality-gallery {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
		gap: 12px;
	}

	.fa-warehouse-gallery__main,
	.fa-quality-gallery__main {
		grid-column: 1 / -1;
		grid-row: auto;
		aspect-ratio: 1.35;
	}

	.fa-warehouse-gallery figure:not(.fa-warehouse-gallery__main),
	.fa-quality-gallery figure:not(.fa-quality-gallery__main) {
		aspect-ratio: 0.88;
	}

	.fa-warehouse-gallery figure,
	.fa-quality-gallery figure {
		border-radius: 16px;
	}

	.fa-warehouse-gallery {
		grid-template-columns: 1fr;
	}

	.fa-warehouse-gallery__main,
	.fa-warehouse-gallery figure:not(.fa-warehouse-gallery__main) {
		grid-column: auto;
		aspect-ratio: 16 / 9;
	}

	.farreach-about figcaption {
		right: 14px;
		bottom: 13px;
		left: 14px;
	}

	.farreach-about figcaption strong {
		font-size: 13px;
	}

	.fa-process-line {
		grid-template-columns: 1fr;
	}

	.fa-process-line > div,
	.fa-process-line > div:nth-child(2n),
	.fa-process-line > div:nth-child(3) {
		min-height: 76px;
		grid-template-columns: 38px 1fr;
		align-items: center;
		border-right: 0;
		border-bottom: 1px solid var(--fa-about-line);
	}

	.fa-process-line > div:last-child {
		border-bottom: 0;
	}

	.fa-logistics-line {
		grid-template-columns: 1fr;
	}

	.fa-logistics-line span,
	.fa-logistics-line span:nth-child(2) {
		min-height: 52px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.fa-logistics-line span:last-child {
		border-bottom: 0;
	}

	.fa-assembly-gallery {
		min-height: 430px;
	}

	.fa-assembly-gallery__main {
		inset: 0 13% 0 0;
		border-radius: 20px;
	}

	.fa-assembly-gallery__detail {
		bottom: 24px;
		width: 32%;
		border-width: 5px;
		border-radius: 14px;
	}

	.fa-about-cta {
		padding: 50px 0;
	}

	.fa-about-cta__panel {
		min-height: 280px;
		padding: 34px 26px;
		border-radius: 22px;
	}

	.fa-about-cta__panel h2 {
		font-size: 38px;
	}
}

@media (max-width: 420px) {
	.fa-about-hero h1 {
		font-size: 57px;
	}

	.fa-about-hero__facts strong {
		font-size: 14px;
	}

	.fa-factory-metrics__grid > div,
	.fa-factory-metrics__grid > div:nth-child(2n) {
		min-height: 104px;
		padding: 14px 10px;
	}

	.fa-assembly-gallery {
		min-height: 390px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fa-about-hero {
		background-attachment: scroll;
	}

	.fa-about-button {
		transition: none;
	}
}
