/* ========================================================================== */
/* IGOTO homepage desktop concepts (1920 design / 1600 content width)          */
/* ========================================================================== */
@font-face {
	font-family: "RB";
	src: url("../fonts/PlusJakartaSans-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

.igoto-home {
	--igoto-green: #009646;
	--igoto-green-2: #16b870;
	--igoto-ink: #17211d;
	--igoto-muted: #66716c;
	--igoto-paper: #f4f7f5;
	--igoto-line: rgba(23, 33, 29, .12);
	background: #fff;
	color: var(--igoto-ink);
	font-family: "popR", Arial, sans-serif;
	overflow: hidden;
}

.igoto-home .igoto-home-shell {
	width: 16rem;
	margin: 0 auto;
}

.igoto-home .igoto-draft {
	display: none;
}

.igoto-home .igoto-draft.is-active {
	display: block;
}

.igoto-home .f16 {
	font-size: max(var(--f16), 16px);
}

.igoto-home .f18 {
	font-size: max(var(--f18), 18px);
}

.igoto-home h1,
.igoto-home h2,
.igoto-home h3 {
	font-family: "RB", "popR", Arial, sans-serif;
}

.igoto-home button {
	font-family: inherit;
}

.igoto-draft-switch {
	position: fixed;
	right: .22rem;
	bottom: .22rem;
	z-index: 80;
	display: flex;
	gap: .04rem;
	padding: .06rem;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: .16rem;
	background: rgba(18, 28, 24, .86);
	box-shadow: 0 .12rem .34rem rgba(0, 0, 0, .2);
	backdrop-filter: blur(.14rem);
}

.igoto-draft-switch .igoto-draft-switch-btn {
	min-width: 1.12rem;
	padding: .12rem .18rem;
	border: 0;
	border-radius: .11rem;
	background: transparent;
	color: rgba(255, 255, 255, .72);
	font-size: 16px;
	cursor: pointer;
	transition: .3s ease;
}

.igoto-draft-switch .igoto-draft-switch-btn:hover,
.igoto-draft-switch .igoto-draft-switch-btn.is-active {
	background: #fff;
	color: #112019;
}

.igoto-draft section {
	opacity: 0;
	transform: translateY(.22rem);
}

.igoto-draft section.igoto-inview {
	opacity: 1;
	transform: none;
	transition: opacity .75s ease, transform .75s cubic-bezier(.2, .75, .25, 1);
}

/* Concept A */
.igoto-a-hero {
	position: relative;
	min-height: 7.8rem;
	color: #fff;
	background: #202824;
}

.igoto-a-hero .igoto-a-hero-media,
.igoto-a-hero .igoto-a-hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.igoto-a-hero .igoto-a-hero-media {
	object-fit: cover;
}

.igoto-a-hero .igoto-a-hero-shade {
	background: linear-gradient(90deg, rgba(12, 18, 15, .9) 0%, rgba(12, 18, 15, .72) 34%, rgba(12, 18, 15, .18) 62%, rgba(12, 18, 15, .08) 100%);
}

.igoto-a-hero .igoto-a-hero-shell {
	position: relative;
	z-index: 2;
	min-height: 7.8rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	padding: .95rem 0 .55rem;
}

.igoto-a-hero .igoto-a-hero-copy {
	width: 7.5rem;
}

.igoto-a-kicker {
	color: var(--igoto-green-2);
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.3;
}

.igoto-a-hero .igoto-a-hero-title {
	margin-top: .28rem;
	line-height: 1.04;
	letter-spacing: -.035em;
	max-width: 8rem;
}

.igoto-a-hero .igoto-a-hero-desc {
	width: 6.5rem;
	margin-top: .28rem;
	color: rgba(255, 255, 255, .78);
	line-height: 1.55;
}

.igoto-a-hero .igoto-a-hero-actions {
	display: flex;
	gap: .14rem;
	margin-top: .36rem;
}

.igoto-a-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: .54rem;
	padding: 0 .28rem;
	border-radius: .08rem;
	font-weight: 700;
	line-height: 1;
	transition: .3s ease;
}

.igoto-a-btn-primary {
	color: #fff;
	background: var(--igoto-green);
	box-shadow: 0 .12rem .26rem rgba(0, 150, 70, .22);
}

.igoto-a-btn-primary:hover {
	background: #00aa50;
	transform: translateY(-.03rem);
	box-shadow: 0 .17rem .34rem rgba(0, 150, 70, .3);
}

.igoto-a-btn-ghost {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .5);
	background: rgba(255, 255, 255, .08);
}

.igoto-a-btn-ghost:hover {
	background: #fff;
	color: var(--igoto-ink);
}

.igoto-a-btn-light {
	background: #fff;
	color: var(--igoto-green);
}

.igoto-a-btn-light:hover {
	transform: translateY(-.03rem);
	box-shadow: 0 .14rem .3rem rgba(0, 0, 0, .16);
}

.igoto-a-hero .igoto-a-hero-proof {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid rgba(255, 255, 255, .28);
}

.igoto-a-hero .igoto-a-proof-item {
	display: flex;
	align-items: baseline;
	gap: .16rem;
	padding: .28rem .3rem 0 0;
}

.igoto-a-hero .igoto-a-proof-item strong {
	color: #fff;
	line-height: 1;
}

.igoto-a-hero .igoto-a-proof-item span {
	color: rgba(255, 255, 255, .68);
}

.igoto-a-standards {
	background: #fff;
}

.igoto-a-section-head {
	max-width: 8.8rem;
	margin-bottom: .48rem;
}

.igoto-a-section-title {
	margin-top: .16rem;
	line-height: 1.08;
	letter-spacing: -.03em;
}

.igoto-a-section-desc {
	max-width: 7.8rem;
	margin-top: .2rem;
	color: var(--igoto-muted);
	line-height: 1.55;
}

.igoto-a-standard-wrap {
	position: relative;
	overflow: visible;
}

.igoto-a-standard-swiper {
	overflow: visible;
}

.igoto-a-standard-card {
	display: grid;
	grid-template-columns: 1.02fr .98fr;
	min-height: 4.45rem;
	border-radius: .26rem;
	background: var(--igoto-paper);
	overflow: hidden;
	transition: .4s ease;
}

.igoto-a-standard-card:hover {
	transform: translateY(-.06rem);
	box-shadow: 0 .2rem .5rem rgba(27, 48, 38, .13);
}

.igoto-a-standard-image {
	padding: .34rem;
	background: linear-gradient(145deg, #e9f4ee, #f8faf9);
}

.igoto-a-standard-image .rect-67 {
	border-radius: .18rem;
	background: #fff;
	overflow: hidden;
}

.igoto-a-standard-image img {
	object-fit: contain;
	padding: .16rem;
}

.igoto-a-standard-info {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: .52rem;
}

.igoto-a-standard-icon {
	width: .52rem;
	height: .52rem;
	margin-bottom: .28rem;
	color: var(--igoto-green);
	filter: invert(39%) sepia(87%) saturate(1134%) hue-rotate(112deg);
}

.igoto-a-standard-info h3 {
	line-height: 1.15;
}

.igoto-a-standard-desc {
	margin-top: .18rem;
	color: var(--igoto-muted);
	line-height: 1.55;
}

.igoto-a-standard-controls {
	display: flex;
	align-items: center;
	gap: .18rem;
	margin-top: .3rem;
}

.igoto-a-standard-controls button {
	width: .5rem;
	height: .5rem;
	border: 1px solid var(--igoto-line);
	border-radius: 50%;
	background: #fff;
	color: var(--igoto-ink);
	cursor: pointer;
}

.igoto-a-standard-controls button:hover {
	border-color: var(--igoto-green);
	background: var(--igoto-green);
	color: #fff;
}

.igoto-a-standard-progress {
	flex: 1;
	height: 2px;
	background: #dfe7e3;
}

.igoto-a-standard-progress .swiper-pagination-progressbar-fill {
	background: var(--igoto-green);
}

.igoto-a-products {
	background: var(--igoto-paper);
}

.igoto-a-product-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: .46rem;
}

.igoto-a-product-tabs {
	display: flex;
	gap: .08rem;
	padding: .06rem;
	border-radius: .14rem;
	background: #e5ece8;
}

.igoto-a-product-tab {
	min-width: 1.6rem;
	padding: .14rem .22rem;
	border: 0;
	border-radius: .1rem;
	background: transparent;
	color: var(--igoto-muted);
	cursor: pointer;
}

.igoto-a-product-tab.is-active {
	background: #fff;
	color: var(--igoto-ink);
	box-shadow: 0 .08rem .2rem rgba(0, 0, 0, .08);
}

.igoto-a-product-panel {
	display: none;
}

.igoto-a-product-panel.is-active {
	display: block;
}

.igoto-a-product-swiper {
	overflow: visible;
}

.igoto-a-product-card {
	display: block;
	border-radius: .2rem;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 .05rem .16rem rgba(23, 33, 29, .05);
}

.igoto-a-product-card:hover {
	transform: translateY(-.06rem);
	box-shadow: 0 .22rem .46rem rgba(23, 33, 29, .12);
}

.igoto-a-product-media {
	padding: .18rem;
	background: #f8faf9;
}

.igoto-a-product-media .rect-100 {
	border-radius: .13rem;
	background: #fff;
	overflow: hidden;
}

.igoto-a-product-media img {
	object-fit: contain;
	padding: .12rem;
}

.igoto-a-product-copy {
	padding: .26rem .28rem .3rem;
}

.igoto-a-product-copy h3 {
	line-height: 1.2;
}

.igoto-a-product-desc {
	min-height: .5rem;
	margin-top: .14rem;
	color: var(--igoto-muted);
	line-height: 1.55;
}

.igoto-a-product-link {
	display: block;
	margin-top: .2rem;
	color: var(--igoto-green);
	font-weight: 700;
}

.igoto-a-about {
	background: #fff;
}

.igoto-a-about-grid {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	gap: .9rem;
	align-items: center;
}

.igoto-a-about-desc,
.igoto-a-oem-desc,
.igoto-a-contact-desc {
	margin-top: .24rem;
	color: var(--igoto-muted);
	line-height: 1.6;
}

.igoto-a-text-link {
	display: inline-block;
	margin-top: .3rem;
	color: var(--igoto-green);
	font-weight: 700;
}

.igoto-a-about-visual {
	position: relative;
}

.igoto-a-about-visual .rect-67 {
	border-radius: .28rem;
	overflow: hidden;
}

.igoto-a-about-visual img {
	object-fit: cover;
}

.igoto-a-about-badge {
	position: absolute;
	left: -.36rem;
	bottom: .34rem;
	min-width: 2.35rem;
	display: flex;
	flex-direction: column;
	padding: .28rem;
	border-radius: .18rem;
	background: #fff;
	box-shadow: 0 .2rem .5rem rgba(23, 33, 29, .16);
}

.igoto-a-about-badge strong {
	color: var(--igoto-green);
	line-height: 1;
}

.igoto-a-about-badge span {
	margin-top: .1rem;
	color: var(--igoto-muted);
}

.igoto-a-factory {
	background: #10231b;
	color: #fff;
}

.igoto-a-factory .igoto-a-section-head {
	color: #fff;
}

.igoto-a-factory-grid {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: .34rem;
}

.igoto-a-factory-feature {
	position: relative;
	min-height: 5.35rem;
	border-radius: .26rem;
	overflow: hidden;
}

.igoto-a-factory-feature>img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.igoto-a-factory-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1rem .45rem .42rem;
	background: linear-gradient(transparent, rgba(5, 18, 12, .88));
}

.igoto-a-factory-caption div {
	margin-top: .12rem;
	color: rgba(255, 255, 255, .72);
	line-height: 1.5;
}

.igoto-a-factory-capabilities {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .18rem;
}

.igoto-a-factory-capabilities article {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: .3rem;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: .2rem;
	background: rgba(255, 255, 255, .065);
}

.igoto-a-factory-capabilities article:hover {
	background: rgba(22, 184, 112, .15);
	transform: translateY(-.04rem);
}

.igoto-a-factory-capabilities img {
	width: .46rem;
	height: .46rem;
	margin-bottom: .22rem;
	filter: brightness(0) invert(1);
	opacity: .9;
}

.igoto-a-factory-capabilities h3 {
	line-height: 1.2;
}

.igoto-a-factory-capabilities div {
	margin-top: .12rem;
	color: rgba(255, 255, 255, .65);
	line-height: 1.5;
}

.igoto-a-oem {
	background: #edf7f1;
}

.igoto-a-oem-grid {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	align-items: center;
	gap: .82rem;
}

.igoto-a-oem-media .rect-5625 {
	border-radius: .28rem;
	overflow: hidden;
}

.igoto-a-oem-media img {
	object-fit: cover;
}

.igoto-a-oem-tags {
	display: flex;
	flex-wrap: wrap;
	gap: .1rem;
	margin: .28rem 0 .34rem;
}

.igoto-a-oem-tags span {
	padding: .11rem .16rem;
	border-radius: .07rem;
	background: #fff;
	color: #355047;
}

.igoto-a-news {
	background: #fff;
}

.igoto-a-news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .28rem;
}

.igoto-a-news-card {
	display: block;
	border-radius: .2rem;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 .08rem .25rem rgba(23, 33, 29, .08);
}

.igoto-a-news-card:hover {
	transform: translateY(-.06rem);
	box-shadow: 0 .2rem .45rem rgba(23, 33, 29, .14);
}

.igoto-a-news-media .rect-5625 {
	overflow: hidden;
}

.igoto-a-news-media img {
	object-fit: cover;
	transition: .7s ease;
}

.igoto-a-news-card:hover img {
	transform: scale(1.045);
}

.igoto-a-news-copy {
	padding: .25rem .28rem .32rem;
}

.igoto-a-news-copy time {
	color: var(--igoto-green);
}

.igoto-a-news-copy h3 {
	margin-top: .12rem;
	line-height: 1.25;
}

.igoto-a-news-desc {
	margin-top: .13rem;
	color: var(--igoto-muted);
	line-height: 1.5;
}

.igoto-a-contact {
	background: linear-gradient(120deg, #009646, #00ad67);
	color: #fff;
}

.igoto-a-contact-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .8rem;
}

.igoto-a-contact .igoto-a-kicker {
	color: rgba(255, 255, 255, .72);
}

.igoto-a-contact .igoto-a-section-title {
	max-width: 8rem;
}

.igoto-a-contact .igoto-a-contact-desc {
	max-width: 8rem;
	color: rgba(255, 255, 255, .75);
}

/* Concept B */
.igoto-draft-b {
	--igoto-b-blue: #225c72;
	--igoto-b-amber: #f0a044;
	background: #f5f7f6;
	color: #17211d;
}

.igoto-b-hero {
	position: relative;
	min-height: 7.8rem;
	color: #fff;
	background: #0b1b24;
}

.igoto-b-hero-media,
.igoto-b-hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.igoto-b-hero-media {
	object-fit: cover;
}

.igoto-b-hero-shade {
	background: linear-gradient(90deg, rgba(6, 20, 29, .96), rgba(6, 20, 29, .76) 42%, rgba(6, 20, 29, .04) 75%);
}

.igoto-b-hero-shell {
	position: relative;
	z-index: 2;
	min-height: 7.8rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.igoto-b-hero-copy {
	width: 7.2rem;
}

.igoto-b-kicker {
	color: var(--igoto-b-amber);
	font-weight: 700;
	letter-spacing: .11em;
	line-height: 1.3;
}

.igoto-b-hero-title,
.igoto-b-section-title {
	margin-top: .17rem;
	line-height: 1.04;
	letter-spacing: -.035em;
}

.igoto-b-hero-desc {
	width: 6.4rem;
	margin-top: .25rem;
	color: rgba(255, 255, 255, .72);
	line-height: 1.55;
}

.igoto-b-hero-actions {
	display: flex;
	align-items: center;
	gap: .26rem;
	margin-top: .34rem;
}

.igoto-b-btn {
	display: inline-flex;
	min-height: .54rem;
	align-items: center;
	justify-content: center;
	padding: 0 .28rem;
	border-radius: .04rem .22rem .04rem .22rem;
	color: #fff;
	background: var(--igoto-b-blue);
	font-weight: 700;
	box-shadow: 0 .12rem .3rem rgba(34, 92, 114, .26);
}

.igoto-b-btn:hover {
	background: #2b718b;
	transform: translateY(-.03rem);
}

.igoto-b-link {
	color: inherit;
	font-weight: 700;
}

.igoto-b-link:hover {
	color: var(--igoto-b-amber);
}

.igoto-b-hero-metrics {
	position: absolute;
	right: 0;
	bottom: .52rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 7.2rem;
	padding: .28rem;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: .08rem .34rem .08rem .34rem;
	background: rgba(5, 20, 28, .72);
	backdrop-filter: blur(.12rem);
}

.igoto-b-hero-metrics div {
	display: flex;
	flex-direction: column;
	padding: 0 .22rem;
	border-right: 1px solid rgba(255, 255, 255, .14);
}

.igoto-b-hero-metrics div:last-child {
	border: 0;
}

.igoto-b-hero-metrics strong {
	color: #fff;
	line-height: 1;
}

.igoto-b-hero-metrics span {
	margin-top: .1rem;
	color: rgba(255, 255, 255, .64);
}

.igoto-b-standards {
	background: #fff;
}

.igoto-b-standards-grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: .8rem;
	align-items: center;
}

.igoto-b-section-title {
	max-width: 7.6rem;
}

.igoto-b-standard-accordion {
	margin-top: .38rem;
}

.igoto-b-standard-item {
	border-bottom: 1px solid #dbe2df;
}

.igoto-b-standard-item>button {
	width: 100%;
	display: grid;
	grid-template-columns: .54rem 1fr .32rem;
	gap: .2rem;
	align-items: center;
	padding: .22rem 0;
	border: 0;
	background: none;
	text-align: left;
	cursor: pointer;
}

.igoto-b-standard-item>button img {
	width: .46rem;
	height: .46rem;
	color: var(--igoto-b-blue);
	filter: invert(31%) sepia(38%) saturate(958%) hue-rotate(151deg);
}

.igoto-b-standard-item>button span {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.igoto-b-standard-item>button small {
	margin-top: .08rem;
	color: #75817b;
	font-weight: 400;
	line-height: 1.45;
}

.igoto-b-standard-item>button i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: .32rem;
	height: .32rem;
	border-radius: 50%;
	background: #edf2f0;
	font-size: .22rem;
}

.igoto-b-standard-item.is-active>button i {
	color: #fff;
	background: var(--igoto-b-blue);
	transform: rotate(45deg);
}

.igoto-b-standard-body {
	display: none;
	padding: 0 .5rem .24rem .74rem;
	color: #65716b;
	line-height: 1.55;
}

.igoto-b-standard-item.is-active .igoto-b-standard-body {
	display: block;
}

.igoto-b-standard-stage {
	position: relative;
	min-height: 6.15rem;
	border-radius: .08rem .44rem .08rem .44rem;
	background: #eaf0ed;
	overflow: hidden;
}

.igoto-b-standard-stage>img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: .5rem;
	opacity: 0;
	transform: scale(.96);
	transition: .45s ease;
}

.igoto-b-standard-stage>img.is-active {
	opacity: 1;
	transform: scale(1);
}

.igoto-b-stage-label {
	position: absolute;
	left: .28rem;
	bottom: .28rem;
	padding: .12rem .18rem;
	border-radius: .04rem .16rem .04rem .16rem;
	color: #fff;
	background: var(--igoto-b-blue);
	letter-spacing: .08em;
}

.igoto-b-products {
	background: #edf1ef;
}

.igoto-b-product-head {
	max-width: 8rem;
	margin-bottom: .46rem;
}

.igoto-b-product-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .28rem;
}

.igoto-b-product-column {
	min-width: 0;
	padding: .34rem;
	border-radius: .08rem .32rem .08rem .32rem;
	background: #fff;
}

.igoto-b-product-column-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: .25rem;
}

.igoto-b-product-column-head span {
	color: #748079;
}

.igoto-b-product-swiper {
	overflow: hidden;
}

.igoto-b-product-card {
	display: block;
	padding: .1rem;
	border-radius: .07rem .22rem .07rem .22rem;
	background: #f5f7f6;
}

.igoto-b-product-card:hover {
	background: #e7f0ec;
	transform: translateY(-.04rem);
}

.igoto-b-product-card .rect-100 {
	border-radius: .05rem .18rem .05rem .18rem;
	background: #fff;
	overflow: hidden;
}

.igoto-b-product-card img {
	object-fit: contain;
	padding: .1rem;
}

.igoto-b-product-card h3 {
	padding: .18rem .08rem .12rem;
	line-height: 1.25;
}

.igoto-b-factory {
	background: #10212a;
	color: #fff;
}

.igoto-b-factory-head {
	max-width: 8rem;
	margin-bottom: .44rem;
}

.igoto-b-process {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: .2rem;
	margin-bottom: .4rem;
}

.igoto-b-process::before {
	content: "";
	position: absolute;
	left: 9%;
	right: 9%;
	top: .27rem;
	height: 1px;
	background: rgba(255, 255, 255, .22);
}

.igoto-b-process article {
	position: relative;
	z-index: 1;
}

.igoto-b-process article>span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: .56rem;
	height: .56rem;
	border-radius: 50%;
	background: var(--igoto-b-amber);
}

.igoto-b-process img {
	width: .3rem;
	height: .3rem;
	filter: brightness(0) invert(1);
}

.igoto-b-process h3 {
	margin-top: .2rem;
}

.igoto-b-process article>div {
	margin-top: .1rem;
	color: rgba(255, 255, 255, .62);
	line-height: 1.5;
}

.igoto-b-factory-gallery {
	display: grid;
	grid-template-columns: 1.5fr .5fr;
	gap: .18rem;
	height: 4.65rem;
}

