/* Ziran India Homepage Redesign
   Brand orange: #E87722 | Font: Outfit */

.ziran-home-wrapper,
.ziran-home-wrapper .content,
.ziran-home-wrapper .content-inner {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
	overflow-x: clip;
}

/* Theme locks content-wrapper to 1200–1250px and left-aligns it — break that on homepage */
body.page-template-homepage-redesign .body-container,
body.ziran-homepage .body-container {
	overflow-x: clip;
	max-width: 100%;
}

body.page-template-homepage-redesign .content-wrapper.ziran-home-wrapper,
body.page-template-homepage-redesign .ziran-home-wrapper.content-wrapper,
body.ziran-homepage .content-wrapper.ziran-home-wrapper {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	box-sizing: border-box !important;
}

body.page-template-homepage-redesign .ziran-home-wrapper .content,
body.page-template-homepage-redesign .content-wrapper-sidebar-position-none.ziran-home-wrapper .content,
body.page-template-homepage-redesign .ziran-home-wrapper .content-inner {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.page-template-homepage-redesign,
body.ziran-homepage,
body.page-template-homepage-redesign .content-wrapper {
	overflow-x: clip;
	max-width: 100%;
}

.ziran-home {
	--zh-orange: #e87722;
	--zh-orange-dark: #d1661d;
	--zh-slate: #1e293b;
	--zh-slate-600: #475569;
	--zh-slate-700: #334155;
	--zh-slate-800: #1e293b;
	--zh-muted: #64748b;
	--zh-border: #f3f4f6;
	--zh-font: 'Outfit', system-ui, sans-serif;
	font-family: var(--zh-font);
	color: var(--zh-slate-800);
	background: #fff;
	overflow-x: clip;
	width: 100%;
	max-width: 100%;
}

.ziran-home *,
.ziran-home *::before,
.ziran-home *::after {
	box-sizing: border-box;
}

.ziran-home img {
	max-width: 100%;
	height: auto;
	align-self: center;
}

/* Product card images must ignore the global img height:auto rule */
.ziran-home .zh-product-card__img,
.ziran-home .zh-hero__media img,
.ziran-home .zh-hero__media video,
.ziran-home .zh-category-card img,
.ziran-home .zh-video__banner,
.ziran-home .zh-insight-card__media img,
.ziran-home .zh-global__map img,
.ziran-home .zh-cta__art img {
	max-width: none;
}

.zh-container {
	width: min(1280px, calc(100% - 48px));
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

@media (min-width: 1024px) {
	.zh-container {
		width: min(1280px, calc(100% - 64px));
	}
}

@media (min-width: 1440px) {
	.zh-container {
		width: min(1320px, calc(100% - 80px));
	}
}

.zh-accent {
	color: var(--zh-orange);
}

.zh-section-title {
	font-size: clamp(1.5rem, 2.5vw, 1.875rem);
	font-weight: 700;
	line-height: 1.25;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--zh-slate-800);
}

/* Space under titles via flex gap (theme h2 margins collapse / get zeroed) */
.zh-why .zh-container,
.zh-categories .zh-container,
.zh-process .zh-container,
.zh-science .zh-container,
.zh-insights .zh-container,
.zh-global__copy {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.zh-section-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1rem;
	flex-wrap: wrap;
	margin: 0 !important;
	padding: 0 !important;
}

.zh-section-head .zh-section-title {
	margin: 0 !important;
	padding: 0 !important;
}

body.page-template-homepage-redesign .content-wrapper .ziran-home h2.zh-section-title,
body.ziran-homepage .content-wrapper .ziran-home h2.zh-section-title,
body.page-template-homepage-redesign .ziran-home h2.zh-section-title {
	margin: 0 !important;
	padding: 0 !important;
}

.zh-link-orange {
	color: var(--zh-orange);
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
}

.zh-link-orange:hover {
	text-decoration: underline;
}

.zh-link-dark,
.ziran-home a.zh-link-dark,
.ziran-home .zh-section-head a.zh-link-dark,
body.ziran-homepage .ziran-home a.zh-link-dark,
body.page-template-homepage-redesign .content-wrapper .ziran-home a.zh-link-dark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000000 !important;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	border: 1.5px solid #000000;
	border-radius: 999px;
	padding: 0.55rem 1.1rem;
	background: transparent;
	transition: background 0.2s, opacity 0.2s;
}

