/**
 * JCCNC visual redesign.
 * Final layer for the imported legacy site and modern theme templates.
 */

:root {
	--jcproto-primary: #0b0b0b;
	--jcproto-primary-hover: #2b2b2b;
	--jcproto-primary-dark: #050505;
	--jcproto-accent: #0b0b0b;
	--jcproto-accent-hover: #2b2b2b;
	--jcproto-topbar-bg: #171717;
	--jcproto-header-bg: #ffffff;
	--jcproto-footer-bg: #171717;
	--jcproto-footer-bottom: #0b0b0b;
	--jcproto-text: #0b0b0b;
	--jcproto-text-body: #3f3f3a;
	--jcproto-text-muted: #737373;
	--jcproto-bg: #ffffff;
	--jcproto-surface: #f7f7f5;
	--jcproto-section-gray: #f7f7f5;
	--jcproto-border: #deded9;
	--jcproto-container: 1380px;
	--jcproto-section-y: clamp(4.5rem, 8vw, 7.5rem);
	--jcproto-header-h: 72px;
	--jcproto-radius-sm: 4px;
	--jcproto-radius: 6px;
	--jcproto-radius-lg: 10px;
	--jcproto-shadow-sm: 0 1px 0 rgba(0, 0, 0, 0.08);
	--jcproto-shadow-md: 0 14px 34px rgba(10, 10, 10, 0.08);
	--jcproto-shadow-lg: 0 26px 80px rgba(10, 10, 10, 0.14);
	--jcproto-font-display: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--jcproto-font-body: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--jcproto-font: var(--jcproto-font-body);

	/* Type scale — docs/typography-spec.md */
	--type-hero: clamp(2.5rem, 2.5vw + 1.5rem, 3.5rem);
	--type-section: clamp(1.75rem, 1.5vw + 1.25rem, 2.5rem);
	--type-panel: clamp(1.5rem, 0.5vw + 1.25rem, 1.75rem);
	--type-card: clamp(1.25rem, 0.625vw + 1.125rem, 1.5rem);
	--type-step: 1.25rem;
	--type-subhead: 1.125rem;
	--type-lead: clamp(0.95rem, 0.35vw + 0.82rem, 1.125rem);
	--type-body: clamp(0.95rem, 0.1vw + 0.91rem, 1rem);
	--type-body-sm: 0.95rem;
	--type-caption: 0.9rem;
	--type-micro: 0.875rem;
	--type-ui: 1rem;
	--type-ui-sm: 0.875rem;
}

body.jcproto-body {
	color: var(--jcproto-text-body);
	background: var(--jcproto-bg);
	font-family: var(--jcproto-font-body);
	font-size: var(--type-body);
	line-height: 1.72;
}

body.jcproto-body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background:
		radial-gradient(circle at 20% 12%, rgba(0, 0, 0, 0.035), transparent 26rem),
		linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
}

.jcproto-container,
.container.container-opened,
.container {
	max-width: var(--jcproto-container);
	padding-left: clamp(1rem, 4vw, 2rem);
	padding-right: clamp(1rem, 4vw, 2rem);
}

@media (min-width: 1200px) {
	.container[data-module-width="1380"],
	.jcproto-container {
		max-width: var(--jcproto-container);
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.sitewidget-hd > h1,
.sitewidget-hd > h2,
.sitewidget-hd > h3,
.graphicNewTitle,
.jcproto-section__title,
.jcproto-article__header h1,
.jcproto-legacy-body-wrap .articledetail-title h1 {
	color: var(--jcproto-text) !important;
	font-family: var(--jcproto-font-display);
	font-weight: 800 !important;
	letter-spacing: -0.045em;
	line-height: 1.08;
	text-wrap: balance;
}

.jcproto-section__lead,
.sitewidget-bd {
	color: var(--jcproto-text-body);
}

a,
button,
input,
textarea,
select {
	outline-color: var(--jcproto-primary);
}

.jcproto-btn,
.jcproto-jccnc-hero__btn,
.jcproto-header .backstage-component-btncolor,
.jcproto-quote-banner__btn,
.jcproto-legacy-body-wrap .backstage-component-btncolor:not(.gbBgColor0),
.jcproto-legacy-body-wrap input[type="submit"],
.jcproto-legacy-body-wrap button[type="submit"] {
	border-radius: var(--jcproto-radius) !important;
	font-weight: 800 !important;
	letter-spacing: -0.01em;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.16s ease, box-shadow 0.2s ease;
}

.jcproto-btn--primary,
.jcproto-jccnc-hero__btn--primary,
.jcproto-header .backstage-component-btncolor,
.jcproto-quote-banner__btn,
.jcproto-legacy-body-wrap .backstage-component-btncolor:not(.gbBgColor0),
.jcproto-legacy-body-wrap input[type="submit"],
.jcproto-legacy-body-wrap button[type="submit"] {
	background: var(--jcproto-primary) !important;
	border-color: var(--jcproto-primary) !important;
	color: #fff !important;
}

.jcproto-btn--primary:hover,
.jcproto-jccnc-hero__btn--primary:hover,
.jcproto-header .backstage-component-btncolor:hover,
.jcproto-quote-banner__btn:hover,
.jcproto-legacy-body-wrap .backstage-component-btncolor:not(.gbBgColor0):hover,
.jcproto-legacy-body-wrap input[type="submit"]:hover,
.jcproto-legacy-body-wrap button[type="submit"]:hover {
	background: var(--jcproto-primary-hover) !important;
	border-color: var(--jcproto-primary-hover) !important;
	color: #fff !important;
	box-shadow: var(--jcproto-shadow-md);
	transform: translateY(-1px);
}

/* Header */
.jcproto-header {
	position: sticky;
	top: 0;
	z-index: var(--jcproto-z-header);
	background: #fff;
}

#outerContainer_1675305041679,
.jcproto-topbar {
	background: #171717 !important;
	color: #d4d4d4;
	border-bottom: 0 !important;
	overflow: visible !important;
}

.jcproto-topbar__inner {
	min-height: 44px;
	padding: 6px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.jcproto-topbar__items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: clamp(0.85rem, 2.5vw, 2rem);
	margin: 0;
	padding: 0;
	list-style: none;
	flex: 1;
}

.jcproto-topbar__item,
.jcproto-topbar__item a {
	color: #d6d6d6 !important;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1;
}

.jcproto-topbar__item a:hover {
	color: #fff !important;
}

.jcproto-topbar__badge {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 4px;
	color: #f5f5f5;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	padding: 0.35rem 0.65rem;
	text-transform: uppercase;
}

.jcproto-topbar__lang {
	position: static !important;
	top: auto !important;
	right: auto !important;
	transform: none !important;
	margin-left: auto;
	align-self: center;
	display: flex !important;
	align-items: center !important;
	height: auto !important;
	padding: 0 !important;
}

.jcproto-topbar__lang.sitewidget-langBar,
.jcproto-topbar__lang .sitewidget-bd,
.jcproto-topbar__lang .lang-bar.lang-bar-right {
	display: flex !important;
	align-items: center !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

.jcproto-topbar .lang-cont {
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 !important;
}

.jcproto-topbar .lang-cont .lang-a {
	display: inline-flex !important;
	align-items: center !important;
	line-height: 1 !important;
}

.jcproto-topbar .lang-bar .lang-img,
.jcproto-topbar .lang-cont .lang-img {
	margin-bottom: 0 !important;
	vertical-align: middle;
}

.jcproto-topbar .sprites {
	display: inline-block;
	vertical-align: middle;
}

.jcproto-topbar .jcproto-container,
.jcproto-topbar .container-opened {
	overflow: visible !important;
}

.jcproto-topbar .lang-bar.lang-bar-right {
	gap: 2px;
	line-height: 1;
}

#outerContainer_1675246415286,
.jcproto-header__main {
	background: #fff !important;
	border-bottom: 1px solid #e8e8e3 !important;
	box-shadow: none !important;
}

.jcproto-header__inner {
	min-height: var(--jcproto-header-h);
	align-items: center;
}

.jcproto-header .jcproto-logo img {
	max-height: 46px !important;
	margin-left: 0 !important;
	filter: invert(1) grayscale(1) contrast(1.7);
}

.jcproto-header__nav-bundle {
	min-height: var(--jcproto-header-h);
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem;
}

.jcproto-header__nav-col,
.jcproto-nav {
	min-width: 0;
}

@media (min-width: 990px) {
	.jcproto-nav .smsmart > .navnew-item > .navnew-link,
	.jcproto-nav .smsmart > .navnew-item > .navnew-link .text-width {
		color: #262626 !important;
		font-size: 0.9375rem !important;
		font-weight: 800 !important;
		line-height: var(--jcproto-header-h) !important;
		padding-left: clamp(0.55rem, 1.05vw, 0.95rem) !important;
		padding-right: clamp(0.55rem, 1.05vw, 0.95rem) !important;
	}

	/* Keep top-level nav dimensions stable on hover/focus/current. */
	.jcproto-nav .smsmart > .navnew-item > .navnew-link,
	.jcproto-nav .smsmart > .navnew-item > .navnew-link:hover,
	.jcproto-nav .smsmart > .navnew-item > .navnew-link:active,
	.jcproto-nav .smsmart > .navnew-item > .navnew-link.highlighted,
	.jcproto-nav .smsmart > .navnew-item.on > .navnew-link,
	.jcproto-nav .navnew-item.is-current > .navnew-link,
	.jcproto-nav .navnew-item > .navnew-link.is-current,
	.sitewidget-navigation_style-20230201182239 .smsmart > .navnew-item > a,
	.sitewidget-navigation_style-20230201182239 .smsmart > .navnew-item > a:hover,
	.sitewidget-navigation_style-20230201182239 .smsmart > .navnew-item > a:active,
	.sitewidget-navigation_style-20230201182239 .smsmart > .navnew-item > a.highlighted,
	.sitewidget-navigation_style-20230201182239 .smsmart > .navnew-item.on > a {
		border-bottom: 2px solid transparent !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		transform: none !important;
		transition: color 0.2s ease !important;
		transition-property: color !important;
	}

	.jcproto-nav .navnew-sub1 .navnew-link,
	.jcproto-nav .navnew-sub1 .navnew-link .text-width,
	.jcproto-nav .navnew-sub2 .navnew-link,
	.jcproto-nav .navnew-sub2 .navnew-link .text-width {
		font-weight: 400 !important;
	}

	.jcproto-nav .navnew-link:hover,
	.jcproto-nav .navnew-item:hover > .navnew-link,
	.jcproto-nav .current-menu-item > .navnew-link {
		color: #000 !important;
		text-decoration: none !important;
	}

	.jcproto-nav .navnew-item.is-current > .navnew-link,
	.jcproto-nav .navnew-item > .navnew-link.is-current,
	.jcproto-nav .smsmart > .navnew-item.on > .navnew-link {
		box-shadow: inset 0 -2px 0 #0b0b0b !important;
	}

	.jcproto-nav .smsmart > .navnew-item > .navnew-link::after {
		content: none !important;
		display: none !important;
	}
}

.jcproto-header__quote {
	height: 48px !important;
	min-width: 128px;
	padding: 0 1.2rem !important;
	border-radius: var(--jcproto-radius) !important;
	font-size: 0.95rem !important;
}

.jcproto-header__quote-wrap {
	flex: 0 0 auto;
	margin-left: 0 !important;
}

/* Homepage hero */
.jcproto-page--home .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:first-child {
	display: none !important;
}

/* Legacy homepage hero — superseded by jcproto-inner-split-banner (hero-split-banner.css). */
.jcproto-jccnc-hero {
	display: none !important;
}


.jcproto-jccnc-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	align-items: stretch;
	min-height: clamp(520px, 58vw, 760px);
	padding-top: clamp(2.25rem, 5vw, 4.25rem);
	padding-bottom: clamp(2.25rem, 5vw, 4.25rem);
}

.jcproto-jccnc-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: clamp(2rem, 5vw, 5rem);
}

.jcproto-jccnc-hero__eyebrow {
	width: fit-content;
	margin: 0 0 1.25rem;
	padding: 0.38rem 0.7rem;
	border: 1px solid #d6d6d1;
	border-radius: 4px;
	color: #333;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.jcproto-jccnc-hero h1 {
	margin: 0;
	color: #050505;
	font-family: var(--jcproto-font-display);
	font-size: clamp(3.15rem, 6vw, 6.1rem);
	font-weight: 900;
	letter-spacing: -0.068em;
	line-height: 0.98;
	text-wrap: balance;
}

.jcproto-jccnc-hero__points {
	display: grid;
	gap: 0.85rem;
	margin: clamp(1.8rem, 4vw, 2.9rem) 0;
	padding: 0;
	list-style: none;
	color: #3d3d3d;
	font-size: clamp(1rem, 1.1vw, 1.12rem);
	line-height: 1.55;
}

.jcproto-jccnc-hero__points li {
	position: relative;
	padding-left: 2rem;
}

.jcproto-jccnc-hero__points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2em;
	width: 1.18rem;
	height: 1.18rem;
	border-radius: 50%;
	background: #0b0b0b;
	box-shadow: inset 0 0 0 4px #0b0b0b;
}

