/* AMSAFEPPE.es · Fabricación */
body.ams-manufacturing-page {
	--ams-mfg-navy: #092a5d;
	--ams-mfg-blue: #1d4f91;
	--ams-mfg-sky: #e9f1fa;
	--ams-mfg-cloud: #f5f8fc;
	--ams-mfg-ink: #16273e;
	--ams-mfg-muted: #596a7d;
	--ams-mfg-line: #d6e0ec;
	--ams-mfg-orange: #ff8a00;
	--ams-mfg-white: #fff;
	background: var(--ams-mfg-white);
	color: var(--ams-mfg-ink);
	font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.ams-manufacturing-detail-page {
	--ams-mfg-navy: #092a5d;
	--ams-mfg-blue: #1d4f91;
	--ams-mfg-sky: #e9f1fa;
	--ams-mfg-cloud: #f5f8fc;
	--ams-mfg-ink: #16273e;
	--ams-mfg-muted: #596a7d;
	--ams-mfg-line: #d6e0ec;
	--ams-mfg-orange: #ff8a00;
	--ams-mfg-white: #fff;
	background: var(--ams-mfg-white);
	color: var(--ams-mfg-ink);
	font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.ams-manufacturing-page #brx-content {
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--ams-mfg-white);
}

.ams-manufacturing,
.ams-manufacturing * {
	box-sizing: border-box;
}

.ams-manufacturing {
	overflow: hidden;
}

.ams-mfg-shell {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.ams-mfg-kicker {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, .76);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ams-mfg-kicker > span {
	width: 28px;
	height: 2px;
	background: var(--ams-mfg-orange);
}

.ams-mfg-kicker--blue {
	color: var(--ams-mfg-blue);
}

.ams-mfg-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 52px;
	font-size: 13px;
	font-weight: 700;
}

.ams-mfg-breadcrumb a {
	color: rgba(255, 255, 255, .86);
	text-decoration: none;
}

.ams-mfg-breadcrumb a:hover,
.ams-mfg-breadcrumb a:focus-visible {
	color: var(--ams-mfg-orange);
}

.ams-mfg-breadcrumb span:not([aria-current]) {
	color: rgba(255, 255, 255, .35);
}

.ams-mfg-breadcrumb [aria-current] {
	color: rgba(255, 255, 255, .58);
}

.ams-mfg-hero {
	position: relative;
	display: grid;
	min-height: min(690px, calc(100svh - 100px));
	padding: 0;
	background: var(--ams-mfg-navy);
	isolation: isolate;
}

.ams-mfg-hero::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(4, 27, 63, .88) 0%, rgba(7, 37, 80, .76) 45%, rgba(7, 27, 57, .5) 100%);
	content: "";
}

.ams-mfg-hero__background {
	position: absolute;
	z-index: -2;
	inset: 0;
	margin: 0;
	overflow: hidden;
}

.ams-mfg-hero__background img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 54% 52%;
}

.ams-mfg-hero__grid {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: inherit;
	text-align: center;
}

.ams-mfg-hero__copy {
	position: relative;
	z-index: 1;
	width: min(840px, 100%);
	padding: 70px 0 72px;
}

.ams-mfg-hero h1,
.ams-mfg-hero__statement,
.ams-mfg-hero__lead,
.ams-mfg-section-heading h2,
.ams-mfg-capability h2,
.ams-mfg-quality h2,
.ams-mfg-cta h2 {
	margin-top: 0;
}

.ams-mfg-hero h1 {
	max-width: 770px;
	margin: 0 auto 24px;
	color: var(--ams-mfg-white);
	font-size: clamp(50px, 6.2vw, 86px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: .96;
}

.ams-mfg-hero__lead {
	max-width: 610px;
	margin: 0 auto 34px;
	color: rgba(255, 255, 255, .92);
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.5;
}

.ams-mfg-actions,
.ams-mfg-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 19px;
}

.ams-mfg-hero .ams-mfg-actions {
	justify-content: center;
}

.ams-mfg-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 50px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.15;
	text-decoration: none;
	transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.ams-mfg-button:hover {
	transform: translateY(-2px);
}

.ams-mfg-button:focus-visible,
.ams-mfg-inline-link:focus-visible,
.ams-mfg-breadcrumb a:focus-visible {
	outline: 3px solid var(--ams-mfg-orange);
	outline-offset: 4px;
}

.ams-mfg-button--primary {
	background: var(--ams-mfg-orange);
	color: #172338;
}

.ams-mfg-button--primary:hover {
	background: #ff9b24;
	color: #172338;
}

.ams-mfg-button--outline {
	border-color: rgba(255, 255, 255, .62);
	color: var(--ams-mfg-white);
}

.ams-mfg-button--outline:hover {
	border-color: var(--ams-mfg-white);
	background: var(--ams-mfg-white);
	color: var(--ams-mfg-navy);
}

.ams-mfg-button--text {
	min-height: 0;
	padding: 8px 0;
	border-color: transparent;
	color: var(--ams-mfg-white);
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, .4);
	text-underline-offset: 5px;
}

.ams-mfg-button--text:hover {
	color: var(--ams-mfg-orange);
	text-decoration-color: var(--ams-mfg-orange);
}

.ams-mfg-button--light {
	border-color: rgba(255, 255, 255, .4);
	color: var(--ams-mfg-white);
}

.ams-mfg-button--light:hover {
	border-color: var(--ams-mfg-white);
	background: var(--ams-mfg-white);
	color: var(--ams-mfg-navy);
}

.ams-mfg-route,
.ams-mfg-capability,
.ams-mfg-project,
.ams-mfg-film {
	padding: clamp(82px, 10vw, 138px) 0;
}

.ams-mfg-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
	align-items: end;
	gap: 56px;
	margin-bottom: 56px;
}

.ams-mfg-section-heading--compact {
	margin-bottom: 42px;
}

.ams-mfg-section-heading h2,
.ams-mfg-capability h2,
.ams-mfg-quality h2,
.ams-mfg-cta h2 {
	margin-bottom: 0;
	color: var(--ams-mfg-navy);
	font-size: clamp(31px, 3.3vw, 48px);
	font-weight: 800;
	letter-spacing: -.05em;
	line-height: 1.06;
}

.ams-mfg-section-heading > p,
.ams-mfg-capability__copy > p {
	margin: 0;
	color: var(--ams-mfg-muted);
	font-size: 16px;
	line-height: 1.65;
}

.ams-mfg-route {
	background: var(--ams-mfg-cloud);
}

.ams-mfg-explore {
	padding: clamp(78px, 9vw, 122px) 0;
	background: var(--ams-mfg-white);
}

.ams-mfg-operations {
	padding: clamp(80px, 9vw, 128px) 0;
	background: var(--ams-mfg-cloud);
}

.ams-mfg-operations__grid {
	display: grid;
	grid-template-columns: minmax(300px, .8fr) minmax(0, 1.15fr);
	align-items: start;
	gap: clamp(48px, 9vw, 132px);
}

.ams-mfg-operations__intro h2 {
	margin: 0 0 25px;
	color: var(--ams-mfg-navy);
	font-size: clamp(31px, 3.5vw, 49px);
	font-weight: 800;
	letter-spacing: -.05em;
	line-height: 1.06;
}

.ams-mfg-operations__intro > p:not(.ams-mfg-kicker) {
	margin: 0 0 18px;
	color: var(--ams-mfg-muted);
	font-size: 16px;
	line-height: 1.7;
}

.ams-mfg-operations__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--ams-mfg-line);
	border-left: 1px solid var(--ams-mfg-line);
}

.ams-mfg-operations__cards article {
	display: flex;
	min-height: 290px;
	flex-direction: column;
	padding: 30px 26px 26px;
	border-right: 1px solid var(--ams-mfg-line);
	border-bottom: 1px solid var(--ams-mfg-line);
	background: var(--ams-mfg-white);
}