.zh-link-dark:hover,
.zh-link-dark:focus,
.ziran-home a.zh-link-dark:hover,
.ziran-home a.zh-link-dark:focus,
.ziran-home .zh-section-head a.zh-link-dark:hover,
body.ziran-homepage .ziran-home a.zh-link-dark:hover,
body.page-template-homepage-redesign .content-wrapper .ziran-home a.zh-link-dark:hover {
	color: #000000 !important;
	text-decoration: none !important;
	background: #f8fafc;
	opacity: 1;
}

/* Buttons */
.zh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 2rem;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1.2;
	text-decoration: none;
	border: 2px solid transparent;
	transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
	cursor: pointer;
	font-family: inherit;
}

.zh-btn--sm {
	padding: 0.65rem 1.75rem;
	font-size: 0.85rem;
}

.zh-btn--primary {
	background: var(--zh-orange);
	color: #ffffff !important;
	box-shadow: 0 4px 14px rgba(232, 119, 34, 0.25);
}

.zh-btn--primary:hover {
	background: var(--zh-orange-dark);
	color: #ffffff !important;
}

.zh-btn--primary span {
	color: #ffffff !important;
}

.zh-btn--outline {
	background: #fff;
	border-color: var(--zh-orange);
	color: var(--zh-orange) !important;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.zh-btn--outline:hover {
	background: #fff7ed;
	border-color: var(--zh-orange);
	color: var(--zh-orange-dark) !important;
}

.zh-btn--outline span {
	color: inherit !important;
}

/* Hero primary CTA: force white label (theme was overriding) */
.zh-hero .zh-btn--primary,
.zh-hero .zh-btn--primary span {
	color: #ffffff !important;
}

/* Hero secondary: orange fill + white text as requested */
.zh-hero .zh-btn--outline,
.zh-hero .zh-btn--outline span {
	background: var(--zh-orange);
	border-color: var(--zh-orange);
	color: #ffffff !important;
}

.zh-hero .zh-btn--outline:hover,
.zh-hero .zh-btn--outline:hover span {
	background: var(--zh-orange-dark);
	border-color: var(--zh-orange-dark);
	color: #ffffff !important;
}

.zh-btn--outline-orange {
	background: transparent;
	border-color: var(--zh-orange);
	color: var(--zh-orange);
}

.zh-btn--outline-orange:hover {
	background: var(--zh-orange);
	color: #fff;
}

.zh-btn--white {
	background: transparent;
	border-color: #fff;
	color: #ffffff !important;
	box-shadow: none;
}

.zh-btn--white:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff !important;
}

.zh-btn--white span {
	color: #ffffff !important;
}

.zh-btn--ghost-white {
	background: transparent;
	border-color: #fff;
	color: #ffffff !important;
}

.zh-btn--ghost-white:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff !important;
}

.zh-btn--ghost-white span {
	color: #ffffff !important;
}

/* ========== HERO ========== */
.zh-hero {
	position: relative;
	/* Gap between site header and hero text */
	padding: 8.5rem 0 2.5rem;
	min-height: 560px;
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.zh-hero__media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 38%;
	width: auto;
	max-width: none;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.zh-hero__media::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		90deg,
		#fff 0%,
		rgba(255, 255, 255, 0.92) 8%,
		rgba(255, 255, 255, 0.55) 28%,
		rgba(255, 255, 255, 0.12) 48%,
		transparent 68%
	);
}

.zh-hero__media img,
.zh-hero__media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
	display: block;
}

.zh-hero__poster {
	position: absolute;
	inset: 0;
}

.zh-hero__video {
	position: absolute;
	inset: 0;
	background: #0b1220;
}

@media (prefers-reduced-motion: reduce) {
	.zh-hero__video {
		display: none;
	}
}

.zh-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	min-height: 420px;
	padding: 2rem 0 1rem;
	margin-top: 0;
}

.zh-hero__copy {
	max-width: 540px;
}

.zh-hero__title {
	font-size: clamp(2.35rem, 5vw, 3.4rem);
	font-weight: 700;
	line-height: 1.08;
	margin: 0 0 1.1rem;
	color: var(--zh-slate-800);
}

