.breadcrumbs_back {
	margin: 0;
}

.a2l-page {
	--a2l-green: #00ae42;
	--a2l-green-dark: #008836;
	--a2l-ink: #121412;
	--a2l-muted: #686d68;
	--a2l-soft: #f5f7f4;
	--a2l-line: #dfe4dd;
	--a2l-black: #070807;
	--a2l-width: 1440px;
	color: var(--a2l-ink);
	background: #ffffff;
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, Arial, sans-serif;
	overflow-x: hidden;
}

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

.a2l-page img {
	max-width: 100%;
	height: auto;
}

.a2l-page a {
	text-decoration: none;
}

.a2l-label {
	margin: 0 0 16px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--a2l-green);
	letter-spacing: 0;
}

.a2l-section-head {
	width: 900px;
	max-width: calc(100% - 40px);
	margin: 0 auto 52px;
	text-align: center;
}

.a2l-section-head h2 {
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: 0;
}

.a2l-section-head p:not(.a2l-label) {
	margin: 18px auto 0;
	font-size: 16px;
	line-height: 1.9;
	color: var(--a2l-muted);
}

.a2l-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.a2l-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 176px;
	min-height: 48px;
	padding: 10px 22px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
	border: 1px solid var(--a2l-green);
	border-radius: 6px;
	background: var(--a2l-green);
	transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.a2l-actions a:hover {
	color: var(--a2l-green);
	background: #ffffff;
	border-color: #ffffff;
	opacity: 1;
}

.a2l-checks {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.a2l-checks li {
	position: relative;
	margin: 0 0 12px;
	padding-left: 24px;
	font-size: 15px;
	line-height: 1.8;
	color: var(--a2l-ink);
}

.a2l-checks li::before {
	content: "";
	position: absolute;
	top: 0.8em;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--a2l-green);
}

/* hero */
.a2l-hero {
	position: relative;
	min-height: 760px;
	display: flex;
	align-items: center;
	padding: 84px 0;
	background: url(/wp/wp-content/themes/appletree/images/page/bl-a2l/a2l_hero.jpg) no-repeat center / cover;
	isolation: isolate;
}

.a2l-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.46) 36%, rgba(0,0,0,0.02) 72%);
}

.a2l-hero__inner {
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	margin: 0 auto;
}

.a2l-hero__copy {
	width: 620px;
	max-width: 100%;
}

.a2l-hero h1 {
	margin: 0 0 26px;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.1;
	color: #ffffff;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.a2l-hero__copy > p:not(.a2l-label) {
	margin: 0 0 34px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.9;
	color: rgba(255,255,255,0.9);
}

.a2l-hero__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	width: 760px;
	max-width: 100%;
	margin-top: 74px;
	border-radius: 8px;
	overflow: hidden;
	background: rgba(255,255,255,0.18);
	backdrop-filter: blur(18px);
}

.a2l-hero__facts div {
	padding: 22px 24px;
	background: rgba(0,0,0,0.28);
}

.a2l-hero__facts strong {
	display: block;
	margin-bottom: 6px;
	font-size: 22px;
	line-height: 1.2;
	white-space: nowrap;
	color: #ffffff;
}

.a2l-hero__facts span {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255,255,255,0.78);
}

/* nav */
.a2l-nav {
	position: sticky;
	top: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	gap: 2px;
	padding: 10px 18px;
	border-top: 1px solid var(--a2l-line);
	border-bottom: 1px solid var(--a2l-line);
	background: rgba(255,255,255,0.94);
	backdrop-filter: blur(16px);
	scrollbar-width: none;
}

.a2l-nav::-webkit-scrollbar {
	display: none;
}

.a2l-nav a {
	padding: 12px 18px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: var(--a2l-ink);
	border-radius: 6px;
}

.a2l-nav a:hover {
	color: var(--a2l-green);
	background: var(--a2l-soft);
	opacity: 1;
}

/* intro */
.a2l-intro {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 56px 76px;
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	margin: 0 auto;
	padding: 150px 0 130px;
}

.a2l-intro__copy {
	align-self: center;
}

