.wxxyr-utility-bar {
	background: var(--wxxyr-graphite);
	color: var(--wxxyr-white);
	font-size: 0.8125rem;
}

.wxxyr-utility-bar__inner,
.wxxyr-utility-bar__contact {
	align-items: center;
	display: flex;
}

.wxxyr-utility-bar__inner {
	justify-content: space-between;
	min-height: 36px;
}

.wxxyr-utility-bar__message,
.wxxyr-utility-bar__contact {
	margin: 0;
}

.wxxyr-utility-bar__contact {
	gap: 24px;
}

.wxxyr-utility-bar a,
.wxxyr-utility-bar button {
	color: var(--wxxyr-white);
}

.wxxyr-utility-bar button,
.wxxyr-site-header button,
.wxxyr-site-footer button {
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}

.wxxyr-site-header {
	background: var(--wxxyr-white);
	border-bottom: 1px solid var(--wxxyr-line);
	position: relative;
	z-index: 30;
}

.wxxyr-site-header__inner {
	align-items: center;
	display: flex;
	gap: 36px;
	min-height: 98px;
}

.wxxyr-site-brand {
	color: var(--wxxyr-graphite);
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	text-decoration: none;
}

.wxxyr-site-brand:hover {
	color: var(--wxxyr-graphite);
}

.wxxyr-site-brand__name {
	font-size: 1.3rem;
	font-weight: 900;
	line-height: 1.3;
}

.wxxyr-site-brand__tagline {
	color: var(--wxxyr-muted);
	font-size: 0.75rem;
}

.wxxyr-primary-nav {
	margin-left: auto;
}