.zh-hero__title .zh-accent {
	font-size: 1.05em;
}

.zh-hero__subtitle {
	font-size: clamp(1.2rem, 2.4vw, 1.55rem);
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 1.25rem;
	color: var(--zh-slate-800);
}

.zh-hero__text {
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.65;
	color: var(--zh-slate-700);
	margin: 0 0 1.75rem;
	max-width: 30rem;
}

.zh-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.zh-hero__scroll {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 1.5rem;
	color: var(--zh-muted);
	position: relative;
	z-index: 2;
}

.zh-hero__scroll span {
	font-size: 0.7rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	letter-spacing: 0.02em;
}

.zh-hero__mouse {
	width: 20px;
	height: 32px;
	border: 2px solid #94a3b8;
	border-radius: 999px;
	display: flex;
	justify-content: center;
	padding-top: 6px;
}

.zh-hero__mouse i {
	display: block;
	width: 4px;
	height: 8px;
	background: #94a3b8;
	border-radius: 999px;
	animation: zh-bounce 1.4s ease-in-out infinite;
}

@keyframes zh-bounce {
	0%, 100% { transform: translateY(0); opacity: 1; }
	50% { transform: translateY(6px); opacity: 0.5; }
}

@media (max-width: 900px) {
	.zh-hero {
		min-height: auto;
		padding-top: 5.5rem;
		justify-content: flex-start;
	}
	.zh-hero__media {
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		max-width: 100%;
		height: 42%;
		opacity: 0.35;
	}
	.zh-hero__media::before {
		background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.7) 40%, transparent 100%);
	}
	.zh-hero__grid {
		min-height: 0;
		padding-top: 1rem;
	}
}

@media (min-width: 1024px) {
	.zh-hero {
		padding-top: 9.5rem;
		padding-bottom: 3rem;
		min-height: 620px;
		justify-content: flex-start;
	}
	.zh-hero__media {
		top: 0;
		left: 40%;
		max-width: none;
	}
	.zh-hero__grid {
		padding-top: 1.5rem;
	}
}

/* ========== STATS ========== */
.zh-stats {
	padding: 2.5rem 0;
	border-top: 1px solid var(--zh-border);
	border-bottom: 1px solid var(--zh-border);
	background: #fff;
}

.zh-stats__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.75rem;
}

.zh-stats__item {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.zh-stats__icon {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	color: var(--zh-slate-700);
}

.zh-stats__icon svg {
	width: 32px;
	height: 32px;
}

.zh-stats__value {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--zh-orange);
	line-height: 1.15;
}

.zh-stats__value--text {
	font-size: 1.15rem;
}

.zh-stats__label {
	font-size: 0.625rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--zh-slate-600);
	line-height: 1.25;
	margin-top: 0.25rem;
}

.zh-stats__marquee {
	display: none;
	overflow: hidden;
}

.zh-stats__marquee-track {
	display: flex;
	width: max-content;
	gap: 1rem;
	animation: zh-stats-marquee 32s linear infinite;
}

.zh-stats__item--marquee {
	flex: 0 0 auto;
	min-width: 220px;
	padding: 1rem 1.25rem;
	background: #f8fafc;
	border: 1px solid var(--zh-border);
	border-radius: 0.85rem;
}

@keyframes zh-stats-marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@media (max-width: 767px) {
	.zh-stats .zh-container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		overflow: hidden;
	}

	.zh-stats__grid {
		display: none;
	}

	.zh-stats__marquee {
		display: block;
		padding: 0 1.5rem;
	}

	.zh-stats__icon {
		width: 44px;
		height: 44px;
		border-radius: 12px;
		background: #fff;
		box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
		border: 1px solid rgba(15, 23, 42, 0.05);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.zh-stats__icon svg {
		width: 24px;
		height: 24px;
	}
}

@media (min-width: 768px) {
	.zh-stats__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem 1rem;
	}

	.zh-stats__marquee {
		display: none;
	}
}