.igoto-b-gallery-main,
.igoto-b-gallery-side img {
	border-radius: .07rem .26rem .07rem .26rem;
	overflow: hidden;
}

.igoto-b-gallery-main img,
.igoto-b-gallery-side img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.igoto-b-gallery-side {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: .18rem;
}

.igoto-b-oem {
	background: #fff;
}

.igoto-b-oem-grid {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	gap: .8rem;
	align-items: center;
}

.igoto-b-oem-desc {
	margin-top: .23rem;
	color: #64706a;
	line-height: 1.6;
}

.igoto-b-oem-list {
	margin: .3rem 0 .34rem;
}

.igoto-b-oem-list>div {
	display: grid;
	grid-template-columns: 1.8rem 1fr;
	gap: .22rem;
	padding: .18rem 0;
	border-bottom: 1px solid #e1e7e4;
}

.igoto-b-oem-list span {
	color: #68746e;
	line-height: 1.45;
}

.igoto-b-oem-image .rect-67 {
	border-radius: .08rem .4rem .08rem .4rem;
	overflow: hidden;
	background: #f0f4f2;
}

.igoto-b-oem-image img {
	object-fit: cover;
}

.igoto-b-news {
	background: #f0f3f2;
}

.igoto-b-news-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: .36rem;
}

.igoto-b-news-row {
	display: grid;
	grid-template-columns: 1.2rem 3.8rem 1fr .4rem;
	gap: .25rem;
	align-items: center;
	padding: .24rem 0;
	border-bottom: 1px solid #cfd8d4;
}

.igoto-b-news-row:hover {
	padding-left: .16rem;
	color: var(--igoto-b-blue);
}

.igoto-b-news-row time,
.igoto-b-news-row>div {
	color: #6b7771;
	line-height: 1.45;
}

.igoto-b-news-row h3 {
	line-height: 1.25;
}

.igoto-b-news-row>span {
	font-size: .28rem;
}

.igoto-b-contact {
	background: #dde8e3;
}

.igoto-b-contact-grid {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: .8rem;
	align-items: center;
}

.igoto-b-contact-card {
	padding: .42rem;
	border-radius: .08rem .34rem .08rem .34rem;
	background: #fff;
	box-shadow: 0 .16rem .4rem rgba(25, 52, 42, .1);
}

.igoto-b-contact-card>div {
	color: #627069;
	line-height: 1.55;
}

.igoto-b-contact-card .igoto-b-btn {
	margin-top: .25rem;
}

/* Concept C */
.igoto-draft-c {
	--igoto-c-green: #0b8f51;
	--igoto-c-ink: #11201a;
	--igoto-c-copper: #b96a38;
	background: #f5f4ef;
	color: var(--igoto-c-ink);
}

.igoto-c-hero {
	position: relative;
	min-height: 7.8rem;
	color: #fff;
	background: #0a1712;
}

.igoto-c-hero-media,
.igoto-c-hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.igoto-c-hero-media {
	object-fit: cover;
}

.igoto-c-hero-shade {
	background: linear-gradient(90deg, rgba(6, 21, 15, .95) 0%, rgba(6, 21, 15, .78) 38%, rgba(6, 21, 15, .1) 67%);
}

.igoto-c-hero-shell {
	position: relative;
	z-index: 2;
	min-height: 7.8rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.igoto-c-hero-copy {
	width: 7.2rem;
}

.igoto-c-kicker {
	color: #68d99c;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.3;
}

.igoto-c-hero-title,
.igoto-c-section-title {
	margin-top: .18rem;
	line-height: 1.02;
	letter-spacing: -.045em;
}

.igoto-c-hero-desc {
	width: 6.2rem;
	margin-top: .26rem;
	color: rgba(255, 255, 255, .7);
	line-height: 1.55;
}

.igoto-c-hero-actions {
	display: flex;
	align-items: center;
	gap: .25rem;
	margin-top: .34rem;
}

.igoto-c-btn {
	display: inline-flex;
	min-height: .54rem;
	align-items: center;
	justify-content: center;
	padding: 0 .28rem;
	border-radius: .24rem .04rem .24rem .04rem;
	color: #fff;
	background: var(--igoto-c-green);
	font-weight: 700;
}

.igoto-c-btn:hover {
	background: #0ca35c;
	transform: translateY(-.04rem) rotate(-1deg);
	box-shadow: 0 .16rem .36rem rgba(11, 143, 81, .28);
}

.igoto-c-link {
	font-weight: 700;
	color: #fff;
}

.igoto-c-link:hover {
	color: #68d99c;
}

.igoto-c-hero-index {
	position: absolute;
	right: 0;
	bottom: .55rem;
	display: flex;
	gap: .1rem;
}

.igoto-c-hero-index span {
	padding: .12rem .16rem;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	color: rgba(255, 255, 255, .7);
}

.igoto-c-standards {
	background: #f5f4ef;
}

.igoto-c-standards-intro {
	max-width: 8.5rem;
	margin-bottom: .5rem;
}

.igoto-c-standard-lab {
	display: grid;
	grid-template-columns: .58fr 1.42fr;
	gap: .22rem;
}

.igoto-c-standard-tabs {
	display: flex;
	flex-direction: column;
	gap: .1rem;
}

.igoto-c-standard-tabs button {
	display: grid;
	grid-template-columns: .46rem 1fr;
	column-gap: .17rem;
	padding: .2rem;
	border: 1px solid rgba(17, 32, 26, .12);
	border-radius: .22rem .04rem .22rem .04rem;
	background: transparent;
	text-align: left;
	cursor: pointer;
}

.igoto-c-standard-tabs button:hover,
.igoto-c-standard-tabs button.is-active {
	border-color: var(--igoto-c-green);
	background: #fff;
	box-shadow: 0 .12rem .28rem rgba(32, 55, 45, .09);
	transform: translateX(.08rem);
}

.igoto-c-standard-tabs img {
	grid-row: 1 / 3;
	width: .42rem;
	height: .42rem;
	filter: invert(38%) sepia(63%) saturate(892%) hue-rotate(105deg);
}

.igoto-c-standard-tabs b {
	line-height: 1.2;
}

.igoto-c-standard-tabs span {
	margin-top: .06rem;
	color: #6f7873;
	line-height: 1.4;
}

.igoto-c-standard-stage {
	min-height: 5.4rem;
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	align-items: center;
	border-radius: .04rem .44rem .04rem .44rem;
	background: #14241d;
	color: #fff;
	overflow: hidden;
}

.igoto-c-standard-copy {
	padding: .5rem;
}

.igoto-c-standard-copy>div:first-child {
	color: #68d99c;
	letter-spacing: .1em;
}

.igoto-c-standard-copy h3 {
	margin-top: .16rem;
	line-height: 1.12;
}

.igoto-c-standard-copy>div:last-child {
	margin-top: .18rem;
	color: rgba(255, 255, 255, .66);
	line-height: 1.55;
}

.igoto-c-standard-image {
	align-self: stretch;
	background: #e9eeeb;
}

.igoto-c-standard-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: .38rem;
}

.igoto-c-products {
	background: #fff;
}

.igoto-c-product-intro {
	max-width: 8.5rem;
	margin-bottom: .45rem;
}

.igoto-c-products-mosaic {
	display: grid;
	grid-template-columns: 1.25fr .75fr;
	gap: .22rem;
}

.igoto-c-product-feature {
	min-width: 0;
}

.igoto-c-product-card {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	min-height: 5rem;
	border-radius: .3rem .04rem .3rem .04rem;
	background: #edf3f0;
	overflow: hidden;
}

.igoto-c-product-image {
	padding: .34rem;
}

.igoto-c-product-image .rect-100 {
	border-radius: .24rem .04rem .24rem .04rem;
	background: #fff;
	overflow: hidden;
}

.igoto-c-product-image img {
	object-fit: contain;
	padding: .14rem;
}

.igoto-c-product-copy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: .35rem;
}

.igoto-c-product-copy>span,
.igoto-c-stack-card span {
	color: var(--igoto-c-green);
	font-weight: 700;
	letter-spacing: .08em;
}

.igoto-c-product-copy h3 {
	margin-top: .14rem;
	line-height: 1.2;
}

.igoto-c-product-copy>div {
	margin-top: .14rem;
	color: #69736e;
	line-height: 1.5;
}

.igoto-c-product-stack {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: .22rem;
}

.igoto-c-stack-card {
	position: relative;
	border-radius: .04rem .26rem .04rem .26rem;
	background: #f5f4ef;
	overflow: hidden;
}

.igoto-c-stack-card .rect-5625 {
	height: 100%;
	padding: 0;
}

.igoto-c-stack-card img {
	object-fit: contain;
	padding: .12rem;
	opacity: .78;
}

.igoto-c-stack-card>div:last-child {
	position: absolute;
	left: .24rem;
	right: .24rem;
	bottom: .22rem;
	padding: .16rem;
	border-radius: .12rem .02rem .12rem .02rem;
	background: rgba(255, 255, 255, .9);
	backdrop-filter: blur(.08rem);
}

.igoto-c-stack-card h3 {
	margin-top: .06rem;
	line-height: 1.2;
}

.igoto-c-stack-card:hover {
	transform: translateY(-.05rem);
	box-shadow: 0 .18rem .4rem rgba(22, 44, 34, .13);
}

.igoto-c-about {
	background: #12241c;
	color: #fff;
}

.igoto-c-about-layout {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: .85rem;
	align-items: center;
}

.igoto-c-about-visual {
	position: relative;
	min-height: 5.5rem;
}

.igoto-c-about-main {
	width: 82%;
	height: 4.8rem;
	object-fit: cover;
	border-radius: .3rem .04rem .3rem .04rem;
}

.igoto-c-about-float {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 46%;
	height: 2.7rem;
	object-fit: cover;
	border: .1rem solid #12241c;
	border-radius: .04rem .24rem .04rem .24rem;
}

.igoto-c-about-desc {
	margin-top: .24rem;
	color: rgba(255, 255, 255, .65);
	line-height: 1.6;
}

.igoto-c-about-facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .14rem;
	margin-top: .35rem;
}

.igoto-c-about-facts>div {
	display: flex;
	flex-direction: column;
	padding-top: .18rem;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.igoto-c-about-facts strong {
	color: #68d99c;
	line-height: 1;
}

.igoto-c-about-facts span {
	margin-top: .1rem;
	color: rgba(255, 255, 255, .6);
}

.igoto-c-factory {
	background: #f5f4ef;
}

.igoto-c-factory-intro {
	max-width: 8.5rem;
	margin-bottom: .44rem;
}

.igoto-c-factory-bento {
	display: grid;
	grid-template-columns: 1.35fr .65fr;
	grid-template-rows: 2.8rem 2.8rem;
	gap: .2rem;
}

.igoto-c-factory-bento article {
	position: relative;
	border-radius: .22rem .04rem .22rem .04rem;
	overflow: hidden;
}

.igoto-c-bento-photo {
	grid-row: 1 / 3;
}

.igoto-c-bento-photo>img,
.igoto-c-bento-image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.igoto-c-bento-photo>div {
	position: absolute;
	left: .3rem;
	right: .3rem;
	bottom: .3rem;
	padding: .25rem;
	border-radius: .18rem .03rem .18rem .03rem;
	color: #fff;
	background: rgba(12, 30, 22, .8);
	backdrop-filter: blur(.08rem);
}

.igoto-c-bento-photo span {
	display: block;
	margin-top: .08rem;
	color: rgba(255, 255, 255, .66);
}

.igoto-c-bento-stat {
	padding: .3rem;
	background: #fff;
}

.igoto-c-bento-stat img {
	width: .46rem;
	height: .46rem;
	margin-bottom: .18rem;
	filter: invert(38%) sepia(66%) saturate(771%) hue-rotate(105deg);
}

.igoto-c-bento-stat h3 {
	line-height: 1.18;
}

.igoto-c-bento-stat div {
	margin-top: .12rem;
	color: #69736e;
	line-height: 1.5;
}

.igoto-c-bento-image {
	display: none;
}

.igoto-c-bento-dark {
	color: #fff;
	background: var(--igoto-c-green);
}

.igoto-c-bento-dark img {
	filter: brightness(0) invert(1);
}

.igoto-c-bento-dark div {
	color: rgba(255, 255, 255, .72);
}

.igoto-c-oem {
	background: #fff;
}

.igoto-c-oem-panel {
	position: relative;
	min-height: 5.7rem;
	display: flex;
	align-items: center;
	border-radius: .04rem .5rem .04rem .5rem;
	background: #e3eee8;
	overflow: hidden;
}

.igoto-c-oem-panel>img {
	position: absolute;
	right: 0;
	top: 0;
	width: 58%;
	height: 100%;
	object-fit: cover;
}

.igoto-c-oem-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #e3eee8 0%, #e3eee8 43%, rgba(227, 238, 232, .88) 50%, rgba(227, 238, 232, 0) 72%);
}

.igoto-c-oem-copy {
	position: relative;
	z-index: 2;
	width: 52%;
	padding: .55rem;
}

.igoto-c-oem-desc {
	margin-top: .22rem;
	color: #66716c;
	line-height: 1.55;
}

.igoto-c-oem-steps {
	display: flex;
	gap: .08rem;
	margin: .28rem 0 .34rem;
}

.igoto-c-oem-steps span {
	padding: .1rem .14rem;
	border-radius: 50%;
	background: #fff;
	color: #335044;
}

.igoto-c-news {
	background: #f5f4ef;
}

.igoto-c-news-intro {
	max-width: 8rem;
	margin-bottom: .4rem;
}

.igoto-c-news-layout {
	display: grid;
	grid-template-columns: 1.3fr .85fr .85fr;
	gap: .2rem;
}

.igoto-c-news-card {
	min-height: 3.6rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	padding: .3rem;
	border: 1px solid rgba(17, 32, 26, .12);
	border-radius: .22rem .04rem .22rem .04rem;
	background: #fff;
}

.igoto-c-news-card:first-child {
	min-height: 4.4rem;
	color: #fff;
	background: var(--igoto-c-green);
}

.igoto-c-news-card:hover {
	transform: translateY(-.06rem) rotate(-.3deg);
	box-shadow: 0 .18rem .4rem rgba(24, 46, 36, .12);
}

.igoto-c-news-card time {
	color: var(--igoto-c-green);
}

.igoto-c-news-card:first-child time,
.igoto-c-news-card:first-child>span {
	color: #a5efc7;
}

.igoto-c-news-card h3 {
	margin-top: .12rem;
	line-height: 1.2;
}

.igoto-c-news-card>div {
	margin-top: .13rem;
	color: #6b756f;
	line-height: 1.5;
}

.igoto-c-news-card:first-child>div {
	color: rgba(255, 255, 255, .72);
}

.igoto-c-news-card>span {
	margin-top: .25rem;
	color: var(--igoto-c-green);
	font-weight: 700;
}

.igoto-c-contact {
	background: #101e18;
	color: #fff;
}

.igoto-c-contact-layout {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: .7rem;
	align-items: center;
}

.igoto-c-contact-mark {
	font-family: "RB";
	font-size: 2.2rem;
	line-height: .8;
	letter-spacing: -.1em;
	color: rgba(255, 255, 255, .06);
}

.igoto-c-contact-copy>div:nth-of-type(2) {
	margin-top: .22rem;
	max-width: 7rem;
	color: rgba(255, 255, 255, .65);
	line-height: 1.55;
}

.igoto-c-contact-copy .igoto-c-btn {
	margin-top: .3rem;
}

/* Page-local header/footer brand alignment for desktop preview */
body:has(.igoto-home) {
	--theme-color: #009646;
	--theme-color-rgb: 0, 150, 70;
	--swiper-theme-color: #009646;
	--sec-theme-color: #16b870;
}

body:has(.igoto-home) .Header-wrapper {
	border-bottom: 1px solid rgba(20, 45, 33, .08);
}

body:has(.igoto-home) .Header-container {
	width: 16rem;
}

body:has(.igoto-home) .Header-container .logo img:first-child {
	display: none;
}

body:has(.igoto-home) .Header-container .logo a {
	color: #17211d;
	font-size: 0;
}

@media all and (min-width:1000px) {
	.Header-wrapper.white_bg {
		background: #fff;
		border-bottom: .01rem solid #e2e9e5;
		box-shadow: 0 .04rem .18rem rgba(17, 42, 30, .06);
	}

	.Header-wrapper.white_bg .Header-container {
		height: 1rem;
	}

	.Header-wrapper.white_bg .Header-container .logo a img {
		height: .48rem;
	}

	.Header-wrapper.white_bg .Header-container .fr {
		flex: 1;
		justify-content: flex-end;
		min-width: 0;
	}

	.Header-wrapper.white_bg .Header-container .c-nav {
		font-size: var(--f20);
		font-weight: 600;
	}

	.Header-wrapper.white_bg .Header-container .c-nav>li {
		margin-right: .42rem;
		line-height: 1rem;
	}

	.Header-wrapper.white_bg .Header-container .c-nav>li .c-title-box {
		position: relative;
		color: #17211d;
	}

	.Header-wrapper.white_bg .Header-container .c-nav>li .c-title-box:after {
		position: absolute;
		right: 0;
		bottom: .22rem;
		left: 0;
		height: .02rem;
		border-radius: .02rem;
		background: var(--theme-color);
		content: '';
		transform: scaleX(0);
		transform-origin: right center;
		transition: transform .3s ease;
	}

	.Header-wrapper.white_bg .Header-container .c-nav>li.active .c-title-box:after,
	.Header-wrapper.white_bg .Header-container .c-nav>li:hover .c-title-box:after {
		transform: scaleX(1);
		transform-origin: left center;
	}

	.Header-wrapper.white_bg .Header-container .tool {
		gap: .12rem;
		color: #17211d;
	}

	.Header-wrapper.white_bg .Header-container .tool .igoto-header-search {
		display: flex;
		align-items: center;
		justify-content: center;
		width: .5rem;
		height: .5rem;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #eef6f2;
		color: #176a49;
		cursor: pointer;
		transition: background-color .25s ease, color .25s ease, transform .25s ease;
	}

	.Header-wrapper.white_bg .Header-container .tool .igoto-header-search i {
		font-size: var(--f22);
	}

	.Header-wrapper.white_bg .Header-container .tool .igoto-header-search:hover {
		background: #dcefe5;
		color: var(--theme-color);
		transform: translateY(-.02rem);
	}

	.Header-wrapper.white_bg .Header-container .igoto-header-cta {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: .1rem;
		height: .5rem;
		padding: 0 .24rem;
		border-radius: .08rem;
		background: var(--theme-color);
		color: #fff;
		font-weight: 700;
		white-space: nowrap;
		transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
	}

	.Header-wrapper.white_bg .Header-container .igoto-header-cta:hover {
		background: #007f3c;
		color: #fff;
		box-shadow: 0 .1rem .24rem rgba(0, 150, 70, .22);
		transform: translateY(-.02rem);
	}
}

body:has(.igoto-home) .Footer-wrapper.igoto-footer-wrap {
	background: #414141;
}

/* IGOTO homepage two-draft styling. Desktop composition uses the existing 16rem shell. */
.igoto-home-new {
	--igoto-ink: #17211d;
	--igoto-green: #009646;
	--igoto-orange: #f1732c;
	--igoto-line: rgba(23, 33, 29, .13);
	background: #fff;
	color: var(--igoto-ink)
}

.igoto-home-new .igoto-home-draft {
	display: none
}

.igoto-home-new .igoto-home-draft.is-active {
	display: block
}

.igoto-home-new .igoto-home-shell {
	width: 16rem;
	margin: 0 auto
}

.igoto-home-new .igoto-home-section {
	position: relative;
	overflow: visible
}

.igoto-home-new .igoto-home-section h1,
.igoto-home-new .igoto-home-section h2,
.igoto-home-new .igoto-home-section h3 {
	/* margin: 0; */
	font-family: "RB", "popR", Arial, sans-serif;
	font-weight: 700
}

.igoto-home-new .igoto-home-section div,
.igoto-home-new .igoto-home-section span,
.igoto-home-new .igoto-home-section strong {
	line-height: 1.45
}

.igoto-home-new .igoto-home-eyebrow {
	display: flex;
	align-items: center;
	gap: .1rem;
	color: var(--igoto-green);
	font-weight: 700;
	letter-spacing: .08em
}

.igoto-home-new .igoto-home-eyebrow:before {
	width: .25rem;
	height: .02rem;
	background: currentColor;
	content: ""
}

.igoto-home-new .igoto-home-section-title {
	max-width: 10.8rem;
	margin-top: .18rem;
	line-height: 1.08
}

.igoto-home-new .igoto-home-section-description {
	max-width: 8rem;
	margin-top: .24rem;
	color: #59645f
}

.igoto-home-new .igoto-home-section-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: .6rem
}

.igoto-home-new .igoto-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .14rem;
	min-height: .52rem;
	padding: 0 .25rem;
	border: .01rem solid transparent;
	border-radius: .05rem;
	font-weight: 700;
	transition: transform .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease
}

.igoto-home-new .igoto-home-button:hover {
	transform: translateY(-.04rem);
	box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .16)
}

.igoto-home-new .igoto-home-button-primary {
	background: var(--igoto-green);
	color: #fff
}

.igoto-home-new .igoto-home-button-primary:hover {
	background: #007c3a;
	color: #fff
}

.igoto-home-new .igoto-home-button-light {
	border-color: rgba(255, 255, 255, .65);
	color: #fff
}

.igoto-home-new .igoto-home-button-light:hover {
	background: #fff;
	color: var(--igoto-ink)
}

.igoto-home-new .igoto-home-text-button {
	display: inline-flex;
	align-items: center;
	gap: .14rem;
	color: var(--igoto-ink);
	font-weight: 700;
	transition: color .25s ease, transform .25s ease
}

.igoto-home-new .igoto-home-text-button:hover {
	color: var(--igoto-green);
	transform: translateX(.04rem)
}