.a2l-intro__copy h2,
.a2l-volume__copy h2,
.a2l-makerworld__copy h2,
.a2l-module__head h2,
.a2l-engineering__row h2,
.a2l-ams__main h2,
.a2l-cta h2 {
	margin: 0 0 24px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: 0;
}

.a2l-intro__copy p:not(.a2l-label),
.a2l-volume__copy p,
.a2l-makerworld__copy p,
.a2l-module__head p:not(.a2l-label),
.a2l-engineering__row p,
.a2l-ams__main p,
.a2l-cta p {
	margin: 0;
	font-size: 16px;
	line-height: 1.95;
	color: var(--a2l-muted);
}

.a2l-intro__visual {
	min-height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 42px;
	border-radius: 8px;
	background: var(--a2l-soft);
}

.a2l-intro__visual img {
	width: 78%;
	display: block;
}

.a2l-intro__list {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.a2l-intro__list div {
	min-height: 210px;
	padding: 28px;
	border: 1px solid var(--a2l-line);
	border-radius: 8px;
	background: #ffffff;
}

.a2l-intro__list span {
	display: block;
	margin-bottom: 24px;
	font-size: 13px;
	font-weight: 700;
	color: var(--a2l-green);
}

.a2l-intro__list h3 {
	margin: 0 0 12px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
}

.a2l-intro__list p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: var(--a2l-muted);
}

/* mosaic */
.a2l-mosaic {
	padding: 140px 0 150px;
	background: var(--a2l-soft);
}

.a2l-mosaic__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 310px;
	gap: 18px;
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	margin: 0 auto;
}

.a2l-mosaic__item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	background: #111111;
}

.a2l-mosaic__item--large {
	grid-column: 1 / span 2;
	grid-row: 1 / span 2;
}

.a2l-mosaic__item--wide {
	grid-column: 4;
	grid-row: 2;
}

.a2l-mosaic__item:nth-child(2) {
	grid-column: 3;
	grid-row: 1;
}

.a2l-mosaic__item:nth-child(3) {
	grid-column: 4;
	grid-row: 1;
}

.a2l-mosaic__item:nth-child(4) {
	grid-column: 3;
	grid-row: 2;
}

.a2l-mosaic__item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.45s;
}

.a2l-mosaic__item:hover img {
	transform: scale(1.04);
}

.a2l-mosaic__item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.34) 44%, rgba(0,0,0,0) 76%);
}

.a2l-mosaic__item div {
	position: absolute;
	left: 24px;
	right: 24px;
	top: 24px;
	z-index: 1;
}

.a2l-mosaic__item h3 {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
}

.a2l-mosaic__item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255,255,255,0.8);
}

/* volume */
.a2l-volume {
	display: grid;
	grid-template-columns: 0.86fr 1.14fr;
	align-items: center;
	gap: 70px;
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	margin: 0 auto;
	padding: 150px 0;
}

.a2l-volume__visual > img {
	width: 100%;
	display: block;
	border-radius: 8px;
	background: var(--a2l-soft);
}

.a2l-compare {
	--a2l-compare-position: 50%;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1.176 / 1;
	border-radius: 8px;
	background: #f7f7f7;
	box-shadow: 0 18px 42px rgba(0,0,0,0.08);
	isolation: isolate;
}

.a2l-compare__image {
	position: absolute;
	inset: 0;
}

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

.a2l-compare__image--a2l {
	z-index: 1;
}

.a2l-compare__image--a1 {
	z-index: 2;
	clip-path: inset(0 calc(100% - var(--a2l-compare-position)) 0 0);
}

.a2l-compare__divider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--a2l-compare-position);
	z-index: 3;
	width: 3px;
	background: rgba(255,255,255,0.94);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 0 18px rgba(0,0,0,0.16);
	transform: translateX(-50%);
	pointer-events: none;
}

.a2l-compare__divider::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(0,0,0,0.22);
	transform: translate(-50%, -50%);
}

.a2l-compare__divider span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	width: 30px;
	height: 18px;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.a2l-compare__divider span::before,
