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

.home .site-main {
	margin: 0;
}

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

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

.yp-home h1,
.yp-home h2,
.yp-home h3,
.yp-home p {
	margin-top: 0;
}

.yp-hero {
	display: flex;
	min-height: min(936px, calc(100svh - 112px));
	border-bottom: 1px solid rgba(254, 188, 56, 0.4);
	background: linear-gradient(147deg, #151b1f 0%, #151b1f 50%, #252d32 100%);
	background-color: #151b1f;
	color: var(--color-white);
}

.yp-hero__inner {
	display: flex;
	align-items: center;
	padding-top: 64px;
	padding-bottom: 96px;
}

.yp-hero__content {
	width: min(100%, 616px);
}

.yp-eyebrow {
	margin-bottom: 16px;
	color: rgba(255, 255, 255, 0.4);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2.8px;
	line-height: 15px;
	text-transform: uppercase;
}

.yp-hero__title {
	margin-bottom: 0;
	color: var(--color-white);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 96px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	text-transform: uppercase;
}

.yp-hero__title span {
	display: block;
}

.yp-hero__description {
	width: min(100%, 448px);
	margin-bottom: 0;
	padding-top: 32px;
	color: rgba(255, 255, 255, 0.55);
	font-family: "Inter", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 29.25px;
}

.yp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding-top: 40px;
}

.yp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	height: 51px;
	padding: 16px 28px;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.65px;
	line-height: 16.5px;
	text-decoration: none;
	text-transform: uppercase;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.yp-button--primary {
	background: var(--color-yellow);
	color: var(--color-dark);
}

.yp-button--primary:hover,
.yp-button--primary:focus-visible {
	background: #ed9e00;
	color: var(--color-dark);
}

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

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

.yp-button--outline {
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: var(--color-white);
}

.yp-button--outline:hover,
.yp-button--outline:focus-visible {
	border-color: var(--color-yellow);
	color: var(--color-yellow);
}

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

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

.yp-hero__services {
	margin-bottom: 0;
	padding-top: 48px;
	color: rgba(255, 255, 255, 0.25);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 2.5px;
	line-height: 15px;
	text-transform: uppercase;
}

.yp-trust {
	padding: 80px 0;
	border-bottom: 1px solid rgba(21, 27, 31, 0.08);
	background: #f5f4ef;
	color: var(--color-dark);
}

.yp-trust__intro {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 64px;
	align-items: start;
	min-height: 90px;
}

.yp-trust__intro h2,
.yp-newsletter h2 {
	margin-bottom: 0;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 45px;
	text-transform: uppercase;
}

.yp-trust__intro h2 {
	color: var(--color-dark);
}

.yp-trust__intro > p {
	width: min(100%, 384px);
	margin-bottom: 0;
	color: rgba(21, 27, 31, 0.6);
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
}

.yp-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin-top: 56px;
	background: rgba(21, 27, 31, 0.1);
}

.yp-trust__item {
	min-height: 243px;
	padding: 32px;
	background: #f5f4ef;
}

.yp-trust__item img {
	display: block;
	width: 32px;
	height: 32px;
}

.yp-trust__number {
	margin-bottom: 0;
	padding-top: 20px;
	color: rgba(21, 27, 31, 0.3);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 15px;
}

.yp-trust__item h3 {
	margin-bottom: 0;
	padding-top: 12px;
	color: var(--color-dark);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.84px;
	line-height: 20px;
	text-transform: uppercase;
}

.yp-trust__description {
	margin-bottom: 0;
	padding-top: 12px;
	color: rgba(21, 27, 31, 0.55);
	font-family: "Inter", Arial, sans-serif;
	font-size: 14px;
	line-height: 22.75px;
}

.yp-equipment-showcase {
	padding: 96px 0 112px;
	border-bottom: 1px solid rgba(254, 188, 56, 0.4);
	background: linear-gradient(147deg, #151b1f 0%, #151b1f 50%, #252d32 100%);
	color: var(--color-white);
}

.yp-equipment-showcase__intro {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: start;
}

.yp-equipment-showcase__intro h2 {
	margin-bottom: 0;
	color: var(--color-white);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 52px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1;
}

.yp-equipment-showcase__intro > div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
}

.yp-equipment-showcase__intro p {
	width: min(100%, 350px);
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.55);
	font-size: 16px;
	line-height: 24px;
}

.yp-equipment-showcase__browse {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 184px;
	min-height: 38px;
	padding: 10px 24px;
	border-radius: 20px;
	background: var(--color-yellow);
	color: var(--color-dark);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	text-decoration: none;
}

.yp-equipment-showcase__browse:hover,
.yp-equipment-showcase__browse:focus {
	background: #ffd16d;
	color: var(--color-dark);
}

.yp-equipment-showcase__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 48px 40px;
	margin-top: 72px;
}

.yp-equipment-card {
	text-align: center;
}