@media (min-width: 1024px) {
	.zh-stats__grid {
		grid-template-columns: repeat(6, 1fr);
		gap: 0;
	}

	.zh-stats__item {
		padding: 0 0.75rem;
	}

	.zh-stats__item:not(:first-child) {
		border-left: 1px solid var(--zh-border);
		padding-left: 1.5rem;
	}
}

/* ========== PRODUCTS ========== */
.zh-products {
	padding: 3.5rem 0 4rem;
}

.zh-products .zh-container {
	width: min(1280px, calc(100% - 48px));
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.zh-products__toolbar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0 0 1.15rem;
}

.zh-products__nav {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
}

.ziran-home .zh-products__arrow,
.zh-products .zh-products__arrow {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 42px !important;
	height: 42px !important;
	min-width: 42px !important;
	padding: 0 !important;
	border: 1.5px solid #4b5563 !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	background-image: none !important;
	color: #1f2937 !important;
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.zh-products__arrow svg {
	display: block;
}

.ziran-home .zh-products__arrow:hover:not(:disabled),
.ziran-home .zh-products__arrow:focus-visible:not(:disabled),
.zh-products .zh-products__arrow:hover:not(:disabled),
.zh-products .zh-products__arrow:focus-visible:not(:disabled) {
	background: #1f2937 !important;
	border-color: #1f2937 !important;
	color: #ffffff !important;
	outline: none !important;
	box-shadow: none !important;
	transform: none;
}

.ziran-home .zh-products__arrow:disabled,
.zh-products .zh-products__arrow:disabled {
	background: #ffffff !important;
	border-color: #9ca3af !important;
	color: #9ca3af !important;
	cursor: default;
	opacity: 1;
	box-shadow: none !important;
}

.zh-products__viewport {
	width: 100%;
	overflow: hidden;
}

.zh-products__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	width: 100%;
	box-sizing: border-box;
}

.zh-products[data-purpose="branded-products"] .zh-products__grid {
	display: flex;
	flex-wrap: nowrap;
	grid-template-columns: none;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.zh-products[data-purpose="branded-products"] .zh-products__grid::-webkit-scrollbar {
	display: none;
}

.zh-products[data-purpose="branded-products"] .zh-product-card {
	flex: 0 0 min(82vw, 300px);
	scroll-snap-align: start;
}

.zh-product-card {
	position: relative;
	display: block;
	height: 360px;
	border-radius: 1.35rem;
	background: var(--zh-card-gradient, var(--zh-card-color));
	color: #fff !important;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	transition: transform 0.25s ease;
	padding: 0 !important;
	margin: 0;
	box-sizing: border-box;
}

.zh-product-card:hover,
.zh-product-card:focus {
	transform: translateY(-4px);
	color: #fff !important;
	text-decoration: none;
}

.zh-product-card__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.zh-product-card__bg::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		115deg,
		rgba(0, 0, 0, 0.42) 0%,
		rgba(0, 0, 0, 0.22) 42%,
		rgba(0, 0, 0, 0.08) 70%,
		transparent 100%
	);
	pointer-events: none;
}

.zh-product-card__img,
.zh-product-card__img--cover {
	position: absolute !important;
	inset: 0 !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center right;
	opacity: 1;
	pointer-events: none;
	display: block;
}

.zh-product-card__content {
	position: relative !important;
	z-index: 2 !important;
	height: 100% !important;
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	align-items: flex-start !important;
	padding: 32px 28px !important;
	margin: 0 !important;
	max-width: none !important;
	color: #fff !important;
	box-sizing: border-box !important;
}

.zh-product-card h3,
.zh-product-card__title--cream,
.zh-product-card__top h3 {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.15;
	color: #ffffff !important;
}

.zh-product-card__top p,
.zh-product-card__bottom p {
	color: #ffffff !important;
}

.zh-product-card__top {
	max-width: 11.5rem;
}

.zh-product-card__top p {
	font-size: 0.88rem;
	font-weight: 500;
	margin: 0.45rem 0 0;
	line-height: 1.35;
}

.zh-product-card__bottom {
	max-width: 11rem;
}

.zh-product-card__bottom p {
	font-size: 0.75rem;
	font-weight: 500;
	margin: 0 0 0.85rem;
	max-width: none;
	line-height: 1.35;
	opacity: 0.95;
}

