/*
Theme Name: 红启庆典 Hongqi Ceremony
Theme URI: https://example.com/hongqi-ceremony
Author: 文化传媒站群
Description: 开业庆典公司专用主题。暖纸底×中国红×鎏金的新中式质感：红日灯笼插画首屏、汉字数码流程、剪纸细节。九段式转化首页（服务/流程/案例/套餐/口碑/FAQ/联系），内建 SEO 与本地商家结构化数据，移动端常驻咨询条。零外部依赖。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hongqi-ceremony
Tags: business, one-column, custom-logo, custom-menu, featured-images
*/

/* ==========================================================================
   0. 设计令牌
   ========================================================================== */

:root {
	--hq-paper: #faf4e7;
	--hq-paper-2: #f3e9d3;
	--hq-paper-deep: #eee0c4;
	--hq-red: #c8321e;
	--hq-red-bright: #e0442c;
	--hq-red-deep: #9c2113;
	--hq-red-dark: #7f1a0e;
	--hq-gold: #c9973f;
	--hq-gold-2: #e8b25c;
	--hq-ink: #40281c;
	--hq-ink-dim: #7d6851;
	--hq-ink-faint: #a7947a;
	--hq-line: rgba(160, 110, 50, 0.28);
	--hq-line-faint: rgba(160, 110, 50, 0.16);
	--hq-red-grad: linear-gradient(135deg, #e0442c, #c8321e 55%, #a3241a);
	--hq-serif: Georgia, "Songti SC", "Noto Serif SC", "STSong", "SimSun", serif;
	--hq-sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", sans-serif;
	--hq-shadow: 0 20px 44px rgba(127, 26, 14, 0.14);
	--hq-radius: 16px;
}

/* ==========================================================================
   1. 基础与排版
   ========================================================================== */

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 96px;
}

body {
	margin: 0;
	font-family: var(--hq-sans);
	font-size: 16px;
	line-height: 1.8;
	color: var(--hq-ink);
	background:
		radial-gradient(900px 500px at 92% -120px, rgba(200, 50, 30, 0.07), transparent 60%),
		radial-gradient(700px 420px at -80px 30%, rgba(201, 151, 63, 0.09), transparent 60%),
		var(--hq-paper);
	-webkit-font-smoothing: antialiased;
	overflow-wrap: anywhere;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.6em;
	font-family: var(--hq-serif);
	font-weight: 700;
	line-height: 1.3;
	color: var(--hq-ink);
}

p {
	margin: 0 0 1em;
}

a {
	color: var(--hq-red);
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover {
	color: var(--hq-red-deep);
}

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

svg {
	display: block;
}

ul, ol {
	margin: 0;
	padding: 0;
}

button {
	font-family: inherit;
}

::selection {
	background: var(--hq-red);
	color: #fff8ec;
}

:focus-visible {
	outline: 2px solid var(--hq-red);
	outline-offset: 3px;
	border-radius: 4px;
}

.hq-container {
	width: min(1180px, 100% - 48px);
	margin-inline: auto;
}

.hq-kicker,
.hq-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 16px;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.34em;
	color: var(--hq-red);
}

.hq-kicker::before,
.hq-section-kicker::before {
	content: "";
	width: 10px;
	height: 10px;
	flex: none;
	background: var(--hq-red);
	transform: rotate(45deg);
	border-radius: 2px;
}

.hq-kicker::after,
.hq-section-kicker::after {
	content: "";
	width: 36px;
	height: 1px;
	flex: none;
	background: linear-gradient(90deg, var(--hq-gold), transparent);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}

.skip-link {
	position: absolute;
	left: 12px;
	top: -60px;
	z-index: 200;
	padding: 10px 18px;
	background: var(--hq-red);
	color: #fff8ec;
	border-radius: 6px;
}

.skip-link:focus {
	top: 12px;
	clip: auto;
	clip-path: none;
	width: auto;
	height: auto;
}

/* ==========================================================================
   2. 按钮
   ========================================================================== */

.hq-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	padding: 0.8em 1.7em;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hq-btn .hq-ic {
	flex: none;
}

.hq-btn-red {
	background: var(--hq-red-grad);
	color: #fff8ec;
	box-shadow: 0 12px 26px rgba(200, 50, 30, 0.3);
}

.hq-btn-red:hover {
	color: #fff8ec;
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(200, 50, 30, 0.4);
}