.a2l-compare__divider span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 12px;
	height: 12px;
	border: solid var(--a2l-green);
	border-width: 0 3px 3px 0;
}

.a2l-compare__divider span::before {
	left: 2px;
	transform: translateY(-50%) rotate(135deg);
}

.a2l-compare__divider span::after {
	right: 2px;
	transform: translateY(-50%) rotate(-45deg);
}

.a2l-compare__range {
	position: absolute;
	inset: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: ew-resize;
}

/* makerworld */
.a2l-makerworld {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	align-items: center;
	gap: 72px;
	padding: 140px max(32px, calc((100% - var(--a2l-width)) / 2));
	background: #101210;
}

.a2l-makerworld__visual img {
	width: 100%;
	display: block;
	border-radius: 8px;
}

.a2l-makerworld__copy h2 {
	color: #ffffff;
}

.a2l-makerworld__copy p {
	color: rgba(255,255,255,0.72);
}

.a2l-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 34px;
}

.a2l-stats div {
	padding: 18px 16px;
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 8px;
}

.a2l-stats strong {
	display: block;
	margin-bottom: 6px;
	font-size: 17px;
	line-height: 1.35;
	color: #ffffff;
}

.a2l-stats span {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255,255,255,0.56);
}

/* module */
.a2l-module {
	padding: 150px 0;
	background: #ffffff;
}

.a2l-module__head {
	width: 920px;
	max-width: calc(100% - 64px);
	margin: 0 auto 54px;
	text-align: center;
}

.a2l-module__head p:not(.a2l-label) {
	width: 760px;
	max-width: 100%;
	margin: 0 auto;
}

.a2l-module__cards {
	display: flex;
	gap: 24px;
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	height: 470px;
	margin: 0 auto;
}

.a2l-module__card {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	overflow: hidden;
	border-radius: 8px;
	background: var(--a2l-black);
	cursor: pointer;
	transition: flex-grow 0.38s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.a2l-module__card.is-active {
	flex-grow: 2.05;
}

.a2l-module__card:hover,
.a2l-module__card.is-active {
	flex-grow: 2.05;
	box-shadow: 0 22px 48px rgba(0,0,0,0.18);
	transform: translateY(-2px);
}

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

.a2l-module__card::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 44%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.78) 100%);
	pointer-events: none;
}

.a2l-module__card div {
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 24px;
	z-index: 1;
	height: 72px;
}

.a2l-module__cards h3 {
	position: absolute;
	left: 0;
	bottom: 36px;
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.35;
	color: #ffffff;
	white-space: nowrap;
}

.a2l-module__cards p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
	color: rgba(255,255,255,0.78);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.22s, transform 0.22s;
}

.a2l-module__card:hover p,
.a2l-module__card.is-active p {
	opacity: 1;
	transform: translateY(0);
}

/* dynamics */
.a2l-dynamics {
	position: relative;
	overflow: hidden;
	padding: 150px 0;
	background: #030403;
	color: #ffffff;
}

.a2l-dynamics::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.72) 48%, rgba(0,0,0,0.94) 100%),
		url("../images/page/bl-a2l/a2l_smart.jpg") center / cover no-repeat;
	opacity: 0.5;
}

.a2l-dynamics__row {
	position: relative;
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	align-items: center;
	gap: 72px;
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	margin: 0 auto 92px;
	z-index: 1;
}

.a2l-dynamics__row:last-child {
	margin-bottom: 0;
}

.a2l-dynamics__row--reverse {
	grid-template-columns: 1.22fr 0.78fr;
}

.a2l-dynamics__row--reverse .a2l-dynamics__copy {
	order: 2;
}

.a2l-dynamics__copy h2 {
	margin: 0 0 18px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--a2l-green);
	letter-spacing: 0;
}

.a2l-dynamics__copy p {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
	color: rgba(255,255,255,0.82);
}

.a2l-dynamics__media {
	overflow: hidden;
	height: 600px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 24px 70px rgba(0,0,0,0.36);
}

