.main-nav .current-menu-item > a,
.main-nav .current-menu-ancestor > a,
.main-nav .current_page_item > a,
.main-nav .current_page_parent > a {
	color: var(--red);
	font-weight: 800;
}

.main-nav .current-menu-item > a::after,
.main-nav .current-menu-ancestor > a::after,
.main-nav .current_page_item > a::after,
.main-nav .current_page_parent > a::after {
	content: "";
	display: block;
	height: 2px;
	margin-top: 5px;
	border-radius: 99px;
	background: var(--red);
}

.site-header {
	background: rgba(255, 255, 255, .92);
}

.header-inner {
	gap: 28px;
	min-height: 96px;
}

.logo img {
	width: 270px;
	max-height: 72px;
	object-fit: contain;
}

.logo > span,
.logo > b {
	display: none;
}

.main-nav ul {
	gap: 29px;
}

.main-nav a {
	font-size: 15px;
}

.header-consult {
	border-radius: 7px;
	padding: 12px 22px;
	box-shadow: 0 12px 26px rgba(233, 31, 43, .18);
}

.sc-home-v4 {
	background: #faf7f3;
}

.sc-home-v4 h1,
.sc-home-v4 h2,
.sc-home-v4 h3 {
	letter-spacing: 0;
}

.sc-home-v4 .section {
	padding: 92px 0;
}

.sc-hero-v4 {
	padding: 68px 0 46px;
	background:
		radial-gradient(circle at 86% 18%, rgba(213, 31, 45, .08), transparent 34%),
		linear-gradient(135deg, #f6f0ea 0%, #fffdfb 58%, #fbf6f1 100%);
}

.sc-hero-grid,
.sc-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
	gap: 78px;
	align-items: center;
}

.sc-split.reverse {
	grid-template-columns: minmax(360px, .88fr) minmax(0, 1fr);
}

.sc-hero-v4 .hero-copy h1 {
	margin: 18px 0 22px;
	font-size: 64px;
	line-height: 1.18;
	font-weight: 800;
}

.sc-hero-v4 .hero-copy h1 em {
	color: var(--red);
	font-style: normal;
}

.sc-hero-v4 .hero-copy p,
.sc-split p,
.section-title p {
	color: #6b7280;
	font-size: 18px;
	line-height: 1.85;
}

.photo-frame {
	position: relative;
	overflow: hidden;
	margin: 0;
	border: 1px solid rgba(213, 31, 45, .12);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(39, 31, 25, .13);
}

.photo-frame img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}

.hero-photo img,
.photo-frame.tall img {
	min-height: 510px;
}

.photo-frame.wide img {
	min-height: 250px;
}

.photo-frame figcaption {
	position: absolute;
	left: 22px;
	bottom: 22px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	max-width: calc(100% - 44px);
	padding: 12px 18px;
	border-radius: 9px;
	background: rgba(255, 255, 255, .92);
	color: var(--ink);
	font-weight: 800;
	box-shadow: 0 12px 30px rgba(20, 28, 43, .12);
}

.photo-frame figcaption span,
.tool-grid i {
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: var(--red);
	flex: 0 0 auto;
}

.sc-stat-band {
	background: #111827;
	color: #fff;
}

.sc-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}

.sc-stats div {
	padding: 34px 10px;
}

.sc-stats strong,
.sc-stats span {
	display: block;
}

.sc-stats strong {
	color: var(--gold);
	font-size: 30px;
	line-height: 1.2;
}

.sc-stats span {
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
}

.sc-tool-section {
	background: #fffdfb;
}

.tool-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

.tool-grid a {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 8px 18px;
	align-items: start;
	min-height: 132px;
	padding: 24px;
	border: 1px solid rgba(213, 31, 45, .12);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(39, 31, 25, .06);
}

.tool-grid a:nth-child(n+2) i {
	background: var(--gold);
}

.tool-grid strong {
	font-size: 20px;
	line-height: 1.4;
}

.tool-grid span {
	grid-column: 2;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.7;
}