.yp-equipment-card__image {
	display: block;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

.yp-equipment-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.yp-equipment-card:hover .yp-equipment-card__image img {
	transform: scale(1.02);
}

.yp-equipment-card h3 {
	margin: 24px 0 0;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 30px;
}

.yp-equipment-card h3 a {
	color: var(--color-white);
	text-decoration: none;
}

.yp-equipment-card h3 a:hover,
.yp-equipment-card h3 a:focus {
	color: var(--color-yellow);
}

.yp-equipment-card > p {
	max-width: 360px;
	margin: 12px auto 0;
	color: rgba(255, 255, 255, 0.55);
	font-size: 14px;
	line-height: 21px;
}

.yp-attachments {
	padding: 128px 0;
	background: #f5f4ef;
	color: var(--color-dark);
}

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

.yp-attachments__content {
	min-width: 0;
}

.yp-attachments__eyebrow {
	margin-bottom: 16px;
	color: #a88b4a;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2.8px;
	line-height: 15px;
	text-transform: uppercase;
}

.yp-attachments__title {
	margin-bottom: 0;
	color: var(--color-dark);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 60px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.92;
	text-transform: uppercase;
}

.yp-attachments__title span {
	display: block;
}

.yp-attachments__title span:last-child {
	color: rgba(21, 27, 31, 0.3);
}

.yp-attachments__description {
	width: min(100%, 384px);
	margin-bottom: 0;
	padding-top: 24px;
	color: rgba(21, 27, 31, 0.6);
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
}

.yp-attachments__list {
	margin-top: 40px;
	border-top: 1px solid rgba(21, 27, 31, 0.1);
}

.yp-attachments__item {
	display: flex;
	min-height: 81px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(21, 27, 31, 0.1);
	color: var(--color-dark);
	text-decoration: none;
}

.yp-attachments__item > span:first-child {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.yp-attachments__item strong {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.12px;
	line-height: 20px;
	text-transform: uppercase;
}

.yp-attachments__item small {
	color: rgba(21, 27, 31, 0.5);
	font-family: "Inter", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 20px;
}

.yp-attachments__arrow {
	flex: 0 0 auto;
	color: rgba(21, 27, 31, 0.2);
	font-size: 18px;
	line-height: 20px;
	transition: color 160ms ease, transform 160ms ease;
}

.yp-attachments__item:hover,
.yp-attachments__item:focus {
	color: var(--color-dark);
}

.yp-attachments__item:hover .yp-attachments__arrow,
.yp-attachments__item:focus .yp-attachments__arrow {
	color: #a88b4a;
	transform: translateX(4px);
}

.yp-attachments__button {
	margin-top: 40px;
}

.yp-attachments__visual {
	display: flex;
	min-height: 568px;
	align-items: center;
	justify-content: center;
	padding: 32px;
	border: 1px solid rgba(21, 27, 31, 0.1);
	background: #e7e8e5;
}

.yp-attachments__visual img,
.yp-attachments__visual object {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.yp-attachments__visual object {
	width: calc(100% + 80px);
	max-width: none;
	height: 519px;
	margin: 0 -40px;
	object-fit: fill;
}

.yp-newsletter {
	padding: 80px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: #252d32;
	color: var(--color-white);
}

.yp-newsletter__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
	align-items: center;
}

.yp-newsletter h2 {
	color: var(--color-white);
}

.yp-newsletter__grid > div:first-child > p {
	width: min(100%, 612px);
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.45);
	font-size: 14px;
	line-height: 22.75px;
}

.yp-newsletter .wpcf7,
.yp-newsletter .wpcf7-form {
	width: 100%;
	margin: 0;
}

.yp-newsletter-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	width: 100%;
}

.yp-newsletter-form p,
.yp-newsletter-form__field,
.yp-newsletter-form__action {
	margin: 0;
}

.yp-newsletter-form__field {
	display: block;
}

.yp-newsletter-form__label {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1.8px;
	line-height: 15px;
	text-transform: uppercase;
}

.yp-newsletter-form__action {
	align-self: end;
}

.yp-newsletter-form__field .wpcf7-form-control-wrap {
	display: block;
}

.yp-newsletter-form input[type="email"] {
	display: block;
	width: 100%;
	height: 49px;
	margin: 0;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	color: var(--color-white);
	font-family: "Inter", Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.yp-newsletter-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.25);
	opacity: 1;
}

.yp-newsletter-form input[type="email"]:focus {
	border-color: var(--color-yellow);
	outline: 1px solid var(--color-yellow);
	outline-offset: -1px;
}

.yp-newsletter-form .yp-newsletter-form__submit {
	display: block;
	height: 49px;
	margin: 0;
	padding: 12px 28px;
	border: 0;
	border-radius: 0;
	background: var(--color-yellow);
	box-shadow: none;
	color: var(--color-dark);
	cursor: pointer;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.65px;
	line-height: 16.5px;
	text-transform: uppercase;
}

.yp-newsletter-form .yp-newsletter-form__submit:hover,
.yp-newsletter-form .yp-newsletter-form__submit:focus-visible {
	background: #ed9e00;
}

.yp-newsletter-form .yp-newsletter-form__submit:active {
	background: #fec85d;
}

.yp-newsletter-form .yp-newsletter-form__submit:disabled {
	background: #f1f5f9;
	color: #cbd5e1;
	cursor: not-allowed;
}

.yp-newsletter-form .wpcf7-spinner {
	display: none;
}

.yp-newsletter-form__note {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.25);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0.25px;
	line-height: 15px;
}