.igoto-home-new .igoto-home-draft-switch {
	position: fixed;
	right: .24rem;
	bottom: .24rem;
	z-index: 100;
	display: flex;
	gap: .04rem;
	padding: .05rem;
	border: .01rem solid rgba(255, 255, 255, .3);
	border-radius: .08rem;
	background: rgba(14, 25, 20, .92);
	box-shadow: 0 .1rem .32rem rgba(0, 0, 0, .25)
}

.igoto-home-new .igoto-home-draft-button {
	min-width: 1.06rem;
	height: .4rem;
	border: 0;
	border-radius: .04rem;
	background: transparent;
	color: rgba(255, 255, 255, .72);
	cursor: pointer;
	transition: background .25s ease, color .25s ease
}

.igoto-home-new .igoto-home-draft-button:hover,
.igoto-home-new .igoto-home-draft-button.is-active {
	background: #fff;
	color: var(--igoto-ink)
}

/* Draft A: dark manufacturing gallery */
.igoto-home-new .igoto-a-hero {
	min-height: 8.3rem;
	background: #151c19;
	color: #fff
}

.igoto-home-new .igoto-a-hero-swiper,
.igoto-home-new .igoto-a-hero-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%
}

.igoto-home-new .igoto-a-hero-swiper .swiper-wrapper,
.igoto-home-new .igoto-a-hero-swiper .swiper-slide {
	height: 100%;
}

.igoto-home-new .igoto-a-hero-swiper .igoto-a-hero-slide {
	position: relative;
	overflow: hidden;
}

.igoto-home-new .igoto-a-hero-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

.igoto-home-new .igoto-a-hero-overlay {
	background: linear-gradient(90deg, rgba(8, 14, 12, .94) 0%, rgba(8, 14, 12, .77) 34%, rgba(8, 14, 12, .1) 70%)
}

.igoto-home-new .igoto-a-hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 8.3rem;
	padding: 1rem 0 .75rem
}

.igoto-home-new .igoto-a-hero-copy {
	max-width: 8.2rem
}

.igoto-home-new .igoto-a-hero-title {
	max-width: 7.2rem;
	margin-top: .18rem;
	line-height: 1.04
}

.igoto-home-new .igoto-a-hero-description {
	max-width: 7.35rem;
	margin-top: .24rem;
	color: rgba(255, 255, 255, .78)
}

.igoto-home-new .igoto-a-hero-actions {
	display: flex;
	gap: .14rem;
	margin-top: .36rem
}

.igoto-home-new .igoto-a-hero-controls {
	position: absolute;
	z-index: 3;
	top: 50%;
	right: .28rem;
	left: .28rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: none;
	transform: translateY(-50%);
}

.igoto-home-new .igoto-a-hero-controls button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: .56rem;
	height: .56rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .16);
	-webkit-backdrop-filter: blur(.08rem);
	backdrop-filter: blur(.08rem);
	color: #fff;
	cursor: pointer;
	pointer-events: auto;
	transition: background-color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.igoto-home-new .igoto-a-hero-controls button i {
	font-size: var(--f30);
}

.igoto-home-new .igoto-a-hero-controls button:hover {
	background: var(--igoto-green);
	transform: scale(1.06);
	box-shadow: 0 .12rem .28rem rgba(0, 0, 0, .22);
}

.igoto-home-new .igoto-a-hero-points {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: .16rem;
	margin-top: .72rem
}

.igoto-home-new .igoto-a-hero-point {
	display: flex;
	gap: .12rem;
	align-items: flex-start;
	padding: .16rem 0;
	color: rgba(255, 255, 255, .78);
	border-bottom: .01rem solid rgba(255, 255, 255, .2)
}

.igoto-home-new .igoto-a-hero-point i {
	margin-top: .03rem;
	color: #79e29d
}

.igoto-home-new .igoto-a-standard-layout {
	display: grid;
	grid-template-columns: 4.35rem 1fr;
	gap: .6rem;
	margin-top: .56rem
}

.igoto-home-new .igoto-a-standard-index {
	display: flex;
	flex-direction: column;
	border-top: .01rem solid var(--igoto-line)
}

.igoto-home-new .igoto-a-standard-tab {
	display: grid;
	grid-template-columns: .45rem 1fr .24rem;
	gap: .14rem;
	align-items: center;
	min-height: 1.15rem;
	padding: .16rem 0;
	border: 0;
	border-bottom: .01rem solid var(--igoto-line);
	background: transparent;
	color: var(--igoto-ink);
	text-align: left;
	cursor: pointer;
	transition: padding .25s ease, color .25s ease
}

.igoto-home-new .igoto-a-standard-tab:hover,
.igoto-home-new .igoto-a-standard-tab.is-active {
	padding-left: .12rem;
	color: var(--igoto-green)
}

.igoto-home-new .igoto-a-standard-tab small {
	display: block;
	margin-top: .04rem;
	color: #78807d
}

.igoto-home-new .igoto-a-standard-icon {
	display: grid;
	width: .4rem;
	height: .4rem;
	place-items: center;
	border-radius: 50%;
	background: #edf6f0
}

.igoto-home-new .igoto-a-standard-icon img {
	width: .2rem;
	height: .2rem
}

.igoto-home-new .igoto-a-standard-stage {
	min-height: 4.05rem;
	background: linear-gradient(135deg, #edf5ef 0%, #fff 100%)
}

.igoto-home-new .igoto-a-standard-card {
	display: none;
	grid-template-columns: 1fr 1fr;
	min-height: 4.05rem
}

.igoto-home-new .igoto-a-standard-card.is-active {
	display: grid;
	animation: igotoFadeUp .45s ease both
}

.igoto-home-new .igoto-a-standard-product {
	display: grid;
	place-items: center;
	padding: .42rem
}

.igoto-home-new .igoto-a-standard-product img {
	object-fit: contain
}

.igoto-home-new .igoto-a-standard-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: .22rem;
	padding: .52rem .54rem .52rem 0;
	color: #57615c
}

.igoto-home-new .igoto-a-standard-copy h3 {
	color: var(--igoto-ink);
	line-height: 1.14
}

.igoto-home-new .igoto-a-portfolio {
	background: #f5f7f6
}

.igoto-home-new .igoto-a-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .18rem;
	margin-top: .55rem
}

.igoto-home-new .igoto-a-portfolio-card {
	min-height: 3.8rem;
	padding: .38rem;
	border-radius: .06rem;
	background: #fff;
	transition: transform .3s ease, box-shadow .3s ease
}

.igoto-home-new .igoto-a-portfolio-card:hover {
	z-index: 1;
	transform: translateY(-.06rem);
	box-shadow: 0 .18rem .36rem rgba(23, 33, 29, .12)
}

.igoto-home-new .igoto-a-portfolio-card-highlight {
	background: #173c2c;
	color: #fff
}

.igoto-home-new .igoto-a-portfolio-card-icon {
	display: grid;
	width: .48rem;
	height: .48rem;
	place-items: center;
	border-radius: 50%;
	background: #eaf5ed;
	color: var(--igoto-green)
}

.igoto-home-new .igoto-a-portfolio-card-highlight .igoto-a-portfolio-card-icon {
	background: #2a6e4e;
	color: #fff
}

.igoto-home-new .igoto-a-portfolio-card h3 {
	margin-top: .25rem;
	line-height: 1.1
}

.igoto-home-new .igoto-a-portfolio-description {
	min-height: .84rem;
	margin-top: .14rem;
	color: #68726d
}

.igoto-home-new .igoto-a-portfolio-card-highlight .igoto-a-portfolio-description {
	color: rgba(255, 255, 255, .72)
}

.igoto-home-new .igoto-a-portfolio-list,
.igoto-home-new .igoto-a-featured-tags {
	display: flex;
	flex-wrap: wrap;
	gap: .08rem;
	margin-top: .24rem
}

.igoto-home-new .igoto-a-portfolio-list span,
.igoto-home-new .igoto-a-featured-tags span {
	padding: .07rem .1rem;
	border-radius: .03rem;
	background: #eff4f1;
	color: #415049
}

.igoto-home-new .igoto-a-portfolio-card-highlight .igoto-a-portfolio-list span {
	background: rgba(255, 255, 255, .12);
	color: #d9efe0
}

.igoto-home-new .igoto-a-about-grid {
	display: grid;
	grid-template-columns: 1fr .88fr;
	gap: .7rem;
	align-items: center
}

.igoto-home-new .igoto-a-about-media {
	position: relative
}

.igoto-home-new .igoto-a-about-media img,
.igoto-home-new .igoto-a-manufacturing-visual img,
.igoto-home-new .igoto-a-oem-media img {
	object-fit: cover
}

.igoto-home-new .igoto-a-about-points {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .14rem .24rem;
	margin-top: .3rem
}

.igoto-home-new .igoto-a-about-points span {
	display: flex;
	gap: .08rem;
	color: #3c4b43
}

.igoto-home-new .igoto-a-about-points i {
	margin-top: .04rem;
	color: var(--igoto-green)
}

.igoto-home-new .igoto-a-partners {
	display: grid;
	grid-template-columns: 3.1rem 1fr;
	gap: .55rem;
	align-items: center;
	margin-top: .65rem;
	padding-top: .48rem;
	border-top: .01rem solid var(--igoto-line)
}

.igoto-home-new .igoto-a-partners-copy div {
	margin-top: .12rem;
	color: #65706a
}

.igoto-home-new .igoto-a-partners-logos,
.igoto-home-new .igoto-b-partners-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .16rem .24rem
}

.igoto-home-new .igoto-a-partners-logos img,
.igoto-home-new .igoto-b-partners-logos img {
	width: 1.15rem;
	max-height: .36rem;
	object-fit: contain;
	filter: grayscale(1);
	opacity: .72;
	transition: filter .25s ease, opacity .25s ease
}

.igoto-home-new .igoto-a-partners-logos img:hover,
.igoto-home-new .igoto-b-partners-logos img:hover {
	filter: none;
	opacity: 1
}

.igoto-home-new .igoto-a-partners-logos span,
.igoto-home-new .igoto-b-partners-logos span {
	color: #536059;
	font-weight: 700
}

.igoto-home-new .igoto-a-manufacturing {
	background: #111a16;
	color: #fff
}

.igoto-home-new .igoto-a-manufacturing .igoto-home-section-description {
	color: rgba(255, 255, 255, .65)
}

.igoto-home-new .igoto-a-manufacturing-intro {
	display: grid;
	grid-template-columns: 1fr .76fr;
	gap: .65rem;
	align-items: end
}

.igoto-home-new .igoto-a-manufacturing-visual {
	height: 2.55rem;
	overflow: hidden
}

.igoto-home-new .igoto-a-data-grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	margin-top: .55rem;
	border-top: .01rem solid rgba(255, 255, 255, .21);
	border-bottom: .01rem solid rgba(255, 255, 255, .21)
}

.igoto-home-new .igoto-a-data-grid div {
	min-height: 1.25rem;
	padding: .22rem .12rem;
	border-right: .01rem solid rgba(255, 255, 255, .17)
}

.igoto-home-new .igoto-a-data-grid div:last-child {
	border-right: 0
}

.igoto-home-new .igoto-a-data-grid strong,
.igoto-home-new .igoto-a-data-grid span {
	display: block
}

.igoto-home-new .igoto-a-data-grid strong {
	color: #fff;
	white-space: nowrap;
	line-height: 1.08
}

.igoto-home-new .igoto-a-data-grid span {
	margin-top: .09rem;
	color: rgba(255, 255, 255, .6)
}

.igoto-home-new .igoto-a-process-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: .52rem
}

.igoto-home-new .igoto-a-process-controls {
	display: flex;
	gap: .08rem
}

.igoto-home-new .igoto-a-process-controls button {
	display: grid;
	width: .4rem;
	height: .4rem;
	place-items: center;
	border: .01rem solid rgba(255, 255, 255, .4);
	border-radius: .04rem;
	background: transparent;
	color: #fff;
	cursor: pointer;
	transition: background .25s ease, color .25s ease
}

.igoto-home-new .igoto-a-process-controls button:hover {
	background: #fff;
	color: var(--igoto-ink)
}

.igoto-home-new .igoto-a-process-swiper {
	margin-top: .28rem;
	overflow: visible
}

.igoto-home-new .igoto-a-process-card {
	min-height: 2.2rem;
	padding: .26rem .22rem;
	background: #192821;
	color: rgba(255, 255, 255, .66)
}

.igoto-home-new .igoto-a-process-card>span {
	color: #75dc98;
	font-weight: 700
}

.igoto-home-new .igoto-a-process-card h3 {
	margin-top: .22rem;
	color: #fff;
	line-height: 1.12
}

.igoto-home-new .igoto-a-process-card>div {
	margin-top: .14rem
}

.igoto-home-new .igoto-a-oem {
	z-index: 1;
	background: radial-gradient(circle at 10% 18%, rgba(0, 150, 70, .12), transparent 2.8rem), linear-gradient(135deg, #eef5f0 0%, #f8faf8 58%, #edf3ef 100%)
}

.igoto-home-new .igoto-a-oem-stage {
	position: relative;
	min-height: 8.25rem
}

.igoto-home-new .igoto-a-oem-media {
	position: relative;
	width: 11.55rem;
	border-radius: .28rem .08rem .28rem .08rem;
	background: var(--igoto-green);
	overflow: hidden;
	box-shadow: 0 .24rem .55rem rgba(20, 48, 35, .16)
}

.igoto-home-new .igoto-a-oem-media:after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(13, 38, 27, 0) 45%, rgba(13, 38, 27, .12) 72%, rgba(13, 38, 27, .46) 100%);
	pointer-events: none;
	content: ""
}

.igoto-home-new .igoto-a-oem-media img {
	object-position: 42% center;
	transition: transform .8s cubic-bezier(.2, .7, .2, 1), filter .5s ease
}

.igoto-home-new .igoto-a-oem-media:hover img {
	transform: scale(1.035);
	filter: saturate(1.05)
}

.igoto-home-new .igoto-a-oem-copy {
	position: absolute;
	z-index: 2;
	top: .42rem;
	right: 0;
	width: 7.12rem;
	min-height: 7.4rem;
	padding: .52rem .52rem .46rem;
	border-radius: .1rem .34rem .1rem .34rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 .26rem .65rem rgba(15, 42, 29, .2)
}

.igoto-home-new .igoto-a-oem-copy .igoto-home-eyebrow,
.igoto-home-new .igoto-a-oem-copy .igoto-home-section-title,
.igoto-home-new .igoto-a-oem-copy .igoto-home-section-description,
.igoto-home-new .igoto-a-oem-list {
	position: relative;
	z-index: 1
}

.igoto-home-new .igoto-a-oem-copy .igoto-home-section-title {
	max-width: 5.95rem
}

.igoto-home-new .igoto-a-oem-copy .igoto-home-section-description {
	max-width: 6.05rem;
	margin-top: .2rem
}

.igoto-home-new .igoto-a-oem-list {
	margin-top: .3rem
}

.igoto-home-new .igoto-a-oem-list article {
	margin-top: .08rem;
	border-radius: .05rem .16rem .05rem .16rem;
	background: #f1f5f2;
	transition: background .3s ease
}

.igoto-home-new .igoto-a-oem-list article:first-child {
	margin-top: 0
}

.igoto-home-new .igoto-a-oem-list article:hover {
	z-index: 1;
	background: #eaf3ed
}

.igoto-home-new .igoto-a-oem-list article.is-active {
	background: var(--igoto-green);
	box-shadow: none
}

.igoto-home-new .igoto-a-oem-list button {
	display: grid;
	grid-template-columns: .46rem 1fr .26rem;
	gap: .13rem;
	align-items: center;
	width: 100%;
	min-height: .68rem;
	padding: .1rem .15rem;
	border: 0;
	background: transparent;
	color: var(--igoto-ink);
	text-align: left;
	cursor: pointer;
	transition: color .3s ease
}

.igoto-home-new .igoto-a-oem-list button:focus-visible {
	outline: .03rem solid var(--igoto-orange);
	outline-offset: .02rem
}

.igoto-home-new .igoto-a-oem-list .igoto-a-oem-icon {
	display: grid;
	width: .43rem;
	height: .43rem;
	place-items: center;
	border-radius: .11rem;
	background: #fff;
	color: var(--igoto-green);
	box-shadow: 0 .05rem .14rem rgba(20, 55, 38, .09);
	transition: background .3s ease, color .3s ease, transform .3s ease
}

.igoto-home-new .igoto-a-oem-list .igoto-a-oem-icon svg {
	width: .26rem;
	height: .26rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round
}

.igoto-home-new .igoto-a-oem-list .igoto-a-oem-icon img {
	display: block;
	width: .29rem;
	height: .29rem;
	object-fit: contain;
}

.igoto-home-new .igoto-a-oem-list article:hover .igoto-a-oem-icon {
	transform: none
}

.igoto-home-new .igoto-a-oem-list .igoto-a-oem-toggle {
	position: relative;
	width: .22rem;
	height: .22rem;
	justify-self: end;
	color: var(--igoto-green)
}

.igoto-home-new .igoto-a-oem-list .igoto-a-oem-toggle:before,
.igoto-home-new .igoto-a-oem-list .igoto-a-oem-toggle:after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: .16rem;
	height: .02rem;
	border-radius: .02rem;
	background: currentColor;
	content: "";
	transition: transform .3s ease, opacity .3s ease
}

.igoto-home-new .igoto-a-oem-list .igoto-a-oem-toggle:before {
	transform: translate(-50%, -50%)
}

.igoto-home-new .igoto-a-oem-list .igoto-a-oem-toggle:after {
	transform: translate(-50%, -50%) rotate(90deg)
}

.igoto-home-new .igoto-a-oem-list article>div {
	display: none;
	padding: 0 .18rem .2rem .7rem;
	color: rgba(255, 255, 255, .9)
}

.igoto-home-new .igoto-a-oem-list article.is-active>div {
	display: block;
	animation: igotoFadeUp .35s ease both
}

.igoto-home-new .igoto-a-oem-list article.is-active button {
	color: #fff
}

.igoto-home-new .igoto-a-oem-list article.is-active .igoto-a-oem-icon {
	background: #fff;
	color: var(--igoto-green)
}

.igoto-home-new .igoto-a-oem-list article.is-active .igoto-a-oem-toggle {
	color: #7fe5a3
}

.igoto-home-new .igoto-a-oem-list article.is-active .igoto-a-oem-toggle:after {
	opacity: 0;
	transform: translate(-50%, -50%)
}

.igoto-home-new .igoto-a-featured-tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .02rem;
	margin-top: .5rem;
	background: #edf2ee
}

.igoto-home-new .igoto-a-featured-tabs button {
	height: .62rem;
	border: 0;
	background: transparent;
	color: #4e5c54;
	cursor: pointer;
	transition: background .25s ease, color .25s ease
}

.igoto-home-new .igoto-a-featured-tabs button i {
	margin-right: .09rem
}

.igoto-home-new .igoto-a-featured-tabs button:hover,
.igoto-home-new .igoto-a-featured-tabs button.is-active {
	background: #173c2c;
	color: #fff
}

.igoto-home-new .igoto-a-featured-panel {
	display: none;
	grid-template-columns: 3.1rem 1fr;
	gap: .45rem;
	margin-top: .34rem;
	padding: .38rem;
	background: #f5f7f6
}

.igoto-home-new .igoto-a-featured-panel.is-active {
	display: grid;
	animation: igotoFadeUp .4s ease both
}

.igoto-home-new .igoto-a-featured-panel-copy>div {
	margin-top: .14rem;
	color: #637068
}

.igoto-home-new .igoto-a-featured-tags span {
	background: #e3eee6;
	color: #38604a
}

.igoto-home-new .igoto-a-product-swiper {
	min-width: 0
}

.igoto-home-new .igoto-a-product-card {
	display: block;
	padding: .16rem;
	background: #fff;
	color: var(--igoto-ink);
	transition: transform .25s ease, box-shadow .25s ease
}

.igoto-home-new .igoto-a-product-card:hover {
	transform: translateY(-.05rem);
	box-shadow: 0 .12rem .24rem rgba(0, 0, 0, .1)
}

.igoto-home-new .igoto-a-product-image {
	height: 1.45rem
}

.igoto-home-new .igoto-a-product-image img,
.igoto-home-new .igoto-a-data-product-stage img {
	object-fit: contain
}

.igoto-home-new .igoto-a-product-card h3 {
	margin-top: .12rem;
	line-height: 1.18
}

.igoto-home-new .igoto-a-data-product-stage {
	display: grid;
	max-width: 3rem;
	min-height: 2.5rem;
	place-items: center;
	background: #fff
}

.igoto-home-new .igoto-a-insights {
	background: #f6f8f7
}

.igoto-home-new .igoto-a-insights-grid {
	display: grid;
	grid-template-columns: .82fr 1.18fr;
	gap: .7rem;
	align-items: center
}

.igoto-home-new .igoto-a-insights-product {
	min-height: 3.5rem;
	background: #fff
}

.igoto-home-new .igoto-a-insights-product img {
	object-fit: contain
}

.igoto-home-new .igoto-a-insights-list {
	margin-top: .32rem;
	border-top: .01rem solid var(--igoto-line)
}

.igoto-home-new .igoto-a-insights-list a {
	display: grid;
	grid-template-columns: 1fr .28rem;
	gap: .2rem;
	align-items: center;
	min-height: .65rem;
	border-bottom: .01rem solid var(--igoto-line);
	color: var(--igoto-ink);
	transition: padding .25s ease, color .25s ease
}

.igoto-home-new .igoto-a-insights-list a i {
	justify-self: end;
	color: var(--igoto-green)
}

.igoto-home-new .igoto-a-insights-list a:hover {
	padding-left: .1rem;
	color: var(--igoto-green)
}

.igoto-home-new .igoto-a-rfq {
	background: #101914;
	color: #fff
}