.hq-btn-ghost {
	color: var(--hq-red);
	border-color: rgba(200, 50, 30, 0.5);
	background: rgba(200, 50, 30, 0.05);
}

.hq-btn-ghost:hover {
	color: var(--hq-red-deep);
	background: rgba(200, 50, 30, 0.12);
	border-color: rgba(200, 50, 30, 0.75);
	transform: translateY(-2px);
}

.hq-btn-lg {
	padding: 1em 2.1em;
	font-size: 1.02rem;
}

.hq-btn-sm {
	padding: 0.55em 1.15em;
	font-size: 0.87rem;
}

.hq-btn-block {
	width: 100%;
}

/* ==========================================================================
   3. 页头（顶部红条 + 纸底粘性）
   ========================================================================== */

.hq-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(250, 244, 231, 0.92);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--hq-line-faint);
	transition: box-shadow 0.25s ease;
}

.hq-header::before {
	content: "";
	display: block;
	height: 4px;
	background: repeating-linear-gradient(90deg, var(--hq-red) 0 26px, var(--hq-gold) 26px 34px);
}

.hq-header-scrolled {
	box-shadow: 0 12px 30px rgba(127, 26, 14, 0.12);
}

.hq-header-in {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 74px;
}

.hq-brand {
	flex: none;
	min-width: 0;
}

.hq-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--hq-ink);
}

.hq-logo:hover {
	color: var(--hq-red);
}

.hq-logo-mark {
	flex: none;
	display: inline-flex;
}

.hq-logo-text {
	font-family: var(--hq-serif);
	font-size: 1.32rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	white-space: nowrap;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo {
	max-height: 52px;
	width: auto;
}

.hq-nav {
	margin-left: auto;
}

.hq-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
}

.hq-menu a {
	display: inline-block;
	padding: 10px 14px;
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	color: var(--hq-ink-dim);
	border-radius: 8px;
}

.hq-menu a:hover {
	color: var(--hq-red);
	background: rgba(200, 50, 30, 0.07);
}

.hq-menu .current-menu-item > a,
.hq-menu .current_page_item > a {
	color: var(--hq-red);
}

.hq-header-cta {
	flex: none;
}

.hq-nav-toggle {
	display: none;
	flex: none;
	width: 44px;
	height: 44px;
	padding: 0;
	background: transparent;
	border: 1px solid var(--hq-line);
	border-radius: 10px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.hq-nav-toggle-box {
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
	width: 18px;
}

.hq-nav-toggle-box i {
	display: block;
	height: 2px;
	border-radius: 2px;
	background: var(--hq-red);
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.hq-nav-open .hq-nav-toggle-box i:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.hq-nav-open .hq-nav-toggle-box i:nth-child(2) {
	opacity: 0;
}

.hq-nav-open .hq-nav-toggle-box i:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* ==========================================================================
   4. 首屏（左文右画）
   ========================================================================== */

.hq-hero {
	position: relative;
	padding: clamp(56px, 8vw, 96px) 0 clamp(48px, 7vw, 84px);
	overflow: hidden;
}

.hq-hero-in {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
}

.hq-hero-title {
	margin: 0 0 22px;
	font-size: clamp(2.2rem, 4.6vw, 3.6rem);
	letter-spacing: 0.03em;
	line-height: 1.28;
}

.hq-hero-title em {
	font-style: normal;
	color: var(--hq-red);
	position: relative;
}

.hq-hero-title em::after {
	content: "";
	position: absolute;
	left: 2%;
	right: 2%;
	bottom: 0.06em;
	height: 0.34em;
	background: rgba(232, 178, 92, 0.4);
	z-index: -1;
	border-radius: 3px;
}

.hq-hero-sub {
	max-width: 520px;
	margin: 0 0 34px;
	font-size: clamp(1rem, 1.4vw, 1.1rem);
	line-height: 2;
	color: var(--hq-ink-dim);
}

.hq-hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hq-hero-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 30px 0 0;
	list-style: none;
}

.hq-chip {
	padding: 7px 16px;
	font-size: 0.85rem;
	letter-spacing: 0.05em;
	color: var(--hq-red-deep);
	border: 1px solid rgba(200, 50, 30, 0.35);
	border-radius: 999px;
	background: rgba(255, 252, 244, 0.7);
}

.hq-hero-art {
	min-width: 0;
}

.hq-hero-art svg {
	width: 100%;
	height: auto;
	max-width: 560px;
	margin-inline: auto;
}

.hq-hero-hem {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10px;
	background:
		repeating-linear-gradient(90deg,
			transparent 0 14px,
			rgba(201, 151, 63, 0.35) 14px 15px,
			transparent 15px 29px),
		linear-gradient(180deg, transparent, rgba(201, 151, 63, 0.12));
}

/* ==========================================================================
   5. 数字实力
   ========================================================================== */

.hq-stats {
	border-block: 1px solid var(--hq-line-faint);
	background: linear-gradient(90deg, transparent, rgba(200, 50, 30, 0.05), transparent);
	padding: 42px 0;
}

.hq-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	text-align: center;
}

