﻿:root {
	--zh-page-green: #8CC633;
	--zh-page-ink: #172536;
	--zh-page-blue: #102235;
	--zh-page-text: #4e5b64;
	--zh-page-soft: #f6f7f7;
	--zh-page-line: #e2e6e8;
	--zh-page-gold: #b8862b;
	--zh-page-gold-soft: #f0dfbd;
}

body.page-template-page-fullwidth .dt_pagetitle,
body.page-template-page-with-hero .dt_pagetitle,
body.page-template-page-product-category .dt_pagetitle,
body.page-template-page-fullwidth .breadcrumb-area,
body.page-template-page-with-hero .breadcrumb-area,
body.page-template-page-product-category .breadcrumb-area,
body.page-template-page-fullwidth .site-breadcrumb,
body.page-template-page-with-hero .site-breadcrumb,
body.page-template-page-product-category .site-breadcrumb {
	display: none !important;
}

.zh-page {
	background: #fff;
	color: var(--zh-page-ink);
}

.zh-page-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.zh-page-header {
	padding: clamp(58px, 7vw, 92px) 0 24px;
	border-bottom: 1px solid var(--zh-page-line);
}

.zh-page-header h1,
.zh-page-hero h1 {
	margin: 0;
	color: var(--zh-page-ink);
	font-size: clamp(38px, 4vw, 58px);
	line-height: 1.08;
	font-weight: 850;
	letter-spacing: 0;
}

.zh-page-header p,
.zh-page-hero__subtitle {
	max-width: 860px;
	margin: 16px 0 0;
	color: var(--zh-page-text);
	font-size: clamp(17px, 1.8vw, 21px);
	line-height: 1.55;
}

.zh-page-hero__subtitle {
	color: rgba(255, 255, 255, 0.86);
}

.zh-page-content {
	padding: clamp(42px, 6vw, 78px) 0 clamp(70px, 8vw, 110px);
	color: var(--zh-page-text);
	font-size: 17px;
	line-height: 1.75;
}

.zh-page-content > *:first-child {
	margin-top: 0;
}

.zh-page-content h2,
.zh-page-content h3,
.zh-page-content h4 {
	color: var(--zh-page-ink);
	line-height: 1.18;
	letter-spacing: 0;
}

.zh-page-content h2 {
	margin: 0 0 20px;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 850;
}

.zh-page-content h3 {
	margin: 28px 0 14px;
	font-size: clamp(24px, 2.2vw, 32px);
	font-weight: 800;
}

.zh-page-content p {
	margin: 0 0 20px;
}

.zh-page-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.zh-page-content a {
	color: var(--zh-page-gold);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.zh-page-hero {
	position: relative;
	min-height: clamp(280px, 34vw, 430px);
	display: flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.zh-page-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(16, 34, 53, 0.82), rgba(16, 34, 53, 0.36));
}

.zh-page-hero .zh-page-container {
	position: relative;
	z-index: 1;
}

.zh-page-hero__content {
	max-width: 760px;
}

.zh-page-hero__content p {
	margin: 0 0 12px;
	color: var(--zh-page-gold-soft);
	font-size: 14px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.zh-page-hero h1 {
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.24);
}

.zh-section {
	padding: clamp(64px, 7vw, 96px) 0;
}

.zh-button,
.zh-page-content .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 24px;
	border: 0;
	border-radius: 999px;
	border-color: #f5c400;
	background: #f5c400;
	color: #102033 !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(140, 198, 51, 0.2);
	transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.zh-button:hover,
.zh-page-content .wp-block-button__link:hover {
	border-color: #e0b300;
	background: #e0b300;
	color: #102033 !important;
	transform: translateY(-1px);
	text-decoration: none;
}

.zh-card-grid,
.wp-block-columns.zh-card-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	clear: both !important;
	float: none !important;
}

.wp-block-columns.zh-card-grid {
	align-items: stretch !important;
}

.zh-page-content .wp-block-group.zh-card-grid,
.wp-block-group.zh-card-grid {
	display: block !important;
}

.zh-page-content .zh-card-grid > .wp-block-group__inner-container,
.zh-card-grid > .wp-block-group__inner-container {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100% !important;
	clear: both !important;
}

.zh-card-grid > * {
	width: auto !important;
	flex-basis: auto !important;
	min-width: 0;
}

.zh-two-column {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 5vw, 58px);
	align-items: center;
}

