/*
Theme Name: dayu
Theme URI: https://example.com/dayu
Author: dayu
Author URI: https://example.com
Description: Industrial WordPress theme for elevator and escalator spare parts suppliers.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dayu
Tags: custom-background, custom-logo, custom-menu, featured-images, e-commerce
*/

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--dayu-bg);
	color: var(--dayu-text);
	font-family: var(--dayu-font-body);
	font-size: var(--dayu-base-font-size);
	line-height: var(--dayu-line-height);
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: var(--dayu-link);
	text-decoration: none;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

a:hover {
	color: var(--dayu-link-hover);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 18px;
	color: var(--dayu-text);
	font-family: var(--dayu-font-heading);
	line-height: 1.08;
	letter-spacing: 0;
}

p {
	margin: 0 0 18px;
}

button,
input,
textarea,
select {
	font: inherit;
}

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

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	white-space: nowrap;
}

.skip-link:focus {
	z-index: 999;
	top: 12px;
	left: 12px;
	clip: auto;
	width: auto;
	height: auto;
	padding: 10px 14px;
	background: #fff;
	color: #000;
}

.promo-bar {
	background: var(--promo-bg);
	color: var(--promo-text);
}

.promo-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 42px;
	position: relative;
	font-size: 14px;
}

.promo-inner p {
	margin: 0;
}

.promo-inner a {
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid currentColor;
}

.promo-close {
	position: absolute;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 0;
	background: transparent;
	color: var(--promo-close);
	cursor: pointer;
}

.site-header {
	z-index: 50;
	background: var(--dayu-header-bg);
	box-shadow: 0 1px 0 rgba(18, 48, 58, .08);
}

.site-header.is-sticky {
	position: sticky;
	top: 0;
}

.site-header.has-scrolled {
	background: var(--dayu-header-sticky);
	box-shadow: 0 12px 30px rgba(10, 27, 34, .13);
}

.top-contact {
	border-bottom: 1px solid var(--dayu-border);
	background: #f7fafb;
	color: var(--dayu-muted);
	font-size: 14px;
}

.top-contact-inner {
	display: flex;
	align-items: center;
	gap: 24px;
	min-height: 38px;
}

.top-contact-inner span,
.top-contact-inner a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: inherit;
}

.top-note {
	margin-left: auto;
}

.main-header {
	background: var(--dayu-header-bg);
}

.header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 26px;
	min-height: 78px;
}

.brand-mark {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--dayu-header-text);
}

.brand-symbol {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--logo-height);
	height: var(--logo-height);
	background: var(--dayu-accent);
	color: #fff;
	font-size: calc(var(--logo-height) * .56);
	font-weight: 900;
	line-height: 1;
}

.brand-copy {
	display: grid;
	gap: 2px;
}

.brand-copy strong {
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
}

.brand-copy small {
	color: var(--dayu-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.custom-logo-link img {
	max-height: 64px;
	width: auto;
}

.main-navigation {
	justify-self: center;
}

.primary-menu,
.mobile-menu {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu a {
	color: var(--dayu-header-text);
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
	color: var(--dayu-header-hover);
}

.primary-menu .current-menu-item > a {
	color: var(--dayu-header-active);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--dayu-border);
	border-radius: 6px;
	background: #fff;
	color: var(--dayu-header-text);
	cursor: pointer;
}

.icon-button:hover {
	border-color: var(--dayu-primary);
	color: var(--dayu-primary);
}

.menu-toggle {
	display: none;
	color: var(--mobile-menu-color, var(--dayu-header-text));
}

.header-search {
	border-top: 1px solid var(--dayu-border);
	padding: 16px 0;
	background: #fff;
}

.search-form {
	display: flex;
	gap: 8px;
}

.search-form label {
	flex: 1;
}

.search-field,
.search-form input[type="search"],
.search-form input[type="text"],
.search-form input[type="email"],
textarea {
	width: 100%;
	min-height: 48px;
	border: 1px solid var(--dayu-border);
	border-radius: 6px;
	padding: 0 14px;
	background: #fff;
	color: var(--dayu-text);
}

.search-submit,
.button,
button[type="submit"],
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 1px solid transparent;
	border-radius: 6px;
	padding: 0 20px;
	font-weight: 800;
	cursor: pointer;
}

.button-primary,
.search-submit,
button[type="submit"],
input[type="submit"] {
	background: var(--dayu-accent);
	color: #fff;
}

.button-primary:hover,
.search-submit:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
	background: #a9111f;
	color: #fff;
}

.button-outline {
	border-color: var(--dayu-primary);
	background: transparent;
	color: var(--dayu-primary);
}

.button-outline.light {
	border-color: rgba(255,255,255,.72);
	color: #fff;
}

.button-outline:hover {
	background: var(--dayu-primary);
	color: #fff;
}