.jcproto-jccnc-hero__points li::after {
	content: "";
	position: absolute;
	left: 0.36rem;
	top: 0.54em;
	width: 0.46rem;
	height: 0.24rem;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

.jcproto-jccnc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
}

.jcproto-jccnc-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 1.95rem;
	border: 2px solid #0b0b0b;
	font-size: 1.02rem;
}

.jcproto-jccnc-hero__btn--outline {
	background: transparent;
	color: #0b0b0b !important;
}

.jcproto-jccnc-hero__btn--outline:hover {
	background: #0b0b0b;
	color: #fff !important;
	text-decoration: none;
	transform: translateY(-1px);
}

.jcproto-jccnc-hero__media {
	position: relative;
	min-height: 100%;
	margin: 0;
	overflow: hidden;
	background: #ddd;
	border-radius: 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.jcproto-jccnc-hero__media::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(247, 247, 245, 0.12), rgba(247, 247, 245, 0));
	pointer-events: none;
}

.jcproto-jccnc-hero__media img {
	width: 100%;
	height: 100%;
	min-height: clamp(420px, 52vw, 660px);
	object-fit: cover;
	object-position: center;
	filter: saturate(0.95) contrast(1.03);
}

/* Reference-style manufacturing service cards */
.jcproto-page--home #outerContainer_1675307738116 {
	background: #fff !important;
	padding-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
}

.jcproto-page--home #outerContainer_1675307738116 .sitewidget-hd h2,
.jcproto-page--home #outerContainer_1675307738116 .graphicNewTitle {
	max-width: 900px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
	font-size: var(--type-section) !important;
	line-height: 1.3 !important;
}

.jcproto-page--home #outerContainer_1675307738116 .sitewidget-bd {
	max-width: 920px;
	margin: 1.3rem auto 0 !important;
	color: #5a5a55 !important;
	line-height: 1.72 !important;
	text-align: center !important;
}

.jcproto-page--home #outerContainer_1675307738116 .sitewidget-text .sitewidget-bd,
.jcproto-page--home #outerContainer_1675307738116 .sitewidget-text .sitewidget-bd * {
	font-size: 17px !important;
}

.jcproto-page--home #outerContainer_1676600633252 {
	background: #fff !important;
	padding-top: clamp(1.5rem, 3vw, 2.5rem) !important;
}

.jcproto-page--home #outerContainer_1676600633252 > .container {
	max-width: min(100%, 1460px) !important;
	padding-left: clamp(0.75rem, 1.25vw, 1rem);
	padding-right: clamp(0.75rem, 1.25vw, 1rem);
}

.jcproto-page--home #outerContainer_1676600633252 .row {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.5rem, 0.75vw, 0.75rem);
	align-items: stretch;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.jcproto-page--home #outerContainer_1676600633252 [class*="col-md-"] {
	width: auto !important;
	max-width: none !important;
	float: none !important;
	position: relative !important;
	left: auto !important;
	right: auto !important;
	padding: 0 !important;
}

.jcproto-page--home #outerContainer_1676600633252 #column_1676600633254 {
	order: 1;
	grid-column: 1;
}

.jcproto-page--home #outerContainer_1676600633252 #column_1755250936347 {
	order: 2;
	grid-column: 2;
}

.jcproto-page--home #outerContainer_1676600633252 #column_1755251060401 {
	order: 3;
	grid-column: 3;
}

.jcproto-page--home #outerContainer_1676600633252 #column_1755251153134 {
	order: 4;
	grid-column: 4;
}

.jcproto-page--home #outerContainer_1676600633252 [class*="sitewidget-graphicNew"],
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-graphic,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-graphic.fontStyle,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-content {
	border: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.jcproto-page--home #outerContainer_1676600633252 [id^="column_"] > [id^="location_"] {
	height: 100%;
}

.jcproto-page--home #outerContainer_1676600633252 .backstage-stwidgets-settingwrap,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-graphic,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-content,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd {
	height: 100%;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding: 0 0 0.85rem !important;
	overflow: hidden !important;
	background: #fff;
	border: 1px solid #dddcd6;
	border-radius: 14px;
	box-shadow: none;
	transition: transform 0.45s cubic-bezier(0.32, 0.72, 0, 1), box-shadow 0.45s cubic-bezier(0.32, 0.72, 0, 1), border-color 0.45s ease;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover {
	background: #111 !important;
	border-color: #111;
	color: #fff !important;
	transform: translateY(-6px);
	box-shadow: 0 28px 70px rgba(15, 15, 15, 0.2);
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd::before {
	content: "";
	display: block;
	width: 100%;
	height: 220px;
	margin-bottom: 1.25rem;
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid #e4e4df;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover::before {
	border-bottom-color: rgba(255, 255, 255, 0.18);
	filter: saturate(0.9) contrast(1.05) brightness(0.78);
}

.jcproto-page--home #outerContainer_1676600633252 #column_1676600633254 .sitewidget-bd::before {
	background-image: url("../images/jccnc-redesign/service-5-axis.webp");
}

.jcproto-page--home #outerContainer_1676600633252 #column_1755250936347 .sitewidget-bd::before {
	background-image: url("../images/home-services/sheet-metal-fabrication.webp");
}

.jcproto-page--home #outerContainer_1676600633252 #column_1755251060401 .sitewidget-bd::before {
	background-image: url("../images/home-services/3d-printing.webp");
}

.jcproto-page--home #outerContainer_1676600633252 #column_1755251153134 .sitewidget-bd::before {
	background-image: url("../images/home-services/rapid-tooling.webp");
}