.yp-newsletter .wpcf7-not-valid-tip {
	margin-top: 5px;
	color: #ff8585;
	font-size: 12px;
}

.yp-newsletter .wpcf7-response-output {
	margin: 12px 0 0;
	color: var(--color-white);
	font-size: 12px;
}

@media (max-width: 1180px) {
	.yp-hero {
		min-height: 760px;
	}

	.yp-hero__title {
		font-size: 72px;
	}

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

	.yp-equipment-showcase__intro > div {
		flex-direction: column;
	}
}

@media (max-width: 900px) {
	.yp-home__container {
		padding-right: 24px;
		padding-left: 24px;
	}

	.yp-hero {
		min-height: 700px;
	}

	.yp-trust__intro,
	.yp-equipment-showcase__intro,
	.yp-attachments__grid,
	.yp-newsletter__grid {
		grid-template-columns: 1fr;
	}

	.yp-trust__intro {
		gap: 20px;
	}

	.yp-equipment-showcase__intro {
		gap: 28px;
	}

	.yp-equipment-showcase__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yp-attachments__grid {
		gap: 64px;
	}

	.yp-attachments__visual {
		min-height: 0;
	}

	.yp-newsletter__grid {
		gap: 32px;
	}
}

@media (max-width: 640px) {
	.yp-hero {
		min-height: 0;
	}

	.yp-hero__inner {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.yp-hero__title {
		font-size: 48px;
		line-height: 1.06;
	}

	.yp-hero__description {
		padding-top: 24px;
		font-size: 16px;
		line-height: 25px;
	}

	.yp-hero__actions {
		align-items: stretch;
		flex-direction: column;
		padding-top: 32px;
	}

	.yp-button {
		width: 100%;
	}

	.yp-hero__services {
		padding-top: 36px;
		white-space: normal;
	}

	.yp-trust,
	.yp-attachments,
	.yp-newsletter {
		padding: 64px 0;
	}

	.yp-trust__intro h2,
	.yp-newsletter h2 {
		font-size: 30px;
		line-height: 38px;
	}

	.yp-trust__grid {
		grid-template-columns: 1fr;
		margin-top: 40px;
	}

	.yp-trust__item {
		min-height: 0;
	}

	.yp-equipment-showcase {
		padding: 72px 0 80px;
	}

	.yp-equipment-showcase__intro h2 {
		font-size: 40px;
	}

	.yp-equipment-showcase__intro > div {
		gap: 24px;
	}

	.yp-equipment-showcase__grid {
		grid-template-columns: 1fr;
		gap: 48px;
		margin-top: 56px;
	}

	.yp-equipment-card h3,
	.yp-equipment-card > p {
		text-align: left;
	}

	.yp-equipment-card > p {
		max-width: none;
	}

	.yp-attachments__grid {
		gap: 48px;
	}

	.yp-attachments__title {
		font-size: 42px;
		line-height: 1.05;
	}

	.yp-attachments__item {
		align-items: flex-start;
		gap: 16px;
	}

	.yp-attachments__visual {
		padding: 20px;
	}

	.yp-newsletter-form {
		grid-template-columns: 1fr;
	}

	.yp-newsletter-form .yp-newsletter-form__submit {
		width: 100%;
	}
}

/* Complete homepage composition from Figma node 15066:322. */
.yp-section {
	padding: 128px 0;
}

.yp-section-eyebrow {
	margin-bottom: 14px;
	color: #a88b4a;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2.4px;
	line-height: 15px;
	text-transform: uppercase;
}

.yp-eyebrow--yellow {
	color: rgba(254, 188, 56, 0.78);
}

.yp-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
	gap: 64px;
	align-items: end;
	margin-bottom: 56px;
}

.yp-section-heading h2,
.yp-why h2,
.yp-jobsite h2,
.yp-service h2,
.yp-value h2,
.yp-local h2,
.yp-manufacturer h2,
.yp-events h2,
.yp-contact-home h2 {
	margin-bottom: 0;
	color: var(--color-dark);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 60px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.96;
	text-transform: uppercase;
}

.yp-section-heading > p {
	margin-bottom: 0;
	color: rgba(21, 27, 31, 0.58);
	font-size: 15px;
	line-height: 24px;
}

.yp-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--color-dark);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 1.3px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
}

.yp-text-link:hover,
.yp-text-link:focus {
	color: #a1161d;
}

.yp-hero {
	overflow: hidden;
}

@media (min-width: 901px) {
	.yp-hero {
		min-height: 936px;
	}
}

.yp-hero__inner {
	position: relative;
}

.yp-hero__content {
	position: relative;
	z-index: 2;
}

.yp-hero__machine {
	position: absolute;
	z-index: 1;
	right: -20px;
	bottom: 10%;
	width: min(55%, 720px);
	transform: translateY(-120px);
}

.yp-hero__machine img,
.yp-hero__machine object {
	display: block;
	width: 100%;
	height: auto;
}

.yp-line-animation {
	overflow: hidden;
	border: 0;
	background: transparent;
	pointer-events: none;
}

.yp-line-animation--hero {
	aspect-ratio: 980 / 560;
}

.yp-showcase {
	background: var(--color-dark);
	color: var(--color-white);
}

.yp-showcase__stage {
	position: relative;
	min-height: 590px;
	overflow: hidden;
}