.hq-stat-num {
	margin: 0;
	font-family: var(--hq-serif);
	font-size: clamp(2.1rem, 3.4vw, 2.9rem);
	font-weight: 700;
	line-height: 1.1;
	color: var(--hq-red);
}

.hq-stat-num span {
	font-size: 0.46em;
	margin-left: 3px;
	color: var(--hq-gold);
}

.hq-stat-label {
	margin: 8px 0 0;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	color: var(--hq-ink-dim);
}

/* ==========================================================================
   6. 区块通用
   ========================================================================== */

.hq-section {
	padding: clamp(72px, 9vw, 108px) 0;
}

.hq-section-alt {
	background:
		linear-gradient(180deg, rgba(201, 151, 63, 0.07), transparent 220px),
		var(--hq-paper-2);
}

.hq-section-head {
	max-width: 720px;
	margin: 0 auto clamp(42px, 6vw, 60px);
	text-align: center;
}

.hq-section-head .hq-section-kicker::after {
	display: none;
}

.hq-section-head .hq-section-kicker {
	gap: 12px;
}

.hq-section-title {
	margin: 0 0 16px;
	font-size: clamp(1.7rem, 3.4vw, 2.45rem);
	letter-spacing: 0.03em;
}

.hq-section-sub {
	margin: 0;
	color: var(--hq-ink-dim);
	line-height: 2;
}

/* ==========================================================================
   7. 服务卡片
   ========================================================================== */

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

.hq-service-card {
	padding: 32px 28px;
	background: #fffdf7;
	border: 1px solid var(--hq-line-faint);
	border-radius: var(--hq-radius);
	box-shadow: 0 4px 14px rgba(127, 26, 14, 0.05);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.hq-service-card:hover {
	transform: translateY(-5px);
	border-color: rgba(200, 50, 30, 0.35);
	box-shadow: var(--hq-shadow);
}

.hq-service-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 20px;
	color: #fff8ec;
	border-radius: 16px;
	background: var(--hq-red-grad);
	box-shadow: 0 10px 20px rgba(200, 50, 30, 0.28);
}

.hq-service-title {
	margin: 0 0 10px;
	font-size: 1.16rem;
	letter-spacing: 0.05em;
}

.hq-service-text {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.9;
	color: var(--hq-ink-dim);
}

/* ==========================================================================
   8. 极速流程（红底金字）
   ========================================================================== */

.hq-section-red {
	background:
		radial-gradient(800px 380px at 50% -100px, rgba(232, 178, 92, 0.22), transparent 65%),
		linear-gradient(180deg, #a3241a, var(--hq-red-dark));
}

.hq-section-red .hq-section-title {
	color: #fff8ec;
}

.hq-section-red .hq-section-sub {
	color: rgba(255, 248, 236, 0.75);
}

.hq-kicker-light {
	color: var(--hq-gold-2);
}

.hq-kicker-light::before {
	background: var(--hq-gold-2);
}

.hq-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	list-style: none;
}

.hq-process-step {
	position: relative;
	padding: 30px 24px 26px;
	background: rgba(255, 248, 236, 0.07);
	border: 1px solid rgba(232, 178, 92, 0.35);
	border-radius: var(--hq-radius);
}

.hq-step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 16px;
	font-family: var(--hq-serif);
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--hq-red-dark);
	background: linear-gradient(135deg, #f5d491, var(--hq-gold-2) 60%, var(--hq-gold));
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.hq-step-title {
	margin: 0 0 8px;
	font-size: 1.1rem;
	letter-spacing: 0.06em;
	color: #fff8ec;
}

.hq-step-text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.85;
	color: rgba(255, 248, 236, 0.72);
}

/* ==========================================================================
   9. 案例
   ========================================================================== */

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