.jcproto-page--home #outerContainer_1676600633252 .jcproto-home-service-card--vacuum-casting .sitewidget-bd::before {
	background-image: url("../images/home-services/vacuum-casting.webp");
}

.jcproto-page--home #outerContainer_1676600633252 .jcproto-home-service-card--reaction-injection-molding .sitewidget-bd::before {
	background-image: url("../images/home-services/reaction-injection-molding.webp");
}

.jcproto-page--home #outerContainer_1676600633252 .jcproto-home-service-card--prototype .sitewidget-bd::before {
	background-image: url("../images/home-services/prototype.webp");
}

.jcproto-page--home #outerContainer_1676600633252 .jcproto-home-service-card--injection-molding .sitewidget-bd::before {
	background-image: url("../images/home-services/injection-molding.webp");
}

.jcproto-page--home #outerContainer_1676600633252 .row.jcproto-home-services--expanded {
	row-gap: clamp(0.75rem, 1vw, 1rem);
}

.jcproto-page--home #outerContainer_1676600633252 .jcproto-home-service-card--vacuum-casting {
	order: 5;
	grid-column: 1;
}

.jcproto-page--home #outerContainer_1676600633252 .jcproto-home-service-card--reaction-injection-molding {
	order: 6;
	grid-column: 2;
}

.jcproto-page--home #outerContainer_1676600633252 .jcproto-home-service-card--prototype {
	order: 7;
	grid-column: 3;
}

.jcproto-page--home #outerContainer_1676600633252 .jcproto-home-service-card--injection-molding {
	order: 8;
	grid-column: 4;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div {
	padding: 0 1.2rem !important;
	text-align: left !important;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div:first-child a {
	display: block;
	color: #0b0b0b !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div:first-child strong {
	display: block;
	margin-bottom: 0.75rem;
	color: #0b0b0b !important;
	font-family: var(--jcproto-font-display);
	font-size: clamp(1.32rem, 1.55vw, 1.55rem) !important;
	font-weight: 900 !important;
	line-height: 1.1 !important;
	letter-spacing: -0.04em;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover > div:first-child,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover > div:first-child *,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover > div:first-child a,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover > div:first-child strong,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover > div:nth-child(2),
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover > div:nth-child(2) *,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover > div:nth-child(2) a,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover > div:nth-child(2) span {
	color: #fff !important;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div:first-child br,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div:first-child span[style*="999999"] {
	display: none !important;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div:nth-child(2) {
	flex: 1;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div:nth-child(2) a,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div:nth-child(2) span {
	color: var(--jcproto-text-body) !important;
	font-family: var(--jcproto-font-body) !important;
	font-size: 1rem !important;
	line-height: 1.66 !important;
	text-align: left !important;
	text-decoration: none !important;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd::after {
	content: "Learn More";
	width: fit-content;
	min-height: 42px;
	margin: 0.65rem 1.2rem 0;
	margin-top: auto;
	padding: 0 1.05rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #0b0b0b;
	border-radius: 7px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover::after {
	background: #fff;
	color: #111;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover > div:first-child a,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover > div:first-child a *,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover > div:first-child a strong,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover > div:nth-child(2) a,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover > div:nth-child(2) a *,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd:hover > div:nth-child(2) span {
	color: #fff !important;
}

/* Bring visual rhythm to legacy project/gallery bands */
.jcproto-page--home #outerContainer_1675415757527 {
	background: #171717 !important;
	color: #fff !important;
}

.jcproto-page--home #outerContainer_1675415757527 .sitewidget-hd h2,
.jcproto-page--home #outerContainer_1675415757527 .graphicNewTitle {
	color: #fff !important;
}

.jcproto-page--home #outerContainer_1675415757527 .sitewidget-bd {
	color: rgba(255, 255, 255, 0.72) !important;
}

.jcproto-page--home #outerContainer_1675415757527 .sitewidget-hd *,
.jcproto-page--home #outerContainer_1675415757527 .graphicNewTitle * {
	color: #fff !important;
}

.jcproto-page--home #outerContainer_1675415757527 .sitewidget-bd * {
	color: rgba(255, 255, 255, 0.78) !important;
}

.jcproto-page--home #outerContainer_1675415757527 a,
.jcproto-page--home #outerContainer_1675415757527 a * {
	color: #fff !important;
	text-decoration-color: rgba(255, 255, 255, 0.45) !important;
}

.jcproto-page--home #outerContainer_1675415757527 a:hover {
	color: #fff !important;
	text-decoration-color: #fff !important;
}

.jcproto-page--home #outerContainer_1676458163477 {
	background: #fff !important;
}

.jcproto-page--home #outerContainer_1676458523361 {
	background: #f7f7f5 !important;
}

.jcproto-page--home #outerContainer_1676458523361 img[src*="460-460"] {
	width: 100% !important;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 14px 14px 0 0;
}

.jcproto-page--home #outerContainer_1676458523361 .prodTabList-wrapper,
.jcproto-page--home #outerContainer_1676458523361 .tabList-wrapper-inner {
	background: #fff !important;
	border: 1px solid #e5e5df;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(15, 15, 15, 0.07);
}

.jcproto-page--home #outerContainer_1676458523361 .prodTabList-prodName,
.jcproto-page--home #outerContainer_1676458523361 .prodTabList-prodName a,
.jcproto-page--home #outerContainer_1676458523361 .prodTabList-prodName a:visited,
.jcproto-page--home #outerContainer_1676458523361 .prodTabList-prodName a * {
	color: #2b2b2b !important;
}

.jcproto-page--home #outerContainer_1676458523361 .prodTabList-prodName a:hover,
.jcproto-page--home #outerContainer_1676458523361 .prodTabList-prodName a:focus {
	color: #0f0f0f !important;
	text-decoration-color: #0f0f0f !important;
}

/* Home and legacy sections */
.jcproto-page--home .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(:first-child) {
	padding-top: var(--jcproto-section-y);
	padding-bottom: var(--jcproto-section-y);
}

.jcproto-section {
	padding-top: var(--jcproto-section-y);
	padding-bottom: var(--jcproto-section-y);
}

.jcproto-page--home .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:nth-child(odd):not(:first-child),
.jcproto-page-shell {
	background: #fff;
}

.jcproto-page--home .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:nth-child(even):not(:first-child) {
	background: var(--jcproto-section-gray);
}

/* Full viewport section bands — background spans edge-to-edge, content stays in container */
.jcproto-page--home .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(:first-child),
.jcproto-page--home .jcproto-legacy-body-wrap #backstage-bodyArea > .siteblocks-setting-wrap {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	box-sizing: border-box;
}

.jcproto-page--home .jcproto-legacy-body-wrap #backstage-bodyArea > #outerContainer_1676011612636,
.jcproto-page--home .jcproto-legacy-body-wrap #backstage-bodyArea > #outerContainer_1684920715865,
.jcproto-page--home .jcproto-legacy-body-wrap #backstage-bodyArea > #outerContainer_1688363766964 {
	background: #0f0f0f !important;
}

.jcproto-page--home .sitewidget-hd > h2,
.jcproto-page--home .graphicNewTitle,
.jcproto-section__title {
	font-size: clamp(2.1rem, 4vw, 3.8rem) !important;
	margin-bottom: 1rem !important;
}

.jcproto-page--home .sitewidget-bd,
.jcproto-page--home .jcproto-section__lead {
	font-size: 1rem;
	line-height: 1.72;
}

.jcproto-page--home .sitewidget-pictureNew,
.jcproto-page--home .sitewidget-prodGroupCategory,
.jcproto-page--home .sitewidget-graphic,
.jcproto-page--home .sitewidget-articleList,
.jcproto-page--home .sitewidget-prodTabList {
	border-radius: var(--jcproto-radius-lg);
}

