/* Product detail page styles. */

.product-hero {
	min-height: 575px;
	background-color: #1c2934;
}

.product-hero__inner {
	display: grid;
	grid-template-columns: 1.12fr 0.88fr;
	align-items: center;
	gap: 58px;
	min-height: 575px;
	color: #fff;
}

.product-hero__media {
	display: grid;
	place-items: center;
	min-height: 360px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.product-machine-placeholder {
	width: min(620px, 90%);
	height: 215px;
	background:
		linear-gradient(#d5dde3, #8499a9 48%, #183244 49%, #cfd8df 52%, #718899),
		linear-gradient(90deg, transparent 6%, #122632 6% 9%, transparent 9% 91%, #122632 91% 94%, transparent 94%);
	border-radius: 5px;
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
}

.product-hero h1 {
	margin: 8px 0 18px;
	font-size: clamp(34px, 4vw, 58px);
	line-height: 0.96;
	font-weight: 900;
	text-transform: uppercase;
}

.product-hero p {
	color: #dbe3e9;
	font-size: 16px;
}

.product-hero ul {
	margin: 24px 0;
	padding: 0;
	list-style: none;
}

.product-hero li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 22px;
	font-size: 14px;
	font-weight: 800;
}

.product-hero li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--blue);
}

.product-hero__actions {
	display: flex;
	gap: 14px;
	align-items: center;
}