.zh-product-card__btn {
	display: inline-block;
	background: #fff;
	color: var(--zh-card-color) !important;
	font-size: 0.78rem;
	font-weight: 700;
	padding: 0.6rem 1.2rem;
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
	.zh-products[data-purpose="branded-products"] .zh-container {
		width: 100%;
		padding-left: 1.5rem;
		padding-right: 0;
		overflow: visible;
	}

	.zh-products[data-purpose="branded-products"] .zh-products__toolbar {
		padding-right: 1.5rem;
		margin-bottom: 0.85rem;
	}

	.zh-products[data-purpose="branded-products"] .zh-products__viewport {
		overflow: visible;
	}

	.zh-products[data-purpose="branded-products"] .zh-products__grid {
		padding-right: 1.5rem;
		padding-bottom: 0.35rem;
	}

	.zh-products[data-purpose="branded-products"] .zh-product-card {
		flex: 0 0 min(82vw, 300px);
		height: 320px;
	}
}

@media (min-width: 768px) {
	.zh-products[data-purpose="branded-products"] .zh-product-card {
		flex: 0 0 calc((100% - 2.5rem) / 3);
		height: 360px;
	}
}

@media (min-width: 1100px) {
	.zh-products[data-purpose="branded-products"] .zh-product-card {
		flex: 0 0 calc((100% - 5rem) / 5);
		height: 380px;
		min-width: 0;
	}

	.zh-products[data-purpose="branded-products"] .zh-product-card__content {
		padding: 32px 24px !important;
	}

	.zh-products[data-purpose="branded-products"] .zh-product-card h3 {
		font-size: 1.22rem;
	}

	.zh-products[data-purpose="branded-products"] .zh-product-card__top {
		max-width: 10.5rem;
	}
}

@media (min-width: 1024px) {
	.zh-products .zh-container {
		width: min(1280px, calc(100% - 64px));
	}
}

@media (min-width: 1440px) {
	.zh-products .zh-container {
		width: min(1320px, calc(100% - 80px));
	}
}

/* ========== WHY ========== */
.zh-why {
	padding: 3.5rem 0 4rem;
	background: #fff;
}

.zh-why .zh-section-title {
	margin: 0 !important;
	padding: 0 !important;
}

.zh-why__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.75rem;
	margin: 0 !important;
	padding: 0 !important;
}

.zh-why__item {
	display: flex;
	align-items: flex-start;
	gap: 0.9rem;
}

.zh-why__icon {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(15, 23, 42, 0.04);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #334155;
}

.zh-why__icon svg {
	width: 28px;
	height: 28px;
}

.zh-why__copy h4 {
	font-size: 0.95rem;
	font-weight: 700;
	margin: 0 0 0.5rem !important;
	padding: 0 !important;
	color: var(--zh-slate-800);
	line-height: 1.25;
}

.zh-why__copy p {
	font-size: 0.78rem;
	font-weight: 400;
	line-height: 1.55;
	color: #64748b;
	margin: 0 !important;
	padding: 0 !important;
}

@media (min-width: 900px) {
	.zh-why__grid {
		grid-template-columns: repeat(5, 1fr);
		gap: 1.25rem;
	}
	.zh-why__item {
		flex-direction: row;
	}
}

@media (min-width: 1100px) {
	.zh-why__grid {
		gap: 1.5rem;
	}
	.zh-why__icon {
		width: 58px;
		height: 58px;
	}
}

/* ========== VIDEO ========== */
.zh-video {
	padding: 3rem 0;
}

.zh-video__banner {
	border-radius: 1.5rem;
	overflow: hidden;
	min-height: 340px;
	display: flex;
	align-items: center;
	padding: 3rem;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.25)),
		var(--zh-video-bg) center / cover no-repeat;
	color: #ffffff !important;
}

.zh-video__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	text-align: center;
	color: #ffffff !important;
}

.zh-video__play {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	cursor: pointer;
	transition: background 0.2s;
	padding: 0;
}

.zh-video__play:hover {
	background: rgba(255, 255, 255, 0.2);
}

.zh-video__play-icon {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 18px solid #fff;
	margin-left: 4px;
}

.zh-video__copy,
.zh-video__copy h3,
.zh-video__copy p,
.zh-video__copy a,
.zh-video__copy .zh-btn,
.zh-video__copy .zh-btn span {
	color: #ffffff !important;
}

