body.page-id-95 .wd-page-title,
body.page-id-96 .wd-page-title {
	display: none !important;
}

body.page-id-95 .main-page-wrapper,
body.page-id-96 .main-page-wrapper {
	padding-top: 0 !important;
	background: #f7f4f1 !important;
}

body.page-id-95 footer.footer-container,
body.page-id-96 footer.footer-container {
	display: none !important;
}

body.page-id-95 .website-wrapper,
body.page-id-96 .website-wrapper {
	background: #f7f4f1 !important;
}

.asp-page {
	--asp-cream: #f7f4f1;
	--asp-paper: #fffdfb;
	--asp-soft: #eee8df;
	--asp-line: #ded7cd;
	--asp-ink: #292521;
	--asp-muted: #6f675e;
	--asp-red: #94272b;
	--asp-red-dark: #741d22;
	--asp-teal: #315f61;
	--asp-container: 1760px;
	--asp-gutter: clamp(28px, 5vw, 72px);
	background: var(--asp-cream);
	color: var(--asp-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	letter-spacing: 0;
	overflow-x: hidden;
}

.asp-page *,
.asp-page *::before,
.asp-page *::after {
	box-sizing: border-box;
}

.asp-page img {
	display: block;
	max-width: 100%;
}

.asp-page h1,
.asp-page h2,
.asp-logo {
	color: var(--asp-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: 0;
}

.asp-page h3,
.asp-page p {
	letter-spacing: 0;
}

.asp-container {
	width: calc(100% - var(--asp-gutter) - var(--asp-gutter));
	max-width: var(--asp-container);
	margin: 0 auto;
}

.asp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
}

.asp-btn,
.asp-page button.asp-btn {
	min-height: 48px;
	padding: 0 24px;
	border: 1px solid #c9beb2;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	background: #fff;
	color: var(--asp-ink) !important;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.asp-btn:hover {
	transform: translateY(-1px);
}

.asp-btn-primary,
.asp-page button.asp-btn-primary {
	border-color: var(--asp-red);
	background: var(--asp-red);
	color: #fff !important;
}

.asp-btn-primary:hover,
.asp-page button.asp-btn-primary:hover {
	border-color: var(--asp-red-dark);
	background: var(--asp-red-dark);
}

.asp-btn-ghost,
.asp-page button.asp-btn-ghost {
	border-color: rgba(255, 255, 255, .68);
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
}

.asp-btn-light {
	min-width: 280px;
	border-color: #fff;
	background: #fff;
	color: var(--asp-red) !important;
}

.asp-btn-icon,
.asp-btn svg,
.asp-text-link svg {
	width: 18px;
	height: 18px;
	display: inline-block;
}

.asp-btn svg,
.asp-text-link svg,
.asp-stat-icon svg,
.asp-process-icon svg,
.asp-visit-items svg,
.asp-feature-grid svg,
.asp-values svg,
.asp-cta svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.asp-factory-hero {
	min-height: 560px;
	position: relative;
	display: flex;
	align-items: center;
	background:
		linear-gradient(90deg, rgba(24, 20, 18, .83), rgba(24, 20, 18, .47) 44%, rgba(24, 20, 18, .08)),
		var(--asp-hero-image) center / cover no-repeat;
}

.asp-hero-copy {
	width: min(710px, 100%);
	padding: 82px 0;
	color: #fff;
}

.asp-hero-copy h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 54px;
	line-height: 1.02;
}

.asp-hero-copy p {
	max-width: 650px;
	margin: 0 0 30px;
	color: rgba(255, 255, 255, .92);
	font-size: 18px;
	line-height: 1.55;
}

.asp-stats {
	min-height: 110px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	align-items: stretch;
	border: 1px solid var(--asp-line);
	border-top: 0;
	background: rgba(255, 253, 251, .72);
	box-shadow: 0 14px 36px rgba(60, 45, 35, .05);
}

.asp-stat {
	min-width: 0;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	gap: 2px 14px;
	align-content: center;
	padding: 22px 28px;
	border-right: 1px solid var(--asp-line);
}

.asp-stat:last-child {
	border-right: 0;
}

.asp-stat-icon {
	grid-row: 1 / 3;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	color: var(--asp-teal);
}

.asp-stat-icon svg {
	width: 36px;
	height: 36px;
}

.asp-stat strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.05;
}