.sc-service-scene {
	background: linear-gradient(180deg, #fff 0%, #faf7f3 100%);
}

.sc-service-scene .section-title h2 {
	max-width: 700px;
	font-size: 48px;
}

.service-scene-top {
	display: flex;
	justify-content: flex-end;
	margin: -128px 0 58px;
}

.service-scene-top .photo-frame {
	width: min(610px, 46vw);
}

.sc-service-cards {
	align-items: stretch;
}

.sc-service-cards article {
	min-height: 310px;
	padding: 30px;
	box-shadow: none;
}

.sc-service-cards article:nth-child(even) {
	transform: translateY(42px);
}

.sc-service-cards h3 {
	margin-top: 42px;
	font-size: 25px;
}

.sc-process-dark {
	background: linear-gradient(135deg, #111827 0%, #251b22 100%);
	color: #fff;
}

.process-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 430px;
	gap: 54px;
	align-items: start;
	margin-bottom: 68px;
}

.process-head h2 {
	color: #fff;
	font-size: 46px;
}

.process-photo img {
	min-height: 190px;
	filter: saturate(.95);
}

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

.process-line article {
	position: relative;
	padding-top: 54px;
}

.process-line article::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: var(--gold);
}

.process-line article:first-child::before {
	background: var(--red);
}

.process-line b {
	color: rgba(255, 255, 255, .62);
	font-size: 32px;
}

.process-line h3 {
	margin: 8px 0;
	color: #fff;
	font-size: 21px;
}

.process-line p {
	margin: 0;
	color: rgba(255, 255, 255, .68);
	font-size: 14px;
	line-height: 1.7;
}

.sc-dashboard-section {
	background: #fffdfb;
}

.check-list {
	display: grid;
	gap: 14px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.check-list li {
	padding: 14px 18px;
	border: 1px solid rgba(213, 31, 45, .12);
	border-radius: 10px;
	background: #fff;
	font-weight: 800;
}

.check-list li::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 12px;
	border-radius: 999px;
	background: var(--red);
	vertical-align: -1px;
}

.check-list li:nth-child(n+2)::before {
	background: var(--gold);
}

.sc-trust-section {
	background: #fbf7f2;
}

.trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
	align-items: start;
}

.trust-grid article {
	padding: 22px 22px 34px;
	border: 1px solid rgba(213, 31, 45, .1);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(39, 31, 25, .07);
}

.trust-grid article:nth-child(2) {
	margin-top: -44px;
}

.trust-grid img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 13px;
	box-shadow: 0 12px 28px rgba(39, 31, 25, .08);
}

.trust-grid h3 {
	margin: 28px 0 8px;
	font-size: 23px;
}

.trust-grid p {
	margin: 0;
	color: #6b7280;
}

.sc-knowledge-v4 {
	background: #fffdfb;
}

.article-list {
	display: grid;
	gap: 18px;
}

.article-list a,
.article-list .empty-post {
	display: block;
	padding: 22px 24px;
	border-left: 7px solid var(--red);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(39, 31, 25, .06);
}

.article-list a:nth-child(n+2) {
	border-left-color: var(--gold);
}

.article-list b,
.article-list span {
	display: block;
}

.article-list b {
	color: var(--ink);
	font-size: 18px;
	line-height: 1.5;
}

.article-list span {
	margin-top: 7px;
	color: #7b8190;
	font-size: 13px;
}

.sc-contact-v4 {
	background: linear-gradient(135deg, #121826 0%, #391820 100%);
}

.sc-contact-v4 .contact-grid {
	grid-template-columns: minmax(0, 1fr) 460px;
}

.contact-photo {
	margin-top: 28px;
	max-width: 630px;
}

.contact-photo img {
	min-height: 220px;
	filter: brightness(.82) saturate(.9);
}

.contact-list {
	display: grid;
	gap: 10px;
	margin: 18px 0 20px;
	padding: 0;
	list-style: none;
}

.contact-list li {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 10px;
	align-items: start;
}

.contact-list strong {
	color: var(--gold);
	font-weight: 800;
}

.consult-form {
	border: 1px solid rgba(255, 255, 255, .18);
	box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
}

.consult-form-head {
	margin-bottom: 18px;
}

.consult-form-head h2 {
	margin: 10px 0 8px;
	font-size: 28px;
}

.consult-form-head p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

.consult-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 16px;
}

