/* ============================================================
   蔚岚家居 WEILAN · 古腾堡区块模板样式（前台 + 编辑器共用）
   文件：wp-content/themes/astra-child/inc/wl-patterns.css
   以第一版预览（米白底 + 黄铜金 + 衬线大字 + 圆角 + 流线线条）为准
   ============================================================ */

/* ---------- 通用变量 ---------- */
.wl-hero, .wl-section, .wl-cta, .wl-band, .wl-modal, .wl-contact {
	--wl-bg: #fbf8f2;
	--wl-surface: #fff;
	--wl-ink: #1f2428;
	--wl-muted: #7d7a70;
	--wl-gold: #b08d57;
	--wl-gold-deep: #8f6f3f;
	--wl-gold-l: #e9dcc4;
	--wl-gold-soft: #f3ead9;
	--wl-dark: #1e2227;
	--wl-line: #ebe4d6;
}
.wl-hero *, .wl-section *, .wl-cta *, .wl-band *, .wl-contact * { box-sizing: border-box; }

/* ============================================================
   预览用顶部导航 / 页脚（仅在预览文件里出现；WordPress 前台由
   Astra 主题提供导航与页脚，这两组类不会命中，可放心保留）
   ============================================================ */
.wl-site-header { background: rgba(251, 248, 242, .92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--wl-line); position: sticky; top: 0; z-index: 100; }
.wl-site-header .wl-wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 78px; }
.wl-logo { display: flex; align-items: baseline; gap: 10px; font-size: 19px; letter-spacing: 3px; color: var(--wl-ink); font-weight: 600; }
.wl-logo em { font-style: normal; color: var(--wl-gold); font-family: Georgia, serif; font-size: 15px; letter-spacing: 2px; }
.wl-logo::before { content: ""; width: 7px; height: 7px; background: var(--wl-gold); transform: rotate(45deg); align-self: center; }
.wl-site-nav a { color: #5b584e; margin-left: 34px; font-size: 14.5px; letter-spacing: .5px; position: relative; padding-bottom: 4px; transition: color .2s; text-decoration: none; }
.wl-site-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--wl-gold); transition: width .25s; }
.wl-site-nav a:hover { color: var(--wl-ink); }
.wl-site-nav a:hover::after { width: 100%; }
.wl-site-nav a.active { color: var(--wl-ink); }
.wl-site-nav a.active::after { width: 100%; }
.wl-site-footer { background: #17191d; color: #8a8679; padding: 36px 0; text-align: center; font-size: 13px; letter-spacing: .5px; }
.wl-site-footer .wl-wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.wl-site-footer b { color: #c4bda9; font-weight: 500; }

/* ============================================================
   Hero（4 页共用，水印按变体区分）
   ============================================================ */
.wl-hero {
	position: relative; background: linear-gradient(180deg, #f6efdf 0%, #fbf8f2 100%);
	border-bottom: 1px solid var(--wl-line); padding: 88px 0 100px;
	text-align: center; overflow: hidden;
}
.wl-hero::before {
	content: "WEILAN"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	font-family: Georgia, "Times New Roman", serif; font-size: 230px; letter-spacing: .15em;
	color: rgba(176, 141, 87, .05); white-space: nowrap; pointer-events: none; user-select: none; z-index: 0;
}
.wl-hero::after {
	content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
	width: 64px; height: 2px; background: linear-gradient(90deg, transparent, var(--wl-gold), transparent);
}
.wl-hero--faq::before { content: "FAQ"; font-size: 230px; }
.wl-hero--honors::before { content: "HONORS"; font-size: 200px; }
.wl-hero > *:not(.wl-flow) { position: relative; z-index: 1; }
.wl-hero .wl-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: 11.5px; letter-spacing: 5px; color: var(--wl-gold); text-transform: uppercase; margin: 0 0 20px;
}
.wl-hero .wl-eyebrow::before, .wl-hero .wl-eyebrow::after { content: ""; width: 26px; height: 1px; background: var(--wl-gold-l); }
.wl-hero h1 {
	font-size: 52px; line-height: 1.2; letter-spacing: 6px; font-weight: 400; margin: 0;
	font-family: Georgia, "Times New Roman", "Songti SC", "STSong", serif; color: var(--wl-ink);
}
.wl-hero .wl-en { margin: 14px 0 0; font-size: 13px; letter-spacing: 5px; text-transform: uppercase; color: #b5a98f; }
.wl-hero .wl-lead { margin: 24px auto 0; max-width: 640px; color: var(--wl-muted); font-size: 15.5px; line-height: 1.75; }
.wl-flow { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: 44px; pointer-events: none; opacity: .75; z-index: 0; }
.wl-flow path { stroke: #c9a76c; }
.wl-flow { margin: 0; }
.wl-hero .wl-flow { margin: 0; }

/* ============================================================
   深色数字带（售后 promise：34px；荣誉 stats：40px）
   ============================================================ */
.wl-band { background: var(--wl-dark); position: relative; overflow: hidden; }
.wl-band::before {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(700px 240px at 20% 0%, rgba(176, 141, 87, .14), transparent 60%),
	            radial-gradient(600px 240px at 85% 100%, rgba(176, 141, 87, .10), transparent 60%);
}
.wl-band .wp-block-columns { gap: 0; margin: 0; display: flex; flex-wrap: nowrap; position: relative; }
.wl-band .wp-block-columns > .wp-block-column { flex: 1 1 0; min-width: 0; padding: 44px 20px; text-align: center; border-left: 1px solid rgba(255, 255, 255, .07); }
.wl-band .wp-block-columns > .wp-block-column:first-child { border-left: none; }
.wl-band .wl-num { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 34px; color: #c9a76c; letter-spacing: 1px; line-height: 1.2; }
.wl-band .wl-lbl { margin: 8px 0 0; font-size: 13px; letter-spacing: 3px; color: #b9b4a6; text-transform: uppercase; }
.wl-band--stats .wp-block-columns > .wp-block-column { padding: 48px 20px; }
.wl-band--stats .wl-num { font-size: 40px; }
.wl-band--stats .wl-lbl { font-size: 12.5px; margin-top: 10px; }

/* ============================================================
   区块主体与标题头
   ============================================================ */
.wl-section { padding: 96px 0; background: var(--wl-bg); }
.wl-section .wp-block-columns { display: flex; flex-wrap: nowrap; }
.wl-section .wp-block-columns > .wp-block-column { flex: 1 1 0; min-width: 0; }
.wl-section.wl-alt { background: var(--wl-surface); border-top: 1px solid var(--wl-line); border-bottom: 1px solid var(--wl-line); }
.wl-sec-head { text-align: center; margin: 0 0 60px; }
.wl-sec-head .wl-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: 11px; letter-spacing: 5px; color: var(--wl-gold); text-transform: uppercase; margin: 0;
}
.wl-sec-head .wl-eyebrow::before, .wl-sec-head .wl-eyebrow::after { content: ""; width: 22px; height: 1px; background: var(--wl-gold-l); }
.wl-sec-head h2 {
	font-size: 36px; line-height: 1.3; letter-spacing: 3px; font-weight: 400; margin: 14px 0 0;
	font-family: Georgia, "Times New Roman", "Songti SC", "STSong", serif; color: var(--wl-ink);
}
.wl-sec-head .wl-en { margin: 8px 0 0; font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: #b5a98f; }

/* ============================================================
   售后流程 5 步（金色圆圈编号 + 虚线连接）
   ============================================================ */
.wl-steps { gap: 0; margin: 0; }
.wl-steps .wp-block-column { text-align: center; padding: 0 12px; position: relative; }
.wl-steps .wp-block-column:not(:last-child)::after {
	content: ""; position: absolute; top: 30px; left: calc(50% + 44px); right: calc(-50% + 44px);
	border-top: 1px dashed #d9cdb4;
}
.wl-step-num {
	width: 60px; height: 60px; margin: 0 auto 20px; padding: 0;
	border-radius: 50%; border: 1px solid var(--wl-gold-l); color: var(--wl-gold);
	font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 400; line-height: 1;
	display: flex; align-items: center; justify-content: center;
	background: var(--wl-surface); box-shadow: 0 6px 18px rgba(176, 141, 87, .12);
	transition: transform .3s, background .3s, color .3s;
}
.wl-step:hover .wl-step-num { transform: translateY(-4px); background: var(--wl-gold); color: #fff; }
.wl-step-t { margin: 0; font-size: 15px; letter-spacing: 1.5px; font-weight: 600; color: var(--wl-ink); }
.wl-step-d { margin: 8px auto 0; max-width: 180px; font-size: 13px; color: var(--wl-muted); line-height: 1.6; }

/* ============================================================
   售后政策卡
   ============================================================ */
.wl-policy-grid { gap: 32px; margin: 0; }
.wl-policy {
	background: var(--wl-surface); border: 1px solid var(--wl-line); border-radius: 14px; padding: 42px;
	box-shadow: 0 2px 8px rgba(31, 36, 40, .04), 0 14px 36px rgba(31, 36, 40, .06);
	transition: transform .3s, box-shadow .3s; height: 100%;
}
.wl-policy:hover { transform: translateY(-4px); box-shadow: 0 6px 14px rgba(31, 36, 40, .06), 0 24px 52px rgba(31, 36, 40, .10); }
.wl-policy h3 {
	font-size: 21px; line-height: 1.4; letter-spacing: 2px; font-weight: 400; margin: 0 0 22px; padding: 0 0 16px;
	border-bottom: 1px solid var(--wl-line); color: var(--wl-ink);
	font-family: Georgia, "Times New Roman", "Songti SC", "STSong", serif;
}
.wl-policy h3::before {
	content: ""; display: inline-block; width: 5px; height: 20px; margin-right: 12px; vertical-align: -3px;
	background: var(--wl-gold); border-radius: 2px;
}
.wl-policy h4 { font-size: 15px; margin: 22px 0 8px; letter-spacing: .5px; color: var(--wl-ink); font-weight: 600; }
.wl-policy p { font-size: 14.5px; color: var(--wl-muted); line-height: 1.75; }
.wl-policy .wl-lead { margin: 0 0 10px; }
.wl-policy h3 + .wl-lead { margin-top: 0; }
.wl-pol-list { padding-left: 18px; margin: 10px 0 0; }
.wl-pol-list li { font-size: 14.5px; color: var(--wl-muted); line-height: 1.75; margin-bottom: 8px; }
.wl-tag {
	display: inline-flex; align-items: center; font-size: 11.5px; letter-spacing: 2px; color: var(--wl-gold);
	border: 1px solid var(--wl-gold-l); background: var(--wl-gold-soft); padding: 3px 12px; border-radius: 999px;
	margin-right: 10px; font-weight: 600;
}

/* ============================================================
   深色联系卡（售后页）
   ============================================================ */
.wl-contact {
	background: var(--wl-dark); color: #f3efe6; padding: 64px 56px; text-align: center;
	border-radius: 16px; position: relative; overflow: hidden;
}
.wl-contact::before {
	content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%;
	background: radial-gradient(circle, rgba(201, 167, 108, .16), transparent 70%); top: -120px; right: -100px;
}
.wl-contact::after {
	content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%;
	background: radial-gradient(circle, rgba(201, 167, 108, .10), transparent 70%); bottom: -110px; left: -80px;
}
.wl-contact > * { position: relative; }
.wl-contact .wl-kicker { font-size: 11.5px; letter-spacing: 5px; color: #c9a76c; text-transform: uppercase; }
.wl-contact h3 {
	font-size: 30px; line-height: 1.3; letter-spacing: 3px; font-weight: 400; margin: 14px 0 0;
	font-family: Georgia, "Times New Roman", "Songti SC", "STSong", serif; color: #f3efe6;
}
.wl-contact p { color: #b9b4a6; font-size: 14.5px; margin-top: 14px; line-height: 1.75; }
.wl-contact .wl-hotline { color: #f3efe6; font-size: 15px; letter-spacing: 1px; margin-top: 20px; }
.wl-contact .wl-hotline b { color: #c9a76c; font-weight: 500; }

/* 金色按钮（覆盖古腾堡按钮区块） */
.wl-contact .wp-block-buttons, .wl-cta .wp-block-buttons { margin-top: 30px; gap: 14px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.wl-contact .wp-block-button, .wl-cta .wp-block-button { margin: 0; }
.wl-contact .wp-block-button__link, .wl-cta .wp-block-button__link {
	background: linear-gradient(135deg, #c9a76c, #b08d57) !important; color: #fff !important;
	padding: 14px 42px; border-radius: 999px; letter-spacing: 2px; font-size: 14px; line-height: 1.4;
	box-shadow: 0 10px 26px rgba(176, 141, 87, .35) !important; text-decoration: none !important;
	transition: transform .25s, box-shadow .25s;
}
.wl-contact .wp-block-button__link:hover, .wl-cta .wp-block-button__link:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(176, 141, 87, .45) !important; }
.wl-contact .wl-ghost .wp-block-button__link {
	background: transparent !important; color: #f3efe6 !important;
	border: 1px solid rgba(255, 255, 255, .35); box-shadow: none !important;
}
.wl-contact .wl-ghost .wp-block-button__link:hover { border-color: #c9a76c; color: #c9a76c !important; }

/* ============================================================
   FAQ：分类筛选 + 手风琴
   ============================================================ */
.wl-cat-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin: 0 0 52px; }
.wl-cat-tabs button {
	border: 1px solid var(--wl-line); background: var(--wl-surface); color: var(--wl-muted);
	padding: 10px 26px; cursor: pointer; font-size: 13.5px; letter-spacing: 2px; transition: all .25s;
	font-family: inherit; border-radius: 999px;
}
.wl-cat-tabs button:hover { border-color: var(--wl-gold); color: var(--wl-gold); }
.wl-cat-tabs button.on { background: var(--wl-dark); border-color: var(--wl-dark); color: #f3efe6; }
.wl-faq-list { max-width: 880px; margin: 0 auto; }
.wl-faq-item { background: var(--wl-surface); border: 1px solid var(--wl-line); border-radius: 14px; margin-bottom: 14px; overflow: hidden; transition: border-color .25s, box-shadow .25s; }
.wl-faq-item.open { border-color: var(--wl-gold-l); box-shadow: 0 10px 30px rgba(176, 141, 87, .10); }
.wl-faq-item .q { padding: 22px 30px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-size: 15.5px; letter-spacing: .5px; font-weight: 600; gap: 20px; }
.wl-faq-item .q .ic { flex: none; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--wl-gold-l); display: flex; align-items: center; justify-content: center; transition: transform .3s, background .3s; color: var(--wl-gold); }
.wl-faq-item.open .q .ic { transform: rotate(135deg); background: var(--wl-gold); color: #fff; border-color: var(--wl-gold); }
.wl-faq-item .a { display: none; padding: 18px 30px 24px; color: var(--wl-muted); font-size: 14.5px; border-top: 1px dashed var(--wl-line); line-height: 1.8; }
.wl-faq-item.open .a { display: block; animation: wlFadeIn .35s ease; }
@keyframes wlFadeIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ============================================================
   底部 CTA（FAQ 页）
   ============================================================ */
.wl-cta { background: var(--wl-dark); position: relative; overflow: hidden; text-align: center; padding: 76px 24px; }
.wl-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 260px at 50% 0%, rgba(176, 141, 87, .14), transparent 60%); }
.wl-cta > * { position: relative; }
.wl-cta .wl-kicker { font-size: 11.5px; letter-spacing: 5px; color: #c9a76c; text-transform: uppercase; }
.wl-cta h3 {
	font-size: 32px; line-height: 1.3; letter-spacing: 3px; font-weight: 400; margin: 14px 0 0;
	font-family: Georgia, "Times New Roman", "Songti SC", "STSong", serif; color: #f3efe6;
}
.wl-cta p { color: #b9b4a6; font-size: 14.5px; margin-top: 12px; }

/* ============================================================
   品牌故事：图片框（大圆角 + 金边 + 纹理 + 角饰）
   ============================================================ */
.wl-intro { gap: 72px; margin: 0; align-items: center; }
.wl-intro > .wp-block-column { flex-basis: auto; }
.wl-intro h2 { font-size: 36px; line-height: 1.3; letter-spacing: 3px; font-weight: 400; margin: 0; font-family: Georgia, "Times New Roman", "Songti SC", "STSong", serif; color: var(--wl-ink); }
.wl-intro .wl-en { font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: var(--wl-gold); margin: 10px 0 0; }
.wl-intro p { color: var(--wl-muted); font-size: 15px; margin: 26px 0 0; line-height: 1.9; }
.wl-dropcap::first-letter { font-family: Georgia, "Times New Roman", serif; font-size: 56px; float: left; line-height: 1; color: var(--wl-gold); padding: 8px 12px 0 0; }
.wl-divider { display: flex; align-items: center; gap: 14px; margin: 34px 0 0; color: #c9a76c; }
.wl-divider::before { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--wl-gold-l)); }
.wl-divider svg { flex: none; }
.wl-divider::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, var(--wl-gold-l), transparent); }
.wl-divider { margin: 34px 0 0; }

.wl-frame { position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 4 / 3; background: var(--wl-gold-soft); box-shadow: 0 2px 8px rgba(31, 36, 40, .04), 0 14px 36px rgba(31, 36, 40, .06); border: 1px solid var(--wl-gold-l); }
.wl-frame::before {
	content: ""; position: absolute; inset: 0;
	background:
		linear-gradient(rgba(176, 141, 87, .05) 1px, transparent 1px) 0 0 / 100% 34px,
		linear-gradient(90deg, rgba(176, 141, 87, .05) 1px, transparent 1px) 0 0 / 34px 100%;
}
.wl-frame::after { content: ""; position: absolute; inset: 12px; border: 1px dashed rgba(176, 141, 87, .45); border-radius: 14px; pointer-events: none; }
.wl-frame .wl-corner { position: absolute; width: 34px; height: 34px; border-color: var(--wl-gold); border-style: solid; border-width: 0; z-index: 2; }
.wl-frame .wl-corner.tl { top: 6px; left: 6px; border-top-width: 2px; border-left-width: 2px; border-top-left-radius: 14px; }
.wl-frame .wl-corner.tr { top: 6px; right: 6px; border-top-width: 2px; border-right-width: 2px; border-top-right-radius: 14px; }
.wl-frame .wl-corner.bl { bottom: 6px; left: 6px; border-bottom-width: 2px; border-left-width: 2px; border-bottom-left-radius: 14px; }
.wl-frame .wl-corner.br { bottom: 6px; right: 6px; border-bottom-width: 2px; border-right-width: 2px; border-bottom-right-radius: 14px; }
.wl-frame .wl-ph { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: #b08d57; }
.wl-frame .wl-ph .ic { width: 58px; height: 58px; border-radius: 50%; background: var(--wl-surface); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(176, 141, 87, .18); }
.wl-frame .wl-ph span { font-size: 12.5px; letter-spacing: 2.5px; color: #a8906a; }
.wl-frame { margin: 0; }

/* ============================================================
   品牌故事：理念三卡
   ============================================================ */
.wl-values { gap: 28px; margin: 0; }
.wl-values .wp-block-column { flex: 1 1 0; min-width: 0; }
.wl-value {
	background: var(--wl-surface); border: 1px solid var(--wl-line); border-radius: 18px; padding: 44px 34px;
	text-align: center; box-shadow: 0 2px 8px rgba(31, 36, 40, .04), 0 14px 36px rgba(31, 36, 40, .06);
	transition: transform .3s, box-shadow .3s; position: relative; overflow: hidden; height: 100%;
}
.wl-value::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--wl-gold), transparent); opacity: 0; transition: opacity .3s; }
.wl-value:hover { transform: translateY(-6px); box-shadow: 0 10px 20px rgba(31, 36, 40, .06), 0 28px 56px rgba(31, 36, 40, .10); }
.wl-value:hover::before { opacity: 1; }
.wl-value .ic { width: 64px; height: 64px; margin: 0 auto; border-radius: 50%; background: var(--wl-gold-soft); display: flex; align-items: center; justify-content: center; color: var(--wl-gold); }
.wl-value .ic { margin: 0 auto; }
.wl-value h3 { font-size: 19px; line-height: 1.4; letter-spacing: 3px; font-weight: 400; margin: 20px 0 0; font-family: Georgia, "Times New Roman", "Songti SC", "STSong", serif; color: var(--wl-ink); }
.wl-value .wl-en { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #b5a98f; margin: 6px 0 0; }
.wl-value p { font-size: 14px; color: var(--wl-muted); margin: 16px 0 0; line-height: 1.85; }

/* ============================================================
   品牌故事：发展历程时间线
   ============================================================ */
.wl-tl { position: relative; max-width: 840px; margin: 0 auto; }
.wl-tl::before { content: ""; position: absolute; left: 50%; top: 10px; bottom: 10px; border-left: 1px dashed #d9cdb4; }
.wl-tl { margin: 0 auto; }
.wl-tl-item { position: relative; width: 50%; padding: 0 44px 56px; }
.wl-tl-item:nth-child(odd) { left: 0; text-align: right; }
.wl-tl-item:nth-child(even) { left: 50%; text-align: left; }
.wl-tl-dot { position: absolute; top: 6px; width: 15px; height: 15px; border-radius: 50%; background: var(--wl-surface); border: 2px solid var(--wl-gold); box-shadow: 0 0 0 5px var(--wl-gold-soft); }
.wl-tl-item:nth-child(odd) .wl-tl-dot { right: -8px; }
.wl-tl-item:nth-child(even) .wl-tl-dot { left: -8px; }
.wl-tl-year { font-family: Georgia, "Times New Roman", serif; font-size: 22px; color: var(--wl-gold); letter-spacing: 1px; }
.wl-tl-body { background: var(--wl-surface); border: 1px solid var(--wl-line); border-radius: 16px; padding: 24px 28px; margin-top: 14px; box-shadow: 0 2px 8px rgba(31, 36, 40, .04), 0 14px 36px rgba(31, 36, 40, .06); transition: transform .3s, box-shadow .3s; text-align: left; }
.wl-tl-body:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(31, 36, 40, .06), 0 22px 48px rgba(31, 36, 40, .09); }
.wl-tl-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: 2px; color: var(--wl-gold); border: 1px solid var(--wl-gold-l); background: var(--wl-gold-soft); padding: 3px 12px; border-radius: 999px; margin-bottom: 12px; }
.wl-tl-body b { display: block; font-size: 16px; letter-spacing: .5px; }
.wl-tl-body span { display: block; font-size: 13.5px; color: var(--wl-muted); margin-top: 8px; line-height: 1.7; }

/* ============================================================
   品牌故事：自有工厂
   ============================================================ */
.wl-fac { gap: 72px; margin: 0; align-items: center; }
.wl-fac > .wp-block-column { flex-basis: auto; }
.wl-fac h2 { font-size: 34px; line-height: 1.3; letter-spacing: 3px; font-weight: 400; margin: 0; font-family: Georgia, "Times New Roman", "Songti SC", "STSong", serif; color: var(--wl-ink); }
.wl-fac .wl-en { font-size: 12px; letter-spacing: 4px; text-transform: uppercase; color: var(--wl-gold); margin: 10px 0 0; }
.wl-fac p { color: var(--wl-muted); font-size: 15px; margin: 24px 0 0; line-height: 1.9; }
.wl-addr { margin-top: 30px; background: var(--wl-dark); color: #f3efe6; padding: 26px 30px; border-radius: 14px; font-size: 14px; letter-spacing: .5px; position: relative; overflow: hidden; }
.wl-addr::after { content: ""; position: absolute; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 167, 108, .14), transparent 70%); top: -60px; right: -40px; }
.wl-addr b { color: #c9a76c; font-weight: 500; }
.wl-addr { margin: 30px 0 0; }

/* ============================================================
   荣誉成就：证书四卡（圆形印章）
   ============================================================ */
.wl-certs { gap: 26px; margin: 0; }
.wl-certs .wp-block-column { flex: 1 1 0; min-width: 0; }
.wl-cert {
	background: var(--wl-surface); border: 1px solid var(--wl-line); border-radius: 20px; padding: 36px 22px;
	text-align: center; box-shadow: 0 2px 8px rgba(31, 36, 40, .04), 0 14px 36px rgba(31, 36, 40, .06);
	transition: transform .3s, box-shadow .3s; position: relative; overflow: hidden; height: 100%;
}
.wl-cert::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--wl-gold), transparent); opacity: 0; transition: opacity .3s; }
.wl-cert:hover { transform: translateY(-6px); box-shadow: 0 10px 20px rgba(31, 36, 40, .06), 0 28px 56px rgba(31, 36, 40, .10); }
.wl-cert:hover::before { opacity: 1; }
.wl-seal {
	width: 84px; height: 84px; margin: 0 auto 20px; border-radius: 50%;
	border: 1px solid var(--wl-gold-l); background: linear-gradient(160deg, var(--wl-gold-soft), var(--wl-surface));
	display: flex; align-items: center; justify-content: center; font-family: Georgia, "Times New Roman", serif;
	font-size: 22px; color: var(--wl-gold-deep); box-shadow: inset 0 0 0 5px var(--wl-surface), 0 8px 20px rgba(176, 141, 87, .15);
}
.wl-seal { margin: 0 auto 20px; }
.wl-cert h3 { font-size: 15px; line-height: 1.4; letter-spacing: 1px; font-weight: 600; margin: 0; color: var(--wl-ink); }
.wl-cert p { font-size: 12.5px; color: var(--wl-muted); margin: 8px 0 0; line-height: 1.6; }
.wl-cert .wl-cert-note { font-size: 11.5px; color: var(--wl-gold); margin-top: 14px; letter-spacing: 1px; }

/* ============================================================
   荣誉成就：发展荣誉列表
   ============================================================ */
.wl-honor-list { max-width: 880px; margin: 0 auto; }
.wl-honor-list { margin: 0 auto; }
.wl-honor { display: flex; gap: 28px; padding: 32px 0; border-bottom: 1px dashed #d9cdb4; align-items: flex-start; transition: padding-left .3s; }
.wl-honor:hover { padding-left: 12px; }
.wl-honor:last-child { border-bottom: none; }
.wl-honor .yr { flex: none; width: 96px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; color: var(--wl-gold); letter-spacing: 1px; position: relative; }
.wl-honor .yr::after { content: ""; position: absolute; right: -16px; top: 12px; width: 8px; height: 8px; border-radius: 50%; background: var(--wl-gold-soft); border: 1px solid var(--wl-gold); }
.wl-honor .body b { display: block; font-size: 16.5px; letter-spacing: .5px; }
.wl-honor .body span { display: block; font-size: 14px; color: var(--wl-muted); margin-top: 8px; line-height: 1.7; }

/* ============================================================
   荣誉成就：合作伙伴
   ============================================================ */
.wl-partners { gap: 24px; margin: 0; }
.wl-partners .wp-block-column { flex: 1 1 0; min-width: 0; }
.wl-partner {
	background: #f7f1e6; border: 1px solid #d9c9a5; border-radius: 16px; height: 120px;
	display: flex; align-items: center; justify-content: center; color: #8a7f63; font-size: 12.5px;
	letter-spacing: 2px; box-shadow: 0 2px 8px rgba(31, 36, 40, .05), 0 14px 36px rgba(176, 141, 87, .10);
	transition: transform .3s, border-color .3s; margin: 0;
	position: relative;
}
.wl-partner::after {
	content: ""; position: absolute; inset: 10px; border: 1px dashed rgba(176, 141, 87, .38);
	border-radius: 10px; pointer-events: none;
}
.wl-partner:hover { transform: translateY(-4px); border-color: var(--wl-gold); }

/* 占位提示行 */
.wl-note { margin: 40px auto 0; text-align: center; font-size: 13px; color: #b5a98f; max-width: 720px; }
.wl-note b { color: var(--wl-gold); font-weight: 500; }

/* ============================================================
   滚动显现动画（渐进增强：无 JS / 首屏内区块始终可见）
   ============================================================ */
.wl-reveal { opacity: 1; }
.wl-reveal.wl-anim { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.wl-reveal.wl-anim.in { opacity: 1; transform: none; }
.editor-styles-wrapper .wl-reveal, .editor-styles-wrapper .wl-reveal.wl-anim { opacity: 1 !important; transform: none !important; }

/* ============================================================
   售后工单弹窗
   ============================================================ */
.wl-modal { position: fixed; inset: 0; z-index: 99999; display: none; align-items: center; justify-content: center; padding: 24px; }
.wl-modal.open { display: flex; }
.wl-modal-overlay { position: absolute; inset: 0; background: rgba(23, 25, 29, .55); backdrop-filter: blur(4px); animation: wlFade .3s ease; }
@keyframes wlFade { from { opacity: 0; } to { opacity: 1; } }
.wl-modal-box { position: relative; width: 100%; max-width: 560px; max-height: 92vh; overflow-y: auto; background: var(--wl-surface); border-radius: 22px; padding: 44px 44px 38px; box-shadow: 0 30px 80px rgba(23, 25, 29, .35); animation: wlPop .35s cubic-bezier(.2, .9, .3, 1.2); }
@keyframes wlPop { from { opacity: 0; transform: translateY(30px) scale(.97); } to { opacity: 1; transform: none; } }
.wl-modal-close { position: absolute; top: 18px; right: 18px; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--wl-line); background: var(--wl-surface); color: var(--wl-muted); font-size: 17px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; }
.wl-modal-close:hover { border-color: var(--wl-gold); color: var(--wl-gold); transform: rotate(90deg); }
.wl-modal-head { text-align: center; margin-bottom: 30px; }
.wl-modal-head .wl-kicker { font-size: 11px; letter-spacing: 5px; color: var(--wl-gold); text-transform: uppercase; }
.wl-modal-head h3 { font-size: 26px; line-height: 1.3; letter-spacing: 3px; font-weight: 400; margin: 10px 0 0; font-family: Georgia, "Times New Roman", "Songti SC", "STSong", serif; color: var(--wl-ink); }
.wl-modal-head p { font-size: 13.5px; color: var(--wl-muted); margin: 8px 0 0; }
.wl-fld { margin-bottom: 16px; }
.wl-fld label { display: block; font-size: 13px; font-weight: 600; color: var(--wl-ink); margin-bottom: 7px; letter-spacing: .5px; }
.wl-fld label em { color: #c0392b; font-style: normal; }
.wl-fld input, .wl-fld select, .wl-fld textarea { width: 100%; padding: 12px 15px; border: 1px solid var(--wl-line); border-radius: 10px; font-size: 14px; color: var(--wl-ink); background: #fdfbf7; outline: none; transition: border .2s, box-shadow .2s; font-family: inherit; }
.wl-fld input:focus, .wl-fld select:focus, .wl-fld textarea:focus { border-color: var(--wl-gold); box-shadow: 0 0 0 3px rgba(176, 141, 87, .14); background: var(--wl-surface); }
.wl-fld textarea { min-height: 96px; resize: vertical; }
.wl-frow { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.wl-upload { display: flex; align-items: center; gap: 10px; border: 1px dashed var(--wl-gold-l); background: var(--wl-gold-soft); border-radius: 10px; padding: 13px 15px; cursor: pointer; font-size: 13.5px; color: var(--wl-gold-deep); transition: border .2s, background .2s; }
.wl-upload:hover { border-color: var(--wl-gold); background: #f6ecd9; }
.wl-modal-submit { width: 100%; margin-top: 8px; padding: 14px; border: none; border-radius: 999px; cursor: pointer; background: linear-gradient(135deg, #c9a76c, #b08d57); color: #fff; font-size: 15px; letter-spacing: 3px; font-weight: 600; font-family: inherit; transition: transform .2s, box-shadow .2s; box-shadow: 0 10px 26px rgba(176, 141, 87, .35); }
.wl-modal-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(176, 141, 87, .45); }
.wl-modal-note { text-align: center; font-size: 12px; color: #b5a98f; margin: 14px 0 0; }

/* ---------- 联系我们：表单 + 地图左右布局 ---------- */
.wl-section > * { max-width: 1080px; margin-left: auto; margin-right: auto; padding-left: 48px; padding-right: 48px; }
.wl-split { display: flex; gap: 36px; align-items: stretch; }
.wl-split-form { flex: 1 1 50%; min-width: 0; }
.wl-split-map { flex: 1 1 50%; min-width: 0; border: 1px solid var(--wl-line); border-radius: 18px; overflow: hidden; background: var(--wl-surface); box-shadow: 0 10px 30px rgba(31, 36, 40, .05); display: flex; flex-direction: column; }
.wl-split-map iframe { width: 100%; flex: 1 1 auto; min-height: 380px; border: 0; display: block; }
.wl-map-cap { padding: 14px 18px; border-top: 1px solid var(--wl-line); font-size: 12.5px; color: var(--wl-muted); display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; background: #fdfbf7; }
.wl-map-cap span { line-height: 1.6; }
.wl-map-link { color: var(--wl-gold); font-weight: 600; white-space: nowrap; }
.wl-map-link:hover { color: var(--wl-gold-deep); }

/* ---------- 反馈页：表单 + 说明卡片左右布局 ---------- */
.wl-split-aside { flex: 1 1 50%; min-width: 0; border: 1px solid var(--wl-line); border-radius: 18px; background: var(--wl-surface); box-shadow: 0 10px 30px rgba(31, 36, 40, .05); padding: 42px 40px; display: flex; flex-direction: column; justify-content: center; }
.wl-split-aside .wl-kicker { margin-bottom: 10px; }
.wl-split-aside h3 { font-family: Georgia, "Times New Roman", "Songti SC", "STSong", serif; font-size: 26px; font-weight: 400; letter-spacing: 2px; color: var(--wl-ink); margin: 0 0 14px; }
.wl-split-aside p { font-size: 14.5px; color: var(--wl-muted); line-height: 1.75; margin: 0 0 14px; }
.wl-side-list { list-style: none; margin: 0 0 22px; padding: 0; }
.wl-side-list li { position: relative; padding: 10px 0 10px 34px; border-bottom: 1px dashed var(--wl-line); font-size: 14.5px; color: var(--wl-ink); line-height: 1.6; }
.wl-side-list li:last-child { border-bottom: none; }
.wl-side-list li::before { content: ""; position: absolute; left: 6px; top: 50%; transform: translateY(-50%) rotate(45deg); width: 8px; height: 8px; background: var(--wl-gold); }
.wl-side-list b { color: var(--wl-gold-deep); font-weight: 600; }
.wl-side-line { height: 1px; background: linear-gradient(90deg, var(--wl-gold-l), transparent); margin: 6px 0 18px; }
.wl-split-aside .wl-hotline { color: var(--wl-ink); font-size: 14px; margin: 6px 0 0; }
.wl-split-aside .wl-hotline b { color: var(--wl-gold-deep); font-weight: 600; }

.wl-modal-ok { text-align: center; padding: 26px 0 8px; }
.wl-ok-icon { width: 76px; height: 76px; margin: 0 auto 20px; border-radius: 50%; background: linear-gradient(160deg, var(--wl-gold-soft), var(--wl-surface)); border: 1px solid var(--wl-gold-l); display: flex; align-items: center; justify-content: center; color: var(--wl-gold); box-shadow: inset 0 0 0 5px var(--wl-surface), 0 10px 26px rgba(176, 141, 87, .18); }
.wl-modal-ok h3 { font-size: 24px; line-height: 1.3; letter-spacing: 3px; font-weight: 400; margin: 0; font-family: Georgia, "Times New Roman", "Songti SC", "STSong", serif; color: var(--wl-ink); }
.wl-modal-ok p { font-size: 14px; color: var(--wl-muted); margin: 12px auto 0; max-width: 380px; line-height: 1.7; }
.wl-modal-ok .wl-ok-close { max-width: 200px; margin: 26px auto 0; }

/* ============================================================
   响应式（平板 ≤900 / 手机 ≤560）
   ============================================================ */
@media (max-width: 900px) {
	.wl-hero h1 { font-size: 36px; letter-spacing: 4px; }
	.wl-hero::before { font-size: 140px; }
	.wl-hero--honors::before { font-size: 120px; }
	.wl-section { padding: 64px 0; }
	.wl-band .wp-block-columns { flex-wrap: wrap; }
	.wl-band .wp-block-columns > .wp-block-column { flex: 0 0 50%; }
	.wl-band .wp-block-column { border-left: none; border-top: 1px solid rgba(255, 255, 255, .07); }
	.wl-steps.wp-block-columns { flex-direction: column; }
	.wl-steps .wp-block-column { flex: none; }
	.wl-steps .wp-block-column:not(:last-child)::after { display: none; }
	.wl-policy-grid.wp-block-columns { flex-direction: column; }
	.wl-policy-grid .wp-block-column { flex: none; }
	.wl-intro.wp-block-columns, .wl-fac.wp-block-columns { flex-direction: column; gap: 40px; }
	.wl-intro .wp-block-column, .wl-fac .wp-block-column { flex: none; }
	.wl-values.wp-block-columns { flex-direction: column; }
	.wl-values .wp-block-column { flex: none; }
	.wl-tl::before { left: 8px; }
	.wl-tl-item, .wl-tl-item:nth-child(odd), .wl-tl-item:nth-child(even) { width: 100%; left: 0; text-align: left; padding: 0 0 36px 40px; }
	.wl-tl-item:nth-child(odd) .wl-tl-dot, .wl-tl-item:nth-child(even) .wl-tl-dot { left: 2px; right: auto; }
	.wl-certs.wp-block-columns { flex-wrap: wrap; }
	.wl-certs .wp-block-column { flex: 0 0 calc(50% - 13px); }
	.wl-partners.wp-block-columns { flex-wrap: wrap; }
	.wl-partners .wp-block-column { flex: 0 0 calc(50% - 12px); }
	.wl-contact { padding: 48px 28px; }
	.wl-split { flex-direction: column; }
	.wl-split-map { min-height: 340px; }
	.wl-site-nav { display: none; }
}
@media (max-width: 560px) {
	.wl-certs .wp-block-column { flex: 0 0 100%; }
	.wl-partners .wp-block-column { flex: 0 0 100%; }
	.wl-frow { grid-template-columns: 1fr; }
	.wl-modal-box { padding: 34px 24px 30px; }
	.wl-honor { gap: 18px; }
	.wl-honor .yr { width: 72px; font-size: 18px; }
}