.asp-stat span:last-child {
	color: #4d4640;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.asp-section {
	padding: 58px 0;
}

.asp-section-tight {
	padding-top: 30px;
}

.asp-section-head {
	margin-bottom: 28px;
}

.asp-section-head h2,
.asp-simple-title,
.asp-heading-row h2,
.asp-who h2,
.asp-reach h2,
.asp-transparency h2,
.asp-capacity h2,
.asp-visit h2 {
	margin: 0 0 10px;
	font-size: 34px;
	line-height: 1.12;
}

.asp-section-head p,
.asp-heading-row p,
.asp-who p,
.asp-reach p,
.asp-transparency p,
.asp-capacity p,
.asp-visit p {
	margin: 0;
	color: var(--asp-muted);
	font-size: 13px;
	line-height: 1.55;
}

.asp-zone-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 18px;
}

.asp-zone-card {
	min-width: 0;
}

.asp-zone-card img {
	width: 100%;
	aspect-ratio: .72 / 1;
	object-fit: cover;
	border-radius: 4px;
	background: var(--asp-soft);
}

.asp-zone-card h3 {
	margin: 16px 0 7px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}

.asp-zone-card p {
	margin: 0;
	color: var(--asp-muted);
	font-size: 12px;
	line-height: 1.55;
}

.asp-process {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 20px;
}

.asp-process-step {
	position: relative;
	min-width: 0;
	text-align: center;
}

.asp-process-step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 33px;
	left: calc(50% + 40px);
	width: calc(100% - 58px);
	border-top: 1px dashed #bbb1a7;
}

.asp-process-icon {
	width: 66px;
	height: 66px;
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	margin: 0 auto 16px;
	border: 1px solid #d7cec4;
	border-radius: 50%;
	background: var(--asp-cream);
	color: #554e46;
}

.asp-process-icon svg {
	width: 32px;
	height: 32px;
}

.asp-process-step strong {
	display: block;
	margin-bottom: 9px;
	color: #332e29;
	font-size: 12px;
	line-height: 1.3;
}

.asp-process-step p {
	margin: 0;
	color: var(--asp-muted);
	font-size: 11px;
	line-height: 1.5;
}

.asp-two-col {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: start;
	padding-top: 42px;
	border-top: 1px solid var(--asp-line);
}

.asp-video-card {
	position: relative;
	display: block;
	min-height: 330px;
	overflow: hidden;
	border-radius: 5px;
	color: #fff !important;
	text-decoration: none !important;
	background: #2f2a26;
}

.asp-video-card img {
	width: 100%;
	height: 330px;
	object-fit: cover;
	opacity: .68;
}

.asp-play {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #fff;
}

.asp-play svg {
	width: 72px;
	height: 72px;
	fill: rgba(255, 255, 255, .9);
	stroke: rgba(255, 255, 255, .9);
}

.asp-video-text {
	position: absolute;
	left: 26px;
	bottom: 24px;
	display: grid;
	gap: 3px;
}

.asp-video-text strong {
	color: #fff;
	font-size: 18px;
}

.asp-video-text em {
	color: rgba(255, 255, 255, .86);
	font-size: 13px;
	font-style: normal;
}

.asp-cert-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	text-align: center;
}

.asp-cert-grid img {
	width: 100%;
	height: 170px;
	object-fit: contain;
	margin-bottom: 13px;
	border: 1px solid #ddd4ca;
	background: #fff;
}

.asp-cert-grid strong {
	display: block;
	color: #2f2b27;
	font-size: 12px;
	line-height: 1.25;
}

.asp-cert-grid span {
	display: block;
	margin-top: 4px;
	color: var(--asp-muted);
	font-size: 11px;
	line-height: 1.3;
}

.asp-doc-btn {
	margin-top: 24px;
}