.text-link {
	display: inline-flex;
	align-items: center;
	font-weight: 800;
}

.text-link::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 2px;
	margin-left: 10px;
	background: currentColor;
}

.hero-section {
	position: relative;
	min-height: clamp(560px, 72vh, 720px);
	display: flex;
	align-items: center;
	overflow: hidden;
	background-image: linear-gradient(90deg, rgba(3, 17, 22, .95) 0%, rgba(3, 17, 22, .86) 34%, rgba(3, 17, 22, .24) 68%), var(--hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.hero-section::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--hero-overlay);
	opacity: var(--hero-overlay-opacity);
	pointer-events: none;
	mix-blend-mode: multiply;
}

.hero-inner {
	position: relative;
	z-index: 1;
}

.hero-copy {
	width: min(650px, 100%);
	padding: 76px 0 84px;
}

.eyebrow {
	margin-bottom: 14px;
	color: var(--dayu-accent);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.hero-copy h1 {
	color: #fff;
	font-size: clamp(42px, 7vw, 84px);
}

.hero-copy p:not(.eyebrow) {
	max-width: 590px;
	color: rgba(255,255,255,.86);
	font-size: 18px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 30px 0 34px;
}

.hero-proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 580px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero-proof li {
	border-left: 3px solid var(--dayu-accent);
	padding: 8px 14px;
	background: rgba(255,255,255,.08);
}

.hero-proof strong {
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.hero-proof span {
	display: block;
	margin-top: 4px;
	color: rgba(255,255,255,.72);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.section {
	position: relative;
}

.section-padding-compact {
	padding: 54px 0;
}

.section-padding-default {
	padding: 78px 0;
}

.section-padding-wide {
	padding: 110px 0;
}

.section-heading {
	max-width: 760px;
	margin: 0 auto 40px;
	text-align: center;
}

.section-heading.align-left {
	margin-left: 0;
	text-align: left;
}

.section-heading h2 {
	font-size: clamp(31px, 4vw, 54px);
}

.section-heading p:not(.eyebrow) {
	color: var(--dayu-muted);
	font-size: 17px;
}

.section-heading.inverse h2,
.section-heading.inverse p {
	color: #fff;
}

.section-heading.inverse p:not(.eyebrow) {
	color: rgba(255,255,255,.72);
}

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

.category-card,
.product-card,
.feature-item,
.process-step,
.post-card {
	border: 1px solid var(--dayu-border);
	border-radius: var(--dayu-radius);
	background: var(--dayu-surface);
	box-shadow: var(--dayu-shadow);
	overflow: hidden;
}

.category-card {
	display: grid;
	grid-template-columns: minmax(180px, 34%) 1fr;
	min-height: 330px;
}

.category-image,
.product-thumb,
.about-media {
	background-repeat: no-repeat;
	background-size: cover;
}

.category-card:nth-child(1) .category-image {
	background-position: 62% 55%;
}

.category-card:nth-child(2) .category-image {
	background-position: 86% 30%;
}

.category-body {
	padding: 30px;
}

.category-body h3,
.product-card-body h3,
.feature-item h3,
.process-step h3 {
	font-size: 24px;
}

.category-body p,
.product-card-body p,
.feature-item p,
.process-step p {
	color: var(--dayu-muted);
}

.category-body ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 24px 0;
	padding: 0;
	list-style: none;
}

.category-body li {
	padding: 9px 10px;
	border-left: 3px solid var(--dayu-primary);
	background: #eef6f8;
	color: var(--dayu-secondary);
	font-size: 13px;
	font-weight: 800;
}

.split-section {
	display: grid;
	grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
	gap: 42px;
	align-items: start;
}

.feature-grid,
.product-grid,
.process-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.feature-item {
	padding: 28px;
	box-shadow: none;
}

.feature-number {
	display: block;
	margin-bottom: 26px;
	color: var(--dayu-accent);
	font-size: 14px;
	font-weight: 900;
}

.product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-thumb {
	aspect-ratio: 16 / 10;
	background-position: 70% 62%;
}

.product-card:nth-child(2) .product-thumb,
.product-card:nth-child(3) .product-thumb {
	background-position: 58% 52%;
}

.product-card:nth-child(4) .product-thumb,
.product-card:nth-child(5) .product-thumb,
.product-card:nth-child(6) .product-thumb {
	background-position: 84% 36%;
}

.product-card-body {
	padding: 22px;
}

.product-card-body span {
	display: inline-block;
	margin-bottom: 12px;
	color: var(--dayu-accent);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.product-card-body h3 {
	font-size: 21px;
}

.product-card-body a {
	font-weight: 800;
}

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

.process-step {
	position: relative;
	min-height: 260px;
	padding: 28px;
	border-color: rgba(255,255,255,.14);
	background: rgba(255,255,255,.06);
	box-shadow: none;
}

.process-step span {
	display: block;
	margin-bottom: 48px;
	color: var(--dayu-accent);
	font-size: 14px;
	font-weight: 900;
}

.process-step h3 {
	color: #fff;
}

.process-step p {
	color: rgba(255,255,255,.72);
}

.about-layout,
.faq-layout,
.cta-layout,
.content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: 42px;
	align-items: center;
}

.about-media {
	min-height: 500px;
	border-radius: var(--dayu-radius);
	background-position: 72% center;
	box-shadow: var(--dayu-shadow);
}

.about-copy {
	padding: 8px 0;
}

.about-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 28px 0;
}

.about-metrics div {
	padding: 18px;
	border: 1px solid var(--dayu-border);
	border-radius: var(--dayu-radius);
	background: #fff;
}

.about-metrics strong {
	display: block;
	margin-bottom: 6px;
	color: var(--dayu-accent);
	font-size: 22px;
}

.about-metrics span {
	color: var(--dayu-muted);
	font-size: 13px;
	font-weight: 800;
}

.faq-layout {
	align-items: start;
}

.faq-list {
	display: grid;
	gap: 12px;
}

.faq-list details {
	border: 1px solid var(--dayu-border);
	border-radius: var(--dayu-radius);
	background: #fff;
}

.faq-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 64px;
	padding: 0 20px;
	color: var(--dayu-secondary);
	font-weight: 900;
	cursor: pointer;
}