.yp-showcase__image,
.yp-showcase__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.yp-showcase__image {
	object-fit: cover;
	opacity: 0.3;
	transition: opacity 180ms ease;
}

.yp-showcase.is-switching .yp-showcase__image {
	opacity: 0.12;
}

.yp-showcase__shade {
	background: linear-gradient(90deg, rgba(21, 27, 31, 0.72), rgba(21, 27, 31, 0.12)), linear-gradient(0deg, #151b1f 0%, rgba(21, 27, 31, 0.1) 62%);
}

.yp-showcase__counter {
	position: absolute;
	top: 34px;
	right: 48px;
	margin: 0;
	color: rgba(255, 255, 255, 0.12);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 120px;
	font-weight: 800;
	line-height: 1;
}

.yp-showcase__content {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 590px;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
	padding-top: 100px;
	padding-bottom: 72px;
}

.yp-showcase__content h2 {
	width: min(100%, 1150px);
	margin-bottom: 18px;
	color: #fff;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 72px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.94;
	text-transform: uppercase;
}

.yp-showcase__content > p:not(.yp-eyebrow) {
	width: min(100%, 530px);
	margin-bottom: 32px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 16px;
	line-height: 26px;
}

.yp-showcase__tabs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-top: 0;
	padding-bottom: 0;
}

.yp-showcase__tab {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 144px;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 28px 32px;
	border: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.68);
	cursor: pointer;
	text-align: left;
}

.yp-showcase__tab::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 2px;
	background: rgba(255, 255, 255, 0.1);
	content: "";
}

.yp-showcase__tab.is-active {
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
}

.yp-showcase__tab.is-active::before {
	background: linear-gradient(90deg, var(--color-yellow) 0 30%, rgba(255, 255, 255, 0.1) 30%);
}

.yp-showcase__tab > span {
	color: rgba(255, 255, 255, 0.16);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 30px;
	font-weight: 800;
	line-height: 30px;
}

.yp-showcase__tab.is-active > span {
	color: var(--color-yellow);
}

.yp-showcase__tab strong,
.yp-showcase__tab small {
	font-family: "Manrope", Arial, sans-serif;
	text-transform: uppercase;
}

.yp-showcase__tab strong {
	margin-top: 9px;
	font-size: 11px;
	letter-spacing: 1.1px;
	line-height: 17px;
}

.yp-showcase__tab small {
	margin-top: 7px;
	color: rgba(254, 188, 56, 0.55);
	font-size: 9px;
	letter-spacing: 1.3px;
	line-height: 14px;
}

.yp-categories {
	background: #f5f4ef;
}

.yp-categories__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: rgba(21, 27, 31, 0.18);
}

.yp-category-card {
	position: relative;
	display: block;
	min-height: 380px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

.yp-category-card > img,
.yp-category-card__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.yp-category-card > img {
	object-fit: cover;
	transition: transform 260ms ease;
}

.yp-category-card__shade {
	background: linear-gradient(0deg, rgba(21, 27, 31, 0.96) 0%, rgba(21, 27, 31, 0.78) 48%, rgba(21, 27, 31, 0.15) 100%);
}

.yp-category-card__specs {
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 32px;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 8px;
	color: rgba(255, 255, 255, 0.38);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 7px;
	font-weight: 600;
	letter-spacing: 1.15px;
	line-height: 10px;
	text-transform: uppercase;
}

.yp-category-card__content {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 380px;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
	padding: 32px;
}

.yp-category-card__content i {
	width: 24px;
	height: 1px;
	margin-bottom: 18px;
	background: var(--color-yellow);
}

.yp-category-card__content strong {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 29px;
	font-style: normal;
	font-weight: 800;
	line-height: 35px;
	text-transform: uppercase;
}

.yp-category-card__content em {
	margin-top: 7px;
	color: var(--color-yellow);
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
}

.yp-category-card__content small {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	line-height: 21px;
}

.yp-category-card__content b {
	margin-top: 22px;
	color: #fff;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1.2px;
	line-height: 15px;
	text-transform: uppercase;
}

.yp-category-card:hover,
.yp-category-card:focus {
	color: #fff;
}

.yp-category-card:hover > img,
.yp-category-card:focus > img {
	transform: scale(1.025);
}

.yp-featured {
	background: #e7e8e5;
}

.yp-featured .yp-section-heading h2 {
	font-size: 48px;
	line-height: 0.92;
}

.yp-featured .yp-section-heading > p {
	max-width: 384px;
	font-size: 16px;
	line-height: 26px;
}

.yp-featured__tabs {
	display: flex;
	gap: 2px;
	margin-bottom: 32px;
}

.yp-featured__tab {
	min-width: 54px;
	height: 33px;
	padding: 8px 12px;
	border: 1px solid rgba(21, 27, 31, 0.2);
	background: transparent;
	color: rgba(21, 27, 31, 0.5);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 15px;
}

.yp-featured__tab:hover,
.yp-featured__tab:focus-visible {
	border-color: #a88b4a;
	color: #151b1f;
}

.yp-featured__tab.is-active {
	border-color: #febc38;
	background: #febc38;
	color: #151b1f;
}

.yp-featured__panel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-height: 475px;
	gap: 1px;
	background: rgba(21, 27, 31, 0.1);
}

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