.hq-case-card {
	overflow: hidden;
	background: #fffdf7;
	border: 1px solid var(--hq-line-faint);
	border-radius: var(--hq-radius);
	box-shadow: 0 4px 14px rgba(127, 26, 14, 0.05);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.hq-case-card:hover {
	transform: translateY(-5px);
	border-color: rgba(200, 50, 30, 0.35);
	box-shadow: var(--hq-shadow);
}

.hq-case-art {
	aspect-ratio: 16 / 10;
	border-bottom: 1px solid var(--hq-line-faint);
}

.hq-case-art svg {
	width: 100%;
	height: 100%;
}

.hq-case-body {
	padding: 22px 24px 26px;
}

.hq-case-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.hq-tag {
	padding: 4px 12px;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	color: var(--hq-red-deep);
	border: 1px solid rgba(200, 50, 30, 0.3);
	border-radius: 999px;
	background: rgba(200, 50, 30, 0.06);
}

.hq-case-title {
	margin: 0 0 8px;
	font-size: 1.08rem;
	line-height: 1.55;
}

.hq-case-meta {
	margin: 0;
	font-size: 0.87rem;
	color: var(--hq-ink-faint);
}

.hq-cases-note {
	margin: 26px 0 0;
	text-align: center;
	font-size: 0.84rem;
	color: var(--hq-ink-faint);
}

/* ==========================================================================
   10. 套餐
   ========================================================================== */

.hq-plans-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.hq-plan-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 36px 30px 30px;
	background: #fffdf7;
	border: 1px solid var(--hq-line-faint);
	border-radius: 20px;
	box-shadow: 0 4px 14px rgba(127, 26, 14, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hq-plan-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--hq-shadow);
}

.hq-plan-featured {
	background:
		linear-gradient(175deg, rgba(200, 50, 30, 0.07), transparent 50%),
		#fffdf7;
	border: 2px solid rgba(200, 50, 30, 0.55);
	box-shadow: 0 26px 50px rgba(127, 26, 14, 0.16);
}

.hq-plan-badge {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 6px 18px;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: #fff8ec;
	background: var(--hq-red-grad);
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(200, 50, 30, 0.35);
}

.hq-plan-name {
	margin: 0 0 6px;
	font-size: 1.2rem;
	letter-spacing: 0.18em;
	color: var(--hq-red);
}

.hq-plan-price {
	margin: 0 0 6px;
	font-family: var(--hq-serif);
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--hq-ink);
}

.hq-plan-cny {
	font-size: 0.45em;
	margin-right: 4px;
	color: var(--hq-red);
}

.hq-plan-for {
	margin: 0 0 22px;
	padding-bottom: 20px;
	font-size: 0.88rem;
	color: var(--hq-ink-faint);
	border-bottom: 1px dashed var(--hq-line);
}

.hq-plan-list {
	flex: 1;
	margin: 0 0 26px;
	list-style: none;
	display: grid;
	gap: 12px;
}

.hq-plan-list li {
	position: relative;
	padding-left: 26px;
	font-size: 0.94rem;
	color: var(--hq-ink-dim);
}

.hq-plan-list li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 0.5em;
	width: 9px;
	height: 9px;
	background: var(--hq-red);
	transform: rotate(45deg);
	border-radius: 2px;
}

/* ==========================================================================
   11. 口碑
   ========================================================================== */

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

.hq-voice-card {
	position: relative;
	margin: 0;
	padding: 34px 28px 28px;
	background: #fffdf7;
	border: 1px solid var(--hq-line-faint);
	border-radius: var(--hq-radius);
	box-shadow: 0 4px 14px rgba(127, 26, 14, 0.05);
}

.hq-voice-card::before {
	content: "“";
	position: absolute;
	top: 0;
	left: 20px;
	font-family: var(--hq-serif);
	font-size: 3.6rem;
	line-height: 1;
	color: var(--hq-red);
	opacity: 0.45;
}

.hq-voice-text {
	margin: 0 0 18px;
	border: 0;
	padding: 0;
	font-size: 0.96rem;
	line-height: 2;
	color: var(--hq-ink-dim);
}

.hq-voice-who {
	font-size: 0.85rem;
	letter-spacing: 0.05em;
	color: var(--hq-red);
}

.hq-voice-who::before {
	content: "—— ";
}

/* ==========================================================================
   12. FAQ
   ========================================================================== */

.hq-faq-wrap {
	max-width: 860px;
}