.asp-transparency {
	position: relative;
	min-height: 390px;
	padding-right: 42%;
	overflow: hidden;
}

.asp-transparency ul {
	display: grid;
	gap: 11px;
	margin: 24px 0 22px;
	padding: 0;
	list-style: none;
}

.asp-transparency li {
	position: relative;
	padding-left: 23px;
	color: #4d4741;
	font-size: 13px;
	line-height: 1.45;
}

.asp-transparency li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--asp-red);
	font-weight: 900;
}

.asp-transparency img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 44%;
	height: 300px;
	object-fit: cover;
	border-radius: 4px;
}

.asp-text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--asp-red) !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

.asp-capacity table {
	width: 100%;
	margin-top: 24px;
	border-collapse: collapse;
	background: rgba(255, 253, 251, .5);
}

.asp-capacity th,
.asp-capacity td {
	padding: 15px 13px;
	border: 1px solid var(--asp-line);
	color: #4d4741;
	font-size: 12px;
	line-height: 1.35;
	text-align: left;
	vertical-align: top;
}

.asp-capacity th {
	color: #2f2b27;
	font-weight: 800;
	background: rgba(255, 253, 251, .78);
}

.asp-visit {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
	padding: 36px 42px;
	border: 1px solid var(--asp-line);
	border-radius: 6px;
	background: linear-gradient(135deg, rgba(255, 253, 251, .96), rgba(234, 226, 218, .82));
}

.asp-visit .asp-btn {
	margin-top: 18px;
}

.asp-visit-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.asp-visit-items span {
	min-height: 60px;
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 10px 12px;
	border: 1px solid #e2dbd2;
	border-radius: 4px;
	background: #fff;
	color: #554d45;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.asp-visit-items svg {
	width: 26px;
	height: 26px;
	flex: 0 0 auto;
	color: var(--asp-teal);
}

.asp-cta {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 24px;
	align-items: center;
	min-height: 118px;
	margin: 32px 0 0;
	padding: 28px 44px;
	border-radius: 6px;
	background: linear-gradient(135deg, #7e2024, #ad2f34);
	color: #fff;
}

.asp-cta h2 {
	margin: 0 0 7px;
	color: #fff;
	font-size: 34px;
	line-height: 1.05;
}

.asp-cta p {
	margin: 0;
	color: rgba(255, 255, 255, .86);
	font-size: 13px;
	line-height: 1.45;
}

.asp-cta-icon svg {
	width: 58px;
	height: 58px;
	color: #fff;
}

.asp-about-hero {
	border-bottom: 1px solid var(--asp-line);
	background: var(--asp-cream);
}

.asp-about-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, .83fr) minmax(0, 1.17fr);
	min-height: 535px;
}

.asp-about-copy {
	align-self: center;
	max-width: 660px;
	padding: 70px 0;
}

.asp-breadcrumb {
	margin-bottom: 32px;
	color: #7d746a;
	font-size: 12px;
}

.asp-about-copy h1 {
	margin: 0 0 22px;
	font-size: 52px;
	line-height: 1.04;
}

.asp-about-copy p {
	margin: 0 0 28px;
	color: #61584f;
	font-size: 16px;
	line-height: 1.62;
}

.asp-about-hero figure {
	min-width: 0;
	margin: 0 calc(var(--asp-gutter) * -1) 0 0;
}

.asp-about-hero img {
	width: 100%;
	height: 100%;
	min-height: 535px;
	object-fit: cover;
}

.asp-who-grid {
	display: grid;
	grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
	gap: 60px;
	align-items: start;
}

.asp-kicker {
	margin-bottom: 14px;
	color: var(--asp-red);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.asp-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px 36px;
}

.asp-feature-grid article {
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 15px;
}

.asp-feature-grid span {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	color: var(--asp-teal);
}

.asp-feature-grid svg {
	width: 32px;
	height: 32px;
}

.asp-feature-grid h3,
.asp-team-grid h3,
.asp-values h3,
.asp-case-grid h3 {
	margin: 0 0 8px;
	color: #302b27;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
}