.yp-featured__photo {
	position: relative;
	display: block;
	min-height: 475px;
	overflow: hidden;
	background: #151b1f;
}

.yp-featured__photo img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.35;
}

.yp-featured__photo::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(21, 27, 31, 0.2), transparent);
	content: "";
	pointer-events: none;
}

.yp-featured__photo > span {
	position: absolute;
	z-index: 1;
	top: 24px;
	left: 24px;
	color: rgba(255, 255, 255, 0.7);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 15px;
	text-transform: uppercase;
}

.yp-featured__panel--cutout .yp-featured__photo img {
	object-fit: contain;
	opacity: 0.65;
}

.yp-featured__product {
	min-width: 0;
	background: #fff;
}

.yp-featured__product-copy {
	display: flex;
	min-height: 475px;
	min-width: 0;
	align-items: flex-start;
	flex-direction: column;
	padding: 48px;
}

.yp-featured__model-class {
	margin: 0;
	color: rgba(21, 27, 31, 0.35);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 15px;
	text-transform: uppercase;
}

.yp-featured__product h3 {
	margin: 8px 0 0;
	color: var(--color-dark);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 72px;
	font-weight: 900;
	line-height: 0.9;
}

.yp-featured__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.yp-featured__badges li {
	padding: 6px 12px;
	border: 1px solid rgba(21, 27, 31, 0.2);
	color: rgba(21, 27, 31, 0.5);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 13.5px;
	text-transform: uppercase;
}

.yp-featured__product dl {
	width: 100%;
	margin: 32px 0 auto;
}

.yp-featured__product dl > div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	min-height: 32px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(21, 27, 31, 0.08);
}

.yp-featured__product dt {
	color: rgba(21, 27, 31, 0.4);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 15px;
	text-transform: uppercase;
}

.yp-featured__product dd {
	margin: 0;
	color: rgba(21, 27, 31, 0.65);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 15px;
	text-align: right;
}

.yp-featured__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 26px;
}

.yp-featured__actions .yp-button {
	min-height: 49px;
	height: 49px;
	margin-right: 4px;
	padding: 16px 20px;
}

.yp-featured__arrow {
	width: 49px;
	height: 49px;
	padding: 0;
	border: 1px solid rgba(21, 27, 31, 0.2);
	background: transparent;
	color: #151b1f;
	font-size: 22px;
	line-height: 1;
}

.yp-featured__arrow:hover,
.yp-featured__arrow:focus-visible {
	border-color: #febc38;
	color: #a88b4a;
}

.yp-featured__arrow:active {
	border-color: #fec85d;
	color: #fec85d;
}

.yp-why {
	background: #f5f4ef;
	padding-bottom: 122px;
}

.yp-why h2 span,
.yp-featured h2 span,
.yp-local h2 span {
	display: block;
	color: rgba(21, 27, 31, 0.28);
}

.yp-why .yp-why__intro {
	width: min(100%, 384px);
	margin: 32px 0 0;
	color: rgba(21, 27, 31, 0.6);
	font-size: 16px;
	line-height: 26px;
}

.yp-why__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 96px;
	align-items: start;
}

.yp-why__visual {
	margin-top: 35px;
	padding: 24px;
	border: 1px solid rgba(21, 27, 31, 0.1);
	background: #e7e8e5;
}

.yp-why__diagram {
	position: relative;
	width: 100%;
	aspect-ratio: 535 / 303;
}

.yp-why__diagram object {
	display: block;
	width: 100%;
	height: 100%;
}

.yp-line-animation--bucket {
	aspect-ratio: 535 / 303;
}

.yp-why__list article {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 32px;
	padding: 40px 0;
	border-bottom: 1px solid rgba(21, 27, 31, 0.1);
}

.yp-why__list article:last-child {
	border-bottom: 0;
}

.yp-why__list article > span {
	color: rgba(21, 27, 31, 0.08);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 48px;
	white-space: nowrap;
}

.yp-why__list h3 {
	margin-bottom: 12px;
	color: var(--color-dark);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 28px;
	text-transform: uppercase;
}

.yp-why__list p {
	margin-bottom: 0;
	color: rgba(21, 27, 31, 0.6);
	font-size: 16px;
	line-height: 26px;
}

.yp-jobsite {
	position: relative;
	overflow: hidden;
	background: var(--color-dark);
	color: #fff;
}

.yp-jobsite__backdrop {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(21, 27, 31, 0.98) 0%, rgba(21, 27, 31, 0.96) 52%, rgba(21, 27, 31, 0.92) 100%), var(--yp-jobsite-image) center / cover no-repeat;
}

.yp-jobsite__content {
	position: relative;
	z-index: 1;
	min-height: 785px;
	padding-top: 144px;
	padding-bottom: 144px;
}

.yp-jobsite h2 {
	width: min(100%, 720px);
	color: #fff;
	font-size: 72px;
	line-height: 0.9;
}

.yp-jobsite__content > p:not(.yp-section-eyebrow) {
	width: min(100%, 576px);
	margin: 24px 0 67px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 18px;
	line-height: 29.25px;
}