.jcproto-page--home .sitewidget-pictureNew .pictureNew-box,
.jcproto-page--home .sitewidget-prodGroupCategory .prodGroupCategory-wrap,
.jcproto-page--home .sitewidget-articleList .articleList-item,
.jcproto-page--home .sitewidget-prodTabList .prodTabList_item {
	background: #fff;
	border: 1px solid #e7e7e2;
	border-radius: var(--jcproto-radius-lg);
	box-shadow: none !important;
	overflow: hidden;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.jcproto-page--home .sitewidget-pictureNew .pictureNew-box:hover,
.jcproto-page--home .sitewidget-prodGroupCategory .prodGroupCategory-wrap:hover,
.jcproto-page--home .sitewidget-articleList .articleList-item:hover,
.jcproto-page--home .sitewidget-prodTabList .prodTabList_item:hover {
	border-color: #c9c9c1;
	box-shadow: var(--jcproto-shadow-md) !important;
	transform: translateY(-2px);
}

/* Inner page hero */
body.jcproto-has-legacy-body .jcproto-legacy-body-wrap .jcproto-inner-hero,
body.jcproto-layout-industry.jcproto-has-legacy-body .jcproto-legacy-body-wrap .jcproto-inner-hero:has(.terminal-wrapper.jcproto-ls-fallback:not(.jcproto-inner-banner)),
body.jcproto-layout-resource.jcproto-has-legacy-body .jcproto-legacy-body-wrap .jcproto-inner-hero:has(.terminal-wrapper.jcproto-ls-fallback:not(.jcproto-inner-banner)) {
	background: #f7f7f5 !important;
	border-bottom: 1px solid #e9e9e4;
}

body.jcproto-layout-industry.jcproto-has-legacy-body .jcproto-legacy-body-wrap .jcproto-inner-hero:has(.terminal-wrapper.jcproto-ls-fallback:not(.jcproto-inner-banner)) .terminal-wrapper.pc.jcproto-ls-fallback::after,
body.jcproto-layout-resource.jcproto-has-legacy-body .jcproto-legacy-body-wrap .jcproto-inner-hero:has(.terminal-wrapper.jcproto-ls-fallback:not(.jcproto-inner-banner)) .terminal-wrapper.pc.jcproto-ls-fallback::after {
	background: #171717 !important;
}

body.jcproto-layout-industry.jcproto-has-legacy-body .jcproto-legacy-body-wrap .jcproto-inner-hero .terminal-wrapper.pc.jcproto-ls-fallback:not(.jcproto-inner-banner) .ls-l.asl-txt[style*="top:14%"],
body.jcproto-layout-industry.jcproto-has-legacy-body .jcproto-legacy-body-wrap .jcproto-inner-hero .terminal-wrapper.pc.jcproto-ls-fallback:not(.jcproto-inner-banner) .ls-l.asl-txt[style*="top:21%"],
body.jcproto-layout-resource.jcproto-has-legacy-body .jcproto-legacy-body-wrap .jcproto-inner-hero .terminal-wrapper.pc.jcproto-ls-fallback:not(.jcproto-inner-banner) .ls-l.asl-txt[style*="top:14%"],
body.jcproto-layout-resource.jcproto-has-legacy-body .jcproto-legacy-body-wrap .jcproto-inner-hero .terminal-wrapper.pc.jcproto-ls-fallback:not(.jcproto-inner-banner) .ls-l.asl-txt[style*="top:21%"] {
	font-size: clamp(2.4rem, 4.8vw, 4.9rem) !important;
	font-weight: 900 !important;
	letter-spacing: -0.065em !important;
	line-height: 0.98 !important;
}

/* Quote CTA and footer */
#outerContainer_1686733984631.jcproto-quote-banner,
.jcproto-quote-banner {
	background: #171717 !important;
	padding: clamp(4.5rem, 8vw, 6.8rem) 0 !important;
	text-align: center;
}

.jcproto-quote-banner__inner {
	max-width: 880px;
	margin: 0 auto;
}

.jcproto-quote-banner__title {
	margin-bottom: 1rem !important;
	color: #fff !important;
}

.jcproto-quote-banner__lead {
	max-width: 58ch;
	margin: 0 auto 2rem;
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 1.08rem;
}

.jcproto-quote-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 1.8rem;
	background: #fff !important;
	border: 1px solid #fff !important;
	color: #0b0b0b !important;
}

.jcproto-quote-banner__btn:hover {
	background: #e8e8e3 !important;
	border-color: #e8e8e3 !important;
	color: #0b0b0b !important;
}

.jcproto-footer__main {
	background: #171717 !important;
	padding: clamp(3.5rem, 6vw, 5rem) 0 !important;
}

.jcproto-footer,
.jcproto-footer a,
.jcproto-footer__muted,
.jcproto-footer__copy {
	color: rgba(255, 255, 255, 0.72) !important;
}

.jcproto-footer h2,
.jcproto-footer h3,
.jcproto-footer__label {
	color: #fff !important;
}

.jcproto-footer a:hover {
	color: #fff !important;
}

.jcproto-footer__bottom {
	background: #0b0b0b !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Single articles and related content */
body.single-post .jcproto-page-shell {
	background:
		linear-gradient(180deg, #f7f7f5 0, #f7f7f5 360px, #fff 360px, #fff 100%);
	padding-top: clamp(3rem, 6vw, 5rem);
}

.jcproto-article--single:not(.jcproto-article--legacy) {
	max-width: 980px;
}

.jcproto-article__header {
	position: relative;
	max-width: 980px !important;
	margin-bottom: clamp(2rem, 5vw, 4rem) !important;
	padding: clamp(2rem, 5vw, 4.5rem) clamp(1rem, 4vw, 3rem) !important;
	background: #fff;
	border: 1px solid #e8e8e3;
	border-radius: 22px;
	box-shadow: 0 24px 70px rgba(15, 15, 15, 0.08);
}

.jcproto-legacy-body-wrap .articledetail-title {
	position: relative;
	max-width: 100% !important;
	margin-bottom: clamp(2rem, 5vw, 4rem) !important;
	padding: clamp(2rem, 5vw, 4.5rem) clamp(1rem, 4vw, 3rem) !important;
	background: #fff;
	border: 1px solid #e8e8e3;
	border-radius: 22px;
	box-shadow: 0 24px 70px rgba(15, 15, 15, 0.08);
}

.jcproto-article__header .jcproto-page-title,
.jcproto-article__header h1,
.jcproto-legacy-body-wrap .articledetail-title h1 {
	font-size: clamp(1.85rem, 3.2vw, 2.5rem) !important;
	line-height: 1.2 !important;
}

.jcproto-article__content,
.jcproto-legacy-body-wrap .articledetail-cont {
	color: #404040 !important;
	font-size: 1.0625rem;
	line-height: 1.86;
}

.jcproto-related-posts {
	border-top: 0 !important;
	margin-top: clamp(2.75rem, 6vw, 5rem) !important;
	padding: clamp(1.5rem, 4vw, 2.5rem) !important;
	background: #f7f7f5;
	border-radius: 22px;
}

.jcproto-related-posts h2 {
	font-size: clamp(1.75rem, 3vw, 2.6rem) !important;
	letter-spacing: -0.05em;
}

.jcproto-related-posts__item {
	border-color: #e7e7e2 !important;
	padding: 0.9rem 0 !important;
}

.jcproto-related-posts__thumb {
	background: var(--jcproto-section-gray);
	border-radius: var(--jcproto-radius);
	overflow: hidden;
}

.jcproto-related-posts__thumb img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.45s cubic-bezier(0.32, 0.72, 0, 1);
}

.jcproto-related-posts__link:hover .jcproto-related-posts__thumb img {
	transform: scale(1.04);
}

.jcproto-related-posts__title {
	color: var(--jcproto-text, #0f172a) !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

body.single-post .jcproto-article--legacy .sitewidget-relative-article,
body.single-post .jcproto-article--legacy .relative-article-style4,
body.single-post .jcproto-article--legacy .sitewidget-articlecategory,
body.single-post .jcproto-article--legacy .sitewidget-articleCate,
body.single-post .jcproto-article--legacy #component_nEUPVWSMZkYO,
body.single-post .jcproto-article--legacy #component_nEUPVWSMZkYO * {
	display: none !important;
	visibility: hidden !important;
}

/* Inner pages: stronger industrial contrast and image presentation */
body.jcproto-has-legacy-body:not(.home):not(.jcproto-knowledge-article) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero) {
	background: #fff;
}

body.jcproto-has-legacy-body:not(.home):not(.jcproto-knowledge-article) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero):nth-of-type(even) {
	background: #f7f7f5;
}

body.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap img:not(.ls-bg):not(.img-default-bgc) {
	border-radius: 14px;
}

body.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap .sitewidget-prodList img,
body.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap .sitewidget-pictureNew img,
body.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap .sitewidget-articleList img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

body.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap .sitewidget-prodList li,
body.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap .sitewidget-pictureNew .pictureNew-box,
body.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap .sitewidget-articleList .articleList-item {
	background: #fff;
	border: 1px solid #e6e6e0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 18px 46px rgba(15, 15, 15, 0.07);
}

/* Homepage reference section polish */
.jcproto-page--home #outerContainer_1676458523361,
.jcproto-page--home #outerContainer_1676458495284,
.jcproto-page--home #outerContainer_1756194596370,
.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE {
	background: #f7f7f5 !important;
}

/* Projects gallery band — full viewport gray shell (match prototypes.html) */
.jcproto-page--home .jcproto-legacy-body-wrap #backstage-bodyArea > #outerContainer_1676458523361,
.jcproto-page--home .jcproto-legacy-body-wrap #backstage-bodyArea > #outerContainer_1676458495284 {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	background: #f7f7f5 !important;
	box-sizing: border-box !important;
}

.jcproto-page--home .jcproto-legacy-body-wrap #outerContainer_1676458523361 > .container,
.jcproto-page--home .jcproto-legacy-body-wrap #outerContainer_1676458523361 > .container-opened,
.jcproto-page--home .jcproto-legacy-body-wrap #outerContainer_1676458495284 > .container,
.jcproto-page--home .jcproto-legacy-body-wrap #outerContainer_1676458495284 > .container-opened {
	width: 100% !important;
	max-width: var(--jcproto-container, 1380px) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: clamp(1rem, 2vw, 2.5rem) !important;
	padding-right: clamp(1rem, 2vw, 2.5rem) !important;
	box-sizing: border-box !important;
}

.jcproto-page--home .jcproto-legacy-body-wrap #backstage-bodyArea > #outerContainer_1676458523361 {
	padding-bottom: 0 !important;
}

.jcproto-page--home .jcproto-legacy-body-wrap #backstage-bodyArea > #outerContainer_1676458495284 {
	padding-top: 1rem !important;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList .tab-wrap {
	max-width: 100% !important;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList-cont.owl-carousel,
.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList-cont .owl-wrapper-outer,
.jcproto-page--home #outerContainer_1676458523361 .jcproto-prodtab-owl-mount {
	width: 100% !important;
	max-width: 100% !important;
	overflow: visible !important;
}