.asp-feature-grid p,
.asp-team-grid p,
.asp-values p {
	margin: 0;
	color: var(--asp-muted);
	font-size: 12px;
	line-height: 1.55;
}

.asp-glance {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	border: 1px solid var(--asp-line);
	background: rgba(255, 253, 251, .62);
}

.asp-glance div {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	gap: 2px 12px;
	align-items: center;
	padding: 22px 24px;
	border-right: 1px solid var(--asp-line);
}

.asp-glance div:last-child {
	border-right: 0;
}

.asp-glance span {
	grid-row: 1 / 3;
	color: var(--asp-teal);
}

.asp-glance svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.asp-glance strong {
	color: #2f2b27;
	font-size: 14px;
	line-height: 1.25;
}

.asp-glance em {
	color: var(--asp-muted);
	font-size: 12px;
	font-style: normal;
	line-height: 1.25;
}

.asp-timeline {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 28px;
	position: relative;
	padding-top: 28px;
}

.asp-timeline::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 16px;
	right: 16px;
	height: 1px;
	background: #cfb9a7;
}

.asp-timeline article {
	position: relative;
}

.asp-timeline article::before {
	content: "";
	position: absolute;
	top: -24px;
	left: 10px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--asp-red);
}

.asp-timeline strong {
	display: block;
	margin-bottom: 6px;
	color: #2f2b27;
	font-size: 20px;
}

.asp-timeline p {
	margin: 0;
	color: var(--asp-muted);
	font-size: 12px;
	line-height: 1.45;
}

.asp-team-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.asp-team-grid article {
	overflow: hidden;
	border: 1px solid var(--asp-line);
	border-radius: 5px;
	background: var(--asp-paper);
}

.asp-team-grid img {
	width: 100%;
	aspect-ratio: 1.28 / .78;
	object-fit: cover;
}

.asp-team-grid div {
	padding: 16px 18px 18px;
}

.asp-reach {
	display: grid;
	grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr);
	gap: 50px;
	align-items: center;
	padding-top: 38px;
	border-top: 1px solid var(--asp-line);
}

.asp-reach-stats {
	display: flex;
	gap: 44px;
	margin-top: 30px;
}

.asp-reach-stats strong {
	display: grid;
	gap: 6px;
	font-size: 38px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	line-height: 1;
}

.asp-reach-stats span {
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: var(--asp-muted);
}

.asp-map {
	position: relative;
	min-height: 285px;
	overflow: hidden;
	border-radius: 4px;
	background:
		radial-gradient(ellipse at 20% 48%, rgba(120, 108, 96, .13) 0 12%, transparent 13%),
		radial-gradient(ellipse at 47% 43%, rgba(120, 108, 96, .14) 0 18%, transparent 19%),
		radial-gradient(ellipse at 68% 45%, rgba(120, 108, 96, .15) 0 20%, transparent 21%),
		radial-gradient(ellipse at 82% 72%, rgba(120, 108, 96, .13) 0 10%, transparent 11%),
		linear-gradient(135deg, rgba(255, 253, 251, .2), rgba(221, 211, 201, .48));
}

.asp-map::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(116, 101, 88, .08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(116, 101, 88, .08) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: radial-gradient(ellipse at center, #000 38%, transparent 72%);
}

.asp-map i {
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--asp-red);
	box-shadow: 0 0 0 6px rgba(148, 39, 43, .12);
}

.asp-values {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--asp-line);
	border-bottom: 1px solid var(--asp-line);
}

.asp-values article {
	min-height: 130px;
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 0 16px;
	align-content: center;
	padding: 20px 28px;
	border-right: 1px solid var(--asp-line);
}

.asp-values article:last-child {
	border-right: 0;
}

.asp-values span {
	grid-row: 1 / 3;
	color: var(--asp-teal);
}

.asp-values svg {
	width: 34px;
	height: 34px;
}

.asp-heading-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.asp-heading-row a,
.asp-case-grid a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--asp-red) !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