.a2l-dynamics__media video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* color */
.a2l-color {
	padding: 120px 0 150px;
	background: #ffffff;
}

.a2l-color__head {
	width: 920px;
	max-width: calc(100% - 64px);
	margin: 0 auto 58px;
	text-align: center;
}

.a2l-nowrap {
	white-space: nowrap;
}

.a2l-color__head .a2l-label {
	margin-bottom: 12px;
	font-size: 20px;
}

.a2l-color__head h2 {
	margin: 0 0 22px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: 0;
}

.a2l-color__head p:not(.a2l-label) {
	margin: 0 auto;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.8;
	color: var(--a2l-muted);
}

.a2l-color > img {
	display: block;
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	margin: 0 auto;
	border-radius: 8px;
}

/* AMS compatibility */
.a2l-ams-compat {
	padding: 118px 0 150px;
	background: #ffffff;
	text-align: center;
}

.a2l-ams-compat__head {
	width: 980px;
	max-width: calc(100% - 64px);
	margin: 0 auto 40px;
}

.a2l-ams-compat__head h2 {
	margin: 0 0 22px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: 0;
}

.a2l-ams-compat__head p {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.82;
	color: var(--a2l-muted);
}

.a2l-ams-compat__features {
	display: flex;
	justify-content: center;
	gap: 88px;
	margin: 0 auto 56px;
}

.a2l-ams-compat__features div {
	display: grid;
	justify-items: center;
	gap: 12px;
	min-width: 150px;
}