.jcproto-page--home #outerContainer_1676458523361 {
	padding: clamp(4.25rem, 7vw, 6.5rem) 0 clamp(4.75rem, 8vw, 7.25rem) !important;
}

.jcproto-page--home #outerContainer_1676458523361 .container-opened,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .siteblocks-container > .container,
.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE .qiaoxin15564.container {
	max-width: var(--jcproto-container, 1380px) !important;
	margin-inline: auto !important;
	padding-inline: clamp(1rem, 2vw, 2.5rem) !important;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-text .sitewidget-bd > div:first-child {
	max-width: 1000px;
	margin: 0 auto 0.45rem;
	text-align: center !important;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-text .sitewidget-bd > div:first-child span,
.jcproto-page--home #outerContainer_1676458523361 .sitewidget-text .sitewidget-bd > div:first-child strong {
	color: var(--jcproto-text) !important;
	font-family: var(--jcproto-font-display) !important;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-text .sitewidget-bd > div:nth-child(2) {
	max-width: 1120px;
	margin: 0 auto clamp(1.55rem, 3vw, 2.35rem);
	text-align: center !important;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-text .sitewidget-bd > div:nth-child(2) span {
	color: #353535 !important;
	font-size: clamp(0.95rem, 1.4vw, 1.15rem) !important;
	font-weight: 500;
	line-height: 1.55 !important;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList .r-tabs-nav {
	margin: 0 auto clamp(2.2rem, 4vw, 3.2rem) !important;
	display: flex !important;
	justify-content: center;
	gap: clamp(1rem, 4vw, 4.2rem);
	border: 0 !important;
	background: transparent !important;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList .r-tabs-nav .r-tabs-anchor {
	min-height: 44px;
	padding: 0 1.1rem !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: #1c1c1c !important;
	font-size: 0.98rem !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,
.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList .r-tabs-nav .r-tabs-tab:first-child .r-tabs-anchor {
	background: #0b0b0b !important;
	color: #fff !important;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList .r-tabs-panel {
	padding: 0 !important;
	background: transparent !important;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList-cont .owl-wrapper {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
	transform: none !important;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList-cont .owl-item {
	width: auto !important;
	padding: 0 !important;
}

.jcproto-page--home #outerContainer_1676458523361 .prodTabList-wrapper,
.jcproto-page--home #outerContainer_1676458523361 .prodTabList-cell {
	height: 100% !important;
	background: #fff !important;
	border: 1px solid #e2e2dc !important;
	border-radius: 14px !important;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(18, 18, 18, 0.07) !important;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.jcproto-page--home #outerContainer_1676458523361 .prodTabList-wrapper:hover,
.jcproto-page--home #outerContainer_1676458523361 .prodTabList-cell:hover {
	border-color: #cfcfc7 !important;
	box-shadow: 0 26px 60px rgba(18, 18, 18, 0.12) !important;
	transform: translateY(-3px);
}

.jcproto-page--home #outerContainer_1676458523361 img[src*="460-460"],
.jcproto-page--home #outerContainer_1676458523361 .prodTabList-cell img {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1.32 / 1;
	object-fit: cover;
	border-radius: 0 !important;
	filter: saturate(0.82) contrast(1.04);
}

.jcproto-page--home #outerContainer_1676458523361 .prodTabList-prodName {
	min-height: 48px;
	padding: 0.88rem 0.8rem 1rem !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #fff !important;
	color: #262626 !important;
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	line-height: 1.25 !important;
	text-align: center !important;
	text-decoration: none !important;
}

.jcproto-page--home #outerContainer_1676458523361 .prodTabList-prodName,
.jcproto-page--home #outerContainer_1676458523361 .prodTabList-prodName a,
.jcproto-page--home #outerContainer_1676458523361 .prodTabList-prodName a:visited,
.jcproto-page--home #outerContainer_1676458523361 .prodTabList-prodName a * {
	color: #262626 !important;
	text-decoration: none !important;
}

.jcproto-page--home #outerContainer_1676458523361 .jcproto-prodtab-owl-mount > .owl-controls,
.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList-cont .owl-controls {
	display: none !important;
}

.jcproto-page--home #outerContainer_1676458523361 .backstage-component-btncolor {
	min-height: 48px;
	padding: 0 1.5rem !important;
	border-radius: 7px !important;
	background: #0b0b0b !important;
	color: #fff !important;
	font-weight: 900 !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE {
	background: #fff !important;
	padding: clamp(4.8rem, 8vw, 7.5rem) 0 !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .QX-8129 {
	display: grid !important;
	grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2.25rem, 5vw, 5rem);
	align-items: center;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pack {
	grid-column: 1 !important;
	width: 100% !important;
	max-width: none !important;
	padding: clamp(0.5rem, 1vw, 1rem) 0 !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .titleBox {
	margin: 0 0 clamp(1.6rem, 3vw, 2.4rem) !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .titleBox::before {
	content: "Why Jucheng";
	display: block;
	margin-bottom: 0.9rem;
	color: #7a7a72;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .titleBox span,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .titleBox strong {
	color: #0b0b0b !important;
	font-family: var(--jcproto-font-display) !important;
	font-size: clamp(2.2rem, 3.65vw, 3.85rem) !important;
	font-weight: 900 !important;
	letter-spacing: -0.05em;
	line-height: 1.04 !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .navigation.imgBox {
	grid-column: 2;
	grid-row: 1;
	min-height: clamp(460px, 46vw, 660px);
	width: 100% !important;
	max-width: none !important;
	border-radius: 18px !important;
	overflow: hidden;
	box-shadow: 0 26px 80px rgba(15, 15, 15, 0.12) !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .siteblocks-header-banner,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .imgWrapper,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .imgTile picture {
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	display: block !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .imgWrapper {
	margin: 0 !important;
	padding: 0 !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .navigation.imgBox img,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .imgWra,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .imgTile {
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	object-fit: cover;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .banner-description {
	display: none !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageWrapper {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 0.75rem !important;
	padding: 0 !important;
	list-style: none !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageTile {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff;
	border: 1px solid #e5e5df;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(15, 15, 15, 0.04);
	overflow: hidden;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageWrapper:first-of-type .pageTile {
	background: #fff;
	border-color: #dcdcd6;
	box-shadow: 0 16px 38px rgba(15, 15, 15, 0.07);
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageTitle,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .title.pageTitle {
	min-height: 62px !important;
	margin: 0 !important;
	padding: 0 1.2rem 0 3.25rem !important;
	display: flex !important;
	align-items: center;
	border-top: 0 !important;
	color: #171717 !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageTitle > i,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageTitle > em,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageTitle > svg,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageTitle > .icon,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageTile > .icon,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageTitle::after {
	display: none !important;
	content: none !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageWrapper:first-of-type .pageTitle,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageWrapper:first-of-type .title.pageTitle {
	color: #171717 !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageTitle::before,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .title.pageTitle::before {
	content: none !important;
	display: none !important;
	position: absolute;
	left: 1rem;
	color: #0b0b0b;
	font-size: 1.55rem;
	font-weight: 400;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageWrapper:first-of-type .pageTitle::before,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageWrapper:first-of-type .title.pageTitle::before {
	color: #0b0b0b;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .title.pageTitle:first-of-type::before {
	content: none !important;
	display: none !important;
	font-size: 1.55rem;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .docs,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageDocs,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .desc,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .cont.pageCont,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE [class*="docs"] {
	max-width: 58ch;
	margin: 0 !important;
	padding: 0.35rem 1.75rem 1.65rem 3.25rem !important;
	color: #4e4e49 !important;
	font-size: 0.98rem !important;
	line-height: 1.8 !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .cont.pageCont > div,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .cont.pageCont p {
	margin-bottom: 0.7rem !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .cont.pageCont > div:last-child,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .cont.pageCont p:last-child {
	margin-bottom: 0 !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageWrapper:first-of-type .docs,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageWrapper:first-of-type .pageDocs,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageWrapper:first-of-type .desc,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageWrapper:first-of-type .cont.pageCont,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageWrapper:first-of-type [class*="docs"] {
	color: var(--jcproto-text-body) !important;
}

.jcproto-page--home #outerContainer_1756194596370 {
	padding: clamp(4.2rem, 7vw, 6.5rem) 0 1.2rem !important;
}

.jcproto-page--home #outerContainer_1756194596370 .sitewidget-bd div,
.jcproto-page--home #outerContainer_1756194596370 .sitewidget-bd span,
.jcproto-page--home #outerContainer_1756194596370 .sitewidget-bd b {
	color: var(--jcproto-text) !important;
	font-family: var(--jcproto-font-display) !important;
	text-align: center !important;
}

.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE {
	padding: 0 0 clamp(5rem, 8vw, 7.5rem) !important;
}

.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE .main {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.4rem, 3vw, 2.6rem);
	align-items: stretch;
}

.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE .main_one {
	position: relative;
	min-height: 520px !important;
	display: flex !important;
	flex-direction: column;
	background: transparent !important;
	overflow: visible !important;
}

.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE .main_img {
	height: 410px !important;
	overflow: hidden;
	background: #d9d9d3;
}

.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE .main_img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	filter: saturate(0.9) contrast(1.03);
	transition: transform 0.28s ease;
}

.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE .main_one:hover .main_img img {
	transform: scale(1.035);
}

.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE .main_text {
	width: calc(100% - clamp(2rem, 5vw, 4rem)) !important;
	min-height: 210px !important;
	margin: -88px auto 0 !important;
	padding: clamp(1.35rem, 2.5vw, 2rem) clamp(1.25rem, 2.5vw, 1.8rem) !important;
	position: relative;
	z-index: 2;
	display: flex !important;
	flex-direction: column;
	background: #fff !important;
	border: 1px solid #e3e3dd;
	border-radius: 10px !important;
	box-shadow: 0 24px 65px rgba(18, 18, 18, 0.11);
	text-align: center !important;
}

.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE .txt_top {
	margin: 0 0 1rem !important;
	color: #111 !important;
	font-size: clamp(1.18rem, 1.7vw, 1.45rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em;
	line-height: 1.18 !important;
}

.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE .txt_bottom {
	color: var(--jcproto-text-body) !important;
	line-height: 1.72 !important;
}

/* Homepage audit polish: tighten rhythm and reduce legacy section breaks. */
.jcproto-jccnc-hero__inner {
	min-height: clamp(500px, 44vw, 640px);
	padding-top: clamp(1.75rem, 3.2vw, 3rem);
	padding-bottom: clamp(1.75rem, 3.2vw, 3rem);
}

.jcproto-jccnc-hero h1 {
	font-size: clamp(3rem, 5.2vw, 5.4rem);
	letter-spacing: -0.062em;
}

.jcproto-jccnc-hero__points {
	margin: clamp(1.35rem, 2.8vw, 2.2rem) 0;
}

.jcproto-jccnc-hero__media img {
	min-height: clamp(380px, 43vw, 560px);
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd::before {
	height: 215px;
}

.jcproto-page--home #outerContainer_1676458523361 {
	padding-top: clamp(3.3rem, 5.5vw, 5rem) !important;
	padding-bottom: clamp(2.2rem, 4vw, 3.5rem) !important;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList .r-tabs-panel:not(.r-tabs-state-active) {
	display: none !important;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList .r-tabs-nav {
	margin-bottom: clamp(1.7rem, 3vw, 2.4rem) !important;
}

.jcproto-page--home #outerContainer_1676458523361 img[src*="460-460"],
.jcproto-page--home #outerContainer_1676458523361 .prodTabList-cell img {
	aspect-ratio: 1.48 / 1;
}

.jcproto-page--home #outerContainer_1676458495284 {
	background: #f7f7f5 !important;
	padding: 0 0 clamp(3rem, 5vw, 4.2rem) !important;
}

.jcproto-page--home #outerContainer_1676458495284 .sitewidget-bd,
.jcproto-page--home #outerContainer_1676458495284 .resizee {
	min-height: 0 !important;
	height: auto !important;
}

.jcproto-page--home #outerContainer_1676011612636,
.jcproto-page--home #outerContainer_1684920715865,
.jcproto-page--home #outerContainer_1688363766964 {
	background: #0f0f0f !important;
}

.jcproto-page--home #outerContainer_1676011612636 {
	padding-top: clamp(3.5rem, 6vw, 5rem) !important;
}

.jcproto-page--home #outerContainer_1688363766964 {
	padding-bottom: clamp(3.5rem, 6vw, 5rem) !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE {
	padding-top: clamp(4rem, 6.5vw, 6rem) !important;
	padding-bottom: clamp(4rem, 6.5vw, 6rem) !important;
}

.jcproto-page--home #outerContainer_1755253069695,
.jcproto-page--home #outerContainer_1676444381055 {
	display: none !important;
}

.jcproto-page--home #outerContainer_1756194596370 {
	padding-top: clamp(4rem, 6.5vw, 5.8rem) !important;
}

@media (max-width: 991px) {
	:root {
		--jcproto-header-h: 62px;
		--jcproto-section-y: clamp(3rem, 11vw, 4.5rem);
	}

	.jcproto-jccnc-hero__inner {
		grid-template-columns: 1fr;
		min-height: 0;
		padding-top: 1.6rem;
		padding-bottom: 0;
	}

	.jcproto-jccnc-hero__copy {
		padding-right: 0;
		padding-bottom: 1.45rem;
	}

	.jcproto-jccnc-hero__actions,
	.jcproto-jccnc-hero__btn {
		width: 100%;
	}

	.jcproto-jccnc-hero__media {
		margin-left: calc(-1 * clamp(1rem, 4vw, 2rem));
		margin-right: calc(-1 * clamp(1rem, 4vw, 2rem));
	}

	.jcproto-jccnc-hero__media img {
		min-height: clamp(220px, 58vw, 360px);
	}

	.jcproto-topbar {
		display: none !important;
	}

	.jcproto-logo img {
		max-height: 38px !important;
	}

	.jcproto-header__nav-col {
		width: 0 !important;
		max-width: 0 !important;
		padding: 0 !important;
		overflow: visible !important;
	}

	#jcproto-primary-nav {
		display: none !important;
		position: fixed !important;
		top: var(--jcproto-header-h);
		right: 0;
		left: auto !important;
		width: min(320px, 86vw) !important;
		max-width: min(320px, 86vw) !important;
		height: calc(100dvh - var(--jcproto-header-h));
		background: #fff;
		box-shadow: -18px 0 40px rgba(0, 0, 0, 0.12);
		overflow-y: auto;
		transform: translateX(105%);
		transition: transform 0.22s ease;
		visibility: hidden;
		pointer-events: none;
	}

	#jcproto-primary-nav.is-open {
		display: block !important;
		transform: translateX(0);
		visibility: visible;
		pointer-events: auto;
	}
}

@media (max-width: 1199px) {
	.jcproto-page--home #outerContainer_1676600633252 .row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jcproto-page--home #outerContainer_1676600633252 [id^="column_"],
	.jcproto-page--home #outerContainer_1676600633252 .jcproto-home-service-card {
		grid-column: auto !important;
	}

}

@media (max-width: 991px) {
	.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList-cont .owl-wrapper,
	.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE .main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .QX-8129 {
		grid-template-columns: 1fr;
	}

	.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pack,
	.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .navigation.imgBox {
		grid-column: auto !important;
	}

	.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .navigation.imgBox {
		min-height: 420px;
	}
}

@media (max-width: 767px) {
	.jcproto-page--home #outerContainer_1676600633252 .row {
		grid-template-columns: 1fr;
	}

	.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd {
		min-height: 0;
	}

	.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList .r-tabs-nav {
		justify-content: flex-start;
		gap: 0.6rem;
		overflow-x: auto;
		padding-bottom: 0.35rem !important;
	}

	.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList-cont .owl-wrapper,
	.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE .main {
		grid-template-columns: 1fr;
	}

	.jcproto-page--home #outerContainer_1676458523361 {
		padding-top: 3rem !important;
		padding-bottom: 1.4rem !important;
	}

	.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList-cont .owl-wrapper {
		gap: 0.9rem;
	}

	.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList-cont .owl-item:nth-child(n+5) {
		display: none !important;
	}

	.jcproto-page--home #outerContainer_1676458523361 img[src*="460-460"],
	.jcproto-page--home #outerContainer_1676458523361 .prodTabList-cell img {
		aspect-ratio: 1.62 / 1;
	}

	.jcproto-page--home #outerContainer_1676458495284 {
		padding-bottom: 2.6rem !important;
	}

	.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .QX-8129 {
		grid-template-columns: 1fr;
	}

	.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .navigation.imgBox {
		grid-column: auto;
		grid-row: auto;
		min-height: 320px;
		order: 2;
	}

	.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE .main_img {
		height: 320px !important;
	}

	.jcproto-page--home #siteblocks-setting-wrap-ptfPAjZkKcHE .main_text {
		width: calc(100% - 2rem) !important;
		min-height: 0 !important;
	}
}

html body .jcproto-page--home #outerContainer_1676600633252#outerContainer_1676600633252 .sitewidget-bd:hover > div:first-child a strong,
html body .jcproto-page--home #outerContainer_1676600633252#outerContainer_1676600633252 .sitewidget-bd:hover > div:first-child a span,
html body .jcproto-page--home #outerContainer_1676600633252#outerContainer_1676600633252 .sitewidget-bd:hover > div:nth-child(2) a,
html body .jcproto-page--home #outerContainer_1676600633252#outerContainer_1676600633252 .sitewidget-bd:hover > div:nth-child(2) a span,
html body .jcproto-page--home #outerContainer_1676600633252#outerContainer_1676600633252 .sitewidget-bd:hover > div:nth-child(2) span {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

html body .jcproto-page--home #outerContainer_1676600633252#outerContainer_1676600633252 .sitewidget-bd:not(:hover) {
	background: #fff !important;
	border-color: #dddcd6 !important;
	color: #444 !important;
}

html body .jcproto-page--home #outerContainer_1676600633252#outerContainer_1676600633252 .sitewidget-bd:not(:hover) > div:first-child a,
html body .jcproto-page--home #outerContainer_1676600633252#outerContainer_1676600633252 .sitewidget-bd:not(:hover) > div:first-child a *,
html body .jcproto-page--home #outerContainer_1676600633252#outerContainer_1676600633252 .sitewidget-bd:not(:hover) > div:first-child a strong {
	color: #0b0b0b !important;
	-webkit-text-fill-color: #0b0b0b !important;
}

html body .jcproto-page--home #outerContainer_1676600633252#outerContainer_1676600633252 .sitewidget-bd:not(:hover) > div:nth-child(2) a,
html body .jcproto-page--home #outerContainer_1676600633252#outerContainer_1676600633252 .sitewidget-bd:not(:hover) > div:nth-child(2) a *,
html body .jcproto-page--home #outerContainer_1676600633252#outerContainer_1676600633252 .sitewidget-bd:not(:hover) > div:nth-child(2) span {
	color: var(--jcproto-text-body) !important;
	-webkit-text-fill-color: var(--jcproto-text-body) !important;
}

/* UI/UX Pro polish: homepage layout and controls (typography in typography.css). */
.jcproto-page--home {
	color: #333 !important;
	line-height: 1.72 !important;
}

.jcproto-page--home .jcproto-jccnc-hero h1 {
	max-width: 10.5ch;
}

.jcproto-page--home .jcproto-header__quote,
.jcproto-page--home .jcproto-jccnc-hero__btn,
.jcproto-page--home .backstage-component-btncolor,
.jcproto-page--home .jcproto-quote-banner__btn,
.jcproto-page--home input[type="submit"],
.jcproto-page--home button[type="submit"] {
	min-height: 50px !important;
	padding-inline: 1.45rem !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 7px !important;
	cursor: pointer;
}

.jcproto-page--home .jcproto-jccnc-hero__btn {
	min-height: 56px !important;
	padding-inline: 1.9rem !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qrKZLayWtYnj input[type="submit"],
.jcproto-page--home #siteblocks-setting-wrap-qrKZLayWtYnj button[type="submit"],
.jcproto-page--home #formsubmit {
	min-height: 56px !important;
}

.jcproto-page--home .jcproto-jccnc-hero__points li::before {
	width: 1.18rem;
	height: 1.18rem;
}

.jcproto-page--home #outerContainer_1676600633252 [id^="column_"] > [id^="location_"],
.jcproto-page--home #outerContainer_1676600633252 .backstage-stwidgets-settingwrap,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-graphic,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-content,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd {
	height: 100% !important;
	min-height: 0 !important;
}

.jcproto-page--home #outerContainer_1676600633252 .row {
	align-items: stretch !important;
}

.jcproto-page--home #outerContainer_1676600633252 [class*="col-md-"] {
	align-self: stretch !important;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd {
	min-height: 0 !important;
	box-shadow: none !important;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd::before {
	height: clamp(190px, 17vw, 224px) !important;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd::after {
	min-height: 44px !important;
}

.jcproto-page--home #outerContainer_1676458523361 .sitewidget-prodTabList .r-tabs-nav .r-tabs-anchor {
	min-height: 46px !important;
	padding-inline: 1.2rem !important;
	font-weight: 700 !important;
}

.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .pageTitle,
.jcproto-page--home #siteblocks-setting-wrap-qLpCMTBAzjoE .title.pageTitle {
	min-height: 68px !important;
}

.jcproto-page--home .slick-dots li,
.jcproto-page--home .slick-dots li button,
.jcproto-page--home .owl-page,
.jcproto-page--home .owl-page span {
	min-width: 14px !important;
	min-height: 14px !important;
	cursor: pointer;
}

@media (max-width: 767px) {
	.jcproto-page--home .jcproto-jccnc-hero__btn,
	.jcproto-page--home .backstage-component-btncolor,
	.jcproto-page--home input[type="submit"],
	.jcproto-page--home button[type="submit"] {
		width: 100%;
		min-height: 52px !important;
	}
}

/* Final homepage sizing corrections for imported inline styles. */
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div:first-child span,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div:first-child strong,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div:nth-child(2),
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div:nth-child(2) a,
.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div:nth-child(2) span {
	line-height: 1.58 !important;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div:nth-child(2) {
	flex: 1 1 auto !important;
	max-height: none;
	overflow: visible;
}

.jcproto-page--home #outerContainer_1676600633252 .sitewidget-bd > div:nth-child(2) a {
	display: block !important;
}

/* Desktop nav: keep nested dropdown groups reachable inside large menu panels. */
@media (min-width: 990px) {
	.jcproto-header,
	.jcproto-header__main,
	.jcproto-header__inner,
	.jcproto-header__nav-bundle,
	.jcproto-header__nav-col,
	.jcproto-nav,
	.jcproto-nav .smsmart,
	.jcproto-nav .navnew-item,
	.jcproto-nav .navnew-sub1,
	.jcproto-nav .navnew-sub1-item {
		overflow: visible !important;
	}

	.jcproto-nav .navnew-sub1 {
		z-index: 5000 !important;
	}

	.jcproto-nav .navnew-sub1::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -14px;
		height: 14px;
	}

	.jcproto-nav .navnew-item:hover > .navnew-sub1,
	.jcproto-nav .navnew-item:focus-within > .navnew-sub1 {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
	}

	.jcproto-nav .navnew-item:hover > .navnew-sub1 .navnew-sub2,
	.jcproto-nav .navnew-item:focus-within > .navnew-sub1 .navnew-sub2 {
		display: block !important;
		position: static !important;
		width: auto !important;
		min-width: 0 !important;
		margin: 0 0 0.25rem !important;
		padding: 0.2rem 0 0.35rem !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		visibility: visible !important;
		opacity: 1 !important;
		transform: none !important;
		pointer-events: auto !important;
	}

	.jcproto-nav .navnew-sub1 > .navnew-sub1-item > .navnew-sub2 .navnew-link {
		padding: 0.48rem 1.25rem 0.48rem 2.2rem !important;
		color: #4f4f4a !important;
		font-size: 0.92rem !important;
		line-height: 1.35 !important;
	}

	.jcproto-nav .navnew-sub1 > .navnew-sub1-item > .navnew-sub2 .navnew-link:hover,
	.jcproto-nav .navnew-sub1 > .navnew-sub1-item > .navnew-sub2 .navnew-link:focus {
		background: #f5f5f2 !important;
		color: #0b0b0b !important;
	}

	.jcproto-nav .navnew-sub1 .navnew-link {
		min-height: 38px;
		font-weight: 400 !important;
	}
}