.zh-image-card,
.zh-page-content .wp-block-group.is-style-card {
	padding: 24px;
	border: 1px solid var(--zh-page-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(16, 34, 53, 0.08);
}

.zh-image-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	margin-bottom: 18px;
}

.zh-cta-box {
	padding: clamp(34px, 5vw, 58px);
	border-radius: 10px;
	background: var(--zh-page-blue);
	color: #fff;
	text-align: center;
}

.zh-cta-box h2,
.zh-cta-box h3,
.zh-cta-box p {
	color: #fff;
}

.zh-page-content .wp-block-columns {
	gap: clamp(24px, 4vw, 48px);
}

.zh-page-content .wp-block-cover {
	border-radius: 10px;
	overflow: hidden;
}

.zh-page-content .wp-block-table table {
	border-color: var(--zh-page-line);
}

.zh-page-content .wp-block-table td,
.zh-page-content .wp-block-table th {
	border-color: var(--zh-page-line);
	padding: 12px 14px;
}

.zh-page-section {
	padding: clamp(40px, 6vw, 76px) 0;
}

.zh-page-section + .zh-page-section {
	margin-top: 10px;
}

.zh-page-section--soft {
	padding-right: clamp(22px, 4vw, 48px);
	padding-left: clamp(22px, 4vw, 48px);
	border-radius: 10px;
	background: var(--zh-page-soft);
}

.zh-section-heading {
	max-width: 840px;
	margin: 0 0 30px;
}

.zh-section-heading p,
.zh-kicker {
	margin: 0 0 10px;
	color: var(--zh-page-gold);
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.zh-section-heading div {
	color: var(--zh-page-text);
	font-size: 18px;
	line-height: 1.65;
}

.zh-product-list-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.zh-page-content .zh-product-card,
.zh-product-card,
.zh-product-item {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	min-height: 100% !important;
	height: auto !important;
	padding: 22px !important;
	border: 1px solid rgba(15, 35, 55, 0.1) !important;
	border-radius: 14px !important;
	background: #fff !important;
	box-shadow: 0 14px 36px rgba(15, 35, 55, 0.08) !important;
	overflow: hidden !important;
}

.zh-product-card > .wp-block-group__inner-container {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	min-height: 100% !important;
	width: 100% !important;
}

.zh-product-card .wp-block-image,
.zh-product-card figure,
.zh-product-item figure {
	float: none !important;
	width: 100% !important;
	margin: 0 0 18px 0 !important;
}

.zh-product-card img,
.zh-product-item img {
	display: block !important;
	width: 100% !important;
	height: 220px !important;
	aspect-ratio: 4 / 3;
	border-radius: 10px !important;
	object-fit: cover !important;
}

.zh-product-card h1,
.zh-product-card h2,
.zh-product-card h3,
.zh-product-card h4,
.zh-product-item h3 {
	margin: 0 0 12px 0 !important;
	font-size: 24px !important;
	line-height: 1.2 !important;
}

.zh-product-card p {
	margin: 0 0 18px 0 !important;
}

.zh-product-card .wp-block-buttons,
.zh-product-item .wp-block-buttons,
.zh-product-item .zh-button {
	margin-top: auto !important;
	align-self: flex-start !important;
}

.zh-product-card .wp-block-button__link {
	padding: 12px 22px !important;
	border-radius: 999px !important;
	border-color: #f5c400 !important;
	background: #f5c400 !important;
	color: #102033 !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

.zh-button--small {
	min-height: 38px;
	padding: 9px 18px;
	font-size: 14px;
}

.zh-page-video,
.zh-page-content .wp-block-video.zh-page-video {
	overflow: hidden;
	border-radius: 10px;
	background: #0f2438;
	box-shadow: 0 18px 46px rgba(16, 34, 53, 0.16);
}

.zh-page-video video,
.zh-page-content .wp-block-video video {
	display: block;
	width: 100%;
	height: auto;
}

.zh-two-column--top {
	align-items: start;
}

.zh-contact-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.zh-contact-info-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) !important;
	align-items: stretch !important;
	gap: clamp(24px, 4vw, 44px) !important;
	margin: 0 !important;
}

.zh-contact-info-grid > .wp-block-column {
	min-width: 0;
}

.zh-contact-cards,
.zh-contact-cards > .wp-block-group__inner-container {
	height: auto;
}