.hq-faq {
	border-top: 1px solid var(--hq-line);
}

.hq-faq-item {
	border-bottom: 1px solid var(--hq-line-faint);
}

.hq-faq-q {
	position: relative;
	padding: 22px 48px 22px 0;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	cursor: pointer;
	list-style: none;
	transition: color 0.2s ease;
}

.hq-faq-q::-webkit-details-marker {
	display: none;
}

.hq-faq-q:hover {
	color: var(--hq-red);
}

.hq-faq-q::after {
	content: "+";
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	font-family: var(--hq-serif);
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--hq-red);
	transition: transform 0.25s ease;
}

.hq-faq-item[open] .hq-faq-q::after {
	transform: translateY(-50%) rotate(45deg);
}

.hq-faq-a {
	padding: 0 40px 24px 0;
	color: var(--hq-ink-dim);
	line-height: 2;
}

.hq-faq-a p {
	margin: 0;
}

/* ==========================================================================
   13. 联系 CTA（红绸横幅）
   ========================================================================== */

.hq-cta-band {
	position: relative;
	padding: clamp(72px, 9vw, 104px) 0;
	background:
		radial-gradient(760px 380px at 16% 0%, rgba(232, 178, 92, 0.25), transparent 62%),
		linear-gradient(160deg, #a3241a, var(--hq-red-dark) 70%);
}

.hq-cta-in {
	display: grid;
	grid-template-columns: 1.15fr minmax(0, 0.85fr);
	gap: clamp(32px, 5vw, 64px);
	align-items: center;
}

.hq-cta-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 16px;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.34em;
	color: var(--hq-gold-2);
}

.hq-cta-kicker::before {
	content: "";
	width: 10px;
	height: 10px;
	flex: none;
	background: var(--hq-gold-2);
	transform: rotate(45deg);
	border-radius: 2px;
}

.hq-cta-title {
	margin: 0 0 18px;
	font-size: clamp(1.7rem, 3.2vw, 2.4rem);
	line-height: 1.42;
	color: #fff8ec;
}

.hq-cta-sub {
	margin: 0;
	color: rgba(255, 248, 236, 0.78);
	line-height: 2;
}

.hq-contact-card {
	padding: 36px 34px;
	text-align: center;
	background: #fffdf7;
	border: 1px solid rgba(232, 178, 92, 0.6);
	border-radius: 22px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.hq-contact-label {
	margin: 0 0 8px;
	font-size: 0.85rem;
	letter-spacing: 0.14em;
	color: var(--hq-ink-faint);
}

.hq-contact-phone {
	display: inline-block;
	margin-bottom: 20px;
	font-family: var(--hq-serif);
	font-size: clamp(1.7rem, 2.8vw, 2.2rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--hq-red);
}

.hq-contact-phone:hover {
	color: var(--hq-red-deep);
}

.hq-contact-addr {
	margin: 18px 0 0;
	font-size: 0.85rem;
	color: var(--hq-ink-faint);
}

/* ==========================================================================
   14. 页脚（深红 + 波浪）
   ========================================================================== */

.hq-footer {
	margin-top: 0;
}

.hq-footer-wave svg {
	width: 100%;
	height: 48px;
	background: var(--hq-paper);
}

.hq-cta-band + .hq-footer .hq-footer-wave {
	display: none;
}

.hq-footer-body {
	background: linear-gradient(180deg, #8f1d12, #6b1409);
	color: rgba(255, 244, 226, 0.82);
	padding-top: 64px;
}

.hq-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
	gap: 40px;
	padding-bottom: 50px;
}

.hq-footer-logo {
	margin: 0 0 14px;
	font-family: var(--hq-serif);
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: #ffe9c4;
}

.hq-footer-blurb {
	margin: 0 0 20px;
	max-width: 340px;
	font-size: 0.9rem;
	line-height: 2;
	color: rgba(255, 244, 226, 0.62);
}

.hq-footer-contact {
	list-style: none;
	display: grid;
	gap: 8px;
	font-size: 0.92rem;
}

.hq-footer-contact a {
	color: #ffd98f;
}

.hq-footer-contact a:hover {
	color: #ffe9c4;
}

.hq-footer-title {
	margin: 0 0 20px;
	font-family: var(--hq-sans);
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	color: var(--hq-gold-2);
}

.hq-footer-links {
	list-style: none;
	display: grid;
	gap: 12px;
}

.hq-footer-links a {
	font-size: 0.92rem;
	color: rgba(255, 244, 226, 0.72);
}

.hq-footer-links a:hover {
	color: #ffe9c4;
}

.hq-footer-legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px 24px;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 233, 196, 0.16);
}