.yp-jobsite__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.yp-jobsite__facts > div {
	position: relative;
	min-height: 160px;
	padding: 40px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.yp-jobsite__facts > div:not(:first-child) {
	padding-left: 40px;
}

.yp-jobsite__facts > div:last-child {
	border-right: 0;
}

.yp-jobsite__facts > div::before {
	display: block;
	width: 16px;
	height: 1px;
	margin-bottom: 24px;
	background: var(--color-yellow);
	content: "";
}

.yp-jobsite__facts span,
.yp-jobsite__facts strong {
	display: block;
	font-family: "Manrope", Arial, sans-serif;
	text-transform: uppercase;
}

.yp-jobsite__facts span {
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.84px;
	line-height: 20px;
}

.yp-jobsite__facts strong {
	color: rgba(255, 255, 255, 0.45);
	font-family: "Inter", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22.75px;
	text-transform: none;
}

.yp-service {
	background: #252d32;
	color: #fff;
}

.yp-service .yp-section-eyebrow {
	color: rgba(255, 255, 255, 0.5);
}

.yp-service__heading {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 600px));
	gap: 64px;
	align-items: start;
	margin-bottom: 64px;
}

.yp-service__heading > div:first-child {
	width: 100%;
}

.yp-service__heading h2 {
	color: #fff;
}

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

.yp-service__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 32px;
}

.yp-service__actions .yp-button {
	height: 57px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.yp-service__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: 320px 166px;
	gap: 1px;
	background: rgba(255, 255, 255, 0.1);
}

.yp-service__image {
	position: relative;
	overflow: hidden;
	background: #151b1f;
}

.yp-service__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(21, 27, 31, 0.6), transparent);
	content: "";
}

.yp-service__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.3;
}

.yp-service__card,
.yp-service__empty {
	background: #252d32;
}

.yp-service__card {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	padding: 32px;
}

.yp-service__card::before {
	width: 16px;
	height: 1px;
	background: #a88b4a;
	content: "";
}

.yp-service__card--3 {
	grid-column: 1;
	grid-row: 2;
}

.yp-service__card--4 {
	grid-column: 2;
	grid-row: 2;
}

.yp-service__empty {
	grid-column: 3;
	grid-row: 2;
	background: rgba(255, 255, 255, 0.07);
}

.yp-service__card h3 {
	margin: 24px 0 12px;
	color: #fff;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 20px;
	text-transform: uppercase;
}

.yp-service__card p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 22.75px;
}

.yp-value {
	background: #f5f4ef;
}

.yp-value > .yp-home__container > header {
	width: min(100%, 760px);
}

.yp-value h2 {
	font-size: 72px;
	line-height: 0.9;
}

.yp-value h2 span {
	display: block;
	color: rgba(21, 27, 31, 0.28);
}

.yp-value header > p:last-child {
	width: min(100%, 512px);
	margin: 24px 0 0;
	color: rgba(21, 27, 31, 0.58);
	font-size: 16px;
	line-height: 26px;
}

.yp-value__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin-top: 64px;
	background: rgba(21, 27, 31, 0.1);
}

.yp-value__grid article {
	min-height: 328px;
	padding: 32px;
	background: #f5f4ef;
}

.yp-value__grid span {
	display: block;
	margin-bottom: 24px;
	color: rgba(21, 27, 31, 0.1);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 96px;
	font-weight: 800;
	line-height: 96px;
}

.yp-value__grid i {
	display: block;
	width: 16px;
	height: 1px;
	margin-bottom: 20px;
	background: var(--color-yellow);
}

.yp-value__grid h3 {
	margin-bottom: 12px;
	color: var(--color-dark);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 18px;
	text-transform: uppercase;
}

.yp-value__grid p {
	margin-bottom: 0;
	color: rgba(21, 27, 31, 0.54);
	font-size: 14px;
	line-height: 22.75px;
}

.yp-local {
	background: #e7e8e5;
}

.yp-local__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 64px;
	align-items: center;
}

.yp-local__image {
	position: relative;
	aspect-ratio: 4 / 3;
}

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

.yp-local__image::before,
.yp-local__image::after {
	position: absolute;
	z-index: 1;
	width: 48px;
	height: 48px;
	content: "";
	pointer-events: none;
}

.yp-local__image::before {
	right: 0;
	top: 0;
	border-top: 2px solid #252d32;
	border-right: 2px solid #252d32;
}

.yp-local__image::after {
	bottom: 0;
	left: 0;
	border-bottom: 2px solid var(--color-yellow);
	border-left: 2px solid var(--color-yellow);
}

.yp-local__content {
	padding: 0;
}

.yp-local h2 {
	font-size: 48px;
	line-height: 0.92;
}

.yp-local__content > p:not(.yp-section-eyebrow) {
	width: min(100%, 512px);
	margin: 24px 0 0;
	color: rgba(21, 27, 31, 0.6);
	font-size: 16px;
	line-height: 26px;
}

.yp-local__content .yp-button {
	margin-top: 32px;
}

.yp-button--dark-outline {
	border: 1px solid rgba(21, 27, 31, 0.22);
	color: var(--color-dark);
}

.yp-button--dark-outline:hover,
.yp-button--dark-outline:focus-visible {
	border-color: #febc38;
	color: #151b1f;
}

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

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