.faq-list summary::after {
	content: "+";
	color: var(--dayu-accent);
	font-size: 24px;
	line-height: 1;
}

.faq-list details[open] summary::after {
	content: "-";
}

.faq-list details p {
	margin: 0;
	padding: 0 20px 22px;
	color: var(--dayu-muted);
}

.cta-layout {
	align-items: center;
	color: #fff;
}

.cta-layout h2,
.cta-layout p {
	color: #fff;
}

.cta-layout p:not(.eyebrow) {
	color: rgba(255,255,255,.76);
}

.contact-panel {
	border-radius: var(--dayu-radius);
	padding: 28px;
	background: rgba(255,255,255,.08);
}

.contact-panel p {
	margin: 18px 0 0;
}

.contact-panel a:not(.button) {
	color: #fff;
}

.site-footer {
	background: var(--dayu-footer-bg);
	color: var(--dayu-footer-text);
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	padding: 62px 0;
}

.footer-cols-1 {
	grid-template-columns: 1fr;
}

.footer-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-column h2 {
	color: #fff;
	font-size: 18px;
}

.footer-column p,
.footer-lines {
	color: var(--dayu-footer-text);
}

.footer-lines,
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-lines li,
.footer-menu li {
	margin-bottom: 9px;
}

.footer-column a,
.footer-menu a {
	color: #fff;
}

.footer-bottom {
	border-top: 1px solid rgba(255,255,255,.1);
}

.footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 66px;
}

.footer-bottom p {
	margin: 0;
}

.footer-menu {
	display: flex;
	gap: 18px;
}

.floating-social {
	position: fixed;
	z-index: 60;
	top: 50%;
	display: grid;
	gap: 8px;
	transform: translateY(-50%);
}

.floating-right {
	right: 18px;
}

.floating-left {
	left: 18px;
}

.floating-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 8px;
	background: var(--floating-bg);
	color: var(--floating-icon);
	box-shadow: 0 10px 28px rgba(0,0,0,.18);
}

.floating-circle a {
	border-radius: 999px;
}

.floating-social a span:last-child {
	position: absolute;
	right: 54px;
	opacity: 0;
	pointer-events: none;
	padding: 6px 9px;
	border-radius: 4px;
	background: #0b1b22;
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
	transform: translateX(4px);
	transition: opacity .18s ease, transform .18s ease;
}

.floating-left a span:last-child {
	right: auto;
	left: 54px;
}

.floating-social a:hover span:last-child {
	opacity: 1;
	transform: translateX(0);
}

.content-page,
.archive-page,
.dayu-woocommerce {
	padding: 72px 0;
}

.narrow-content {
	max-width: 850px;
}

.entry-header,
.archive-header {
	margin-bottom: 32px;
}

.entry-title,
.archive-header h1,
.not-found h1 {
	font-size: clamp(34px, 5vw, 62px);
}

.entry-meta {
	color: var(--dayu-muted);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.entry-content {
	color: var(--dayu-text);
}

.entry-content > * {
	margin-bottom: 22px;
}

.entry-media {
	margin-bottom: 30px;
	border-radius: var(--dayu-radius);
	overflow: hidden;
}

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

.post-card-media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #e9eef0;
	overflow: hidden;
}

.post-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card-body {
	padding: 24px;
}

.post-card h2 {
	font-size: 24px;
}

.widget-area {
	align-self: start;
}