.igoto-home-new .igoto-home-rfq-layout {
	display: grid;
	grid-template-columns: .74fr 1.26fr;
	gap: .65rem;
	align-items: center
}

.igoto-home-new .igoto-home-rfq-layout .igoto-home-section-description {
	color: rgba(255, 255, 255, .68)
}

.igoto-home-new .igoto-home-rfq-support {
	display: flex;
	gap: .12rem;
	margin-top: .32rem;
	color: #a9c2b1
}

.igoto-home-new .igoto-home-rfq-support i {
	margin-top: .04rem;
	color: #76db98
}

.igoto-home-new .igoto-home-rfq-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .14rem .18rem;
	padding: .34rem;
	border-radius: .06rem;
	background: #fff;
	color: var(--igoto-ink)
}

.igoto-home-new .igoto-home-rfq-form label {
	display: block;
	color: #34423a;
	font-weight: 700
}

.igoto-home-new .igoto-home-rfq-form input,
.igoto-home-new .igoto-home-rfq-form select,
.igoto-home-new .igoto-home-rfq-form textarea {
	width: 100%;
	margin-top: .08rem;
	padding: .1rem .12rem;
	border: .01rem solid #d9e2dc;
	border-radius: .03rem;
	background: #fff;
	color: var(--igoto-ink);
	font: inherit;
	font-weight: 400;
	outline: 0;
	transition: border-color .25s ease, box-shadow .25s ease
}

.igoto-home-new .igoto-home-rfq-form input,
.igoto-home-new .igoto-home-rfq-form select {
	height: .42rem
}

.igoto-home-new .igoto-home-rfq-form textarea {
	resize: vertical
}

.igoto-home-new .igoto-home-rfq-form input:focus,
.igoto-home-new .igoto-home-rfq-form select:focus,
.igoto-home-new .igoto-home-rfq-form textarea:focus {
	border-color: var(--igoto-green);
	box-shadow: 0 0 0 .03rem rgba(0, 150, 70, .12)
}

.igoto-home-new .igoto-home-rfq-wide {
	grid-column: 1/-1
}

.igoto-home-new .igoto-home-rfq-form .igoto-home-button {
	justify-self: end;
	grid-column: 1/-1
}

/* Draft B: bright industrial editorial */
.igoto-home-new .igoto-home-draft-b {
	--igoto-ink: #142c35;
	--igoto-green: #008b52;
	--igoto-orange: #f1732c;
	background: #fff
}

.igoto-home-new .igoto-b-hero {
	min-height: 0;
	padding: 1.28rem 0 .78rem;
	background: #edf4f0;
	color: var(--igoto-ink)
}

.igoto-home-new .igoto-b-hero-grid {
	display: grid;
	grid-template-columns: 1.02fr .98fr;
	gap: .6rem;
	align-items: center
}

.igoto-home-new .igoto-b-hero-copy {
	width: auto;
	padding: .25rem 0
}

.igoto-home-new .igoto-b-hero-title {
	max-width: 7.4rem;
	margin-top: .17rem;
	color: var(--igoto-ink);
	line-height: 1.03
}

.igoto-home-new .igoto-b-hero-description {
	max-width: 7.2rem;
	margin-top: .26rem;
	color: #52635e
}

.igoto-home-new .igoto-b-hero-actions {
	display: flex;
	gap: .22rem;
	align-items: center;
	margin-top: .35rem
}

.igoto-home-new .igoto-b-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: .1rem .18rem;
	margin-top: .45rem
}

.igoto-home-new .igoto-b-hero-points span {
	display: flex;
	gap: .08rem;
	align-items: flex-start;
	max-width: 2.52rem;
	color: #40534b
}

.igoto-home-new .igoto-b-hero-points i {
	margin-top: .04rem;
	color: var(--igoto-green)
}

.igoto-home-new .igoto-b-hero-media {
	position: relative;
	inset: auto;
	width: auto;
	height: auto;
	overflow: hidden
}

.igoto-home-new .igoto-b-hero-media img {
	object-fit: cover
}

.igoto-home-new .igoto-b-hero-stamp {
	position: absolute;
	right: .18rem;
	bottom: .18rem;
	padding: .13rem .14rem;
	background: var(--igoto-orange);
	color: #fff;
	font-weight: 700;
	line-height: 1.1
}

.igoto-home-new .igoto-b-standards-grid {
	display: grid;
	grid-template-columns: .75fr 1.05fr .62fr;
	gap: .36rem;
	align-items: start
}

.igoto-home-new .igoto-b-standards-copy .igoto-home-section-title {
	max-width: 4.7rem
}

.igoto-home-new .igoto-b-standards-copy .igoto-home-section-description {
	max-width: 4.5rem
}

.igoto-home-new .igoto-b-standards-accordion {
	border-top: .01rem solid var(--igoto-line)
}

.igoto-home-new .igoto-b-standards-accordion article {
	border-bottom: .01rem solid var(--igoto-line)
}

.igoto-home-new .igoto-b-standards-accordion button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-height: .63rem;
	padding: .1rem 0;
	border: 0;
	background: transparent;
	color: var(--igoto-ink);
	cursor: pointer;
	text-align: left
}

.igoto-home-new .igoto-b-standards-accordion button span {
	display: flex;
	align-items: center;
	gap: .12rem
}

.igoto-home-new .igoto-b-standards-accordion button img {
	width: .24rem;
	height: .24rem
}

.igoto-home-new .igoto-b-standards-accordion button i {
	transition: transform .25s ease, color .25s ease
}

.igoto-home-new .igoto-b-standards-accordion article.is-active button {
	color: var(--igoto-green)
}

.igoto-home-new .igoto-b-standards-accordion article.is-active button i {
	transform: rotate(45deg)
}

.igoto-home-new .igoto-b-standards-body {
	display: none;
	padding: 0 .1rem .18rem .36rem;
	color: #5f6e67
}

.igoto-home-new .igoto-b-standards-accordion article.is-active .igoto-b-standards-body {
	display: block
}

.igoto-home-new .igoto-b-standards-stage {
	position: relative;
	display: grid;
	min-height: 3.2rem;
	place-items: center;
	background: #f3f6f4;
	overflow: hidden
}

.igoto-home-new .igoto-b-standards-stage:after {
	position: absolute;
	right: -.48rem;
	top: -.48rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: #d9eadf;
	content: ""
}

.igoto-home-new .igoto-b-standards-stage img {
	position: relative;
	z-index: 1;
	display: none;
	width: 88%;
	height: 88%;
	object-fit: contain
}

.igoto-home-new .igoto-b-standards-stage img.is-active {
	display: block;
	animation: igotoFadeUp .36s ease both
}

.igoto-home-new .igoto-b-portfolio {
	background: #132f37;
	color: #fff
}

.igoto-home-new .igoto-b-portfolio .igoto-home-section-description {
	color: rgba(255, 255, 255, .65)
}

.igoto-home-new .igoto-b-portfolio-layout {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: .55rem
}

.igoto-home-new .igoto-b-portfolio-column {
	min-height: 3.95rem;
	padding: .38rem;
	background: #1b424d;
	color: rgba(255, 255, 255, .72);
	transition: background .25s ease, transform .25s ease
}

.igoto-home-new .igoto-b-portfolio-column:hover {
	z-index: 1;
	transform: translateY(-.06rem);
	background: #246172
}

.igoto-home-new .igoto-b-portfolio-column-dark {
	background: #008b52
}

.igoto-home-new .igoto-b-portfolio-number {
	color: #9dcfb4;
	font-weight: 700;
	letter-spacing: .08em
}

.igoto-home-new .igoto-b-portfolio-column>i {
	display: block;
	margin-top: .24rem;
	color: #f1a83a;
	font-size: .28rem
}

.igoto-home-new .igoto-b-portfolio-column h3 {
	margin-top: .17rem;
	color: #fff
}

.igoto-home-new .igoto-b-portfolio-column>div:not(.igoto-b-portfolio-number) {
	margin-top: .12rem
}

.igoto-home-new .igoto-b-portfolio-column ul {
	display: flex;
	flex-wrap: wrap;
	gap: .06rem .12rem;
	margin-top: .2rem
}

.igoto-home-new .igoto-b-portfolio-column li:before {
	color: #f1a83a;
	content: "+ "
}

.igoto-home-new .igoto-b-about-layout {
	display: grid;
	grid-template-columns: 1fr .9fr;
	gap: .7rem;
	align-items: center
}

.igoto-home-new .igoto-b-about-points {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .1rem;
	margin-top: .32rem
}

.igoto-home-new .igoto-b-about-points span {
	padding: .11rem .13rem;
	background: #eff5f1;
	color: #355047
}

.igoto-home-new .igoto-b-about-points span:before {
	margin-right: .08rem;
	color: var(--igoto-green);
	content: "鉁?
}

.igoto-home-new .igoto-b-about-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .14rem
}

.igoto-home-new .igoto-b-about-photo:nth-child(2) {
	margin-top: .46rem
}

.igoto-home-new .igoto-b-about-photo img,
.igoto-home-new .igoto-b-process-media img {
	object-fit: cover
}

.igoto-home-new .igoto-b-partners {
	display: grid;
	grid-template-columns: 3rem 1fr;
	gap: .58rem;
	align-items: center;
	margin-top: .65rem;
	padding: .42rem 0;
	border-top: .01rem solid var(--igoto-line);
	border-bottom: .01rem solid var(--igoto-line)
}

.igoto-home-new .igoto-b-partners>div:first-child>div {
	margin-top: .12rem;
	color: #607068
}

.igoto-home-new .igoto-b-partners-logos {
	justify-content: flex-end
}

.igoto-home-new .igoto-b-manufacturing {
	background: #f4f7f5
}

.igoto-home-new .igoto-b-manufacturing-head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: .7rem;
	align-items: end
}

.igoto-home-new .igoto-b-data-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: .12rem;
	margin-top: .5rem
}

.igoto-home-new .igoto-b-data-grid div {
	display: grid;
	grid-template-columns: .34rem 1fr;
	column-gap: .12rem;
	align-items: center;
	min-height: .76rem;
	padding: .14rem;
	background: #fff;
	transition: transform .25s ease, box-shadow .25s ease
}

.igoto-home-new .igoto-b-data-grid div:hover {
	transform: translateY(-.04rem);
	box-shadow: 0 .1rem .2rem rgba(20, 44, 53, .1)
}

.igoto-home-new .igoto-b-data-grid i {
	grid-row: span 2;
	color: var(--igoto-green);
	font-size: .22rem
}

.igoto-home-new .igoto-b-data-grid strong {
	line-height: 1.08
}

.igoto-home-new .igoto-b-data-grid span {
	color: #64716b
}

.igoto-home-new .igoto-b-process-layout {
	display: grid;
	grid-template-columns: .62fr 1.38fr;
	gap: .58rem;
	align-items: start;
	margin-top: .62rem
}

.igoto-home-new .igoto-b-process-media {
	overflow: hidden
}

.igoto-home-new .igoto-b-process-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: .35rem;
	row-gap: .2rem
}

.igoto-home-new .igoto-b-process-list>h3 {
	grid-column: 1/-1
}

.igoto-home-new .igoto-b-process-list article {
	display: grid;
	grid-template-columns: .35rem 1fr;
	gap: .12rem;
	padding-top: .14rem;
	border-top: .01rem solid var(--igoto-line)
}

.igoto-home-new .igoto-b-process-list article>span {
	display: grid;
	width: .29rem;
	height: .29rem;
	place-items: center;
	border-radius: 50%;
	background: var(--igoto-green);
	color: #fff;
	font-weight: 700
}

.igoto-home-new .igoto-b-process-list article h3 {
	line-height: 1.16
}

.igoto-home-new .igoto-b-process-list article>div>div {
	margin-top: .07rem;
	color: #64716b
}

.igoto-home-new .igoto-b-oem-head {
	display: grid;
	grid-template-columns: 1fr .78fr;
	gap: .65rem;
	align-items: end
}

.igoto-home-new .igoto-b-oem-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: .12rem;
	margin-top: .5rem
}

.igoto-home-new .igoto-b-oem-grid article {
	min-height: 2.65rem;
	padding: .25rem;
	background: #eef5f0;
	transition: transform .25s ease, background .25s ease, box-shadow .25s ease
}

.igoto-home-new .igoto-b-oem-grid article:hover {
	z-index: 1;
	transform: translateY(-.06rem);
	background: #fff;
	box-shadow: 0 .14rem .28rem rgba(20, 44, 53, .13)
}

.igoto-home-new .igoto-b-oem-grid article i {
	color: var(--igoto-green);
	font-size: .25rem
}

.igoto-home-new .igoto-b-oem-grid article h3 {
	margin-top: .18rem;
	line-height: 1.14
}

.igoto-home-new .igoto-b-oem-grid article div {
	margin-top: .14rem;
	color: #5e6d65
}

.igoto-home-new .igoto-b-featured {
	background: #f7f9f8
}

.igoto-home-new .igoto-b-featured-top {
	display: grid;
	grid-template-columns: 1fr .86fr;
	gap: .6rem;
	align-items: end
}

.igoto-home-new .igoto-b-featured-tabs {
	display: flex;
	justify-content: flex-end;
	border-bottom: .01rem solid var(--igoto-line)
}

.igoto-home-new .igoto-b-featured-tabs button {
	min-height: .5rem;
	padding: 0 .14rem;
	border: 0;
	border-bottom: .03rem solid transparent;
	background: transparent;
	color: #69756f;
	cursor: pointer;
	transition: color .25s ease, border-color .25s ease
}

.igoto-home-new .igoto-b-featured-tabs button:hover,
.igoto-home-new .igoto-b-featured-tabs button.is-active {
	border-color: var(--igoto-orange);
	color: var(--igoto-ink)
}

.igoto-home-new .igoto-b-featured-panel {
	display: none;
	grid-template-columns: 2.55rem 1fr;
	gap: .45rem;
	align-items: center;
	margin-top: .45rem
}

.igoto-home-new .igoto-b-featured-panel.is-active {
	display: grid;
	animation: igotoFadeUp .4s ease both
}

.igoto-home-new .igoto-b-featured-copy ul {
	margin-top: .25rem;
	color: #567063
}

.igoto-home-new .igoto-b-featured-copy li {
	margin-top: .07rem
}

.igoto-home-new .igoto-b-featured-copy li:before {
	margin-right: .08rem;
	color: var(--igoto-orange);
	content: "/"
}

.igoto-home-new .igoto-b-product-swiper {
	min-width: 0
}

.igoto-home-new .igoto-b-product-card {
	display: block;
	padding: .16rem;
	background: #fff;
	color: var(--igoto-ink);
	transition: transform .25s ease, box-shadow .25s ease
}

.igoto-home-new .igoto-b-product-card:hover {
	transform: translateY(-.05rem);
	box-shadow: 0 .12rem .24rem rgba(20, 44, 53, .1)
}

.igoto-home-new .igoto-b-product-card .rect-100 {
	height: 1.55rem
}

.igoto-home-new .igoto-b-product-card img,
.igoto-home-new .igoto-b-data-product-stage img {
	object-fit: contain
}

.igoto-home-new .igoto-b-product-card h3 {
	margin-top: .1rem;
	line-height: 1.18
}

.igoto-home-new .igoto-b-data-product-stage {
	display: grid;
	width: 2.4rem;
	min-height: 2.25rem;
	place-items: center;
	background: #fff
}

.igoto-home-new .igoto-b-insights-top {
	display: grid;
	grid-template-columns: 1fr .8fr;
	gap: .65rem;
	align-items: end
}

.igoto-home-new .igoto-b-news-layout {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: .38rem;
	margin-top: .5rem
}

.igoto-home-new .igoto-b-news-main {
	position: relative;
	display: block;
	color: #fff;
	overflow: hidden
}

.igoto-home-new .igoto-b-news-main .rect-5625 {
	height: 3.3rem
}

.igoto-home-new .igoto-b-news-main img {
	object-fit: cover;
	transition: transform .65s ease
}

.igoto-home-new .igoto-b-news-main:hover img {
	transform: scale(1.04)
}

.igoto-home-new .igoto-b-news-main>div:last-child {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: .28rem;
	background: linear-gradient(transparent, rgba(11, 24, 19, .93))
}

.igoto-home-new .igoto-b-news-main span {
	color: #b9eccb;
	font-weight: 700;
	letter-spacing: .06em
}

.igoto-home-new .igoto-b-news-main h3 {
	max-width: 5.8rem;
	margin-top: .1rem;
	line-height: 1.14
}

.igoto-home-new .igoto-b-news-main i {
	position: absolute;
	right: .28rem;
	bottom: .3rem
}

.igoto-home-new .igoto-b-news-list {
	border-top: .01rem solid var(--igoto-line)
}

.igoto-home-new .igoto-b-news-list a {
	display: grid;
	grid-template-columns: 1fr .28rem;
	gap: .18rem;
	align-items: center;
	min-height: 1.1rem;
	border-bottom: .01rem solid var(--igoto-line);
	color: var(--igoto-ink);
	transition: color .25s ease, padding .25s ease
}

.igoto-home-new .igoto-b-news-list a i {
	justify-self: end;
	color: var(--igoto-green)
}

.igoto-home-new .igoto-b-news-list a:hover {
	padding-left: .1rem;
	color: var(--igoto-green)
}

.igoto-home-new .igoto-b-rfq {
	background: #f1732c
}

.igoto-home-new .igoto-b-rfq .igoto-home-eyebrow,
.igoto-home-new .igoto-b-rfq .igoto-home-rfq-support i {
	color: #fff
}

.igoto-home-new .igoto-b-rfq .igoto-home-eyebrow:before {
	background: #fff
}

.igoto-home-new .igoto-b-rfq .igoto-home-section-description,
.igoto-home-new .igoto-b-rfq .igoto-home-rfq-support {
	color: #fff5ef
}

.igoto-home-new .igoto-b-rfq .igoto-home-button-primary {
	background: #172f38
}

.igoto-home-new .igoto-b-rfq .igoto-home-button-primary:hover {
	background: #0b2028
}

@keyframes igotoFadeUp {
	from {
		opacity: 0;
		transform: translateY(.12rem)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@media (prefers-reduced-motion:reduce) {
	.igoto-home-new * {
		animation: none !important;
		transition: none !important
	}
}

@media (prefers-reduced-motion:reduce) {
	.igoto-home * {
		animation: none !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

.igoto-home-new .igoto-a-product-swiper,
.igoto-home-new .igoto-b-product-swiper {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden
}

.igoto-home-new .igoto-home-rfq-code {
	display: flex;
	align-items: flex-end;
	gap: .12rem
}

.igoto-home-new .igoto-home-rfq-code>span {
	display: flex;
	align-items: center;
	gap: .08rem;
	width: 100%
}

.igoto-home-new .igoto-home-rfq-code img {
	width: .9rem;
	height: .42rem;
	object-fit: cover;
	cursor: pointer
}

/* Draft A referenced sections: market standards, manufacturing and insights. */
.igoto-home-new .igoto-a-standard-heading-copy {
	width: 9.8rem;
	max-width: calc(100% - 1.4rem);
}

.igoto-home-new .igoto-a-standard-controls {
	display: flex;
	align-items: center;
	gap: .1rem;
	margin: 0;
}

.igoto-home-new .igoto-a-standard-controls button {
	display: flex;
	width: .48rem;
	height: .48rem;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: .01rem solid #cad5cf;
	border-radius: 50%;
	background: #fff;
	color: var(--igoto-ink);
	cursor: pointer;
	transition: color .3s ease, background .3s ease, border-color .3s ease, transform .3s ease;
}

.igoto-home-new .igoto-a-standard-controls button:hover {
	border-color: var(--igoto-green);
	background: var(--igoto-green);
	color: #fff;
	transform: translateY(-.03rem);
}

.igoto-home-new .igoto-a-standard-controls svg {
	width: .21rem;
	height: .21rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.igoto-home-new .igoto-a-standard-carousel {
	overflow: visible;
}

.igoto-home-new .igoto-a-standard-swiper {
	height: 5.2rem;
	overflow: visible;
}

.igoto-home-new .igoto-a-standard-swiper .swiper-wrapper {
	height: 100%;
}

.igoto-home-new .igoto-a-standard-card {
	position: relative;
	display: block;
	width: 21%;
	min-height: 0;
	height: 5.2rem;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: .14rem;
	background: #eef2ef;
	color: #fff;
	transition: width .55s cubic-bezier(.22, .8, .3, 1), box-shadow .4s ease, transform .4s ease;
}

.igoto-home-new .igoto-a-standard-card.is-active {
	display: block;
	width: 46%;
	animation: none;
	box-shadow: 0 .16rem .4rem rgba(20, 42, 31, .16);
}

.igoto-home-new .igoto-a-standard-media {
	position: absolute;
	inset: 0;
	background: #f7f8f7;
}

.igoto-home-new .igoto-a-standard-media img {
	width: 100%;
	height: 100%;
	padding: .35rem;
	object-fit: contain;
	transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.igoto-home-new .igoto-a-standard-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 25, 17, 0) 36%, rgba(8, 25, 17, .85) 100%);
	transition: background .35s ease;
}

.igoto-home-new .igoto-a-standard-copy {
	position: absolute;
	left: .3rem;
	right: .3rem;
	bottom: .28rem;
	display: block;
	padding: 0;
	color: #fff;
}

.igoto-home-new .igoto-a-standard-copy h3 {
	max-width: 5.2rem;
	color: #fff;
	line-height: 1.2;
}

.igoto-home-new .igoto-a-standard-description {
	max-width: 5.25rem;
	max-height: 0;
	margin-top: .14rem;
	overflow: hidden;
	color: rgba(255, 255, 255, .78);
	opacity: 0;
	transform: translateY(.12rem);
	transition: max-height .35s ease, opacity .35s ease, transform .35s ease;
}

.igoto-home-new .igoto-a-standard-card.is-active .igoto-a-standard-description {
	max-height: 1.5rem;
	opacity: 1;
	transform: none;
}

.igoto-home-new .igoto-a-standard-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	width: .44rem;
	height: .44rem;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .2);
	transition: background .3s ease, transform .3s ease;
}

.igoto-home-new .igoto-a-standard-arrow svg {
	width: .2rem;
	height: .2rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.igoto-home-new .igoto-a-standard-card:hover,
.igoto-home-new .igoto-a-standard-card:focus-visible {
	transform: translateY(-.04rem);
	box-shadow: 0 .2rem .48rem rgba(20, 42, 31, .2);
}

.igoto-home-new .igoto-a-standard-card:hover .igoto-a-standard-media img,
.igoto-home-new .igoto-a-standard-card.is-active .igoto-a-standard-media img {
	transform: scale(1.045);
}

.igoto-home-new .igoto-a-standard-card:hover .igoto-a-standard-arrow,
.igoto-home-new .igoto-a-standard-card:focus-visible .igoto-a-standard-arrow {
	background: var(--igoto-green);
	transform: translateX(.03rem);
}

.igoto-home-new .igoto-a-manufacturing {
	position: relative;
	overflow: hidden;
	background: #111a16;
	color: #fff;
}

.igoto-home-new .igoto-a-manufacturing-media {
	position: relative;
	overflow: hidden;
}

.igoto-home-new .igoto-a-manufacturing-media img {
	object-fit: cover;
	transition: opacity .35s ease, transform 1s ease;
}

.igoto-home-new .igoto-a-manufacturing:hover .igoto-a-manufacturing-media img {
	transform: scale(1.025);
}

.igoto-home-new .igoto-a-manufacturing-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 20, 14, .86), rgba(8, 20, 14, .44) 56%, rgba(8, 20, 14, .12)), linear-gradient(0deg, rgba(8, 20, 14, .68), transparent 54%);
}