.zh-video__copy h3 {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 700;
	margin: 0 0 1rem;
}

.zh-video__copy p {
	max-width: 28rem;
	margin: 0 0 1.5rem;
	font-size: 0.95rem;
	font-weight: 500;
	opacity: 0.95;
	line-height: 1.5;
}

.zh-video__copy .zh-btn--primary {
	background: var(--zh-orange);
	border-color: var(--zh-orange);
	color: #ffffff !important;
}

@media (min-width: 640px) {
	.zh-video__inner {
		flex-direction: row;
		align-items: flex-start;
		text-align: left;
		gap: 3rem;
	}
}

@media (min-width: 1024px) {
	.zh-video__banner {
		padding: 4rem;
	}
}

/* ========== CATEGORIES ========== */
.zh-categories {
	padding: 4rem 0;
	background: #fff;
}

.zh-categories__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

.zh-category-card {
	position: relative;
	border-radius: 1.5rem;
	padding: 2rem;
	min-height: 220px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
	transition: box-shadow 0.2s;
}

.zh-category-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.zh-category-card--green { background: #f4fbf7; }
.zh-category-card--blue { background: #f0f7ff; }
.zh-category-card--slate { background: #f8fafc; }

.zh-category-card__copy {
	position: relative;
	z-index: 2;
	max-width: 200px;
}

.zh-category-card h4 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 0.75rem;
}

.zh-category-card--green h4 { color: #14532d; }
.zh-category-card--blue h4 { color: #1e3a8a; }
.zh-category-card--slate h4 { color: var(--zh-slate-800); }

.zh-category-card p {
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--zh-slate-600);
	margin: 0 0 1.5rem;
	line-height: 1.45;
}

.zh-category-card a {
	color: var(--zh-orange);
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
}

.zh-category-card a:hover {
	gap: 0.5rem;
}

.zh-category-card img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 160px;
	height: 160px;
	object-fit: cover;
	border-top-left-radius: 1.5rem;
	opacity: 0.95;
}

@media (min-width: 768px) {
	.zh-categories__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* ========== PROCESS ========== */
.zh-eyebrow {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--zh-orange);
}

.zh-process {
	padding: 4.5rem 0 4.75rem;
	background:
		radial-gradient(1200px 280px at 50% -10%, rgba(232, 119, 34, 0.08), transparent 60%),
		linear-gradient(180deg, #fbfbfa 0%, #ffffff 100%);
}

.zh-process .zh-container {
	gap: 2rem;
}

.zh-process__intro {
	max-width: 40rem;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.zh-process__lead {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
	color: var(--zh-slate-600);
	max-width: 36rem;
}

.zh-process__track {
	list-style: none;
	margin: 0;
	padding: 1.5rem 0 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem 1rem;
	position: relative;
}

.zh-process__step {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.85rem;
	position: relative;
	padding: 1.1rem 1rem 1.15rem;
	border-radius: 1.15rem;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.zh-process__step:hover {
	border-color: rgba(232, 119, 34, 0.35);
	box-shadow: 0 14px 34px rgba(232, 119, 34, 0.1);
	transform: translateY(-2px);
}

.zh-process__node {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
}

.zh-process__num {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: var(--zh-orange);
	font-variant-numeric: tabular-nums;
}

.zh-process__circle {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: linear-gradient(160deg, #fff7f0 0%, #ffffff 70%);
	border: 1px solid rgba(232, 119, 34, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9a4d16;
	margin-left: auto;
}

.zh-process__circle svg {
	width: 24px;
	height: 24px;
}

.zh-process__label {
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--zh-slate-800);
	line-height: 1.35;
}

@media (min-width: 768px) {
	.zh-process__track {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1.15rem;
	}
}

@media (min-width: 1200px) {
	.zh-process__track {
		display: grid;
		grid-template-columns: repeat(8, minmax(0, 1fr));
		gap: 0.85rem;
		padding-top: 2.25rem;
	}

	.zh-process__track::before {
		content: '';
		position: absolute;
		left: 4%;
		right: 4%;
		top: 0.85rem;
		height: 2px;
		background: linear-gradient(90deg, rgba(232, 119, 34, 0.15), rgba(232, 119, 34, 0.55), rgba(232, 119, 34, 0.15));
		border-radius: 999px;
		pointer-events: none;
	}

	.zh-process__step {
		align-items: center;
		text-align: center;
		padding: 1.2rem 0.7rem 1.25rem;
		min-height: 100%;
	}

	.zh-process__node {
		flex-direction: column;
		gap: 0.7rem;
	}

	.zh-process__num {
		position: relative;
		z-index: 1;
		width: 2rem;
		height: 2rem;
		border-radius: 999px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background: #ffffff;
		border: 1.5px solid rgba(232, 119, 34, 0.45);
		box-shadow: 0 0 0 6px #fbfbfa;
		font-size: 0.68rem;
		margin-top: -2.55rem;
	}

	.zh-process__circle {
		margin-left: 0;
	}

	.zh-process__label {
		font-size: 0.7rem;
	}
}

/* ========== SCIENCE ========== */
.zh-science {
	padding: 4.5rem 0 4.75rem;
	background:
		radial-gradient(900px 320px at 100% 0%, rgba(232, 119, 34, 0.07), transparent 55%),
		#f4f6f8;
}

.zh-science .zh-section-head {
	align-items: flex-end;
}

@media (max-width: 640px) {
	.zh-science .zh-section-head {
		align-items: flex-start;
		flex-direction: column;
	}
}

.zh-science__intro {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.zh-science__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.15rem;
}

.zh-science__card {
	background: #ffffff;
	padding: 1.45rem 1.35rem 1.5rem;
	border-radius: 1.25rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
	min-height: 0;
	position: relative;
	overflow: hidden;
}

.zh-science__card::before {
	content: '';
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: linear-gradient(180deg, var(--zh-orange), rgba(232, 119, 34, 0.2));
	opacity: 0;
	transition: opacity 0.2s ease;
}

.zh-science__card:hover {
	border-color: rgba(232, 119, 34, 0.35);
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(232, 119, 34, 0.12);
}

.zh-science__card:hover::before {
	opacity: 1;
}

.zh-science__card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 1.1rem;
}

.zh-science__icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: linear-gradient(160deg, #fff7f0 0%, #ffffff 70%);
	border: 1px solid rgba(232, 119, 34, 0.18);
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	color: #9a4d16;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.zh-science__card:hover .zh-science__icon {
	background: var(--zh-orange);
	border-color: var(--zh-orange);
	color: #fff;
	box-shadow: none;
}

.zh-science__icon svg {
	width: 24px;
	height: 24px;
}

.zh-science__index {
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: #94a3b8;
	font-variant-numeric: tabular-nums;
}

.zh-science__tag {
	display: inline-flex;
	align-items: center;
	margin: 0 0 0.55rem;
	padding: 0.22rem 0.55rem;
	border-radius: 999px;
	background: rgba(232, 119, 34, 0.1);
	color: #b45309;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.zh-science__card h4 {
	font-size: 1.12rem;
	font-weight: 750;
	margin: 0 0 0.45rem;
	line-height: 1.25;
	color: var(--zh-slate-800) !important;
}

.zh-science__card p {
	font-size: 0.92rem;
	font-weight: 500;
	color: var(--zh-muted);
	margin: 0;
	line-height: 1.45;
	max-width: none;
}

@media (min-width: 640px) {
	.zh-science__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.zh-science__grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 1.25rem;
	}
}

/* ========== GLOBAL ========== */
.zh-global {
	padding: 1.5rem 0 1.75rem;
	background: #fff;
}

.zh-global .zh-section-title {
	font-size: clamp(1.15rem, 1.8vw, 1.35rem);
	margin: 0 !important;
	padding: 0 !important;
}

.zh-global__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	align-items: center;
}

.zh-global__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 0.4rem 1.25rem;
	max-height: none;
}

.zh-global__list li {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--zh-slate-700);
	line-height: 1.2;
}

.zh-global__list span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--zh-orange);
	flex-shrink: 0;
}