.ams-mfg-operations__cards span {
	display: block;
	margin-bottom: 43px;
	color: var(--ams-mfg-orange);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
}

.ams-mfg-operations__cards h3 {
	margin: 0 0 13px;
	color: var(--ams-mfg-navy);
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.1;
}

.ams-mfg-operations__cards p {
	margin: 0;
	color: var(--ams-mfg-muted);
	font-size: 14px;
	line-height: 1.62;
}

.ams-mfg-operations__cards a {
	margin-top: auto;
	padding-top: 22px;
	color: var(--ams-mfg-blue);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.ams-mfg-operations__cards a:hover { color: var(--ams-mfg-orange); }
.ams-mfg-operations__cards i { padding-left: 4px; font-size: 17px; font-style: normal; }

.ams-mfg-explore__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--ams-mfg-line);
	border-left: 1px solid var(--ams-mfg-line);
}

.ams-mfg-explore__grid a {
	position: relative;
	display: grid;
	min-height: 245px;
	padding: 28px 30px;
	border-right: 1px solid var(--ams-mfg-line);
	border-bottom: 1px solid var(--ams-mfg-line);
	color: inherit;
	text-decoration: none;
	transition: background .18s ease, color .18s ease;
}

.ams-mfg-explore__grid a:hover,
.ams-mfg-explore__grid a:focus-visible {
	background: var(--ams-mfg-navy);
	color: var(--ams-mfg-white);
	outline: 0;
}

