:root {
	--ntoge-bg: #F5F2EB;
	--ntoge-surface: #FCFBF7;
	--ntoge-muted-bg: #EAE5DC;
	--ntoge-text: #292824;
	--ntoge-muted-text: #6E6A62;
	--ntoge-border: #D6D0C5;
	--ntoge-accent: #7A302C;
	--ntoge-accent-hover: #62231F;
	--ntoge-dark: #342F2B;
	--ntoge-on-dark: #F7F4ED;
	--ntoge-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Arial, sans-serif;
	--ntoge-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
	--ntoge-transition: 180ms ease;
}

* {
	box-sizing: border-box;
}

html {
	overflow-x: clip;
	scroll-behavior: smooth;
}

body {
	background: var(--ntoge-bg);
	color: var(--ntoge-text);
	font-family: var(--ntoge-sans);
	font-size: 1.0625rem;
	line-height: 1.68;
	-webkit-font-smoothing: antialiased;
}

body.home main.wp-block-group {
	margin-block-start: 0 !important;
}

a,
button,
input,
select,
summary,
textarea {
	transition: color var(--ntoge-transition), background-color var(--ntoge-transition), border-color var(--ntoge-transition), transform var(--ntoge-transition);
}

a {
	text-underline-offset: 0.2em;
}

:focus-visible {
	outline: 3px solid var(--ntoge-accent);
	outline-offset: 3px;
}

::selection {
	background: var(--ntoge-muted-bg);
	color: var(--ntoge-text);
}

.wp-block-heading,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--ntoge-sans);
}

.wp-block-button__link,
.wp-element-button {
	background: var(--ntoge-accent);
	border: 1px solid var(--ntoge-accent);
	border-radius: 0;
	color: var(--ntoge-on-dark);
	font-family: var(--ntoge-sans);
	font-size: 0.9375rem;
	font-weight: 650;
	letter-spacing: 0.015em;
	line-height: 1.25;
	padding: 0.82rem 1.25rem;
}

.wp-block-button__link:hover,
.wp-element-button:hover {
	background: var(--ntoge-accent-hover);
	border-color: var(--ntoge-accent-hover);
	color: var(--ntoge-on-dark);
}

.wp-block-button.is-style-outline > .wp-block-button__link {
	background: transparent;
	border-color: var(--ntoge-accent);
	color: var(--ntoge-accent);
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background: var(--ntoge-muted-bg);
	border-color: var(--ntoge-accent-hover);
	color: var(--ntoge-accent-hover);
}

header.wp-block-template-part {
	position: sticky;
	top: 0;
	z-index: 100;
}

.admin-bar header.wp-block-template-part {
	top: 32px;
}

.ntoge-site-header {
	background: var(--ntoge-surface);
	border-bottom: 1px solid var(--ntoge-border);
	padding-block: 0;
}

.ntoge-site-header__inner {
	margin-block: 0 !important;
	min-height: 78px;
	padding-bottom: 0.65rem;
	padding-top: 0.65rem;
}

.ntoge-site-header .wp-block-site-title {
	font-family: var(--ntoge-sans);
	font-size: 1.05rem;
	font-weight: 750;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.ntoge-site-header .wp-block-site-title a {
	color: var(--ntoge-text);
	text-decoration: none;
}

.ntoge-site-header .wp-block-navigation__container {
	column-gap: clamp(0.72rem, 1.2vw, 1.15rem);
}

.ntoge-mobile-contact-link {
	display: none !important;
}

.ntoge-site-header .wp-block-navigation-item:not(.ntoge-nav-cta) > a {
	color: var(--ntoge-text);
	position: relative;
	text-decoration: none;
}

.ntoge-site-header .wp-block-navigation-item:not(.ntoge-nav-cta) > a::after {
	background: var(--ntoge-accent);
	bottom: -0.28rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--ntoge-transition);
	width: 100%;
}

.ntoge-site-header .wp-block-navigation-item:not(.ntoge-nav-cta) > a:hover,
.ntoge-site-header .wp-block-navigation-item:not(.ntoge-nav-cta) > a:focus-visible {
	color: var(--ntoge-accent);
}

.ntoge-site-header .wp-block-navigation-item:not(.ntoge-nav-cta) > a:hover::after,
.ntoge-site-header .wp-block-navigation-item:not(.ntoge-nav-cta) > a:focus-visible::after {
	transform: scaleX(1);
}

.ntoge-site-header .wp-block-navigation-item.ntoge-nav-cta > a {
	background: var(--ntoge-accent);
	border: 1px solid var(--ntoge-accent);
	color: var(--ntoge-on-dark);
	padding: 0.62rem 0.85rem;
}

.ntoge-site-header .wp-block-navigation-item.ntoge-nav-cta > a:hover,
.ntoge-site-header .wp-block-navigation-item.ntoge-nav-cta > a:focus-visible {
	background: var(--ntoge-accent-hover);
	border-color: var(--ntoge-accent-hover);
	color: var(--ntoge-on-dark);
}

.ntoge-language-switcher {
	align-items: center;
	color: var(--ntoge-muted-text);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.78rem;
	font-weight: 650;
	gap: 0.35rem;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-left: clamp(0.35rem, 0.8vw, 0.75rem);
	white-space: nowrap;
}

.ntoge-language-switcher a,
.ntoge-language-switcher__current {
	align-items: center;
	color: inherit;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	min-width: 28px;
	text-decoration: none;
}

.ntoge-language-switcher a:hover,
.ntoge-language-switcher a:focus-visible,
.ntoge-language-switcher__current {
	color: var(--ntoge-accent);
}

.ntoge-language-switcher a:focus-visible {
	outline: 1px solid var(--ntoge-accent);
	outline-offset: 3px;
}

.ntoge-language-switcher__separator {
	color: var(--ntoge-border);
}

.ntoge-section {
	padding-bottom: clamp(5rem, 7vw, 7rem);
	padding-top: clamp(5rem, 7vw, 7rem);
}

.ntoge-section--compact {
	padding-bottom: clamp(1.5rem, 3vw, 2rem);
	padding-top: clamp(1.5rem, 3vw, 2rem);
}

.ntoge-section h2.has-x-large-font-size {
	font-size: clamp(2rem, 3.4vw, 2.75rem);
	letter-spacing: -0.025em;
	line-height: 1.12;
}