.zh-contact-cards .wp-block-group.zh-contact-grid {
	display: block;
}

.zh-contact-cards .zh-contact-grid {
	width: 100%;
	height: auto;
}

.zh-contact-cards .zh-contact-grid > .wp-block-group__inner-container {
	display: grid;
	height: auto;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.zh-contact-cards .zh-contact-grid > .wp-block-group__inner-container > .zh-contact-card:last-child {
	grid-column: 1 / -1;
}

.zh-contact-card {
	display: block !important;
	padding: 24px;
	border: 1px solid var(--zh-page-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(16, 34, 53, 0.07);
}

.zh-contact-card > .wp-block-group__inner-container {
	display: grid;
	gap: 8px;
}

.zh-contact-card p {
	margin: 0;
}

.zh-contact-card strong {
	color: var(--zh-page-gold);
	font-size: 13px;
	text-transform: uppercase;
}

.zh-contact-card a,
.zh-contact-card span {
	color: var(--zh-page-ink);
	line-height: 1.55;
	text-decoration: none;
}

.zh-contact-team-heading {
	max-width: 820px;
	margin: 0 auto 28px;
	text-align: center;
}

.zh-contact-action-cards {
	gap: 24px !important;
	margin: 0 !important;
}

.zh-contact-action-card {
	height: 100%;
	padding: clamp(26px, 4vw, 38px);
	border: 1px solid rgba(16, 34, 53, 0.08);
	border-radius: 16px;
	background: #fff;
	text-align: center;
	box-shadow: 0 18px 42px rgba(16, 34, 53, 0.1);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.zh-contact-action-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 54px rgba(16, 34, 53, 0.14);
}

.zh-contact-action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 16px !important;
	border-radius: 50%;
	background: #f5c400;
	color: #102033;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.zh-contact-action-card h3 {
	margin: 0 0 10px !important;
	font-size: 22px !important;
}

.zh-contact-action-card p {
	margin: 0;
}

.zh-contact-action-card a {
	color: var(--zh-page-ink);
	font-weight: 750;
	text-decoration: none;
}

.zh-contact-action-card a:hover {
	color: var(--zh-page-gold);
}

.zh-contact-visual {
	display: flex;
	min-height: 360px;
	max-height: 460px;
}

.zh-contact-visual .wp-block-image,
.zh-contact-image {
	width: 100%;
	height: 100%;
	min-height: 360px;
	max-height: 460px;
	margin: 0 !important;
}

.zh-contact-visual img,
.zh-contact-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 360px;
	max-height: 460px;
	object-fit: cover;
	border-radius: 16px;
	box-shadow: 0 18px 46px rgba(16, 34, 53, 0.14);
}

.zh-contact-form-box {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid rgba(16, 34, 53, 0.07);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(16, 34, 53, 0.12);
}