.a2l-ams-compat__features strong {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.a2l-ams-compat__icon {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
}

.a2l-ams-compat__icon svg {
	width: 42px;
	height: 42px;
	display: block;
	fill: none;
	stroke: #202020;
	stroke-width: 3.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.a2l-ams-compat__icon--color {
	border-radius: 50%;
	background: conic-gradient(#43cd00, #18b7ff, #8c4dff, #ff3aa3, #ffc531, #43cd00);
}

.a2l-ams-compat__icon--color::before,
.a2l-ams-compat__icon--color::after {
	content: "";
	position: absolute;
	inset: 6px;
	border-radius: 50%;
	background: #ffffff;
}

.a2l-ams-compat__icon--color::after {
	inset: 12px;
	background: conic-gradient(#18b7ff, #8c4dff, #ffc531, #43cd00, #18b7ff);
}

.a2l-ams-compat__visual {
	position: relative;
	width: 1120px;
	max-width: calc(100% - 64px);
	margin: 0 auto;
}

.a2l-ams-compat__visual img {
	display: block;
	width: 100%;
}

/* autopilot */
.a2l-pilot {
	padding: 118px 0 150px;
	background: #ffffff;
}

.a2l-pilot__head {
	width: 940px;
	max-width: calc(100% - 64px);
	margin: 0 auto 58px;
	text-align: center;
}

.a2l-pilot__head .a2l-label {
	margin-bottom: 14px;
	font-size: 20px;
}

.a2l-pilot__head h2 {
	margin: 0 0 22px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: 0;
}

.a2l-pilot__head p:not(.a2l-label) {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.8;
	color: var(--a2l-muted);
}

.a2l-pilot__cards {
	display: flex;
	gap: 24px;
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	height: 470px;
	margin: 0 auto;
}

.a2l-pilot__card {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #111111;
	cursor: pointer;
	transition: flex-grow 0.38s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.a2l-pilot__card.is-active {
	flex-grow: 2.05;
}

.a2l-pilot__card:hover,
.a2l-pilot__card.is-active {
	flex-grow: 2.05;
	box-shadow: 0 22px 48px rgba(0,0,0,0.18);
	transform: translateY(-2px);
}

.a2l-pilot__card img,
.a2l-pilot__card video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.a2l-pilot__card::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 38%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.72) 100%);
	pointer-events: none;
}

.a2l-pilot__card h3 {
	position: absolute;
	left: 28px;
	bottom: 24px;
	z-index: 1;
	margin: 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	white-space: nowrap;
}

/* engineering */
.a2l-engineering {
	padding: 150px 0;
	background: var(--a2l-soft);
}

.a2l-engineering__row {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: center;
	gap: 72px;
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	margin: 0 auto 90px;
}

.a2l-engineering__row:last-child {
	margin-bottom: 0;
}

.a2l-engineering__row--reverse {
	grid-template-columns: 1.1fr 0.9fr;
}

.a2l-engineering__row--reverse div {
	order: 2;
}

.a2l-engineering__row img,
.a2l-engineering__row video {
	width: 100%;
	display: block;
	border-radius: 8px;
}

.a2l-engineering__row video {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: #000000;
}

.a2l-flow-calibration {
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	margin: 0 auto 120px;
	text-align: center;
}

.a2l-flow-calibration__head {
	max-width: 980px;
	margin: 0 auto 58px;
}

.a2l-flow-calibration__head h2 {
	margin: 0 0 22px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: 0;
}

.a2l-flow-calibration__head p:not(.a2l-label) {
	margin: 0;
	color: var(--a2l-muted);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.9;
}

.a2l-flow-calibration__figure {
	width: min(100%, 1080px);
	margin: 0 auto;
	overflow: hidden;
	border-radius: 8px;
	background: #ffffff;
}

.a2l-flow-calibration__visual {
	position: relative;
}

.a2l-flow-calibration__visual img {
	width: 100%;
	display: block;
}

.a2l-flow-calibration__badge {
	position: absolute;
	top: 24px;
	min-width: 128px;
	padding: 8px 20px;
	border-radius: 999px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.a2l-flow-calibration__badge--a2l {
	left: 25%;
	transform: translateX(-50%);
	background: var(--a2l-green);
}

.a2l-flow-calibration__badge--other {
	left: 75%;
	transform: translateX(-50%);
	background: #8f8f8f;
}

.a2l-flow-calibration__figure figcaption {
	display: grid;
	gap: 10px;
	padding: 24px 20px 28px;
	color: #111111;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.a2l-flow-calibration__figure figcaption span {
	color: var(--a2l-green);
}

/* ams */
.a2l-ams {
	padding: 150px 0;
}

.a2l-ams__main {
	display: grid;
	grid-template-columns: 0.88fr 1.12fr;
	align-items: center;
	gap: 68px;
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	margin: 0 auto 28px;
	padding: 56px;
	border-radius: 8px;
	background: var(--a2l-soft);
}

.a2l-ams__main img {
	width: 100%;
	display: block;
	border-radius: 8px;
}

.a2l-ams__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	margin: 0 auto;
}

.a2l-ams__grid div {
	overflow: hidden;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

.a2l-ams__grid img {
	width: 100%;
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
}

.a2l-ams__grid h3 {
	margin: 0;
	padding: 22px 24px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
}

/* comfort */
.a2l-comfort {
	padding: 150px 0;
	background: var(--a2l-soft);
}

.a2l-comfort__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	margin: 0 auto;
}

.a2l-comfort__grid article {
	overflow: hidden;
	border-radius: 8px;
	background: #ffffff;
}

.a2l-comfort__grid img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
}

.a2l-comfort__grid h3 {
	margin: 26px 26px 12px;
	font-size: 20px;
	line-height: 1.35;
}

.a2l-comfort__grid p {
	margin: 0 26px 30px;
	font-size: 15px;
	line-height: 1.8;
	color: var(--a2l-muted);
}

/* package */
.a2l-package {
	padding: 140px 0;
}

.a2l-package__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	margin: 0 auto;
}

.a2l-package__grid div {
	padding: 28px 18px;
	text-align: center;
	border: 1px solid var(--a2l-line);
	border-radius: 8px;
}

.a2l-package__grid img {
	width: 86px;
	height: 86px;
	object-fit: contain;
	margin-bottom: 16px;
}

.a2l-package__grid h3 {
	margin: 0 0 8px;
	font-size: 17px;
	line-height: 1.35;
}

.a2l-package__grid p {
	margin: 0;
	font-size: 13px;
	color: var(--a2l-muted);
}

/* spec */
.a2l-spec {
	padding: 150px 0;
	background: var(--a2l-soft);
}

