/* ==========================================================================
   Solea Theme — 前台样式
   设计基调：暖砂白 + 摩卡棕 + 香槟金，衬线标题（女鞋调性）+ 无衬线正文
   ========================================================================== */

:root {
	--c-bg: #ffffff;
	--c-bg-soft: #faf7f4;
	--c-bg-deep: #f2ece5;
	--c-ink: #1c1917;
	--c-ink-2: #57534e;
	--c-ink-3: #8a8279;
	--c-line: #e7e1da;
	--c-brand: #8b6f5a;
	--c-brand-dark: #6d5643;
	--c-brand-soft: #f0e8e0;
	--c-accent: #c2a36b;
	--c-dark: #211e1b;
	--c-success: #2f855a;
	--c-whatsapp: #25d366;
	--radius: 14px;
	--radius-sm: 8px;
	--shadow: 0 12px 32px rgba(28, 25, 23, 0.07);
	--shadow-sm: 0 4px 14px rgba(28, 25, 23, 0.06);
	--max: 1240px;
	--font-body: "Inter", -apple-system, "Segoe UI", "Microsoft YaHei", sans-serif;
	--font-title: "Cormorant Garamond", "Inter", Georgia, serif;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body.solea-body {
	margin: 0;
	background: var(--c-bg);
	color: var(--c-ink);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-title); font-weight: 600; line-height: 1.25; margin: 0 0 .5em; letter-spacing: .01em; }
h1 { font-size: clamp(30px, 4vw, 46px); }
h2 { font-size: clamp(24px, 3vw, 36px); }
h3 { font-size: clamp(19px, 2vw, 23px); }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: 24px; }
.container--narrow { max-width: 860px; }