.hq-footer-legal p {
	margin: 0;
	font-size: 0.82rem;
	color: rgba(255, 244, 226, 0.5);
}

.hq-footer-legal a {
	color: rgba(255, 244, 226, 0.5);
}

.hq-footer-legal a:hover {
	color: #ffe9c4;
}

/* ==========================================================================
   15. 移动咨询条 & 提示
   ========================================================================== */

.hq-mobilebar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	display: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	background: rgba(255, 253, 247, 0.97);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-top: 1px solid var(--hq-line);
}

.hq-mobilebar-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 10px;
	font-size: 0.98rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	border: 0;
	cursor: pointer;
}

.hq-mobilebar-tel {
	background: var(--hq-red-grad);
	color: #fff8ec;
}

.hq-mobilebar-tel:hover {
	color: #fff8ec;
}

.hq-mobilebar-wx {
	background: transparent;
	color: var(--hq-red);
}

.hq-toast {
	position: fixed;
	left: 50%;
	bottom: 92px;
	z-index: 120;
	transform: translateX(-50%);
	max-width: min(92vw, 420px);
	padding: 12px 24px;
	font-size: 0.92rem;
	color: #fff8ec;
	background: var(--hq-red-grad);
	border-radius: 999px;
	box-shadow: 0 16px 40px rgba(127, 26, 14, 0.4);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.hq-toast-show {
	opacity: 1;
}

/* ==========================================================================
   16. 子页 / 文章
   ========================================================================== */

.hq-page-hero {
	position: relative;
	padding: clamp(56px, 8vw, 88px) 0 clamp(38px, 6vw, 58px);
	text-align: center;
	background:
		radial-gradient(760px 300px at 50% -70px, rgba(200, 50, 30, 0.1), transparent 70%),
		transparent;
	border-bottom: 1px solid var(--hq-line-faint);
}

.hq-page-hero .hq-kicker::after {
	display: none;
}

.hq-page-title {
	margin: 0 0 14px;
	font-size: clamp(1.8rem, 3.6vw, 2.6rem);
	letter-spacing: 0.03em;
}

.hq-page-sub {
	max-width: 560px;
	margin: 0 auto;
	color: var(--hq-ink-dim);
}

.hq-article-head .hq-article-meta {
	margin: 0;
	font-size: 0.88rem;
	color: var(--hq-ink-faint);
}

.hq-article-body {
	max-width: 820px;
	padding-top: clamp(40px, 6vw, 60px);
	padding-bottom: clamp(60px, 8vw, 92px);
}

.hq-prose {
	font-size: 1.04rem;
	line-height: 2.05;
	color: #574433;
}

.hq-prose p {
	margin: 1.35em 0;
}

.hq-prose h2,
.hq-prose h3,
.hq-prose h4 {
	color: var(--hq-ink);
	margin: 2em 0 0.8em;
}

.hq-prose h2 {
	font-size: 1.5rem;
	padding-left: 16px;
	border-left: 4px solid var(--hq-red);
}

.hq-prose h3 {
	font-size: 1.22rem;
	color: var(--hq-red-deep);
}

.hq-prose h4 {
	font-size: 1.05rem;
}

.hq-prose ul,
.hq-prose ol {
	margin: 1.3em 0;
	padding-left: 1.6em;
}

.hq-prose li {
	margin: 0.5em 0;
}

.hq-prose li::marker {
	color: var(--hq-red);
}

.hq-prose a {
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: rgba(200, 50, 30, 0.4);
}

.hq-prose img {
	border-radius: 12px;
	margin: 1.6em auto;
}

.hq-prose blockquote {
	margin: 1.8em 0;
	padding: 18px 24px;
	background: rgba(200, 50, 30, 0.05);
	border-left: 4px solid var(--hq-red);
	border-radius: 0 12px 12px 0;
}

.hq-prose blockquote p {
	margin: 0;
}

.hq-prose hr {
	margin: 2.4em 0;
	border: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--hq-line), transparent);
}