.a2l-spec__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	width: var(--a2l-width);
	max-width: calc(100% - 64px);
	margin: 0 auto;
}

.a2l-spec table {
	width: 100%;
	border-collapse: collapse;
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
}

.a2l-spec th,
.a2l-spec td {
	padding: 14px 16px;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid var(--a2l-line);
}

.a2l-spec tr:last-child th,
.a2l-spec tr:last-child td {
	border-bottom: 0;
}

.a2l-spec th {
	width: 36%;
	font-weight: 700;
	color: var(--a2l-ink);
}

.a2l-spec td {
	color: var(--a2l-muted);
}

/* faq */
.a2l-faq {
	width: 1080px;
	max-width: calc(100% - 64px);
	margin: 0 auto;
	padding: 150px 0;
}

.a2l-faq__list {
	border-top: 1px solid var(--a2l-line);
}

.a2l-faq details {
	border-bottom: 1px solid var(--a2l-line);
}

.a2l-faq summary {
	cursor: pointer;
	padding: 28px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	list-style: none;
}

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

.a2l-faq summary::after {
	content: "+";
	float: right;
	font-size: 24px;
	font-weight: 400;
	color: var(--a2l-green);
}

.a2l-faq details[open] summary::after {
	content: "−";
}

.a2l-faq details p {
	margin: -8px 0 28px;
	font-size: 15px;
	line-height: 1.9;
	color: var(--a2l-muted);
}

.a2l-faq details img {
	width: 100%;
	display: block;
	margin: 0 0 32px;
	border-radius: 8px;
}

/* cta */
.a2l-cta {
	display: grid;
	grid-template-columns: 1fr 420px;
	align-items: center;
	gap: 70px;
	padding: 120px max(32px, calc((100% - var(--a2l-width)) / 2));
	background: var(--a2l-black);
}

.a2l-cta h2 {
	color: #ffffff;
}

.a2l-cta p {
	width: 640px;
	max-width: 100%;
	margin-bottom: 34px;
	color: rgba(255,255,255,0.72);
}

.a2l-cta img {
	width: 100%;
	display: block;
	border-radius: 8px;
	background: #ffffff;
}