.widget {
	margin-bottom: 20px;
	border: 1px solid var(--dayu-border);
	border-radius: var(--dayu-radius);
	padding: 22px;
	background: #fff;
}

.widget-title {
	font-size: 20px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 1px solid var(--dayu-border);
	border-radius: var(--dayu-radius);
	padding: 14px;
	background: #fff;
	box-shadow: var(--dayu-shadow);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 6px;
	background: var(--dayu-accent);
	color: #fff;
}

/* Yuanqi-inspired homepage structure */
.site-header-yuanqi {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: transparent;
	box-shadow: none;
}

.site-header-yuanqi.is-sticky {
	position: absolute;
}

.site-header-yuanqi.has-promo {
	top: 42px;
}

.site-header-yuanqi .top-contact {
	display: none;
}

.site-header-yuanqi .main-header {
	background: linear-gradient(180deg, rgba(0, 0, 0, .52), rgba(0, 0, 0, 0));
}

.site-header-yuanqi .header-inner {
	min-height: 90px;
	gap: 20px;
}

.site-header-yuanqi .brand-mark,
.site-header-yuanqi .primary-menu a,
.site-header-yuanqi .language-chip {
	color: #fff;
}

.site-header-yuanqi .brand-copy small {
	color: rgba(255, 255, 255, .78);
}

.site-header-yuanqi .primary-menu {
	gap: 10px;
}

.site-header-yuanqi .primary-menu a {
	white-space: nowrap;
	font-size: 13px;
	letter-spacing: .3px;
}

.site-header-yuanqi .header-actions {
	gap: 6px;
}

.site-header-yuanqi .icon-button {
	width: 38px;
	height: 38px;
	border-color: rgba(255, 255, 255, .35);
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.site-header-yuanqi .primary-menu > li:first-child > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 50px;
	padding: 0 22px;
	background: var(--dayu-accent);
	clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
	color: #fff;
}

.header-search-inline {
	width: 130px;
}

.header-search-inline .search-form {
	position: relative;
	display: block;
}

.header-search-inline .search-form label {
	display: block;
}

#masthead.site-header-yuanqi .header-search-inline input[type="search"] {
	height: 28px;
	min-height: 28px;
	border-color: var(--dayu-accent);
	border-radius: 5px;
	padding: 0 34px 0 12px;
	background: rgba(0, 0, 0, .12);
	color: #fff;
	font-size: 13px;
}

#masthead.site-header-yuanqi .header-search-inline input[type="search"]::placeholder {
	color: rgba(255, 255, 255, .72);
}

.header-search-inline .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	min-height: 28px;
	padding: 0;
	overflow: hidden;
	background: transparent;
	color: transparent;
}

.header-search-inline .search-submit::before {
	content: "\f179";
	color: #fff;
	font-family: dashicons;
	font-size: 16px;
}

.language-chip {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.site-header-yuanqi .language-chip::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid currentColor;
	opacity: .7;
}

.site-header:not(.site-header-yuanqi) .header-search-inline,
.site-header:not(.site-header-yuanqi) .language-chip {
	display: none;
}

.site-header-yuanqi .search-toggle {
	display: none;
}

.hero-section {
	min-height: 595px;
	align-items: end;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .45) 0%, rgba(0, 0, 0, .16) 48%, rgba(0, 0, 0, .62) 100%), var(--hero-image);
	background-position: center;
}

.hero-section::after {
	display: none;
}

.hero-inner {
	display: grid;
	place-items: center;
	padding-bottom: 46px;
}

.hero-ribbon {
	position: relative;
	width: min(760px, 78vw);
	min-height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 34px;
	background: var(--dayu-accent);
	box-shadow: 14px -10px 0 rgba(255, 255, 255, .45), -14px 10px 0 rgba(0, 0, 0, .34);
	clip-path: polygon(28px 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
}

.hero-ribbon span {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

.hero-dots {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 118px;
}

.hero-dots span {
	width: 16px;
	height: 16px;
	background: rgba(255, 255, 255, .82);
}

.hero-dots .active {
	background: var(--dayu-accent);
}

.yuanqi-intro {
	position: relative;
	overflow: hidden;
	background: #f3f3f3;
}

.yuanqi-intro::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 34%;
	background: var(--dayu-accent);
	clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}

.yuanqi-intro-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
	min-height: 360px;
	align-items: center;
	gap: 46px;
	padding: 58px 0;
}

.brand-word {
	margin: 0 0 16px;
	color: var(--dayu-accent);
	font-size: 45px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
}

.intro-title-row {
	display: grid;
	grid-template-columns: 72px 1fr;
	align-items: start;
	gap: 22px;
	margin-bottom: 22px;
}

.intro-title-row .dashicons {
	width: 72px;
	height: 72px;
	color: #a9adb0;
	font-size: 72px;
}

.intro-title-row h1 {
	max-width: 720px;
	color: #333;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 950;
	text-transform: uppercase;
}