.consult-fields label {
	margin: 0;
	min-width: 0;
}

.consult-fields label > span {
	display: block;
	margin-bottom: 6px;
	min-height: 24px;
	color: var(--ink);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
}

.consult-fields input,
.consult-fields textarea {
	display: block;
	width: 100%;
	min-height: 48px;
	margin: 0;
	border: 1px solid #d9dce2;
	border-radius: 8px;
	padding: 11px 13px;
	background: #fff;
	color: var(--ink);
	font: inherit;
	line-height: 1.5;
}

.consult-fields textarea {
	min-height: 124px;
	resize: vertical;
}

.consult-wide {
	grid-column: 1 / -1;
}

.consult-form .button {
	width: 100%;
	margin-top: 18px;
}

.form-error {
	padding: 10px;
	border-radius: 6px;
	background: #fff1f2;
	color: var(--red-dark) !important;
}

@media (max-width: 1080px) {
	.logo img {
		width: 220px;
	}

	.main-nav ul {
		gap: 20px;
	}

	.sc-hero-grid,
	.sc-split,
	.sc-split.reverse,
	.process-head,
	.sc-contact-v4 .contact-grid {
		grid-template-columns: 1fr;
	}

	.service-scene-top {
		justify-content: flex-start;
		margin: 0 0 42px;
	}

	.service-scene-top .photo-frame {
		width: 100%;
	}

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

@media (max-width: 980px) {
	.logo img {
		width: 180px;
	}

	.header-inner {
		min-height: 78px;
	}

	.main-nav .current-menu-item > a::after,
	.main-nav .current-menu-ancestor > a::after,
	.main-nav .current_page_item > a::after,
	.main-nav .current_page_parent > a::after {
		display: none;
	}
}

@media (max-width: 760px) {
	.sc-home-v4 .section {
		padding: 68px 0;
	}

	.sc-stats,
	.tool-grid,
	.trust-grid,
	.consult-fields,
	.process-line {
		grid-template-columns: 1fr;
	}

	.sc-stats div {
		padding: 24px 0;
		border-bottom: 1px solid rgba(255, 255, 255, .08);
	}

	.photo-frame img,
	.hero-photo img,
	.photo-frame.tall img,
	.photo-frame.wide img {
		min-height: 260px;
	}

	.tool-grid a {
		grid-template-columns: 34px 1fr;
	}

	.tool-grid span {
		grid-column: 1 / -1;
	}

	.sc-service-cards article:nth-child(even),
	.trust-grid article:nth-child(2) {
		transform: none;
		margin-top: 0;
	}

	.contact-list li {
		grid-template-columns: 58px 1fr;
	}
}

/* Keep the homepage image rhythm and Chinese headings predictable on narrow screens. */
.sc-home-v4 .photo-frame img{aspect-ratio:16/10}
.sc-home-v4 .hero-photo img,.sc-home-v4 .photo-frame.tall img{aspect-ratio:4/3}
.sc-home-v4 .trust-grid h3{line-height:1.45;word-break:keep-all}
.sc-home-v4 .section-title h2,.sc-home-v4 h2{letter-spacing:0;line-height:1.35;word-break:keep-all}
.sc-home-v4 p{letter-spacing:0}
@media(max-width:760px){
	.sc-home-v4 .hero-copy h1{font-size:42px;line-height:1.25}
	.sc-home-v4 .hero-copy p,.sc-split p,.section-title p{font-size:16px;line-height:1.85}
	.sc-home-v4 .section-title h2{font-size:34px}
}

/* Final visual pass: quiet editorial rhythm around the photography. */
.sc-home-v4 .sc-hero-grid{gap:clamp(42px,6vw,84px)}
.sc-home-v4 .hero-copy{max-width:680px}
.sc-home-v4 .hero-photo{border-color:rgba(216,160,49,.34);box-shadow:0 30px 80px rgba(55,34,27,.18)}
.sc-home-v4 .hero-photo::before{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.58);border-radius:15px;pointer-events:none;z-index:1}
.sc-home-v4 .photo-frame img{transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .7s ease}
.sc-home-v4 .photo-frame:hover img{transform:scale(1.035);filter:saturate(1.04)}
.sc-home-v4 .sc-tool-section .sc-split>div:first-child{padding-right:18px}
.sc-home-v4 .tool-grid a{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.sc-home-v4 .tool-grid a:hover{transform:translateY(-4px);border-color:rgba(233,31,43,.34);box-shadow:0 20px 44px rgba(39,31,25,.1)}
.sc-home-v4 .sc-service-cards article{position:relative;overflow:hidden}
.sc-home-v4 .sc-service-cards article::after{content:"";position:absolute;right:-32px;bottom:-42px;width:108px;height:108px;border:1px solid rgba(216,160,49,.2);border-radius:50%}
.sc-home-v4 .process-line article{border-left:1px solid rgba(255,255,255,.12);padding-left:20px}
.sc-home-v4 .process-line article:first-child{border-left-color:rgba(233,31,43,.7)}
.sc-home-v4 .trust-grid article{transition:transform .25s ease,box-shadow .25s ease}
.sc-home-v4 .trust-grid article:hover{transform:translateY(-6px);box-shadow:0 24px 52px rgba(39,31,25,.12)}
.sc-home-v4 .trust-grid article:nth-child(2):hover{transform:translateY(-50px)}
.sc-home-v4 .article-list a{transition:transform .25s ease,box-shadow .25s ease}
.sc-home-v4 .article-list a:hover{transform:translateX(6px);box-shadow:0 18px 38px rgba(39,31,25,.1)}
.sc-home-v4 .consult-form{border-radius:18px}
.sc-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1)}
.sc-reveal.is-visible{opacity:1;transform:none}
@media(max-width:760px){
	.sc-home-v4 .process-line article{border-left:0;border-top:1px solid rgba(255,255,255,.12);padding:20px 0 0}
	.sc-home-v4 .process-line article:first-child{border-top-color:rgba(233,31,43,.7)}
	.sc-home-v4 .trust-grid article:nth-child(2):hover{transform:translateY(-6px)}
}
@media(prefers-reduced-motion:reduce){
	.sc-home-v4 .photo-frame img,.sc-home-v4 .tool-grid a,.sc-home-v4 .trust-grid article,.sc-home-v4 .article-list a,.sc-reveal{transition:none}
	.sc-home-v4 .photo-frame:hover img,.sc-home-v4 .tool-grid a:hover,.sc-home-v4 .trust-grid article:hover,.sc-home-v4 .trust-grid article:nth-child(2):hover,.sc-home-v4 .article-list a:hover{transform:none}
}