@media (min-width: 990px) and (max-width: 1240px) {
	.jcproto-header__nav-bundle {
		gap: 0.9rem !important;
	}

	.jcproto-nav .smsmart > .navnew-item > .navnew-link {
		padding-left: 0.58rem !important;
		padding-right: 0.58rem !important;
	}

	.jcproto-header__quote {
		min-width: 112px !important;
		height: 44px !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		font-size: 0.9rem !important;
	}

	.jcproto-header__quote-wrap {
		display: none !important;
	}
}

@media (min-width: 990px) and (max-width: 1120px) {
	.jcproto-header__nav-bundle {
		gap: 0.45rem !important;
	}

	.jcproto-nav .navnew-link,
	.jcproto-nav .smsmart > .navnew-item > .navnew-link,
	.jcproto-nav .smsmart > .navnew-item > .navnew-link .text-width {
		font-size: 0.82rem !important;
	}

	.jcproto-nav .smsmart > .navnew-item > .navnew-link {
		padding-left: 0.36rem !important;
		padding-right: 0.36rem !important;
	}

	.jcproto-header__quote {
		min-width: 96px !important;
		height: 40px !important;
		padding-left: 0.72rem !important;
		padding-right: 0.72rem !important;
		font-size: 0.82rem !important;
	}

	.jcproto-header__quote-wrap {
		display: none !important;
	}
}