.yp-manufacturer {
	min-height: 370.156px;
	padding: 96px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: var(--color-dark);
	color: #fff;
}

.yp-manufacturer__grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}

.yp-manufacturer__grid > div {
	width: min(100%, 778px);
}

.yp-manufacturer h2 {
	color: #fff;
	font-size: 48px;
	line-height: 0.92;
}

.yp-manufacturer__grid > div > p:last-child {
	width: min(100%, 700px);
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	line-height: 26px;
}

.yp-manufacturer__grid > a {
	justify-self: end;
}

.yp-text-link--dark {
	padding: 15px 20px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.75);
}

.yp-text-link--dark:hover,
.yp-text-link--dark:focus {
	border-color: var(--color-yellow);
	color: var(--color-yellow);
}

.yp-events {
	background: #f5f4ef;
}

.yp-events .yp-section-heading {
	grid-template-columns: minmax(0, 848px) minmax(0, 384px);
	gap: 32px;
	margin-bottom: 59px;
}

.yp-events h2 {
	max-width: 450px;
	font-size: 48px;
	line-height: 0.92;
}

.yp-events .yp-section-heading > p {
	font-size: 16px;
	line-height: 26px;
}

.yp-events__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.yp-events .yp-event-card {
	min-width: 0;
	background: #fff;
	border: 1px solid rgba(21, 27, 31, 0.1);
}

.yp-events .yp-event-card__image {
	display: grid;
	place-items: center;
	height: 220px;
	overflow: hidden;
	background: #252d32;
	color: var(--color-yellow);
	font-weight: 800;
	text-decoration: none;
}

.yp-events .yp-event-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yp-events .yp-event-card__body {
	padding: 24px;
}

.yp-events .yp-event-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 12px;
	color: #b51b25;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.yp-events .yp-event-card h3 {
	margin-bottom: 12px;
	font-size: 23px;
	line-height: 1.2;
}

.yp-events .yp-event-card h3 a {
	color: var(--color-dark);
	text-decoration: none;
}

.yp-events .yp-event-card__body > p:not(.yp-event-card__meta) {
	color: #566063;
	font-size: 14px;
	line-height: 1.6;
}

.yp-events .yp-event-card__link {
	color: #b51b25;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.yp-events .yp-event-card__link:hover,
.yp-events .yp-event-card h3 a:hover {
	text-decoration: underline;
}

.yp-events__more {
	margin: 32px 0 0;
	text-align: center;
}

@media (max-width: 900px) {
	.yp-events__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
	.yp-events__cards { grid-template-columns: 1fr; }
}

.yp-events__empty {
	display: flex;
	min-height: 310px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border: 1px solid rgba(21, 27, 31, 0.1);
	background: #fff;
	text-align: center;
}

.yp-events__empty i {
	display: block;
	width: 48px;
	height: 1px;
	margin: 32px 0;
	background: rgba(21, 27, 31, 0.1);
}

.yp-events__empty h3 {
	margin-bottom: 12px;
	color: var(--color-dark);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 22px;
	text-transform: uppercase;
}

.yp-events__empty p {
	width: min(100%, 420px);
	margin-bottom: 0;
	color: rgba(21, 27, 31, 0.54);
	font-size: 14px;
	line-height: 23px;
}

.yp-events .yp-events__note {
	margin: 32px 0 0;
	color: rgba(21, 27, 31, 0.4);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0.7px;
	line-height: 15px;
	text-align: center;
}

.yp-contact-home {
	background: var(--color-dark);
	color: #fff;
}

.yp-contact-home__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 96px;
	align-items: start;
}

.yp-contact-home h2 {
	color: #fff;
}

.yp-contact-home__intro > p:not(.yp-section-eyebrow) {
	width: min(100%, 384px);
	margin: 32px 0 36px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 16px;
	line-height: 26px;
}