.zh-global__note {
	margin: 0.75rem 0 0;
	font-size: 0.65rem;
	font-weight: 500;
	color: #94a3b8;
}

.zh-global__map {
	max-width: 360px;
	max-height: 200px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 0.85rem;
}

.zh-global__map img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	border-radius: 0.85rem;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
	display: block;
}

@media (min-width: 768px) {
	.zh-global__list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0.45rem 1.5rem;
	}
}

@media (min-width: 1024px) {
	.zh-global {
		padding: 1.75rem 0 2rem;
	}
	.zh-global__grid {
		grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
		gap: 1.5rem;
		align-items: center;
		max-width: 720px;
	}
	.zh-global__map {
		max-width: 420px;
		max-height: 180px;
		margin: 0;
	}
	.zh-global__map img {
		height: 180px;
	}
}

/* ========== INSIGHTS ========== */
.zh-insights {
	padding: 4rem 0;
	background: #f8fafc;
}

.zh-insights__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

.zh-insight-card {
	background: #fff;
	border-radius: 1.5rem;
	overflow: hidden;
	border: 1px solid var(--zh-border);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: box-shadow 0.2s;
}

.zh-insight-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.zh-insight-card__media {
	position: relative;
	height: 192px;
}

.zh-insight-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zh-insight-card__tag {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: var(--zh-orange);
	color: #fff;
	font-size: 0.625rem;
	font-weight: 700;
	padding: 0.3rem 0.75rem;
	border-radius: 999px;
}