/* Keep the remaining primary navigation evenly distributed after removing
 * the two utility buttons. Inner-page content must also shrink cleanly
 * instead of clipping long Chinese copy, phone numbers, or addresses. */
@media(min-width:981px){
	.header-inner{gap:32px}
	.logo{margin-right:0}
	.main-nav{flex:1;min-width:0}
	.main-nav>ul,
	.main-nav>div>ul{width:100%;justify-content:space-between;gap:clamp(18px,2.6vw,34px)}
	.main-nav>ul>li,
	.main-nav>div>ul>li{min-width:0}
	.main-nav>ul>li>a,
	.main-nav>div>ul>li>a{white-space:nowrap}
}

.page-hero-grid>*,
.content-grid>*,
.contact-grid>*{min-width:0}
.entry-content,
.contact-information,
.page-hero-copy{overflow-wrap:anywhere}
.page-hero h1,
.section-heading h2,
.contact-information h2{word-break:keep-all}

@media(max-width:980px){
	.header-inner{gap:14px}
	.main-nav{min-width:0}
}

@media(max-width:640px){
	.page-hero h1{font-size:36px;line-height:1.32}
	.page-hero p{font-size:16px;line-height:1.85}
	.content-grid,.contact-grid{width:100%}
	.entry-content{font-size:16px;line-height:1.9}
	.contact-information li{overflow-wrap:anywhere}
}