/* --------------------------------------------------------- 按钮 */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 26px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 500;
	font-family: var(--font-body);
	cursor: pointer;
	transition: .22s ease;
	white-space: nowrap;
}
.btn--primary { background: var(--c-brand); color: #fff; }
.btn--primary:hover { background: var(--c-brand-dark); transform: translateY(-1px); }
.btn--outline { border-color: var(--c-brand); color: var(--c-brand); background: transparent; }
.btn--outline:hover { background: var(--c-brand); color: #fff; }
.btn--light { background: #fff; color: var(--c-ink); }
.btn--light:hover { background: var(--c-bg-deep); }
.btn--ghost-light { border-color: rgba(255,255,255,.65); color: #fff; }
.btn--ghost-light:hover { background: rgba(255,255,255,.14); }
.btn--whatsapp { background: var(--c-whatsapp); color: #fff; }
.btn--whatsapp:hover { filter: brightness(.94); }
.btn--sm { padding: 9px 16px; font-size: 13.5px; }
.btn--lg { padding: 16px 34px; font-size: 16px; }
.btn--block { width: 100%; }

.link-more { font-size: 14px; font-weight: 500; color: var(--c-brand); border-bottom: 1px solid currentColor; }

/* --------------------------------------------------------- 顶栏 */
.site-header { position: sticky; top: 0; z-index: 60; background: #fff; border-bottom: 1px solid var(--c-line); }
.topbar { background: var(--c-dark); color: #cfc7bd; font-size: 13px; }
.topbar__inner { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; min-height: 38px; }
.topbar__info { display: flex; flex-wrap: wrap; gap: 20px; }
.topbar__info a:hover, .topbar__social a:hover { color: #fff; }
.topbar__right { display: flex; align-items: center; gap: 18px; }
.topbar__social { display: flex; gap: 14px; }

.lang-switch { position: relative; }
.lang-switch__btn {
	display: inline-flex; align-items: center; gap: 6px;
	background: transparent; border: 0; color: inherit; cursor: pointer;
	font-size: 13px; padding: 4px 2px; font-family: var(--font-body);
}
.lang-switch__globe { display: inline-flex; }
.lang-switch__menu {
	position: absolute; inset-inline-end: 0; top: calc(100% + 8px);
	min-width: 150px; background: #fff; color: var(--c-ink);
	border: 1px solid var(--c-line); border-radius: var(--radius-sm);
	box-shadow: var(--shadow); padding: 6px; opacity: 0; visibility: hidden;
	transform: translateY(-6px); transition: .18s ease; z-index: 70;
}
.lang-switch:hover .lang-switch__menu,
.lang-switch.is-open .lang-switch__menu { opacity: 1; visibility: visible; transform: none; }
.lang-switch__menu a { display: flex; gap: 10px; padding: 8px 10px; border-radius: 6px; font-size: 14px; }
.lang-switch__menu a:hover { background: var(--c-bg-soft); }
.lang-switch__menu a.is-active { color: var(--c-brand); font-weight: 600; }
.lang-switch__code { width: 26px; font-weight: 600; }
.lang-switch--inline { display: flex; gap: 10px; }
.lang-switch--inline a.is-active { color: #fff; font-weight: 700; }

/* --------------------------------------------------------- 导航 */
.navbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark {
	width: 40px; height: 40px; border-radius: 50%;
	background: var(--c-brand); color: #fff; font-family: var(--font-title);
	font-size: 21px; font-weight: 700; display: grid; place-items: center; flex: none;
}
.brand__text { display: flex; flex-direction: column; line-height: 1.25; }
.brand__text strong { font-size: 16px; letter-spacing: .01em; }
.brand__text em { font-style: normal; font-size: 12.5px; color: var(--c-ink-3); }
.custom-logo { max-height: 48px; width: auto; }

.primary-nav { display: flex; align-items: center; gap: 30px; margin-inline-start: auto; }
.primary-nav__list { display: flex; align-items: center; gap: 28px; }
.primary-nav__list a { font-size: 15px; font-weight: 500; padding: 6px 0; position: relative; }
.primary-nav__list a:hover { color: var(--c-brand); }
.primary-nav__list .menu-item-has-children { position: relative; }
.primary-nav__list .sub-menu {
	position: absolute; top: 100%; inset-inline-start: -14px; min-width: 190px;
	background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius-sm);
	box-shadow: var(--shadow); padding: 8px; opacity: 0; visibility: hidden; transition: .18s ease; z-index: 40;
}
.primary-nav__list .menu-item-has-children:hover .sub-menu { opacity: 1; visibility: visible; }
.primary-nav__list .sub-menu a { display: block; padding: 8px 12px; font-size: 14px; border-radius: 6px; }
.primary-nav__list .sub-menu a:hover { background: var(--c-bg-soft); }
.primary-nav__actions { display: none; }
.navbar__tools { display: flex; align-items: center; gap: 12px; }

.inquiry-fab {
	display: inline-flex; align-items: center; gap: 8px;
	background: var(--c-bg-soft); border: 1px solid var(--c-line); color: var(--c-ink);
	padding: 9px 16px; border-radius: 999px; cursor: pointer; font-size: 14px; font-family: var(--font-body);
}
.inquiry-fab:hover { border-color: var(--c-brand); color: var(--c-brand); }
.inquiry-fab__count {
	min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px;
	background: var(--c-brand); color: #fff; font-size: 12px; display: grid; place-items: center;
}
.nav-toggle { display: none; flex-direction: column; gap: 4px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--c-ink); display: block; }
.nav-close { display: none; }

/* --------------------------------------------------------- Hero */
.hero {
	position: relative;
	background: var(--c-bg-soft);
	background-image: var(--hero-bg, none);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.hero::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(100deg, rgba(250,247,244,.97) 0%, rgba(250,247,244,.88) 46%, rgba(250,247,244,.35) 100%);
}
.hero__inner { position: relative; padding: clamp(56px, 9vw, 118px) 24px; }
.hero__content { max-width: 720px; }
.hero__eyebrow {
	display: inline-block; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase;
	color: var(--c-brand); border: 1px solid var(--c-brand); border-radius: 999px; padding: 5px 14px; margin-bottom: 20px;
}
.hero__title { font-size: clamp(32px, 4.6vw, 56px); margin-bottom: 18px; }
.hero__subtitle { font-size: clamp(15px, 1.4vw, 18px); color: var(--c-ink-2); max-width: 620px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 36px; }
.hero__badges { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.hero__badges li {
	background: rgba(255,255,255,.82); border: 1px solid var(--c-line);
	border-radius: var(--radius-sm); padding: 12px 16px; font-size: 13.5px;
}
.hero__badges strong { display: block; font-size: 14.5px; }
.hero__badges span { color: var(--c-ink-3); }

/* --------------------------------------------------------- 通用区块 */
.section { padding: clamp(48px, 6vw, 88px) 0; }
.section--soft { background: var(--c-bg-soft); }
.section--dark { background: var(--c-dark); color: #e9e3db; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto clamp(28px, 4vw, 52px); }
.section-head p { color: var(--c-ink-2); margin: 0; }
.section-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; text-align: start; max-width: none; }
.section-head--light h2 { color: #fff; }
.section-head--light p { color: #bfb7ad; }

/* --------------------------------------------------------- 分类卡片 */
.cat-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.cat-card {
	position: relative; border-radius: var(--radius); overflow: hidden; background: #fff;
	border: 1px solid var(--c-line); box-shadow: var(--shadow-sm); transition: .25s ease;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.cat-card__media { display: block; aspect-ratio: 4 / 3; background: var(--c-bg-deep) center/cover no-repeat; }
.cat-card__body {
	display: flex; flex-direction: column; gap: 2px; padding: 16px 18px;
	background: #fff; border-top: 1px solid var(--c-line);
}
.cat-card__body strong { font-size: 16px; font-family: var(--font-title); }
.cat-card__body span { font-size: 13px; color: var(--c-ink-3); }

/* --------------------------------------------------------- 产品卡片 */
.product-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.product-card {
	background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
	overflow: hidden; display: flex; flex-direction: column; transition: .25s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card__media { position: relative; display: block; aspect-ratio: 1 / 1; background: var(--c-bg-deep); overflow: hidden; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-card__media img { transform: scale(1.05); }
.product-card__placeholder { display: block; width: 100%; height: 100%; background: repeating-linear-gradient(45deg, #efe9e2, #efe9e2 12px, #e7e0d8 12px, #e7e0d8 24px); }
.product-card__placeholder--lg { aspect-ratio: 1 / 1; border-radius: var(--radius); }
.product-card__tag {
	position: absolute; inset-block-start: 12px; inset-inline-start: 12px;
	background: rgba(255,255,255,.94); color: var(--c-brand);
	font-size: 11.5px; padding: 4px 10px; border-radius: 999px; font-weight: 600;
}
.product-card__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-card__sku { font-size: 12px; color: var(--c-ink-3); letter-spacing: .04em; }
.product-card__title { font-size: 18px; margin: 0; }
.product-card__title a:hover { color: var(--c-brand); }
.product-card__meta { display: grid; gap: 4px; font-size: 13.5px; color: var(--c-ink-2); }
.product-card__meta span { color: var(--c-ink-3); }
.product-card__actions { display: flex; gap: 8px; margin-top: auto; padding-top: 10px; flex-wrap: wrap; }

/* --------------------------------------------------------- 优势 / 数据 */
.why-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.why-card { background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); padding: 26px 24px; }
.why-card__icon { font-size: 24px; display: block; margin-bottom: 12px; }
.why-card h3 { font-size: 20px; margin-bottom: 6px; }
.why-card p { color: var(--c-ink-2); font-size: 14.5px; margin: 0; }

.stats-band { margin-top: clamp(32px, 4vw, 56px); background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); padding: 28px; text-align: center; }
.stats-band__title { font-size: 15px; letter-spacing: .12em; text-transform: uppercase; color: var(--c-ink-3); margin-bottom: 20px; }
.stats-band__list { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.stats-band__list strong { display: block; font-family: var(--font-title); font-size: 34px; color: var(--c-brand); line-height: 1.1; }
.stats-band__list span { font-size: 13.5px; color: var(--c-ink-2); }

/* --------------------------------------------------------- 流程 */
.process { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); counter-reset: step; }
.process__item { position: relative; background: var(--c-bg-soft); border-radius: var(--radius); padding: 24px 22px; border: 1px solid var(--c-line); }
.process__num {
	width: 34px; height: 34px; border-radius: 50%; background: var(--c-brand); color: #fff;
	display: grid; place-items: center; font-weight: 600; font-size: 15px; margin-bottom: 12px;
}
.process__item h3 { font-size: 18px; }
.process__item p { color: var(--c-ink-2); font-size: 14px; margin: 0; }

/* --------------------------------------------------------- 工厂 */
.factory-gallery { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.factory-gallery__item { margin: 0; border-radius: var(--radius); overflow: hidden; }
.factory-gallery__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.factory-points { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin-top: 28px; }
.factory-points__item h3 { font-size: 18px; color: #fff; }
.factory-points__item p { color: #bfb7ad; font-size: 14.5px; margin: 0; }

/* --------------------------------------------------------- FAQ */
.faq { display: grid; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius-sm); overflow: hidden; }
.faq__item summary {
	list-style: none; cursor: pointer; padding: 18px 20px; display: flex;
	justify-content: space-between; gap: 16px; align-items: center; font-weight: 500; font-size: 16px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__icon { color: var(--c-brand); font-size: 20px; transition: .2s; }
.faq__item[open] .faq__icon { transform: rotate(45deg); }
.faq__answer { padding: 0 20px 18px; color: var(--c-ink-2); font-size: 15px; }
.faq__answer p { margin: 0; }
.faq--compact .faq__item { border-radius: 10px; }
.faq--compact .faq__item summary { padding: 12px 14px; font-size: 14.5px; }

/* --------------------------------------------------------- CTA */
.cta-section { background: linear-gradient(120deg, var(--c-dark), #3a322b); color: #fff; padding: clamp(48px, 6vw, 84px) 0; text-align: center; }
.cta-section h2 { color: #fff; }
.cta-section p { color: #cfc7bd; max-width: 640px; margin-inline: auto; }
.cta-section__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }
.cta-band { background: var(--c-brand); color: #fff; }
.cta-band__inner { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between; padding-block: 34px; }
.cta-band h2 { color: #fff; font-size: clamp(22px, 2.4vw, 30px); margin: 0 0 4px; }
.cta-band p { margin: 0; color: rgba(255,255,255,.88); }
.cta-band__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* --------------------------------------------------------- 页头 / 面包屑 */
.page-head { background: var(--c-bg-soft); border-bottom: 1px solid var(--c-line); padding: 28px 0 clamp(36px, 4vw, 56px); }
.page-head h1 { margin-bottom: 6px; }
.page-head p { color: var(--c-ink-2); margin: 0; max-width: 760px; }
.breadcrumb { font-size: 13px; color: var(--c-ink-3); margin-bottom: 14px; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; }
.breadcrumb li + li::before { content: "/"; margin-inline-end: 8px; color: var(--c-line); }
.breadcrumb a:hover { color: var(--c-brand); }
.breadcrumb .is-current { color: var(--c-ink-2); }

/* --------------------------------------------------------- 筛选栏 */
.filter-bar { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.filter-bar__cats { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
	border: 1px solid var(--c-line); border-radius: 999px; padding: 7px 16px;
	font-size: 14px; background: #fff; transition: .2s;
}
.chip em { font-style: normal; color: var(--c-ink-3); font-size: 12.5px; }
.chip:hover { border-color: var(--c-brand); color: var(--c-brand); }
.chip.is-active { background: var(--c-brand); border-color: var(--c-brand); color: #fff; }
.chip.is-active em { color: rgba(255,255,255,.8); }
.filter-bar__search { display: flex; align-items: center; border: 1px solid var(--c-line); border-radius: 999px; padding: 4px 6px 4px 18px; background: #fff; }
.filter-bar__search input { border: 0; outline: none; background: transparent; font-size: 14px; min-width: 200px; font-family: var(--font-body); }
.filter-bar__search button { border: 0; background: var(--c-brand); color: #fff; width: 32px; height: 32px; border-radius: 50%; cursor: pointer; font-size: 17px; }

.empty-state { text-align: center; padding: 60px 0; color: var(--c-ink-3); }

/* --------------------------------------------------------- 产品详情 */
.product-detail { padding: 28px 0 40px; }
.product-detail__top { display: grid; gap: clamp(24px, 4vw, 52px); grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); margin-top: 20px; }
.product-gallery__main { position: relative; background: var(--c-bg-soft); border-radius: var(--radius); overflow: hidden; aspect-ratio: 1 / 1; }
.product-gallery__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .3s ease; }
.product-gallery__img.is-active { opacity: 1; }
.product-gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.product-gallery__thumb {
	border: 1px solid var(--c-line); border-radius: 10px; padding: 0; overflow: hidden;
	background: #fff; cursor: pointer; width: 74px; height: 74px; flex: none;
}
.product-gallery__thumb.is-active { border-color: var(--c-brand); }
.product-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }

.product-info__sku { font-size: 12.5px; letter-spacing: .08em; color: var(--c-ink-3); text-transform: uppercase; }
.product-info__title { font-size: clamp(26px, 3vw, 38px); margin: 6px 0 10px; }
.product-info__price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 18px; }
.product-info__price span { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--c-ink-3); }
.product-info__price strong { font-family: var(--font-title); font-size: 26px; color: var(--c-brand); }

.spec-table { width: 100%; border-collapse: collapse; margin-bottom: 22px; font-size: 14.5px; }
.spec-table th, .spec-table td { text-align: start; padding: 11px 0; border-bottom: 1px solid var(--c-line); vertical-align: top; }
.spec-table th { width: 40%; color: var(--c-ink-3); font-weight: 500; }

.product-info__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.product-info__assurance { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13px; color: var(--c-ink-2); }
.product-info__assurance li::before { content: "✓"; color: var(--c-success); margin-inline-end: 6px; }

.product-detail__content { margin: clamp(36px, 5vw, 64px) 0; max-width: 900px; }
.product-detail__content h2 { font-size: 24px; }
.product-detail__form { background: var(--c-bg-soft); border-radius: var(--radius); padding: clamp(24px, 3vw, 40px); }
.related { margin-top: clamp(36px, 5vw, 64px); }

/* --------------------------------------------------------- 询盘表单 */
.inquiry-form__head { margin-bottom: 22px; }
.inquiry-form__head h2 { font-size: clamp(22px, 2.4vw, 30px); margin-bottom: 4px; }
.inquiry-form__head p { color: var(--c-ink-2); margin: 0; font-size: 15px; }
.form-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 20px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field span { font-size: 13.5px; color: var(--c-ink-2); font-weight: 500; }
.field input, .field textarea {
	border: 1px solid var(--c-line); border-radius: var(--radius-sm); padding: 12px 14px;
	font-family: var(--font-body); font-size: 15px; background: #fff; color: var(--c-ink); outline: none; transition: .2s;
}
.field input:focus, .field textarea:focus { border-color: var(--c-brand); box-shadow: 0 0 0 3px rgba(139,111,90,.12); }
.inquiry-form__note { font-size: 13px; color: var(--c-ink-3); margin: 12px 0 0; text-align: center; }
.inquiry-form__msg { margin-top: 12px; font-size: 14px; text-align: center; }
.inquiry-form__msg.is-error { color: #c0392b; }
.inquiry-form__msg.is-success { color: var(--c-success); }

.inquiry-summary { background: #fff; border: 1px dashed var(--c-brand); border-radius: var(--radius-sm); padding: 14px 16px; margin-bottom: 20px; }
.inquiry-summary h4 { font-size: 15px; margin-bottom: 8px; }
.inquiry-summary li { font-size: 14px; color: var(--c-ink-2); display: flex; justify-content: space-between; gap: 12px; padding: 4px 0; }

.inquiry-layout { display: grid; gap: clamp(24px, 4vw, 48px); grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); }
.contact-card { background: var(--c-bg-soft); border-radius: var(--radius); padding: 24px; margin-bottom: 20px; }
.contact-card h3 { font-size: 20px; margin-bottom: 14px; }
.contact-card ul { display: grid; gap: 10px; font-size: 14.5px; }
.contact-card li { display: flex; gap: 10px; align-items: flex-start; color: var(--c-ink-2); }
.contact-card li span { flex: none; }
.contact-card a:hover { color: var(--c-brand); }

/* --------------------------------------------------------- 询盘抽屉 */
.inquiry-drawer { position: fixed; inset: 0; z-index: 90; visibility: hidden; }
.inquiry-drawer.is-open { visibility: visible; }
.inquiry-drawer__backdrop { position: absolute; inset: 0; background: rgba(28,25,23,.45); opacity: 0; transition: .25s; }
.inquiry-drawer.is-open .inquiry-drawer__backdrop { opacity: 1; }
.inquiry-drawer__panel {
	position: absolute; inset-block: 0; inset-inline-end: 0; width: min(400px, 92vw);
	background: #fff; box-shadow: -12px 0 40px rgba(0,0,0,.12);
	display: flex; flex-direction: column; transform: translateX(100%); transition: transform .28s ease;
}
[dir="rtl"] .inquiry-drawer__panel { transform: translateX(-100%); }
.inquiry-drawer.is-open .inquiry-drawer__panel { transform: none; }
.inquiry-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--c-line); }
.inquiry-drawer__head h3 { margin: 0; font-size: 20px; }
.inquiry-drawer__close { background: none; border: 0; font-size: 26px; cursor: pointer; line-height: 1; color: var(--c-ink-3); }
.inquiry-drawer__body { flex: 1; overflow-y: auto; padding: 16px 20px; }
.inquiry-drawer__foot { padding: 16px 20px 22px; border-top: 1px solid var(--c-line); }
.inquiry-drawer__tip { font-size: 12.5px; color: var(--c-ink-3); margin: 10px 0 0; text-align: center; }

.inq-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--c-line); }
.inq-item img { width: 62px; height: 62px; object-fit: cover; border-radius: 8px; flex: none; background: var(--c-bg-deep); }
.inq-item__body { flex: 1; min-width: 0; }
.inq-item__title { font-size: 14.5px; font-weight: 500; display: block; margin-bottom: 4px; }
.inq-item__sku { font-size: 12px; color: var(--c-ink-3); }
.inq-item__qty { width: 82px; border: 1px solid var(--c-line); border-radius: 6px; padding: 5px 8px; font-size: 13px; font-family: var(--font-body); }
.inq-item__remove { background: none; border: 0; color: var(--c-ink-3); cursor: pointer; font-size: 13px; padding: 0; }
.inq-item__remove:hover { color: #c0392b; }
.inq-empty { text-align: center; color: var(--c-ink-3); padding: 40px 0; font-size: 14.5px; }

/* 提交成功后的空态：明确告知「已收到 N 款」，避免客户误以为询盘没发出去 */
.inq-empty--sent {
	padding: 28px 18px; background: #f2f8f4; border: 1px solid #cfe6d8;
	border-radius: 10px; color: var(--c-ink-2);
}
.inq-empty__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 38px; height: 38px; margin-bottom: 10px; border-radius: 50%;
	background: #1e6b39; color: #fff; font-size: 19px; line-height: 1;
}
.inq-empty__title { display: block; font-size: 15.5px; color: #1e6b39; margin-bottom: 6px; }
.inq-empty__desc { margin: 0; font-size: 13.5px; line-height: 1.7; color: var(--c-ink-2); }

/* --------------------------------------------------------- 页脚 */
.site-footer { background: #fff; border-top: 1px solid var(--c-line); }
.footer-grid { display: grid; gap: 32px; grid-template-columns: 1.4fr repeat(3, 1fr); padding: clamp(40px, 5vw, 64px) 24px; }
.footer-col h4 { font-size: 17px; margin-bottom: 14px; }
.footer-col p { color: var(--c-ink-2); font-size: 14.5px; }
.footer-list { display: grid; gap: 9px; font-size: 14.5px; color: var(--c-ink-2); }
.footer-list a:hover { color: var(--c-brand); }
.footer-contact { display: grid; gap: 9px; font-size: 14.5px; color: var(--c-ink-2); margin-top: 14px; }
.footer-contact li { display: flex; gap: 8px; }
.footer-social { display: flex; gap: 8px; margin-top: 16px; }
.footer-social a {
	width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--c-line);
	display: grid; place-items: center; font-size: 12px; font-weight: 600; color: var(--c-ink-2);
}
.footer-social a:hover { background: var(--c-brand); color: #fff; border-color: var(--c-brand); }
.brand--footer { margin-bottom: 14px; }

.footer-bottom { border-top: 1px solid var(--c-line); background: var(--c-bg-soft); }
.footer-bottom__inner { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; padding-block: 16px; font-size: 13px; color: var(--c-ink-3); }
.footer-bottom p { margin: 0; }

.wa-float {
	position: fixed; inset-block-end: 24px; inset-inline-end: 24px; z-index: 80;
	width: 54px; height: 54px; border-radius: 50%; background: var(--c-whatsapp); color: #fff;
	display: grid; place-items: center; box-shadow: 0 10px 24px rgba(37,211,102,.35);
}
.wa-float:hover { transform: scale(1.06); }

/* --------------------------------------------------------- 其他 */
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.pagination .page-numbers {
	min-width: 38px; height: 38px; padding: 0 12px; border: 1px solid var(--c-line);
	border-radius: var(--radius-sm); display: grid; place-items: center; font-size: 14px; background: #fff;
}
.pagination .current { background: var(--c-brand); border-color: var(--c-brand); color: #fff; }
.entry-content h2, .entry-content h3 { margin-top: 1.4em; }
.entry-content img { border-radius: var(--radius-sm); }
.notfound { text-align: center; padding: 90px 0; }
.notfound__code { font-family: var(--font-title); font-size: 76px; color: var(--c-brand); display: block; }
.news-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.news-card { background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); padding: 18px; }
.news-card__media { display: block; border-radius: 10px; overflow: hidden; margin-bottom: 12px; }
.news-card__date { font-size: 12.5px; color: var(--c-ink-3); }
.news-card h3 { font-size: 19px; }
.news-card p { color: var(--c-ink-2); font-size: 14px; margin: 0; }

/* --------------------------------------------------------- 响应式 */
@media (max-width: 1024px) {
	.product-detail__top, .inquiry-layout { grid-template-columns: 1fr; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
	.topbar__info .topbar__hours { display: none; }
	.nav-toggle { display: flex; }
	.primary-nav {
		position: fixed; inset-block: 0; inset-inline-start: 0; width: min(320px, 86vw);
		background: #fff; flex-direction: column; align-items: flex-start; gap: 20px;
		padding: 24px; box-shadow: var(--shadow); transform: translateX(-100%); transition: .28s ease;
		overflow-y: auto; z-index: 75;
	}
	[dir="rtl"] .primary-nav { transform: translateX(100%); }
	.primary-nav.is-open { transform: none; }
	.primary-nav__list { flex-direction: column; align-items: flex-start; gap: 4px; width: 100%; }
	.primary-nav__list a { display: block; padding: 12px 0; font-size: 16px; }
	.primary-nav__list .sub-menu { position: static; opacity: 1; visibility: visible; box-shadow: none; border: 0; padding: 0 0 0 12px; }
	.primary-nav__actions { display: block; width: 100%; }
	.primary-nav__actions .btn { width: 100%; }
	.nav-close { display: block; align-self: flex-end; background: none; border: 0; font-size: 30px; line-height: 1; cursor: pointer; }
	.inquiry-fab span { display: none; }
	.form-grid { grid-template-columns: 1fr; }
	.section-head--row { flex-direction: column; align-items: flex-start; }
	.hero__inner { padding-block: 64px; }
}

@media (max-width: 600px) {
	.footer-grid { grid-template-columns: 1fr; }
	.topbar__right .topbar__social { display: none; }
	.product-grid, .cat-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; }
	.cta-band__inner { flex-direction: column; align-items: flex-start; }
	.filter-bar { flex-direction: column; align-items: stretch; }
	.filter-bar__search input { min-width: 0; width: 100%; }
}