.igoto-home-new .igoto-a-manufacturing-inner {
	position: absolute;
	inset: 0;
	padding-top: .82rem;
}

.igoto-home-new .igoto-a-manufacturing-copy {
	width: 8.4rem;
	max-width: 62%;
}

.igoto-home-new .igoto-a-manufacturing .igoto-home-eyebrow {
	color: var(--igoto-green);
}

.igoto-home-new .igoto-a-manufacturing .igoto-home-section-title {
	max-width: 8rem;
	color: #fff;
}

.igoto-home-new .igoto-a-manufacturing .igoto-a-manufacturing-lead {
	max-width: 7rem;
	margin-top: .45rem;
	color: #fff;
	line-height: 1.3;
}

.igoto-home-new .igoto-a-manufacturing-description {
	max-width: 7.3rem;
	margin-top: .14rem;
	color: rgba(255, 255, 255, .78);
}

.igoto-home-new .igoto-a-manufacturing-tabs {
	position: absolute;
	left: 0;
	right: 0;
	bottom: .34rem;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: .18rem;
}

.igoto-home-new .igoto-a-manufacturing-tab {
	display: grid;
	grid-template-columns: .34rem 1fr;
	gap: .12rem;
	align-items: center;
	min-height: .88rem;
	padding: .12rem 0;
	border: 0;
	border-bottom: .01rem solid rgba(255, 255, 255, .5);
	background: transparent;
	color: rgba(255, 255, 255, .72);
	text-align: left;
	cursor: pointer;
	transition: color .3s ease, border-color .3s ease, transform .3s ease;
}

.igoto-home-new .igoto-a-manufacturing-tab svg {
	width: .32rem;
	height: .32rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.igoto-home-new .igoto-a-manufacturing-tab span {
	font-size: var(--f16);
	font-weight: 700;
	line-height: 1.3;
}

.igoto-home-new .igoto-a-manufacturing-tab:hover,
.igoto-home-new .igoto-a-manufacturing-tab.is-active {
	border-bottom-color: #72d894;
	color: #fff;
	transform: translateY(-.04rem);
}

.igoto-home-new .igoto-a-insights {
	background: #f5f6f5;
}

.igoto-home-new .igoto-a-insights-head {
	display: flex;
	max-width: none;
	align-items: flex-end;
	justify-content: space-between;
	gap: .6rem;
}

.igoto-home-new .igoto-a-insights-heading-copy {
	max-width: 10.8rem;
}

.igoto-home-new .igoto-a-insights-head .igoto-a-insights-more {
	flex: 0 0 auto;
	margin-top: 0;
	margin-bottom: .04rem;
}

.igoto-home-new .igoto-a-news-layout {
	display: grid;
	grid-template-columns: 1.36fr .64fr;
	gap: .2rem;
	align-items: stretch;
}

.igoto-home-new .igoto-a-news-featured {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .2rem;
}

.igoto-home-new .igoto-a-news-featured:has(.igoto-a-news-card-dynamic) .igoto-a-news-card-fallback {
	display: none;
}

.igoto-home-new .igoto-a-news-card {
	display: block;
	min-width: 0;
	overflow: hidden;
	border-radius: .18rem;
	background: #fff;
	color: var(--igoto-ink);
	transition: transform .35s ease, box-shadow .35s ease;
}

.igoto-home-new .igoto-a-news-card:hover {
	transform: translateY(-.05rem);
	box-shadow: 0 .16rem .36rem rgba(23, 33, 29, .12);
}

.igoto-home-new .igoto-a-news-media {
	overflow: hidden;
}

.igoto-home-new .igoto-a-news-media img {
	object-fit: cover;
	transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.igoto-home-new .igoto-a-news-card:hover .igoto-a-news-media img {
	transform: scale(1.045);
}

.igoto-home-new .igoto-a-news-card-copy {
	display: flex;
	min-height: 3.18rem;
	flex-direction: column;
	padding: .28rem .3rem .3rem;
}

.igoto-home-new .igoto-a-news-card-copy h3 {
	min-height: .62rem;
	color: var(--igoto-ink);
	line-height: 1.3;
}

.igoto-home-new .igoto-a-news-card-description {
	min-height: 1.12rem;
	margin-top: .2rem;
	color: #87918c;
}

.igoto-home-new .igoto-a-news-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: .24rem;
	border-top: .01rem solid #e1e5e2;
}

.igoto-home-new .igoto-a-news-more {
	display: flex;
	min-height: .44rem;
	align-items: center;
	padding: 0 .22rem;
	border-radius: .24rem;
	background: var(--igoto-green);
	color: #fff;
	transition: background .3s ease, filter .3s ease, transform .3s ease;
}

.igoto-home-new .igoto-a-news-card:hover .igoto-a-news-more {
	background: var(--igoto-green);
	filter: brightness(.88);
	transform: translateY(-.02rem);
}

.igoto-home-new .igoto-a-news-card-footer time {
	color: #9aa39e;
}

.igoto-home-new .igoto-a-news-dot {
	width: .1rem;
	height: .1rem;
	border-radius: 50%;
	background: #9ba09d;
}

.igoto-home-new .igoto-a-news-aside {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 5.86rem;
	flex-direction: column;
	padding: .34rem .34rem .3rem;
	border-radius: .18rem;
	background: #fff;
}

.igoto-home-new .igoto-a-news-feed {
	min-height: 0;
	max-height: none;
	flex: 1 1 0;
	padding-right: .16rem;
	overflow-y: auto;
	scrollbar-color: var(--igoto-orange) #d9ddda;
	scrollbar-width: thin;
}

.igoto-home-new .igoto-a-news-feed:has(.igoto-a-news-feed-dynamic) .igoto-a-news-feed-fallback {
	display: none;
}

.igoto-home-new .igoto-a-news-feed::-webkit-scrollbar {
	width: .04rem;
}

.igoto-home-new .igoto-a-news-feed::-webkit-scrollbar-track {
	background: #d9ddda;
}

.igoto-home-new .igoto-a-news-feed::-webkit-scrollbar-thumb {
	border-radius: .05rem;
	background: var(--igoto-orange);
}

.igoto-home-new .igoto-a-news-feed-item {
	display: block;
	padding: .05rem 0 .24rem;
	color: var(--igoto-ink);
	transition: color .25s ease, transform .25s ease;
}

.igoto-home-new .igoto-a-news-feed-item+.igoto-a-news-feed-item {
	padding-top: .24rem;
}

.igoto-home-new .igoto-a-news-feed-item h3 {
	line-height: 1.35;
}

.igoto-home-new .igoto-a-news-feed-item time,
.igoto-home-new .igoto-a-news-feed-item>span {
	display: block;
	margin-top: .07rem;
	color: #9aa39e;
}

.igoto-home-new .igoto-a-news-feed-item:hover {
	color: var(--igoto-green);
	transform: translateX(.04rem);
}

.igoto-home-new .igoto-a-news-all {
	display: inline-flex;
	align-items: center;
	align-self: center;
	gap: .1rem;
	min-height: .45rem;
	margin-top: auto;
	padding: 0 .22rem;
	border-radius: .24rem;
	background: var(--igoto-orange);
	color: #fff;
	transition: background .3s ease, transform .3s ease;
}

.igoto-home-new .igoto-a-news-all:hover {
	background: #d85c17;
	color: #fff;
	transform: translateY(-.03rem);
}

/* Draft A partner marquee and temporarily hidden portfolio panel. */
.igoto-home-new .igoto-home-draft-a .igoto-a-portfolio {
	display: none;
}

.igoto-home-new .igoto-a-partners {
	display: block;
	width: 100%;
	margin-top: .65rem;
	overflow: hidden;
	padding: .62rem 0;
	border-top: .01rem solid var(--igoto-line);
	background: #f7f8f7;
}

.igoto-home-new .igoto-home-draft-a .igoto-home-section-title+.igoto-home-section-description {
	margin-top: .32rem;
}

.igoto-home-new .igoto-a-partners-marquee {
	width: 100%;
	margin-top: .62rem;
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.igoto-home-new .igoto-a-partners-track {
	display: flex;
	width: max-content;
	animation: igotoPartnersMarquee 28s linear infinite;
}

.igoto-home-new .igoto-a-partners-group {
	display: flex;
	min-width: 16rem;
	align-items: center;
	justify-content: space-evenly;
	gap: 0;
	padding: 0 .2rem;
	color: #9ca29f;
}

.igoto-home-new .igoto-a-partners-group span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.1rem;
	color: #9ca29f;
	font-weight: 700;
	white-space: nowrap;
	filter: grayscale(1);
	opacity: .85;
}

.igoto-home-new .igoto-a-partners-group img {
	width: 1.32rem;
	max-height: .36rem;
	object-fit: contain;
	filter: grayscale(1);
	opacity: .68;
	transition: opacity .3s ease, filter .3s ease;
}

.igoto-home-new .igoto-a-partners-marquee:hover .igoto-a-partners-track {
	animation-play-state: paused;
}

.igoto-home-new .igoto-a-partners-marquee .igoto-a-partners-group img:hover {
	filter: grayscale(0);
	opacity: 1;
}

@keyframes igotoPartnersMarquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

/* Draft A refinement: product/OEM rhythm, compact RFQ and neutral brand accents. */
.igoto-home-new {
	--igoto-orange: var(--igoto-green);
}

.igoto-home-new .igoto-home-draft-a.is-active {
	display: flex;
	flex-direction: column;
}

.igoto-home-new .igoto-home-draft-a {
	--igoto-orange: var(--igoto-green);
}

.igoto-home-new .igoto-home-draft-b {
	--igoto-orange: var(--igoto-green);
}

.igoto-home-new .igoto-home-draft-a .igoto-a-featured {
	order: 6;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-oem {
	order: 7;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-rfq {
	order: 8;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-insights {
	order: 9;
}

.igoto-home-new .igoto-a-featured-tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .04rem;
	margin-top: .52rem;
	padding: .06rem;
	border-radius: .16rem .04rem .16rem .04rem;
	background: #e9f1ec;
}

.igoto-home-new .igoto-a-featured-tabs button {
	height: .76rem;
	border: 0;
	border-radius: .11rem .03rem .11rem .03rem;
	background: transparent;
	color: #4e5c54;
	cursor: pointer;
	transition: background .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.igoto-home-new .igoto-a-featured-tabs button i {
	margin-right: .1rem;
	font-size: .23rem;
	vertical-align: -.02rem;
}

.igoto-home-new .igoto-a-featured-tabs button:hover {
	color: var(--igoto-green);
	transform: translateY(-.02rem);
}

.igoto-home-new .igoto-a-featured-tabs button:hover,
.igoto-home-new .igoto-a-featured-tabs button.is-active {
	background: #173c2c;
	color: #fff;
	box-shadow: 0 .08rem .18rem rgba(23, 60, 44, .16);
}

.igoto-home-new .igoto-a-featured-panel {
	display: none;
	grid-template-columns: 2.95rem 1fr;
	gap: .5rem;
	margin-top: .34rem;
	padding: .46rem;
	border-radius: .16rem .04rem .16rem .04rem;
	background: linear-gradient(135deg, #eef5f1, #f7faf8 72%);
	overflow: visible;
}

.igoto-home-new .igoto-a-featured-panel.is-active {
	display: grid;
	animation: igotoFadeUp .4s ease both;
}

.igoto-home-new .igoto-a-featured-panel-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: .06rem .04rem;
}

.igoto-home-new .igoto-a-featured-panel-copy h3 {
	font-size: .3rem;
	line-height: 1.12;
}

.igoto-home-new .igoto-a-featured-panel-copy>div {
	margin-top: .16rem;
	color: #637068;
}

.igoto-home-new .igoto-a-featured-tags {
	gap: .08rem;
	margin-top: .28rem;
}

.igoto-home-new .igoto-a-featured-tags span {
	padding: .08rem .11rem;
	border-radius: .06rem;
	background: #e0eee5;
	color: #38604a;
}

.igoto-home-new .igoto-a-product-swiper {
	min-width: 0;
	overflow: visible;
}

.igoto-home-new .igoto-a-product-swiper .swiper-wrapper {
	align-items: stretch;
}

.igoto-home-new .igoto-a-product-card {
	display: block;
	height: 100%;
	padding: .14rem;
	border-radius: .16rem .05rem .16rem .05rem;
	background: #fff;
	color: var(--igoto-ink);
	box-shadow: 0 .08rem .2rem rgba(23, 33, 29, .07);
	transition: transform .3s ease, box-shadow .3s ease;
}

.igoto-home-new .igoto-a-product-card:hover {
	transform: translateY(-.07rem);
	box-shadow: 0 .18rem .34rem rgba(23, 33, 29, .16);
}

.igoto-home-new .igoto-a-product-image {
	height: 3.28rem;
	overflow: hidden;
	border-radius: .11rem;
	/* background: #f2f6f3; */
}

.igoto-home-new .igoto-a-product-image .rect-100 {
	height: 3.28rem;
	padding-bottom: 0;
}

.igoto-home-new .igoto-a-product-image img,
.igoto-home-new .igoto-a-data-product-stage img {
	object-fit: contain;
}

.igoto-home-new .igoto-a-product-card h3 {
	margin: .13rem 0;
	padding: 0 .04rem;
	text-align: center;
	line-height: 1.18;
}

.igoto-home-new .igoto-a-data-product-stage {
	display: grid;
	max-width: 3.3rem;
	min-height: 3.3rem;
	place-items: center;
	border-radius: .12rem;
	background: #fff;
	box-shadow: 0 .08rem .2rem rgba(23, 33, 29, .07);
}

.igoto-home-new .igoto-a-partners {
	margin-top: .65rem;
	padding: .6rem 0 0;
	border-top: 0;
	background: #fff;
}

.igoto-home-new .igoto-a-partners-heading {
	display: flex;
	align-items: center;
	gap: .26rem;
	max-width: 13.2rem;
	margin: 0 auto .38rem;
}

.igoto-home-new .igoto-a-partners-heading>span {
	flex: 1;
	height: .01rem;
	background: #d9e2dd;
}

.igoto-home-new .igoto-a-partners-heading h2 {
	color: var(--igoto-ink);
	line-height: 1.1;
	white-space: nowrap;
}

.igoto-home-new .igoto-a-partners-marquee {
	margin-top: .28rem;
	mask-image: none;
}

.igoto-home-new .igoto-a-partners-group {
	min-height: 1.08rem;
	align-items: center;
	justify-content: space-between;
	gap: .1rem;
	padding: 0 .2rem;
	border: 0;
	background: transparent;
	box-sizing: border-box;
}

.igoto-home-new .igoto-a-partners-group>span,
.igoto-home-new .igoto-a-partners-group>img {
	display: inline-flex;
	min-width: 1.68rem;
	height: .62rem;
	align-items: center;
	justify-content: center;
	padding: 0 .16rem;
	border: .01rem solid #d4ded9;
	border-radius: .08rem;
	background: #fff;
	box-sizing: border-box;
}

.igoto-home-new .igoto-a-partners-group>img {
	width: 1.8rem;
	max-height: .62rem;
	padding: .1rem .18rem;
}

.igoto-home-new .igoto-a-partners-group>*+* {
	padding-left: .16rem;
	border-left: 0;
}

.igoto-home-new .igoto-a-rfq {
	position: relative;
	overflow: hidden;
	background: #0e2b22 url('../images/home/images/igoto-home/news-editorial.webp') center/cover no-repeat;
	color: #fff;
}

.igoto-home-new .igoto-a-rfq:before {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 32, 24, .96) 0%, rgba(8, 32, 24, .9) 42%, rgba(8, 32, 24, .62) 100%);
	content: "";
}

.igoto-home-new .igoto-a-rfq .igoto-home-shell {
	position: relative;
	z-index: 1;
}

.igoto-home-new .igoto-a-rfq .igoto-home-rfq-layout {
	grid-template-columns: .78fr 1.22fr;
	gap: .78rem;
}

.igoto-home-new .igoto-a-rfq .igoto-home-section-description,
.igoto-home-new .igoto-a-rfq .igoto-home-rfq-support {
	color: rgba(236, 249, 242, .78);
}

.igoto-home-new .igoto-a-rfq .igoto-home-rfq-form {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .16rem .18rem;
	padding: .4rem;
	border-radius: .18rem .05rem .18rem .05rem;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 .2rem .5rem rgba(2, 22, 15, .2);
}

.igoto-home-new .igoto-a-rfq .igoto-home-rfq-form textarea {
	min-height: 1.02rem;
}

.igoto-home-new .igoto-a-oem {
	padding-bottom: 1.5rem;
}

.igoto-home-new .igoto-a-rfq {
	background-image: url('../images/home/images/igoto-home/rfq-background.webp');
}

/* Product subcategories are navigational links, while the product rail stays inside its column. */
.igoto-home-new .igoto-a-featured-panel {
	overflow: hidden;
}

.igoto-home-new .igoto-a-product-swiper {
	overflow: hidden;
}

.igoto-home-new .igoto-a-featured-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .06rem .14rem;
	margin-top: .24rem;
}

.igoto-home-new .igoto-a-featured-link {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: .08rem;
	min-height: .34rem;
	padding: .05rem 0;
	border-bottom: .01rem solid #d8e5dc;
	color: #38604a;
	line-height: 1.15;
	transition: color .25s ease, padding-left .25s ease, border-color .25s ease;
}

.igoto-home-new .igoto-a-featured-link:after {
	flex: 0 0 auto;
	color: #4d9a79;
	content: '鈫?;
	font-size: .15rem;
	opacity: .75;
	transition: transform .25s ease, opacity .25s ease;
}

.igoto-home-new .igoto-a-featured-link:hover {
	padding-left: .06rem;
	border-color: #4d9a79;
	color: #0d7655;
}

.igoto-home-new .igoto-a-featured-link:hover:after {
	transform: translate(.03rem, -.03rem);
	opacity: 1;
}

.igoto-home-new .igoto-home-rfq-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.igoto-home-new .igoto-home-rfq-benefits {
	display: grid;
	gap: .16rem;
	margin-top: .34rem;
}

.igoto-home-new .igoto-home-rfq-benefits>div {
	display: grid;
	grid-template-columns: .34rem 1fr;
	gap: .12rem;
	align-items: start;
}

.igoto-home-new .igoto-home-rfq-benefits i {
	display: grid;
	width: .3rem;
	height: .3rem;
	place-items: center;
	border: .01rem solid rgba(117, 220, 152, .35);
	border-radius: 50%;
	color: #79e29d;
}

.igoto-home-new .igoto-home-rfq-benefits strong,
.igoto-home-new .igoto-home-rfq-benefits span {
	display: block;
}

.igoto-home-new .igoto-home-rfq-benefits strong {
	color: #fff;
	line-height: 1.1;
}

.igoto-home-new .igoto-home-rfq-benefits span {
	margin-top: .05rem;
	color: rgba(236, 249, 242, .7);
	line-height: 1.25;
}

.igoto-home-new .igoto-home-rfq-form {
	align-content: start;
}

.igoto-home-new .igoto-home-rfq-form-head {
	grid-column: 1/-1;
	padding-bottom: .16rem;
	border-bottom: .01rem solid #d9e5de;
}

.igoto-home-new .igoto-home-rfq-form-head .igoto-home-eyebrow {
	color: #0d7655;
}

.igoto-home-new .igoto-home-rfq-form-head h3 {
	margin-top: .1rem;
	color: var(--igoto-ink);
	line-height: 1.1;
}

.igoto-home-new .igoto-home-rfq-form-head>div:last-child {
	margin-top: .08rem;
	color: #66746c;
}

/* Neutral, slim scrollbars for both the page and the insights feed. */
body:has(.igoto-home-new) {
	scrollbar-color: #4d9a79 #eaf1ed;
	scrollbar-width: thin;
}

body:has(.igoto-home-new)::-webkit-scrollbar {
	width: .08rem;
	height: .08rem;
}

body:has(.igoto-home-new)::-webkit-scrollbar-track {
	background: #eaf1ed;
}

body:has(.igoto-home-new)::-webkit-scrollbar-thumb {
	border-radius: .08rem;
	background: #4d9a79;
}

.igoto-home-new .igoto-a-news-feed {
	scrollbar-color: #4d9a79 #eaf1ed;
}

.igoto-home-new .igoto-a-news-feed::-webkit-scrollbar {
	width: .07rem;
}

.igoto-home-new .igoto-a-news-feed::-webkit-scrollbar-track {
	background: #eaf1ed;
}

.igoto-home-new .igoto-a-news-feed::-webkit-scrollbar-thumb {
	border-radius: .07rem;
	background: #4d9a79;
}

.igoto-home-new .igoto-a-news-feed {
	scrollbar-color: var(--igoto-green) transparent;
	scrollbar-width: thin;
}

.igoto-home-new .igoto-a-news-feed::-webkit-scrollbar {
	width: .06rem;
}

.igoto-home-new .igoto-a-news-feed::-webkit-scrollbar-track {
	background: transparent;
}

.igoto-home-new .igoto-a-news-feed::-webkit-scrollbar-thumb {
	border-radius: .08rem;
	background: var(--igoto-green);
}

.igoto-home-new .igoto-a-news-feed-fade {
	position: absolute;
	z-index: 2;
	right: .34rem;
	bottom: .3rem;
	left: .34rem;
	height: .72rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .82) 64%, #fff 100%);
	pointer-events: none;
}