.asp-heading-row svg,
.asp-case-grid a svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.asp-case-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.asp-case-grid article {
	overflow: hidden;
	border: 1px solid var(--asp-line);
	border-radius: 5px;
	background: var(--asp-paper);
}

.asp-case-grid img {
	width: 100%;
	aspect-ratio: 1.65 / .72;
	object-fit: cover;
	background: var(--asp-soft);
}

.asp-case-grid div {
	padding: 18px 20px 20px;
}

.asp-case-grid ul {
	display: grid;
	gap: 7px;
	margin: 0 0 15px;
	padding-left: 17px;
	color: #4d4741;
	font-size: 12px;
	line-height: 1.35;
}

.asp-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 54px;
}

.asp-faq-grid details {
	border: 1px solid var(--asp-line);
	border-radius: 4px;
	background: #fff;
}

.asp-faq-grid summary {
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 0 18px;
	color: #3f3933;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.asp-faq-grid summary::-webkit-details-marker {
	display: none;
}

.asp-faq-grid summary::after {
	content: "+";
	font-size: 20px;
	font-weight: 400;
}

.asp-faq-grid details[open] summary::after {
	content: "-";
}

.asp-faq-grid details p {
	margin: 0;
	padding: 0 18px 17px;
	color: var(--asp-muted);
	font-size: 12px;
	line-height: 1.55;
}

.asp-footer {
	margin-top: 38px;
	padding: 36px 0 28px;
	background: var(--asp-cream);
}

.asp-footer-main {
	display: grid;
	grid-template-columns: 1.35fr repeat(5, 1fr);
	gap: 44px;
}

.asp-logo {
	margin-bottom: 16px;
	font-size: 22px;
	letter-spacing: 8px;
	white-space: nowrap;
}

.asp-footer h4 {
	margin: 0 0 12px;
	color: #302c27;
	font-size: 12px;
}

.asp-footer p,
.asp-footer a {
	display: block;
	margin: 0 0 6px;
	color: var(--asp-muted) !important;
	font-size: 12px;
	line-height: 1.6;
	text-decoration: none !important;
}

.asp-social {
	display: flex;
	gap: 12px;
	margin-top: 16px;
	color: #37322d;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.asp-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-top: 32px;
	color: var(--asp-muted);
	font-size: 11px;
}

.asp-modal[hidden] {
	display: none;
}

.asp-modal {
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(23, 19, 16, .58);
}