.yuanqi-intro-copy > p:not(.brand-word) {
	max-width: 680px;
	color: #60666b;
	font-size: 16px;
}

.intro-actions {
	display: flex;
	gap: 12px;
	margin-top: 28px;
}

.yuanqi-intro-panel {
	position: relative;
	min-height: 260px;
}

.yuanqi-intro-panel::before {
	content: "";
	position: absolute;
	inset: 0 18% 0 0;
	background: #333;
	clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
}

.panel-photo {
	position: absolute;
	inset: 28px 0 28px 18%;
	border: 8px solid rgba(255, 255, 255, .28);
	background-size: cover;
	background-position: 70% center;
	clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
}

.yuanqi-section-title {
	margin: 0 auto 30px;
	text-align: center;
}

.yuanqi-section-title h2 {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	color: #333;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 950;
	text-transform: uppercase;
}

.yuanqi-section-title h2::before,
.yuanqi-section-title h2::after {
	content: "";
	width: 72px;
	height: 2px;
	margin: 0 18px;
	background: var(--dayu-accent);
}

.yuanqi-section-title p {
	max-width: 760px;
	margin: 0 auto;
	color: var(--dayu-muted);
}

.product-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0 0 30px;
}

.product-tabs a {
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--dayu-border);
	padding: 0 16px;
	background: #fff;
	color: #41484d;
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
}

.product-tabs a.active,
.product-tabs a:hover {
	border-color: var(--dayu-accent);
	background: var(--dayu-accent);
	color: #fff;
}

.section-products .product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.section-products .product-card {
	border-radius: 0;
	box-shadow: none;
	transition: transform .18s ease, box-shadow .18s ease;
}

.section-products .product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 36px rgba(0, 0, 0, .12);
}

.section-products .product-thumb {
	position: relative;
	display: block;
	aspect-ratio: 1 / .78;
	overflow: hidden;
	background-position: 72% 58%;
}

.section-products .product-thumb::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .5));
}