.igoto-home-new .igoto-a-news-all {
	position: relative;
	z-index: 2;
}

/* Replace the remaining orange accents in the alternate draft with green tones. */
.igoto-home-new .igoto-b-rfq {
	background: #0c7655;
}

.igoto-home-new .igoto-b-hero-stamp,
.igoto-home-new .igoto-a-news-all {
	background: var(--igoto-green);
}

.igoto-home-new .igoto-b-hero-stamp:hover,
.igoto-home-new .igoto-a-news-all:hover {
	background: var(--igoto-green);
	filter: brightness(.88);
}

.igoto-home-new .igoto-b-featured-tabs button:hover,
.igoto-home-new .igoto-b-featured-tabs button.is-active {
	border-color: #3da875;
}

.igoto-home-new .igoto-b-featured-copy li:before {
	color: #3da875;
}

.igoto-home-new .igoto-b-portfolio-column>i,
.igoto-home-new .igoto-b-portfolio-column li:before {
	color: #3da875;
}

.igoto-home-new .igoto-b-rfq .igoto-home-section-description,
.igoto-home-new .igoto-b-rfq .igoto-home-rfq-support {
	color: #d9f1e6;
}

/* Banner follow-up: a three-part proof strip directly under the hero. */
.igoto-home-new .igoto-a-banner-proof {
	background: #f5f8f6;
}

.igoto-home-new .igoto-a-banner-proof-grid {
	display: grid;
	grid-template-columns: 1.08fr .95fr .82fr;
	gap: .16rem;
	align-items: stretch;
}

.igoto-home-new .igoto-a-banner-proof-intro,
.igoto-home-new .igoto-a-banner-proof-mission,
.igoto-home-new .igoto-a-banner-proof-stat {
	min-height: 2.82rem;
	border-radius: .16rem;
	overflow: hidden;
}

.igoto-home-new .igoto-a-banner-proof-intro {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: .38rem .42rem;
	background: var(--igoto-green);
	color: #fff;
}

.igoto-home-new .igoto-a-banner-proof-intro>*:not(.igoto-a-banner-proof-intro-media) {
	position: relative;
	z-index: 2;
	max-width: 54%;
}

.igoto-home-new .igoto-a-banner-proof-intro-media {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 57%;
	height: 100%;
	overflow: hidden;
}

.igoto-home-new .igoto-a-banner-proof-intro-media:after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, var(--igoto-green) 0%, rgba(0, 150, 70, .88) 12%, rgba(0, 150, 70, .12) 64%, rgba(0, 150, 70, 0) 100%);
	content: "";
	pointer-events: none;
}

.igoto-home-new .igoto-a-banner-proof-intro-media img {
	object-fit: cover;
	object-position: center right;
	filter: saturate(.78) contrast(1.04);
	transition: transform .7s ease, filter .35s ease;
}

.igoto-home-new .igoto-a-banner-proof-intro:hover .igoto-a-banner-proof-intro-media img {
	transform: scale(1.04);
	filter: saturate(.92) contrast(1.06);
}

.igoto-home-new .igoto-a-banner-proof-intro .igoto-home-eyebrow {
	color: #c8f0da;
}

.igoto-home-new .igoto-a-banner-proof-intro .igoto-home-section-title {
	max-width: 4.6rem;
	margin-top: .16rem;
	color: #fff;
	line-height: 1.08;
}

.igoto-home-new .igoto-a-banner-proof-intro .igoto-home-button {
	align-self: flex-start;
	min-height: .44rem;
	margin-top: .26rem;
	background: #fff;
	color: var(--igoto-green);
}

.igoto-home-new .igoto-a-banner-proof-intro .igoto-home-button:hover {
	background: #e7f4ed;
	color: var(--igoto-green);
}

.igoto-home-new .igoto-a-banner-proof-mission {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: .38rem .42rem;
	background: #122c29;
	color: #fff;
}

.igoto-home-new .igoto-a-banner-proof-mission h3 {
	display: flex;
	align-items: center;
	gap: .12rem;
	margin-top: .16rem;
}

.igoto-home-new .igoto-a-banner-proof-mission>div:last-child {
	max-width: 4.3rem;
	margin-top: .26rem;
	color: rgba(239, 250, 244, .8);
}

.igoto-home-new .igoto-a-banner-proof-icon {
	display: grid;
	width: .34rem;
	height: .34rem;
	place-items: center;
	color: #77d4a2;
}