/* Unified JCCNC-style banner for all imported inner pages. */
body:not(.home) .jcproto-page-shell {
	background: #fff !important;
	padding-top: 0 !important;
}

body:not(.home) .jcproto-page-shell > .jcproto-container {
	max-width: var(--jcproto-container) !important;
}

body:not(.home) .jcproto-position-breadcrumb--below-header {
	border-bottom: 1px solid #ecece7;
	background: #fff !important;
}

body.jcproto-has-inner-hero-band #jcproto-header + .jcproto-inner-hero-band,
body.jcproto-has-inner-hero-band .jcproto-inner-hero-band {
	background: #f7f7f5 !important;
}

body.jcproto-has-inner-hero-band #jcproto-header + .jcproto-position-breadcrumb--below-header {
	border-bottom: 0 !important;
	background: transparent !important;
}

/* Full-width gray hero band: breadcrumb + split banner share one background. */
.jcproto-inner-hero-band {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0 0 clamp(2.5rem, 5vw, 4rem);
	padding: 0;
	background: #f7f7f5 !important;
	box-sizing: border-box;
}

#jcproto-header + .jcproto-inner-hero-band,
.jcproto-inner-hero-band--below-header {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
	padding: 0;
}

/* Relocated hero band: no white gutter before the first body section. */
body.jcproto-has-inner-hero-band .jcproto-inner-hero-band,
body.jcproto-has-inner-hero-band #jcproto-header + .jcproto-inner-hero-band,
body.jcproto-has-inner-hero-band .jcproto-inner-hero-band--below-header {
	margin-bottom: 0 !important;
}

body.jcproto-has-inner-hero-band .jcproto-page-shell {
	padding-top: 0 !important;
}

.jcproto-inner-hero-band .jcproto-position-breadcrumb,
.jcproto-inner-hero-band .jcproto-breadcrumb,
.jcproto-inner-hero-band nav.jcproto-breadcrumb {
	margin: 0;
	padding: 0.85rem 0 0.35rem;
	background: transparent !important;
	border: 0 !important;
}