.hq-prose table {
	width: 100%;
	margin: 1.8em 0;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.hq-prose th,
.hq-prose td {
	padding: 10px 14px;
	border: 1px solid var(--hq-line-faint);
	text-align: left;
}

.hq-prose th {
	background: rgba(200, 50, 30, 0.07);
	color: var(--hq-ink);
}

.hq-prose code {
	padding: 2px 8px;
	background: rgba(201, 151, 63, 0.15);
	border-radius: 6px;
	font-size: 0.9em;
}

.hq-article-cta {
	margin: 56px 0;
	padding: 30px 32px;
	background:
		linear-gradient(160deg, rgba(200, 50, 30, 0.08), rgba(201, 151, 63, 0.06)),
		#fffdf7;
	border: 1px solid rgba(200, 50, 30, 0.3);
	border-radius: 18px;
}

.hq-article-cta-title {
	margin: 0 0 8px;
	font-family: var(--hq-serif);
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--hq-ink);
}

.hq-article-cta-sub {
	margin: 0 0 18px;
	font-size: 0.94rem;
	color: var(--hq-ink-dim);
}

.hq-article-cta-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hq-related {
	margin-top: 56px;
}

.hq-related-title {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.hq-related-list {
	list-style: none;
}

.hq-related-list li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 20px;
	padding: 14px 0;
	border-bottom: 1px solid var(--hq-line-faint);
}

.hq-related-list a {
	color: var(--hq-ink-dim);
}

.hq-related-list a:hover {
	color: var(--hq-red);
}

.hq-related-list span {
	flex: none;
	font-size: 0.82rem;
	color: var(--hq-ink-faint);
}

.hq-post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 48px;
	font-size: 0.92rem;
}

.hq-post-nav-next {
	text-align: right;
}

.hq-post-nav a {
	color: var(--hq-ink-dim);
}

.hq-post-nav a:hover {
	color: var(--hq-red);
}

/* ==========================================================================
   17. 文章列表卡片
   ========================================================================== */

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

.hq-post-card {
	overflow: hidden;
	background: #fffdf7;
	border: 1px solid var(--hq-line-faint);
	border-radius: var(--hq-radius);
	box-shadow: 0 4px 14px rgba(127, 26, 14, 0.05);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.hq-post-card:hover {
	transform: translateY(-5px);
	border-color: rgba(200, 50, 30, 0.35);
	box-shadow: var(--hq-shadow);
}

.hq-post-card-link {
	display: block;
	color: inherit;
}

.hq-post-thumb {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-bottom: 1px solid var(--hq-line-faint);
}

.hq-post-thumb img,
.hq-post-thumb svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

.hq-post-date {
	margin: 0 0 8px;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	color: var(--hq-ink-faint);
}

.hq-post-card-title {
	margin: 0 0 10px;
	font-family: var(--hq-sans);
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.6;
	color: var(--hq-ink);
}

.hq-post-card-link:hover .hq-post-card-title {
	color: var(--hq-red);
}

.hq-post-card-excerpt {
	margin: 0 0 14px;
	font-size: 0.9rem;
	line-height: 1.9;
	color: var(--hq-ink-dim);
}

.hq-post-more {
	font-size: 0.86rem;
	letter-spacing: 0.06em;
	color: var(--hq-red);
}

.hq-pagination {
	margin-top: 48px;
}

.hq-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.hq-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 4px 16px;
	font-size: 0.9rem;
	color: var(--hq-ink-dim);
	border: 1px solid var(--hq-line);
	border-radius: 10px;
	background: #fffdf7;
}

.hq-pagination a.page-numbers:hover {
	color: var(--hq-red);
	border-color: rgba(200, 50, 30, 0.5);
}

.hq-pagination .page-numbers.current {
	color: #fff8ec;
	background: var(--hq-red-grad);
	border-color: transparent;
	font-weight: 600;
}

/* ==========================================================================
   18. 搜索 / 空态 / 404
   ========================================================================== */