.section-products .product-thumb::after {
	content: attr(data-model);
	position: absolute;
	right: 10px;
	bottom: 10px;
	max-width: calc(100% - 20px);
	padding: 7px 9px;
	background: var(--dayu-accent);
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.section-products .product-card-body {
	padding: 16px 16px 18px;
}

.section-products .product-card-body span {
	margin-bottom: 8px;
	font-size: 11px;
}

.section-products .product-card-body h3 {
	min-height: 58px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.2;
}

.section-products .product-card-body h3 a {
	color: #333;
}

.section-products .product-card-body h3 a:hover {
	color: var(--dayu-accent);
}

.section-products .product-card-body p {
	min-height: 66px;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 1.45;
}

.section-products .product-card-body a {
	color: var(--dayu-accent);
	font-size: 13px;
}

.section-features {
	background: #f2f2f2 !important;
}

.section-features .split-section {
	grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
}

.section-features .section-heading h2 {
	color: #333;
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 950;
	text-transform: uppercase;
}

.section-features .feature-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-features .feature-item {
	border-radius: 0;
	background: #fff;
}

.section-features .feature-number {
	margin-bottom: 18px;
	font-size: 18px;
}

.section-news {
	padding: 76px 0;
	background: #fff;
}

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

.news-card {
	border: 1px solid var(--dayu-border);
	padding: 26px;
	background: #fff;
}

.news-date {
	margin-bottom: 18px;
	color: var(--dayu-accent);
	font-size: 13px;
	font-weight: 900;
}

.news-card h3 {
	min-height: 58px;
	font-size: 20px;
	line-height: 1.2;
}

.news-card p {
	color: var(--dayu-muted);
}

.section-cta {
	position: relative;
	background: #1f2528 !important;
}

.section-cta::before {
	content: "";
	position: absolute;
	inset: 0 0 0 auto;
	width: 38%;
	background: var(--dayu-accent);
	clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.section-cta .container {
	position: relative;
	z-index: 1;
}

.online-service-label {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 136px;
	width: 42px;
	background: var(--dayu-accent);
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	text-orientation: mixed;
	writing-mode: vertical-rl;
}

.floating-social {
	top: 50%;
	gap: 0;
}

.floating-social a {
	border-radius: 0;
	box-shadow: none;
}

/* Complete inner pages */
.primary-menu li,
.mobile-menu li {
	position: relative;
}

.primary-menu .sub-menu {
	position: absolute;
	z-index: 90;
	top: 100%;
	left: 0;
	display: none;
	min-width: 238px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: #202529;
	box-shadow: 0 18px 34px rgba(0, 0, 0, .18);
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	display: grid;
}

.primary-menu .sub-menu a {
	display: block;
	min-height: 0;
	padding: 11px 17px;
	background: transparent;
	clip-path: none;
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	white-space: normal;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu .current-menu-item > a {
	background: var(--dayu-accent);
	color: #fff;
}

.inner-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 360px;
	padding: 96px 0 58px;
	overflow: hidden;
	background-image: linear-gradient(90deg, rgba(3, 17, 22, .92), rgba(3, 17, 22, .54) 58%, rgba(3, 17, 22, .24)), var(--inner-hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.inner-hero::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: min(36vw, 520px);
	height: 96px;
	background: var(--dayu-accent);
	clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
	opacity: .94;
}

.inner-hero-inner {
	position: relative;
	z-index: 1;
}

.inner-hero h1 {
	max-width: 920px;
	color: #fff;
	font-size: clamp(38px, 5vw, 70px);
	font-weight: 950;
	text-transform: uppercase;
}

.inner-hero p:not(.eyebrow) {
	max-width: 720px;
	color: rgba(255, 255, 255, .84);
	font-size: 18px;
}

.breadcrumb-lite {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
}

.breadcrumb-lite a {
	color: #fff;
}

.breadcrumb-lite span {
	color: rgba(255, 255, 255, .68);
}

.breadcrumb-lite span::before {
	content: "/";
	margin-right: 10px;
	color: rgba(255, 255, 255, .5);
}

.complete-section {
	padding: 76px 0;
	background: #fff;
}

.product-line-layout {
	display: grid;
	grid-template-columns: 282px minmax(0, 1fr);
	gap: 34px;
	align-items: start;
}

.product-sidebar {
	position: sticky;
	top: 112px;
	border: 1px solid var(--dayu-border);
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .07);
}

.product-sidebar h2 {
	margin: 0;
	padding: 18px 20px;
	background: var(--dayu-accent);
	color: #fff;
	font-size: 18px;
	font-weight: 950;
	text-transform: uppercase;
}

.product-sidebar nav {
	display: grid;
}

.product-sidebar nav a {
	padding: 13px 18px;
	border-bottom: 1px solid var(--dayu-border);
	color: #333;
	font-size: 14px;
	font-weight: 850;
}

.product-sidebar nav a.active,
.product-sidebar nav a:hover {
	background: #33383b;
	color: #fff;
}

.sidebar-quote {
	display: grid;
	gap: 12px;
	padding: 20px;
	background: #f4f4f4;
}

.sidebar-quote strong {
	color: #333;
	font-size: 18px;
}

.sidebar-quote p {
	margin: 0;
	color: var(--dayu-muted);
	font-size: 14px;
}

.align-left-title {
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.align-left-title h2 {
	justify-content: flex-start;
}

.align-left-title h2::before {
	display: none;
}

.align-left-title h2::after {
	width: 96px;
	margin-right: 0;
}

.complete-page .inner-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.complete-page .product-card {
	border-radius: 0;
	box-shadow: none;
}

.complete-page .product-thumb {
	display: block;
	position: relative;
	overflow: hidden;
	background-size: cover;
	transition: transform .22s ease;
}

.complete-page .product-thumb::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .52));
}

.complete-page .product-thumb::after {
	content: attr(data-model);
	position: absolute;
	right: 12px;
	bottom: 12px;
	max-width: calc(100% - 24px);
	padding: 7px 10px;
	background: var(--dayu-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.complete-page .product-card:hover {
	box-shadow: 0 18px 36px rgba(0, 0, 0, .1);
	transform: translateY(-3px);
}

.complete-page .product-card:hover .product-thumb {
	transform: scale(1.025);
}

.product-thumb-escalator-steppallet {
	background-position: 62% 74%;
}

.product-thumb-escalator-step-chain {
	background-position: 42% 84%;
}

.product-thumb-escalator-roller,
.product-thumb-escalator-pulley-group-products {
	background-position: 82% 28%;
}

.product-thumb-escalator-comb-plate,
.product-thumb-escalator-brake {
	background-position: 52% 48%;
}

.product-thumb-elevator-controller-inverter {
	background-position: 45% 34%;
}

.product-thumb-elevator-buttons-panels,
.product-thumb-elevator-door-system,
.product-thumb-elevator-guide-rail-shoes,
.product-thumb-elevator-safety-parts {
	background-position: 72% 44%;
}

.complete-page .product-card h3 a {
	color: #333;
}

.complete-page .product-card h3 a:hover,
.complete-page .product-card-body > a {
	color: var(--dayu-accent);
}

.technical-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 30px;
}

.technical-strip > div,
.technical-card,
.contact-info-grid > div,
.news-card {
	border: 1px solid var(--dayu-border);
	background: #fff;
}

.technical-strip > div {
	padding: 22px;
}

.technical-strip strong,
.contact-info-grid strong {
	display: block;
	margin-bottom: 9px;
	color: #333;
	font-size: 17px;
}

.technical-strip p,
.technical-card p,
.contact-info-grid span,
.contact-info-grid a {
	margin: 0;
	color: var(--dayu-muted);
}

.product-detail-layout {
	display: grid;
	grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
	gap: 38px;
	align-items: center;
	margin-bottom: 34px;
}

.detail-media {
	min-height: 430px;
	background-position: 72% center;
	background-size: cover;
	box-shadow: 18px 18px 0 #f0f0f0;
}

.detail-copy h2 {
	font-size: clamp(30px, 3.4vw, 46px);
	font-weight: 950;
	text-transform: uppercase;
}

.detail-copy p:not(.eyebrow) {
	color: var(--dayu-muted);
	font-size: 17px;
}

.detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.spec-table {
	width: 100%;
	margin-top: 22px;
	border-collapse: collapse;
	background: #fff;
}

.spec-table th,
.spec-table td {
	border: 1px solid var(--dayu-border);
	padding: 16px;
	text-align: left;
	vertical-align: top;
}

.spec-table th {
	width: 220px;
	background: #f4f4f4;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
}

.spec-table td {
	color: var(--dayu-muted);
}

.related-products {
	margin-top: 48px;
	padding-top: 42px;
	border-top: 1px solid var(--dayu-border);
}

.about-complete-layout,
.contact-layout-complete {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .88fr);
	gap: 44px;
	align-items: start;
}