.asp-modal-panel {
	position: relative;
	width: min(560px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 32px;
	border-radius: 6px;
	background: #fffdfb;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.asp-modal-panel h2 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.1;
}

.asp-modal-panel p {
	margin: 0 0 20px;
	color: var(--asp-muted);
	font-size: 13px;
	line-height: 1.55;
}

.asp-modal-close {
	position: absolute;
	top: 12px;
	right: 14px;
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	color: #4c443d;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.asp-tour-form {
	display: grid;
	gap: 14px;
}

.asp-tour-form label {
	display: grid;
	gap: 6px;
	color: #3d3731;
	font-size: 12px;
	font-weight: 800;
}

.asp-tour-form input,
.asp-tour-form textarea {
	width: 100%;
	border: 1px solid #d8d0c6;
	border-radius: 4px;
	padding: 12px 13px;
	color: #292521;
	font-size: 14px;
}

.asp-form-status {
	min-height: 18px;
	color: var(--asp-teal);
	font-size: 13px;
	font-weight: 700;
}

.asp-form-status.is-error {
	color: var(--asp-red);
}

@media (max-width: 1280px) {
	.asp-stats,
	.asp-glance {
		grid-template-columns: repeat(3, 1fr);
	}

	.asp-stat:nth-child(3),
	.asp-glance div:nth-child(3) {
		border-right: 0;
	}

	.asp-stat:nth-child(-n+3),
	.asp-glance div:nth-child(-n+3) {
		border-bottom: 1px solid var(--asp-line);
	}

	.asp-zone-grid {
		grid-template-columns: repeat(4, 1fr);
	}

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

	.asp-process-step::after {
		display: none;
	}

	.asp-footer-main {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1024px) {
	.asp-hero-copy h1,
	.asp-about-copy h1 {
		font-size: 44px;
	}

	.asp-about-hero-grid,
	.asp-who-grid,
	.asp-two-col,
	.asp-visit,
	.asp-reach {
		grid-template-columns: 1fr;
	}

	.asp-about-hero figure {
		margin: 0 calc(var(--asp-gutter) * -1);
	}

	.asp-feature-grid,
	.asp-team-grid,
	.asp-values,
	.asp-case-grid,
	.asp-visit-items {
		grid-template-columns: repeat(2, 1fr);
	}

	.asp-values article:nth-child(2) {
		border-right: 0;
	}

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

	.asp-cta {
		grid-template-columns: auto 1fr;
	}

	.asp-cta .asp-btn {
		grid-column: 1 / -1;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.asp-page {
		--asp-gutter: 24px;
	}

	.asp-factory-hero {
		min-height: 500px;
		background:
			linear-gradient(90deg, rgba(24, 20, 18, .82), rgba(24, 20, 18, .42)),
			var(--asp-hero-image) center / cover no-repeat;
	}

	.asp-hero-copy {
		padding: 56px 0;
	}

	.asp-hero-copy h1,
	.asp-about-copy h1 {
		font-size: 34px;
		line-height: 1.06;
		overflow-wrap: break-word;
	}

	.asp-hero-copy p,
	.asp-about-copy p {
		font-size: 15px;
		overflow-wrap: break-word;
	}

	.asp-actions,
	.asp-actions .asp-btn,
	.asp-page button.asp-btn {
		width: 100%;
	}

	.asp-btn,
	.asp-page button.asp-btn {
		white-space: normal;
		text-align: center;
	}

	.asp-stats,
	.asp-zone-grid,
	.asp-cert-grid,
	.asp-glance,
	.asp-feature-grid,
	.asp-team-grid,
	.asp-values,
	.asp-case-grid,
	.asp-faq-grid,
	.asp-footer-main,
	.asp-visit-items {
		grid-template-columns: 1fr;
	}

	.asp-stat,
	.asp-glance div,
	.asp-values article {
		border-right: 0;
		border-bottom: 1px solid var(--asp-line);
	}

	.asp-stat:last-child,
	.asp-glance div:last-child,
	.asp-values article:last-child {
		border-bottom: 0;
	}

	.asp-zone-card img {
		aspect-ratio: 1.45 / .86;
	}

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

	.asp-section {
		padding: 42px 0;
	}

	.asp-section-head h2,
	.asp-simple-title,
	.asp-heading-row h2,
	.asp-who h2,
	.asp-reach h2,
	.asp-transparency h2,
	.asp-capacity h2,
	.asp-visit h2,
	.asp-cta h2 {
		font-size: 28px;
	}

	.asp-video-card,
	.asp-video-card img {
		min-height: 250px;
		height: 250px;
	}

	.asp-transparency {
		min-height: 0;
		padding-right: 0;
	}

	.asp-transparency img {
		position: static;
		width: 100%;
		height: 220px;
		margin-top: 22px;
	}

	.asp-capacity {
		overflow-x: auto;
	}

	.asp-capacity table {
		min-width: 620px;
	}

	.asp-visit,
	.asp-cta {
		padding: 26px 24px;
	}

	.asp-cta {
		grid-template-columns: 1fr;
	}

	.asp-about-hero-grid {
		min-height: 0;
	}

	.asp-about-copy {
		padding: 42px 0 30px;
	}

	.asp-about-hero img {
		min-height: 260px;
	}

	.asp-timeline {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-left: 26px;
	}

	.asp-timeline::before {
		top: 0;
		bottom: 0;
		left: 4px;
		right: auto;
		width: 1px;
		height: auto;
	}

	.asp-timeline article::before {
		top: 4px;
		left: -26px;
	}

	.asp-heading-row,
	.asp-footer-bottom {
		display: block;
	}

	.asp-heading-row a {
		margin-top: 14px;
	}

	.asp-map {
		min-height: 220px;
	}
}