.wxxyr-primary-nav__list,
.wxxyr-primary-nav .menu {
	align-items: center;
	display: flex;
	gap: 32px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wxxyr-primary-nav a {
	border-bottom: 3px solid transparent;
	color: var(--wxxyr-graphite);
	display: flex;
	font-size: 0.9375rem;
	font-weight: 700;
	min-height: 44px;
	padding-block: 12px 9px;
	text-decoration: none;
}

.wxxyr-primary-nav a:hover,
.wxxyr-primary-nav .current-menu-item > a {
	border-bottom-color: var(--wxxyr-blue);
	color: var(--wxxyr-blue);
}

.wxxyr-site-header__wechat {
	background: var(--wxxyr-blue) !important;
	border-radius: var(--wxxyr-radius);
	color: var(--wxxyr-white);
	font-weight: 800;
	min-height: 44px;
	padding: 8px 18px !important;
	white-space: nowrap;
}

.wxxyr-site-header__wechat:hover {
	background: var(--wxxyr-deep-blue) !important;
}

.wxxyr-menu-toggle {
	background: var(--wxxyr-white);
	border: 1px solid var(--wxxyr-line);
	border-radius: var(--wxxyr-radius);
	color: var(--wxxyr-graphite);
	cursor: pointer;
	display: none;
	font-weight: 800;
	min-height: 44px;
	min-width: 64px;
	padding: 8px 14px;
}

.wxxyr-hero {
	background: var(--wxxyr-graphite);
	color: var(--wxxyr-white);
	display: grid;
	min-height: 560px;
	overflow: hidden;
}

.wxxyr-hero__content {
	align-self: center;
	padding-block: 72px;
	position: relative;
	z-index: 1;
}

.wxxyr-hero__eyebrow {
	color: #8AC8FF;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.wxxyr-hero h1 {
	color: var(--wxxyr-white);
	font-size: clamp(2.75rem, 4.8vw, 4.5rem);
	margin-bottom: 24px;
	max-width: 11em;
}

.wxxyr-hero__summary {
	font-size: 1.125rem;
	margin-bottom: 32px;
	max-width: 640px;
}

.wxxyr-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.wxxyr-hero__media {
	min-height: 380px;
}

.wxxyr-hero__media img,
.wxxyr-processing-split__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wxxyr-spec-band {
	background: var(--wxxyr-blue);
	color: var(--wxxyr-white);
	display: grid;
}

.wxxyr-spec-band__item {
	border-right: 1px solid rgba(255, 255, 255, 0.35);
	min-height: 104px;
	padding: 24px 28px;
}

.wxxyr-spec-band__item:last-child {
	border-right: 0;
}

.wxxyr-spec-band__label {
	display: block;
	font-size: 0.8125rem;
	margin-bottom: 4px;
	opacity: 0.78;
}

.wxxyr-spec-band__value {
	display: block;
	font-size: 1rem;
	font-weight: 800;
}

.wxxyr-product-grid {
	display: grid;
	gap: 20px;
}

.wxxyr-product-card,
.wxxyr-product-grid > article {
	background: var(--wxxyr-graphite);
	border-radius: var(--wxxyr-radius);
	color: var(--wxxyr-white);
	overflow: hidden;
}

.wxxyr-product-card__figure,
.wxxyr-product-grid > article > figure {
	margin: 0;
	padding: 0;
	width: 100%;
}

.wxxyr-product-card__media,
.wxxyr-product-grid > article > img,
.wxxyr-product-grid > article > figure > img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.wxxyr-product-card__body,
.wxxyr-product-grid > article > :not(img):not(figure) {
	padding-inline: 20px;
}

.wxxyr-product-card__body {
	padding-block: 18px 20px;
}

.wxxyr-product-card__figure figcaption,
.wxxyr-product-grid > article > figure figcaption {
	color: #C8D0D7;
	font-size: 0.75rem;
	line-height: 1.5;
	margin: 0;
	padding: 8px 20px 10px;
}

.wxxyr-product-card h3,
.wxxyr-product-grid > article h3 {
	color: var(--wxxyr-white);
	font-size: 1.15rem;
	margin-bottom: 6px;
}

.wxxyr-product-card p,
.wxxyr-product-grid > article p {
	color: #C8D0D7;
	font-size: 0.875rem;
	margin-bottom: 18px;
}

.wxxyr-product-card a,
.wxxyr-product-grid > article a {
	color: #8AC8FF;
	font-weight: 800;
}

.wxxyr-processing-split {
	background: var(--wxxyr-graphite);
	color: var(--wxxyr-white);
	display: grid;
	overflow: hidden;
}

.wxxyr-processing-split__content {
	align-self: center;
	padding: 64px;
}

.wxxyr-processing-split h2 {
	color: var(--wxxyr-white);
	font-size: clamp(2rem, 3.2vw, 3.25rem);
	margin-bottom: 24px;
}

.wxxyr-processing-split ul {
	list-style-position: inside;
	margin: 0 0 32px;
	padding: 0;
}

.wxxyr-processing-split li {
	margin-bottom: 10px;
}

.wxxyr-evidence-grid {
	display: grid;
	gap: 20px;
}

.wxxyr-evidence-card,
.wxxyr-evidence-grid > article {
	border-bottom: 3px solid var(--wxxyr-blue);
}

.wxxyr-evidence-card__figure,
.wxxyr-evidence-grid > article > figure {
	margin: 0;
	padding: 0;
	width: 100%;
}

.wxxyr-evidence-card__media,
.wxxyr-evidence-grid > article > img,
.wxxyr-evidence-grid > article > figure > img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.wxxyr-evidence-card__figure figcaption,
.wxxyr-evidence-grid > article > figure figcaption {
	color: var(--wxxyr-muted);
	font-size: 0.75rem;
	line-height: 1.5;
	margin: 0;
	padding: 8px 4px 0;
}

.wxxyr-evidence-card__body {
	padding-block: 16px 18px;
}

.wxxyr-evidence-card h3,
.wxxyr-evidence-grid > article h3 {
	font-size: 1rem;
	margin: 14px 0 4px;
}

.wxxyr-evidence-card p,
.wxxyr-evidence-grid > article p {
	color: var(--wxxyr-muted);
	font-size: 0.875rem;
	margin-bottom: 16px;
}

.wxxyr-contact-band {
	background: var(--wxxyr-deep-blue);
	color: var(--wxxyr-white);
	display: grid;
	overflow: hidden;
}

.wxxyr-contact-band__content {
	align-self: center;
	padding: 64px;
}

.wxxyr-contact-band h2 {
	color: var(--wxxyr-white);
	font-size: clamp(2rem, 3.2vw, 3.25rem);
	margin-bottom: 12px;
}

.wxxyr-contact-band__phone {
	color: #8AC8FF;
	display: inline-flex;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 900;
	margin-top: 20px;
	text-decoration: none;
}

.wxxyr-contact-band__media {
	align-items: center;
	background: var(--wxxyr-white);
	display: flex;
	justify-content: center;
	min-height: 280px;
	padding: 32px;
}

.wxxyr-contact-band__media img {
	max-height: 240px;
	width: auto;
}

.wxxyr-site-footer {
	background: var(--wxxyr-graphite);
	color: #C8D0D7;
	font-size: 0.875rem;
}

.wxxyr-site-footer__inner,
.wxxyr-site-footer__contact {
	align-items: center;
	display: flex;
}

.wxxyr-site-footer__inner {
	justify-content: space-between;
	padding-block: 40px 28px;
}

.wxxyr-site-footer p {
	margin-bottom: 4px;
}

.wxxyr-site-footer__name {
	color: var(--wxxyr-white);
	font-size: 1rem;
	font-weight: 800;
}

.wxxyr-site-footer__contact {
	gap: 24px;
}

.wxxyr-site-footer a,
.wxxyr-site-footer button {
	color: var(--wxxyr-white);
}

.wxxyr-site-footer__legal {
	border-top: 1px solid #36414B;
	padding-block: 16px;
}

.wxxyr-wechat-dialog[hidden] {
	display: none;
}

.wxxyr-wechat-dialog {
	align-items: center;
	background: rgba(17, 24, 32, 0.82);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 100;
}

.wxxyr-wechat-dialog__panel {
	background: var(--wxxyr-white);
	border-radius: 6px;
	max-width: 420px;
	padding: 32px;
	position: relative;
	text-align: center;
	width: 100%;
}

.wxxyr-wechat-dialog__close {
	background: var(--wxxyr-steel);
	border: 1px solid var(--wxxyr-line);
	border-radius: var(--wxxyr-radius);
	color: var(--wxxyr-graphite);
	cursor: pointer;
	min-height: 44px;
	padding: 8px 14px;
	position: absolute;
	right: 16px;
	top: 16px;
}

.wxxyr-wechat-dialog h2 {
	margin-bottom: 24px;
	padding-inline: 60px;
}

.wxxyr-wechat-dialog__qr {
	margin: 0 auto 20px;
	max-height: 280px;
	width: auto;
}

.wxxyr-wechat-dialog p {
	margin-bottom: 0;
}

.wxxyr-mobile-contact {
	display: none;
}


.wxxyr-site-brand {
	align-items: center;
	flex-direction: row;
	gap: 14px;
}

.wxxyr-site-brand__logo {
	flex: 0 0 auto;
	height: auto;
	width: 96px;
}

.wxxyr-site-brand__copy {
	display: flex;
	flex-direction: column;
}