.about-complete h2 {
	max-width: 740px;
	color: #333;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 950;
	text-transform: uppercase;
}

.about-complete p:not(.brand-word) {
	color: var(--dayu-muted);
	font-size: 17px;
}

.contact-info-grid {
	display: grid;
	gap: 16px;
}

.contact-info-grid > div {
	display: grid;
	gap: 4px;
	padding: 22px;
}

.contact-info-grid a {
	color: var(--dayu-accent);
	font-weight: 850;
}

.contact-side {
	display: grid;
	gap: 18px;
}

.contact-checklist {
	border-left: 5px solid var(--dayu-accent);
	padding: 22px 24px;
	background: #f4f4f4;
}

.contact-checklist strong {
	display: block;
	margin-bottom: 12px;
	color: #333;
	font-size: 18px;
}

.contact-checklist ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding-left: 18px;
	color: var(--dayu-muted);
}

.inquiry-form {
	display: grid;
	gap: 14px;
	border: 1px solid var(--dayu-border);
	padding: 26px;
	background: #f4f4f4;
}

.inquiry-form label {
	display: grid;
	gap: 7px;
	color: #333;
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form textarea {
	width: 100%;
	border: 1px solid var(--dayu-border);
	border-radius: 0;
	background: #fff;
}

.inquiry-form textarea {
	min-height: 150px;
	padding: 12px 14px;
	resize: vertical;
}

.technical-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-bottom: 30px;
}

.technical-card {
	min-height: 190px;
	padding: 22px;
}

.technical-card h2 {
	font-size: 20px;
}

.complete-cta {
	position: relative;
	overflow: hidden;
	padding: 58px 0;
	background: #1f2528;
	color: #fff;
}