@media (max-width: 1200px) {
	.a2l-intro,
	.a2l-volume,
	.a2l-dynamics__row,
	.a2l-engineering__row,
	.a2l-ams__main,
	.a2l-cta {
		grid-template-columns: 1fr;
	}

	.a2l-engineering__row--reverse div {
		order: 0;
	}

	.a2l-dynamics__row--reverse .a2l-dynamics__copy {
		order: 0;
	}

	.a2l-intro__list,
	.a2l-comfort__grid,
	.a2l-spec__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.a2l-dynamics__row,
	.a2l-makerworld {
		grid-template-columns: 1fr;
	}

	.a2l-package__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.a2l-section-head {
		max-width: calc(100% - 32px);
		margin-bottom: 34px;
		text-align: left;
	}

	.a2l-section-head h2,
	.a2l-intro__copy h2,
	.a2l-volume__copy h2,
	.a2l-makerworld__copy h2,
	.a2l-module__head h2,
	.a2l-dynamics__copy h2,
	.a2l-color__head h2,
	.a2l-ams-compat__head h2,
	.a2l-pilot__head h2,
	.a2l-engineering__row h2,
	.a2l-ams__main h2,
	.a2l-cta h2 {
		font-size: 28px;
		line-height: 1.28;
		overflow-wrap: anywhere;
	}

	.a2l-hero {
		min-height: 660px;
		align-items: flex-end;
		padding: 74px 0 36px;
		background-position: 63% center;
	}

	.a2l-hero::before {
		background: linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.2) 38%, rgba(0,0,0,0.86) 100%);
	}

	.a2l-hero__inner,
	.a2l-intro,
	.a2l-mosaic__grid,
	.a2l-volume,
	.a2l-module__head,
	.a2l-module__cards,
	.a2l-dynamics__row,
	.a2l-color__head,
	.a2l-color > img,
	.a2l-ams-compat__head,
	.a2l-ams-compat__visual,
	.a2l-pilot__head,
	.a2l-pilot__cards,
	.a2l-engineering__row,
	.a2l-ams__main,
	.a2l-ams__grid,
	.a2l-comfort__grid,
	.a2l-package__grid,
	.a2l-spec__grid,
	.a2l-faq {
		max-width: calc(100% - 32px);
	}

	.a2l-hero h1 {
		font-size: 34px;
		line-height: 1.18;
	}

	.a2l-hero__copy > p:not(.a2l-label) {
		font-size: 16px;
		line-height: 1.75;
	}

	.a2l-actions {
		flex-direction: column;
	}

	.a2l-actions a {
		width: 100%;
		min-width: 0;
	}

	.a2l-hero__facts {
		grid-template-columns: 1fr;
		margin-top: 30px;
	}

	.a2l-nav {
		justify-content: flex-start;
		overflow-x: auto;
		padding: 8px 12px;
	}

	.a2l-nav a {
		white-space: nowrap;
		padding: 12px 14px;
	}

	.a2l-intro,
	.a2l-mosaic,
	.a2l-volume,
	.a2l-module,
	.a2l-dynamics,
	.a2l-color,
	.a2l-ams-compat,
	.a2l-pilot,
	.a2l-engineering,
	.a2l-ams,
	.a2l-comfort,
	.a2l-package,
	.a2l-spec,
	.a2l-faq,
	.a2l-cta {
		padding-top: 84px;
		padding-bottom: 84px;
	}

	.a2l-intro__visual {
		min-height: 260px;
		padding: 28px;
	}

	.a2l-intro__list,
	.a2l-ams__grid,
	.a2l-comfort__grid,
	.a2l-package__grid,
	.a2l-spec__grid {
		grid-template-columns: 1fr;
	}

	.a2l-mosaic__grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 300px;
	}

	.a2l-mosaic__item--large,
	.a2l-mosaic__item--wide {
		grid-column: auto;
		grid-row: auto;
	}
	.a2l-mosaic__item:nth-child(2),
	.a2l-mosaic__item:nth-child(3),
	.a2l-mosaic__item:nth-child(4) {
		grid-column: auto;
		grid-row: auto;
	}

	.a2l-makerworld,
	.a2l-cta {
		padding-left: 16px;
		padding-right: 16px;
	}

	.a2l-stats {
		grid-template-columns: 1fr;
	}

	.a2l-module__cards {
		flex-direction: column;
		height: auto;
	}

	.a2l-module__card,
	.a2l-module__card.is-active,
	.a2l-module__card:hover {
		flex: none;
		height: 300px;
	}

	.a2l-dynamics__media {
		height: 380px;
	}

	.a2l-dynamics__copy p {
		font-size: 15px;
		line-height: 1.75;
	}

	.a2l-color__head .a2l-label {
		font-size: 16px;
	}

	.a2l-color__head p:not(.a2l-label) {
		font-size: 15px;
		line-height: 1.75;
	}

	.a2l-ams-compat__head p {
		font-size: 15px;
		line-height: 1.75;
	}

	.a2l-ams-compat__features {
		display: grid;
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 42px;
	}

	.a2l-ams-compat__features div {
		min-width: 0;
	}

	.a2l-pilot__head .a2l-label {
		font-size: 16px;
	}

	.a2l-pilot__head p:not(.a2l-label) {
		font-size: 15px;
		line-height: 1.75;
	}

	.a2l-pilot__cards {
		flex-direction: column;
		height: auto;
	}

	.a2l-pilot__card,
	.a2l-pilot__card.is-active,
	.a2l-pilot__card:hover {
		flex: none;
		height: 300px;
	}

	.a2l-ams__main {
		padding: 22px;
	}

	.a2l-faq {
		max-width: calc(100% - 32px);
	}

	.a2l-faq summary {
		padding: 22px 0;
		font-size: 17px;
	}

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

	.a2l-cta img {
		width: 70%;
		margin: 0 auto;
	}
}