.eyebrow {
	margin: 0;
	color: var(--blue);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.product-nav {
	position: sticky;
	top: 58px;
	z-index: 12;
	background: #fff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.product-nav__inner {
	display: flex;
	justify-content: center;
	gap: 36px;
	min-height: 58px;
	align-items: center;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.product-section {
	padding-top: 72px;
	padding-bottom: 72px;
}

.product-section h2 {
	margin: 0 0 18px;
	font-size: 34px;
	line-height: 1.06;
	font-weight: 900;
	text-transform: uppercase;
}

.product-overview,
.product-options,
.product-video {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 58px;
	align-items: center;
}

.product-overview p,
.product-options p,
.product-video p,
.section-intro {
	color: #5d6670;
	font-size: 15px;
}

.product-features,
.product-details {
	background: #f2f4f5;
}

.product-features h2,
.product-details h2 {
	text-align: center;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 30px;
}

.feature-card {
	min-height: 210px;
	background: #fff;
	padding: 34px 28px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.feature-card span {
	display: block;
	width: 44px;
	height: 44px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--blue), #ffb07c);
}

.feature-card h3,
.detail-grid h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 900;
}

.feature-card p,
.detail-grid p {
	margin: 0;
	color: #626b74;
	font-size: 13px;
}

.spec-table {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 26px;
	border-top: 1px solid #d7dde2;
	border-left: 1px solid #d7dde2;
}

.spec-table div {
	display: grid;
	grid-template-columns: 0.7fr 1fr;
	min-height: 58px;
	border-right: 1px solid #d7dde2;
	border-bottom: 1px solid #d7dde2;
}

.spec-table strong,
.spec-table span {
	display: flex;
	align-items: center;
	padding: 14px 18px;
}

.spec-table strong {
	background: #eef2f5;
	font-size: 13px;
}

.spec-table span {
	color: #58616b;
	font-size: 13px;
}

.detail-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.detail-grid article {
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.detail-grid h3,
.detail-grid p {
	padding-left: 22px;
	padding-right: 22px;
}

.detail-grid p {
	padding-bottom: 24px;
}

.detail-placeholder {
	height: 210px;
	margin-bottom: 22px;
	background:
		linear-gradient(135deg, rgba(249, 101, 6, 0.28), transparent),
		repeating-linear-gradient(90deg, #d9e1e6 0 34px, #8195a4 34px 68px);
}

.product-options ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-options li {
	padding: 18px 20px;
	background: #f2f4f5;
	border-left: 4px solid var(--blue);
	font-weight: 800;
}

.product-video .video-placeholder {
	min-height: 280px;
}

.product-faq h2 {
	text-align: center;
}

.faq-list {
	max-width: 860px;
	margin: 28px auto 0;
}

.faq-list details {
	margin-bottom: 12px;
	background: #f2f4f5;
	padding: 20px 24px;
}

.faq-list summary {
	cursor: pointer;
	font-weight: 900;
}

.faq-list p {
	color: #5d6670;
}

.product-cta {
	background: var(--blue);
	color: #fff;
}

.product-cta__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 28px;
	padding: 42px 0;
}

.product-cta h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 900;
}

.product-cta .blue-pill {
	background: #fff;
	color: var(--blue);
}

.smax-product-hero {
	background: #17191d;
	color: #fff;
	padding: 56px 0;
}

.smax-product-hero__inner {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: center;
	gap: 38px;
}

.smax-product-machine {
	position: relative;
	background: linear-gradient(#dfe7ec, #8da2b0 47%, #172f3f 48%, #dce5eb 52%, #708898);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.smax-product-machine::before,
.smax-product-machine::after {
	content: "";
	position: absolute;
	top: 16%;
	width: 5%;
	height: 96%;
	background: #20394a;
}

.smax-product-machine::before {
	left: 12%;
}

.smax-product-machine::after {
	right: 12%;
}

.smax-product-machine--hero {
	width: min(430px, 92%);
	height: 170px;
	margin: 0 auto;
}

.smax-product-hero h1 {
	margin: 0 0 14px;
	font-size: 31px;
	line-height: 1.06;
	font-weight: 900;
}

.smax-product-badges {
	display: flex;
	gap: 12px;
	font-size: 14px;
	font-weight: 900;
}

.smax-product-intro {
	padding: 52px 0 26px;
	text-align: center;
	background: #fff;
}

.smax-product-narrow {
	max-width: 760px;
}

.smax-product-brand {
	margin: 0 0 8px;
	color: var(--blue);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1px;
}

.smax-product-intro h2,
.smax-product-config h2,
.smax-product-standard h2,
.smax-product-card h2,
.smax-product-control h2,
.smax-product-advantage h2,
.smax-product-industry h2 {
	margin: 0 0 10px;
	color: #25313b;
	font-size: 26px;
	line-height: 1.08;
	font-weight: 900;
}

.smax-product-intro h3,
.smax-product-config h3,
.smax-product-card h3,
.smax-product-control h3,
.smax-product-monitor h3 {
	margin: 0 0 16px;
	color: var(--blue);
	font-size: 15px;
	font-weight: 900;
}

.smax-product-intro p,
.smax-product-card p,
.smax-product-standard li,
.smax-product-control li,
.smax-product-advantage li {
	color: #5c6670;
	font-size: 14px;
}

.smax-product-button,
.smax-product-small-button,
.smax-product-card a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 14px;
	background: var(--blue);
	color: #fff;
	border-radius: 999px;
	padding: 10px 22px;
	font-size: 11px;
	font-weight: 900;
}

.smax-product-small-button {
	border-radius: 3px;
}

.smax-product-thumb-row,
.smax-product-gallery,
.smax-product-monitor {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.smax-product-thumb-row {
	margin-top: 34px;
}

.smax-product-thumb,
.smax-product-photo,
.smax-product-card__media,
.smax-product-control__screen,
.smax-product-chart,
.smax-product-blueprint__box {
	background:
		linear-gradient(135deg, rgba(249, 101, 6, 0.16), transparent),
		repeating-linear-gradient(90deg, #dce4e9 0 36px, #8398a8 36px 72px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.smax-product-thumb {
	height: 145px;
}

.smax-product-config {
	padding: 32px 0 44px;
	text-align: center;
}

.smax-product-config__body {
	display: grid;
	grid-template-columns: 1fr 260px;
	gap: 24px;
	align-items: center;
	margin-top: 28px;
}

.smax-product-machine--large {
	width: 100%;
	height: 260px;
}

.smax-product-callouts {
	display: grid;
	gap: 12px;
}

.smax-product-callouts div {
	padding: 16px 14px;
	background: #fff;
	border: 1px solid #e0e5e9;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
	font-size: 13px;
	font-weight: 900;
}

.smax-product-gallery {
	grid-template-columns: repeat(3, 1fr);
	padding: 22px 0 46px;
}

.smax-product-photo {
	height: 150px;
}

.smax-product-standard {
	padding: 38px 0;
	background: #f4f6f7;
}

.smax-product-standard__inner {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 32px;
	align-items: start;
}

.smax-product-standard ul,
.smax-product-control ul,
.smax-product-advantage ul {
	columns: 2;
	margin: 0;
	padding-left: 18px;
}

.smax-product-card,
.smax-product-control,
.smax-product-advantage {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px;
	align-items: center;
	margin-top: 34px;
	margin-bottom: 34px;
	padding: 34px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.smax-product-card--blue {
	background: #86a3b8;
}

.smax-product-card--blue h2,
.smax-product-card--blue p {
	color: #fff;
}

.smax-product-card--white,
.smax-product-control,
.smax-product-advantage {
	background: #fff;
}

.smax-product-card__media,
.smax-product-control__screen {
	min-height: 230px;
}

.smax-product-control__screen {
	transform: perspective(800px) rotateY(-12deg);
}

.smax-product-advantage {
	box-shadow: none;
	border-top: 1px solid #e7ecef;
	border-bottom: 1px solid #e7ecef;
}

.smax-product-chart {
	min-height: 190px;
}

.smax-product-monitor {
	grid-template-columns: repeat(2, 1fr);
	padding: 24px 0 52px;
}

.smax-product-monitor h3 {
	margin-top: 14px;
	color: #25313b;
}

.smax-product-blueprint {
	padding: 78px 0;
	background: #008ed0;
}

.smax-product-blueprint__box {
	min-height: 240px;
	opacity: 0.45;
}



/* Machine product entries */
.smax-machine-entry {
	background: #fff;
}

.smax-machine-entry__hero {
	position: relative;
	display: grid;
	min-height: 560px;
	overflow: hidden;
	color: #fff;
	isolation: isolate;
}

.smax-machine-entry__hero-media,
.smax-machine-entry__hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.smax-machine-entry__hero-media {
	z-index: -2;
	object-fit: cover;
}

.smax-machine-entry__hero-shade {
	z-index: -1;
	background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .2));
}

.smax-machine-entry__hero-content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding-top: 90px;
	padding-bottom: 80px;
}

.smax-machine-entry__hero-content > * {
	width: 100%;
	max-width: 680px;
}

.smax-machine-entry__hero h1 {
	margin: 0 0 18px;
	font-size: 52px;
	font-weight: 400;
	line-height: 1.08;
}

.smax-machine-entry__hero p {
	margin: 0 0 28px;
	font-size: 17px;
	line-height: 1.65;
}

.smax-machine-entry__quote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: auto;
	min-height: 50px;
	padding: 13px 27px;
	border: 1px solid #fff;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	transition: background-color .2s, color .2s;
}

.smax-machine-entry__quote:hover,
.smax-machine-entry__quote:focus-visible {
	background: #fff;
	color: var(--blue);
}

.smax-machine-entry__quote span {
	font-size: 20px;
	line-height: 1;
}

.smax-machine-entry__type,
.smax-machine-section-label {
	margin: 0 0 12px;
	color: var(--blue);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.smax-machine-entry__hero .smax-machine-entry__type {
	color: #fff;
}

.smax-machine-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	padding-top: 72px;
	padding-bottom: 72px;
}

.smax-machine-gallery img {
	width: 100%;
	aspect-ratio: 1.28 / 1;
	object-fit: cover;
}

.smax-machine-equipment {
	padding: 76px 0;
	background: #252b32;
	color: #fff;
}

.smax-machine-equipment__inner {
	display: grid;
	grid-template-columns: .8fr 1.25fr auto;
	align-items: center;
	gap: 58px;
}

.smax-machine-equipment h2 {
	margin: 0;
	font-size: 35px;
	line-height: 1.18;
}

.smax-machine-equipment ul {
	margin: 0;
	padding: 0;
	list-style: none;
	columns: 2;
}

.smax-machine-equipment li {
	position: relative;
	break-inside: avoid;
	margin: 0 0 12px;
	padding-left: 19px;
	font-size: 15px;
	line-height: 1.55;
}

.smax-machine-equipment li::before {
	position: absolute;
	left: 0;
	color: var(--blue);
	content: '\2022';
}

.smax-machine-equipment__quote {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 12px 21px;
	border: 1px solid var(--blue);
	border-radius: 999px;
	background: var(--blue);
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.smax-machine-features {
	padding-top: 74px;
	padding-bottom: 90px;
}

.smax-machine-feature {
	display: grid;
	grid-template-columns: minmax(260px, .9fr) minmax(360px, 1.1fr);
	align-items: center;
	gap: clamp(32px, 7vw, 110px);
	padding: 48px 0;
	border-bottom: 1px solid #e4e7e9;
}

.smax-machine-feature:nth-child(even) .smax-machine-feature__copy {
	order: 2;
}

.smax-machine-feature h2 {
	margin: 0 0 18px;
	color: #252b32;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.smax-machine-feature p {
	margin: 0;
	color: #59616a;
	font-size: 16px;
	line-height: 1.65;
}


.smax-machine-feature img {
	display: block;
	width: 100%;
	aspect-ratio: 1.38 / 1;
	object-fit: cover;
}

@media (max-width: 640px) {
	.smax-machine-entry__hero {
		min-height: calc(100svh - 96px);
	}

	.smax-machine-entry__hero-content {
		padding-top: 140px;
		padding-bottom: 74px;
	}

	.smax-machine-entry__hero h1 {
		font-size: 34px;
	}

	.smax-machine-entry__hero p {
		font-size: 16px;
	}

	.smax-machine-gallery,
	.smax-machine-equipment__inner,
	.smax-machine-feature {
		grid-template-columns: 1fr;
	}

	.smax-machine-gallery {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.smax-machine-equipment {
		padding: 56px 0;
	}

	.smax-machine-equipment__inner {
		gap: 28px;
	}

	.smax-machine-equipment h2,
	.smax-machine-feature h2 {
		font-size: 28px;
	}

	.smax-machine-equipment ul {
		columns: 1;
	}

	.smax-machine-features {
		padding-top: 32px;
		padding-bottom: 58px;
	}

	.smax-machine-feature {
		gap: 24px;
		padding: 38px 0;
	}

	.smax-machine-feature:nth-child(even) .smax-machine-feature__copy {
		order: initial;
	}

	.smax-machine-gallery {
		grid-template-columns: 1fr;
	}
}

/* Final cascade for the structured product template. */
.smax-machine-entry__hero { min-height: 0; padding: 42px 0 52px; overflow: hidden; background: #17191d; isolation: isolate; }
.smax-machine-entry__hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr); align-items: center; gap: clamp(34px, 6vw, 92px); min-height: 460px; }
.smax-machine-entry__hero-ring { position: absolute; z-index: 0; right: 0; bottom: 12px; width: min(38vw, 500px); aspect-ratio: 1; pointer-events: none; background: url('https://cdn.tr-smax.com/dz/HS-22-2.png') center / contain no-repeat; }
.smax-machine-entry__hero-visual { display: grid; place-items: center; min-height: 390px; }
.smax-machine-entry__hero-visual img { display: block; width: 100%; max-height: 450px; object-fit: contain; }
.smax-machine-entry__hero-content { padding: 0; }
.smax-machine-entry__brand { margin: 0 0 8px; color: var(--blue); font-size: 18px; font-weight: 700; }
.smax-machine-entry__hero .smax-machine-entry__type { margin-bottom: 10px; color: #bac4c8; font-size: 13px; letter-spacing: .08em; }
.smax-machine-entry__hero h1 { margin: 0 0 17px; font-size: clamp(34px, 3.3vw, 52px); font-weight: 700; line-height: 1.1; }
.smax-machine-entry__hero h1.smax-machine-reveal { transition-delay: .34s; }
.smax-machine-entry__summary { margin: 0 0 27px; color: #dce1e3; font-size: 16px; line-height: 1.7; }
.smax-machine-entry__quote { border-color: var(--blue); background: var(--blue); }
.smax-machine-entry__quote:hover, .smax-machine-entry__quote:focus-visible { border-color: #fff; background: transparent; color: #fff; }
.smax-machine-gallery { gap: 10px; padding-top: 84px; padding-bottom: 84px; }
.smax-machine-gallery img { aspect-ratio: 1.32 / 1; transition: transform .45s ease, filter .45s ease; }
.smax-machine-gallery img:hover { filter: brightness(1.05); transform: scale(1.02); }
.smax-machine-equipment { padding: 88px 0; background: #34434c; }
.smax-machine-equipment__inner { gap: 48px; }
.smax-machine-equipment h2 { font-size: 36px; line-height: 1.15; }
.smax-machine-equipment__quote { padding: 13px 22px; border-color: #fff; background: transparent; }
.smax-machine-features { padding-top: 32px; padding-bottom: 104px; }
.smax-machine-feature { gap: clamp(32px, 7vw, 120px); padding: 80px 0; border-bottom-color: #e6e9ea; }
.smax-machine-feature h2 { font-size: 34px; font-weight: 700; }
.smax-machine-feature img { aspect-ratio: 1.45 / 1; }
.smax-machine-reveal { opacity: 0; transform: translateY(48px); transition: opacity .85s cubic-bezier(.22, .61, .36, 1), transform .85s cubic-bezier(.22, .61, .36, 1); }
.smax-machine-reveal--left { transform: translateX(-48px); }
.smax-machine-reveal--up { transition-delay: .18s; }
.smax-machine-reveal.is-visible { opacity: 1; transform: translate(0); }

@media (max-width: 640px) {
	.smax-machine-entry__hero { padding: 34px 0 46px; }
	.smax-machine-entry__hero-grid { grid-template-columns: 1fr; gap: 22px; min-height: 0; }
	.smax-machine-entry__hero-ring { right: 0; bottom: 0; width: 320px; opacity: .48; }
	.smax-machine-entry__hero-visual { min-height: 0; }
	.smax-machine-entry__hero-visual img { max-height: 290px; }
	.smax-machine-entry__summary { font-size: 15px; }
	.smax-machine-gallery { gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
	.smax-machine-reveal, .smax-machine-gallery img { transition: none; transform: none; }
	.smax-machine-reveal { opacity: 1; }
}

/* Keep the six product-detail images reading as one gallery. */
.smax-machine-gallery {
	gap: 4px;
	padding: 10px;
	background: #e5e8e9;
}

.smax-machine-gallery img {
	opacity: 0;
	transform: translateY(14px) scale(.99);
	transition: opacity .5s ease, transform .65s cubic-bezier(.22, .61, .36, 1), filter .45s ease;
}

.smax-machine-gallery.is-loaded img {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.smax-machine-gallery.is-loaded img:nth-child(2),
.smax-machine-gallery.is-loaded img:nth-child(5) { transition-delay: .05s; }
.smax-machine-gallery.is-loaded img:nth-child(3),
.smax-machine-gallery.is-loaded img:nth-child(6) { transition-delay: .1s; }

@media (prefers-reduced-motion: reduce) {
	.smax-machine-gallery img { opacity: 1; }
}

/* Original SMAX product-page hierarchy and uncropped two-row gallery. */
.smax-machine-breadcrumb {
	padding: 24px 0;
	background: #fff;
}

.smax-machine-breadcrumb__inner {
	display: flex;
	gap: 10px;
	color: #69737a;
	font-size: 14px;
}

.smax-machine-breadcrumb a:first-child {
	color: var(--blue);
}

.smax-machine-overview {
	max-width: 760px;
	padding-top: 38px;
	padding-bottom: 18px;
	text-align: left;
}

.smax-machine-overview h2 {
	margin: 0 0 16px;
	color: #252b32;
	font-size: 36px;
	line-height: 1.16;
}

.smax-machine-overview > p:last-child {
	margin: 0;
	color: #59646b;
	font-size: 16px;
	line-height: 1.72;
}

.smax-machine-entry--e-bend .smax-machine-overview {
	max-width: 850px;
	padding-top: 64px;
	padding-bottom: 64px;
	text-align: center;
}

.smax-machine-entry--e-bend .smax-machine-overview__lead--emphasis {
	margin: 0 0 34px;
	color: #252b32;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
}

.smax-machine-entry--e-bend .smax-machine-overview > p:not(.smax-machine-section-label):not(.smax-machine-overview__lead--emphasis) {
	margin: 0 0 24px;
	color: #59646b;
	font-size: 16px;
	line-height: 1.72;
}

.smax-machine-entry--e-bend .smax-machine-overview > p:last-of-type {
	margin-bottom: 0;
}

.smax-machine-gallery {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	padding: 30px 0 72px;
	background: transparent;
}

.smax-machine-gallery__row {
	display: flex;
	gap: 8px;
	min-width: 0;
}

.smax-machine-gallery__item {
	flex: 1 1 0;
	min-width: 0;
}

.smax-machine-gallery__item img,
.smax-machine-gallery img,
.smax-machine-gallery.is-loaded img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: auto;
	opacity: 1;
	transform: none;
	transition: none;
	object-fit: contain;
}

@media (max-width: 768px) {
	.smax-machine-breadcrumb {
		padding: 18px 0;
	}

	.smax-machine-overview {
		padding-top: 28px;
	}

	.smax-machine-overview h2 {
		font-size: 28px;
	}

	.smax-machine-gallery,
	.smax-machine-gallery__row {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

/* BaseBend follows the original SMAX product-page hierarchy without Elementor. */
.smax-machine-entry--basebend .smax-machine-entry__hero-content {
	gap: 0;
	transform: translateY(-190px);
}

.smax-machine-entry--basebend .smax-machine-entry__hero-grid {
	grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
	gap: clamp(30px, 4.5vw, 76px);
	min-height: 700px;
}

.smax-machine-entry--basebend .smax-machine-entry__hero-visual {
	min-height: 630px;
}

.smax-machine-entry--basebend .smax-machine-entry__hero-visual img {
	width: 110%;
	max-height: 700px;
}

.smax-machine-entry--basebend .smax-machine-entry__brand,
.smax-machine-entry--basebend .smax-machine-entry__summary,
.smax-machine-entry--basebend .smax-machine-entry__quote {
	display: none;
}

.smax-machine-entry--basebend .smax-machine-entry__type {
	color: #fff;
	font-size: clamp(21px, 2.1vw, 30px);
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.smax-machine-entry--basebend .smax-machine-overview {
	max-width: 760px;
	padding-top: 64px;
	padding-bottom: 74px;
	text-align: center;
}

.smax-machine-entry--basebend .smax-machine-overview__lead {
	color: var(--blue);
}

.smax-machine-entry--basebend .smax-machine-overview__lead,
.smax-machine-entry--basebend .smax-machine-overview > p:last-of-type {
	font-size: clamp(17px, 1.35vw, 20px);
	line-height: 1.65;
}

.smax-machine-entry--basebend .smax-machine-overview .smax-machine-section-label {
	font-size: clamp(20px, 1.6vw, 26px);
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.smax-machine-catalogue {
	width: min(1120px, calc(100vw - 64px));
	margin: 68px 50% 18px;
	padding: 0 0 92px;
	transform: translateX(-50%);
}

.smax-machine-catalogue__button {
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	gap: 22px;
	min-width: 360px;
	margin: 0 auto 140px;
	padding: 23px 58px;
	border: 3px solid rgba(249, 101, 6, .68);
	border-radius: 999px;
	color: var(--blue);
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.smax-machine-catalogue__button:hover,
.smax-machine-catalogue__button:focus-visible {
	border-color: var(--blue);
	background: var(--blue);
	color: #fff;
}

.smax-machine-catalogue__button span[aria-hidden] {
	font-size: 1.25em;
	line-height: .75;
}

.smax-machine-catalogue__images {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 80px;
}

.smax-machine-catalogue__images img {
	display: block;
	width: auto;
	height: 320px;
	flex: 0 0 auto;
	object-fit: contain;
}

.smax-machine-catalogue__images img:last-child {
	width: 550px;
}

.smax-machine-entry--basebend .smax-machine-gallery {
	width: min(1320px, calc(100vw - 64px));
	margin-top: 30px;
	margin-left: 50%;
	padding: 0;
	transform: translateX(-50%);
}

.smax-machine-entry--basebend .smax-machine-gallery__item {
	overflow: hidden;
}

.smax-machine-entry--basebend .smax-machine-gallery__item img {
	transition: transform .62s cubic-bezier(.22, .61, .36, 1), filter .45s ease;
	will-change: transform;
}

@media (hover: hover) {
	.smax-machine-entry--basebend .smax-machine-gallery__item:hover img {
		filter: brightness(1.04);
		transform: scale(1.045);
	}
}

.smax-machine-entry--basebend .smax-machine-equipment {
	background: #f7f7f7;
	color: #222;
	padding: 112px 0;
}


.smax-machine-entry--basebend .smax-machine-equipment__inner {
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr);
	align-items: start;
	gap: clamp(64px, 8vw, 150px);
}

.smax-machine-entry--basebend .smax-machine-equipment h2 {
	color: var(--blue);
	font-size: clamp(38px, 3.6vw, 54px);
	font-weight: 400;
	line-height: 1.04;
}

.smax-machine-entry--basebend .smax-machine-equipment ul {
	columns: 1;
}

.smax-machine-entry--basebend .smax-machine-equipment__lists {
	display: grid;
	grid-template-columns: 1fr;
	gap: 42px;
}

.smax-machine-entry--basebend .smax-machine-equipment__inner--has-right .smax-machine-equipment__lists {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 48px;
}

.smax-machine-entry--basebend .smax-machine-equipment__inner--has-right {
	grid-template-columns: minmax(250px, .72fr) minmax(0, 1.75fr);
	gap: clamp(44px, 5vw, 90px);
}

.smax-machine-entry--basebend .smax-machine-equipment__inner--has-right h2 {
	font-size: 44px;
}

.smax-machine-entry--basebend .smax-machine-equipment__inner--has-right .smax-machine-equipment__lists {
	gap: 34px;
}

.smax-machine-entry--basebend .smax-machine-equipment__inner--has-right li {
	margin-bottom: 14px;
	padding-left: 32px;
	font-size: 18px;
	line-height: 1.35;
}

.smax-machine-entry--basebend .smax-machine-equipment__inner--has-right li::before {
	top: 2px;
	width: 20px;
	height: 20px;
	font-size: 13px;
}

.smax-machine-entry--basebend .smax-machine-equipment li {
	margin: 0 0 18px;
	padding-left: 48px;
	font-size: clamp(18px, 2vw, 25px);
	line-height: 1.25;
}

.smax-machine-entry--basebend .smax-machine-equipment li::before {
	top: .625px;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--blue);
	color: #fff;
	content: "✓";
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}

.smax-machine-entry--basebend .smax-machine-equipment__quote--basebend {
	justify-content: space-between;
	min-width: 250px;
	margin-top: 58px;
	padding: 15px 20px 15px 28px;
	border: 0;
	border-radius: 7px;
	background: var(--blue);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.smax-machine-entry--basebend .smax-machine-equipment__quote--basebend::after {
	width: 42px;
	height: 42px;
	flex-basis: 42px;
	background-size: 10px 15px;
}

.smax-machine-entry--basebend .smax-machine-feature {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
	gap: 0;
	min-height: 360px;
	margin: 28px 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	background: #f97306;
	color: #fff;
}

.smax-machine-entry--basebend .smax-machine-feature:nth-child(even) {
	background: #efefef;
	color: #222;
}

.smax-machine-entry--basebend .smax-machine-feature:nth-child(even) .smax-machine-feature__copy {
	order: initial;
}

.smax-machine-entry--basebend .smax-machine-feature h2 {
	margin-bottom: 18px;
	color: #fff;
	font-size: clamp(26px, 2.5vw, 38px);
	font-weight: 400;
	text-transform: capitalize;
}

.smax-machine-entry--basebend .smax-machine-feature:nth-child(even) h2 {
	color: var(--blue);
}

.smax-machine-entry--basebend .smax-machine-feature__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 48px;
}

.smax-machine-entry--basebend .smax-machine-feature p {
	color: inherit;
}

.smax-machine-entry--basebend .smax-machine-feature img {
	width: calc(100% - 32px);
	height: 310px;
	margin-right: 32px;
	object-fit: cover;
}

.smax-machine-entry--basebend .smax-machine-feature + .smax-machine-feature__attachments {
	gap: 64px;
	margin: 52px 0;
	padding: 0;
}

.smax-machine-entry--basebend .smax-machine-feature + .smax-machine-feature__attachments img {
	width: 100%;
	height: auto;
	margin: 0;
	object-fit: contain;
}

.smax-machine-entry--basebend .smax-machine-feature__more {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	align-self: flex-start;
	min-width: 165px;
	margin-top: 26px;
	padding: 12px 18px 11px 20px;
	border-radius: 0;
	background: #fff;
	color: var(--blue);
	font-size: 15px;
	font-weight: 700;
}

.smax-machine-entry--basebend .smax-machine-feature:nth-child(even) .smax-machine-feature__more {
	background: var(--blue);
	color: #fff;
}

.smax-machine-entry--basebend .smax-machine-feature:nth-child(odd) .smax-machine-feature__more::after {
	background-color: var(--blue);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11'%3E%3Cpath d='M1.5 1.5l4 4-4 4' fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.smax-machine-entry--basebend .smax-machine-feature:nth-child(even) .smax-machine-feature__more::after {
	background-color: #fff;
}

.smax-machine-configuration {
	padding: 88px 0;
	background: #fff;
}

.smax-machine-configuration__heading {
	margin-bottom: 44px;
	text-align: center;
}

.smax-machine-configuration__heading p {
	margin: 0 0 10px;
	color: var(--blue);
	font-size: 20px;
	font-weight: 700;
}

.smax-machine-configuration__heading h2 {
	margin: 0;
	color: #222;
	font-size: clamp(32px, 3vw, 50px);
	line-height: 1.12;
}

.smax-machine-configuration__content {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
	gap: clamp(42px, 7vw, 110px);
	align-items: center;
}

.smax-machine-configuration__content > img {
	display: block;
	width: 100%;
	max-height: 720px;
	object-fit: contain;
}

.smax-machine-configuration__content ol {
	margin: 0;
	padding-left: 34px;
	color: #26292c;
	font-size: clamp(18px, 1.7vw, 28px);
	font-weight: 600;
	line-height: 1.62;
}

.smax-machine-configuration--laser .smax-machine-configuration__content ol {
	display: grid;
	gap: 18px;
	padding: 0;
	list-style: none;
}

.smax-machine-configuration--laser .smax-machine-configuration__content li {
	position: relative;
	padding: 25px 30px 25px 86px;
	border: 3px solid var(--blue);
	border-radius: 28px;
	font-size: clamp(17px, 1.5vw, 25px);
	line-height: 1.25;
}

.smax-machine-configuration--laser .smax-machine-configuration__content li > img {
	position: absolute;
	left: 28px;
	top: 50%;
	width: 38px;
	height: 38px;
	object-fit: contain;
	transform: translateY(-50%);
}

.smax-machine-feature__details {
	margin-top: 28px;
}

.smax-machine-feature__details section + section {
	margin-top: 24px;
}

.smax-machine-feature__details h3 {
	margin: 0 0 7px;
	font-size: 20px;
	line-height: 1.25;
}

.smax-machine-feature__attachments {
	grid-column: 1 / -1;
	display: grid;
	gap: 24px;
	padding: 0 0 28px;
}

.smax-machine-feature__attachments--1 {
	grid-template-columns: 1fr;
}

.smax-machine-feature__attachments--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.smax-machine-feature__attachments img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.smax-machine-entry--basebend .smax-machine-feature--technical {
	grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
	align-items: start;
	min-height: 0;
	margin: 70px 0;
	padding: 0;
	background: #fff;
	color: #17172b;
}

.smax-machine-entry--basebend .smax-machine-feature--technical:nth-child(even) {
	background: #fff;
	color: #17172b;
}

.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__copy {
	padding: 0 56px 0 0;
	color: #17172b;
}

.smax-machine-entry--basebend .smax-machine-feature--technical h2 {
	margin-bottom: 34px;
	color: var(--blue);
	font-size: clamp(34px, 3.1vw, 52px);
	font-weight: 700;
	text-transform: uppercase;
}

.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__copy > p {
	margin-bottom: 34px;
	color: #25252d;
	font-size: 18px;
	line-height: 1.45;
}

.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__details {
	margin-top: 0;
}

.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__details section + section {
	margin-top: 58px;
}

.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__details h3 {
	margin: 0 0 16px;
	color: #17172b;
	font-size: clamp(25px, 2.1vw, 35px);
	font-weight: 800;
	line-height: 1.1;
}

.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__details p {
	color: #282831;
	font-size: 17px;
	line-height: 1.38;
}

.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__attachments--technical {
	grid-column: 2;
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	padding: 0;
}

.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__attachments--technical img {
	width: 100%;
	max-height: none;
	margin: 0;
	object-fit: contain;
}

.smax-machine-entry--basebend .smax-machine-feature--technical:has(.smax-machine-feature__technical-gallery) {
	grid-template-columns: 1fr;
}

.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__technical-gallery {
	grid-column: 1 / -1;
	display: grid;
	gap: 28px;
	padding-top: 8px;
}

.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__technical-gallery--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__technical-gallery--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__technical-gallery img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	object-fit: contain;
}

.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__comparison-image {
	grid-column: 1 / -1;
	display: block;
	width: 127.5%;
	height: auto;
	margin: 28px 0 0 -13.75%;
	object-fit: contain;
}

@media (max-width: 768px) {
	.smax-machine-entry__hero-ring {
		display: none;
	}

	.smax-machine-entry--basebend .smax-machine-entry__hero-grid {
		grid-template-columns: 1fr;
	}

	.smax-machine-entry--basebend .smax-machine-entry__hero-content {
		transform: none;
	}

	.smax-machine-entry--basebend .smax-machine-entry__hero-visual.smax-machine-reveal,
	.smax-machine-entry--basebend .smax-machine-entry__hero-content .smax-machine-reveal {
		opacity: 1;
		transform: none;
	}

	.smax-machine-entry--basebend .smax-machine-overview {
		padding-top: 42px;
		padding-bottom: 52px;
	}

	.smax-machine-entry--basebend .smax-machine-entry__hero-grid,
	.smax-machine-entry--basebend .smax-machine-entry__hero-visual {
		min-height: 0;
	}

	.smax-machine-entry--basebend .smax-machine-entry__hero-visual img {
		max-height: 340px;
	}

	.smax-machine-entry--basebend .smax-machine-gallery {
		width: 100%;
		margin-left: 0;
		transform: none;
	}

	.smax-machine-catalogue {
		width: 100%;
		margin: 44px 0 10px;
		padding-bottom: 20px;
		transform: none;
	}

	.smax-machine-catalogue__button {
		min-width: 0;
		margin-bottom: 54px;
		padding: 16px 30px;
		font-size: 25px;
	}

	.smax-machine-catalogue__images {
		display: grid;
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.smax-machine-catalogue__images img {
		width: 100%;
		height: auto;
	}

	.smax-machine-catalogue__images img:last-child {
		width: 100%;
	}

	.smax-machine-entry--basebend .smax-machine-feature {
		grid-template-columns: 1fr;
		gap: 28px;
		min-height: 0;
		padding: 0;
	}

	.smax-machine-configuration {
		padding: 58px 0;
	}

	.smax-machine-configuration__content,
	.smax-machine-feature__attachments--2 {
		grid-template-columns: 1fr;
	}

	.smax-machine-configuration__content ol {
		font-size: 18px;
	}

	.smax-machine-entry--basebend .smax-machine-feature--technical {
		grid-template-columns: 1fr;
		gap: 42px;
		margin: 48px 0;
	}

	.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__copy {
		padding: 0;
	}

	.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__attachments--technical {
		grid-column: auto;
	}

	.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__technical-gallery--2,
	.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__technical-gallery--3 {
		grid-template-columns: 1fr;
	}

	.smax-machine-entry--basebend .smax-machine-feature--technical .smax-machine-feature__comparison-image {
		width: 100%;
		margin-left: 0;
	}

	.smax-machine-entry--basebend .smax-machine-feature__copy {
		padding: 42px 24px 0;
	}

	.smax-machine-entry--basebend .smax-machine-feature img {
		height: auto;
		margin: 0 24px 24px;
		width: calc(100% - 48px);
	}

	.smax-machine-entry--basebend .smax-machine-equipment {
		padding: 68px 0;
	}

	.smax-machine-entry--basebend .smax-machine-equipment__inner {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.smax-machine-entry--basebend .smax-machine-equipment__inner--has-right .smax-machine-equipment__lists {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.smax-machine-entry--basebend .smax-machine-equipment__inner--has-right h2 {
		font-size: 36px;
	}

	.smax-machine-entry--basebend .smax-machine-equipment__inner--has-right li {
		font-size: 18px;
	}

	.smax-machine-entry--basebend .smax-machine-equipment li {
		font-size: 18px;
	}
}