.zh-contact-form .wpforms-container,
.zh-contact-form .wpforms-container-full {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.zh-contact-form .wpforms-form,
.zh-contact-form form {
	margin: 0 !important;
}

.zh-contact-form .wpforms-field {
	margin: 0 !important;
	padding: 0 0 18px !important;
}

.zh-contact-form .wpforms-field-label {
	margin: 0 0 8px !important;
	color: var(--zh-page-ink) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

.zh-contact-form .wpforms-required-label {
	color: var(--zh-page-green) !important;
}

.zh-contact-form input,
.zh-contact-form textarea,
.zh-contact-form select {
	width: 100% !important;
	max-width: none !important;
	border: 1px solid var(--zh-page-line) !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: var(--zh-page-ink) !important;
	font-size: 15px !important;
	line-height: 1.4 !important;
	box-shadow: none !important;
	outline: none !important;
	transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.zh-contact-form input,
.zh-contact-form select {
	height: 48px !important;
	padding: 0 15px !important;
}

.zh-contact-form textarea {
	min-height: 140px !important;
	padding: 13px 15px !important;
	resize: vertical;
}

.zh-contact-form input::placeholder,
.zh-contact-form textarea::placeholder {
	color: #87929c !important;
	opacity: 1 !important;
}

.zh-contact-form input:focus,
.zh-contact-form textarea:focus,
.zh-contact-form select:focus {
	border-color: var(--zh-page-green) !important;
	box-shadow: 0 0 0 3px rgba(140, 198, 51, 0.14) !important;
}

.zh-contact-form .wpforms-error {
	margin: 7px 0 0 !important;
	color: #b42318 !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
}

.zh-contact-form .wpforms-submit-container {
	margin: 4px 0 0 !important;
	padding: 0 !important;
}

.zh-contact-form button[type="submit"],
.zh-contact-form .wpforms-submit {
	min-height: 48px !important;
	padding: 0 30px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #f5c400 !important;
	color: #102033 !important;
	font-weight: 850 !important;
	box-shadow: 0 12px 24px rgba(245, 196, 0, 0.24) !important;
	transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.zh-contact-form button[type="submit"]:hover,
.zh-contact-form .wpforms-submit:hover {
	background: #e0b300 !important;
	color: #102033 !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(224, 179, 0, 0.28) !important;
}

.zh-contact-map-section .zh-section-heading {
	max-width: 920px;
	margin: 0 auto 24px;
	text-align: center;
}

.zh-contact-map-frame {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: clamp(360px, 38vw, 420px);
	border-radius: 16px;
	background: #f7f4ea;
	box-shadow: 0 18px 46px rgba(16, 34, 53, 0.13);
}

.zh-contact-map-frame img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.zh-contact-map-frame:hover img {
	transform: scale(1.02);
}
.zh-contact-map-button {
	margin-top: 24px;
}

.zh-map-placeholder {
	display: grid;
	place-items: center;
	min-height: 280px;
	padding: 40px;
	border: 1px solid var(--zh-page-line);
	border-radius: 10px;
	background: linear-gradient(135deg, #f8f8f6, #edf1f2);
	text-align: center;
}

.zh-product-detail-hero {
	padding: clamp(42px, 6vw, 76px) 0;
}

.zh-product-detail-hero h2 {
	margin-bottom: 16px;
}

.zh-product-detail-hero p:not(.zh-kicker) {
	max-width: 680px;
	margin-bottom: 24px;
	color: var(--zh-page-text);
	font-size: 18px;
	line-height: 1.7;
}

.zh-product-detail-image {
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(16, 34, 53, 0.12);
}

.zh-product-detail-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 10px;
	object-fit: cover;
}

.zh-product-detail .wp-block-button__link,
.zh-product-detail .zh-button {
	border-color: #f5c400 !important;
	border-radius: 999px !important;
	background: #f5c400 !important;
	color: #102033 !important;
	font-weight: 800 !important;
	box-shadow: 0 10px 22px rgba(245, 196, 0, 0.22);
}

.zh-product-detail .wp-block-button__link:hover,
.zh-product-detail .zh-button:hover {
	border-color: #dfaf00 !important;
	background: #dfaf00 !important;
	color: #102033 !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 26px rgba(223, 175, 0, 0.26);
}

.zh-product-hero-actions {
	gap: 12px;
}

.zh-product-detail .zh-cta-box .wp-block-button__link {
	background: #f5c400 !important;
	color: #102033 !important;
}

.zh-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.zh-post-card {
	overflow: hidden;
	border: 1px solid var(--zh-page-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(16, 34, 53, 0.08);
}

.zh-post-card__image {
	display: block;
	overflow: hidden;
}

.zh-post-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 0;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.zh-post-card:hover .zh-post-card__image img {
	transform: scale(1.04);
}

.zh-post-card__body {
	padding: 22px;
}

.zh-post-card__body h2 {
	margin: 0 0 12px;
	font-size: 22px;
}

.zh-post-card__body h2 a {
	color: var(--zh-page-ink);
	text-decoration: none;
}

.zh-post-card__excerpt {
	margin-bottom: 18px;
}

@media (max-width: 900px) {
	.zh-page-container {
		width: min(100% - 28px, 720px);
	}

	.zh-two-column,
	.zh-product-list-grid,
	.zh-contact-grid,
	.zh-post-grid {
		grid-template-columns: 1fr;
	}

	.zh-contact-info-grid {
		grid-template-columns: 1fr !important;
	}

	.zh-card-grid,
	.wp-block-columns.zh-card-grid,
	.zh-page-content .zh-card-grid > .wp-block-group__inner-container,
	.zh-card-grid > .wp-block-group__inner-container {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 640px) {
	.zh-card-grid,
	.wp-block-columns.zh-card-grid,
	.zh-page-content .zh-card-grid > .wp-block-group__inner-container,
	.zh-card-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr !important;
	}

	.zh-contact-cards .zh-contact-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}
}