.igoto-home-new .igoto-a-banner-proof-icon svg {
	width: .28rem;
	height: .28rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.igoto-home-new .igoto-a-banner-proof-icon {
	width: .52rem;
	height: .52rem;
	border-radius: 50%;
	/* background: rgba(122, 219, 165, .08); */
	/* box-shadow: inset 0 0 0 .04rem rgba(122, 219, 165, .05); */
}

.igoto-home-new .igoto-a-banner-proof-icon svg {
	width: 100%;
	height: 100%;
	stroke-width: 1.65;
}

.igoto-home-new .igoto-a-banner-proof-stat {
	position: relative;
	padding: 0;
	background: var(--igoto-green);
}

.igoto-home-new .igoto-a-banner-proof-stat>.rect-67 {
	height: 100%;
	padding-bottom: 0;
}

.igoto-home-new .igoto-a-banner-proof-stat img {
	object-fit: cover;
	filter: saturate(.7) contrast(1.04) brightness(.82);
	transition: transform .7s ease;
}

.igoto-home-new .igoto-a-banner-proof-stat:hover img {
	transform: scale(1.04);
}

.igoto-home-new .igoto-a-banner-proof-stat-overlay {
	position: absolute;
	inset: .16rem;
	display: grid;
	grid-template-columns: auto 1fr;
	align-content: start;
	gap: .06rem .12rem;
	padding: .28rem .3rem;
	border-radius: .1rem;
	background: rgba(14, 40, 31, .48);
	-webkit-backdrop-filter:blur(.10rem);
	backdrop-filter: blur(.10rem);
	background-color: transparent;
	background-image: linear-gradient(63deg, #000000E5 3.43%, #FFFFFF00 100%);
	color: #fff;
}

.igoto-home-new .igoto-a-banner-proof-stat-overlay strong {
	color: #7adba5;
	line-height: 1;
}

.igoto-home-new .igoto-a-banner-proof-stat-overlay span {
	align-self: center;
	line-height: 1.15;
}

.igoto-home-new .igoto-a-banner-proof-stat-overlay div {
	grid-column: 1/-1;
	max-width: 3.7rem;
	margin-top: .22rem;
	color: rgba(239, 250, 244, .82);
}

.igoto-home-new .igoto-a-banner-proof {
	margin-top: -1.08rem;
	background: transparent;
}

.igoto-home-new .igoto-a-banner-proof-grid {
	position: relative;
	z-index: 3;
}

.igoto-home-new .igoto-a-banner-proof-intro-media {
	width: 53%;
}

.igoto-home-new .igoto-a-banner-proof-intro .igoto-home-section-title {
	max-width: 65%;
}

/* Product switcher: a white capsule with a compact green active item. */
.igoto-home-new .igoto-a-featured-tabs {
	display: flex;
	align-items: center;
	gap: .04rem;
	margin-top: .52rem;
	padding: .08rem;
	border: .01rem solid #e1e9e4;
	border-radius: .3rem;
	background: #fff;
	box-shadow: 0 .06rem .16rem rgba(30, 53, 42, .08);
}

.igoto-home-new .igoto-a-featured-tabs button {
	flex: 1 1 0;
	height: .62rem;
	min-width: 0;
	padding: 0 .16rem;
	border: 0;
	border-radius: .24rem;
	background: transparent;
	color: #53625a;
	cursor: pointer;
	transition: background .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.igoto-home-new .igoto-a-featured-tabs button i {
	margin-right: .09rem;
	color: #718178;
	font-size: .2rem;
}

.igoto-home-new .igoto-a-featured-tabs button:hover {
	color: #217d59;
	background: #f0f6f2;
	transform: translateY(-.01rem);
}

.igoto-home-new .igoto-a-featured-tabs button.is-active {
	background: #4eaa4e;
	color: #fff;
	box-shadow: 0 .05rem .12rem rgba(56, 137, 66, .2);
}

.igoto-home-new .igoto-a-featured-tabs button.is-active i {
	color: #fff;
}

.igoto-home-new .igoto-a-featured-panel {
	background: linear-gradient(135deg, #f3f6f4 0%, #fbfcfb 76%);
}

.igoto-home-new .igoto-a-featured-links {
	display: block;
	margin-top: .28rem;
}

.igoto-home-new .igoto-a-featured-links .igoto-a-featured-link:not(:first-child) {
	display: none;
}

.igoto-home-new .igoto-a-featured-links .igoto-a-featured-link:first-child {
	display: inline-flex;
	width: auto;
	min-height: .42rem;
	align-items: center;
	padding: .08rem .16rem;
	border: .01rem solid #cbd9d2;
	border-radius: .22rem;
	background: #fff;
	color: #287d57;
	font-size: 0;
	box-shadow: 0 .04rem .1rem rgba(28, 58, 44, .06);
}

.igoto-home-new .igoto-a-featured-links .igoto-a-featured-link:first-child:before {
	content: 'View All Series';
	font-size: var(--f16);
}

.igoto-home-new .igoto-a-featured-links .igoto-a-featured-link:first-child:after {
	margin-left: .08rem;
}

.igoto-home-new .igoto-a-featured-links .igoto-a-featured-link:first-child:hover {
	border-color: #4d9a79;
	background: #edf6f0;
	color: #0d7655;
}

/* Partner marquee: keep the track open and give every brand its own card. */
.igoto-home-new .igoto-a-partners-group {
	justify-content: space-between;
	gap: 0;
	padding: 0 .1rem;
}

.igoto-home-new .igoto-a-partners-group>li {
	display: flex;
	flex: 0 0 2.02rem;
	width: 2.02rem;
	min-width: 2.02rem;
	height: .74rem;
	align-items: center;
	justify-content: center;
	padding: .16rem .22rem;
	border: none;
	border-radius: .08rem;
	background: #fff;
	box-shadow: 0 0 .16rem rgba(28, 58, 44, .12);
	box-sizing: border-box;
	list-style: none;
	transition: box-shadow .25s ease, transform .25s ease;
}

.igoto-home-new .igoto-a-partners-group>li>img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	padding: 0;
	object-fit: contain;
	filter: grayscale(1);
	opacity: .72;
	transition: filter .25s ease, opacity .25s ease;
}

.igoto-home-new .igoto-a-partners-group>li:hover {
	z-index: 1;
	box-shadow: 0 0 .22rem rgba(28, 93, 65, .2);
	transform: translateY(-.03rem);
}

.igoto-home-new .igoto-a-partners-group>li:hover>img {
	filter: none;
	opacity: 1;
}

/* Homepage heading rhythm: keep the supporting copy visibly separated from each section title. */
.igoto-home-new .igoto-home-section-title+.igoto-home-section-description,
.igoto-home-new .igoto-home-draft-a .igoto-home-section-title+.igoto-home-section-description {
	margin-top: .34rem;
}

.igoto-home-new .igoto-home-section-head,
.igoto-home-new .igoto-b-manufacturing-head,
.igoto-home-new .igoto-b-oem-head,
.igoto-home-new .igoto-b-featured-top,
.igoto-home-new .igoto-b-insights-top {
	column-gap: .76rem;
}

/* Product rail: preserve a soft hover shadow and fade the clipped edge into the panel. */
.igoto-home-new .igoto-a-product-swiper {
	position: relative;
	margin: -.18rem -.1rem -.22rem;
	padding: .18rem .1rem .22rem;
	overflow: hidden;
}

.igoto-home-new .igoto-a-product-swiper:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	width: .46rem;
	background: linear-gradient(90deg, rgba(247, 250, 248, 0), rgba(247, 250, 248, .98));
	content: "";
	pointer-events: none;
}

.igoto-home-new .igoto-a-product-controls {
	display: flex;
	grid-column: 2;
	justify-content: flex-end;
	gap: .08rem;
	margin-top: .02rem;
}

.igoto-home-new .igoto-a-product-controls button {
	display: inline-flex;
	width: .44rem;
	height: .44rem;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: .01rem solid #cbd9d2;
	border-radius: 50%;
	background: #fff;
	color: #315d49;
	font-size: .24rem;
	cursor: pointer;
	box-shadow: 0 .04rem .1rem rgba(28, 58, 44, .08);
	transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.igoto-home-new .igoto-a-product-controls button:hover:not(.swiper-button-disabled) {
	border-color: var(--igoto-green);
	background: var(--igoto-green);
	color: #fff;
	transform: translateY(-.02rem);
	box-shadow: 0 .08rem .16rem rgba(28, 93, 65, .18);
}

.igoto-home-new .igoto-a-product-controls button.swiper-button-disabled {
	cursor: default;
	opacity: .34;
}

.igoto-home-new .igoto-a-featured-tabs button {
	font-size: var(--f18);
	font-weight: 700;
}

.igoto-home-new .igoto-a-featured-links .igoto-a-featured-link:first-child {
	border-color: transparent;
	background: var(--igoto-green);
	color: #fff;
	box-shadow: 0 .08rem .18rem rgba(22, 103, 69, .18);
}

.igoto-home-new .igoto-a-featured-links .igoto-a-featured-link:first-child:after {
	color: #fff;
}

.igoto-home-new .igoto-a-featured-links .igoto-a-featured-link:first-child:hover {
	border-color: transparent;
	background: var(--igoto-green);
	color: #fff;
	box-shadow: 0 .1rem .22rem rgba(22, 103, 69, .25);
}

/* Company introduction: soften the image, strengthen the proof points and add a clear next step. */
.igoto-home-new .igoto-a-about-media .rect-75 {
	overflow: hidden;
	border-radius: .2rem .06rem .2rem .06rem;
	box-shadow: 0 .1rem .24rem rgba(25, 54, 40, .1);
}

.igoto-home-new .igoto-a-about-points span {
	font-weight: 700;
}

.igoto-home-new .igoto-a-about-button {
	align-self: flex-start;
	margin-top: .34rem;
	border-radius: .1rem .03rem .1rem .03rem;
}

.igoto-home-new .igoto-a-partners {
	margin-top: .38rem;
	padding-top: .38rem;
}

.igoto-home-new .igoto-a-partners-heading {
	margin-bottom: .24rem;
}

.igoto-home-new .igoto-a-partners-heading h2 {
	font-size: var(--f20);
	font-weight: 600;
	letter-spacing: .02em;
}

/* Manufacturing process tabs: icon-led cards with a larger, calmer touch target. */
.igoto-home-new .igoto-a-manufacturing-tabs {
	bottom: .28rem;
	gap: .12rem;
}

.igoto-home-new .igoto-a-manufacturing-tab {
	display: flex;
	flex-direction: column;
	min-height: 1.12rem;
	align-items: center;
	justify-content: center;
	gap: .1rem;
	padding: .16rem .12rem;
	/* border: .01rem solid rgba(255, 255, 255, .24); */
	/* border-radius: .12rem .03rem .12rem .03rem; */
	border-radius: 0.12rem;
	background: rgba(8, 27, 20, .42);
	/* background-color: rgb(255,255,255,.1); */
	border: none;
	backdrop-filter: blur(5px);
	text-align: center;
	/* box-shadow: 0 .06rem .14rem rgba(0, 0, 0, .12); */
	transition: color .3s ease, border-color .3s ease, background .3s ease, transform .3s ease, box-shadow .3s ease;
}

.igoto-home-new .igoto-a-manufacturing-tab svg {
	width: .42rem;
	height: .42rem;
	flex: 0 0 auto;
}

.igoto-home-new .igoto-a-manufacturing-tab span {
	font-size: var(--f18);
	font-weight: 400;
	line-height: 1.18;
}

.igoto-home-new .igoto-a-manufacturing-tab:hover,
.igoto-home-new .igoto-a-manufacturing-tab.is-active {
	border-color: var(--igoto-green);
	background: var(--igoto-green);
	color: #fff;
	transform: translateY(-.06rem);
	box-shadow: 0 .12rem .24rem rgba(0, 0, 0, .2);
}

/* Standard range cards: use the supplied product scenes edge-to-edge, with a distinct grade per market. */
.igoto-home-new .igoto-a-standard-media img {
	padding: 0;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2, .7, .2, 1), filter .35s ease;
}

.igoto-home-new .igoto-a-standard-card:hover .igoto-a-standard-media img {
	transform: scale(1.035);
}

.igoto-home-new .igoto-a-standard-card-au .igoto-a-standard-media img {
	object-position: center 42%;
}

.igoto-home-new .igoto-a-standard-card-eu .igoto-a-standard-media img {
	object-position: center 47%;
}

.igoto-home-new .igoto-a-standard-card-us .igoto-a-standard-media img {
	object-position: center 43%;
}

.igoto-home-new .igoto-a-standard-card-me .igoto-a-standard-media img {
	object-position: center 46%;
}

.igoto-home-new .igoto-a-standard-card-au .igoto-a-standard-shade {
	background: linear-gradient(180deg, rgba(14, 30, 35, .02) 26%, rgba(8, 31, 32, .84) 100%);
}

.igoto-home-new .igoto-a-standard-card-eu .igoto-a-standard-shade {
	background: linear-gradient(180deg, rgba(19, 31, 38, .02) 25%, rgba(18, 31, 38, .82) 100%);
}

.igoto-home-new .igoto-a-standard-card-us .igoto-a-standard-shade {
	background: linear-gradient(180deg, rgba(9, 27, 42, .02) 24%, rgba(8, 27, 42, .86) 100%);
}

.igoto-home-new .igoto-a-standard-card-me .igoto-a-standard-shade {
	background: linear-gradient(180deg, rgba(27, 31, 31, .02) 24%, rgba(20, 29, 32, .84) 100%);
}

/* Use true symmetric radii throughout the homepage drafts. */
.igoto-home-new .igoto-a-oem-media,
.igoto-home-new .igoto-a-oem-copy,
.igoto-home-new .igoto-a-oem-list article,
.igoto-home-new .igoto-a-featured-tabs,
.igoto-home-new .igoto-a-featured-tabs button,
.igoto-home-new .igoto-a-featured-panel,
.igoto-home-new .igoto-a-product-card,
.igoto-home-new .igoto-a-rfq .igoto-home-rfq-form,
.igoto-home-new .igoto-a-about-media .rect-67,
.igoto-home-new .igoto-a-about-button,
.igoto-home-new .igoto-b-btn,
.igoto-home-new .igoto-b-hero-metrics,
.igoto-home-new .igoto-b-standard-stage,
.igoto-home-new .igoto-b-stage-label,
.igoto-home-new .igoto-b-product-column,
.igoto-home-new .igoto-b-product-card,
.igoto-home-new .igoto-b-gallery-main,
.igoto-home-new .igoto-b-gallery-side img,
.igoto-home-new .igoto-b-oem-image .rect-67,
.igoto-home-new .igoto-b-contact-card,
.igoto-home-new .igoto-c-btn,
.igoto-home-new .igoto-c-standard-tabs button,
.igoto-home-new .igoto-c-standard-stage,
.igoto-home-new .igoto-c-product-card,
.igoto-home-new .igoto-c-product-image .rect-100,
.igoto-home-new .igoto-c-stack-card,
.igoto-home-new .igoto-c-stack-card>div:last-child,
.igoto-home-new .igoto-c-about-main,
.igoto-home-new .igoto-c-about-float,
.igoto-home-new .igoto-c-factory-bento article,
.igoto-home-new .igoto-c-bento-photo>div,
.igoto-home-new .igoto-c-oem-panel,
.igoto-home-new .igoto-c-news-card {
	border-radius: .12rem;
}

.igoto-home-new .igoto-a-product-controls button {
	border: 0;
	background: var(--igoto-green);
	color: #fff;
	box-shadow: 0 .06rem .14rem rgba(28, 93, 65, .2);
}

.igoto-home-new .igoto-a-product-controls button:hover:not(.swiper-button-disabled) {
	border: 0;
	background: var(--igoto-green);
	color: #fff;
}

.igoto-home-new .igoto-a-product-controls button.swiper-button-disabled {
	background: #c5d9ce;
	color: #fff;
	opacity: .8;
}

/* Keep the series switcher compact instead of stretching across the entire shell. */
.igoto-home-new .igoto-a-featured-tabs {
	width: 11rem;
	max-width: 100%;
}

/* Place product carousel controls under the left copy column, clear of the product cards. */
.igoto-home-new .igoto-a-featured-panel .igoto-a-product-controls {
	grid-column: 1;
	grid-row: 2;
	width: max-content;
	align-self: start;
	justify-content: flex-start;
	margin: .02rem 0 0;
}

/* RFQ copy icons: one consistent badge treatment for benefits and support notes. */
.igoto-home-new .igoto-home-rfq-benefits i,
.igoto-home-new .igoto-home-rfq-support i {
	display: inline-grid;
	width: .4rem;
	height: .4rem;
	flex: 0 0 .4rem;
	margin-top: 0;
	place-items: center;
	border: 0;
	border-radius: .1rem;
	background: rgba(117, 220, 152, .16);
	color: #8be8ad;
	font-size: .18rem;
	box-shadow: inset 0 0 0 .01rem rgba(166, 240, 190, .18);
}

.igoto-home-new .igoto-home-rfq-benefits>div {
	grid-template-columns: .4rem 1fr;
	gap: .14rem;
}

/* Product series switcher: semantic list tabs, centered in the content column. */
.igoto-home-new .igoto-a-featured-tabs {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: .06rem;
}

.igoto-home-new .igoto-a-featured-tabs ul,
.igoto-home-new .igoto-b-featured-tabs ul {
	display: flex;
	width: 100%;
	align-items: stretch;
	justify-content: center;
	gap: .04rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.igoto-home-new .igoto-a-featured-tabs li,
.igoto-home-new .igoto-b-featured-tabs li {
	min-width: 0;
	flex: 1 1 0;
}

.igoto-home-new .igoto-a-featured-tabs a,
.igoto-home-new .igoto-b-featured-tabs a {
	display: flex;
	width: 100%;
	min-height: .7rem;
	align-items: center;
	justify-content: center;
	gap: .1rem;
	padding: 0 .12rem;
	border: 0;
	border-radius: .08rem;
	background: transparent;
	color: #4e5c54;
	font-size: var(--f18);
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	transition: background .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.igoto-home-new .igoto-a-featured-tabs a img,
.igoto-home-new .igoto-b-featured-tabs a img {
	width: .32rem;
	height: .32rem;
	flex: 0 0 .32rem;
	object-fit: contain;
}

.igoto-home-new .igoto-a-featured-tabs a:hover,
.igoto-home-new .igoto-a-featured-tabs a.is-active,
.igoto-home-new .igoto-b-featured-tabs a:hover,
.igoto-home-new .igoto-b-featured-tabs a.is-active {
	background: #173c2c;
	color: #fff;
	box-shadow: 0 .06rem .14rem rgba(23, 60, 44, .18);
	transform: translateY(-.02rem);
}

/* Keep the product rail controls alongside the left copy instead of below the whole rail. */
.igoto-home-new .igoto-a-featured-panel {
	position: relative;
}

.igoto-home-new .igoto-a-featured-panel .igoto-a-featured-panel-copy {
	grid-column: 1;
	grid-row: 1;
}

.igoto-home-new .igoto-a-featured-panel .igoto-a-product-swiper {
	grid-column: 2;
	grid-row: 1;
}

.igoto-home-new .igoto-a-featured-panel .igoto-a-product-controls {
	position: absolute;
	left: .46rem;
	bottom: .46rem;
	z-index: 3;
	grid-column: auto;
	grid-row: auto;
	margin: 0;
}

.igoto-home-new .igoto-a-manufacturing-tab img {
	width: .42rem;
	height: .42rem;
	flex: 0 0 .42rem;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: .8;
	transition: opacity .25s ease, transform .25s ease;
}

.igoto-home-new .igoto-a-manufacturing-tab:hover img,
.igoto-home-new .igoto-a-manufacturing-tab.is-active img {
	opacity: 1;
	transform: translateY(-.02rem);
}

/* Market-standard cards: large supplied line icons without badge framing. */
.igoto-home-new .igoto-a-standard-icon {
	position: relative;
	display: grid;
	width: .78rem;
	height: .78rem;
	margin-bottom: .18rem;
	place-items: center;
	border-radius: .16rem;
	background: linear-gradient(145deg, var(--igoto-green), rgba(69, 204, 137, .92));
	filter: none;
	opacity: .96;
	box-shadow: 0 .12rem .26rem rgba(0, 93, 49, .24), inset 0 .01rem 0 rgba(255, 255, 255, .38);
	backdrop-filter: blur(.08rem);
	overflow: hidden;
	transition: opacity .3s ease, transform .35s ease, box-shadow .35s ease;
}

.igoto-home-new .igoto-a-standard-icon img {
	display: block;
	width: .48rem;
	height: .48rem;
	object-fit: contain;
	filter: brightness(0) invert(1) drop-shadow(0 .04rem .08rem rgba(0, 0, 0, .28));
}

.igoto-home-new .igoto-a-standard-card:hover .igoto-a-standard-icon,
.igoto-home-new .igoto-a-standard-card.is-active .igoto-a-standard-icon {
	opacity: 1;
	transform: translateY(-.04rem) scale(1.04);
	box-shadow: 0 .16rem .34rem rgba(0, 93, 49, .3), inset 0 .01rem 0 rgba(255, 255, 255, .46);
}

/* RFQ benefits: supplied icons remain unframed and read as one consistent list. */
.igoto-home-new .igoto-home-rfq-benefits {
	gap: .22rem;
}

.igoto-home-new .igoto-home-rfq-benefits>div {
	grid-template-columns: .5rem 1fr;
	gap: .16rem;
	align-items: center;
}

.igoto-home-new .igoto-home-rfq-benefit-icon {
	display: block;
	width: .48rem;
	height: .48rem;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: .88;
	transition: opacity .25s ease, transform .25s ease;
}

.igoto-home-new .igoto-home-rfq-benefits>div:hover .igoto-home-rfq-benefit-icon {
	opacity: 1;
	transform: translateY(-.03rem);
}

.igoto-home-new .igoto-home-rfq-benefits strong {
	font-weight: 600;
}

/* RFQ form: translucent white glass over the factory background. */
.igoto-home-new .igoto-a-rfq .igoto-home-rfq-form {
	border-radius: .18rem;
	background: rgba(248, 252, 249, .82);
	box-shadow: 0 .24rem .62rem rgba(2, 22, 15, .24), inset 0 .01rem 0 rgba(255, 255, 255, .68);
	backdrop-filter: blur(.18rem) saturate(1.08);
}

.igoto-home-new .igoto-a-rfq .igoto-home-rfq-form input,
.igoto-home-new .igoto-a-rfq .igoto-home-rfq-form select,
.igoto-home-new .igoto-a-rfq .igoto-home-rfq-form textarea {
	border-color: rgba(34, 70, 53, .16);
	border-radius: .1rem;
	background: rgba(255, 255, 255, .66);
	transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.igoto-home-new .igoto-a-rfq .igoto-home-rfq-form input:focus,
.igoto-home-new .igoto-a-rfq .igoto-home-rfq-form select:focus,
.igoto-home-new .igoto-a-rfq .igoto-home-rfq-form textarea:focus {
	background: rgba(255, 255, 255, .94);
}

/* Insights feed: custom scrollbar based on the CHYN news feed. */
.igoto-home-new .igoto-a-news-feed {
	padding-right: .2rem;
	scrollbar-width: none;
}

.igoto-home-new .igoto-a-news-feed::-webkit-scrollbar {
	display: none;
	width: 0;
}

.igoto-home-new .igoto-a-news-feed::-webkit-scrollbar-button,
.igoto-home-new .igoto-a-news-feed::-webkit-scrollbar-button:single-button {
	display: none;
	width: 0;
	height: 0;
}

.igoto-home-new .igoto-a-news-scroll {
	position: absolute;
	top: .34rem;
	right: .14rem;
	bottom: .3rem;
	display: block;
	width: .04rem;
	height: auto;
	border-radius: .04rem;
	background: #d5dcdb;
	overflow: hidden;
}

.igoto-home-new .igoto-a-news-scroll span {
	display: block;
	width: 100%;
	min-height: .8rem;
	border-radius: .04rem;
	background: linear-gradient(180deg, #12c976 0%, var(--igoto-green) 58%, #087a40 100%);
	transform-origin: top center;
	will-change: transform;
}

.igoto-home-new .igoto-a-news-scroll.is-hidden {
	display: none;
}

/* Product tabs: large capsule treatment matching the supplied reference. */
.igoto-home-new .igoto-a-featured-tabs {
	padding: .08rem;
	border: .01rem solid #dce8e1;
	border: none;
	border-radius: .5rem;
	background: #fff;
	box-shadow: 0 0 .16rem rgba(30, 53, 42, .08);
}

.igoto-home-new .igoto-a-featured-tabs a {
	min-height: .68rem;
	border-radius: .4rem;
	color: #486057;
}

.igoto-home-new .igoto-a-featured-tabs a img {
	width: .42rem;
	height: .42rem;
	flex-basis: .42rem;
	transition: filter .25s ease, transform .25s ease;
}

.igoto-home-new .igoto-a-featured-tabs a:hover {
	background: #edf6f0;
	color: var(--igoto-green);
	box-shadow: none;
}

.igoto-home-new .igoto-a-featured-tabs a.is-active {
	background: var(--igoto-green);
	color: #fff;
	box-shadow: 0 .07rem .16rem rgba(0, 150, 70, .2);
}

.igoto-home-new .igoto-a-featured-tabs a.is-active img {
	filter: brightness(0) invert(1);
	transform: scale(1.04);
}

/* Desktop product heading: copy on the left, compact series switcher on the right. */
@media all and (min-width:1000px) {
	.igoto-home-new .igoto-a-featured>.igoto-home-shell {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 8.2rem;
		column-gap: .7rem;
	}

	.igoto-home-new .igoto-a-featured-head {
		display: contents;
	}

	.igoto-home-new .igoto-a-featured-head>div:first-child {
		grid-column: 1;
		grid-row: 1;
	}

	.igoto-home-new .igoto-a-featured-head>.igoto-home-section-description {
		grid-column: 1;
		grid-row: 2;
		max-width: 6.4rem;
	}

	.igoto-home-new .igoto-a-featured-tabs {
		grid-column: 2;
		grid-row: 1 / span 2;
		width: 8.2rem;
		margin: 0;
		align-self: end;
	}

	.igoto-home-new .igoto-a-featured-panel {
		grid-column: 1 / -1;
	}
}

/* Homepage product category gallery: category entry points before the product model rail. */
.igoto-home-new .igoto-home-draft-a .igoto-a-categories {
	order: 6;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-featured {
	order: 7;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-oem {
	order: 8;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-rfq {
	order: 9;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-insights {
	order: 10;
}

/* Homepage A: place the category gallery before the company story, then move
 * the market-standard carousel to the former category position. The section
 * backgrounds travel with their owning blocks instead of being reassigned. */
.igoto-home-new .igoto-home-draft-a .igoto-a-hero {
	order: 1;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-banner-proof {
	order: 2;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-categories {
	order: 3;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-about {
	order: 4;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-manufacturing {
	order: 5;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-standards {
	order: 6;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-featured {
	order: 7;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-oem {
	order: 8;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-rfq {
	order: 9;
}

.igoto-home-new .igoto-home-draft-a .igoto-a-insights {
	order: 10;
}

/* Preview variant: exchange the surrounding section treatments with their
 * new visual positions. Keep the product category gallery clean and let the
 * standards carousel carry the soft market-oriented tint. */
.igoto-home-new .igoto-home-draft-a .igoto-a-categories {
	background: linear-gradient(180deg, #fff 0%, #f7faf8 48%, #e7f2eb 100%);
}

.igoto-home-new .igoto-home-draft-a .igoto-a-standards {
	background: linear-gradient(180deg, #fff 0%, #f7faf8 48%, #e7f2eb 100%);
}

.igoto-home-new .igoto-a-categories {
	background:
		radial-gradient(circle at 12% 18%, rgba(0, 150, 70, .08), transparent 3.8rem),
		linear-gradient(180deg, #f7faf8 0%, #eef4f0 100%);
}

.igoto-home-new .igoto-a-categories-head {
	align-items: flex-end;
}

.igoto-home-new .igoto-a-categories-head .igoto-home-section-description {
	max-width: 5.8rem;
	margin-top: 0;
}

.igoto-home-new .igoto-a-categories-gallery {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: .24rem;
}

.igoto-home-new .igoto-a-categories-stack {
	display: grid;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: .24rem;
}

.igoto-home-new .igoto-a-category-card {
	position: relative;
	display: block;
	min-width: 0;
	min-height: 3.38rem;
	border-radius: .26rem;
	color: var(--igoto-ink);
	overflow: hidden;
	isolation: isolate;
	box-shadow: 0 .08rem .28rem rgba(31, 61, 47, .07);
	transition: transform .35s ease, box-shadow .35s ease;
}

.igoto-home-new .igoto-a-category-card:after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(11, 27, 20, 0) 62%, rgba(11, 27, 20, .12) 100%);
	content: "";
	pointer-events: none;
}

.igoto-home-new .igoto-a-category-card-switch {
	min-height: 7.3rem;
	background: linear-gradient(135deg, #d7ece0 0%, #ecf4ef 55%, #f8faf9 100%);
}

.igoto-home-new .igoto-a-category-card-socket {
	background: linear-gradient(135deg, #edf1f3 0%, #f7f9f8 100%);
}

.igoto-home-new .igoto-a-category-card-data {
	background: linear-gradient(135deg, #dcefe6 0%, #f4f8f5 100%);
}

.igoto-home-new .igoto-a-category-card:hover {
	z-index: 2;
	transform: translateY(-.06rem);
	box-shadow: 0 .2rem .48rem rgba(27, 70, 49, .16);
}

.igoto-home-new .igoto-a-category-card:focus-visible {
	outline: .03rem solid var(--igoto-green);
	outline-offset: .04rem;
}

.igoto-home-new .igoto-a-category-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: auto;
	border-radius: inherit;
	background: #e9f1ec;
	overflow: hidden;
}

.igoto-home-new .igoto-a-category-media .rect-100 {
	height: 100%;
	padding-bottom: 0;
	background: transparent;
}

.igoto-home-new .igoto-a-category-media img {
	object-fit: cover;
	transform: scale(1.01);
	transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.igoto-home-new .igoto-a-category-card-switch .igoto-a-category-media img {
	object-position: 62% center;
}

.igoto-home-new .igoto-a-category-card:hover .igoto-a-category-media img {
	transform: scale(1.045);
}

.igoto-home-new .igoto-a-category-copy {
	position: absolute;
	left: .28rem;
	top: .28rem;
	bottom: .28rem;
	z-index: 2;
	display: flex;
	width: 3.55rem;
	min-height: 0;
	flex-direction: column;
	justify-content: center;
	padding: .3rem .32rem;
	border-radius: .18rem;
	background: rgba(248, 251, 249, .86);
	box-shadow: 0 .1rem .3rem rgba(22, 48, 36, .1);
	-webkit-backdrop-filter: blur(.16rem);
	backdrop-filter: blur(.16rem);
}

.igoto-home-new .igoto-a-category-card-switch .igoto-a-category-copy {
	left: .42rem;
	top: auto;
	bottom: .42rem;
	width: 4.35rem;
	min-height: 3.3rem;
	padding: .38rem .42rem;
}

.igoto-home-new .igoto-a-category-index {
	color: var(--igoto-green);
	font-weight: 700;
	letter-spacing: .08em;
}

.igoto-home-new .igoto-a-category-copy h3 {
	margin-top: .16rem;
	font-size: .28rem;
	line-height: 1.08;
}

.igoto-home-new .igoto-a-category-card-switch .igoto-a-category-copy h3 {
	font-size: .36rem;
}

.igoto-home-new .igoto-a-category-card-data .igoto-a-category-copy h3 {
	margin-top: .12rem;
	font-size: .25rem;
}

.igoto-home-new .igoto-a-category-card-data .igoto-a-category-description {
	margin-top: .12rem;
	line-height: 1.35;
}

.igoto-home-new .igoto-a-category-card-data .igoto-a-category-link {
	margin-top: .2rem;
}

.igoto-home-new .igoto-a-category-description {
	margin-top: .18rem;
	color: #52615a;
}

.igoto-home-new .igoto-a-category-link {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: .12rem;
	margin-top: .3rem;
	color: var(--igoto-green);
	font-weight: 700;
}

.igoto-home-new .igoto-a-category-link i {
	transition: transform .3s ease;
}

.igoto-home-new .igoto-a-category-card:hover .igoto-a-category-link i {
	transform: translateX(.08rem);
}

/* IGOTO homepage mobile composition: optimized for the requested 375px viewport. */
@media screen and (max-width: 767px) {
    body:has(.igoto-home-new) {
        --f14: .32rem;
        --f16: .34rem;
        --f18: .36rem;
        --f20: .38rem;
        --f22: .38rem;
        --f24: .42rem;
        --f26: .44rem;
        --f28: .48rem;
        --f30: .5rem;
        --f32: .52rem;
        --f34: .54rem;
        --f36: .56rem;
        --f38: .58rem;
        --f40: .6rem;
        --f42: .62rem;
        --f44: .64rem;
        --f46: .64rem;
        --f48: .64rem;
        --f50: .66rem;
        --f52: .68rem;
        --f54: .72rem;
        overflow-x: hidden;
    }

    .igoto-home .f16 {
        font-size: 14px;
    }

    .igoto-home .f18 {
        font-size: 16px;
    }

    .igoto-home-new {
        width: 100%;
        overflow: hidden;
    }

    .igoto-home-new .igoto-home-shell {
        width: auto;
        max-width: none;
        margin-right: .36rem;
        margin-left: .36rem;
    }

    .igoto-home-new .pt-100 {
        padding-top: .96rem;
    }

    .igoto-home-new .pb-100 {
        padding-bottom: .96rem;
    }

    .igoto-home-new .mt-50 {
        margin-top: .58rem;
    }

    .igoto-home-new .igoto-home-section-head,
    .igoto-home-new .igoto-a-insights-head,
    .igoto-home-new .igoto-a-categories-head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .igoto-home-new .igoto-home-section-title {
        max-width: 100%;
        margin-top: .22rem;
        line-height: 1.12;
    }

    .igoto-home-new .igoto-home-section-head .igoto-home-section-title {
        font-size: 28px;
    }

    .igoto-home-new .igoto-home-section-description,
    .igoto-home-new .igoto-home-section-title+.igoto-home-section-description,
    .igoto-home-new .igoto-home-draft-a .igoto-home-section-title+.igoto-home-section-description {
        max-width: 100%;
        margin-top: .34rem;
        line-height: 1.55;
    }

    .igoto-home-new .igoto-home-section-head .igoto-home-section-description {
        font-size: 16px;
    }

    .igoto-home-new .igoto-home-eyebrow {
        gap: .16rem;
        line-height: 1.35;
    }

    .igoto-home-new .igoto-home-eyebrow:before {
        width: .42rem;
        height: .04rem;
        flex: 0 0 .42rem;
    }

    .igoto-home-new .igoto-home-button {
        min-height: .96rem;
        padding-right: .38rem;
        padding-left: .38rem;
        border-radius: .56rem;
    }

    /* Mobile header: one calm row with logo, search and menu. */
    body:has(.igoto-home-new) .Header-wrapper.white_bg {
        height: 1.28rem;
        border-bottom-color: rgba(20, 45, 33, .1);
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 .06rem .24rem rgba(17, 42, 30, .08);
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
    }

    body:has(.igoto-home-new) .Header-container {
		display: flex;
        width: auto;
        max-width: none;
        height: 1.28rem;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: nowrap;
        margin: 0;
        padding-right: .36rem;
        padding-left: .36rem;
    }

    body:has(.igoto-home-new) .Header-container .logo a img {
        width: auto;
        height: .58rem;
    }

    body:has(.igoto-home-new) .Header-container .fr {
        flex: 0 0 auto;
        gap: .28rem;
    }

    body:has(.igoto-home-new) .Header-container .tool {
        padding-right: 0;
    }

    body:has(.igoto-home-new) .Header-container .igoto-header-cta {
        display: none;
    }

    body:has(.igoto-home-new) .Header-container .tool .igoto-header-search {
        display: flex;
        width: .8rem;
        height: .8rem;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #edf6f1;
        color: #176a49;
    }

    body:has(.igoto-home-new) .Header-container .tool .igoto-header-search i {
        font-size: .4rem;
    }

    body:has(.igoto-home-new) .tc_search form {
		display: flex;
        width: 6.7rem;
        max-width: none;
        height: 1.08rem;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		gap: 0;
        padding: 0 .2rem;
        border-bottom-width: .04rem;
        box-sizing: border-box;
    }

    body:has(.igoto-home-new) .tc_search input,
    body:has(.igoto-home-new) .tc_search button {
        height: 1.04rem;
        line-height: 1.04rem;
    }

    body:has(.igoto-home-new) .tc_search input {
        font-size: .34rem;
    }

    body:has(.igoto-home-new) .tc_search button {
        font-size: .46rem;
    }

    body:has(.igoto-home-new) #c-header .c-switch {
        width: .52rem;
        height: .42rem;
    }

    body:has(.igoto-home-new) #c-header .c-switch i {
        height: .04rem;
        border-radius: .04rem;
        background: #173c2c;
    }

    body:has(.igoto-home-new) #c-header .c-switch i:nth-child(2) {
        margin: .14rem 0;
    }

    body:has(.igoto-home-new) #c-header .c-nav {
        top: 1.28rem;
        line-height: 1rem;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 .16rem .32rem rgba(17, 42, 30, .1);
    }

    body:has(.igoto-home-new).c-open #c-header .c-nav {
        height: calc(100vh - 1.28rem);
        min-height: calc(100vh - 1.28rem);
    }

    body:has(.igoto-home-new) #c-header .c-nav li {
        padding-right: .36rem;
        padding-left: .36rem;
    }

    body:has(.igoto-home-new) #c-header .c-nav li a {
        min-height: 1rem;
        font-size: .32rem;
        line-height: 1rem;
    }

    /* Hero: full slide (image and copy) remains the Swiper unit. */
    .igoto-home-new .igoto-a-hero {
        min-height: 12.2rem;
        margin-top: 0;
    }

    .igoto-home-new .igoto-a-hero-inner {
        min-height: 12.2rem;
        justify-content: center;
        padding: 1.1rem 0 1.48rem;
    }

    .igoto-home-new .igoto-a-hero-copy,
    .igoto-home-new .igoto-a-hero-title,
    .igoto-home-new .igoto-a-hero-description {
        max-width: 100%;
    }

    .igoto-home-new .igoto-a-hero-title {
        margin-top: .28rem;
        font-size: .62rem;
        line-height: 1.08;
    }

    .igoto-home-new .igoto-a-hero-description {
        margin-top: .34rem;
        font-size: 16px;
        color: rgba(255, 255, 255, .86);
        line-height: 1.52;
    }

    .igoto-home-new .igoto-a-hero-overlay {
        background: linear-gradient(180deg, rgba(7, 16, 12, .08) 8%, rgba(7, 16, 12, .34) 35%, rgba(7, 16, 12, .94) 78%, #07100c 100%);
    }

    .igoto-home-new .igoto-a-hero-image {
        object-position: 61% center;
    }

    .igoto-home-new .igoto-a-hero-slide:nth-child(2) .igoto-a-hero-image {
        object-position: 66% center;
    }

    .igoto-home-new .igoto-a-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: .2rem;
        margin-top: .46rem;
    }

    .igoto-home-new .igoto-a-hero-actions .igoto-home-button {
        width: 100%;
    }

    .igoto-home-new .igoto-a-hero-controls {
        top: auto;
        right: .36rem;
        bottom: .7rem;
        left: auto;
        gap: .16rem;
        transform: none;
    }

    .igoto-home-new .igoto-a-hero-controls button {
        width: .84rem;
        height: .84rem;
    }

    /* Proof strip: retain the intentional overlap, then stack readable cards. */
    .igoto-home-new .igoto-a-banner-proof {
        z-index: 4;
        margin-top: -.54rem;
    }

    .igoto-home-new .igoto-a-banner-proof-grid {
        grid-template-columns: 1fr;
        gap: .24rem;
    }

    .igoto-home-new .igoto-a-banner-proof-intro,
    .igoto-home-new .igoto-a-banner-proof-mission,
    .igoto-home-new .igoto-a-banner-proof-stat {
        min-height: 0;
        border-radius: .24rem;
    }

    .igoto-home-new .igoto-a-banner-proof-intro {
        min-height: 5.8rem;
        padding: .5rem;
    }

    .igoto-home-new .igoto-a-banner-proof-intro>*:not(.igoto-a-banner-proof-intro-media) {
        max-width: 100%;
    }

    .igoto-home-new .igoto-a-banner-proof-intro-media {
        width: 100%;
        opacity: .55;
    }

    .igoto-home-new .igoto-a-banner-proof-intro-media:after {
        background: linear-gradient(90deg, var(--igoto-green) 0%, rgba(0, 150, 70, .92) 45%, rgba(0, 150, 70, .28) 100%);
    }

    .igoto-home-new .igoto-a-banner-proof-intro .igoto-home-section-title {
        max-width: 100%;
    }

    .igoto-home-new .igoto-a-banner-proof-mission {
        min-height: 4.7rem;
        padding: .5rem;
    }

    .igoto-home-new .igoto-a-banner-proof-mission>div:last-child {
        max-width: 100%;
    }

    .igoto-home-new .igoto-a-banner-proof-icon {
        width: .86rem;
        height: .86rem;
    }

    .igoto-home-new .igoto-a-banner-proof-stat {
        min-height: 5.2rem;
    }

    .igoto-home-new .igoto-a-banner-proof-stat-overlay {
        inset: .24rem;
        padding: .38rem;
        border-radius: .18rem;
    }

    .igoto-home-new .igoto-a-banner-proof-stat-overlay div {
        max-width: 100%;
    }

    /* Product categories: three strong mobile editorial cards. */
    .igoto-home-new .igoto-a-categories-head .igoto-home-section-description {
        max-width: 100%;
        margin-top: .34rem;
    }

    .igoto-home-new .igoto-a-categories-gallery,
    .igoto-home-new .igoto-a-categories-stack {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: .28rem;
    }

    .igoto-home-new .igoto-a-category-card,
    .igoto-home-new .igoto-a-category-card-switch {
        min-height: 6.9rem;
        border-radius: .26rem;
    }

    .igoto-home-new .igoto-a-category-card-switch .igoto-a-category-media img,
    .igoto-home-new .igoto-a-category-media img {
        object-position: center;
    }

    .igoto-home-new .igoto-a-category-copy,
    .igoto-home-new .igoto-a-category-card-switch .igoto-a-category-copy {
        top: auto;
        right: .34rem;
        bottom: .34rem;
        left: .34rem;
        width: auto;
        min-height: 0;
        padding: .36rem;
        border-radius: .2rem;
    }

    .igoto-home-new .igoto-a-category-copy h3,
    .igoto-home-new .igoto-a-category-card-switch .igoto-a-category-copy h3,
    .igoto-home-new .igoto-a-category-card-data .igoto-a-category-copy h3 {
        margin-top: .14rem;
        font-size: .52rem;
    }

    .igoto-home-new .igoto-a-category-description {
        margin-top: .16rem;
    }

    .igoto-home-new .igoto-a-category-link,
    .igoto-home-new .igoto-a-category-card-data .igoto-a-category-link {
        margin-top: .22rem;
    }

    /* Company story and partner marquee. */
    .igoto-home-new .igoto-a-about-grid {
        grid-template-columns: 1fr;
        gap: .62rem;
    }

    .igoto-home-new .igoto-a-about-media .rect-75 {
        border-radius: .24rem;
    }

    .igoto-home-new .igoto-a-about-points {
        grid-template-columns: 1fr;
        gap: .2rem;
        margin-top: .4rem;
    }

    .igoto-home-new .igoto-a-about-points span {
        align-items: flex-start;
        gap: .16rem;
        line-height: 1.45;
    }

    .igoto-home-new .igoto-a-about-button {
        margin-top: .42rem;
        border-radius: .56rem;
    }

    .igoto-home-new .igoto-a-partners {
        margin-top: .72rem;
        padding: .54rem 0 .12rem;
    }

    .igoto-home-new .igoto-a-partners-heading {
        gap: .18rem;
        margin-bottom: .34rem;
    }

    .igoto-home-new .igoto-a-partners-heading h2 {
        max-width: 5.6rem;
        font-size: .34rem;
        line-height: 1.35;
        text-align: center;
        white-space: normal;
    }

    .igoto-home-new .igoto-a-partners-marquee {
        margin-top: 0;
        padding: .18rem 0 .3rem;
    }

    .igoto-home-new .igoto-a-partners-group {
        min-width: 16.8rem;
        gap: .2rem;
        padding: 0 .18rem;
    }

    .igoto-home-new .igoto-a-partners-group>li {
        width: 2.1rem;
        min-width: 2.1rem;
        height: 1.16rem;
        flex-basis: 2.1rem;
        padding: .2rem .24rem;
        border-radius: .14rem;
    }

    /* Manufacturing: full-height image with a 2 x 3 touch tab system. */
    .igoto-home-new .igoto-a-manufacturing {
        min-height: 14.6rem;
    }

    .igoto-home-new .igoto-a-manufacturing-media .rect-40 {
        height: 14.6rem;
        padding-bottom: 0;
    }

    .igoto-home-new .igoto-a-manufacturing-shade {
        background: linear-gradient(180deg, rgba(8, 20, 14, .88) 0%, rgba(8, 20, 14, .54) 42%, rgba(8, 20, 14, .92) 100%);
    }

    .igoto-home-new .igoto-a-manufacturing-inner {
        padding-top: .78rem;
    }

    .igoto-home-new .igoto-a-manufacturing-copy {
        width: auto;
        max-width: 100%;
    }

    .igoto-home-new .igoto-a-manufacturing .igoto-home-section-title,
    .igoto-home-new .igoto-a-manufacturing .igoto-a-manufacturing-lead,
    .igoto-home-new .igoto-a-manufacturing-description {
        max-width: 100%;
    }

    .igoto-home-new .igoto-a-manufacturing .igoto-a-manufacturing-lead {
        margin-top: .44rem;
    }

    .igoto-home-new .igoto-a-manufacturing-description {
        margin-top: .2rem;
        line-height: 1.5;
    }

    .igoto-home-new .igoto-a-manufacturing-tabs {
        right: 0;
        bottom: .42rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .16rem;
    }

    .igoto-home-new .igoto-a-manufacturing-tab {
        min-height: 1.68rem;
        gap: .12rem;
        padding: .2rem .14rem;
        border-radius: .18rem;
        background: rgba(8, 27, 20, .6);
    }

    .igoto-home-new .igoto-a-manufacturing-tab img {
        width: .64rem;
        height: .64rem;
        flex-basis: .64rem;
    }

    .igoto-home-new .igoto-a-manufacturing-tab span {
        font-size: .24rem;
        line-height: 1.22;
    }

    /* Market-standard carousel: one complete card plus a deliberate next-card cue. */
    .igoto-home-new .igoto-a-standard-head {
        position: relative;
    }

    .igoto-home-new .igoto-a-standard-heading-copy {
        width: auto;
        max-width: 100%;
    }

    .igoto-home-new .igoto-a-standard-controls {
        gap: .14rem;
        margin-top: .38rem;
    }

    .igoto-home-new .igoto-a-standard-controls button {
        width: .86rem;
        height: .86rem;
    }

    .igoto-home-new .igoto-a-standard-carousel {
        margin-right: -.36rem;
        padding: .12rem .36rem .3rem 0;
        overflow: hidden;
    }

    .igoto-home-new .igoto-a-standard-swiper {
        height: 7.8rem;
        overflow: visible;
    }

    .igoto-home-new .igoto-a-standard-card,
    .igoto-home-new .igoto-a-standard-card.is-active {
        width: 6.18rem;
        height: 7.8rem;
        border-radius: .24rem;
    }

    .igoto-home-new .igoto-a-standard-copy {
        right: .34rem;
        bottom: .34rem;
        left: .34rem;
    }

    .igoto-home-new .igoto-a-standard-icon {
        width: 1.08rem;
        height: 1.08rem;
        margin-bottom: .26rem;
        border-radius: .22rem;
    }

    .igoto-home-new .igoto-a-standard-icon img {
        width: .68rem;
        height: .68rem;
    }

    .igoto-home-new .igoto-a-standard-description,
    .igoto-home-new .igoto-a-standard-card.is-active .igoto-a-standard-description {
        max-height: 3.2rem;
        margin-top: .22rem;
        opacity: 1;
        transform: none;
    }

    .igoto-home-new .igoto-a-standard-arrow {
        display: none;
    }

    /* Product tabs and product rail. */
    .igoto-home-new .igoto-a-featured-tabs {
        width: 100%;
        margin-top: .48rem;
        padding: 8px;
        box-sizing: border-box;
        border-radius: .28rem;
    }

    .igoto-home-new .igoto-a-featured-tabs ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        min-width: 0;
        gap: 6px;
    }

    .igoto-home-new .igoto-a-featured-tabs li {
        width: auto;
        min-width: 0;
        flex: none;
    }

    .igoto-home-new .igoto-a-featured-tabs li:last-child {
        grid-column: 1 / -1;
        width: auto;
        min-width: 0;
    }

    .igoto-home-new .igoto-a-featured-tabs a {
        min-height: 52px;
        flex-direction: row;
        justify-content: center;
        gap: 8px;
        height: auto;
        padding: 8px 12px;
        border-radius: .22rem;
        font-size: 14px;
        line-height: 1.18;
        text-align: center;
        white-space: nowrap;
    }

    .igoto-home-new .igoto-a-featured-tabs li:last-child a {
        white-space: nowrap;
    }

    .igoto-home-new .igoto-a-featured-tabs a img {
        width: .56rem;
        height: .56rem;
        flex-basis: .56rem;
    }

    .igoto-home-new .igoto-a-featured-links .igoto-a-featured-link:first-child {
        min-height: .88rem;
        padding: .16rem .3rem;
        border-radius: .44rem;
    }

    .igoto-home-new .igoto-a-featured-panel,
    .igoto-home-new .igoto-a-featured-panel.is-active {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: .34rem;
        margin-top: .34rem;
        padding: .38rem;
        border-radius: .24rem;
    }

    .igoto-home-new .igoto-a-featured-panel .igoto-a-featured-panel-copy {
        grid-column: 1;
        grid-row: 1;
        padding: 0;
    }

    .igoto-home-new .igoto-a-featured-panel-copy h3 {
        font-size: .48rem;
    }

    .igoto-home-new .igoto-a-featured-panel-copy>div {
        line-height: 1.5;
    }

    .igoto-home-new .igoto-a-featured-panel .igoto-a-product-controls {
        position: static;
        grid-column: 1;
        grid-row: 2;
        gap: .14rem;
        margin: 0;
    }

    .igoto-home-new .igoto-a-product-controls button {
        width: .86rem;
        height: .86rem;
        font-size: .42rem;
    }

    .igoto-home-new .igoto-a-featured-panel .igoto-a-product-swiper {
        grid-column: 1;
        grid-row: 3;
    }

    .igoto-home-new .igoto-a-product-swiper {
        margin: -.14rem -.08rem -.24rem;
        padding: .14rem .08rem .24rem;
    }

    .igoto-home-new .igoto-a-product-swiper:after {
        width: .52rem;
    }

    .igoto-home-new .igoto-a-product-card {
        padding: .18rem;
        border-radius: .22rem;
    }

    .igoto-home-new .igoto-a-product-image,
    .igoto-home-new .igoto-a-product-image .rect-100 {
        height: 4.7rem;
    }

    .igoto-home-new .igoto-a-data-product-stage {
        max-width: none;
        min-height: 5.4rem;
        border-radius: .22rem;
    }

    /* OEM / ODM: remove desktop absolute overlap and use a clean image-first stack. */
    .igoto-home-new .igoto-a-oem {
        padding-bottom: .96rem;
    }

    .igoto-home-new .igoto-a-oem-stage {
        min-height: 0;
    }

    .igoto-home-new .igoto-a-oem-media {
        width: 100%;
        border-radius: .24rem;
    }

    .igoto-home-new .igoto-a-oem-media .rect-70 {
        padding-bottom: 74%;
    }

    .igoto-home-new .igoto-a-oem-copy {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        min-height: 0;
        margin-top: .34rem;
        padding: .46rem .4rem;
        border-radius: .24rem;
    }

    .igoto-home-new .igoto-a-oem-list {
        margin-top: .4rem;
    }

    .igoto-home-new .igoto-a-oem-list article {
        margin-top: .14rem;
        border-radius: .18rem;
    }

    .igoto-home-new .igoto-a-oem-list button {
        grid-template-columns: .82rem 1fr .42rem;
        gap: .16rem;
        min-height: 1.2rem;
        padding: .16rem .18rem;
    }

    .igoto-home-new .igoto-a-oem-list .igoto-a-oem-icon {
        width: .76rem;
        height: .76rem;
        border-radius: .16rem;
    }

    .igoto-home-new .igoto-a-oem-list .igoto-a-oem-icon img {
        width: .5rem;
        height: .5rem;
    }

    .igoto-home-new .igoto-a-oem-list article>div {
        padding: 0 .2rem .3rem 1.16rem;
        line-height: 1.5;
    }

    /* Inquiry: content first, single-column touch-friendly form. */
    .igoto-home-new .igoto-home-rfq-layout,
    .igoto-home-new .igoto-a-rfq .igoto-home-rfq-layout {
        grid-template-columns: 1fr;
        gap: .66rem;
    }

    .igoto-home-new .igoto-home-rfq-benefits {
        gap: .34rem;
        margin-top: .48rem;
    }

    .igoto-home-new .igoto-home-rfq-benefits>div {
        grid-template-columns: .82rem 1fr;
        gap: .2rem;
    }

    .igoto-home-new .igoto-home-rfq-benefit-icon {
        width: .76rem;
        height: .76rem;
    }

    .igoto-home-new .igoto-home-rfq-benefits span {
        margin-top: .08rem;
        line-height: 1.45;
    }

    .igoto-home-new .igoto-a-rfq .igoto-home-rfq-form,
    .igoto-home-new .igoto-home-rfq-form {
        grid-template-columns: 1fr;
        gap: .22rem;
        padding: .36rem;
        border-radius: .24rem;
    }

    .igoto-home-new .igoto-home-rfq-form-head {
        padding-bottom: .24rem;
    }

    .igoto-home-new .igoto-home-rfq-form-head h3 {
        margin-top: .18rem;
    }

    .igoto-home-new .igoto-home-rfq-form input,
    .igoto-home-new .igoto-home-rfq-form select {
        height: .88rem;
    }

    .igoto-home-new .igoto-home-rfq-form input,
    .igoto-home-new .igoto-home-rfq-form select,
    .igoto-home-new .igoto-home-rfq-form textarea {
        margin-top: .1rem;
        padding: .12rem .18rem;
        border-radius: .16rem;
        font-size: .32rem;
    }

    .igoto-home-new .igoto-a-rfq .igoto-home-rfq-form textarea {
        min-height: 1.8rem;
    }

    .igoto-home-new .igoto-home-rfq-form .igoto-home-button {
        width: 100%;
        justify-self: stretch;
    }

    /* News: natural page scrolling is more usable than a nested mobile scroll area. */
    .igoto-home-new .igoto-a-insights-head .igoto-a-insights-more {
        align-self: flex-start;
        margin-top: .42rem;
    }

    .igoto-home-new .igoto-a-news-layout,
    .igoto-home-new .igoto-a-news-featured {
        grid-template-columns: 1fr;
        gap: .28rem;
    }

    .igoto-home-new .igoto-a-news-card {
        border-radius: .24rem;
    }

    .igoto-home-new .igoto-a-news-card-copy {
        min-height: 0;
        padding: .38rem;
    }

    .igoto-home-new .igoto-a-news-card-copy h3,
    .igoto-home-new .igoto-a-news-card-description {
        min-height: 0;
    }

    .igoto-home-new .igoto-a-news-card-description {
        margin-top: .24rem;
        line-height: 1.5;
    }

    .igoto-home-new .igoto-a-news-card-footer {
        margin-top: .34rem;
    }

    .igoto-home-new .igoto-a-news-aside {
        min-height: 0;
        padding: .38rem;
        border-radius: .24rem;
    }

    .igoto-home-new .igoto-a-news-feed {
        max-height: none;
        padding-right: 0;
        overflow: visible;
    }

    .igoto-home-new .igoto-a-news-feed-item,
    .igoto-home-new .igoto-a-news-feed-item+.igoto-a-news-feed-item {
        padding: .3rem 0;
        border-bottom: .02rem solid #e4ebe7;
    }

    .igoto-home-new .igoto-a-news-feed-fade,
    .igoto-home-new .igoto-a-news-scroll {
        display: none;
    }

    .igoto-home-new .igoto-a-news-all {
        align-self: flex-start;
        min-height: .9rem;
        margin-top: .4rem;
        padding-right: .34rem;
        padding-left: .34rem;
        border-radius: .5rem;
    }

    /* Footer: brand first, two-column navigation, full-width contact. */
    body:has(.igoto-home-new) .igoto-footer-container,
    body:has(.igoto-home-new) .igoto-footer-bottom-inner {
        width: auto;
        max-width: none;
        margin-right: .36rem;
        margin-left: .36rem;
    }

    body:has(.igoto-home-new) .igoto-footer-container .igoto-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .66rem .5rem;
        padding: .86rem 0 .72rem;
    }

    body:has(.igoto-home-new) .igoto-footer-brand,
    body:has(.igoto-home-new) .igoto-footer-contact {
        grid-column: 1 / -1;
    }

    body:has(.igoto-home-new) .igoto-footer-brand .igoto-footer-logo img {
        height: .72rem;
    }

    body:has(.igoto-home-new) .igoto-footer-brand .igoto-footer-positioning {
        margin-top: .24rem;
    }

    body:has(.igoto-home-new) .igoto-footer-brand .igoto-footer-socials {
        gap: .16rem;
        margin-top: .44rem;
    }

    body:has(.igoto-home-new) .igoto-footer-brand .igoto-footer-socials a {
        width: .86rem;
        height: .86rem;
    }

    body:has(.igoto-home-new) .igoto-footer-brand .igoto-footer-related {
        gap: .28rem;
        margin-top: .42rem;
    }

    body:has(.igoto-home-new) .igoto-footer-brand .igoto-footer-related-icon {
        width: .82rem;
        height: .82rem;
        flex-basis: .82rem;
        margin-right: .2rem;
    }

    body:has(.igoto-home-new) .igoto-footer-nav:nth-of-type(3) {
        grid-column: 1 / -1;
    }

    body:has(.igoto-home-new) .igoto-footer-nav .igoto-footer-title-line {
        width: .56rem;
        height: .04rem;
        margin: .2rem 0 .34rem;
    }

    body:has(.igoto-home-new) .igoto-footer-nav .igoto-footer-nav-links {
        gap: .18rem;
    }

    body:has(.igoto-home-new) .igoto-footer-contact {
        gap: .3rem;
        padding-top: .12rem;
    }

    body:has(.igoto-home-new) .igoto-footer-contact .igoto-footer-contact-item i {
        width: .5rem;
        flex-basis: .5rem;
        margin-right: .16rem;
    }

    body:has(.igoto-home-new) .igoto-footer-bottom .igoto-footer-bottom-inner {
        min-height: 1.74rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: .18rem;
    }

    body:has(.igoto-home-new) .igoto-footer-top {
        right: .28rem;
        bottom: 1.92rem;
        width: .9rem;
        height: .9rem;
    }
}