.complete-cta::before {
	content: "";
	position: absolute;
	inset: 0 0 0 auto;
	width: 34%;
	background: var(--dayu-accent);
	clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.complete-cta-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.complete-cta h2 {
	color: #fff;
	font-size: clamp(30px, 4vw, 48px);
	text-transform: uppercase;
}

.complete-cta p:not(.eyebrow) {
	max-width: 720px;
	color: rgba(255, 255, 255, .74);
}

@media (max-width: 1180px) {
	.primary-menu {
		gap: 18px;
	}

	.primary-menu a {
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	.header-inner {
		grid-template-columns: auto auto;
		justify-content: space-between;
	}

	.main-navigation {
		display: none;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.mobile-navigation {
		border-top: 1px solid var(--dayu-border);
		background: #fff;
	}

	.mobile-navigation .primary-menu,
	.mobile-menu {
		display: grid;
		gap: 0;
		padding: 12px 0;
	}

	.mobile-navigation .sub-menu,
	.mobile-menu .sub-menu {
		position: static;
		display: grid;
		margin: 0;
		padding: 0 0 0 16px;
		list-style: none;
		background: transparent;
		box-shadow: none;
	}

	.mobile-navigation a {
		display: block;
		padding: 13px 0;
		color: var(--dayu-header-text);
		font-weight: 800;
	}

	.category-grid,
	.split-section,
	.about-layout,
	.faq-layout,
	.cta-layout,
	.content-layout {
		grid-template-columns: 1fr;
	}

	.product-grid,
	.process-grid,
	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-header-yuanqi .header-search-inline,
	.site-header-yuanqi .language-chip {
		display: none;
	}

	.site-header-yuanqi .search-toggle {
		display: inline-flex;
	}

	.site-header-yuanqi .header-inner {
		min-height: 76px;
	}

	.site-header-yuanqi .mobile-navigation {
		background: rgba(6, 18, 24, .94);
		border-top-color: rgba(255, 255, 255, .18);
	}

	.site-header-yuanqi .mobile-navigation a {
		color: #fff;
	}

	.yuanqi-intro::after,
	.yuanqi-intro-panel {
		display: none;
	}

	.yuanqi-intro-inner {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.section-products .product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.news-grid {
		grid-template-columns: 1fr;
	}

	.product-line-layout,
	.product-detail-layout,
	.about-complete-layout,
	.contact-layout-complete {
		grid-template-columns: 1fr;
	}

	.product-sidebar {
		position: static;
	}

	.complete-page .inner-product-grid,
	.technical-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.technical-strip {
		grid-template-columns: 1fr;
	}

	.complete-cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.container {
		width: min(calc(100% - 28px), var(--dayu-container));
	}

	.top-contact-inner {
		flex-wrap: wrap;
		gap: 8px 16px;
		padding: 8px 0;
	}

	.top-note {
		margin-left: 0;
	}

	.header-inner {
		min-height: 68px;
		gap: 12px;
	}

	.brand-copy small {
		display: none;
	}

	.brand-copy strong {
		font-size: 24px;
	}

	.header-actions {
		gap: 5px;
	}

	.icon-button {
		width: 38px;
		height: 38px;
	}

	.hero-section {
		min-height: 620px;
		background-position: 62% center;
	}

	.hero-copy {
		padding: 56px 0 62px;
	}

	.hero-proof,
	.product-grid,
	.process-grid,
	.footer-grid,
	.post-grid {
		grid-template-columns: 1fr;
	}

	.category-card {
		grid-template-columns: 1fr;
	}

	.category-image {
		min-height: 220px;
	}

	.about-metrics {
		grid-template-columns: 1fr;
	}

	.footer-bottom-inner {
		align-items: flex-start;
		flex-direction: column;
		padding: 18px 0;
	}

	.floating-social {
		position: static;
		right: 14px;
		bottom: 14px;
		left: auto;
		display: flex;
		justify-content: center;
		padding: 16px 14px;
		background: #eef6f8;
		grid-auto-flow: column;
		transform: none;
	}

	.floating-social a span:last-child {
		display: none;
	}

	.hero-section {
		min-height: 620px;
		background-position: 62% center;
	}

	.hero-ribbon {
		width: min(320px, 92vw);
		min-height: 104px;
		padding: 12px 24px;
	}

	.hero-ribbon span {
		font-size: 17px;
		line-height: 1.45;
	}

	.hero-dots {
		margin-top: 96px;
	}

	.yuanqi-intro-inner {
		padding: 54px 0;
	}

	.intro-title-row {
		grid-template-columns: 64px 1fr;
		gap: 14px;
	}

	.intro-title-row .dashicons {
		width: 64px;
		height: 64px;
		font-size: 64px;
	}

	.intro-title-row h1 {
		font-size: 34px;
	}

	.section-products .product-grid {
		grid-template-columns: 1fr;
	}

	.section-features .feature-grid,
	.section-features .split-section,
	.news-grid {
		grid-template-columns: 1fr;
	}

	.inner-hero {
		min-height: 330px;
		padding: 62px 0 46px;
	}

	.inner-hero h1 {
		font-size: 36px;
	}

	.complete-section {
		padding: 54px 0;
	}

	.complete-page .inner-product-grid,
	.technical-grid {
		grid-template-columns: 1fr;
	}

	.detail-media {
		min-height: 300px;
		box-shadow: 10px 10px 0 #f0f0f0;
	}

	.spec-table,
	.spec-table tbody,
	.spec-table tr,
	.spec-table th,
	.spec-table td {
		display: block;
		width: 100%;
	}

	.spec-table th {
		border-bottom: 0;
	}

	.yuanqi-section-title h2 {
		display: block;
		font-size: 30px;
	}

	.yuanqi-section-title h2::before,
	.yuanqi-section-title h2::after {
		display: none;
	}

	.online-service-label {
		min-height: 46px;
		width: auto;
		padding: 0 14px;
		font-size: 14px;
		writing-mode: horizontal-tb;
	}
}

@media (max-width: 576px) {
	.promo-inner {
		justify-content: flex-start;
		padding-right: 42px;
	}

	.hero-copy h1 {
		font-size: 40px;
	}

	.hero-copy p:not(.eyebrow) {
		font-size: 16px;
	}

	.hero-actions {
		display: grid;
	}

	.category-body,
	.feature-item,
	.process-step,
	.contact-panel {
		padding: 22px;
	}

	.category-body ul {
		grid-template-columns: 1fr;
	}

	.section-padding-default,
	.section-padding-wide,
	.section-padding-compact {
		padding: 54px 0;
	}
}