.hq-searchform {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.hq-search-input {
	width: min(380px, 100%);
	padding: 13px 22px;
	font-size: 0.95rem;
	font-family: inherit;
	color: var(--hq-ink);
	background: #fffdf7;
	border: 1px solid var(--hq-line);
	border-radius: 12px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hq-search-input::placeholder {
	color: var(--hq-ink-faint);
}

.hq-search-input:focus {
	outline: none;
	border-color: var(--hq-red);
	box-shadow: 0 0 0 3px rgba(200, 50, 30, 0.14);
}

.hq-empty {
	max-width: 520px;
	margin: 0 auto;
	text-align: center;
	display: grid;
	gap: 18px;
	justify-items: center;
}

.hq-empty-title {
	margin: 0;
	font-family: var(--hq-serif);
	font-size: 1.5rem;
	font-weight: 700;
}

.hq-empty-sub {
	margin: 0;
	color: var(--hq-ink-dim);
}

.hq-error404 {
	text-align: center;
}

.hq-error-code {
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.08em;
	font-family: var(--hq-serif);
	font-size: clamp(5rem, 14vw, 8rem);
	font-weight: 700;
	line-height: 1;
	color: var(--hq-red);
	letter-spacing: 0.04em;
}

.hq-error-lantern {
	display: inline-flex;
}

.hq-error-lantern svg {
	width: 0.72em;
	height: 0.88em;
}

.hq-error-actions {
	display: grid;
	gap: 22px;
	justify-items: center;
	margin-top: 34px;
}

/* ==========================================================================
   19. WordPress 核心兼容
   ========================================================================== */

.alignleft {
	float: left;
	margin: 0.5em 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 1em 1.5em;
}

.aligncenter {
	display: block;
	margin-inline: auto;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 0.85rem;
	color: var(--hq-ink-faint);
	text-align: center;
	margin-top: 8px;
}

.sticky {
	display: block;
}

.bypostauthor {
	display: block;
}

/* ==========================================================================
   20. 响应式
   ========================================================================== */

@media (max-width: 1080px) {
	.hq-services-grid,
	.hq-cases-grid,
	.hq-voices-grid,
	.hq-posts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 900px) {
	.hq-nav {
		position: fixed;
		top: 78px;
		left: 0;
		right: 0;
		z-index: 99;
		margin: 0;
		padding: 12px 24px 28px;
		background: rgba(250, 244, 231, 0.99);
		border-bottom: 1px solid var(--hq-line);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-8px);
		transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
	}

	.hq-nav-open .hq-nav {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.hq-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 2px;
	}

	.hq-menu a {
		display: block;
		padding: 14px 10px;
		font-size: 1.02rem;
		border-bottom: 1px solid var(--hq-line-faint);
	}

	.hq-nav-toggle {
		display: inline-flex;
	}

	.hq-header-cta {
		margin-left: auto;
	}

	.hq-header-in {
		gap: 14px;
	}

	.hq-hero-in {
		grid-template-columns: minmax(0, 1fr);
		text-align: center;
	}

	.hq-hero-copy .hq-kicker {
		justify-content: center;
	}

	.hq-hero-sub {
		margin-inline: auto;
	}

	.hq-hero-cta,
	.hq-hero-chips {
		justify-content: center;
	}

	.hq-hero-art {
		order: -1;
	}

	.hq-hero-art svg {
		max-width: 420px;
	}

	.hq-plans-grid {
		grid-template-columns: minmax(0, 1fr);
		max-width: 460px;
		margin-inline: auto;
	}

	.hq-plan-featured {
		order: -1;
	}

	.hq-cta-in {
		grid-template-columns: minmax(0, 1fr);
	}

	.hq-cta-copy {
		text-align: center;
	}

	.hq-cta-copy .hq-cta-kicker {
		justify-content: center;
	}

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

@media (max-width: 768px) {
	.hq-header-cta {
		display: none;
	}

	.hq-nav-toggle {
		margin-left: auto;
	}

	.hq-mobilebar {
		display: grid;
	}

	body {
		padding-bottom: 58px;
	}

	.hq-toast {
		bottom: 76px;
	}

	.hq-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 16px;
	}

	.hq-post-nav {
		grid-template-columns: minmax(0, 1fr);
	}

	.hq-post-nav-next {
		text-align: left;
	}
}

@media (max-width: 600px) {
	.hq-container {
		width: min(1180px, 100% - 40px);
	}

	.hq-services-grid,
	.hq-cases-grid,
	.hq-voices-grid,
	.hq-posts-grid,
	.hq-process {
		grid-template-columns: minmax(0, 1fr);
	}

	.hq-hero-cta .hq-btn {
		width: 100%;
	}

	.hq-hero-title {
		font-size: clamp(1.8rem, 8.6vw, 2.2rem);
	}

	.hq-footer-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
	}

	.hq-footer-legal {
		flex-direction: column;
		gap: 4px;
	}

	.hq-article-cta-btns .hq-btn {
		width: 100%;
	}
}

/* ==========================================================================
   21. 动效偏好
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