.ntoge-eyebrow {
	color: var(--ntoge-accent);
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ntoge-lede {
	color: var(--ntoge-muted-text);
	font-size: clamp(1.0625rem, 1.35vw, 1.25rem);
	line-height: 1.7;
	max-width: 48rem;
}

.ntoge-hero {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: clamp(720px, 88svh, 960px);
	isolation: isolate;
	margin: 0 !important;
	max-height: 960px;
	min-height: 720px;
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.ntoge-hero h1 {
	font-family: var(--ntoge-serif);
	font-size: clamp(3rem, 5vw, 4.5rem) !important;
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
	margin-bottom: 1.5rem;
	max-width: 42.5rem;
	text-wrap: balance;
}

.ntoge-hero .ntoge-lede {
	color: rgba(247, 244, 237, 0.84);
	font-size: clamp(1.0625rem, 1.35vw, 1.2rem);
	line-height: 1.7;
	max-width: 39rem;
}

.ntoge-hero__media {
	background: var(--ntoge-dark);
	inset: 0;
	margin: 0 !important;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.ntoge-hero__picture {
	display: block;
	height: 100%;
	transform-origin: center;
	width: 100%;
}

.ntoge-hero__image {
	backface-visibility: hidden;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: 56% 52%;
	transform-origin: 65% 60%;
	width: 100%;
}

.ntoge-hero__overlay {
	background: linear-gradient(
		90deg,
		rgba(18, 17, 15, 0.68) 0%,
		rgba(18, 17, 15, 0.48) 35%,
		rgba(18, 17, 15, 0.16) 68%,
		rgba(18, 17, 15, 0.06) 100%
	);
	height: auto;
	inset: 0;
	margin: 0 !important;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.ntoge-hero__content-shell {
	align-items: flex-end;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	margin: 0 auto !important;
	padding-bottom: clamp(4.5rem, 10vh, 7rem);
	padding-top: clamp(5rem, 12vh, 8rem);
	position: relative;
	width: min(calc(100% - clamp(3rem, 8vw, 8rem)), var(--wp--style--global--wide-size, 1280px));
	z-index: 2;
}

.ntoge-hero__content {
	margin: 0 !important;
	max-width: 42.5rem;
	width: 100%;
}

.ntoge-hero .ntoge-eyebrow {
	color: #E4B3AE;
}

.ntoge-hero__content > h1 {
	color: var(--ntoge-on-dark);
}

.ntoge-hero__content:focus-within {
	opacity: 1 !important;
	pointer-events: auto !important;
	transform: translate3d(0, 0, 0) !important;
}

.ntoge-hero .wp-block-button:not(.is-style-outline) > .wp-block-button__link {
	background: var(--ntoge-accent);
	border-color: var(--ntoge-accent);
	color: var(--ntoge-on-dark);
}

.ntoge-hero .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover {
	background: var(--ntoge-accent-hover);
	border-color: var(--ntoge-accent-hover);
}

.ntoge-hero .wp-block-button.is-style-outline > .wp-block-button__link {
	background: rgba(247, 244, 237, 0.08);
	border-color: rgba(247, 244, 237, 0.78);
	color: var(--ntoge-on-dark);
}

.ntoge-hero .wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background: var(--ntoge-on-dark);
	border-color: var(--ntoge-on-dark);
	color: var(--ntoge-dark);
}

@media (prefers-reduced-motion: no-preference) {
	.ntoge-hero--immersive .ntoge-hero__image {
		will-change: transform;
	}

	.ntoge-hero--immersive .ntoge-hero__media {
		animation: ntoge-hero-media-enter 850ms cubic-bezier(0.22, 1, 0.36, 1) both;
	}

	.ntoge-hero--immersive .ntoge-hero__picture {
		animation: ntoge-hero-picture-enter 850ms cubic-bezier(0.22, 1, 0.36, 1) both;
	}

	.ntoge-hero--immersive .ntoge-hero__content {
		animation: ntoge-hero-content-enter 800ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
	}
}

.ntoge-placeholder-image {
	background: var(--ntoge-muted-bg);
	border: 1px dashed var(--ntoge-border);
}

.ntoge-placeholder-image img {
	background: var(--ntoge-muted-bg);
	display: block;
	height: auto;
	width: 100%;
}

.ntoge-image-card {
	background: var(--ntoge-surface);
	border: 1px solid var(--ntoge-border);
	padding: clamp(0.65rem, 1.5vw, 1rem);
}

.ntoge-trust-grid,
.ntoge-card-grid,
.ntoge-steps,
.ntoge-product-grid {
	display: grid;
}

.ntoge-trust-grid {
	border: 1px solid var(--ntoge-border);
	grid-template-columns: repeat(4, 1fr);
}

.ntoge-trust-grid > * {
	align-items: center;
	background: var(--ntoge-surface);
	border-right: 1px solid var(--ntoge-border);
	display: flex;
	font-size: 0.9375rem;
	justify-content: center;
	letter-spacing: 0.005em;
	line-height: 1.4;
	margin: 0;
	min-height: 68px;
	padding: 0.9rem 1rem;
	text-align: center;
}

.ntoge-trust-grid > *:last-child {
	border-right: 0;
}

.ntoge-card-grid {
	background: transparent;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ntoge-card-grid--four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ntoge-category-grid {
	grid-auto-rows: 1fr;
}

.ntoge-collection-grid {
	grid-auto-rows: 1fr;
}

.ntoge-card {
	background: var(--ntoge-surface);
	border: 1px solid var(--ntoge-border);
	margin: 0;
	padding: clamp(1rem, 1.5vw, 1.25rem);
}

.ntoge-link-card {
	display: flex;
	flex-direction: column;
	min-height: 30rem;
	min-width: 0;
	position: relative;
	transition: background-color var(--ntoge-transition), border-color var(--ntoge-transition), transform var(--ntoge-transition);
}

.ntoge-link-card:hover,
.ntoge-link-card:focus-within {
	background: var(--ntoge-bg);
	border-color: var(--ntoge-accent);
	transform: translateY(-2px);
	z-index: 1;
}

.ntoge-link-card > * {
	width: 100%;
}

.ntoge-link-card .ntoge-placeholder-image {
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
}

.ntoge-link-card .ntoge-placeholder-image img {
	height: 100%;
	object-fit: cover;
}

.ntoge-link-card .ntoge-category-image {
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
}

.ntoge-link-card .ntoge-category-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 450ms ease;
	width: 100%;
}

.ntoge-link-card:hover .ntoge-category-image img,
.ntoge-link-card:focus-within .ntoge-category-image img {
	transform: scale(1.025);
}

.ntoge-link-card .ntoge-solution-image {
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
}

.ntoge-link-card .ntoge-solution-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 400ms ease;
	width: 100%;
}

.ntoge-link-card:hover .ntoge-solution-image img,
.ntoge-link-card:focus-within .ntoge-solution-image img {
	transform: scale(1.025);
}

.ntoge-link-card h3.has-large-font-size {
	font-family: var(--ntoge-sans);
	font-size: clamp(1.625rem, 2vw, 1.75rem) !important;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.14;
	margin-top: 1.25rem;
}

.ntoge-link-card > p:not(.ntoge-card-link) {
	font-size: 1rem;
	line-height: 1.65;
}

.ntoge-link-card .ntoge-card-link {
	margin-top: auto;
	padding-top: 1rem;
}

.ntoge-card-link a {
	color: var(--ntoge-accent);
	font-size: 0.9375rem;
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.ntoge-card-link a::after {
	content: "";
	inset: 0;
	position: absolute;
}

.ntoge-card-link a:focus-visible {
	outline: 0;
}

.ntoge-card-link a:focus-visible::after {
	outline: 3px solid var(--ntoge-accent);
	outline-offset: 3px;
}

.ntoge-card p {
	color: var(--ntoge-muted-text);
}

.ntoge-text-card {
	border-top: 1px solid var(--ntoge-border);
	padding: 1.25rem 0;
}

.ntoge-text-card h3 {
	font-family: var(--ntoge-sans);
	font-weight: 600;
}

.ntoge-split {
	align-items: start;
	display: grid;
	gap: clamp(2.5rem, 5vw, 5rem);
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}

.ntoge-customization {
	background-color: var(--ntoge-bg);
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.ntoge-customization::before {
	background-image:
		linear-gradient(
			90deg,
			rgba(246, 242, 234, 0.92) 0%,
			rgba(246, 242, 234, 0.72) 50%,
			rgba(246, 242, 234, 0.58) 100%
		),
		url("../images/backgrounds/custom-supply-process-frosted-factory.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.ntoge-customization > .ntoge-split {
	position: relative;
	z-index: 1;
}

@media (min-width: 1101px) {
	.ntoge-customization .ntoge-split {
		gap: clamp(2.25rem, 3.2vw, 3.25rem);
		grid-template-columns: minmax(330px, 0.66fr) minmax(0, 1.34fr);
	}
}

.ntoge-customization__intro h2.has-x-large-font-size {
	font-size: clamp(2rem, 3vw, 2.75rem) !important;
	line-height: 1.12;
}

.ntoge-customization__intro .ntoge-lede {
	margin-left: 0 !important;
	margin-right: 0;
	max-width: 35rem;
}

.ntoge-customization__intro .wp-block-button__link {
	min-height: 48px;
}

.ntoge-customization__process {
	min-width: 0;
}

.ntoge-steps {
	align-items: stretch;
	counter-reset: ntoge-step;
	gap: 0.75rem;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ntoge-step {
	background: var(--ntoge-surface);
	border: 1px solid var(--ntoge-border);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	min-height: 340px;
	padding: clamp(1.4rem, 1.8vw, 1.75rem);
	transition:
		background-color 300ms ease,
		border-color 300ms ease,
		transform 300ms ease;
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
	.ntoge-step {
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		background: rgba(250, 247, 241, 0.86);
	}
}

.ntoge-step::before {
	color: var(--ntoge-accent);
	content: counter(ntoge-step, decimal-leading-zero);
	counter-increment: ntoge-step;
	display: block;
	font-size: 0.8125rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	margin-bottom: clamp(1.4rem, 2vw, 2rem);
}

.ntoge-step h3.has-large-font-size {
	font-family: var(--ntoge-sans);
	font-size: clamp(1.25rem, 1.55vw, 1.5rem) !important;
	font-weight: 600;
	hyphens: none;
	line-height: 1.24;
	margin: 0 !important;
	overflow-wrap: normal;
	text-wrap: balance;
	width: 100%;
	word-break: normal;
}

.ntoge-step .ntoge-step__description {
	color: var(--ntoge-muted-text);
	font-size: clamp(0.875rem, 0.92vw, 0.9375rem);
	line-height: 1.58;
	margin-bottom: 0;
	margin-top: 1rem;
}

.ntoge-step .ntoge-step__timing {
	border-top: 1px solid rgba(214, 208, 197, 0.8);
	color: var(--ntoge-muted-text);
	font-size: 0.8125rem;
	line-height: 1.5;
	margin: auto 0 0;
	padding-top: 0.9rem;
}

.ntoge-step__timing strong {
	color: var(--ntoge-text);
	font-weight: 650;
}

.ntoge-steps__note {
	color: var(--ntoge-muted-text);
	font-size: 0.8125rem;
	line-height: 1.55;
	margin: 1.25rem 0 0;
	max-width: 54rem;
}

.ntoge-step:hover {
	background-color: rgba(255, 253, 248, 0.96);
	border-color: #bdb5a9;
	transform: translate3d(0, -2px, 0);
}

.ntoge-customization--motion-ready .ntoge-step {
	opacity: 0;
	transform: translate3d(0, 12px, 0);
	transition:
		opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
		background-color 300ms ease,
		border-color 300ms ease;
	transition-delay: var(--ntoge-step-delay, 0ms);
}

.ntoge-customization--motion-ready.is-visible .ntoge-step {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.ntoge-customization--motion-ready.is-visible.is-settled .ntoge-step {
	transition-delay: 0ms;
}

.ntoge-customization--motion-ready.is-visible .ntoge-step:hover {
	transform: translate3d(0, -2px, 0);
	transition-delay: 0ms;
}

.ntoge-featured-query .wp-block-post-template {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ntoge-featured-query--home .wp-block-post-template {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ntoge-featured-query .wp-block-post {
	background: var(--ntoge-surface);
	border: 1px solid var(--ntoge-border);
	display: flex;
	flex-direction: column;
	padding: 1rem;
}

.ntoge-featured-query .wp-block-post-featured-image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.ntoge-featured-query .wp-block-post-title {
	font-family: var(--ntoge-sans);
}

.ntoge-product-card__quote {
	font-size: 0.9375rem;
	font-weight: 650;
	margin-top: auto;
	padding-top: 0.75rem;
}

.ntoge-product-card__quote a {
	color: var(--ntoge-accent);
}

.ntoge-product-card__quote a:hover {
	color: var(--ntoge-accent-hover);
}

.ntoge-contact-panel,
.ntoge-contact-strip {
	border-bottom: 1px solid var(--ntoge-border);
	border-top: 1px solid var(--ntoge-border);
	box-sizing: border-box;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
	margin-top: clamp(2rem, 4vw, 3.5rem);
	padding: clamp(1.5rem, 3vw, 2.25rem) 0;
}

.ntoge-contact-panel h2:first-child,
.ntoge-contact-panel h3:first-child,
.ntoge-contact-strip h2:first-child {
	margin-top: 0;
}

.ntoge-contact-panel a,
.ntoge-contact-strip a,
.ntoge-footer-contact a {
	overflow-wrap: anywhere;
}

.ntoge-contact-value {
	white-space: nowrap;
}

.ntoge-copy-contact {
	appearance: none;
	background: transparent;
	border: 0;
	border-bottom: 1px solid currentColor;
	color: var(--ntoge-accent);
	cursor: pointer;
	font: inherit;
	font-size: 0.8125rem;
	margin-left: 0.35rem;
	padding: 0.15rem 0;
}

.ntoge-copy-contact:hover {
	color: var(--ntoge-accent-hover);
}

.ntoge-copy-contact:focus-visible {
	outline: 1px solid var(--ntoge-accent);
	outline-offset: 3px;
}

.ntoge-privacy-content.wp-block-group.alignwide {
	margin-inline: auto;
	max-width: 820px;
	padding-bottom: clamp(4rem, 6vw, 5.5rem);
	padding-top: clamp(2rem, 3vw, 3rem);
	width: 100%;
}

.ntoge-privacy-section {
	margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.ntoge-privacy-section h2 {
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	letter-spacing: -0.015em;
	margin-bottom: 0.85rem;
	margin-top: 0;
}

.ntoge-privacy-section p,
.ntoge-privacy-contact p {
	line-height: 1.7;
}

.ntoge-privacy-contact {
	margin-bottom: 0;
	margin-top: clamp(1rem, 2vw, 1.75rem);
}

.ntoge-products-section-heading {
	margin: 0 auto clamp(2rem, 4vw, 3.25rem) 0 !important;
	max-width: 46rem;
}

.ntoge-products-categories > .ntoge-products-category-grid,
.ntoge-products-featured-section > .ntoge-featured-query,
.ntoge-products-catalogue-section > .ntoge-featured-query {
	max-width: var(--wp--style--global--wide-size, 1240px) !important;
	width: 100%;
}

.ntoge-products-section-heading .ntoge-eyebrow {
	margin-bottom: 0.85rem;
}

.ntoge-products-section-heading h2 {
	margin: 0;
}

.ntoge-products-section-heading .ntoge-lede {
	font-size: clamp(1rem, 1.15vw, 1.125rem);
	margin-bottom: 0;
	margin-top: 1rem;
	max-width: 42rem;
}

.ntoge-products-categories {
	padding-bottom: clamp(4rem, 7vw, 6rem);
	padding-top: clamp(4rem, 7vw, 6rem);
}

.ntoge-products-category-grid {
	border-bottom: 1px solid var(--ntoge-border);
	border-top: 1px solid var(--ntoge-border);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ntoge-products-category-card {
	box-sizing: border-box;
	color: var(--ntoge-text);
	display: flex;
	flex-direction: column;
	min-height: 17rem;
	padding: clamp(1.5rem, 2.5vw, 2.25rem);
	position: relative;
	text-decoration: none;
	transition:
		background-color 260ms ease,
		color 260ms ease;
}

.ntoge-products-category-card:nth-child(3n+2),
.ntoge-products-category-card:nth-child(3n+3) {
	border-left: 1px solid var(--ntoge-border);
}

.ntoge-products-category-card:nth-child(n+4) {
	border-top: 1px solid var(--ntoge-border);
}

.ntoge-products-category-card::before {
	background: var(--ntoge-accent);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: -1px;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 260ms ease;
}

.ntoge-products-category-card__number {
	color: var(--ntoge-accent);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.ntoge-products-category-card strong {
	font-size: clamp(1.25rem, 1.8vw, 1.625rem);
	font-weight: 600;
	line-height: 1.25;
	margin-top: clamp(1.75rem, 3vw, 2.75rem);
}

.ntoge-products-category-card > span:not(.ntoge-products-category-card__number) {
	color: var(--ntoge-muted-text);
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-top: 0.85rem;
}

.ntoge-products-category-card em {
	color: var(--ntoge-accent);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 650;
	margin-top: auto;
	padding-top: 1.5rem;
}

.ntoge-products-category-card:hover,
.ntoge-products-category-card:focus-visible {
	background: var(--ntoge-surface);
	color: var(--ntoge-text);
}

.ntoge-products-category-card:hover::before,
.ntoge-products-category-card:focus-visible::before {
	transform: scaleX(1);
}

.ntoge-products-category-card:focus-visible {
	outline: 1px solid var(--ntoge-accent);
	outline-offset: -1px;
}

.ntoge-products-featured-section {
	background: var(--ntoge-muted-bg);
	box-sizing: border-box;
	max-width: none !important;
	padding: clamp(4rem, 7vw, 6rem) max(24px, calc((100vw - 1240px) / 2));
	width: 100%;
}

.ntoge-products-catalogue-section {
	padding-bottom: clamp(4rem, 7vw, 6rem);
	padding-top: clamp(4rem, 7vw, 6rem);
}

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

	.ntoge-products-category-card:nth-child(n) {
		border-left: 0;
	}

	.ntoge-products-category-card:nth-child(even) {
		border-left: 1px solid var(--ntoge-border);
	}

	.ntoge-products-category-card:nth-child(n+3) {
		border-top: 1px solid var(--ntoge-border);
	}
}

@media (max-width: 640px) {
	.ntoge-products-category-grid {
		grid-template-columns: 1fr;
	}

	.ntoge-products-category-card,
	.ntoge-products-category-card:nth-child(n) {
		border-left: 0;
	}

	.ntoge-products-category-card:nth-child(n+2) {
		border-top: 1px solid var(--ntoge-border);
	}

	.ntoge-products-category-card {
		min-height: 0;
		padding: 1.5rem 0;
	}

	.ntoge-products-category-card strong {
		margin-top: 1rem;
	}

	.ntoge-products-category-card em {
		margin-top: 0.35rem;
		padding-top: 1rem;
	}

	.ntoge-products-featured-section {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.ntoge-editorial-pagination {
	align-items: center;
	background: transparent;
	color: #292723;
	display: flex;
	font-family: var(--ntoge-sans);
	font-size: 0.9375rem;
	font-variant-numeric: tabular-nums;
	gap: 1rem;
	justify-content: center !important;
	margin: clamp(3rem, 5vw, 4rem) auto;
	width: 100%;
}

.ntoge-editorial-pagination .wp-block-query-pagination-numbers {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin: 0;
}

.ntoge-editorial-pagination a,
.ntoge-editorial-pagination .page-numbers {
	align-items: center;
	background: transparent !important;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #292723;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-width: 44px;
	padding: 0;
	position: relative;
	text-decoration: none !important;
}

.ntoge-editorial-pagination .page-numbers.dots,
.ntoge-editorial-pagination .wp-block-query-pagination-previous,
.ntoge-editorial-pagination .wp-block-query-pagination-next {
	color: #837d73;
}

.ntoge-editorial-pagination .wp-block-query-pagination-previous,
.ntoge-editorial-pagination .wp-block-query-pagination-next {
	font-size: 1.125rem;
}

.ntoge-editorial-pagination .wp-block-query-pagination-previous-arrow,
.ntoge-editorial-pagination .wp-block-query-pagination-next-arrow {
	margin: 0;
}

.ntoge-editorial-pagination .wp-block-query-pagination-numbers a::after,
.ntoge-editorial-pagination .page-numbers.current::after {
	background: #8b3129;
	bottom: 3px;
	content: "";
	height: 2px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity 180ms ease;
	width: 20px;
}

.ntoge-editorial-pagination .page-numbers.current::after,
.ntoge-editorial-pagination .wp-block-query-pagination-numbers a:hover::after,
.ntoge-editorial-pagination .wp-block-query-pagination-numbers a:focus-visible::after {
	opacity: 1;
}

.ntoge-editorial-pagination a:hover {
	color: #8b3129;
}

.ntoge-editorial-pagination a:focus-visible {
	color: #8b3129;
	outline: 1px solid #8b3129;
	outline-offset: 2px;
}

@media (max-width: 1024px) {
	.ntoge-editorial-pagination,
	.ntoge-editorial-pagination .wp-block-query-pagination-numbers {
		gap: 0.75rem;
	}
}

@media (max-width: 768px) {
	.ntoge-editorial-pagination,
	.ntoge-editorial-pagination .wp-block-query-pagination-numbers {
		gap: 0.625rem;
	}
}

@media (max-width: 480px) {
	.ntoge-editorial-pagination,
	.ntoge-editorial-pagination .wp-block-query-pagination-numbers {
		gap: 0.375rem;
	}

	.ntoge-editorial-pagination .wp-block-query-pagination-numbers .page-numbers {
		display: none;
	}

	.ntoge-editorial-pagination .wp-block-query-pagination-numbers .page-numbers:first-child,
	.ntoge-editorial-pagination .wp-block-query-pagination-numbers .page-numbers:last-child,
	.ntoge-editorial-pagination .wp-block-query-pagination-numbers .page-numbers.current,
	.ntoge-editorial-pagination .wp-block-query-pagination-numbers .page-numbers.current + .page-numbers:not(.dots),
	.ntoge-editorial-pagination .wp-block-query-pagination-numbers .page-numbers:has(+ .page-numbers.current) {
		display: inline-flex;
	}
}

.ntoge-empty-state {
	background: var(--ntoge-bg);
	border: 1px dashed var(--ntoge-border);
	padding: clamp(2rem, 4vw, 3.5rem);
	text-align: center;
}

.ntoge-faq .wp-block-details {
	border-top: 1px solid var(--ntoge-border);
	margin: 0;
	padding: 1.1rem 0;
}

.ntoge-faq .wp-block-details:last-child {
	border-bottom: 1px solid var(--ntoge-border);
}

.ntoge-faq summary {
	cursor: pointer;
	font-weight: 650;
}

.has-forest-dark-background-color,
.ntoge-cta {
	background: var(--ntoge-dark);
	color: var(--ntoge-on-dark);
}

.has-forest-dark-background-color.has-text-color {
	color: var(--ntoge-on-dark) !important;
}

.has-forest-dark-background-color .ntoge-eyebrow,
.ntoge-cta .ntoge-eyebrow {
	color: var(--ntoge-on-dark);
}

.has-forest-dark-background-color .wp-block-heading,
.ntoge-cta .wp-block-heading {
	color: var(--ntoge-on-dark);
}

.has-forest-dark-background-color .wp-block-button__link.has-paper-background-color,
.ntoge-cta .wp-block-button__link.has-paper-background-color {
	background: var(--ntoge-surface);
	border-color: var(--ntoge-surface);
	color: var(--ntoge-dark);
}

.has-forest-dark-background-color .wp-block-button__link.has-paper-background-color:hover,
.ntoge-cta .wp-block-button__link.has-paper-background-color:hover {
	background: var(--ntoge-muted-bg);
	border-color: var(--ntoge-muted-bg);
	color: var(--ntoge-dark);
}

.ntoge-cta {
	padding: clamp(2rem, 4.5vw, 4rem);
}

.ntoge-cta a:not(.wp-block-button__link) {
	color: inherit;
}

.ntoge-page-hero {
	border-bottom: 1px solid var(--ntoge-border);
	padding-bottom: clamp(4rem, 7vw, 6rem);
	padding-top: clamp(4rem, 7vw, 6rem);
}

.ntoge-page-hero .wp-block-post-title {
	font-family: var(--ntoge-serif);
	font-size: clamp(2.75rem, 5.2vw, 4.5rem);
	font-weight: 400;
}

.ntoge-about-page {
	background: var(--ntoge-bg);
}

.ntoge-about-hero h1 {
	font-family: var(--ntoge-serif);
	font-size: clamp(2.75rem, 5.2vw, 4.5rem) !important;
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.08;
	max-width: 15ch;
}

.ntoge-about-hero .ntoge-lede {
	max-width: 47rem;
}

.ntoge-about-intro {
	display: grid;
	gap: clamp(3rem, 7vw, 7rem);
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.ntoge-about-intro__heading,
.ntoge-about-intro__copy {
	min-width: 0;
}

.ntoge-about-intro__heading h2 {
	font-size: clamp(2.25rem, 4vw, 3.5rem) !important;
	line-height: 1.13;
	margin-top: 1rem;
	max-width: 12ch;
}

.ntoge-about-intro__copy {
	max-width: 43rem;
}

.ntoge-about-intro__copy p {
	color: var(--ntoge-muted-text);
	font-size: clamp(1rem, 1.25vw, 1.125rem);
	line-height: 1.75;
}

.ntoge-about-intro__copy p:first-child {
	color: var(--ntoge-text);
	font-size: clamp(1.125rem, 1.5vw, 1.3rem);
}

.ntoge-about-production {
	background: var(--ntoge-surface);
	border-top: 1px solid var(--ntoge-border);
}

.ntoge-about-production__header {
	margin-left: auto;
	margin-right: auto;
	max-width: 66rem;
	text-align: center;
}

.ntoge-about-production__header h2 {
	font-size: clamp(2.25rem, 4vw, 3.5rem) !important;
	line-height: 1.13;
	margin-left: auto;
	margin-right: auto;
	max-width: 18ch;
}

.ntoge-about-production__header .ntoge-lede {
	color: var(--ntoge-muted-text);
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
}

.ntoge-about-production__media {
	margin-bottom: 0;
	margin-top: clamp(2.5rem, 5vw, 4.25rem);
	width: min(100%, 72rem);
}

.ntoge-about-production__stage {
	aspect-ratio: 16 / 9;
	background: var(--ntoge-dark);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ntoge-about-production__video {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ntoge-about-production__play {
	align-items: center;
	background: rgba(41, 39, 35, 0.88);
	border: 1px solid rgba(247, 244, 237, 0.82);
	border-radius: 50%;
	color: var(--ntoge-on-dark);
	cursor: pointer;
	display: flex;
	height: 64px;
	inset: 50% auto auto 50%;
	justify-content: center;
	padding: 0;
	position: absolute;
	transform: translate3d(-50%, -50%, 0);
	transition: background-color 220ms ease, border-color 220ms ease;
	width: 64px;
	z-index: 2;
}

.ntoge-about-production__play:hover {
	background: var(--ntoge-accent);
	border-color: var(--ntoge-on-dark);
}

.ntoge-about-production__play:focus-visible {
	outline: 3px solid var(--ntoge-on-dark);
	outline-offset: 4px;
}

.ntoge-about-production__play[hidden] {
	display: none;
}

.ntoge-about-production__play-icon {
	border-bottom: 8px solid transparent;
	border-left: 13px solid currentColor;
	border-top: 8px solid transparent;
	display: block;
	margin-left: 4px;
}

.ntoge-about-production__media figcaption,
.ntoge-about-production__fallback {
	color: var(--ntoge-muted-text);
	font-size: 0.875rem;
	line-height: 1.6;
	margin: 1rem 0 0;
}

.ntoge-about-production__fallback a {
	color: var(--ntoge-accent);
}

.ntoge-about-production__stage.is-error .ntoge-about-production__play {
	display: flex;
}

.ntoge-about-gallery {
	background: var(--ntoge-muted-bg);
	border-top: 1px solid var(--ntoge-border);
}

.ntoge-about-gallery__header {
	margin-left: auto;
	margin-right: auto;
	max-width: 62rem;
	text-align: center;
}

.ntoge-about-gallery__header h2 {
	font-size: clamp(2.25rem, 4vw, 3.5rem) !important;
	line-height: 1.13;
	margin-left: auto;
	margin-right: auto;
	max-width: 19ch;
}

.ntoge-about-gallery__header .ntoge-lede {
	color: var(--ntoge-muted-text);
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
}

.ntoge-about-gallery__grid {
	display: grid;
	gap: clamp(0.75rem, 1.25vw, 1.125rem);
	grid-auto-flow: dense;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	margin-top: clamp(2.75rem, 5vw, 4.5rem);
}

.ntoge-about-gallery__item {
	margin: 0;
	min-width: 0;
}

.ntoge-about-gallery__item--facility {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	grid-column: 1 / span 7;
	grid-row: 1 / span 2;
}

.ntoge-about-gallery__item--overview {
	grid-column: 8 / span 5;
	grid-row: 1;
}

.ntoge-about-gallery__item--equipment {
	grid-column: 8 / span 5;
	grid-row: 2;
}

.ntoge-about-gallery__item--packaging {
	grid-column: 1 / span 4;
	grid-row: 3;
}

.ntoge-about-gallery__item--detail {
	grid-column: 5 / span 4;
	grid-row: 3;
}

.ntoge-about-gallery__item--assembly {
	grid-column: 9 / span 4;
	grid-row: 3;
}

.ntoge-about-gallery__item--packing {
	grid-column: 1 / span 6;
	grid-row: 4;
}

.ntoge-about-gallery__item--handling {
	grid-column: 7 / span 6;
	grid-row: 4;
}

.ntoge-about-gallery__trigger {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	cursor: zoom-in;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.ntoge-about-gallery__item--facility .ntoge-about-gallery__trigger {
	height: 100%;
	min-height: 100%;
}

.ntoge-about-gallery__item--overview .ntoge-about-gallery__trigger,
.ntoge-about-gallery__item--equipment .ntoge-about-gallery__trigger {
	aspect-ratio: 16 / 9;
}

.ntoge-about-gallery__item--packaging .ntoge-about-gallery__trigger,
.ntoge-about-gallery__item--detail .ntoge-about-gallery__trigger,
.ntoge-about-gallery__item--assembly .ntoge-about-gallery__trigger {
	aspect-ratio: 4 / 3;
}

.ntoge-about-gallery__item--packing .ntoge-about-gallery__trigger,
.ntoge-about-gallery__item--handling .ntoge-about-gallery__trigger {
	aspect-ratio: 3 / 4;
}

.ntoge-about-gallery__trigger img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: filter 360ms ease, transform 360ms ease;
	width: 100%;
}

.ntoge-about-gallery__trigger:hover img {
	filter: brightness(1.025);
	transform: scale(1.015);
}

.ntoge-about-gallery__trigger:focus-visible {
	outline: 3px solid var(--ntoge-accent);
	outline-offset: 4px;
}

.ntoge-about-gallery__item figcaption {
	color: var(--ntoge-muted-text);
	font-size: 0.8125rem;
	letter-spacing: 0.025em;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.ntoge-about-gallery__note {
	color: var(--ntoge-muted-text);
	font-size: 0.875rem;
	line-height: 1.65;
	margin-bottom: 0;
	margin-top: clamp(2rem, 4vw, 3rem);
}

.ntoge-gallery-dialog {
	background: transparent;
	border: 0;
	color: var(--ntoge-on-dark);
	height: 100%;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	width: 100%;
}

.ntoge-gallery-dialog::backdrop {
	background: rgba(41, 39, 35, 0.94);
}

.ntoge-gallery-dialog__panel {
	align-items: center;
	display: grid;
	height: 100%;
	justify-items: center;
	padding: clamp(3.75rem, 7vw, 6rem) clamp(1rem, 6vw, 6rem) clamp(2rem, 5vw, 4rem);
	position: relative;
	width: 100%;
}

.ntoge-gallery-dialog__figure {
	display: grid;
	gap: 0.875rem;
	grid-template-rows: minmax(0, 1fr) auto;
	margin: 0;
	max-height: 100%;
	max-width: min(86vw, 100rem);
	min-height: 0;
}

.ntoge-gallery-dialog__image {
	display: block;
	height: auto;
	margin: auto;
	max-height: min(78vh, 75rem);
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.ntoge-gallery-dialog__caption {
	color: var(--ntoge-on-dark);
	font-size: 0.875rem;
	letter-spacing: 0.025em;
	line-height: 1.5;
	text-align: center;
}

.ntoge-gallery-dialog__close,
.ntoge-gallery-dialog__nav {
	align-items: center;
	background: rgba(247, 244, 237, 0.1);
	border: 1px solid rgba(247, 244, 237, 0.45);
	border-radius: 0;
	color: var(--ntoge-on-dark);
	cursor: pointer;
	display: flex;
	height: 48px;
	justify-content: center;
	padding: 0;
	position: absolute;
	transition: background-color 220ms ease, border-color 220ms ease;
	width: 48px;
	z-index: 2;
}

.ntoge-gallery-dialog__close:hover,
.ntoge-gallery-dialog__nav:hover {
	background: var(--ntoge-accent);
	border-color: var(--ntoge-on-dark);
}

.ntoge-gallery-dialog__close:focus-visible,
.ntoge-gallery-dialog__nav:focus-visible {
	outline: 3px solid var(--ntoge-on-dark);
	outline-offset: 3px;
}

.ntoge-gallery-dialog__close {
	font-size: 1.75rem;
	line-height: 1;
	right: clamp(1rem, 3vw, 2.5rem);
	top: clamp(1rem, 3vw, 2.5rem);
}

.ntoge-gallery-dialog__nav {
	font-size: 1.35rem;
	top: 50%;
	transform: translateY(-50%);
}

.ntoge-gallery-dialog__nav--previous {
	left: clamp(1rem, 3vw, 2.5rem);
}

.ntoge-gallery-dialog__nav--next {
	right: clamp(1rem, 3vw, 2.5rem);
}

body.ntoge-gallery-open {
	overflow: hidden;
}

.ntoge-about-facts {
	background: var(--ntoge-muted-bg);
	border-bottom: 1px solid var(--ntoge-border);
	border-top: 1px solid var(--ntoge-border);
	padding-bottom: clamp(3.25rem, 5vw, 4.75rem);
	padding-top: clamp(3.25rem, 5vw, 4.75rem);
}

.ntoge-about-facts__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ntoge-about-fact {
	border-left: 1px solid var(--ntoge-border);
	margin: 0;
	min-width: 0;
	padding: 0 clamp(1rem, 2.2vw, 2rem);
}

.ntoge-about-fact:first-child {
	border-left: 0;
	padding-left: 0;
}

.ntoge-about-fact:last-child {
	padding-right: 0;
}

.ntoge-about-fact .ntoge-about-fact__value {
	color: var(--ntoge-accent);
	font-family: var(--ntoge-sans);
	font-size: clamp(1.4rem, 1.85vw, 1.75rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0;
}

.ntoge-about-fact .ntoge-about-fact__label {
	color: var(--ntoge-muted-text);
	font-size: 0.9375rem;
	line-height: 1.55;
	margin: 0.8rem 0 0 !important;
	max-width: 18rem;
}

.ntoge-about-cta {
	background: var(--ntoge-surface);
	padding-bottom: clamp(4.5rem, 7vw, 7rem);
	padding-top: clamp(4.5rem, 7vw, 7rem);
}

.ntoge-about-cta__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 54rem;
	text-align: center;
}

.ntoge-about-cta__inner h2 {
	font-size: clamp(2.25rem, 4vw, 3.5rem) !important;
	line-height: 1.14;
}

.ntoge-about-cta__inner .ntoge-lede {
	color: var(--ntoge-muted-text);
	margin-left: auto;
	margin-right: auto;
	max-width: 46rem;
}

.ntoge-about-cta__buttons {
	justify-content: center;
	margin-top: 2rem;
}

.ntoge-about-cta__buttons .wp-block-button__link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 48px;
}

@keyframes ntoge-about-reveal {
	from {
		opacity: 0;
		transform: translate3d(0, 10px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.ntoge-about-hero > *,
.ntoge-about-intro > *,
.ntoge-about-production__header,
.ntoge-about-production__media,
.ntoge-about-gallery__header,
.ntoge-about-gallery__grid,
.ntoge-about-gallery__note,
.ntoge-about-fact,
.ntoge-about-cta__inner {
	animation: ntoge-about-reveal 440ms ease-out both;
}

.ntoge-about-hero > *:nth-child(2),
.ntoge-about-intro > *:nth-child(2) {
	animation-delay: 70ms;
}

.ntoge-about-hero > *:nth-child(3),
.ntoge-about-production__media,
.ntoge-about-fact:nth-child(2) {
	animation-delay: 140ms;
}

.ntoge-about-fact:nth-child(3) {
	animation-delay: 210ms;
}

.ntoge-about-fact:nth-child(4) {
	animation-delay: 280ms;
}

@media (max-width: 960px) {
	.ntoge-about-intro {
		gap: 2.5rem;
		grid-template-columns: 1fr;
	}

	.ntoge-about-intro__heading h2 {
		max-width: 16ch;
	}

	.ntoge-about-intro__copy {
		max-width: 48rem;
	}

	.ntoge-about-production__media {
		width: 100%;
	}

	.ntoge-about-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ntoge-about-gallery__item--facility {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.ntoge-about-gallery__item--overview,
	.ntoge-about-gallery__item--equipment,
	.ntoge-about-gallery__item--packaging,
	.ntoge-about-gallery__item--detail,
	.ntoge-about-gallery__item--packing,
	.ntoge-about-gallery__item--handling {
		grid-column: auto;
		grid-row: auto;
	}

	.ntoge-about-gallery__item--assembly {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.ntoge-about-gallery__item--facility .ntoge-about-gallery__trigger,
	.ntoge-about-gallery__item--overview .ntoge-about-gallery__trigger,
	.ntoge-about-gallery__item--equipment .ntoge-about-gallery__trigger,
	.ntoge-about-gallery__item--packaging .ntoge-about-gallery__trigger,
	.ntoge-about-gallery__item--detail .ntoge-about-gallery__trigger {
		aspect-ratio: 4 / 3;
		height: auto;
		min-height: 0;
	}

	.ntoge-about-gallery__item--assembly .ntoge-about-gallery__trigger {
		aspect-ratio: 16 / 9;
		height: auto;
		min-height: 0;
	}

	.ntoge-about-gallery__item--packing .ntoge-about-gallery__trigger,
	.ntoge-about-gallery__item--handling .ntoge-about-gallery__trigger {
		aspect-ratio: 3 / 4;
	}

	.ntoge-about-facts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 2.5rem;
	}

	.ntoge-about-fact:nth-child(3) {
		border-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 640px) {
	.ntoge-about-hero h1 {
		font-size: clamp(2.45rem, 12vw, 3.25rem) !important;
		max-width: none;
	}

	.ntoge-about-intro__heading h2,
	.ntoge-about-production__header h2,
	.ntoge-about-gallery__header h2,
	.ntoge-about-cta__inner h2 {
		font-size: clamp(2rem, 10vw, 2.65rem) !important;
	}

	.ntoge-about-production__header,
	.ntoge-about-gallery__header {
		text-align: left;
	}

	.ntoge-about-production__header h2,
	.ntoge-about-production__header .ntoge-lede,
	.ntoge-about-gallery__header h2,
	.ntoge-about-gallery__header .ntoge-lede {
		margin-left: 0;
		margin-right: 0;
	}

	.ntoge-about-production__media {
		margin-top: 2rem;
	}

	.ntoge-about-production__play {
		height: 56px;
		width: 56px;
	}

	.ntoge-about-gallery__grid {
		grid-template-columns: 1fr;
		margin-top: 2.25rem;
	}

	.ntoge-about-gallery__item--facility,
	.ntoge-about-gallery__item--overview,
	.ntoge-about-gallery__item--equipment,
	.ntoge-about-gallery__item--packaging,
	.ntoge-about-gallery__item--detail,
	.ntoge-about-gallery__item--assembly,
	.ntoge-about-gallery__item--packing,
	.ntoge-about-gallery__item--handling {
		grid-column: 1;
	}

	.ntoge-about-gallery__item--facility .ntoge-about-gallery__trigger,
	.ntoge-about-gallery__item--overview .ntoge-about-gallery__trigger,
	.ntoge-about-gallery__item--equipment .ntoge-about-gallery__trigger,
	.ntoge-about-gallery__item--packaging .ntoge-about-gallery__trigger,
	.ntoge-about-gallery__item--detail .ntoge-about-gallery__trigger,
	.ntoge-about-gallery__item--assembly .ntoge-about-gallery__trigger {
		aspect-ratio: 4 / 3;
	}

	.ntoge-about-gallery__item--packing .ntoge-about-gallery__trigger,
	.ntoge-about-gallery__item--handling .ntoge-about-gallery__trigger {
		aspect-ratio: 3 / 4;
	}

	.ntoge-gallery-dialog__panel {
		padding: 4.5rem 0.75rem 5.5rem;
	}

	.ntoge-gallery-dialog__figure {
		max-width: 100%;
	}

	.ntoge-gallery-dialog__image {
		max-height: 70vh;
	}

	.ntoge-gallery-dialog__nav {
		bottom: 1rem;
		top: auto;
		transform: none;
	}

	.ntoge-gallery-dialog__nav--previous {
		left: calc(50% - 56px);
	}

	.ntoge-gallery-dialog__nav--next {
		right: calc(50% - 56px);
	}

	.ntoge-about-facts__grid {
		grid-template-columns: 1fr;
		row-gap: 0;
	}

	.ntoge-about-fact,
	.ntoge-about-fact:first-child,
	.ntoge-about-fact:nth-child(3),
	.ntoge-about-fact:last-child {
		border-bottom: 1px solid var(--ntoge-border);
		border-left: 0;
		padding: 1.5rem 0;
	}

	.ntoge-about-fact:first-child {
		padding-top: 0;
	}

	.ntoge-about-fact:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.ntoge-about-cta__buttons,
	.ntoge-about-cta__buttons .wp-block-button,
	.ntoge-about-cta__buttons .wp-block-button__link {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ntoge-about-hero > *,
	.ntoge-about-intro > *,
	.ntoge-about-production__header,
	.ntoge-about-production__media,
	.ntoge-about-gallery__header,
	.ntoge-about-gallery__grid,
	.ntoge-about-gallery__note,
	.ntoge-about-fact,
	.ntoge-about-cta__inner {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.ntoge-about-gallery__trigger img {
		transition: none !important;
	}

	.ntoge-about-gallery__trigger:hover img {
		transform: none !important;
	}
}

.ntoge-product-meta,
.ntoge-inquiry-form {
	background: var(--ntoge-surface);
	border: 1px solid var(--ntoge-border);
	padding: clamp(1.25rem, 4vw, 2.5rem);
}

.ntoge-product-meta {
	margin-top: 2.5rem;
}

.ntoge-product-meta__list {
	display: grid;
	grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
	margin: 0;
}

.ntoge-product-meta__list dt,
.ntoge-product-meta__list dd {
	border-top: 1px solid var(--ntoge-border);
	margin: 0;
	padding: 1rem 0;
}

.ntoge-product-meta__list dt {
	font-weight: 650;
	padding-right: 1rem;
}

html[lang="vi"] .ntoge-product-meta__list {
	grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1fr);
}

html[lang="vi"] .ntoge-product-meta__list dt,
html[lang="vi"] .ntoge-product-meta__list dd {
	overflow-wrap: anywhere;
}

html[lang="vi"] body.single-ntoge_product main .wp-block-button__link {
	align-items: center;
	display: inline-flex;
	min-height: 48px;
}

@media (max-width: 860px) {
	html[lang="vi"] .ntoge-product-meta__list {
		grid-template-columns: 1fr;
	}

	html[lang="vi"] .ntoge-product-meta__list dd {
		border-top: 0;
		padding-top: 0;
	}
}

.ntoge-form-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ntoge-field--full {
	grid-column: 1 / -1;
}

.ntoge-field label,
.ntoge-field legend {
	display: block;
	font-size: 0.875rem;
	font-weight: 650;
	margin-bottom: 0.4rem;
}

.ntoge-field input[type="text"],
.ntoge-field input[type="email"],
.ntoge-field input[type="tel"],
.ntoge-field select,
.ntoge-field textarea {
	background: var(--ntoge-surface);
	border: 1px solid var(--ntoge-border);
	border-radius: 0;
	color: var(--ntoge-text);
	font: inherit;
	min-height: 48px;
	padding: 0.7rem 0.8rem;
	width: 100%;
}

.ntoge-field input:focus,
.ntoge-field select:focus,
.ntoge-field textarea:focus {
	border-color: var(--ntoge-accent);
}

.ntoge-field textarea {
	min-height: 150px;
	resize: vertical;
}

.ntoge-fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.ntoge-choice-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
}

.ntoge-choice-list label,
.ntoge-consent label {
	align-items: flex-start;
	display: flex;
	font-weight: 400;
	gap: 0.55rem;
}

.ntoge-choice-list input,
.ntoge-consent input {
	margin-top: 0.3em;
}

.ntoge-form-note {
	color: var(--ntoge-muted-text);
	font-size: 0.875rem;
}

.ntoge-form-status {
	border-left: 4px solid var(--ntoge-accent);
	margin-bottom: 1.5rem;
	padding: 1rem;
}

.ntoge-form-status--error {
	border-left-color: var(--ntoge-accent-hover);
}

.ntoge-honeypot {
	left: -10000px;
	position: absolute;
	top: auto;
}

.ntoge-site-footer {
	background: var(--ntoge-muted-bg);
	border-top: 1px solid var(--ntoge-border);
	padding-bottom: 2rem;
	padding-top: 4rem;
}

.ntoge-site-footer h3 {
	font-family: var(--ntoge-sans);
	font-weight: 650;
}

.ntoge-site-footer ul,
.ntoge-site-footer ul.is-style-no-disc {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.ntoge-site-footer li {
	margin-bottom: 0.45rem;
}

.ntoge-site-footer a {
	color: var(--ntoge-text);
	text-decoration-color: transparent;
}

.ntoge-site-footer a:hover,
.ntoge-site-footer a:focus-visible {
	color: var(--ntoge-accent);
	text-decoration-color: currentColor;
}

@media (max-width: 960px) {
	.ntoge-split {
		grid-template-columns: 1fr;
	}

	.ntoge-hero {
		height: 82svh;
		max-height: 900px;
		min-height: 720px;
	}

	.ntoge-hero__content-shell {
		padding-bottom: clamp(3.5rem, 8vh, 5.5rem);
		width: min(calc(100% - 3rem), var(--wp--style--global--wide-size, 1280px));
	}

	.ntoge-hero__content {
		max-width: min(36rem, 76%);
	}

	.ntoge-card-grid,
	.ntoge-card-grid--four,
	.ntoge-featured-query .wp-block-post-template,
	.ntoge-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ntoge-trust-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ntoge-trust-grid > *:nth-child(2) {
		border-right: 0;
	}

	.ntoge-trust-grid > *:nth-child(-n+2) {
		border-bottom: 1px solid var(--ntoge-border);
	}

	.ntoge-step {
		min-height: 280px;
	}
}

@media (min-width: 961px) and (max-width: 1100px) {
	.ntoge-customization .ntoge-split {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.ntoge-hero h1 {
		font-size: clamp(3rem, 6.5vw, 4rem) !important;
	}
}

@media (max-width: 900px) {
	.ntoge-site-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	.ntoge-site-header .wp-block-navigation__responsive-container-open {
		display: flex;
	}

	.ntoge-site-header .wp-block-navigation__responsive-container.is-menu-open {
		background: var(--ntoge-surface) !important;
		color: var(--ntoge-text);
		padding: 1.25rem;
	}

	.ntoge-site-header .is-menu-open .wp-block-navigation__responsive-container-content {
		align-items: stretch;
		padding-top: 3.5rem;
	}

	.ntoge-site-header .is-menu-open .wp-block-navigation__container {
		align-items: stretch;
		gap: 0;
		width: 100%;
	}

	.ntoge-site-header .is-menu-open .wp-block-navigation-item {
		border-bottom: 1px solid var(--ntoge-border);
		width: 100%;
	}

	.ntoge-site-header .is-menu-open .wp-block-navigation-item > a {
		padding: 0.85rem 0;
		width: 100%;
	}

	.ntoge-site-header .is-menu-open .wp-block-navigation-item.ntoge-nav-cta {
		border-bottom: 0;
		margin-top: 0.75rem;
	}

	.ntoge-site-header .is-menu-open .wp-block-navigation-item.ntoge-mobile-contact-link {
		display: flex !important;
	}

	.ntoge-site-header .is-menu-open .wp-block-navigation-item.ntoge-mobile-contact-link > a {
		color: var(--ntoge-accent);
		font-size: 0.875rem;
		overflow-wrap: anywhere;
	}

	.ntoge-site-header .is-menu-open .wp-block-navigation-item.ntoge-nav-cta > a {
		justify-content: center;
		padding: 0.82rem 1rem;
	}

	.ntoge-site-header .is-menu-open .wp-block-navigation-item.ntoge-language-switcher {
		align-items: center;
		border-bottom: 1px solid var(--ntoge-border);
		display: inline-flex;
		flex-direction: row;
		gap: 0.35rem;
		justify-content: flex-start;
		margin: 1rem 0 0;
		width: 100%;
	}

	.ntoge-site-header .is-menu-open .wp-block-navigation-item.ntoge-language-switcher > a,
	.ntoge-site-header .is-menu-open .ntoge-language-switcher__current {
		flex: 0 0 auto;
		padding: 0.85rem 0;
		width: auto;
	}
}

@media (max-width: 768px) {
	.ntoge-customization::before {
		background-image:
			linear-gradient(
				90deg,
				rgba(246, 242, 234, 0.90) 0%,
				rgba(246, 242, 234, 0.86) 55%,
				rgba(246, 242, 234, 0.82) 100%
			),
			url("../images/backgrounds/custom-supply-process-frosted-factory.webp");
		background-position: 58% center;
	}

	@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
		.ntoge-step {
			background: rgba(250, 247, 241, 0.94);
		}
	}
}

@media (max-width: 782px) {
	.admin-bar header.wp-block-template-part {
		top: 46px;
	}
}

@media (max-width: 640px) {
	body {
		font-size: 1rem;
	}

	.ntoge-section {
		padding-bottom: clamp(3.5rem, 16vw, 4.5rem);
		padding-top: clamp(3.5rem, 16vw, 4.5rem);
	}

	.ntoge-section--compact {
		padding-bottom: 1.25rem;
		padding-top: 1.25rem;
	}

	.ntoge-hero {
		height: 78svh;
		max-height: 820px;
		min-height: 620px;
	}

	.ntoge-hero h1 {
		font-size: clamp(2.25rem, 10.5vw, 2.8rem) !important;
		line-height: 1.04;
		max-width: none;
	}

	.ntoge-hero__overlay {
		background: linear-gradient(
			0deg,
			rgba(18, 17, 15, 0.84) 0%,
			rgba(18, 17, 15, 0.62) 43%,
			rgba(18, 17, 15, 0.18) 72%,
			rgba(18, 17, 15, 0.05) 100%
		);
	}

	.ntoge-hero__content-shell {
		padding-bottom: 1.75rem;
		padding-top: 5rem;
		width: calc(100% - 2rem);
	}

	.ntoge-hero__content {
		max-width: 100%;
	}

	.ntoge-hero__image {
		object-position: 58% 50%;
		transform-origin: 65% 60%;
	}

	.ntoge-hero .ntoge-lede {
		font-size: 1rem;
		line-height: 1.6;
		margin-bottom: 1.25rem;
	}

	.ntoge-hero .wp-block-buttons {
		align-items: stretch;
		flex-direction: column;
		gap: 0.75rem;
		width: 100%;
	}

	.ntoge-hero .wp-block-button {
		width: 100%;
	}

	.ntoge-hero .wp-block-button__link {
		justify-content: center;
		min-height: 48px;
		width: 100%;
	}

	.ntoge-card-grid,
	.ntoge-card-grid--four,
	.ntoge-featured-query .wp-block-post-template,
	.ntoge-form-grid,
	.ntoge-steps {
		grid-template-columns: 1fr;
	}

	.ntoge-link-card {
		min-height: 0;
	}

	.ntoge-link-card h3.has-large-font-size {
		font-size: 1.5rem !important;
	}

	.ntoge-product-meta__list {
		grid-template-columns: 1fr;
	}

	.ntoge-product-meta__list dd {
		border-top: 0;
		padding-top: 0;
	}

	.ntoge-site-header__inner {
		min-height: 72px;
	}

	.ntoge-site-header .wp-block-site-title {
		font-size: 0.95rem;
	}

	.ntoge-site-footer {
		padding-top: 3.5rem;
	}

	.ntoge-customization__intro h2.has-x-large-font-size {
		font-size: clamp(2rem, 9vw, 2.5rem) !important;
	}

	.ntoge-customization .wp-block-button,
	.ntoge-customization .wp-block-button__link {
		justify-content: center;
		width: 100%;
	}

	.ntoge-step {
		min-height: 0;
		padding: 1.35rem;
	}

	.ntoge-step::before {
		margin-bottom: 1.25rem;
	}

	.ntoge-step h3.has-large-font-size {
		font-size: 1.5rem !important;
		margin-bottom: 0.75rem;
	}

	.ntoge-step .ntoge-step__description {
		font-size: 0.9rem;
		margin-top: 0;
	}

	.ntoge-step .ntoge-step__timing {
		font-size: 0.8125rem;
		margin-top: 1rem;
	}

	.ntoge-steps {
		grid-auto-rows: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.ntoge-hero--immersive .ntoge-hero__content,
	.ntoge-hero--immersive .ntoge-hero__media,
	.ntoge-hero--immersive .ntoge-hero__picture,
	.ntoge-hero--immersive .ntoge-hero__image {
		animation: none !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: none !important;
	}

	.ntoge-hero--immersive .ntoge-hero__image {
		will-change: auto;
	}

	.ntoge-link-card .ntoge-category-image img {
		transform: none !important;
		transition: none !important;
	}

	.ntoge-link-card .ntoge-solution-image img {
		transform: none !important;
		transition: none !important;
	}

	.ntoge-customization--motion-ready .ntoge-step,
	.ntoge-customization--motion-ready.is-visible .ntoge-step,
	.ntoge-customization--motion-ready.is-visible .ntoge-step:hover {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

.editor-styles-wrapper .ntoge-hero--immersive {
	height: 720px !important;
	min-height: 620px !important;
}

.editor-styles-wrapper .ntoge-hero--immersive .ntoge-hero__content,
.editor-styles-wrapper .ntoge-hero--immersive .ntoge-hero__media,
.editor-styles-wrapper .ntoge-hero--immersive .ntoge-hero__picture,
.editor-styles-wrapper .ntoge-hero--immersive .ntoge-hero__image {
	animation: none !important;
	opacity: 1 !important;
	transform: none !important;
}

@keyframes ntoge-hero-media-enter {
	from {
		opacity: 0.7;
	}

	to {
		opacity: 1;
	}
}

@keyframes ntoge-hero-picture-enter {
	from {
		transform: scale(1.025);
	}

	to {
		transform: scale(1);
	}
}

@keyframes ntoge-hero-content-enter {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/* Selected hospitality clients: full-width, low-contrast logo marquee. */
.ntoge-client-marquee {
	--ntoge-client-duration: 50s;
	--ntoge-client-gap: clamp(3.5rem, 4.8vw, 4.5rem);
	--ntoge-client-item-width: clamp(9.5rem, 11vw, 11.25rem);
	background: #f5f1e9;
	border-bottom: 1px solid #ddd6cb;
	border-top: 1px solid #ddd6cb;
	color: #292723;
	overflow: hidden;
	padding: 2rem 0 1.75rem;
	position: relative;
}

.ntoge-client-marquee__intro {
	align-items: baseline;
	display: flex;
	gap: clamp(1.25rem, 2.5vw, 2.5rem);
	justify-content: space-between;
	margin: 0 auto;
	max-width: min(1280px, calc(100% - 3rem));
}

.ntoge-client-marquee__intro h2,
.ntoge-client-marquee__intro p {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Arial, sans-serif;
	margin: 0;
}

.ntoge-client-marquee__intro h2 {
	color: #292723;
	font-size: 0.8125rem;
	font-weight: 650;
	letter-spacing: 0.15em;
	line-height: 1.4;
	white-space: nowrap;
}

.ntoge-client-marquee__intro p {
	color: #837d73;
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: right;
}

.ntoge-client-marquee__viewport {
	overflow: hidden;
	padding: 1.25rem 0 0.1rem;
	position: relative;
	width: 100%;
}

.ntoge-client-marquee__viewport::before,
.ntoge-client-marquee__viewport::after {
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: clamp(2rem, 6vw, 5.5rem);
	z-index: 2;
}

.ntoge-client-marquee__viewport::before {
	background: linear-gradient(90deg, #f5f1e9 15%, rgba(245, 241, 233, 0));
	left: 0;
}

.ntoge-client-marquee__viewport::after {
	background: linear-gradient(270deg, #f5f1e9 15%, rgba(245, 241, 233, 0));
	right: 0;
}

.ntoge-client-marquee__viewport:focus-visible {
	outline: 1px solid #8b3129;
	outline-offset: -3px;
}

.ntoge-client-marquee__track {
	animation: ntoge-client-marquee var(--ntoge-client-duration) linear infinite;
	display: flex;
	width: max-content;
	will-change: transform;
}

.ntoge-client-marquee__group {
	align-items: center;
	display: flex;
	flex: none;
	gap: var(--ntoge-client-gap);
	list-style: none;
	margin: 0;
	padding: 0 var(--ntoge-client-gap) 0 0;
}

.ntoge-client-marquee__item {
	align-items: center;
	display: flex;
	flex: 0 0 var(--ntoge-client-item-width);
	height: 3.5rem;
	justify-content: center;
	width: var(--ntoge-client-item-width);
}

.ntoge-client-marquee__item img {
	display: block;
	filter: grayscale(1) contrast(0.9);
	height: auto;
	max-height: 3rem;
	max-width: 100%;
	mix-blend-mode: multiply;
	object-fit: contain;
	opacity: 0.68;
	transition: opacity 250ms ease;
	width: auto;
}

.ntoge-client-marquee__item:hover img {
	opacity: 0.9;
}

.ntoge-client-marquee__viewport:hover .ntoge-client-marquee__track,
.ntoge-client-marquee__viewport:focus .ntoge-client-marquee__track,
.ntoge-client-marquee__viewport:focus-within .ntoge-client-marquee__track {
	animation-play-state: paused;
}

@keyframes ntoge-client-marquee {
	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (max-width: 1023px) {
	.ntoge-client-marquee {
		--ntoge-client-gap: 3rem;
		--ntoge-client-item-width: 8.75rem;
	}
}

@media (max-width: 640px) {
	.ntoge-client-marquee {
		--ntoge-client-gap: 2rem;
		--ntoge-client-item-width: 7rem;
		padding: 1.25rem 0 1rem;
	}

	.ntoge-client-marquee__intro {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.35rem;
		max-width: calc(100% - 2rem);
	}

	.ntoge-client-marquee__intro h2 {
		font-size: 0.75rem;
		white-space: normal;
	}

	.ntoge-client-marquee__intro p {
		font-size: 0.8125rem;
		text-align: left;
	}

	.ntoge-client-marquee__viewport {
		padding-top: 0.9rem;
	}

	.ntoge-client-marquee__item {
		height: 2.75rem;
	}

	.ntoge-client-marquee__item img {
		max-height: 2.4rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ntoge-client-marquee__viewport {
		overflow: visible;
	}

	.ntoge-client-marquee__viewport::before,
	.ntoge-client-marquee__viewport::after,
	.ntoge-client-marquee__group[aria-hidden="true"] {
		display: none;
	}

	.ntoge-client-marquee__track {
		animation: none !important;
		transform: none !important;
		width: 100%;
		will-change: auto;
	}

	.ntoge-client-marquee__group {
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 1rem;
		width: 100%;
	}
}

/* OEM and ODM: editorial service matrix without card-box styling. */
.ntoge-oem-odm {
	background: #efe9df;
	color: #292723;
	overflow: hidden;
}

.ntoge-oem-odm__header {
	margin-bottom: clamp(2.75rem, 4.5vw, 4rem);
}

.ntoge-oem-odm__header > .ntoge-eyebrow {
	margin-bottom: 1.25rem;
}

.ntoge-oem-odm__intro {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 5vw, 5.5rem);
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.ntoge-oem-odm__intro h2.has-x-large-font-size {
	font-size: clamp(2.35rem, 4vw, 3.75rem) !important;
	line-height: 1.08;
	margin: 0;
	max-width: 13ch;
}

.ntoge-oem-odm__copy,
.ntoge-oem-odm__copy > * {
	margin-left: 0;
	margin-right: 0;
}

.ntoge-oem-odm__copy .ntoge-lede {
	color: #4f4b45;
	font-size: clamp(1.0625rem, 1.4vw, 1.1875rem);
	line-height: 1.68;
	margin-top: 0;
	max-width: 39rem;
}

.ntoge-oem-odm__note {
	border-top: 1px solid #d3ccbf;
	color: #837d73;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 1.5rem;
	max-width: 39rem;
	padding-top: 1rem;
}

.ntoge-oem-odm__matrix {
	border-bottom: 1px solid #cfc7ba;
	border-top: 1px solid #cfc7ba;
	display: grid;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ntoge-oem-odm__item {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 21rem;
	padding: clamp(1.75rem, 2.4vw, 2.25rem) clamp(1.25rem, 1.8vw, 1.75rem);
	position: relative;
	transition: border-color 350ms ease;
}

.ntoge-oem-odm__item + .ntoge-oem-odm__item {
	border-left: 1px solid #d7d0c4;
}

.ntoge-oem-odm__item::before {
	background: #8b3129;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: -1px;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 350ms ease;
}

.ntoge-oem-odm__number {
	color: #8b3129;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0 0 clamp(2rem, 3.5vw, 3.25rem);
	transition: color 350ms ease;
}

.ntoge-oem-odm__item h3.has-large-font-size {
	font-family: var(--ntoge-sans);
	font-size: clamp(1.25rem, 1.65vw, 1.5rem) !important;
	font-weight: 600;
	hyphens: none;
	line-height: 1.25;
	margin: 0;
	overflow-wrap: normal;
	word-break: normal;
}

.ntoge-oem-odm__description {
	color: #6f6960;
	font-size: clamp(0.9375rem, 1vw, 1rem);
	line-height: 1.62;
	margin: auto 0 0;
}

.ntoge-oem-odm__item:hover::before {
	transform: scaleX(1);
}

.ntoge-oem-odm__item:hover .ntoge-oem-odm__number {
	color: #6f241f;
}

.ntoge-oem-odm__cta {
	justify-content: flex-end;
	margin-top: clamp(2rem, 3.5vw, 3rem);
}

.ntoge-oem-odm__cta .wp-block-button__link {
	min-height: 48px;
}

.ntoge-oem-odm--motion-ready .ntoge-oem-odm__item {
	opacity: 0;
	transform: translate3d(0, 12px, 0);
	transition:
		opacity 480ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 480ms cubic-bezier(0.22, 1, 0.36, 1),
		border-color 350ms ease;
	transition-delay: var(--ntoge-oem-delay, 0ms);
}

.ntoge-oem-odm--motion-ready.is-visible .ntoge-oem-odm__item {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.ntoge-oem-odm--motion-ready.is-visible.is-settled .ntoge-oem-odm__item {
	transition-delay: 0ms;
}

@media (min-width: 801px) and (max-width: 1100px) {
	.ntoge-oem-odm__intro {
		gap: 2.5rem;
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
	}

	.ntoge-oem-odm__matrix {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.ntoge-oem-odm__item {
		grid-column: span 2;
		min-height: 18rem;
	}

	.ntoge-oem-odm__item:nth-child(4) {
		border-left: 0;
		border-top: 1px solid #d7d0c4;
		grid-column: 2 / span 2;
	}

	.ntoge-oem-odm__item:nth-child(5) {
		border-top: 1px solid #d7d0c4;
		grid-column: 4 / span 2;
	}
}

@media (max-width: 800px) {
	.ntoge-oem-odm__intro {
		gap: 1.5rem;
		grid-template-columns: 1fr;
	}

	.ntoge-oem-odm__intro h2.has-x-large-font-size {
		font-size: clamp(2.15rem, 7vw, 3.25rem) !important;
		max-width: 16ch;
	}

	.ntoge-oem-odm__matrix {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ntoge-oem-odm__item {
		min-height: 17rem;
	}

	.ntoge-oem-odm__item + .ntoge-oem-odm__item {
		border-left: 0;
	}

	.ntoge-oem-odm__item:nth-child(even) {
		border-left: 1px solid #d7d0c4;
	}

	.ntoge-oem-odm__item:nth-child(n+3) {
		border-top: 1px solid #d7d0c4;
	}

	.ntoge-oem-odm__item:nth-child(5) {
		border-left: 0;
		grid-column: 1 / -1;
		min-height: 14rem;
	}
}

@media (max-width: 640px) {
	.ntoge-oem-odm__header {
		margin-bottom: 2.25rem;
	}

	.ntoge-oem-odm__intro h2.has-x-large-font-size {
		font-size: clamp(2rem, 10vw, 2.6rem) !important;
		max-width: none;
	}

	.ntoge-oem-odm__matrix {
		grid-template-columns: 1fr;
	}

	.ntoge-oem-odm__item,
	.ntoge-oem-odm__item:nth-child(5) {
		border-left: 0;
		grid-column: auto;
		min-height: 0;
		padding: 1.5rem 0;
	}

	.ntoge-oem-odm__item:nth-child(n+2) {
		border-top: 1px solid #d7d0c4;
	}

	.ntoge-oem-odm__number {
		margin-bottom: 1rem;
	}

	.ntoge-oem-odm__description {
		margin-top: 0.85rem;
	}

	.ntoge-oem-odm__cta,
	.ntoge-oem-odm__cta .wp-block-button,
	.ntoge-oem-odm__cta .wp-block-button__link {
		justify-content: center;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ntoge-oem-odm__item,
	.ntoge-oem-odm--motion-ready .ntoge-oem-odm__item,
	.ntoge-oem-odm--motion-ready.is-visible .ntoge-oem-odm__item {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	.ntoge-oem-odm__item::before,
	.ntoge-oem-odm__number {
		transition: none !important;
	}
}

/*
 * Product cards
 *
 * The home edit, Products archive, category archives and collection archives
 * all use the same core Query Loop markup. Keep the interaction here so every
 * English and Vietnamese card follows one accessible visual system.
 */
.ntoge-featured-query .wp-block-post {
	background: var(--ntoge-surface);
	border: 1px solid var(--ntoge-border);
	box-shadow: 0 0 0 rgba(30, 25, 20, 0);
	box-sizing: border-box;
	column-gap: 1.5rem;
	display: grid;
	grid-template-columns: minmax(0, 1fr) max-content;
	grid-template-rows: auto auto minmax(3.75rem, auto) 1fr auto;
	min-width: 0;
	padding: 1rem;
	position: relative;
	transition:
		transform 220ms ease,
		box-shadow 220ms ease,
		border-color 220ms ease,
		background-color 220ms ease;
}

.ntoge-featured-query .wp-block-post-featured-image {
	aspect-ratio: 4 / 3;
	background: var(--ntoge-muted-bg);
	grid-column: 1 / -1;
	margin: 0 0 0.875rem;
	overflow: hidden;
}

.ntoge-featured-query .wp-block-post-featured-image a {
	display: block;
	height: 100%;
	position: relative;
	z-index: 2;
}

.ntoge-featured-query .wp-block-post-featured-image img {
	aspect-ratio: 4 / 3;
	backface-visibility: hidden;
	display: block;
	height: 100%;
	object-fit: cover;
	transform: translate3d(0, 0, 0) scale(1);
	transition: transform 350ms ease;
	width: 100%;
}

.ntoge-featured-query .wp-block-post-terms {
	grid-column: 1 / -1;
	line-height: 1.45;
	margin: 0 0 0.45rem;
	min-width: 0;
}

.ntoge-featured-query .wp-block-post-terms a,
.ntoge-featured-query .wp-block-post-title a,
.ntoge-featured-query .ntoge-product-card__quote a {
	position: relative;
	z-index: 2;
}

.ntoge-featured-query .wp-block-post-title {
	align-self: start;
	font-family: var(--ntoge-sans);
	font-size: clamp(1.25rem, 1.55vw, 1.5rem) !important;
	grid-column: 1 / -1;
	line-height: 1.25;
	margin: 0;
	min-height: 2.5em;
	overflow-wrap: anywhere;
}

.ntoge-featured-query .wp-block-post-title a {
	color: var(--ntoge-text);
	text-decoration: none;
	transition: color 220ms ease;
}

.ntoge-featured-query .wp-block-post-excerpt {
	align-self: end;
	grid-column: 1;
	margin: 0.85rem 0 0;
	min-width: 0;
}

.ntoge-featured-query .wp-block-post-excerpt__excerpt:empty {
	display: none;
}

.ntoge-featured-query .wp-block-post-excerpt__more-text {
	margin: 0;
}

.ntoge-featured-query .wp-block-post-excerpt__more-link {
	align-items: center;
	color: var(--ntoge-text);
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 650;
	min-height: 44px;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 0.3em;
	transition:
		color 220ms ease,
		text-decoration-color 220ms ease;
}

.ntoge-featured-query .wp-block-post-excerpt__more-link::before {
	content: "\2192";
	margin-left: 0.45rem;
	order: 2;
	transition: transform 220ms ease;
}

/* The existing product-detail link safely covers the unused card surface. */
.ntoge-featured-query .wp-block-post-excerpt__more-link::after {
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.ntoge-featured-query .ntoge-product-card__quote {
	align-self: end;
	font-size: 0.9375rem;
	font-weight: 650;
	grid-column: 2;
	margin: 0.85rem 0 0;
	padding: 0;
}

.ntoge-featured-query .ntoge-product-card__quote a {
	align-items: center;
	color: var(--ntoge-accent);
	display: inline-flex;
	min-height: 44px;
	text-decoration: underline;
	text-decoration-color: rgba(122, 48, 44, 0.42);
	text-underline-offset: 0.3em;
	transition:
		color 220ms ease,
		background-color 220ms ease,
		text-decoration-color 220ms ease;
}

.ntoge-featured-query .wp-block-post a:focus-visible {
	border-radius: 1px;
	outline: 2px solid var(--ntoge-accent);
	outline-offset: 4px;
}

.ntoge-featured-query .wp-block-post:focus-within {
	border-color: rgba(122, 48, 44, 0.62);
}

@media (hover: hover) and (pointer: fine) {
	.ntoge-featured-query .wp-block-post:hover {
		background-color: #fdfbf6;
		border-color: rgba(122, 48, 44, 0.48);
		box-shadow: 0 10px 28px rgba(30, 25, 20, 0.08);
		transform: translate3d(0, -4px, 0);
	}

	.ntoge-featured-query .wp-block-post:hover .wp-block-post-featured-image img {
		transform: translate3d(0, 0, 0) scale(1.03);
	}

	.ntoge-featured-query .wp-block-post:hover .wp-block-post-title a {
		color: var(--ntoge-dark);
	}

	.ntoge-featured-query .wp-block-post:hover .wp-block-post-excerpt__more-link {
		color: var(--ntoge-accent);
		text-decoration-color: rgba(122, 48, 44, 0.55);
	}

	.ntoge-featured-query .wp-block-post:hover .wp-block-post-excerpt__more-link::before {
		transform: translate3d(4px, 0, 0);
	}

	.ntoge-featured-query .ntoge-product-card__quote a:hover {
		color: var(--ntoge-accent-hover);
		text-decoration-color: currentColor;
	}
}

@media (hover: none), (pointer: coarse) {
	.ntoge-featured-query .wp-block-post:active {
		transform: scale(0.99);
	}
}

@media (max-width: 640px) {
	.ntoge-featured-query .wp-block-post {
		column-gap: 1rem;
		grid-template-rows: auto auto auto 1fr auto;
		padding: 0.875rem;
	}

	.ntoge-featured-query .wp-block-post-title {
		font-size: 1.25rem !important;
		min-height: 0;
	}

	.ntoge-featured-query .wp-block-post-excerpt,
	.ntoge-featured-query .ntoge-product-card__quote {
		margin-top: 0.65rem;
	}

	.ntoge-featured-query .wp-block-post-excerpt__more-link,
	.ntoge-featured-query .ntoge-product-card__quote,
	.ntoge-featured-query .ntoge-product-card__quote a {
		font-size: 0.875rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ntoge-featured-query .wp-block-post,
	.ntoge-featured-query .wp-block-post:active,
	.ntoge-featured-query .wp-block-post-featured-image img,
	.ntoge-featured-query .wp-block-post-excerpt__more-link,
	.ntoge-featured-query .wp-block-post-excerpt__more-link::before,
	.ntoge-featured-query .wp-block-post-title a,
	.ntoge-featured-query .ntoge-product-card__quote a {
		transform: none !important;
		transition: none !important;
	}
}