.yp-contact-home__intro dl {
	margin: 56px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.yp-contact-home__intro dl > div {
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.yp-contact-home__intro dt {
	margin-bottom: 7px;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 9px;
	letter-spacing: 1.3px;
	line-height: 15px;
	text-transform: uppercase;
}

.yp-contact-home__intro dd {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 22px;
}

.yp-contact-home__label {
	margin-bottom: 24px;
	color: rgba(255, 255, 255, 0.52);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.7px;
	line-height: 15px;
	text-transform: uppercase;
}

.yp-contact-home__form .yp-contact-form {
	width: 100%;
	background: transparent;
}

.yp-contact-home__form .yp-contact-form__actions {
	margin-top: 20px;
}

.yp-contact-home .yp-contact-form__grid {
	gap: 12px 16px;
}

.yp-contact-home .yp-contact-form__label {
	height: 18px;
	padding-bottom: 3px;
}

.yp-contact-home .yp-contact-form input:not([type="submit"]),
.yp-contact-home .yp-contact-form select {
	height: 42px;
	padding: 10px 16px;
}

.yp-contact-home .yp-contact-form textarea {
	height: 80px;
	min-height: 80px;
	padding: 10px 16px;
}

.yp-contact-home .yp-contact-form .yp-contact-form__submit {
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}

@media (max-width: 1050px) {
	.yp-section-heading h2,
	.yp-why h2,
	.yp-jobsite h2,
	.yp-service h2,
	.yp-value h2,
	.yp-local h2,
	.yp-events h2,
	.yp-contact-home h2 {
		font-size: 48px;
	}

	.yp-showcase__content h2 {
		font-size: 60px;
	}

	.yp-featured__panel {
		grid-template-columns: 1fr;
	}

	.yp-featured__photo {
		min-height: 430px;
	}

	.yp-featured__product-copy {
		min-height: 430px;
	}

	.yp-contact-home__grid {
		gap: 56px;
	}
}

@media (max-width: 900px) {
	.yp-jobsite__facts { grid-template-columns: 1fr; }
	.yp-jobsite__facts > div,
	.yp-jobsite__facts > div:not(:first-child) {
		min-height: 0;
		padding: 28px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}
	.yp-jobsite__facts > div:last-child { border-bottom: 0; }
	.yp-section {
		padding: 96px 0;
	}

	.yp-section-heading,
	.yp-why__grid,
	.yp-local__grid,
	.yp-contact-home__grid {
		grid-template-columns: 1fr;
	}

	.yp-section-heading {
		gap: 28px;
	}

	.yp-showcase__tabs {
		overflow-x: auto;
		grid-template-columns: repeat(4, minmax(210px, 1fr));
	}

	.yp-categories__grid {
		grid-template-columns: 1fr;
	}

	.yp-why__grid {
		gap: 48px;
	}

	.yp-jobsite__content {
		min-height: 0;
	}

	.yp-service__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: 320px repeat(2, 190px);
	}

	.yp-service__image {
		grid-column: 1;
		grid-row: 1;
	}

	.yp-service__card--1 {
		grid-column: 2;
		grid-row: 1;
	}

	.yp-service__card--2 {
		grid-column: 1;
		grid-row: 2;
	}

	.yp-service__card--3 {
		grid-column: 2;
		grid-row: 2;
	}

	.yp-service__card--4 {
		grid-column: 1;
		grid-row: 3;
	}

	.yp-service__empty {
		grid-column: 2;
		grid-row: 3;
	}

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

	.yp-local__grid {
		gap: 48px;
	}

	.yp-contact-home__intro {
		width: min(100%, 620px);
	}
}

@media (max-width: 640px) {
	.yp-section {
		padding: 72px 0;
	}

	.yp-section-heading h2,
	.yp-why h2,
	.yp-jobsite h2,
	.yp-service h2,
	.yp-value h2,
	.yp-local h2,
	.yp-events h2,
	.yp-contact-home h2 {
		font-size: 38px;
		line-height: 1;
	}

	.yp-hero__machine {
		right: -110px;
		bottom: 18%;
		width: 90%;
	}

	.yp-showcase__stage,
	.yp-showcase__content {
		min-height: 560px;
	}

	.yp-showcase__counter {
		top: 24px;
		right: 22px;
		font-size: 80px;
	}

	.yp-showcase__content {
		padding-top: 100px;
		padding-bottom: 56px;
	}

	.yp-showcase__content h2 {
		font-size: 42px;
		line-height: 0.98;
	}

	.yp-showcase__tabs {
		margin: 0;
		padding: 0;
	}

	.yp-showcase__tab {
		min-height: 126px;
		padding: 22px;
	}

	.yp-category-card,
	.yp-category-card__content {
		min-height: 360px;
	}

	.yp-category-card__content {
		padding: 26px;
	}

	.yp-category-card__content strong {
		font-size: 24px;
		line-height: 30px;
	}

	.yp-featured__photo {
		min-height: 300px;
	}

	.yp-featured__product-copy {
		min-height: 0;
		padding: 30px 24px;
	}

	.yp-featured .yp-section-heading h2 {
		font-size: 38px;
	}

	.yp-featured__product h3 {
		font-size: 56px;
	}

	.yp-featured__badges {
		gap: 6px;
	}

	.yp-featured__badges li {
		padding: 5px 8px;
		font-size: 8px;
	}

	.yp-featured__actions {
		flex-wrap: wrap;
		margin-top: 28px;
	}

	.yp-why__visual {
		padding: 16px;
	}

	.yp-why__list article {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 16px;
	}

	.yp-why__list article > span {
		font-size: 38px;
	}

	.yp-why__list h3 {
		font-size: 16px;
	}

	.yp-jobsite__content {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.yp-service__actions,
	.yp-service__heading .yp-button {
		width: 100%;
	}

	.yp-service__heading {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.yp-service__grid {
		display: flex;
		flex-direction: column;
	}

	.yp-service__image {
		min-height: 280px;
	}

	.yp-service__card {
		min-height: 170px;
	}

	.yp-service__empty {
		display: none;
	}

	.yp-value__grid {
		grid-template-columns: 1fr;
	}

	.yp-value__grid article {
		min-height: 0;
	}

	.yp-value__grid span {
		margin-bottom: 28px;
	}

	.yp-local__image,
	.yp-local__image img {
		min-height: 0;
	}

	.yp-manufacturer {
		padding: 72px 0;
	}

	.yp-manufacturer__grid {
		align-items: flex-start;
		flex-direction: column;
	}

	.yp-manufacturer h2 {
		font-size: 36px;
	}

	.yp-events__empty {
		min-height: 280px;
		padding: 30px 22px;
	}
}