.jcproto-inner-hero-band .jcproto-position-breadcrumb__list,
.jcproto-inner-hero-band .jcproto-breadcrumb__list,
.jcproto-inner-split-banner__container {
	width: 100%;
	max-width: var(--jcproto-container, 1380px);
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(1rem, 2vw, 2.5rem);
	padding-right: clamp(1rem, 2vw, 2.5rem);
	box-sizing: border-box;
}

.jcproto-inner-hero-band .jcproto-position-breadcrumb__list,
.jcproto-inner-hero-band .jcproto-breadcrumb__list {
	padding-top: 0;
	padding-bottom: 0;
}

.jcproto-inner-split-banner {
	position: relative;
	width: 100%;
	margin: 0;
	padding: clamp(0.75rem, 2vw, 1.25rem) 0 clamp(1.5rem, 3vw, 2.5rem);
	background: transparent !important;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.jcproto-inner-split-banner__container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(1.5rem, 3vw, 3rem);
	align-items: center;
	max-width: var(--jcproto-container, 1380px);
	margin: 0 auto;
	padding-left: clamp(1rem, 2vw, 2.5rem);
	padding-right: clamp(1rem, 2vw, 2.5rem);
	box-sizing: border-box;
}

.jcproto-inner-hero-band .jcproto-inner-split-banner__container {
	padding-left: clamp(1rem, 2vw, 2.5rem);
	padding-right: clamp(1rem, 2vw, 2.5rem);
}

.jcproto-inner-split-banner__copy {
	max-width: 100%;
}

.jcproto-inner-split-banner__title {
	margin: 0 0 clamp(1rem, 2vw, 1.5rem);
	color: #0b0b0b !important;
	font-family: var(--jcproto-font-display) !important;
	font-size: clamp(2.25rem, 3.5vw, 3.5rem) !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em !important;
	line-height: 1.12 !important;
	max-width: none;
	text-wrap: balance;
}

.jcproto-inner-split-banner__list {
	margin: 0 0 clamp(1.5rem, 2.5vw, 2rem);
	padding: 0;
	list-style: none;
}

.jcproto-inner-split-banner__list-item {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 0.75rem;
	color: #3d3d3d !important;
	font-size: clamp(0.98rem, 1.05vw, 1.05rem);
	line-height: 1.5;
}

.jcproto-inner-split-banner__list-item:last-child {
	margin-bottom: 0;
}

.jcproto-inner-split-banner__list-icon {
	flex: 0 0 auto;
	color: #0b0b0b;
	font-size: 1.15rem;
	line-height: 1;
}

.jcproto-inner-split-banner__lead {
	max-width: 44rem;
	margin: 0 0 clamp(1.5rem, 2.5vw, 2rem);
	color: #5a5a5a !important;
	font-size: clamp(1.05rem, 1.2vw, 1.25rem);
	line-height: 1.7;
}

.jcproto-inner-split-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.jcproto-inner-split-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 52px;
	padding: 0.9rem 1.75rem;
	border: 2px solid #0b0b0b;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.18s ease;
}

.jcproto-inner-split-banner__btn--primary {
	background: #0b0b0b !important;
	color: #fff !important;
}

.jcproto-inner-split-banner__btn--secondary {
	background: transparent !important;
	color: #0b0b0b !important;
}

.jcproto-inner-split-banner__btn:hover,
.jcproto-inner-split-banner__btn:focus {
	transform: translateY(-2px);
}

.jcproto-inner-split-banner__btn--primary:hover,
.jcproto-inner-split-banner__btn--primary:focus {
	background: #3d3d3d !important;
	border-color: #3d3d3d !important;
	color: #fff !important;
}

.jcproto-inner-split-banner__btn--secondary:hover,
.jcproto-inner-split-banner__btn--secondary:focus {
	background: #0b0b0b !important;
	color: #fff !important;
}

.jcproto-inner-split-banner__media {
	position: relative;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 6 / 4;
	min-height: 0;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
	background: #e8e8e4;
	justify-self: end;
}

.jcproto-inner-split-banner__media img {
	width: 100%;
	height: 100%;
	min-height: 0;
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: 8px !important;
	filter: none;
}

body.jcproto-has-legacy-body:not(.jcproto-knowledge-article) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer.jcproto-inner-hero {
	display: none !important;
}

/* Inner pages — centered content shell only (do NOT cap outerContainer; breaks full-bleed bands) */
body:not(.home) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero):not(#outerContainer_1774317314878):not(:has(.qin18464)) > .container,
body:not(.home) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero):not(#outerContainer_1774317314878):not(:has(.qin18464)) > .container-opened {
	max-width: var(--jcproto-container) !important;
}

/* Industry + Company pages — tighter 1180px centered rhythm (jccncmachining.com parity) */
body.jcproto-layout-industry.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero):not(.jcproto-empty-spacer):not(#outerContainer_1774317314878):not(#outerContainer_1683443616379):not(#outerContainer_1700474736225):not(#outerContainer_1685602521346):not(:has(.qin18464)) > .container,
body.jcproto-layout-industry.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero):not(.jcproto-empty-spacer):not(#outerContainer_1774317314878):not(#outerContainer_1683443616379):not(#outerContainer_1700474736225):not(#outerContainer_1685602521346):not(:has(.qin18464)) > .container-opened,
body.jcproto-layout-company.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero):not(.jcproto-empty-spacer):not(#outerContainer_1774317314878):not(:has(.qin18464)) > .container,
body.jcproto-layout-company.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero):not(.jcproto-empty-spacer):not(#outerContainer_1774317314878):not(:has(.qin18464)) > .container-opened {
	max-width: min(1180px, calc(100% - 2rem)) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
	box-sizing: border-box;
	padding-left: clamp(1rem, 3vw, 1.25rem) !important;
	padding-right: clamp(1rem, 3vw, 1.25rem) !important;
}

/* Contact page — 1380px shell aligned with header nav */
body.jcproto-layout-contact.jcproto-legacy--contactus.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero):not(.jcproto-empty-spacer):not(#outerContainer_1774317314878):not(:has(.qin18464)) > .container,
body.jcproto-layout-contact.jcproto-legacy--contactus.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero):not(.jcproto-empty-spacer):not(#outerContainer_1774317314878):not(:has(.qin18464)) > .container-opened {
	max-width: var(--jcproto-container, 1380px) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
	box-sizing: border-box;
	padding-left: clamp(1rem, 2vw, 2.5rem) !important;
	padding-right: clamp(1rem, 2vw, 2.5rem) !important;
}

/* Our Team page — 1380px shell aligned with header nav */
body.jcproto-layout-company.jcproto-legacy--our-team.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero):not(.jcproto-empty-spacer):not(#outerContainer_1774317314878):not(:has(.qin18464)) > .container,
body.jcproto-layout-company.jcproto-legacy--our-team.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero):not(.jcproto-empty-spacer):not(#outerContainer_1774317314878):not(:has(.qin18464)) > .container-opened {
	max-width: var(--jcproto-container, 1380px) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
	box-sizing: border-box;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* About Us page — 1380px shell aligned with header nav */
body.jcproto-layout-company.jcproto-legacy--aboutus.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero):not(.jcproto-empty-spacer):not(#outerContainer_1774317314878):not(:has(.qin18464)) > .container,
body.jcproto-layout-company.jcproto-legacy--aboutus.jcproto-has-legacy-body:not(.home) .jcproto-legacy-body-wrap #backstage-bodyArea > .outerContainer:not(.jcproto-inner-hero):not(.jcproto-empty-spacer):not(#outerContainer_1774317314878):not(:has(.qin18464)) > .container-opened {
	max-width: var(--jcproto-container, 1380px) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
	box-sizing: border-box;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body:not(.home) .jcproto-legacy-body-wrap .sitewidget-hd > h1,
body:not(.home) .jcproto-legacy-body-wrap .sitewidget-hd > h2,
body:not(.home) .jcproto-legacy-body-wrap .graphicNewTitle,
body:not(.home) .jcproto-legacy-body-wrap h1,
body:not(.home) .jcproto-legacy-body-wrap h2 {
	color: #0b0b0b !important;
	font-family: var(--jcproto-font-display) !important;
	text-wrap: balance;
}

body:not(.home) .jcproto-legacy-body-wrap .sitewidget-bd,
body:not(.home) .jcproto-legacy-body-wrap p,
body:not(.home) .jcproto-legacy-body-wrap li {
	color: #3f3f3a !important;
}

body:not(.home) .jcproto-legacy-body-wrap .backstage-component-btncolor,
body:not(.home) .jcproto-legacy-body-wrap input[type="submit"],
body:not(.home) .jcproto-legacy-body-wrap button[type="submit"] {
	min-height: 50px !important;
	padding: 0 1.5rem !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 7px !important;
	font-weight: 800 !important;
}

@media (max-width: 991px) {
	.jcproto-inner-split-banner__container {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.jcproto-inner-split-banner__media {
		order: -1;
		justify-self: stretch;
		max-width: min(100%, 420px);
		margin-left: auto;
		margin-right: auto;
	}

	.jcproto-inner-split-banner__title {
		font-size: clamp(2rem, 7vw, 2.5rem) !important;
	}
}

@media (max-width: 767px) {
	.jcproto-inner-split-banner__actions {
		flex-direction: column;
	}

	.jcproto-inner-split-banner__btn {
		width: 100%;
	}
}