.ams-mfg-explore__grid span {
	margin-bottom: 34px;
	color: var(--ams-mfg-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.ams-mfg-explore__grid a:hover span,
.ams-mfg-explore__grid a:focus-visible span {
	color: var(--ams-mfg-orange);
}

.ams-mfg-explore__grid strong {
	max-width: 250px;
	color: var(--ams-mfg-navy);
	font-size: 23px;
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.1;
}

.ams-mfg-explore__grid em {
	align-self: end;
	max-width: 280px;
	margin-top: 17px;
	color: var(--ams-mfg-muted);
	font-size: 14px;
	font-style: normal;
	line-height: 1.55;
}

.ams-mfg-explore__grid i {
	position: absolute;
	top: 28px;
	right: 29px;
	color: var(--ams-mfg-orange);
	font-size: 22px;
	font-style: normal;
}

.ams-mfg-explore__grid a:hover strong,
.ams-mfg-explore__grid a:focus-visible strong,
.ams-mfg-explore__grid a:hover em,
.ams-mfg-explore__grid a:focus-visible em {
	color: var(--ams-mfg-white);
}

.ams-mfg-route__list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.ams-mfg-route__list li {
	position: relative;
	min-height: 258px;
	padding: 32px 25px 26px;
	border-top: 1px solid var(--ams-mfg-line);
	border-bottom: 1px solid var(--ams-mfg-line);
	border-left: 1px solid var(--ams-mfg-line);
	background: var(--ams-mfg-white);
}

.ams-mfg-route__list li:last-child {
	border-right: 1px solid var(--ams-mfg-line);
}

.ams-mfg-route__list li::after {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--ams-mfg-orange);
	content: "";
}

.ams-mfg-route__number {
	display: block;
	margin-bottom: 40px;
	color: var(--ams-mfg-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
}

.ams-mfg-route__list h3 {
	margin: 0 0 12px;
	color: var(--ams-mfg-navy);
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.18;
}

.ams-mfg-route__list p {
	margin: 0;
	color: var(--ams-mfg-muted);
	font-size: 14px;
	line-height: 1.58;
}

.ams-mfg-route--official {
	background: var(--ams-mfg-cloud);
}

.ams-mfg-route__list--official {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ams-mfg-route__list--official li {
	min-height: 176px;
}

.ams-mfg-route__list--official li:nth-child(5) {
	border-left: 1px solid var(--ams-mfg-line);
}

.ams-mfg-route__list--official li:nth-child(n + 5) {
	border-top: 0;
}

.ams-mfg-route__list--official li:nth-child(4),
.ams-mfg-route__list--official li:last-child {
	border-right: 1px solid var(--ams-mfg-line);
}

.ams-mfg-route__list--official h3 {
	margin-bottom: 0;
	font-size: 18px;
}

.ams-mfg-official-source {
	margin: 22px 0 0;
	color: var(--ams-mfg-muted);
	font-size: 13px;
}

.ams-mfg-official-source a {
	color: var(--ams-mfg-blue);
	font-weight: 750;
	text-decoration: none;
}

.ams-mfg-official-source a:hover,
.ams-mfg-official-source a:focus-visible {
	color: var(--ams-mfg-orange);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ams-mfg-source-copy {
	padding: clamp(84px, 10vw, 140px) 0;
	background: var(--ams-mfg-navy);
	color: rgba(255, 255, 255, .74);
}

.ams-mfg-source-copy__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
	align-items: start;
	gap: clamp(48px, 9vw, 136px);
}

.ams-mfg-source-copy .ams-mfg-kicker {
	margin-bottom: 18px;
	color: rgba(255, 255, 255, .62);
}

.ams-mfg-source-copy h2 {
	max-width: 760px;
	margin: 0 0 25px;
	color: var(--ams-mfg-white);
	font-size: clamp(33px, 4vw, 58px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1.04;
}

.ams-mfg-source-copy__body {
	max-width: 780px;
	font-size: 16px;
	line-height: 1.68;
}

.ams-mfg-source-copy__body p {
	margin: 0 0 16px;
}

.ams-mfg-source-copy .ams-mfg-inline-link {
	margin-top: 12px;
	color: var(--ams-mfg-white);
}

.ams-mfg-source-copy__notes {
	padding: 29px 31px 32px;
	border-top: 2px solid var(--ams-mfg-orange);
	background: rgba(255, 255, 255, .07);
}

.ams-mfg-source-copy__notes > p {
	margin: 0 0 11px;
	color: var(--ams-mfg-orange);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.ams-mfg-source-copy__notes blockquote {
	margin: 0 0 29px;
	color: rgba(255, 255, 255, .84);
	font-size: 15px;
	font-style: normal;
	line-height: 1.6;
}

.ams-mfg-source-copy__notes blockquote:last-child {
	margin-bottom: 0;
}

.ams-mfg-source-copy--certificates {
	background: var(--ams-mfg-white);
	color: var(--ams-mfg-muted);
}

.ams-mfg-source-copy--certificates h2 {
	color: var(--ams-mfg-navy);
}

.ams-mfg-source-copy--certificates .ams-mfg-kicker {
	color: var(--ams-mfg-blue);
}

.ams-mfg-source-copy--certificates .ams-mfg-inline-link {
	color: var(--ams-mfg-blue);
}

.ams-mfg-source-copy--certificates figure {
	position: relative;
	margin: 0;
	min-height: 440px;
}

.ams-mfg-source-copy--certificates figure::after {
	position: absolute;
	right: -16px;
	bottom: -16px;
	z-index: 0;
	width: 44%;
	height: 44%;
	border: 1px solid rgba(9, 42, 93, .16);
	content: "";
}

.ams-mfg-source-copy--certificates figure img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ams-mfg-source-copy__standards {
	display: inline-block;
	margin: 14px 0 17px;
	padding: 10px 13px;
	border: 1px solid var(--ams-mfg-line);
	color: var(--ams-mfg-navy);
	font-size: 14px;
	font-weight: 800;
}

.ams-mfg-capability {
	background: var(--ams-mfg-white);
}

.ams-mfg-capability__grid {
	display: grid;
	grid-template-columns: minmax(380px, .96fr) minmax(0, 1.04fr);
	align-items: center;
	gap: clamp(52px, 9vw, 122px);
}

.ams-mfg-capability__media {
	position: relative;
	min-height: 520px;
}

.ams-mfg-capability__media figure {
	margin: 0;
}

.ams-mfg-capability__large {
	width: 82%;
	height: 476px;
}

.ams-mfg-capability__large img,
.ams-mfg-capability__small img,
.ams-mfg-quality__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ams-mfg-capability__small {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 44%;
	height: 275px;
	padding: 11px 0 0 11px;
	background: var(--ams-mfg-white);
}

.ams-mfg-capability__small img {
	object-position: center;
}

.ams-mfg-capability__copy {
	padding: 18px 0;
}

.ams-mfg-capability__copy h2 {
	margin-bottom: 22px;
}

.ams-mfg-checklist {
	display: grid;
	gap: 16px;
	padding: 0;
	margin: 31px 0 0;
	list-style: none;
}

.ams-mfg-checklist li {
	position: relative;
	padding: 0 0 16px 23px;
	border-bottom: 1px solid var(--ams-mfg-line);
	color: var(--ams-mfg-muted);
	font-size: 15px;
	line-height: 1.58;
}

.ams-mfg-checklist li::before {
	position: absolute;
	top: .59em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ams-mfg-orange);
	content: "";
}

.ams-mfg-checklist strong {
	color: var(--ams-mfg-ink);
}

.ams-mfg-quality {
	padding: clamp(78px, 9vw, 125px) 0;
	background: var(--ams-mfg-navy);
}

.ams-mfg-quality__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(380px, .95fr);
	align-items: center;
	gap: clamp(48px, 9vw, 122px);
}

.ams-mfg-quality__copy {
	padding: 24px 0;
}

.ams-mfg-quality h2 {
	margin-bottom: 22px;
	color: var(--ams-mfg-white);
}

.ams-mfg-quality__copy > p:not(.ams-mfg-kicker) {
	max-width: 520px;
	margin: 0 0 28px;
	color: rgba(255, 255, 255, .76);
	font-size: 16px;
	line-height: 1.7;
}

.ams-mfg-inline-link {
	display: inline-flex;
	gap: 15px;
	padding-bottom: 6px;
	border-bottom: 2px solid var(--ams-mfg-orange);
	color: var(--ams-mfg-white);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.ams-mfg-inline-link:hover {
	color: var(--ams-mfg-orange);
}

.ams-mfg-quality__image {
	position: relative;
	margin: 0;
}

.ams-mfg-quality__image::after {
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 38%;
	height: 25%;
	border-right: 1px solid rgba(255, 255, 255, .34);
	border-bottom: 1px solid rgba(255, 255, 255, .34);
	content: "";
}

.ams-mfg-quality__image img {
	position: relative;
	z-index: 1;
	aspect-ratio: 1.2 / 1;
}

.ams-mfg-film {
	background: var(--ams-mfg-sky);
}

.ams-mfg-film__grid {
	display: grid;
	grid-template-columns: minmax(0, .75fr) minmax(440px, 1.08fr);
	align-items: center;
	gap: clamp(50px, 9vw, 116px);
}

.ams-mfg-film__copy h2 {
	margin: 0 0 22px;
	color: var(--ams-mfg-navy);
	font-size: clamp(31px, 3.3vw, 48px);
	font-weight: 800;
	letter-spacing: -.05em;
	line-height: 1.06;
}

.ams-mfg-film__copy > p:not(.ams-mfg-kicker) {
	max-width: 510px;
	margin: 0;
	color: var(--ams-mfg-muted);
	font-size: 16px;
	line-height: 1.68;
}

.ams-mfg-film__frame {
	position: relative;
	aspect-ratio: 16 / 9;
	background: var(--ams-mfg-navy);
	box-shadow: 18px 18px 0 rgba(9, 42, 93, .12);
}

.ams-mfg-film__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.ams-mfg-project__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--ams-mfg-line);
	border-left: 1px solid var(--ams-mfg-line);
}

.ams-mfg-project__grid article {
	min-height: 249px;
	padding: 32px 34px 28px;
	border-right: 1px solid var(--ams-mfg-line);
	border-bottom: 1px solid var(--ams-mfg-line);
}

.ams-mfg-project__grid article > p {
	margin: 0 0 32px;
	color: var(--ams-mfg-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ams-mfg-project__grid h3 {
	margin: 0;
	color: var(--ams-mfg-navy);
	font-size: 23px;
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.1;
}

.ams-mfg-project__grid article > span {
	display: block;
	width: 30px;
	height: 2px;
	margin: 21px 0 15px;
	background: var(--ams-mfg-orange);
}

.ams-mfg-project__grid article > div {
	color: var(--ams-mfg-muted);
	font-size: 14px;
	line-height: 1.58;
}

.ams-mfg-cta {
	padding: clamp(65px, 7.2vw, 100px) 0;
	background: var(--ams-mfg-blue);
}

.ams-mfg-cta__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) auto;
	align-items: end;
	gap: 48px;
}

.ams-mfg-cta h2 {
	max-width: 750px;
	margin-bottom: 18px;
	color: var(--ams-mfg-white);
}

.ams-mfg-cta p:not(.ams-mfg-kicker) {
	max-width: 730px;
	margin: 0;
	color: rgba(255, 255, 255, .8);
	font-size: 16px;
	line-height: 1.68;
}

.ams-mfg-cta__actions {
	justify-content: flex-end;
}

@media (max-width: 1060px) {
	.ams-mfg-capability__grid,
	.ams-mfg-quality__grid,
	.ams-mfg-film__grid {
		gap: 52px;
	}

	.ams-mfg-route__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ams-mfg-route__list--official {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ams-mfg-route__list--official li:nth-child(n) {
		border-top: 0;
		border-right: 0;
		border-left: 1px solid var(--ams-mfg-line);
	}

	.ams-mfg-route__list--official li:nth-child(1),
	.ams-mfg-route__list--official li:nth-child(2) {
		border-top: 1px solid var(--ams-mfg-line);
	}

	.ams-mfg-route__list--official li:nth-child(2n) {
		border-right: 1px solid var(--ams-mfg-line);
	}

	.ams-mfg-source-copy__grid {
		gap: 50px;
	}

	.ams-mfg-route__list li:nth-child(4) {
		border-left: 1px solid var(--ams-mfg-line);
	}

	.ams-mfg-route__list li:nth-child(4),
	.ams-mfg-route__list li:nth-child(5) {
		border-top: 0;
	}

	.ams-mfg-route__list li:nth-child(3) {
		border-right: 1px solid var(--ams-mfg-line);
	}

	.ams-mfg-route__list li:last-child {
		border-right: 1px solid var(--ams-mfg-line);
	}

	.ams-mfg-section-heading {
		gap: 30px;
	}

	.ams-mfg-project__grid article {
		padding-inline: 26px;
	}

	.ams-mfg-cta__grid {
		grid-template-columns: 1fr;
	}

	.ams-mfg-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 760px) {
	.ams-mfg-shell {
		width: min(100% - 36px, 570px);
	}

	.ams-mfg-hero {
		min-height: min(655px, calc(100svh - 76px));
	}

	.ams-mfg-hero__grid,
	.ams-mfg-capability__grid,
	.ams-mfg-quality__grid,
	.ams-mfg-film__grid,
	.ams-mfg-section-heading,
	.ams-mfg-cta__grid,
	.ams-mfg-source-copy__grid {
		grid-template-columns: 1fr;
	}

	.ams-mfg-source-copy {
		padding: 72px 0;
	}

	.ams-mfg-source-copy h2 {
		font-size: clamp(32px, 10vw, 48px);
	}

	.ams-mfg-source-copy--certificates figure {
		min-height: 340px;
	}

	.ams-mfg-breadcrumb {
		margin-bottom: 44px;
	}

	.ams-mfg-hero h1 {
		font-size: clamp(45px, 13.2vw, 59px);
	}

	.ams-mfg-hero__lead {
		font-size: 17px;
	}

	.ams-mfg-route,
	.ams-mfg-capability,
	.ams-mfg-project,
	.ams-mfg-film {
		padding: 71px 0;
	}

	.ams-mfg-section-heading {
		align-items: start;
		gap: 18px;
		margin-bottom: 35px;
	}

	.ams-mfg-section-heading h2,
	.ams-mfg-capability h2,
	.ams-mfg-quality h2,
	.ams-mfg-cta h2 {
		font-size: 34px;
	}

	.ams-mfg-route__list {
		grid-template-columns: 1fr;
	}

	.ams-mfg-route__list--official li:nth-child(n) {
		border-right: 1px solid var(--ams-mfg-line);
		border-left: 1px solid var(--ams-mfg-line);
		border-top: 0;
	}

	.ams-mfg-route__list--official li:first-child {
		border-top: 1px solid var(--ams-mfg-line);
	}

	.ams-mfg-route__list li,
	.ams-mfg-route__list li:nth-child(4),
	.ams-mfg-route__list li:last-child {
		min-height: 0;
		padding: 26px 26px 25px;
		border-right: 1px solid var(--ams-mfg-line);
		border-top: 0;
	}

	.ams-mfg-route__list li:first-child {
		border-top: 1px solid var(--ams-mfg-line);
	}

	.ams-mfg-route__number {
		margin-bottom: 22px;
	}

	.ams-mfg-capability__grid,
	.ams-mfg-quality__grid {
		gap: 41px;
	}

	.ams-mfg-capability__media {
		min-height: 385px;
	}

	.ams-mfg-capability__large {
		height: 355px;
	}

	.ams-mfg-capability__small {
		width: 43%;
		height: 202px;
	}

	.ams-mfg-quality {
		padding: 69px 0 76px;
	}

	.ams-mfg-quality__copy {
		padding: 0;
	}

	.ams-mfg-quality__image {
		margin-right: 12px;
	}

	.ams-mfg-quality__image::after {
		right: -12px;
		bottom: -12px;
	}

	.ams-mfg-film__frame {
		box-shadow: 10px 10px 0 rgba(9, 42, 93, .12);
	}

	.ams-mfg-project__grid {
		grid-template-columns: 1fr;
	}

	.ams-mfg-project__grid article {
		min-height: 0;
		padding: 27px 25px 25px;
	}

	.ams-mfg-project__grid article > p {
		margin-bottom: 19px;
	}

	.ams-mfg-cta {
		padding: 65px 0;
	}

	.ams-mfg-cta__grid {
		gap: 31px;
	}

	.ams-mfg-cta__actions,
	.ams-mfg-button {
		width: 100%;
	}

	.ams-mfg-actions .ams-mfg-button--text {
		justify-content: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ams-mfg-button {
		transition: none;
	}
}

/* Manufacturing hub: buyer decision paths */
.ams-mfg-foundation {
	padding: clamp(76px, 8vw, 112px) 0;
	background: var(--ams-mfg-cloud);
}

.ams-mfg-foundation__grid {
	display: grid;
	grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr);
	gap: clamp(48px, 8vw, 112px);
	align-items: start;
}

.ams-mfg-foundation__intro h2 {
	margin: 0 0 22px;
	color: var(--ams-mfg-navy);
	font-size: clamp(31px, 3.5vw, 49px);
	font-weight: 800;
	letter-spacing: -.05em;
	line-height: 1.06;
}

.ams-mfg-foundation__intro > p:not(.ams-mfg-kicker) {
	max-width: 510px;
	margin: 0;
	color: var(--ams-mfg-muted);
	font-size: 16px;
	line-height: 1.7;
}

.ams-mfg-foundation__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	border-top: 1px solid var(--ams-mfg-line);
	border-left: 1px solid var(--ams-mfg-line);
}

.ams-mfg-foundation__facts > div {
	display: grid;
	align-content: start;
	min-height: 186px;
	padding: 27px 24px;
	border-right: 1px solid var(--ams-mfg-line);
	border-bottom: 1px solid var(--ams-mfg-line);
	background: var(--ams-mfg-white);
}

.ams-mfg-foundation__facts dt {
	margin-bottom: 25px;
	color: var(--ams-mfg-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ams-mfg-foundation__facts dd {
	margin: 0;
	color: var(--ams-mfg-navy);
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1.28;
}

.ams-mfg-explore {
	scroll-margin-top: 92px;
}

.ams-mfg-paths {
	display: grid;
	gap: clamp(60px, 8vw, 104px);
}

.ams-mfg-path {
	display: grid;
	grid-template-columns: minmax(250px, .52fr) minmax(0, 1.48fr);
	gap: clamp(36px, 5vw, 72px);
	align-items: start;
}

.ams-mfg-path__heading {
	padding-top: 6px;
}

.ams-mfg-path__heading h3 {
	margin: 0 0 17px;
	color: var(--ams-mfg-navy);
	font-size: clamp(27px, 2.5vw, 37px);
	font-weight: 800;
	letter-spacing: -.05em;
	line-height: 1.05;
}

.ams-mfg-path__heading > p:not(.ams-mfg-kicker) {
	margin: 0;
	color: var(--ams-mfg-muted);
	font-size: 15px;
	line-height: 1.65;
}

.ams-mfg-explore__grid--plant-quality {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ams-mfg-explore__grid--brand-services {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ams-mfg-explore__grid--plant-quality a,
.ams-mfg-explore__grid--brand-services a {
	min-height: 230px;
}

@media (max-width: 1060px) {
	.ams-mfg-foundation__grid,
	.ams-mfg-path {
		grid-template-columns: 1fr;
	}

	.ams-mfg-foundation__grid {
		gap: 45px;
	}

	.ams-mfg-path {
		gap: 30px;
	}
}

@media (max-width: 760px) {
	.ams-mfg-foundation {
		padding: 70px 0;
	}

	.ams-mfg-foundation__intro h2 {
		font-size: 34px;
	}

	.ams-mfg-foundation__facts,
	.ams-mfg-explore__grid--plant-quality,
	.ams-mfg-explore__grid--brand-services {
		grid-template-columns: 1fr;
	}

	.ams-mfg-foundation__facts > div {
		min-height: 0;
		padding: 24px;
	}

	.ams-mfg-foundation__facts dt {
		margin-bottom: 12px;
	}

	.ams-mfg-paths {
		gap: 52px;
	}

	.ams-mfg-path__heading {
		padding-top: 0;
	}

	.ams-mfg-path__heading h3 {
		font-size: 30px;
	}
}

/* Manufacturing detail pages */
body.ams-manufacturing-detail-page #brx-content {
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--ams-mfg-white);
}

.ams-mfg-detail,
.ams-mfg-detail * {
	box-sizing: border-box;
}

.ams-mfg-detail {
	overflow: hidden;
}

.ams-mfg-detail__hero {
	position: relative;
	min-height: min(660px, calc(100svh - 100px));
	background: var(--ams-mfg-navy);
	isolation: isolate;
}

.ams-mfg-detail__hero::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(90deg, rgba(4, 27, 63, .92) 0%, rgba(7, 37, 80, .79) 51%, rgba(7, 27, 57, .46) 100%);
	content: "";
}

.ams-mfg-detail__hero-media {
	position: absolute;
	z-index: -2;
	inset: 0;
	margin: 0;
}

.ams-mfg-detail__hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ams-mfg-detail--control-de-calidad .ams-mfg-detail__hero-media img {
	object-position: 50% 55%;
}

.ams-mfg-detail__hero-inner {
	display: flex;
	min-height: inherit;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 85px 0;
}

.ams-mfg-detail__crumb {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
	margin-bottom: 51px;
	color: rgba(255, 255, 255, .58);
	font-size: 13px;
	font-weight: 700;
}

.ams-mfg-detail__crumb a {
	color: rgba(255, 255, 255, .86);
	text-decoration: none;
}

.ams-mfg-detail__crumb a:hover,
.ams-mfg-detail__crumb a:focus-visible {
	color: var(--ams-mfg-orange);
}

.ams-mfg-detail h1 {
	max-width: 800px;
	margin: 0 0 25px;
	color: var(--ams-mfg-white);
	font-size: clamp(49px, 5.8vw, 79px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: .98;
}

.ams-mfg-detail__lead {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, .91);
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.57;
}

.ams-mfg-detail__hero-action {
	margin-top: 30px;
}

.ams-mfg-detail__chapter-nav {
	border-bottom: 1px solid var(--ams-mfg-line);
	background: var(--ams-mfg-white);
}

.ams-mfg-detail__chapter-nav > div {
	display: flex;
	min-height: 68px;
	overflow-x: auto;
	align-items: stretch;
	gap: 0;
	scrollbar-width: thin;
}

.ams-mfg-detail__chapter-nav a {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	padding: 0 18px;
	border-left: 1px solid var(--ams-mfg-line);
	color: var(--ams-mfg-muted);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.ams-mfg-detail__chapter-nav a:first-child {
	padding-left: 0;
	border-left: 0;
}

.ams-mfg-detail__chapter-nav a[aria-current="page"],
.ams-mfg-detail__chapter-nav a:hover,
.ams-mfg-detail__chapter-nav a:focus-visible {
	color: var(--ams-mfg-blue);
	box-shadow: inset 0 -3px 0 var(--ams-mfg-orange);
	outline: 0;
}

.ams-mfg-detail__overview,
.ams-mfg-detail__sequence {
	padding: clamp(78px, 9vw, 125px) 0;
}

.ams-mfg-detail__overview-grid {
	display: grid;
	grid-template-columns: minmax(0, .98fr) minmax(370px, .82fr);
	align-items: center;
	gap: clamp(54px, 10vw, 138px);
}

.ams-mfg-detail h2 {
	margin: 0;
	color: var(--ams-mfg-navy);
	font-size: clamp(31px, 3.5vw, 49px);
	font-weight: 800;
	letter-spacing: -.05em;
	line-height: 1.06;
}

.ams-mfg-detail__overview-grid > div > p:not(.ams-mfg-kicker) {
	max-width: 570px;
	margin: 23px 0 0;
	color: var(--ams-mfg-muted);
	font-size: 16px;
	line-height: 1.7;
}

.ams-mfg-detail__overview-grid figure,
.ams-mfg-detail__proof figure {
	margin: 0;
}

.ams-mfg-detail__overview-grid figure {
	position: relative;
	margin-right: 20px;
}

.ams-mfg-detail__overview-grid figure::after {
	position: absolute;
	z-index: 0;
	top: 20px;
	right: -20px;
	bottom: -20px;
	left: 20px;
	border: 1px solid var(--ams-mfg-orange);
	content: "";
}

.ams-mfg-detail__overview-grid img,
.ams-mfg-detail__proof img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ams-mfg-detail__overview-grid img {
	aspect-ratio: 1.12 / 1;
}

.ams-mfg-detail__context {
	padding: clamp(74px, 9vw, 118px) 0;
	border-top: 1px solid var(--ams-mfg-line);
	background: var(--ams-mfg-white);
}

.ams-mfg-detail__context-grid {
	display: grid;
	grid-template-columns: minmax(230px, .68fr) minmax(0, 1.05fr);
	gap: clamp(44px, 9vw, 132px);
}

.ams-mfg-detail__context h2,
.ams-mfg-detail__checks h2 {
	max-width: 470px;
}

.ams-mfg-detail__context-copy {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(210px, .5fr);
	gap: 30px 43px;
}

.ams-mfg-detail__context-copy > p {
	margin: 0;
	color: var(--ams-mfg-muted);
	font-size: 16px;
	line-height: 1.72;
}

.ams-mfg-detail__checks {
	padding: clamp(74px, 9vw, 118px) 0;
	background: #edf4fa;
}

.ams-mfg-detail__checks-heading {
	max-width: 690px;
	margin-bottom: 49px;
}

.ams-mfg-detail__checks-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--ams-mfg-line);
	border-left: 1px solid var(--ams-mfg-line);
}

.ams-mfg-detail__checks-grid article {
	min-height: 232px;
	padding: 28px 27px;
	border-right: 1px solid var(--ams-mfg-line);
	border-bottom: 1px solid var(--ams-mfg-line);
	background: var(--ams-mfg-white);
}

.ams-mfg-detail__checks-grid article > span {
	display: block;
	margin-bottom: 38px;
	color: var(--ams-mfg-orange);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
}

.ams-mfg-detail__checks-grid h3 {
	margin: 0 0 13px;
	color: var(--ams-mfg-navy);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.12;
}

.ams-mfg-detail__checks-grid p {
	margin: 0;
	color: var(--ams-mfg-muted);
	font-size: 14px;
	line-height: 1.62;
}

.ams-mfg-detail__metrics {
	padding: 0;
	background: var(--ams-mfg-navy);
}

.ams-mfg-detail__metrics .ams-mfg-shell {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ams-mfg-detail__metrics div > div {
	display: grid;
	min-height: 198px;
	align-content: center;
	gap: 10px;
	padding: 30px 38px;
	border-right: 1px solid rgba(255, 255, 255, .18);
}

.ams-mfg-detail__metrics div > div:first-child {
	border-left: 1px solid rgba(255, 255, 255, .18);
}

.ams-mfg-detail__metrics strong {
	color: var(--ams-mfg-orange);
	font-size: clamp(43px, 4.3vw, 63px);
	font-weight: 800;
	letter-spacing: -.06em;
	line-height: .9;
}

.ams-mfg-detail__metrics span {
	max-width: 190px;
	color: rgba(255, 255, 255, .75);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.ams-mfg-detail__sequence {
	background: var(--ams-mfg-cloud);
}

.ams-mfg-detail__section-heading {
	max-width: 690px;
	margin-bottom: 54px;
}

.ams-mfg-detail__steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	padding: 0;
	margin: 0;
	border-top: 1px solid var(--ams-mfg-line);
	border-left: 1px solid var(--ams-mfg-line);
	list-style: none;
}

.ams-mfg-detail__steps--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ams-mfg-detail__steps--six {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ams-mfg-detail__steps--eight {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ams-mfg-detail__steps li {
	position: relative;
	min-height: 267px;
	padding: 31px 27px 29px;
	border-right: 1px solid var(--ams-mfg-line);
	border-bottom: 1px solid var(--ams-mfg-line);
	background: var(--ams-mfg-white);
}

.ams-mfg-detail__steps li::before {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--ams-mfg-orange);
	content: "";
}

.ams-mfg-detail__steps li > span {
	display: block;
	margin-bottom: 42px;
	color: var(--ams-mfg-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
}

.ams-mfg-detail__steps h3 {
	margin: 0 0 13px;
	color: var(--ams-mfg-navy);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.12;
}

.ams-mfg-detail__steps p {
	margin: 0;
	color: var(--ams-mfg-muted);
	font-size: 14px;
	line-height: 1.6;
}

.ams-mfg-detail__proof {
	padding: clamp(80px, 9vw, 128px) 0;
	background: var(--ams-mfg-navy);
}

.ams-mfg-detail__proof-grid {
	display: grid;
	grid-template-columns: minmax(360px, .85fr) minmax(0, .96fr);
	align-items: center;
	gap: clamp(52px, 10vw, 140px);
}

.ams-mfg-detail__proof figure {
	position: relative;
	margin-left: 20px;
}

.ams-mfg-detail__proof figure::before {
	position: absolute;
	z-index: 0;
	top: -20px;
	right: 20px;
	bottom: 20px;
	left: -20px;
	border: 1px solid rgba(255, 255, 255, .35);
	content: "";
}

.ams-mfg-detail__proof img {
	aspect-ratio: 1 / 1.07;
}

.ams-mfg-detail__proof h2 {
	margin-bottom: 29px;
	color: var(--ams-mfg-white);
}

.ams-mfg-detail__proof ul {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, .23);
	list-style: none;
}

.ams-mfg-detail__proof li {
	display: grid;
	grid-template-columns: minmax(115px, .32fr) 1fr;
	gap: 18px;
	padding: 17px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .23);
}

.ams-mfg-detail__proof li strong {
	color: var(--ams-mfg-orange);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.ams-mfg-detail__proof li span {
	color: rgba(255, 255, 255, .76);
	font-size: 14px;
	line-height: 1.55;
}

.ams-mfg-detail__faq {
	padding: clamp(78px, 9vw, 120px) 0;
	background: var(--ams-mfg-white);
}

.ams-mfg-detail__faq-grid {
	display: grid;
	grid-template-columns: minmax(260px, .73fr) minmax(0, 1fr);
	gap: clamp(46px, 9vw, 138px);
}

.ams-mfg-detail__faq-grid header > p:not(.ams-mfg-kicker) {
	max-width: 450px;
	margin: 21px 0 0;
	color: var(--ams-mfg-muted);
	font-size: 16px;
	line-height: 1.68;
}

.ams-mfg-detail__faq details {
	border-top: 1px solid var(--ams-mfg-line);
}

.ams-mfg-detail__faq details:last-child {
	border-bottom: 1px solid var(--ams-mfg-line);
}

.ams-mfg-detail__faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 23px;
	padding: 21px 0;
	color: var(--ams-mfg-navy);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.32;
	cursor: pointer;
	list-style: none;
}

.ams-mfg-detail__faq summary::-webkit-details-marker { display: none; }
.ams-mfg-detail__faq summary span { flex: 0 0 auto; color: var(--ams-mfg-orange); font-size: 26px; font-weight: 400; line-height: 1; }
.ams-mfg-detail__faq details[open] summary span { transform: rotate(45deg); }
.ams-mfg-detail__faq details > p { max-width: 740px; margin: -3px 0 22px; color: var(--ams-mfg-muted); font-size: 15px; line-height: 1.68; }

.ams-mfg-detail__cta {
	padding: clamp(66px, 7.5vw, 104px) 0;
	background: var(--ams-mfg-blue);
}

.ams-mfg-detail__cta .ams-mfg-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto;
	align-items: end;
	gap: 52px;
}

.ams-mfg-detail__cta h2 {
	max-width: 780px;
	margin-bottom: 18px;
	color: var(--ams-mfg-white);
}

.ams-mfg-detail__cta p:not(.ams-mfg-kicker) {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, .8);
	font-size: 16px;
	line-height: 1.68;
}

@media (max-width: 1060px) {
	.ams-mfg-explore__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ams-mfg-detail__overview-grid,
	.ams-mfg-detail__proof-grid,
	.ams-mfg-detail__context-grid,
	.ams-mfg-operations__grid,
	.ams-mfg-detail__faq-grid {
		gap: 55px;
	}

	.ams-mfg-detail__context-copy {
		grid-template-columns: 1fr;
	}

	.ams-mfg-detail__steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ams-mfg-detail__steps--three {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.ams-mfg-explore__grid,
	.ams-mfg-operations__grid,
	.ams-mfg-detail__overview-grid,
	.ams-mfg-detail__proof-grid,
	.ams-mfg-detail__context-grid,
	.ams-mfg-detail__faq-grid,
	.ams-mfg-detail__cta .ams-mfg-shell {
		grid-template-columns: 1fr;
	}

	.ams-mfg-explore__grid a {
		min-height: 0;
		padding: 25px;
	}

	.ams-mfg-explore__grid span {
		margin-bottom: 22px;
	}

	.ams-mfg-detail__hero {
		min-height: min(620px, calc(100svh - 76px));
	}

	.ams-mfg-detail__hero-inner {
		padding: 70px 0;
	}

	.ams-mfg-detail__crumb {
		margin-bottom: 42px;
	}

	.ams-mfg-detail h1 {
		font-size: clamp(43px, 12.2vw, 59px);
	}

	.ams-mfg-detail__chapter-nav > div {
		width: min(100% - 36px, 570px);
	}

	.ams-mfg-detail__chapter-nav a {
		padding-inline: 14px;
	}

	.ams-mfg-detail__overview,
	.ams-mfg-detail__sequence,
	.ams-mfg-detail__proof,
	.ams-mfg-detail__context,
	.ams-mfg-detail__checks,
	.ams-mfg-detail__faq {
		padding: 70px 0;
	}

	.ams-mfg-detail__overview-grid,
	.ams-mfg-detail__proof-grid {
		gap: 42px;
	}

	.ams-mfg-detail h2 {
		font-size: 34px;
	}

	.ams-mfg-detail__overview-grid figure {
		margin-right: 12px;
	}

	.ams-mfg-detail__overview-grid figure::after {
		top: 12px;
		right: -12px;
		bottom: -12px;
		left: 12px;
	}

	.ams-mfg-detail__metrics .ams-mfg-shell,
	.ams-mfg-detail__steps,
	.ams-mfg-detail__steps--three,
	.ams-mfg-detail__checks-grid,
	.ams-mfg-operations__cards {
		grid-template-columns: 1fr;
	}

	.ams-mfg-detail__metrics div > div,
	.ams-mfg-detail__metrics div > div:first-child {
		min-height: 0;
		padding: 28px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .18);
		border-left: 0;
	}

	.ams-mfg-detail__metrics div > div:last-child {
		border-bottom: 0;
	}

	.ams-mfg-detail__section-heading {
		margin-bottom: 35px;
	}

	.ams-mfg-detail__steps li {
		min-height: 0;
		padding: 26px 25px 25px;
	}

	.ams-mfg-detail__steps li > span {
		margin-bottom: 21px;
	}

	.ams-mfg-detail__proof figure {
		margin: 20px 0 0 12px;
	}

	.ams-mfg-detail__proof figure::before {
		top: -12px;
		right: 12px;
		bottom: 12px;
		left: -12px;
	}

	.ams-mfg-detail__proof li {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.ams-mfg-detail__cta .ams-mfg-shell {
		gap: 31px;
	}

	.ams-mfg-detail__cta .ams-mfg-button {
		width: 100%;
	}
}

/* Capacity page: decision-oriented layouts, intentionally separate from the shared card grids. */
.ams-capacity-blueprint {
	padding: clamp(86px, 10vw, 144px) 0;
	background: #eef4f8;
}

.ams-capacity-blueprint__heading {
	max-width: 820px;
	margin-bottom: clamp(42px, 5vw, 68px);
}

.ams-capacity-blueprint__heading > p:not(.ams-mfg-kicker) {
	max-width: 650px;
	margin: 22px 0 0;
	color: var(--ams-mfg-muted);
	font-size: 16px;
	line-height: 1.68;
}

.ams-capacity-blueprint__board {
	display: grid;
	grid-template-areas:
		"scale families"
		"scale lead"
		"flow flow";
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
	border: 1px solid #cbd9e5;
	background: var(--ams-mfg-white);
}

.ams-capacity-blueprint__scale {
	grid-area: scale;
	padding: clamp(35px, 4vw, 58px);
	background: var(--ams-mfg-navy);
	color: var(--ams-mfg-white);
}

.ams-capacity-blueprint__label {
	margin: 0 0 32px;
	color: var(--ams-mfg-orange);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ams-capacity-blueprint h3 {
	margin: 0;
	font-size: clamp(26px, 2.4vw, 37px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.05;
}

.ams-capacity-blueprint__scale h3 {
	max-width: 470px;
	color: var(--ams-mfg-white);
}

.ams-capacity-blueprint__scale dl {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	padding-top: 42px;
	margin: 42px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .24);
}

.ams-capacity-blueprint__scale dl > div {
	display: flex;
	flex-direction: column-reverse;
	gap: 10px;
}

.ams-capacity-blueprint__scale dt {
	margin: 0;
	color: rgba(255, 255, 255, .68);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.ams-capacity-blueprint__scale dd {
	margin: 0;
	color: var(--ams-mfg-orange);
	font-size: clamp(38px, 4.2vw, 61px);
	font-weight: 800;
	letter-spacing: -.065em;
	line-height: .88;
}

.ams-capacity-blueprint__families,
.ams-capacity-blueprint__lead-time {
	padding: clamp(34px, 4vw, 51px);
}

.ams-capacity-blueprint__families {
	grid-area: families;
	border-bottom: 1px solid #cbd9e5;
}

.ams-capacity-blueprint__families h3,
.ams-capacity-blueprint__lead-time h3,
.ams-capacity-blueprint__flow h3 {
	color: var(--ams-mfg-navy);
}

.ams-capacity-blueprint__families > p:not(.ams-capacity-blueprint__label),
.ams-capacity-blueprint__lead-time > p:not(.ams-capacity-blueprint__label),
.ams-capacity-blueprint__flow p {
	margin: 15px 0 0;
	color: var(--ams-mfg-muted);
	font-size: 14px;
	line-height: 1.66;
}

.ams-capacity-blueprint__families ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 27px 0 0;
	list-style: none;
}

.ams-capacity-blueprint__families li {
	padding: 7px 10px;
	border: 1px solid #c5d4e0;
	color: var(--ams-mfg-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1;
	text-transform: uppercase;
}

.ams-capacity-blueprint__lead-time {
	grid-area: lead;
	background: #f8fafb;
}

.ams-capacity-blueprint__lead-time .ams-capacity-blueprint__label {
	margin-bottom: 14px;
}

.ams-capacity-blueprint__lead-time > strong {
	display: block;
	margin-bottom: 17px;
	color: var(--ams-mfg-orange);
	font-size: clamp(46px, 5.2vw, 73px);
	font-weight: 800;
	letter-spacing: -.075em;
	line-height: .8;
}

.ams-capacity-blueprint__flow {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
	grid-area: flow;
	padding: clamp(34px, 4vw, 52px);
	border-top: 1px solid #cbd9e5;
	background: var(--ams-mfg-white);
}

.ams-capacity-blueprint__flow article {
	position: relative;
	padding-top: 30px;
}

.ams-capacity-blueprint__flow article::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--ams-mfg-orange);
	content: "";
}

.ams-capacity-blueprint__flow article > span {
	color: var(--ams-mfg-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.ams-capacity-blueprint__flow h3 {
	margin-top: 13px;
	font-size: clamp(21px, 1.9vw, 28px);
}

.ams-capacity-blueprint__flow i {
	align-self: start;
	height: 1px;
	margin-top: 3px;
	background: #cbd9e5;
}

.ams-capacity-brief {
	padding: clamp(86px, 10vw, 144px) 0;
	background: var(--ams-mfg-white);
}

.ams-capacity-brief__heading {
	display: grid;
	grid-template-columns: minmax(280px, .82fr) minmax(0, .9fr);
	align-items: end;
	gap: clamp(38px, 8vw, 130px);
	margin-bottom: clamp(44px, 5vw, 70px);
}

.ams-capacity-brief__heading > p:not(.ams-mfg-kicker) {
	max-width: 490px;
	margin: 0 0 5px;
	color: var(--ams-mfg-muted);
	font-size: 16px;
	line-height: 1.7;
}

.ams-capacity-brief__sheet {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 2px solid var(--ams-mfg-navy);
	border-bottom: 1px solid #cbd9e5;
}

.ams-capacity-brief__sheet > section {
	padding: clamp(31px, 4vw, 53px) clamp(25px, 4vw, 58px) clamp(35px, 4vw, 56px) 0;
}

.ams-capacity-brief__sheet > section + section {
	padding-right: 0;
	padding-left: clamp(25px, 4vw, 58px);
	border-left: 1px solid #cbd9e5;
}

.ams-capacity-brief__sheet header {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 15px;
	align-items: start;
	margin-bottom: 42px;
}

.ams-capacity-brief__sheet header > span {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 1px solid var(--ams-mfg-orange);
	color: var(--ams-mfg-orange);
	font-size: 12px;
	font-weight: 800;
}

.ams-capacity-brief__sheet header p {
	margin: 0 0 8px;
	color: var(--ams-mfg-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ams-capacity-brief__sheet h3 {
	margin: 0;
	color: var(--ams-mfg-navy);
	font-size: clamp(25px, 2.6vw, 36px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.05;
}

.ams-capacity-brief__sheet dl {
	padding: 0;
	margin: 0;
}

.ams-capacity-brief__sheet dl > div {
	display: grid;
	grid-template-columns: minmax(130px, .6fr) minmax(0, 1fr);
	gap: 22px;
	padding: 19px 0;
	border-top: 1px solid #d7e1e9;
}

.ams-capacity-brief__sheet dt {
	color: var(--ams-mfg-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.ams-capacity-brief__sheet dd {
	margin: 0;
	color: var(--ams-mfg-muted);
	font-size: 14px;
	line-height: 1.58;
}

.ams-capacity-brief__note {
	margin: 26px 0 0;
	color: var(--ams-mfg-muted);
	font-size: 14px;
	line-height: 1.62;
}

.ams-capacity-brief__note strong {
	color: var(--ams-mfg-navy);
}

@media (max-width: 920px) {
	.ams-capacity-blueprint__board {
		grid-template-areas:
			"scale"
			"families"
			"lead"
			"flow";
		grid-template-columns: 1fr;
	}

	.ams-capacity-blueprint__families {
		border-bottom: 1px solid #cbd9e5;
	}

	.ams-capacity-brief__heading {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

@media (max-width: 680px) {
	.ams-capacity-blueprint,
	.ams-capacity-brief {
		padding: 70px 0;
	}

	.ams-capacity-blueprint__scale,
	.ams-capacity-blueprint__families,
	.ams-capacity-blueprint__lead-time,
	.ams-capacity-blueprint__flow {
		padding: 30px 25px;
	}

	.ams-capacity-blueprint__scale dl {
		grid-template-columns: 1fr;
		gap: 22px;
		padding-top: 29px;
		margin-top: 30px;
	}

	.ams-capacity-blueprint__flow {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.ams-capacity-blueprint__flow i {
		width: 1px;
		height: 32px;
		margin: 0 0 0 3px;
	}

	.ams-capacity-brief__sheet {
		grid-template-columns: 1fr;
	}

	.ams-capacity-brief__sheet > section,
	.ams-capacity-brief__sheet > section + section {
		padding: 29px 0 35px;
		border-left: 0;
	}

	.ams-capacity-brief__sheet > section + section {
		border-top: 1px solid #cbd9e5;
	}

	.ams-capacity-brief__sheet header {
		margin-bottom: 28px;
	}

	.ams-capacity-brief__sheet dl > div {
		grid-template-columns: 1fr;
		gap: 7px;
		padding: 17px 0;
	}
}

/* Corporate Testing page replica, scoped to the quality-control URL only. */
.ams-testing-source,
.ams-testing-source * {
	box-sizing: border-box;
}

.ams-testing-source {
	background: var(--ams-mfg-white);
	color: var(--ams-mfg-navy);
}

.ams-testing-source__hero {
	position: relative;
	min-height: clamp(400px, 39vw, 560px);
	background: var(--ams-mfg-navy);
	isolation: isolate;
}

.ams-testing-source__hero::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(90deg, rgba(4, 25, 56, .82) 0%, rgba(4, 25, 56, .58) 48%, rgba(4, 25, 56, .25) 100%);
	content: "";
}

.ams-testing-source__hero-media {
	position: absolute;
	z-index: -2;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ams-testing-source__hero-media--thickness {
	object-position: 50% 32%;
}

.ams-testing-source__hero-content {
	position: relative;
	display: flex;
	width: min(1140px, calc(100% - 48px));
	min-height: inherit;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(70px, 7vw, 112px) 0;
}

.ams-testing-source__crumb {
	position: absolute;
	top: 76px;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	color: rgba(255, 255, 255, .62);
	font-size: 13px;
	font-weight: 700;
}

.ams-testing-source__crumb a {
	color: rgba(255, 255, 255, .9);
	text-decoration: none;
}

.ams-testing-source__crumb a:hover,
.ams-testing-source__crumb a:focus-visible {
	color: var(--ams-mfg-orange);
}

.ams-testing-source__hero h1 {
	align-self: center;
	width: min(100%, 970px);
	max-width: 970px;
	margin: calc(18px + clamp(34px, 4vw, 51px)) 0 0;
	color: var(--ams-mfg-white);
	font-size: clamp(38px, 4.6vw, 66px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1.02;
	text-align: center;
}


.ams-testing-source__gallery-intro {
	max-width: none;
	margin: 0 0 clamp(44px, 5vw, 68px);
	color: var(--ams-mfg-muted);
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.66;
}

.ams-testing-source__gallery {
	padding: clamp(62px, 7vw, 98px) 0 clamp(44px, 6vw, 76px);
}

.ams-testing-source__equipment-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(25px, 3vw, 46px) clamp(18px, 2vw, 30px);
}

.ams-testing-source__equipment-grid article {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ams-testing-source__equipment-grid figure,
.ams-testing-source__notes figure {
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: #eef2f5;
}

.ams-testing-source__equipment-grid img,
.ams-testing-source__notes img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ams-testing-source__equipment-grid img {
	aspect-ratio: 18 / 25;
	transition: transform .35s ease;
}

.ams-testing-source__equipment-grid article:hover img {
	transform: scale(1.025);
}

.ams-testing-source__equipment-grid a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 175px;
	margin-top: 20px;
	padding: 12px 18px;
	border: 1px solid var(--ams-mfg-orange);
	color: var(--ams-mfg-navy);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .015em;
	line-height: 1;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}

.ams-testing-source__equipment-grid a:hover,
.ams-testing-source__equipment-grid a:focus-visible {
	background: var(--ams-mfg-orange);
	color: var(--ams-mfg-navy);
	outline: 0;
}

.ams-testing-source__notes {
	padding: clamp(42px, 5vw, 74px) 0 clamp(76px, 9vw, 126px);
}

.ams-testing-source__notes-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(30px, 4vw, 62px);
}

.ams-testing-source__notes article {
	text-align: center;
}

.ams-testing-source__notes img {
	aspect-ratio: 2 / 1;
}

.ams-testing-source__notes h2 {
	max-width: 510px;
	margin: 29px auto 18px;
	color: var(--ams-mfg-navy);
	font-size: clamp(25px, 2.4vw, 35px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.1;
}

.ams-testing-source__notes ul {
	max-width: 540px;
	padding: 0;
	margin: 0 auto;
	color: var(--ams-mfg-muted);
	font-size: 15px;
	line-height: 1.65;
	list-style-position: inside;
	text-align: left;
}

.ams-testing-source__notes li + li {
	margin-top: 11px;
}

@media (max-width: 760px) {
	.ams-testing-source__hero-media--thickness {
		object-position: 50% 25%;
	}

	.ams-testing-source__hero {
		min-height: 390px;
	}

	.ams-testing-source__hero-content {
		padding: 62px 0;
	}

	.ams-testing-source__crumb,
	.ams-certificates-source__crumb {
		top: 54px;
	}

	.ams-testing-source__equipment-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 16px;
	}

	.ams-testing-source__equipment-grid a {
		min-width: 0;
		width: 100%;
		padding-inline: 10px;
		font-size: 11px;
	}

	.ams-testing-source__notes-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 460px) {
	.ams-testing-source__equipment-grid {
		grid-template-columns: 1fr;
	}

	.ams-testing-source__equipment-grid article {
		max-width: 360px;
		margin-inline: auto;
	}
}

/* Corporate Certificates page replica, scoped to the certifications URL only. */
.ams-certificates-source,
.ams-certificates-source * {
	box-sizing: border-box;
}

.ams-certificates-source {
	background: var(--ams-mfg-white);
	color: var(--ams-mfg-navy);
}

.ams-certificates-source__hero {
	position: relative;
	min-height: clamp(350px, 34vw, 550px);
	overflow: hidden;
	background: var(--ams-mfg-navy);
}

.ams-certificates-source__hero > img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ams-certificates-source__hero-overlay {
	position: relative;
	display: grid;
	min-height: inherit;
	place-items: center;
	padding: 56px 0;
	text-align: center;
	isolation: isolate;
}

.ams-certificates-source__hero-overlay::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: rgba(5, 29, 60, .6);
	content: "";
}

.ams-certificates-source__crumb {
	position: absolute;
	z-index: 3;
	top: clamp(108px, 8vw, 124px);
	left: max(24px, calc((100% - 1140px) / 2));
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
	max-width: calc(100% - 48px);
	margin: 0;
	padding: 8px 12px;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: rgba(255, 255, 255, .82);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .035em;
	text-align: left;
	text-transform: uppercase;
}

.ams-certificates-source__crumb a {
	color: var(--ams-mfg-white);
	text-decoration: none;
}

.ams-certificates-source__crumb a:hover,
.ams-certificates-source__crumb a:focus-visible {
	color: var(--ams-mfg-orange);
}

.ams-certificates-source__hero h1 {
	max-width: 950px;
	margin: 56px auto 0;
	color: var(--ams-mfg-white);
	font-size: clamp(42px, 5.1vw, 72px);
	font-weight: 800;
	letter-spacing: -.06em;
	line-height: 1;
}

.ams-certificates-source__intro {
	padding: clamp(65px, 7vw, 100px) 0;
	background: var(--ams-mfg-white);
}

.ams-certificates-source__intro ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 62px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.ams-certificates-source__intro li {
	position: relative;
	padding-top: 25px;
	border-top: 1px solid #cfdae4;
	color: var(--ams-mfg-muted);
	font-size: clamp(16px, 1.4vw, 18px);
	font-weight: 600;
	line-height: 1.62;
}

.ams-certificates-source__intro li::before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 42px;
	height: 3px;
	background: var(--ams-mfg-orange);
	content: "";
}

.ams-certificates-source__gallery {
	padding: clamp(68px, 8vw, 112px) 0 clamp(80px, 9vw, 132px);
	background: #f4f6f9;
}

.ams-certificates-source__gallery h2 {
	margin: 0 0 clamp(37px, 5vw, 64px);
	color: var(--ams-mfg-navy);
	font-size: clamp(31px, 3.6vw, 50px);
	font-weight: 800;
	letter-spacing: -.05em;
	line-height: 1.08;
}

.ams-certificates-source__gallery > div > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2.6vw, 40px) clamp(18px, 2.2vw, 32px);
}

.ams-certificates-source__gallery figure {
	margin: 0;
	background: var(--ams-mfg-white);
	box-shadow: 0 10px 28px rgba(12, 46, 80, .07);
}

.ams-certificates-source__gallery img {
	display: block;
	width: 100%;
	aspect-ratio: 775 / 1110;
	object-fit: cover;
}

@media (max-width: 760px) {
	.ams-certificates-source__hero {
		min-height: 390px;
	}

	.ams-certificates-source__hero-overlay {
		padding: 54px 0;
	}

	.ams-certificates-source__crumb {
		top: 88px;
		left: 18px;
		max-width: calc(100% - 36px);
		font-size: 12px;
	}

	.ams-certificates-source__hero h1 {
		margin-top: 48px;
	}

	.ams-certificates-source__intro ul,
	.ams-certificates-source__gallery > div > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ams-certificates-source__intro ul {
		gap: 32px 20px;
	}

	.ams-certificates-source__intro li:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 480px) {
	.ams-certificates-source__intro ul,
	.ams-certificates-source__gallery > div > div {
		grid-template-columns: 1fr;
	}

	.ams-certificates-source__intro li:last-child {
		grid-column: auto;
	}
}
