.yp-equipment-single-page .site.grid-container,
.yp-equipment-single-page .site-content,
.yp-equipment-single-page .content-area {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.yp-equipment-single-page .site-main {
	margin: 0;
}

.yp-equipment-single-page .yp-model-hero {
	min-height: 560px;
	padding: 110px 0 100px;
}
.yp-equipment-single-page .yp-model-hero .yp-model-container {
	width: min(100% - 48px, 1280px);
	padding: 0;
}
.yp-equipment-single-page .yp-model-hero__eyebrow { color: var(--color-yellow); }
.yp-equipment-single-page .yp-model-hero h1,
.yp-equipment-single-page .yp-model-hero h1.yp-model-hero__model--long {
	color: #fff;
	font-size: clamp(54px, 7vw, 100px);
}
@media (max-width: 600px) {
	.yp-equipment-single-page .yp-model-hero { min-height: 0; padding: 68px 0; }
}

.yp-model-page,
.yp-model-page * {
	box-sizing: border-box;
}

.yp-model-page {
	background: #151b1f;
	color: #fff;
}

.yp-model-page h1,
.yp-model-page h2,
.yp-model-page h3,
.yp-model-page p,
.yp-model-page dl,
.yp-model-page dd,
.yp-model-page figure {
	margin-top: 0;
}

.yp-model-container {
	width: min(100%, 1360px);
	margin: 0 auto;
	padding-right: 48px;
	padding-left: 48px;
}

.yp-model-scroll-progress {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #febc38;
	pointer-events: none;
}

.yp-model-eyebrow,
.yp-model-hero__eyebrow {
	margin-bottom: 0;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2.8px;
	line-height: 15px;
	text-transform: uppercase;
}

.yp-model-eyebrow {
	color: #a88b4a;
}

.yp-model-hero__eyebrow {
	color: rgba(255, 255, 255, 0.7);
}

.yp-model-hero {
	position: relative;
	display: flex;
	min-height: 818px;
	align-items: flex-start;
	overflow: hidden;
	padding: 128px 0;
	background: #151b1f;
}

.yp-model-hero::before,
.yp-model-hero::after {
	position: absolute;
	inset: 0;
	content: "";
}

.yp-model-hero::before {
	background-image: var(--yp-model-hero-image);
	background-position: center;
	background-size: cover;
	opacity: 0.28;
}

.yp-model-hero--catalog::before {
	background-color: #252d32;
	background-position: 82% center;
	background-repeat: no-repeat;
	background-size: min(72vw, 1100px) auto;
	background-blend-mode: multiply;
	opacity: 0.68;
}

.yp-model-hero::after {
	background: radial-gradient(ellipse at 70% 50%, rgba(37, 45, 50, 0.6), transparent 48%), linear-gradient(90deg, rgba(21, 27, 31, 0.55), transparent 70%), linear-gradient(0deg, #151b1f 0%, rgba(21, 27, 31, 0.25) 50%, transparent 100%);
}

.yp-model-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
}

.yp-model-hero__identity,
.yp-model-hero__copy {
	min-width: 0;
}

.yp-model-hero h1 {
	margin: 16px 0 0;
	color: #febc38;
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(112px, 11.62vw, 176px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.yp-model-hero h1.yp-model-hero__model--long {
	font-size: clamp(78px, 7.6vw, 116px);
}

.yp-model-hero__tagline {
	margin-bottom: 0;
	color: #fff;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 48px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.92;
	text-transform: uppercase;
}

.yp-model-hero__tagline span {
	display: block;
}

.yp-model-hero__copy {
	padding-top: 36px;
}

.yp-model-hero__copy > p {
	width: min(100%, 448px);
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	line-height: 26px;
}

.yp-model-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 40px;
}

.yp-model-button {
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 16px 20px;
	border: 1px solid transparent;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.76px;
	line-height: 16.5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.yp-model-button--primary {
	background: #febc38;
	color: #151b1f;
}

.yp-model-button--primary:hover,
.yp-model-button--primary:focus-visible {
	background: #ed9e00;
	color: #151b1f;
}

.yp-model-button--primary:active {
	background: #fec85d;
}

.yp-model-button--primary:disabled,
.yp-model-button--primary[aria-disabled="true"] {
	background: #f1f5f9;
	color: #cbd5e1;
	cursor: not-allowed;
}

.yp-model-button--outline-light {
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.yp-model-button--outline-light:hover,
.yp-model-button--outline-light:focus-visible {
	border-color: #febc38;
	color: #febc38;
}

.yp-model-button--outline-light:active {
	border-color: #fec85d;
	color: #fec85d;
}

.yp-model-button--outline-light:disabled,
.yp-model-button--outline-light[aria-disabled="true"] {
	border-color: rgba(255, 255, 255, 0.2);
	color: #415362;
	cursor: not-allowed;
}

.yp-model-spec-rail {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background: #252d32;
}

.yp-model-spec-rail__inner {
	display: grid;
	width: min(100%, 1360px);
	min-height: 142px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
}

.yp-model-spec-rail__inner > div {
	min-width: 0;
	padding: 32px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.yp-model-spec-rail__inner > div:last-child {
	border-right: 0;
}

.yp-model-spec-rail span,
.yp-model-spec-rail strong,
.yp-model-spec-rail small {
	display: block;
	font-family: "Manrope", Arial, sans-serif;
}

.yp-model-spec-rail span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 2.16px;
	line-height: 13.5px;
	text-transform: uppercase;
}

.yp-model-spec-rail strong {
	padding-top: 8px;
	color: #fff;
	font-size: 35px;
	font-weight: 800;
	line-height: 36px;
}

.yp-model-spec-rail small {
	padding-top: 4px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
	font-weight: 500;
	line-height: 16.5px;
}

.yp-model-overview,
.yp-model-dimensions {
	padding: 128px 0;
	background: #151b1f;
}

.yp-model-heading h2,
.yp-model-cta h2,
.yp-model-related h2 {
	margin: 16px 0 0;
	color: #fff;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 56px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.9;
	text-transform: uppercase;
}

.yp-model-heading h2 span {
	display: block;
}

.yp-model-heading > p:last-child {
	width: min(100%, 672px);
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	line-height: 26px;
}

.yp-model-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 64px;
	background: rgba(255, 255, 255, 0.08);
}

.yp-model-benefits article {
	min-height: 417px;
	padding: 40px;
	background: #151b1f;
}

.yp-model-benefit__number {
	margin-bottom: 0;
	color: #febc38;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2.7px;
	line-height: 13.5px;
	text-transform: uppercase;
}

.yp-model-benefit__value,
.yp-model-benefit__label {
	display: block;
	font-family: "Manrope", Arial, sans-serif;
	text-transform: uppercase;
}

.yp-model-benefit__value {
	padding-top: 16px;
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 40px;
}

.yp-model-benefit__label {
	padding-top: 4px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 15px;
}

.yp-model-benefit__description {
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	line-height: 22.75px;
}

.yp-model-benefits dl {
	margin-bottom: 0;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.yp-model-benefits dl > div,
.yp-model-spec-group dl > div,
.yp-model-dimensions__grid > dl > div,
.yp-model-related__card dl > div {
	display: flex;
	min-width: 0;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
}

.yp-model-benefits dt,
.yp-model-benefits dd {
	font-size: 11px;
	line-height: 16.5px;
}

.yp-model-benefits dt {
	color: rgba(255, 255, 255, 0.5);
}

.yp-model-benefits dd {
	margin: 0;
	color: #fff;
	font-weight: 600;
	text-align: right;
}

.yp-model-technical {
	padding: 128px 0;
	background: #252d32;
}

.yp-model-heading--technical h2 {
	font-size: 51px;
}

.yp-model-heading--technical > p:last-child {
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
	line-height: 16.5px;
}

.yp-model-technical__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px 80px;
	margin-top: 48px;
}

.yp-model-technical__column {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 40px;
}

.yp-model-spec-group {
	break-inside: avoid;
}

.yp-model-spec-group h3 {
	margin-bottom: 20px;
	color: #febc38;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2.7px;
	line-height: 13.5px;
	text-transform: uppercase;
}

.yp-model-spec-group dl {
	margin-bottom: 0;
}

.yp-model-spec-group dl > div,
.yp-model-dimensions__grid > dl > div {
	min-height: 43px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.yp-model-spec-group dt,
.yp-model-dimensions__grid dt {
	color: rgba(255, 255, 255, 0.7);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.66px;
	line-height: 16.5px;
}

.yp-model-spec-group dd,
.yp-model-dimensions__grid dd {
	margin: 0;
	color: #fff;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	text-align: right;
}

.yp-model-collapsibles {
	margin-top: 64px;
}

.yp-model-collapsibles details {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.yp-model-collapsibles summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	color: #fff;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.4px;
	line-height: 20px;
	list-style: none;
	text-transform: uppercase;
}

.yp-model-collapsibles summary::-webkit-details-marker {
	display: none;
}

.yp-model-collapsibles summary span {
	color: #febc38;
	font-size: 18px;
	font-weight: 300;
}

.yp-model-collapsibles details[open] summary span {
	transform: rotate(45deg);
}

.yp-model-collapsibles details > p {
	width: min(100%, 620px);
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 13px;
	line-height: 21px;
}

.yp-model-dimensions .yp-model-heading > p:last-child {
	width: min(100%, 512px);
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 20px;
}

.yp-model-dimensions__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 80px;
	align-items: start;
	margin-top: 64px;
}

.yp-model-dimensions__grid figure {
	position: relative;
	height: 420px;
	margin-bottom: 0;
	overflow: hidden;
	background: #252d32;
}

.yp-model-gallery {
	min-width: 0;
}

.yp-model-gallery:focus-visible {
	outline: 2px solid #febc38;
	outline-offset: 4px;
}

.yp-model-gallery__viewport {
	position: relative;
	height: 420px;
	overflow: hidden;
	background: #252d32;
}

.yp-model-dimensions__grid .yp-model-gallery__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.yp-model-gallery__slide[hidden] {
	display: none;
}

.yp-model-gallery__slide--product {
	background: #f5f4ef;
}

.yp-model-gallery__slide--product img {
	object-fit: contain !important;
	opacity: 1 !important;
}

.yp-model-gallery__slide--product figcaption {
	color: #151b1f;
}

.yp-model-gallery__controls {
	display: flex;
	min-height: 50px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.yp-model-gallery__controls > div {
	display: flex;
}

.yp-model-gallery__controls button {
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #febc38;
	font-size: 24px;
	line-height: 1;
}

.yp-model-gallery__controls button:hover,
.yp-model-gallery__controls button:focus-visible {
	background: rgba(255, 255, 255, 0.08);
}

.yp-model-gallery__controls > span {
	color: rgba(255, 255, 255, 0.65);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
}

.yp-model-gallery__thumbnails {
	display: flex;
	gap: 8px;
	padding-top: 12px;
}

.yp-model-gallery__thumbnails button {
	width: 72px;
	height: 54px;
	padding: 0;
	border: 2px solid transparent;
	background: #252d32;
}

.yp-model-gallery__thumbnails button[aria-current="true"],
.yp-model-gallery__thumbnails button:focus-visible {
	border-color: #febc38;
}

.yp-model-gallery__thumbnails img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yp-model-dimensions__grid figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
}

.yp-model-dimensions__grid figcaption {
	position: absolute;
	top: 24px;
	left: 24px;
	color: #fff;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 15px;
	text-transform: uppercase;
}

.yp-model-dimensions__grid > dl {
	margin-bottom: 0;
}

body.yp-model-quote-open {
	overflow: hidden;
}

.yp-model-quote-dialog {
	position: fixed;
	width: min(680px, calc(100% - 32px));
	max-width: none;
	max-height: calc(100dvh - 32px);
	margin: auto;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 0;
	background: #151b1f;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
	color: #fff;
	overflow: auto;
}

.yp-model-quote-dialog::backdrop {
	background: rgba(10, 14, 17, 0.78);
}

.yp-model-quote-dialog__inner {
	position: relative;
	padding: 42px 48px 48px;
}

.yp-model-quote-dialog__close {
	position: absolute;
	top: 22px;
	right: 24px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: transparent;
	color: #fff;
	font-size: 24px;
	line-height: 1;
}

.yp-model-quote-dialog__close:hover,
.yp-model-quote-dialog__close:focus-visible {
	border-color: #febc38;
	color: #febc38;
}

.yp-model-quote-dialog h2 {
	margin: 12px 0 30px;
	color: #fff;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.yp-model-quote-dialog__form .yp-contact-form {
	width: 100%;
}

.yp-model-cta {
	padding: 144px 0 80px;
	background: #151b1f;
}

.yp-model-cta__content {
	width: min(100%, 672px);
}

.yp-model-cta h2 {
	font-size: 64px;
	line-height: 0.9;
}

.yp-model-cta__content > p:not(.yp-model-hero__eyebrow) {
	width: min(100%, 448px);
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	line-height: 26px;
}

.yp-model-cta__line {
	height: 1px;
	margin-top: 80px;
	background: linear-gradient(90deg, #febc38, rgba(254, 188, 56, 0));
}

.yp-model-related {
	padding: 80px 0;
	background: #252d32;
}

.yp-model-related h2 {
	font-size: 36px;
	line-height: 43px;
}

.yp-model-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 48px;
	background: rgba(255, 255, 255, 0.08);
}

.yp-model-related__card {
	display: block;
	min-height: 235px;
	padding: 32px;
	background: #252d32;
	color: #fff;
	text-decoration: none;
}

.yp-model-related__card > span {
	display: block;
	color: #febc38;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2.7px;
	line-height: 13.5px;
	text-transform: uppercase;
}

.yp-model-related__card > strong {
	display: block;
	padding-top: 8px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	line-height: 48px;
}

.yp-model-related__card dl {
	margin: 0;
	padding-top: 16px;
}

.yp-model-related__card dt,
.yp-model-related__card dd {
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
	line-height: 16.5px;
}

.yp-model-related__card dd {
	margin: 0;
	text-align: right;
}

.yp-model-related__card b {
	display: block;
	padding-top: 18px;
	color: #fff;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 15px;
	text-transform: uppercase;
}

.yp-model-related__card:hover,
.yp-model-related__card:focus,
.yp-model-related__card:hover b,
.yp-model-related__card:focus b {
	color: #febc38;
}

@media (max-width: 1050px) {
	.yp-model-hero {
		min-height: 700px;
	}

	.yp-model-hero__tagline {
		font-size: 38px;
	}

	.yp-model-spec-rail strong {
		font-size: 27px;
	}

	.yp-model-heading h2,
	.yp-model-heading--technical h2 {
		font-size: 44px;
	}

	.yp-model-benefits article {
		padding: 30px;
	}
}

@media (max-width: 800px) {
	.yp-model-container {
		padding-right: 24px;
		padding-left: 24px;
	}

	.yp-model-hero {
		min-height: 0;
		padding: 88px 0;
	}

	.yp-model-hero__grid,
	.yp-model-dimensions__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.yp-model-hero__copy {
		padding-top: 0;
	}

	.yp-model-spec-rail__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yp-model-spec-rail__inner > div:nth-child(2) {
		border-right: 0;
	}

	.yp-model-spec-rail__inner > div:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.yp-model-overview,
	.yp-model-technical,
	.yp-model-dimensions {
		padding: 88px 0;
	}

	.yp-model-benefits,
	.yp-model-technical__grid,
	.yp-model-related__grid {
		grid-template-columns: 1fr;
	}

	.yp-model-benefits article {
		min-height: 0;
	}

	.yp-model-technical__grid {
		gap: 40px;
	}

	.yp-model-gallery__viewport {
		height: auto;
		aspect-ratio: 4 / 3;
	}

	.yp-model-dimensions__grid .yp-model-gallery__slide {
		height: 100%;
	}

	.yp-model-cta {
		padding-top: 96px;
	}
}

@media (max-width: 520px) {
	.yp-model-quote-dialog__inner {
		padding: 34px 22px 28px;
	}

	.yp-model-quote-dialog__close {
		top: 20px;
		right: 20px;
	}

	.yp-model-quote-dialog h2 {
		max-width: calc(100% - 48px);
		font-size: 28px;
	}

	.yp-model-hero h1,
	.yp-model-hero h1.yp-model-hero__model--long {
		font-size: clamp(70px, 25vw, 104px);
	}

	.yp-model-hero__tagline {
		font-size: 32px;
	}

	.yp-model-actions,
	.yp-model-button {
		width: 100%;
	}

	.yp-model-spec-rail__inner {
		grid-template-columns: 1fr;
	}

	.yp-model-spec-rail__inner > div,
	.yp-model-spec-rail__inner > div:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.yp-model-spec-rail strong {
		font-size: 30px;
	}

	.yp-model-heading h2,
	.yp-model-heading--technical h2,
	.yp-model-cta h2 {
		font-size: 38px;
		line-height: 0.95;
	}

	.yp-model-benefits article,
	.yp-model-related__card {
		padding: 26px;
	}

	.yp-model-spec-group dl > div,
	.yp-model-dimensions__grid > dl > div,
	.yp-model-related__card dl > div {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.yp-model-spec-group dd,
	.yp-model-dimensions__grid dd,
	.yp-model-related__card dd {
		text-align: left;
	}

	.yp-model-collapsibles summary {
		gap: 20px;
		font-size: 12px;
	}
}