.zh-insight-card__body {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.zh-insight-card__body h4 {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 1rem;
	color: var(--zh-slate-800);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.zh-insight-card__body a {
	margin-top: auto;
	color: var(--zh-orange);
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
}

.zh-insight-card__body a:hover {
	text-decoration: underline;
}

.zh-insights__empty {
	grid-column: 1 / -1;
	color: var(--zh-muted);
}

@media (min-width: 768px) {
	.zh-insights__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.zh-insights__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* ========== CTA ========== */
.zh-cta {
	position: relative;
	padding: 2.75rem 0;
	background: #e87722;
	overflow: hidden;
	color: #ffffff !important;
}

.zh-cta__inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.1rem;
	text-align: left;
	color: #ffffff !important;
}

.zh-cta__badge {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	flex-shrink: 0;
}

.zh-cta__leaf {
	width: 30px;
	height: 30px;
}

.zh-cta__title {
	font-size: clamp(1.45rem, 2.6vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	max-width: 22rem;
	color: #ffffff !important;
	text-wrap: balance;
}

.zh-cta__subtitle {
	margin: 0;
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1.45;
	color: #ffffff !important;
	opacity: 0.95;
	max-width: 14rem;
}

.zh-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.zh-cta .zh-btn--white {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #1e293b !important;
	border-radius: 999px;
	font-weight: 700;
	padding: 0.8rem 1.25rem;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.zh-cta .zh-btn--white span {
	color: #1e293b !important;
}

.zh-cta .zh-btn--white:hover {
	background: #f8fafc !important;
	color: #0f172a !important;
	transform: translateY(-1px);
}

.zh-cta__art {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: min(34%, 420px);
	opacity: 0.45;
	pointer-events: none;
}

.zh-cta__art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

@media (min-width: 1024px) {
	.zh-cta {
		padding: 2.35rem 0;
	}
	.zh-cta__inner {
		flex-direction: row;
		align-items: center;
		gap: 1.5rem 1.75rem;
	}
	.zh-cta__title {
		max-width: 20rem;
		flex: 1 1 auto;
	}
	.zh-cta__subtitle {
		max-width: 11rem;
		flex: 0 0 auto;
	}
	.zh-cta__actions {
		margin-left: auto;
		flex: 0 0 auto;
	}
}

@media (max-width: 900px) {
	.zh-cta__art {
		opacity: 0.22;
		width: 55%;
	}
}

/* Insights listing page reuse */
.ziran-insights-page {
	font-family: 'Outfit', system-ui, sans-serif;
	padding: 4rem 0 5rem;
	background: #f8fafc;
}

.ziran-insights-page .zh-container {
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto;
}

.ziran-insights-page .zh-section-title {
	margin-bottom: 2rem;
}

@media (prefers-reduced-motion: reduce) {
	.zh-hero__mouse i {
		animation: none;
	}
	.zh-product-card {
		transition: none;
	}
}
