/* =========================================================
   Fussen theme — main stylesheet
   ========================================================= */

:root {
	--brand: #FBC707;
	--brand-dark: #E0B000;
	--brand-soft: #FFF6D1;
	--ink: #14161A;
	--ink-2: #2B2F36;
	--text: #2B2F36;
	--muted: #6B7280;
	--line: #E5E7EB;
	--bg: #FFFFFF;
	--bg-muted: #F4F5F7;
	--surface: linear-gradient(160deg, #FFFFFF 0%, #EEF0F3 100%);
	--bg-dark: #14161A;
	--radius: 10px;
	--radius-lg: 16px;
	--shadow: 0 1px 2px rgba(20, 22, 26, .06), 0 8px 24px -12px rgba(20, 22, 26, .18);
	--shadow-lg: 0 20px 50px -20px rgba(20, 22, 26, .35);
	--container: 1240px;
	--gutter: 20px;
	--font: "Inter", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.6;
	color: var(--text);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--ink); }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.15; margin: 0 0 .5em; font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
button { font: inherit; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--brand); color: var(--ink); padding: 8px 12px; z-index: 1000; border-radius: 6px; }
.skip-link:focus { left: 8px; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container--narrow { max-width: 860px; }

.section { padding: clamp(56px, 8vw, 96px) 0; }
.section--tight { padding: clamp(40px, 5vw, 64px) 0; }
.section--muted { background: var(--bg-muted); }
.section--dark { background: var(--bg-dark); color: #C9CDD3; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section-head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 44px); }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { margin-bottom: .35em; }
.section-head .lead { margin: 0; }
.section-more { text-align: center; margin-top: 36px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); margin-bottom: 12px; }
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--brand); border-radius: 2px; }
.eyebrow--light { color: #fff; }
.lead { font-size: 1.1rem; color: var(--muted); }
.section--dark .lead { color: #AEB4BD; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 8px; font-weight: 700; font-size: .95rem; line-height: 1.2; border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn--lg { padding: 15px 26px; font-size: 1rem; }
.btn--primary { background: var(--brand); color: var(--ink); }
.btn--primary:hover { background: var(--brand-dark); color: var(--ink); }
.btn--dark { background: #fff; color: var(--ink); border-color: var(--line); }
.btn--dark:hover { background: var(--brand); border-color: var(--brand); color: var(--ink); }
.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { background: var(--brand-soft); border-color: var(--brand); color: var(--ink); }
.btn--outline { background: #fff; color: var(--ink); border-color: var(--line); }
.btn--outline:hover { background: var(--brand); border-color: var(--brand); color: var(--ink); }
.btn .icon { flex: none; }

/* Topbar + header */
.topbar { background: var(--bg-muted); color: var(--muted); font-size: .82rem; border-bottom: 1px solid var(--line); }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 36px; gap: 16px; }
.topbar a, .topbar span { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); }
.topbar a:hover { color: var(--ink); }
.topbar__contact { display: flex; gap: 22px; }
.topbar__right { display: flex; align-items: center; gap: 14px; }
.topbar__contact a + a { display: none; }
@media (min-width: 640px) { .topbar__contact a + a { display: inline-flex; } }
.social-links { display: inline-flex; align-items: center; gap: 4px; }
.social { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 6px; transition: transform .15s ease; }
.social:hover { transform: translateY(-2px); }
.site-footer .social { width: 40px; height: 40px; margin-right: 6px; }
.site-footer .social-links { margin-top: 8px; }
.lang-switch { display: inline-flex; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #fff; }
.lang-switch__item { padding: 3px 10px; font-weight: 700; font-size: .78rem; color: var(--muted); }
.lang-switch__item + .lang-switch__item { border-left: 1px solid var(--line); }
.lang-switch__item.is-current { background: var(--brand); color: var(--ink); }
.lang-switch__item:hover { color: var(--ink); }

.site-header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.site-branding img { width: auto; height: 44px; }
.site-header__actions { display: flex; align-items: center; gap: 12px; }
.site-header__actions .btn { display: none; }
@media (min-width: 900px) { .site-header__actions .btn { display: inline-flex; } }

.nav-toggle { background: none; border: 0; padding: 6px; color: var(--ink); cursor: pointer; display: inline-flex; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-menu { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

.site-nav .menu { list-style: none; display: flex; gap: 4px; }
.site-nav .menu > li { position: relative; }
.site-nav .menu a { display: block; padding: 10px 14px; font-weight: 600; font-size: .95rem; color: var(--ink-2); border-radius: 6px; }
.site-nav .menu a:hover, .site-nav .menu > li.current-menu-item > a, .site-nav .menu > li.current-menu-ancestor > a, .site-nav .menu > li.fussen-current > a { color: var(--ink); background: var(--brand-soft); }
.site-nav .menu-item-has-children > a::after { content: ""; display: inline-block; width: 6px; height: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-left: 8px; position: relative; top: -3px; }
.site-nav .sub-menu { list-style: none; }

@media (min-width: 1024px) {
	.site-nav .sub-menu { position: absolute; left: 0; top: 100%; min-width: 260px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow-lg); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .18s ease; z-index: 50; }
	.site-nav li:hover > .sub-menu, .site-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
	.site-nav .sub-menu a { padding: 9px 12px; font-weight: 600; }
	.site-nav .sub-menu .sub-menu { left: 100%; top: -8px; }
	.site-nav .sub-menu .menu-item-has-children > a::after { transform: rotate(-45deg); float: right; top: 7px; }
	.nav-toggle { display: none; }
}
@media (max-width: 1023px) {
	.site-nav { position: fixed; inset: 0; top: 0; background: #fff; padding: 90px 24px 40px; overflow: auto; transform: translateX(100%); transition: transform .25s ease; z-index: 90; }
	.site-nav.is-open { transform: none; }
	.site-nav .menu { flex-direction: column; gap: 0; }
	.site-nav .menu a { padding: 14px 8px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
	.site-nav .sub-menu { padding-left: 16px; }
	.site-nav .sub-menu a { font-size: .95rem; font-weight: 500; }
	.site-branding, .nav-toggle { position: relative; z-index: 95; }
	body.nav-open { overflow: hidden; }
}

/* Hero */
.hero { position: relative; background: linear-gradient(180deg, #FFFFFF 0%, #F5F6F8 100%); color: var(--ink); overflow: hidden; isolation: isolate; }
.hero__inner { min-height: min(640px, 76vh); display: grid; align-items: center; gap: 32px; padding-top: 56px; padding-bottom: 56px; }
@media (min-width: 900px) { .hero__inner { grid-template-columns: 1.05fr 1fr; gap: 48px; } }
.hero__content { max-width: 620px; }
.hero h1 { color: var(--ink); margin-bottom: .4em; }
.hero__lead { font-size: 1.15rem; color: var(--muted); max-width: 560px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 32px; }
.hero__badges { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: .9rem; color: var(--ink-2); font-weight: 600; }
.hero__badges li { display: inline-flex; align-items: center; gap: 8px; }
.hero__badges .icon { color: var(--brand-dark); }
.hero__media { position: relative; display: flex; align-items: center; justify-content: center; }
.hero__media img { max-height: 540px; width: auto; object-fit: contain; filter: drop-shadow(0 34px 44px rgba(20,22,26,.22)); }
.hero__media::before { content: ""; position: absolute; left: 50%; bottom: 6%; width: 78%; height: 18%; transform: translateX(-50%); background: var(--brand); border-radius: 50%; opacity: .55; filter: blur(30px); z-index: -1; }
.hero .eyebrow { color: var(--ink); }

/* Stats */
.stats { background: var(--brand); color: var(--ink); }
.stats__inner { display: grid; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 720px) { .stats__inner { grid-template-columns: repeat(4, 1fr); } }
.stat { padding: 22px 12px; text-align: center; border-right: 1px solid rgba(20,22,26,.12); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: 2.2rem; font-weight: 800; line-height: 1.1; letter-spacing: -.02em; }
.stat span { font-size: .85rem; font-weight: 600; opacity: .8; }

/* Product line cards */
.line-grid { display: grid; gap: 24px; }
@media (min-width: 800px) { .line-grid { grid-template-columns: 1fr 1fr; } }
.line-card { display: grid; grid-template-rows: auto 1fr; background: #fff; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); transition: box-shadow .2s ease, transform .2s ease; }
.line-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.line-card__media { aspect-ratio: 16/10; background: var(--surface); display: flex; align-items: center; justify-content: center; padding: 32px; }
.line-card__media img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(20,22,26,.18)); transition: transform .3s ease; }
.line-card:hover .line-card__media img { transform: translateY(-4px) scale(1.02); }
.line-card__body { padding: 26px 28px 30px; }
.line-card__body p { color: var(--muted); }
.line-card h3 { font-size: 1.4rem; }

/* Category grid */
.cat-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.cat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.cat-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); border-color: var(--brand); }
.cat-card__media { aspect-ratio: 6/5; background: var(--surface); display: flex; align-items: center; justify-content: center; padding: 16px; }
.cat-card__media img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(20,22,26,.16)); transition: transform .3s ease; }
.cat-card:hover .cat-card__media img { transform: translateY(-4px); }
.cat-card__body { padding: 18px 20px 20px; position: relative; }
.cat-card__icon { position: absolute; top: -22px; right: 16px; width: 44px; height: 44px; border-radius: 50%; background: var(--brand); color: var(--ink); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); }
.cat-card h3 { font-size: 1.05rem; padding-right: 40px; }
.cat-card p { font-size: .9rem; color: var(--muted); margin-bottom: 12px; }
.cat-card__meta { display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; font-weight: 700; color: var(--ink); }

/* Product cards */
.product-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s ease, transform .2s ease; }
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.product-card__media { display: flex; align-items: center; justify-content: center; aspect-ratio: 6/5; padding: 16px; background: var(--surface); }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(20,22,26,.16)); transition: transform .3s ease; }
.product-card:hover .product-card__media img { transform: translateY(-4px) scale(1.03); }
.product-card__placeholder { color: var(--line); }
.product-card__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product-card__sub { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin: 0; }
.product-card__title { font-size: 1.2rem; margin: 0; }
.product-card__range { display: flex; gap: 18px; margin: 6px 0 8px; }
.product-card__range div { display: flex; flex-direction: column; }
.product-card__range dt { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.product-card__range dd { margin: 0; font-weight: 700; font-size: .95rem; }
.product-card__link { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .88rem; color: var(--ink); }
.product-card__link .icon { transition: transform .2s ease; }
.product-card:hover .product-card__link .icon { transform: translateX(3px); }

/* Why grid */
.why-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.why-item { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.why-item .icon { background: var(--brand-soft); border-radius: 12px; padding: 10px; box-sizing: content-box; }
.why-item .icon { color: var(--brand-dark); margin-bottom: 14px; }
.why-item p { color: var(--muted); font-size: .95rem; margin: 0; }

/* Applications */
.app-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.app-card { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); font-weight: 700; color: var(--ink); background: #fff; transition: all .2s ease; }
.app-card .icon { color: var(--ink); flex: none; background: var(--brand-soft); border-radius: 10px; padding: 8px; box-sizing: content-box; }
.app-card:hover { border-color: var(--brand); box-shadow: var(--shadow); transform: translateY(-2px); }

.app-list { display: grid; gap: 22px; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
.app-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; }
.app-item__head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.app-item__head h2 { font-size: 1.3rem; margin: 0; }
.app-item__icon { width: 52px; height: 52px; border-radius: 12px; background: var(--brand-soft); color: var(--ink); display: flex; align-items: center; justify-content: center; flex: none; }
.app-item p { color: var(--muted); }
.app-item__label { font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.chip-list { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.chip-list a { display: inline-block; padding: 6px 12px; border-radius: 999px; background: var(--bg-muted); border: 1px solid var(--line); font-size: .85rem; font-weight: 600; }
.chip-list a:hover { background: var(--brand); border-color: var(--brand); }

/* Certificates */
.cert-strip { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); align-items: start; }
.cert { text-align: center; font-size: .85rem; font-weight: 700; color: var(--ink); }
.cert img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); margin-bottom: 10px; transition: transform .2s ease; }
.cert:hover img { transform: translateY(-3px); }
.cert-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.cert-card { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; }
.cert-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; border-radius: 6px; border: 1px solid var(--line); }
.cert-card figcaption { padding: 12px 4px 4px; display: flex; flex-direction: column; }
.cert-card figcaption span { font-size: .85rem; color: var(--muted); }

/* CTA band */
.cta-band { background: var(--brand); color: var(--ink-2); padding: clamp(48px, 6vw, 72px) 0; }
.cta-band__inner { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .cta-band__inner { grid-template-columns: 1.4fr 1fr; } .cta-band__actions { justify-content: flex-end; } }
.cta-band h2 { color: var(--ink); }
.cta-band .eyebrow--light { color: var(--ink); }
.cta-band .btn--primary { background: #fff; color: var(--ink); }
.cta-band .btn--primary:hover { background: var(--ink); color: #fff; }
.cta-band .btn--ghost { background: rgba(255,255,255,.55); color: var(--ink); border-color: rgba(20,22,26,.25); }
.cta-band .btn--ghost:hover { background: #fff; color: var(--ink); }
.cta-band p { max-width: 560px; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Footer */
.site-footer { background: var(--bg-muted); color: var(--muted); font-size: .92rem; padding-top: 56px; border-top: 4px solid var(--brand); }
.footer-grid { display: grid; gap: 36px; grid-template-columns: 1fr; padding-bottom: 40px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.1fr 1.4fr 1fr 1.6fr; } }
.footer-col h4 { color: var(--ink); font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col li.sub { padding-left: 14px; font-size: .88rem; }
.footer-col a:hover { color: var(--brand-dark); }
.footer-col p { display: flex; gap: 10px; align-items: flex-start; }
.footer-col p .icon { flex: none; margin-top: 3px; color: var(--brand-dark); }
.footer-col--brand img { height: 46px; width: auto; margin-bottom: 14px; }
.footer-slogan { color: var(--ink); font-weight: 700; }
.footer-col--contact strong { color: var(--ink); }
.footer-menu { display: grid; grid-template-columns: 1fr; gap: 0 28px; }
@media (min-width: 760px) { .footer-menu { grid-template-columns: repeat(2, max-content); } }
.footer-menu li { margin-bottom: 10px; white-space: nowrap; }
.footer-bottom { border-top: 1px solid var(--line); padding: 20px 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: .82rem; }
.footer-bottom p { margin: 0; }
.wa-float { position: fixed; right: 20px; bottom: 20px; width: 54px; height: 54px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 24px -8px rgba(0,0,0,.5); z-index: 80; transition: transform .2s ease; }
.wa-float:hover { transform: scale(1.06); color: #fff; }

/* Page hero / breadcrumbs */
.page-hero { background: var(--bg-muted); color: var(--muted); padding: 36px 0 44px; position: relative; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero--image::before { content: ""; position: absolute; inset: 0; background: var(--hero-img) center/cover; opacity: .14; z-index: -1; }
.page-hero h1 { color: var(--ink); margin: 10px 0 8px; font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
.page-hero__sub { max-width: 720px; font-size: 1.05rem; margin: 0; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; font-size: .82rem; }
.breadcrumbs li + li::before { content: "/"; margin-right: 6px; opacity: .5; }
.breadcrumbs a { color: inherit; opacity: .85; }
.breadcrumbs a:hover { color: var(--ink); opacity: 1; }
.page-hero .breadcrumbs { color: var(--muted); }

 /* Product hero */
.product-hero__tag { position: absolute; left: 16px; top: 16px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; font-size: .75rem; font-weight: 700; color: var(--ink-2); }
.kpi { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 20px 0 0; }
@media (min-width: 560px) { .kpi { grid-template-columns: repeat(4, 1fr); } }
.kpi li { background: var(--bg-muted); border-radius: 10px; padding: 12px 14px; border-left: 3px solid var(--brand); }
.kpi__label { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 2px; }
.kpi__value { display: block; font-weight: 800; font-size: 1.05rem; color: var(--ink); white-space: nowrap; }
.option-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; }
.option-row__label { font-size: .8rem; font-weight: 700; color: var(--muted); margin-right: 4px; }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: .85rem; font-weight: 600; color: var(--ink-2); }
.chip--plus::before { content: "+"; color: var(--brand-dark); font-weight: 800; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.trust-row { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 22px; font-size: .85rem; color: var(--muted); }
.trust-row li { display: inline-flex; align-items: center; gap: 6px; }
.trust-row .icon { color: var(--brand-dark); }
.btn--whatsapp { background: #25D366; color: #fff; }
.btn--whatsapp:hover { background: #1DB954; color: #fff; }

/* Sub navigation */
.subnav { position: sticky; top: 76px; z-index: 40; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.subnav__inner { display: flex; gap: 4px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.subnav__inner::-webkit-scrollbar { display: none; }
.subnav a { padding: 14px 14px; font-weight: 600; font-size: .9rem; color: var(--muted); border-bottom: 2px solid transparent; white-space: nowrap; }
.subnav a:hover, .subnav a.is-active { color: var(--ink); border-bottom-color: var(--brand); }
.subnav__cta { margin-left: auto; color: var(--ink) !important; }
.admin-bar .subnav { top: 108px; }

.section-head--row { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; max-width: none; }
.section-head--row h2 { margin: 0; }
.section-head__aside { margin: 0 0 6px; color: var(--muted); font-size: .92rem; }
.h-sub { font-size: 1.4rem; margin: 36px 0 16px; }
.h-mini { font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; margin: 28px 0 12px; }
.prose--intro { font-size: 1.08rem; color: var(--ink-2); }
.check-grid { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 8px 20px; }
.check-grid li { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; font-size: .92rem; }
.check-grid .icon { color: var(--brand-dark); flex: none; }
.side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; margin-bottom: 18px; }
.side-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.side-card p { color: var(--muted); font-size: .95rem; }
.side-card--brand { background: var(--brand-soft); border-color: #F3DC7A; }
.side-card__contacts { list-style: none; margin-top: 16px; display: grid; gap: 8px; }
.side-card__contacts a { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .92rem; }
.side-card__contacts a:hover { color: var(--brand-dark); }
.side-card--doc { display: flex; align-items: center; gap: 14px; transition: all .2s ease; }
.side-card--doc:hover { border-color: var(--brand); box-shadow: var(--shadow); }
.side-card--doc strong { display: block; }
.side-card--doc small { color: var(--muted); }
.spec-table__quote { text-align: right; width: 1%; }
.quote-link { display: inline-flex; align-items: center; gap: 4px; padding: 5px 10px; border-radius: 6px; background: var(--brand-soft); color: var(--ink); font-weight: 700; font-size: .8rem; white-space: nowrap; }
.quote-link:hover { background: var(--brand); }
.spec-table tbody tr:hover .quote-link { background: var(--brand); }

.product-hero { padding: 28px 0 56px; background: #fff; }
.product-hero .breadcrumbs { color: var(--muted); margin-bottom: 20px; }
.product-hero__grid { display: grid; gap: 32px; align-items: center; }
@media (min-width: 900px) { .product-hero__grid { grid-template-columns: 1.05fr 1fr; gap: 56px; } }
.product-hero__media { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 48px; display: flex; align-items: center; justify-content: center; aspect-ratio: 1; position: relative; overflow: hidden; }
.product-hero__media img { position: relative; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 26px 30px rgba(20,22,26,.22)); }
.product-hero__body h1 { margin-bottom: .3em; }
.product-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 18px; }
.product-hero__options { font-size: .92rem; color: var(--muted); }
.highlights { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; margin: 18px 0 0; }
@media (min-width: 560px) { .highlights { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); } }
.highlights div { border-left: 3px solid var(--brand); padding-left: 12px; }
.highlights dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.highlights dd { margin: 0; font-weight: 800; font-size: 1rem; color: var(--ink); white-space: nowrap; }

/* Spec table */
.spec-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; -webkit-overflow-scrolling: touch; }
.spec-table { width: 100%; border-collapse: collapse; font-size: .92rem; min-width: 640px; }
.spec-table th { background: var(--bg-muted); color: var(--ink); border-bottom: 2px solid var(--brand); text-align: left; padding: 12px 14px; font-weight: 700; white-space: nowrap; vertical-align: bottom; }
.spec-table th small { display: block; font-weight: 500; font-size: .75rem; color: var(--muted); }
.spec-table td { padding: 11px 14px; border-top: 1px solid var(--line); white-space: nowrap; }
.spec-table td:first-child { font-weight: 700; color: var(--ink-2); }
.spec-table tbody tr:nth-child(even) { background: var(--bg-muted); }
.spec-table tbody tr:hover { background: var(--brand-soft); }
.spec-notes, .spec-hint { font-size: .85rem; color: var(--muted); margin-top: 12px; }

/* Product details */
.product-details { display: grid; gap: 36px; }
@media (min-width: 960px) { .product-details { grid-template-columns: 1.6fr 1fr; gap: 56px; } }
.product-details h2 { font-size: 1.5rem; margin-top: 8px; }
.feature-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.feature { display: flex; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.feature__icon { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--brand-soft); color: var(--ink); display: flex; align-items: center; justify-content: center; }
.feature h3 { font-size: 1rem; margin-bottom: 4px; }
.feature p { font-size: .9rem; color: var(--muted); margin: 0; }
.side-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 18px; }
.side-box h3 { font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; }
.side-box--contact { background: var(--brand-soft); color: var(--ink-2); border-color: #F3DC7A; }
.side-box--contact h3 { color: var(--ink); }
.side-box--contact a { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); }
.side-box--contact a:hover { color: var(--brand-dark); }
.side-box--contact p { margin-bottom: 8px; }
.check-list { list-style: none; }
.check-list li { position: relative; padding-left: 24px; margin-bottom: 8px; font-size: .95rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 12px; height: 7px; border-left: 2px solid var(--brand-dark); border-bottom: 2px solid var(--brand-dark); transform: rotate(-45deg); }
.check-list--plus li::before { width: 10px; height: 10px; border: 0; top: 6px; background: linear-gradient(var(--ink), var(--ink)) center/10px 2px no-repeat, linear-gradient(var(--ink), var(--ink)) center/2px 10px no-repeat; transform: none; }

/* Inquiry form */
.inquiry { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 40px); box-shadow: var(--shadow); }
.inquiry__head { margin-bottom: 22px; }
.inquiry__head h3 { font-size: 1.5rem; }
.inquiry__head p { color: var(--muted); margin: 0; }
.form-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } .field--full { grid-column: 1 / -1; } }
.field label { display: block; font-size: .85rem; font-weight: 700; margin-bottom: 6px; color: var(--ink); }
.field input, .field textarea { width: 100%; padding: 12px 14px; border: 1px solid #CBD0D6; border-radius: 8px; font: inherit; color: var(--ink); background: #fff; transition: border-color .15s ease, box-shadow .15s ease; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--brand-dark); box-shadow: 0 0 0 3px rgba(251,199,7,.3); }
.field textarea { resize: vertical; }
.hp { position: absolute; left: -9999px; }
.inquiry__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 20px; }
.inquiry__privacy { font-size: .8rem; color: var(--muted); margin: 0; }
.inquiry__status { margin-top: 14px; font-weight: 600; }
.inquiry__status.is-error { color: #B42318; }
.inquiry__status.is-success { color: #067647; }
.inquiry-form.is-sending .btn { opacity: .6; pointer-events: none; }

/* About */
.about-intro { display: grid; gap: 36px; align-items: center; }
@media (min-width: 960px) { .about-intro { grid-template-columns: 1.1fr 1fr; gap: 64px; } }
.about-intro__media { position: relative; }
.about-intro__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.about-intro__media .about-intro__small { position: absolute; width: 42%; right: -8%; bottom: -10%; border: 6px solid #fff; }
@media (max-width: 959px) { .about-intro__media .about-intro__small { display: none; } }
.pillar-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.pillar { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.pillar .icon { color: var(--brand-dark); margin-bottom: 14px; }
.pillar p { color: var(--muted); margin: 0; font-size: .95rem; }
.timeline { list-style: none; display: grid; gap: 0; border-left: 2px solid var(--line); margin-left: 8px; }
@media (min-width: 760px) { .timeline { grid-template-columns: 1fr 1fr; border-left: 0; gap: 0 40px; } }
.timeline li { position: relative; padding: 0 0 26px 28px; }
.timeline li::before { content: ""; position: absolute; left: -7px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--brand); border: 2px solid #fff; box-shadow: 0 0 0 2px var(--brand); }
@media (min-width: 760px) { .timeline li { border-left: 2px solid var(--line); } }
.timeline__year { display: block; font-weight: 800; color: var(--ink); font-size: 1.1rem; }
.timeline p { margin: 2px 0 0; color: var(--muted); font-size: .95rem; }

/* Downloads */
.doc-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.doc-card { display: flex; gap: 16px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; transition: all .2s ease; }
.doc-card:hover { border-color: var(--brand); box-shadow: var(--shadow); transform: translateY(-2px); }
.doc-card__icon { flex: none; width: 52px; height: 52px; border-radius: 10px; background: var(--brand-soft); color: var(--ink); display: flex; align-items: center; justify-content: center; }
.doc-card__body { display: flex; flex-direction: column; }
.doc-card__body span { font-size: .82rem; color: var(--muted); }

/* Contact */
.contact-grid { display: grid; gap: 40px; }
@media (min-width: 960px) { .contact-grid { grid-template-columns: 1fr 1.2fr; gap: 64px; } }
.contact-list { list-style: none; display: grid; gap: 20px; margin-top: 24px; }
.contact-list li { display: flex; gap: 16px; }
.contact-list__icon { flex: none; width: 46px; height: 46px; border-radius: 10px; background: var(--brand); color: var(--ink); display: flex; align-items: center; justify-content: center; }
.contact-list strong { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 2px; }
.contact-list a { display: block; font-weight: 600; }
.contact-list a:hover { color: var(--brand-dark); }
.map { margin-top: 28px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.map iframe { width: 100%; height: 300px; border: 0; display: block; }

/* Prose */
.prose { font-size: 1.05rem; }
.prose p { margin-bottom: 1.2em; }
.prose ul, .prose ol { padding-left: 1.4em; margin-bottom: 1.2em; }
.prose img { border-radius: var(--radius); }
.prose h2 { margin-top: 1.4em; }
.lead-block { font-size: 1.15rem; color: var(--muted); }
.post-list { display: grid; gap: 28px; }
.post-item__meta { color: var(--muted); font-size: .85rem; }

/* Search form / pagination */
.search-form { display: flex; gap: 8px; max-width: 480px; }
.search-form input[type="search"] { flex: 1; padding: 11px 14px; border: 1px solid #CBD0D6; border-radius: 8px; font: inherit; }
.pagination { margin-top: 36px; }
.pagination .nav-links { display: flex; gap: 6px; flex-wrap: wrap; }
.pagination .page-numbers { display: inline-block; padding: 8px 14px; border: 1px solid var(--line); border-radius: 6px; font-weight: 600; }
.pagination .page-numbers.current { background: var(--brand); border-color: var(--brand); }

/* Reveal animation */
@media (prefers-reduced-motion: no-preference) {
	.reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
	.reveal.is-visible { opacity: 1; transform: none; }
}

/* Admin bar offset */
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* Blog */
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter-bar a { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: #fff; font-weight: 600; font-size: .88rem; color: var(--muted); }
.filter-bar a:hover, .filter-bar a.is-active { background: var(--brand); border-color: var(--brand); color: var(--ink); }
.post-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s ease, transform .2s ease; }
.post-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.post-card__media { display: block; aspect-ratio: 16/9; background: var(--bg-muted); overflow: hidden; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card__media img { transform: scale(1.03); }
.post-card__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.post-card__meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: .78rem; color: var(--muted); margin: 0; }
.post-card__cat { color: var(--ink); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.post-card__title { font-size: 1.15rem; margin: 0; line-height: 1.3; }
.post-card__excerpt { font-size: .92rem; color: var(--muted); margin: 0 0 6px; }
.post-card .product-card__link { margin-top: auto; }

.article__header { padding: 28px 0 24px; background: linear-gradient(180deg, var(--bg-muted) 0%, #fff 100%); }
.article__header .breadcrumbs { color: var(--muted); margin-bottom: 18px; }
.article__header h1 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); max-width: 22ch; }
.article__meta { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: .88rem; color: var(--muted); margin-top: 10px; }
.article__author { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink); }
.article__author .avatar { display: inline-flex; align-items: center; height: 22px; padding: 0 6px; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.article__author .avatar img { height: 12px; width: auto; }
.article__hero { margin: 8px 0 0; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/9; background: var(--bg-muted); }
.article__hero img { width: 100%; height: 100%; object-fit: cover; }
.article__layout { display: grid; gap: 36px; padding: 40px 0 64px; }
@media (min-width: 1024px) { .article__layout { grid-template-columns: 260px minmax(0, 760px); justify-content: center; gap: 56px; } .article__toc { position: sticky; top: 100px; align-self: start; } }
.toc { border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; margin-bottom: 18px; background: #fff; }
.toc__title { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; color: var(--ink); }
.toc ol { list-style: none; counter-reset: toc; display: grid; gap: 6px; }
.toc li { counter-increment: toc; font-size: .88rem; display: flex; gap: 8px; }
.toc li::before { content: counter(toc, decimal-leading-zero); color: var(--brand-dark); font-weight: 700; font-variant-numeric: tabular-nums; }
.toc a { color: var(--muted); }
.toc a:hover { color: var(--ink); }
.toc-cta { margin: 0; }
.prose--article { font-size: 1.08rem; line-height: 1.75; }
.prose--article h2 { font-size: 1.6rem; margin-top: 2em; scroll-margin-top: 100px; }
.prose--article h3 { font-size: 1.2rem; margin-top: 1.6em; }
.prose--article p { margin-bottom: 1.25em; }
.prose--article ul, .prose--article ol { margin-bottom: 1.4em; }
.prose--article li { margin-bottom: .4em; }
.prose--article a { color: var(--ink); font-weight: 600; text-decoration: underline; text-decoration-color: var(--brand); text-underline-offset: 3px; text-decoration-thickness: 2px; }
.prose--article a:hover { background: var(--brand-soft); }
.prose--article .spec-table { min-width: 0; font-size: .95rem; margin: 0; }
.prose--article table { width: 100%; border-collapse: collapse; margin: 0 0 1.6em; font-size: .95rem; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.prose--article table th { background: var(--bg-muted); color: var(--ink); text-align: left; padding: 10px 12px; border-bottom: 2px solid var(--brand); }
.prose--article table td { padding: 10px 12px; border-top: 1px solid var(--line); vertical-align: top; }
.prose--article table tbody tr:nth-child(even) { background: var(--bg-muted); }
.article__tags { margin: 36px 0 24px; }
.article__tags .chip:hover { background: var(--brand); border-color: var(--brand); }
.author-box { display: flex; gap: 20px; align-items: flex-start; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; background: var(--bg-muted); margin-top: 16px; }
.author-box img { height: 30px; width: auto; flex: none; margin-top: 4px; }
.author-box p { margin: 4px 0 0; color: var(--muted); font-size: .95rem; }
@media (max-width: 640px) { .prose--article table { display: block; overflow-x: auto; } }

/* Product finder */
.finder__layout { display: grid; gap: 28px; }
@media (min-width: 1024px) { .finder__layout { grid-template-columns: 290px minmax(0, 1fr); gap: 36px; align-items: start; } .finder__panel { position: sticky; top: 96px; } }
.finder__form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; }
.finder__group { margin-bottom: 20px; }
.finder__group:last-child { margin-bottom: 0; }
.finder__label { display: block; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); margin: 0 0 10px; }
.finder__search { display: flex; align-items: center; gap: 8px; border: 1px solid #CBD0D6; border-radius: 8px; padding: 0 12px; background: #fff; }
.finder__search .icon { color: var(--muted); flex: none; }
.finder__search input { border: 0; padding: 11px 0; width: 100%; font: inherit; outline: none; background: transparent; }
.finder__search:focus-within { border-color: var(--brand-dark); box-shadow: 0 0 0 3px rgba(251,199,7,.3); }
.finder__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.fchip { padding: 7px 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--bg-muted); font: inherit; font-size: .85rem; font-weight: 600; color: var(--ink-2); cursor: pointer; transition: all .15s ease; }
.fchip:hover { border-color: var(--brand); background: var(--brand-soft); }
.fchip.is-active { background: var(--brand); border-color: var(--brand); color: var(--ink); }
.finder__actions { display: flex; flex-direction: column; gap: 12px; padding-top: 6px; border-top: 1px solid var(--line); }
.finder__help { display: inline-flex; align-items: center; gap: 6px; font-size: .88rem; font-weight: 700; color: var(--ink); }
.finder__toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 18px; }
.view-toggle { display: inline-flex; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.view-toggle button { border: 0; background: transparent; padding: 9px 14px; font: inherit; font-weight: 600; font-size: .88rem; color: var(--muted); cursor: pointer; }
.view-toggle button + button { border-left: 1px solid var(--line); }
.view-toggle button.is-active { background: var(--brand); color: var(--ink); }
.finder__sort { display: inline-flex; align-items: center; gap: 8px; font-size: .88rem; font-weight: 600; color: var(--muted); }
.finder__sort select { font: inherit; padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); }
.finder__count { font-weight: 700; color: var(--ink); }
.finder__empty { background: #fff; border: 1px dashed var(--line); border-radius: var(--radius-lg); padding: 32px; text-align: center; color: var(--muted); display: flex; flex-direction: column; align-items: center; gap: 14px; }
.finder__empty[hidden] { display: none; }
.finder__grid .product-card[hidden] { display: none; }
.compare-table { min-width: 720px; }
.compare-table td a strong { color: var(--ink); }
.line-card .chip-list { margin-top: 8px; }
.line-card .chip { font-size: .78rem; padding: 4px 10px; }
.h3 { font-size: 1.4rem; }

.finder__grid[hidden], .finder__table[hidden] { display: none !important; }

/* Article formatting v2 */
.read-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 200; background: transparent; pointer-events: none; }
.read-progress span { display: block; height: 100%; width: 0; background: var(--brand); transition: width .1s linear; }
.article__header { padding: 32px 0 28px; }
.article__header h1 { max-width: 24ch; letter-spacing: -.02em; }
.article__layout { padding: 44px 0 72px; }
@media (min-width: 1024px) { .article__layout { grid-template-columns: 250px minmax(0, 720px); gap: 64px; } }
.toc summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.toc summary::-webkit-details-marker { display: none; }
.toc summary::after { content: ""; width: 8px; height: 8px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); transition: transform .2s; }
.toc[open] summary::after { transform: rotate(-135deg); }
.toc ol { margin-top: 10px; }
.prose--article { font-size: 1.1rem; line-height: 1.8; color: #2F343B; }
.prose--article > p:first-of-type { font-size: 1.18rem; color: var(--ink-2); }
.prose--article h2 { font-size: 1.7rem; margin: 2.4em 0 .7em; padding-top: .6em; border-top: 1px solid var(--line); letter-spacing: -.01em; }
.prose--article h2::before { content: ""; display: block; width: 36px; height: 4px; background: var(--brand); border-radius: 2px; margin-bottom: 14px; }
.prose--article h3 { font-size: 1.22rem; margin: 1.8em 0 .5em; }
.prose--article ul { list-style: none; padding-left: 0; }
.prose--article ul > li { position: relative; padding-left: 26px; margin-bottom: .55em; }
.prose--article ul > li::before { content: ""; position: absolute; left: 4px; top: .7em; width: 8px; height: 8px; border-radius: 50%; background: var(--brand); }
.prose--article ol { list-style: none; counter-reset: steps; padding-left: 0; }
.prose--article ol > li { position: relative; padding-left: 42px; margin-bottom: .8em; counter-increment: steps; }
.prose--article ol > li::before { content: counter(steps); position: absolute; left: 0; top: .1em; width: 28px; height: 28px; border-radius: 50%; background: var(--ink); color: #fff; font-size: .82rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.prose--article .formula { background: var(--bg-muted); border-left: 4px solid var(--brand); border-radius: 8px; padding: 14px 18px; font-family: "SFMono-Regular", Menlo, Consolas, monospace; font-size: 1rem; letter-spacing: .01em; overflow-x: auto; }
.prose--article .formula strong { font-weight: 600; color: var(--ink); }
.prose--article .table-wrap { overflow-x: auto; margin: 1.2em 0 1.8em; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.prose--article .table-wrap table, .prose--article .spec-table { margin: 0; border: 0; border-radius: 0; box-shadow: none; min-width: 0; width: 100%; }
.prose--article .table-wrap td { white-space: normal; }
.prose--article .table-wrap th { font-size: .82rem; text-transform: uppercase; letter-spacing: .03em; white-space: normal; line-height: 1.3; vertical-align: bottom; }
.prose--article .table-wrap td { font-size: .95rem; }
.prose--article .table-wrap td:first-child { font-weight: 700; color: var(--ink); }
.takeaways { background: var(--brand-soft); border: 1px solid #F3DC7A; border-radius: var(--radius-lg); padding: 24px 28px; margin: 2.4em 0; }
.takeaways__title { font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); margin: 0 0 12px; display: flex; align-items: center; gap: 8px; }
.takeaways__title::before { content: "✓"; display: inline-flex; width: 22px; height: 22px; border-radius: 50%; background: var(--brand); align-items: center; justify-content: center; font-size: .8rem; }
.takeaways ul { margin: 0; }
.takeaways li { font-size: 1rem; }
.takeaways li::before { background: var(--ink) !important; }
.faq { margin: 2.6em 0 0; }
.faq h2 { margin-top: 0 !important; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; margin-bottom: 10px; }
.faq__item summary { cursor: pointer; list-style: none; padding: 16px 20px; font-weight: 700; font-size: 1.02rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__icon { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--bg-muted); position: relative; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--ink); transform: translate(-50%, -50%); }
.faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s; }
.faq__item[open] .faq__icon { background: var(--brand); }
.faq__item[open] .faq__icon::after { transform: translate(-50%, -50%) rotate(0); }
.faq__answer { padding: 0 20px 18px; color: var(--muted); font-size: 1rem; }
.faq__answer p { margin: 0; }
.inline-cta { display: grid; gap: 20px; align-items: center; background: var(--brand); color: var(--ink-2); border-radius: var(--radius-lg); padding: 30px; margin: 2.8em 0 1.6em; }
@media (min-width: 760px) { .inline-cta { grid-template-columns: 1.3fr 1fr; } .inline-cta__actions { justify-content: flex-end; } }
.inline-cta .eyebrow { color: var(--ink); }
.inline-cta .eyebrow::before { background: var(--ink); }
.inline-cta h3 { color: var(--ink); font-size: 1.35rem; margin-bottom: .3em; }
.inline-cta .btn--primary { background: #fff; color: var(--ink); }
.inline-cta .btn--primary:hover { background: var(--ink); color: #fff; }
.inline-cta p { margin: 0; font-size: .95rem; }
.inline-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.share { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 8px; }
.share__label { font-size: .85rem; font-weight: 700; color: var(--muted); margin-right: 6px; }
.share__btn { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 12px; border-radius: 8px; border: 1px solid var(--line); background: #fff; font: inherit; font-size: .85rem; font-weight: 700; color: var(--ink); cursor: pointer; }
.share__btn:hover { border-color: var(--brand); background: var(--brand-soft); }
.share__btn--wa { color: #25D366; }
.article__tags { margin: 24px 0 24px; }
.prose--article .chip { text-decoration: none; font-weight: 600; }
.prose--article .chip:hover { background: var(--brand); }

/* Downloads */
.catalog-grid { display: grid; gap: 28px; }
@media (min-width: 900px) { .catalog-grid { grid-template-columns: 1fr 1fr; } }
.catalog-card { display: grid; grid-template-columns: 1fr; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
@media (min-width: 560px) { .catalog-card { grid-template-columns: 240px 1fr; } }
.catalog-card__cover { position: relative; display: flex; align-items: center; justify-content: center; background: var(--surface); padding: 28px; }
.catalog-card__cover img { width: 100%; max-width: 220px; height: auto; border-radius: 4px; box-shadow: 0 18px 30px -12px rgba(20,22,26,.45), 0 0 0 1px rgba(20,22,26,.06); transition: transform .3s ease; }
.catalog-card__cover:hover img { transform: translateY(-4px) rotate(-1deg); }
.catalog-card__badge { position: absolute; top: 14px; left: 14px; background: var(--ink); color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .08em; padding: 4px 8px; border-radius: 4px; }
.catalog-card__body { padding: 26px 28px 28px; display: flex; flex-direction: column; }
.catalog-card__body h2 { font-size: 1.35rem; margin-bottom: .4em; }
.catalog-card__blurb { color: var(--muted); font-size: .95rem; }
.catalog-card__meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: .82rem; color: var(--muted); margin: 10px 0 16px; }
.catalog-card__meta span::before { content: "•"; margin-right: 6px; color: var(--brand-dark); }
.catalog-card__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: auto; }
.catalog-card__link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .88rem; color: var(--ink); margin-left: 4px; }
.doc-request-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.doc-request { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; transition: all .2s ease; }
.doc-request:hover { border-color: var(--brand); box-shadow: var(--shadow); transform: translateY(-2px); }
.doc-request > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.doc-request small { color: var(--muted); font-size: .88rem; }
.doc-request em { font-style: normal; font-size: .82rem; font-weight: 700; color: var(--ink); display: inline-flex; align-items: center; gap: 4px; margin-top: 4px; }

/* Finder — top bar layout */
.finder__layout--top { display: block; }
.finder__form--bar { position: static; margin-bottom: 26px; padding: 18px 20px; }
.finder__row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.finder__row--filters { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); align-items: flex-start; }
.finder__form--bar .finder__search { flex: 1 1 260px; min-width: 220px; }
.finder__chips--tabs .fchip { background: #fff; }
.finder__tools { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-left: auto; }
.finder__form--bar .finder__group { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; }
.finder__form--bar .finder__label { margin: 0 2px 0 0; font-size: .72rem; white-space: nowrap; }
.finder__form--bar .fchip { padding: 6px 11px; font-size: .82rem; }
.finder__group--reset { margin-left: auto !important; gap: 14px !important; }
.finder__reset { border: 0; background: transparent; font: inherit; font-size: .85rem; font-weight: 700; color: var(--muted); cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.finder__reset:hover { color: var(--ink); }
.finder__form--bar .finder__count { font-size: .85rem; }
.finder__group[hidden] { display: none !important; }

/* Finder — one filter per row */
.finder__row--filters { display: grid; grid-template-columns: 1fr; gap: 10px; }
.finder__form--bar .finder__group { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 8px 14px; }
.finder__form--bar .finder__group .finder__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.finder__form--bar .finder__label { font-size: .74rem; color: var(--muted); }
.finder__group--reset { display: flex !important; justify-content: flex-end; align-items: center; gap: 16px !important; margin-top: 4px; padding-top: 12px; border-top: 1px dashed var(--line); }
@media (max-width: 640px) { .finder__form--bar .finder__group { grid-template-columns: 1fr; gap: 6px; } }

/* Structured product page */
.psec__head { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; max-width: 860px; margin-bottom: 30px; }
.psec__num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--brand); color: var(--ink); font-weight: 800; font-size: .95rem; letter-spacing: .04em; flex: none; margin-top: 4px; }
.psec__head h2 { margin-bottom: .35em; }
.psec__head .lead { margin: 0; }
.psec__head .prose--intro { font-size: 1.05rem; color: var(--ink-2); }
.psec__head .prose--intro p:last-child { margin-bottom: 0; }
.psec__sub { font-size: 1.05rem; text-transform: uppercase; letter-spacing: .06em; margin: 34px 0 14px; display: flex; align-items: center; gap: 10px; }
.psec__sub::before { content: ""; width: 18px; height: 3px; background: var(--brand); border-radius: 2px; }
.feature-grid--4 { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.feature h4 { font-size: 1rem; margin-bottom: 4px; }
.equip-grid { display: grid; gap: 22px; margin-top: 8px; }
@media (min-width: 900px) { .equip-grid { grid-template-columns: 1.4fr 1fr; } }
.equip-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 6px 24px 24px; }
.equip-box .psec__sub { margin-top: 18px; }
.equip-box--opt { background: var(--brand-soft); border-color: #F3DC7A; }
.equip-box__note { font-size: .9rem; color: var(--muted); margin: 16px 0 0; }
.check-grid--2 { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.subnav__num { color: var(--brand-dark); font-weight: 800; font-size: .75rem; margin-right: 4px; }
.usecase-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.usecase { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; }
.usecase__icon { display: inline-flex; width: 48px; height: 48px; border-radius: 12px; background: var(--brand-soft); color: var(--ink); align-items: center; justify-content: center; margin-bottom: 14px; }
.usecase h3 { font-size: 1.05rem; margin-bottom: 6px; }
.usecase p { color: var(--muted); font-size: .92rem; margin: 0; }
.pdl-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.pdl { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 20px; transition: all .2s ease; }
.pdl:hover { border-color: var(--brand); box-shadow: var(--shadow); transform: translateY(-2px); }
.pdl__icon { flex: none; width: 48px; height: 48px; border-radius: 12px; background: var(--brand-soft); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; }
.pdl__cover { flex: none; width: 84px; }
.pdl__cover img { width: 100%; height: auto; border-radius: 4px; box-shadow: 0 10px 20px -8px rgba(20,22,26,.4), 0 0 0 1px rgba(20,22,26,.06); }
.pdl__body { display: flex; flex-direction: column; gap: 4px; }
.pdl__body small { color: var(--muted); font-size: .88rem; }
.pdl__body em { font-style: normal; font-size: .82rem; font-weight: 700; color: var(--ink); display: inline-flex; align-items: center; gap: 4px; margin-top: 6px; }
.pdl--catalog { grid-column: span 1; }
.inquiry-split { display: grid; gap: 32px; }
@media (min-width: 960px) { .inquiry-split { grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: start; } }
.inquiry-split__aside .psec__num { margin-bottom: 14px; }
.inquiry-split__aside h2 { font-size: 1.7rem; }
.inquiry-split__aside .check-list { margin: 18px 0; }

/* ===== UX pass ===== */
:focus-visible { outline: 3px solid rgba(251,199,7,.9); outline-offset: 2px; border-radius: 4px; }
[id] { scroll-margin-top: 130px; }
.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; }
.icon-btn:hover { background: var(--brand-soft); border-color: var(--brand); }
.site-branding img { height: 46px; }

/* Header search */
.site-search { border-top: 1px solid var(--line); background: #fff; box-shadow: 0 16px 30px -18px rgba(20,22,26,.3); }
.site-search[hidden] { display: none; }
.site-search__inner { padding-top: 16px; padding-bottom: 16px; }
.site-search__form { display: flex; align-items: center; gap: 10px; }
.site-search__form > .icon { color: var(--muted); flex: none; }
.site-search__form input { flex: 1; border: 0; font: inherit; font-size: 1.05rem; padding: 10px 4px; outline: none; min-width: 0; }
.site-search__hints { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: .82rem; color: var(--muted); margin-top: 8px; }
.site-search__hints a { padding: 3px 10px; border-radius: 999px; background: var(--bg-muted); font-weight: 600; color: var(--ink-2); }
.site-search__hints a:hover { background: var(--brand); }

/* Mega menu */
@media (min-width: 1024px) {
	.site-nav .menu > li.has-mega { position: static; }
	.site-nav .menu > li.has-mega > .sub-menu { display: none; }
	.mega { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 30px 50px -30px rgba(20,22,26,.35); opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .18s ease; z-index: 60; }
	.site-nav .menu > li.has-mega:hover > .mega, .site-nav .menu > li.has-mega:focus-within > .mega { opacity: 1; visibility: visible; transform: none; }
	.mega__inner { max-width: var(--container); margin: 0 auto; padding: 26px var(--gutter) 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
	.mega__head { display: flex; align-items: center; gap: 14px; padding-bottom: 12px; margin-bottom: 8px; border-bottom: 1px solid var(--line); }
	.mega__head img { width: 64px; height: 64px; object-fit: contain; }
	.mega__head strong { display: block; font-size: 1rem; color: var(--ink); }
	.mega__head small { display: block; color: var(--muted); font-size: .8rem; line-height: 1.4; }
	.mega__list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 2px 12px; }
	.mega__list a { display: flex !important; align-items: center; gap: 10px; padding: 8px 10px !important; border-radius: 8px; font-weight: 600 !important; font-size: .9rem !important; color: var(--ink-2) !important; }
	.mega__list a:hover { background: var(--brand-soft); }
	.mega__list .icon { color: var(--brand-dark); flex: none; width: 20px; height: 20px; }
	.mega__list em { margin-left: auto; font-style: normal; font-size: .72rem; color: var(--muted); background: var(--bg-muted); border-radius: 999px; padding: 1px 7px; }
	.mega__aside { display: flex; flex-direction: column; gap: 10px; border-left: 1px solid var(--line); padding-left: 28px; }
	.mega__cta { display: flex !important; align-items: center; gap: 12px; padding: 12px 14px !important; border: 1px solid var(--line); border-radius: 10px; font-weight: 600 !important; color: var(--ink) !important; }
	.mega__cta:hover { border-color: var(--brand); background: var(--brand-soft); }
	.mega__cta .icon { color: var(--brand-dark); flex: none; }
	.mega__cta strong { display: block; font-size: .92rem; }
	.mega__cta small { display: block; font-size: .78rem; color: var(--muted); font-weight: 500; }
	.mega__cta--brand { background: var(--brand); border-color: var(--brand); }
	.mega__cta--brand .icon, .mega__cta--brand small { color: var(--ink); }
}
@media (max-width: 1023px) { .mega { display: none; } }

/* Product card: stretched link + quick quote */
.product-card { position: relative; }
.product-card__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.product-card__foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.product-card__quote { position: relative; z-index: 2; padding: 6px 12px; border-radius: 999px; background: var(--brand-soft); border: 1px solid #F3DC7A; font-size: .8rem; font-weight: 700; color: var(--ink); opacity: 0; transform: translateY(4px); transition: all .2s ease; }
.product-card:hover .product-card__quote, .product-card:focus-within .product-card__quote { opacity: 1; transform: none; }
.product-card__quote:hover { background: var(--brand); border-color: var(--brand); }
@media (hover: none) { .product-card__quote { opacity: 1; transform: none; } }

/* Mobile action bar on product pages */
.mobile-bar { display: none; }
@media (max-width: 899px) {
	.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px -16px rgba(20,22,26,.4); }
	.mobile-bar .btn { justify-content: center; }
	body.single-product { padding-bottom: 76px; }
	body.single-product .wa-float { display: none; }
}

/* Back to top */
.to-top { position: fixed; right: 20px; bottom: 90px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--ink); box-shadow: var(--shadow); cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 80; }
.to-top .icon { transform: rotate(-90deg); }
.to-top[hidden] { display: none; }
.to-top:hover { background: var(--brand); border-color: var(--brand); }

/* Form validation */
.field.is-invalid input, .field.is-invalid textarea { border-color: #D92D20; box-shadow: 0 0 0 3px rgba(217,45,32,.12); }
.field__error { display: block; font-size: .8rem; color: #B42318; margin-top: 6px; }
.inquiry__required { font-size: .8rem; color: var(--muted); margin: 14px 0 0; }
.inquiry__status.is-success { display: flex; align-items: center; gap: 12px; background: #ECFDF3; border: 1px solid #ABEFC6; color: #067647; border-radius: 10px; padding: 18px 20px; font-size: 1.05rem; }
.inquiry__ok { display: inline-flex; width: 30px; height: 30px; border-radius: 50%; background: #12B76A; color: #fff; align-items: center; justify-content: center; font-weight: 800; flex: none; }

/* WhatsApp float label */
.wa-float::after { content: "WhatsApp"; position: absolute; right: 64px; background: var(--ink); color: #fff; font-size: .78rem; font-weight: 700; padding: 6px 10px; border-radius: 6px; white-space: nowrap; opacity: 0; transform: translateX(6px); transition: all .2s ease; pointer-events: none; }
.wa-float:hover::after { opacity: 1; transform: none; }

/* ===== Chinese typography ===== */
html[lang="zh-CN"] body { font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Inter", system-ui, sans-serif; font-size: 17px; line-height: 1.8; }
html[lang="zh-CN"] h1, html[lang="zh-CN"] h2, html[lang="zh-CN"] h3, html[lang="zh-CN"] h4 { letter-spacing: 0; font-weight: 700; line-height: 1.3; }
html[lang="zh-CN"] h1 { font-weight: 800; }
html[lang="zh-CN"] .eyebrow { font-size: 1.05rem; font-weight: 700; letter-spacing: .04em; text-transform: none; color: var(--ink); gap: 12px; margin-bottom: 10px; }
html[lang="zh-CN"] .eyebrow::before { width: 28px; height: 4px; border-radius: 2px; }
html[lang="zh-CN"] .product-card__sub, html[lang="zh-CN"] .post-card__cat, html[lang="zh-CN"] .kpi__label, html[lang="zh-CN"] .highlights dt, html[lang="zh-CN"] .product-card__range dt, html[lang="zh-CN"] .finder__label, html[lang="zh-CN"] .footer-col h4, html[lang="zh-CN"] .toc__title, html[lang="zh-CN"] .takeaways__title, html[lang="zh-CN"] .app-item__label, html[lang="zh-CN"] .side-box h3, html[lang="zh-CN"] .side-card h3, html[lang="zh-CN"] .psec__sub, html[lang="zh-CN"] .h-mini, html[lang="zh-CN"] .contact-list strong, html[lang="zh-CN"] .stat span, html[lang="zh-CN"] .spec-table th, html[lang="zh-CN"] .prose--article .table-wrap th, html[lang="zh-CN"] .catalog-card__badge { letter-spacing: 0; text-transform: none; }
html[lang="zh-CN"] .product-card__sub, html[lang="zh-CN"] .post-card__cat { font-size: .8rem; font-weight: 600; }
html[lang="zh-CN"] .btn { letter-spacing: .02em; }
html[lang="zh-CN"] .lead { font-size: 1.05rem; }
html[lang="zh-CN"] .hero h1 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
html[lang="zh-CN"] .section-head h2, html[lang="zh-CN"] .psec__head h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
html[lang="zh-CN"] .section-head .lead, html[lang="zh-CN"] .psec__head .lead { font-size: 1.1rem; }
html[lang="zh-CN"] .product-card__title { font-size: 1.25rem; }
html[lang="zh-CN"] .cat-card h3, html[lang="zh-CN"] .usecase h3, html[lang="zh-CN"] .feature h4, html[lang="zh-CN"] .why-item h3 { font-size: 1.12rem; }
html[lang="zh-CN"] .app-card { font-size: 1.05rem; }
html[lang="zh-CN"] .site-nav .menu a { font-weight: 500; letter-spacing: .02em; }
html[lang="zh-CN"] .prose--article { font-size: 1.05rem; line-height: 1.9; }
html[lang="zh-CN"] .prose--article h2 { font-size: 1.5rem; }
html[lang="zh-CN"] .kpi__value { font-family: "Inter", "Noto Sans SC", sans-serif; }

/* ===== Narrow-screen fixes & restraint ===== */
html, body { overflow-x: hidden; }
.article__layout > *, .product-details > *, .finder__layout > *, .contact-grid > *, .about-intro > * { min-width: 0; }
.toc, .toc-cta { max-width: 100%; }
@media (max-width: 640px) { .btn { white-space: normal; text-align: center; } .toc-cta .btn { width: 100%; justify-content: center; } }
.subnav__inner { padding-left: var(--gutter); padding-right: var(--gutter); }
@media (max-width: 899px) { .subnav__cta { display: none; } .subnav a { padding: 12px 10px; font-size: .85rem; } }
.product-card__use { display: flex; align-items: flex-start; gap: 6px; font-size: .85rem; color: var(--ink-2); margin: 2px 0 4px; line-height: 1.4; }
.product-card__use .icon { color: var(--brand-dark); flex: none; margin-top: 3px; }
/* Motion restraint */
@media (prefers-reduced-motion: no-preference) { .reveal { transform: none; transition: opacity .35s ease; } }
.product-card:hover, .cat-card:hover, .post-card:hover, .line-card:hover, .app-card:hover, .doc-request:hover, .pdl:hover, .doc-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.product-card:hover .product-card__media img, .cat-card:hover .cat-card__media img, .line-card:hover .line-card__media img, .post-card:hover .post-card__media img { transform: none; }
.catalog-card__cover:hover img { transform: none; }
.btn:hover { transform: none; }
@media (max-width: 899px) {
	.subnav__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; overflow: visible; padding-left: 0; padding-right: 0; }
	.subnav a { text-align: center; white-space: normal; padding: 10px 4px; font-size: .8rem; line-height: 1.25; }
	.subnav__num { display: block; margin: 0 0 2px; font-size: .68rem; }
}
@media (max-width: 420px) { .subnav a { font-size: .74rem; } }
/* Compact product overview */
.psec#overview .psec__head { margin-bottom: 22px; }
.psec#overview .feature { padding: 14px 16px; gap: 12px; }
.psec#overview .feature__icon { width: 36px; height: 36px; border-radius: 10px; }
.psec#overview .feature p { font-size: .86rem; }
.equip-grid { gap: 16px; }
@media (min-width: 900px) { .equip-grid { grid-template-columns: 1.5fr 1fr; } }
.equip-box { padding: 4px 20px 18px; }
.equip-box .psec__sub { margin-top: 14px; margin-bottom: 10px; }
.equip-box .check-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 4px 16px; }
.equip-box .check-grid li { background: none; border: 0; padding: 4px 0; font-size: .9rem; }
.equip-box__note { margin-top: 12px; font-size: .86rem; }

/* Applications with scene images */
.app-jump { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 22px; }
.app-jump a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: .88rem; font-weight: 600; color: var(--ink-2); background: #fff; }
.app-jump a:hover { border-color: var(--brand); background: var(--brand-soft); color: var(--ink); }
.app-jump .icon { color: var(--brand-dark); }
.app-list { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
@media (min-width: 1024px) { .app-list { grid-template-columns: repeat(2, 1fr); } }
.app-item--img { padding: 0; overflow: hidden; display: flex; flex-direction: column; scroll-margin-top: 110px; }
.app-item__media { position: relative; aspect-ratio: 16 / 9; background: var(--bg-muted); }
.app-item__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.app-item__num { position: absolute; left: 16px; top: 16px; background: var(--brand); color: var(--ink); font-weight: 800; font-size: .8rem; padding: 4px 10px; border-radius: 999px; }
.app-item__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.app-item--img .app-item__icon { width: 44px; height: 44px; }
.app-item--img p { font-size: .95rem; }
.app-item__cta { margin-top: auto; padding-top: 14px; display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .9rem; color: var(--ink); }
.app-item__cta:hover { color: var(--brand-dark); }
.usecase--img { padding: 0; overflow: hidden; }
.usecase__media { position: relative; aspect-ratio: 16 / 10; background: var(--bg-muted); }
.usecase__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.usecase--img .usecase__icon { position: absolute; left: 14px; bottom: -20px; width: 40px; height: 40px; margin: 0; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm, 0 2px 6px rgba(0,0,0,.08)); }
.usecase__body { padding: 30px 18px 18px; }

/* Chinese contact card (replaces inquiry form) */
.inquiry--card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; }
.zh-contact { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 14px; }
.zh-contact li { display: flex; gap: 14px; align-items: flex-start; }
.zh-contact__icon { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--brand-soft); color: var(--ink); display: flex; align-items: center; justify-content: center; }
.zh-contact strong { display: block; font-size: .85rem; color: var(--muted); margin-bottom: 2px; }
.zh-contact a { font-weight: 700; font-size: 1.1rem; color: var(--ink); }
.zh-contact__note { margin: 18px 0 0; font-size: .92rem; color: var(--ink-2); }
.inquiry--card .btn { margin-top: 18px; width: 100%; justify-content: center; }
/* Finder row labels: larger, darker */
.finder__form--bar .finder__label { font-size: .9rem; color: var(--ink); letter-spacing: .04em; min-width: 110px; }
html[lang="zh-CN"] .finder__form--bar .finder__label { font-size: 1rem; letter-spacing: 0; }

/* Contact page: fill the left column */
.contact-extra { margin-top: 32px; display: grid; gap: 22px; }
.contact-tips { background: var(--bg-muted); border-radius: var(--radius-lg); padding: 22px 24px; }
.contact-tips h3 { font-size: 1.05rem; margin-bottom: 12px; }
.contact-tips .check-list li { font-size: .95rem; }
.contact-photo { margin: 0; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); background: #fff; }
.contact-photo img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.contact-photo figcaption { padding: 12px 16px; font-size: .88rem; color: var(--muted); }
.contact-hours { display: grid; gap: 6px; font-size: .95rem; color: var(--ink-2); }
.contact-hours p { margin: 0; }
.contact-hours strong { color: var(--ink); margin-right: 6px; }
@media (min-width: 960px) { .contact-grid { align-items: start; } }
@media (min-width: 960px) { .contact-form { position: sticky; top: 96px; } }

/* =====================================================================
   Styles for the merged templates (front page entry cards, why section,
   application scenes, product selection guide, contact numbers, floats)
   ===================================================================== */

/* Top bar / footer: several numbers */
.topbar__nums { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 4px 14px; }
.topbar__label { font-weight: 700; color: var(--ink); }
.topbar__nums a { display: inline-flex; align-items: center; gap: 5px; }
.footer-nums { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; }
.footer-nums__label { font-weight: 700; color: var(--ink); }
.footer-nums a { display: inline-flex; align-items: center; gap: 6px; }
.num-links__num .icon { color: #25D366; }

/* Floating buttons: mail (+ WhatsApp) */
.float-stack { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.float-stack .wa-float { position: static; }
.mail-float { width: 54px; height: 54px; border-radius: 50%; background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-lg); display: flex; align-items: center; justify-content: center; position: relative; }
.mail-float:hover { background: var(--brand); border-color: var(--brand); color: var(--ink); }
.mail-float::after { content: attr(data-label); position: absolute; right: 64px; background: var(--ink); color: #fff; font-size: .78rem; font-weight: 700; padding: 6px 10px; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .15s; }
.mail-float:hover::after { opacity: 1; }
body.single-product .float-stack { bottom: 84px; }
@media (max-width: 899px) { body.single-product .float-stack .wa-float { display: none; } }

/* Front page: stats bar directly under the hero */
.stats--bar { border-top: 1px solid rgba(20,22,26,.08); }

/* Front page: product line entry cards (image + intro + category list) */
.line-card--entry { display: flex; flex-direction: column; }
.line-card__top { display: grid; grid-template-columns: 1fr; }
@media (min-width: 640px) { .line-card__top { grid-template-columns: 200px 1fr; align-items: center; } }
.line-card--entry .line-card__media { aspect-ratio: 1 / 1; padding: 20px; background: var(--surface); }
.line-card--entry .line-card__media img { width: 100%; height: 100%; object-fit: contain; }
.line-card__intro { padding: 22px 24px 18px; }
.line-card__intro h3 { font-size: 1.35rem; margin-bottom: 6px; }
.line-card__intro h3 a { color: var(--ink); }
.line-card__intro h3 a:hover { color: var(--brand-dark); }
.line-card__intro p { color: var(--muted); font-size: .95rem; margin-bottom: 10px; }
.line-card__all { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .9rem; color: var(--ink); }
.line-card__all:hover { color: var(--brand-dark); }
.line-card--entry .line-card__body { padding: 0 24px 22px; border-top: 1px solid var(--line); }
.line-card__cats { list-style: none; margin: 0; padding: 14px 0 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 6px 14px; }
.line-card__cats a { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 8px; color: var(--ink); font-weight: 600; font-size: .92rem; }
.line-card__cats a:hover { background: var(--brand-soft); }
.line-card__cats .icon, .line-card__cats svg { flex: none; width: 20px; height: 20px; color: var(--brand-dark); }
.line-card__cats span { flex: 1; min-width: 0; }
.line-card__cats em { font-style: normal; font-size: .78rem; font-weight: 700; color: var(--muted); background: var(--bg-muted); padding: 2px 8px; border-radius: 999px; }
.line-card--entry:hover .line-card__media img { transform: none; }

/* Front page: why Fussen (photo + list) */
.why-split { display: grid; gap: 32px; align-items: center; }
@media (min-width: 960px) { .why-split { grid-template-columns: 1fr 1.1fr; gap: 56px; } }
.why-split__media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); object-fit: cover; aspect-ratio: 4 / 3; }
.why-split__body .section-head { margin-bottom: 22px; }
.why-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.why-list li { display: flex; gap: 16px; align-items: flex-start; }
.why-list li > .icon, .why-list li > svg { flex: none; width: 46px; height: 46px; padding: 11px; border-radius: 12px; background: var(--brand); color: var(--ink); }
.why-list h3 { font-size: 1.1rem; margin-bottom: 4px; }
.why-list p { color: var(--muted); margin: 0; font-size: .95rem; }
.cert-mini { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 12px; }
.cert-mini a:not(.cert-mini__more) { display: block; width: 56px; height: 72px; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #fff; }
.cert-mini a:not(.cert-mini__more) img { width: 100%; height: 100%; object-fit: cover; }
.cert-mini__more { display: inline-flex; align-items: center; gap: 4px; font-size: .85rem; font-weight: 700; color: var(--ink); margin-left: 6px; }
.cert-mini__more:hover { color: var(--brand-dark); }

/* Front page: application scenes */
.app-scenes { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .app-scenes { grid-template-columns: repeat(4, 1fr); } }
.app-scene { position: relative; display: block; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 3; background: var(--bg-muted); border: 1px solid var(--line); }
.app-scene img { width: 100%; height: 100%; object-fit: cover; display: block; }
.app-scene span { position: absolute; left: 0; right: 0; bottom: 0; padding: 36px 16px 14px; background: linear-gradient(to top, rgba(20,22,26,.72), rgba(20,22,26,0)); color: #fff; font-weight: 700; font-size: .98rem; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.app-scene:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

/* Category cards: catalog range line */
.cat-card__range { font-size: .85rem; font-weight: 700; color: var(--brand-dark); margin: -4px 0 10px; }

/* Product finder: results wrapper */
.finder__results { min-width: 0; }

/* Applications page hero with intro + jump bar */
.page-hero--apps { padding-bottom: 28px; }
.page-hero__intro { max-width: 760px; color: var(--ink-2); font-size: 1.05rem; }
.page-hero__intro p:last-child { margin-bottom: 0; }
.app-jump--compact { justify-content: flex-start; margin-top: 18px; }
.app-jump--compact a { padding: 6px 12px; font-size: .84rem; }

/* Product page: compact use cases (pumps) */
.usecase--compact { display: flex; gap: 14px; align-items: flex-start; padding: 18px; }
.usecase--compact .usecase__icon { width: 40px; height: 40px; margin: 0; flex: none; }
.usecase--compact h3 { font-size: 1rem; margin-bottom: 4px; }
.usecase--compact p { font-size: .88rem; }

/* Product page: selection guide */
.guide__lead { max-width: 760px; }
.guide-table tr.is-current td { background: var(--brand-soft); font-weight: 600; }
.guide-table__you { display: inline-block; margin-left: 6px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; color: var(--ink); background: var(--brand); padding: 2px 8px; border-radius: 999px; vertical-align: middle; }
.guide-table td a { font-weight: 700; color: var(--ink); }
.guide-table td a:hover { color: var(--brand-dark); }
.guide__neighbours { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 14px 0 0; font-size: .92rem; }
.guide__neighbours a { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--ink); border-bottom: 2px solid var(--brand); padding-bottom: 1px; }
.guide__neighbours a:hover { color: var(--brand-dark); }
.guide__note { color: var(--ink-2); font-size: .95rem; max-width: 820px; margin: 0 0 16px; }
.guide .psec__sub { margin-top: 32px; }
.guide .psec__sub:first-of-type { margin-top: 0; }
.model-guide { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.model-guide li { display: grid; grid-template-columns: 110px 1fr auto; gap: 4px 18px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 12px 16px; }
.model-guide li > strong { font-size: 1rem; }
.model-guide__meta { font-size: .88rem; color: var(--ink); font-weight: 600; }
.model-guide__hint { grid-column: 2; font-size: .88rem; color: var(--muted); }
.model-guide__quote { grid-column: 3; grid-row: 1 / span 2; display: inline-flex; align-items: center; height: 34px; padding: 0 14px; border-radius: 999px; background: var(--brand); color: var(--ink); font-size: .82rem; font-weight: 700; }
.model-guide__quote:hover { background: var(--brand-dark); color: #fff; }
@media (max-width: 640px) { .model-guide li { grid-template-columns: 1fr auto; } .model-guide__meta, .model-guide__hint { grid-column: 1 / -1; } .model-guide__quote { grid-column: 2; grid-row: 1; } }
.guide-grid { display: grid; gap: 18px; margin-top: 28px; }
@media (min-width: 900px) { .guide-grid { grid-template-columns: 1fr 1fr; } .guide-grid--pump { grid-template-columns: 1fr 1.4fr; } }
.guide-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 8px 22px 20px; }
.guide-box .psec__sub { margin-top: 14px; }
.guide-dl { margin: 0; display: grid; gap: 12px; }
.guide-dl div { padding-left: 14px; border-left: 3px solid var(--brand); }
.guide-dl dt { font-weight: 700; margin-bottom: 2px; }
.guide-dl dd { margin: 0; color: var(--ink-2); font-size: .92rem; }
.guide-box .guide__note { margin: 14px 0 0; font-size: .88rem; color: var(--muted); }
.guide-reading { grid-column: 1 / -1; background: var(--brand-soft); border-radius: var(--radius-lg); padding: 8px 22px 20px; }
.guide-reading__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.guide-reading__list li { display: flex; align-items: center; gap: 8px; }
.guide-reading__list .icon { color: var(--brand-dark); flex: none; }
.guide-reading__list a { font-weight: 600; color: var(--ink); }
.guide-reading__list a:hover { color: var(--brand-dark); }

/* Article share: copy-link button text */
.share__copy span { font-size: .85rem; font-weight: 600; }

/* About intro text column */
.about-intro__text { min-width: 0; }
html[lang="zh-CN"] .hero h1 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); letter-spacing: 0; }

/* ===== Site-wide spacing tightening (restored after merge) ===== */
.section { padding: clamp(36px, 4.5vw, 52px) 0; }
.section--tight { padding: clamp(28px, 3.5vw, 40px) 0; }
.section-head { margin-bottom: clamp(20px, 2.5vw, 28px); }
.page-hero { padding: 24px 0 28px; }
.page-hero + .section { padding-top: clamp(24px, 3vw, 36px); }
.section + .section:not(.section--muted), .section--muted + .section--muted { padding-top: clamp(12px, 2vw, 24px); }
.cta-band { padding: clamp(32px, 4vw, 44px) 0; }
.site-footer { padding-top: 36px; }
.psec { padding: clamp(32px, 4vw, 48px) 0; }

/* Product finder: one compact row on wide screens (groups wrap to a second line only when they must) */
@media (min-width: 1000px) {
	.finder__row--filters { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; }
	.finder__form--bar .finder__group { display: flex; flex-wrap: nowrap; align-items: center; gap: 6px; }
	.finder__form--bar .finder__label { font-size: .72rem; min-width: 0; margin-right: 2px; white-space: nowrap; }
	.finder__form--bar .finder__group .finder__chips { display: flex; flex-wrap: nowrap; gap: 5px; }
	.finder__form--bar .fchip { padding: 4px 9px; font-size: .76rem; white-space: nowrap; }
}

/* Product finder top row: category tabs on the left, a short search box on the right */
@media (min-width: 900px) {
	.finder__form--bar .finder__row:first-child .finder__chips--tabs { order: 1; }
	.finder__form--bar .finder__row:first-child .finder__tools { order: 2; margin-left: auto; }
	.finder__form--bar .finder__search { order: 3; flex: 0 1 300px; min-width: 220px; }
}
.finder__form--bar .finder__chips--tabs .fchip { font-size: .95rem; padding: 8px 16px; }

/* ---------- Home hero slider (5 application scenes) ---------- */
.hero--slider { padding-bottom: 28px; }
.hero-slides { display: grid; }
.hero-slide { grid-area: 1 / 1; opacity: 0; visibility: hidden; transition: opacity .6s ease, visibility .6s; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero--slider .hero__inner { min-height: 0; padding-top: 40px; padding-bottom: 20px; gap: 28px; }
@media (min-width: 900px) { .hero--slider .hero__inner { grid-template-columns: 0.9fr 1.1fr; gap: 48px; } }
.hero--slider .hero__actions { margin: 24px 0 0; }
.hero__title { font-size: clamp(2rem, 4.2vw, 3.2rem); line-height: 1.1; letter-spacing: -.02em; color: var(--ink); margin: 0 0 .4em; }
.hero__photo { position: relative; }
.hero__photo img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius-lg); box-shadow: 0 24px 48px -28px rgba(20,22,26,.45); }
.hero-slider__nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.hero-slider__dots { display: flex; gap: 8px; }
.hero-slider__dot { width: 28px; height: 6px; border-radius: 999px; border: 0; padding: 0; background: var(--line); cursor: pointer; transition: background .2s ease, width .2s ease; }
.hero-slider__dot.is-active { width: 44px; background: var(--brand); }
.hero-slider__dot:hover { background: var(--brand-dark); }
.hero-slider__arrows { display: flex; gap: 8px; }
.hero-slider__arrow { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--ink); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.hero-slider__arrow:hover { background: var(--brand); border-color: var(--brand); }
.hero-slider__arrow--prev .icon { transform: rotate(180deg); }
@media (max-width: 899px) { .hero--slider .hero__photo { order: -1; } .hero--slider .hero__inner { padding-top: 20px; } }
@media (prefers-reduced-motion: reduce) { .hero-slide { transition: none; } }
@media (max-width: 767px) { .hero-slider__arrows { display: none; } }

/* About intro: two photos side by side instead of an overlapping inset */
.about-intro__media { display: grid; grid-template-columns: 1.35fr 1fr; gap: 12px; align-items: stretch; }
.about-intro__media img { display: block; width: 100%; height: 100%; min-height: 0; aspect-ratio: auto; object-fit: cover; border-radius: var(--radius); box-shadow: none; }
.about-intro__media img:first-child { aspect-ratio: 4 / 5; }
.about-intro__media .about-intro__small { position: static; width: 100%; border: 0; display: block; }
@media (max-width: 959px) { .about-intro__media .about-intro__small { display: block; } .about-intro__media img:first-child { aspect-ratio: 4 / 3; } }
.about-intro__media { height: clamp(240px, 30vw, 400px); }
.about-intro__media img, .about-intro__media img:first-child { height: 100%; aspect-ratio: auto; }
@media (max-width: 959px) { .about-intro__media img:first-child { aspect-ratio: auto; } }
.about-intro__media { grid-template-columns: 1fr 1fr; } .about-intro__media .about-intro__small { object-position: 62% center; }
/* About intro: single building photo */
.about-intro__media { display: block; height: auto; }
.about-intro__media img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-lg); }
.about-intro__media img, .about-intro__media img:first-child { height: auto !important; max-height: 480px; aspect-ratio: 4 / 3 !important; }

/* ---------- Floating WaterJet Calculator button (links to the Toolbox page) ---------- */
.calc-float { width: 54px; height: 54px; border-radius: 50%; background: var(--brand); color: var(--ink); border: 1px solid var(--brand-dark); box-shadow: var(--shadow-lg); display: flex; align-items: center; justify-content: center; position: relative; transition: transform .2s ease, background .15s ease; }
.calc-float:hover { transform: translateY(-2px); background: var(--brand-dark); color: var(--ink); }
.calc-float .icon { flex: none; }
.calc-float__text { position: absolute; right: 64px; top: 50%; transform: translateY(-50%); background: var(--ink); color: #fff; font-size: .78rem; font-weight: 700; padding: 6px 10px; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .15s; }
.calc-float:hover .calc-float__text { opacity: 1; }

/* About company facts: larger numbers */
.highlights { gap: 16px 28px; margin-top: 28px; }
.highlights div { border-left-width: 4px; padding-left: 16px; }
.highlights dt { font-size: .8rem; margin-bottom: 4px; }
.highlights dd { font-size: 1.85rem; line-height: 1.1; letter-spacing: -.02em; }
html[lang="zh-CN"] .highlights dt { font-size: .88rem; }
@media (max-width: 480px) { .highlights dd { font-size: 1.5rem; } }
.highlights { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }
.highlights dd { white-space: normal; }
.highlights div:last-child dd { font-size: 1.35rem; }
@media (max-width: 480px) { .highlights { grid-template-columns: 1fr 1fr; } }
.highlights { grid-template-columns: 1fr 1fr; gap: 18px 32px; }
.highlights dd { white-space: nowrap; }
.highlights div:last-child dd { font-size: 1.85rem; }
@media (max-width: 480px) { .highlights div:last-child dd { font-size: 1.5rem; } }
/* About facts: one full-width row under the intro */
.highlights { grid-template-columns: repeat(4, 1fr); gap: 20px 32px; margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
.highlights dd, .highlights div:last-child dd { font-size: 2rem; }
@media (max-width: 720px) { .highlights { grid-template-columns: 1fr 1fr; } .highlights dd, .highlights div:last-child dd { font-size: 1.6rem; } }

/* ---------- Hero slider: blended variant (photo full-bleed, white wash under text) ---------- */
.hero--blend .hero-slide { position: relative; min-height: clamp(440px, 52vw, 600px); display: flex; align-items: center; }
.hero--blend .hero__photo { position: absolute; inset: 0; z-index: 0; }
.hero--blend .hero__photo img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center 20%; border-radius: 0; box-shadow: none; }
.hero--blend .hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.96) 30%, rgba(255,255,255,.7) 46%, rgba(255,255,255,0) 64%); }
.hero--blend .hero__inner { position: static; display: block; width: 100%; padding-top: 56px; padding-bottom: 56px; }
.hero--blend .hero__content { position: relative; z-index: 1; }
.hero--blend .hero__content { max-width: 520px; }
.hero--blend .hero-slider__nav { position: relative; z-index: 2; margin-top: -60px; padding-bottom: 8px; }
@media (max-width: 899px) {
	.hero--blend .hero-slide { min-height: 0; display: block; }
	.hero--blend .hero__photo { position: relative; aspect-ratio: 16 / 9; }
	.hero--blend .hero__photo::after { display: none; }
	.hero--blend .hero__inner { padding-top: 20px; padding-bottom: 20px; }
	.hero--blend .hero-slider__nav { margin-top: 0; }
}

.hero--blend .hero-slide { min-height: clamp(420px, 43vw, 620px); }
.hero--blend .hero__content { margin-top: 0; }

/* ---------- Why Fussen: blended (factory photo full-bleed, white wash under text on the right) ---------- */
.why--blend { position: relative; overflow: hidden; padding: 0; }
.why--blend .why-split { display: block; position: static; padding-top: clamp(48px, 6vw, 80px); padding-bottom: clamp(48px, 6vw, 80px); min-height: clamp(420px, 40vw, 560px); }
.why--blend .why-split__media { position: absolute; inset: 0; z-index: 0; order: 0; }
.why--blend .why-split__media img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: 20% 40%; border-radius: 0; }
.why--blend .why-split__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(270deg, rgba(244,245,247,.98) 0%, rgba(244,245,247,.96) 40%, rgba(244,245,247,.7) 54%, rgba(244,245,247,0) 70%); }
.why--blend .why-split__body { position: relative; z-index: 1; margin-left: auto; max-width: 560px; }
@media (max-width: 959px) {
	.why--blend .why-split { padding-top: 0; min-height: 0; }
	.why--blend .why-split__media { position: relative; inset: auto; aspect-ratio: 16 / 9; margin: 0 0 24px; }
	.why--blend .why-split__media::after { display: none; }
	.why--blend .why-split__body { max-width: none; }
}
.why--blend .why-split__media img { object-position: center 62%; }
.why--blend .why-split__media::after { background: linear-gradient(270deg, rgba(244,245,247,.97) 0%, rgba(244,245,247,.95) 36%, rgba(244,245,247,.72) 50%, rgba(244,245,247,0) 66%); }
/* Hero blend: much narrower wash so the machines stay visible */
.hero--blend .hero__photo::after { background: linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.88) 20%, rgba(255,255,255,.45) 32%, rgba(255,255,255,0) 42%); }
.hero--blend .hero__content { max-width: 430px; }
.hero--blend .hero__title, .hero--blend .hero h1 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
/* Why Fussen split: show the whole building photo, uncropped */
.why-split__media img, .why-split__media img:first-child { width: 100%; height: auto !important; aspect-ratio: auto !important; object-fit: contain; border-radius: var(--radius-lg); max-height: none; }
@media (max-width: 959px) { .why-split__media { order: 2; } }
.why-split__media img, .why-split__media img:first-child { aspect-ratio: 4 / 3 !important; object-fit: cover; }
/* Blog article: title/hero column matches the TOC + body grid below (250 + 64 + 720) so edges line up */
@media (min-width: 1024px) { .article .container--narrow { max-width: calc(1034px + 2 * var(--gutter)); } }
html[lang="zh-CN"] .article__header h1 { max-width: none; text-wrap: balance; }

/* Chinese site: social QR codes (footer brand column + contact page) */
.qr-row { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 16px 20px; }
.qr-row__item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; }
.qr-row__item img { display: block; border-radius: 8px; border: 1px solid var(--line); background: #fff; }
.qr-row__label { font-size: .8rem; font-weight: 700; color: var(--ink); margin-top: 4px; }
.qr-row__sub { font-size: .74rem; color: var(--muted); }
.contact-qr { margin-top: 20px; padding: 22px 24px 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.contact-qr h3 { font-size: 1.05rem; margin: 0 0 6px; }
.contact-qr__text { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.6; }
.qr-row--card { margin-top: 16px; justify-content: space-between; }
.qr-row--card .qr-row__item { flex: 1 1 0; }
.qr-row--card img { width: 100%; max-width: 150px; height: auto; }

/* Chinese top bar: social icons with QR popover on hover / focus */
.social--zh { position: relative; cursor: pointer; }
.topbar .social__pop, .social__pop { position: absolute; width: max-content; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(4px); z-index: 120; display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 10px 12px 10px; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transition: opacity .15s ease, transform .15s ease; pointer-events: none; }
.topbar .social__pop img, .social__pop img { display: block; width: 140px; height: 140px; max-width: none; }
.topbar .social__pop strong, .social__pop strong { font-size: .8rem; color: var(--ink); white-space: nowrap; margin-top: 4px; }
.topbar .social__pop em, .social__pop em { font-style: normal; font-size: .74rem; color: var(--muted); white-space: nowrap; }
.topbar .social--zh:hover .social__pop, .topbar .social--zh:focus-within .social__pop, .topbar .social--zh:focus .social__pop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.topbar .social--zh:last-child .social__pop, .topbar .social--zh:nth-last-child(2) .social__pop { left: auto; right: 0; transform: translateX(0) translateY(4px); }
.topbar .social--zh:last-child:hover .social__pop, .topbar .social--zh:nth-last-child(2):hover .social__pop, .topbar .social--zh:last-child:focus .social__pop, .topbar .social--zh:nth-last-child(2):focus .social__pop { transform: translateX(0) translateY(0); }

/* Chinese site: one-tap navigation to the factory (Baidu Maps) */
.nav-link { display: inline-flex; align-items: center; gap: 4px; margin-left: 10px; padding: 2px 9px; border-radius: 999px; background: var(--brand-soft); color: var(--ink); font-size: .8rem; font-weight: 700; white-space: nowrap; vertical-align: middle; }
.nav-link:hover { background: var(--brand); color: var(--ink); }
.zh-contact .nav-link, .contact-list .nav-link { margin: 0 0 0 8px; display: inline-flex; vertical-align: 1px; }
.nav-link--footer { margin-left: 8px; }
.topbar .social__pop small, .social__pop small { font-size: .7rem; color: var(--brand-dark); font-weight: 700; margin-top: 2px; }
.qr-row__item a { display: flex; flex-direction: column; align-items: center; gap: 4px; color: inherit; }
.qr-row__item a:hover .qr-row__label { color: var(--brand-dark); }

/* Chinese contact card: sales manager's WeChat QR beside the phone line */
.zh-contact__wechat { align-items: center; }
.zh-contact__wechat > div { flex: 1; min-width: 0; }
.zh-contact__hint { display: block; font-size: .8rem; color: var(--muted); margin-top: 2px; }
.zh-contact__qr { flex: none; width: 96px; height: 96px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.inquiry--compact .zh-contact__qr { width: 80px; height: 80px; }

/* Footer column headings: larger, especially for Chinese (no uppercase/letter-spacing to carry them) */
.footer-col h4 { font-size: .92rem; }
html[lang="zh-CN"] .footer-col h4 { font-size: 1.05rem; margin-bottom: 18px; }
@media (min-width: 1440px) { html[lang="zh-CN"] .site-footer .footer-col--contact p > span:not(.footer-wechat__text) { white-space: nowrap; } }
.nav-link--footer { margin-left: 6px; padding: 1px 8px; font-size: .76rem; }

/* Chinese footer: three QR tiles in one row under the tagline */
.qr-row--footer { margin: 18px 0 0; display: flex; flex-wrap: nowrap; gap: 14px; }
.qr-row--footer .qr-row__item { flex: 0 1 auto; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 3px; }
.qr-row--footer .qr-row__item > a { display: flex; flex-direction: column; align-items: center; gap: 3px; color: inherit; }
.qr-row--footer img { width: 68px; height: 68px; }
.qr-row--footer .qr-row__label { margin-top: 3px; font-size: .78rem; white-space: nowrap; }
.qr-row--footer .qr-row__sub { font-size: .7rem; white-space: nowrap; }

/* Hot water washers: heating-type tag beside the product type (not on the photo) */
.heat-badge { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px 3px 7px; border-radius: 999px; background: #FFF4EC; border: 1px solid #FBD5B5; font-size: .78rem; font-weight: 700; color: #9A3412; white-space: nowrap; vertical-align: middle; }
.heat-badge .icon { flex: none; }
.heat-badge--electric { background: #EAF2FF; border-color: #BFD6FB; color: #1F4E9A; }
.product-card__sub .heat-badge { margin-left: 8px; }
.hero-heat { margin: 0 0 10px; }
.hero-heat .heat-badge { font-size: .86rem; padding: 5px 13px 5px 9px; }
/* Top bar QR popovers must sit above the sticky header (z-index 100) */
.topbar { position: relative; z-index: 110; }
.social--channels img.icon { display: block; border-radius: 50%; }
/* Mega menu: bigger product-line photo beside the title */
@media (min-width: 1024px) {
	.site-nav .mega .mega__head { display: flex; align-items: center; gap: 16px; padding-bottom: 14px; margin-bottom: 10px; }
	.site-nav .mega .mega__head img { width: 120px; height: 96px; flex: none; object-fit: contain; filter: drop-shadow(0 8px 10px rgba(20,22,26,.14)); }
	.site-nav .mega .mega__head strong { font-size: 1.1rem; }
	.site-nav .mega .mega__head small { font-size: .84rem; }
}
.footer-wechat { align-items: center !important; }
.footer-wechat .icon { margin-top: 0 !important; }
.footer-wechat__text { flex: 1; min-width: 0; }
.footer-wechat__text strong { display: block; color: var(--ink); }
.footer-wechat img { flex: none; width: 72px; height: 72px; border: 1px solid var(--line); border-radius: 8px; background: #fff; margin-left: 4px; }

/* Pump pages: overview text and technical features beside the photo */
.hero-intro { margin-top: 14px; color: var(--ink-2); font-size: .95rem; line-height: 1.7; }
.hero-intro p { margin: 0 0 8px; }
.hero-feats { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 7px; }
.hero-feats li { display: flex; gap: 8px; align-items: flex-start; font-size: .9rem; color: var(--muted); line-height: 1.55; }
.hero-feats .icon { flex: none; margin-top: 4px; color: var(--brand-dark); }
.hero-feats strong { color: var(--ink); font-weight: 700; }
.option-row--acc { margin-top: 10px; }

.product-hero__grid--pump { align-items: center; }
/* Product photos: less empty margin around the machine (the cut-outs already carry their own whitespace) */
.product-hero__media { padding: 20px; }
.product-card__media { padding: 8px; }
.line-card--entry .line-card__media { padding: 10px; }
/* Product hero photo: no framed box — the cut-out sits directly on the page */
.product-hero__media { background: transparent; border: 0; border-radius: 0; padding: 8px 0; }
.product-hero__media img { filter: drop-shadow(0 22px 26px rgba(20,22,26,.18)); }
.product-hero__media .product-hero__tag { left: 0; }

/* Product card: series name first, product type as a plain line underneath */
.product-card__sub { text-transform: none; letter-spacing: 0; font-size: .88rem; font-weight: 500; color: var(--muted); margin: 3px 0 0; }
html[lang="zh-CN"] .product-card__sub { font-size: .9rem; font-weight: 500; }

/* Chinese product H1: series on the first line, product type on the second */
.h1--split .h1__series, .h1--split .h1__type { display: block; }
.h1--split .h1__type { font-size: .72em; font-weight: 700; color: var(--ink-2); margin-top: .12em; }

/* Finder: count + reset sit at the right end of the last filter row instead of on a row of their own */
@media (min-width: 1000px) {
	.finder__form--bar .finder__group--reset { flex: 1 0 auto; margin: 0 !important; padding: 0; border: 0; justify-content: flex-end; gap: 10px !important; }
	.finder__form--bar .finder__count { font-size: .78rem; white-space: nowrap; }
	.finder__form--bar .finder__reset span { display: none; }
	.finder__form--bar .finder__reset { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; padding: 0; }
	.finder__form--bar .finder__count { color: var(--muted); font-weight: 600; }
	.finder__form--bar .finder__reset { text-decoration: none; padding: 4px 11px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .76rem; color: var(--ink-2); }
	.finder__form--bar .finder__reset:hover { border-color: var(--ink-2); color: var(--ink); }
}
.finder__reset { display: inline-flex; align-items: center; gap: 6px; }

/* About: certificates as a horizontal slider (scroll-snap, arrow buttons) */
.cert-slider { position: relative; }
.cert-slider__track.cert-grid { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 4px 4px 12px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.cert-slider__track::-webkit-scrollbar { display: none; }
.cert-slider__track .cert-card { flex: 0 0 clamp(220px, 22vw, 280px); scroll-snap-align: start; }
.cert-slider__btn { position: absolute; top: 40%; z-index: 2; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--ink); box-shadow: var(--shadow-lg); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .15s ease, opacity .15s ease; }
.cert-slider__btn:hover { background: var(--brand); border-color: var(--brand); }
.cert-slider__btn:disabled { opacity: .35; cursor: default; background: #fff; border-color: var(--line); }
.cert-slider__btn--prev { left: -22px; }
.cert-slider__btn--prev .icon { transform: rotate(180deg); }
.cert-slider__btn--next { right: -22px; }
@media (max-width: 1320px) { .cert-slider__btn--prev { left: 0; } .cert-slider__btn--next { right: 0; } }
@media (max-width: 640px) { .cert-slider__btn { display: none; } .cert-slider__track .cert-card { flex-basis: 72vw; } }

/* Footer product column: both lines with their sub-categories */
.footer-products { display: grid; gap: 14px; }
@media (min-width: 760px) { .footer-products { grid-template-columns: repeat(2, max-content); gap: 10px 24px; } .footer-products a, .footer-products__head { white-space: nowrap; } }
.footer-products__head { display: block; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.footer-products__group ul li { margin-bottom: 6px; font-size: .9rem; }
.footer-products__all { margin-top: 12px !important; font-weight: 600; }
.footer-products__all a { color: var(--ink); }

/* Footer on mid-size screens (tablet / small laptop): two columns per row so no column is squeezed */
@media (min-width: 760px) and (max-width: 1199px) {
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 40px; }
	.site-footer .footer-col--contact p > span { white-space: normal; }
}

/* Washer page: pump option chips link to the pump series */
.chip--link { display: inline-flex; align-items: baseline; gap: 6px; color: var(--ink); text-decoration: none; transition: background .15s ease, border-color .15s ease; }
.chip--link strong { font-weight: 800; }
.chip--link span { color: var(--muted); font-size: .85em; }
.chip--link:hover { background: var(--brand-soft); border-color: var(--brand); }
.addr-link { color: inherit; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; transition: text-decoration-color .15s ease, color .15s ease; }
.addr-link:hover { color: var(--ink); text-decoration-color: var(--brand); }

/* Downloads: more compact catalog cards */
@media (min-width: 560px) { .catalog-card { grid-template-columns: 190px 1fr; } }
.catalog-card__cover { padding: 20px; }
.catalog-card__cover img { max-width: 160px; }
.catalog-card__body { padding: 20px 22px 22px; }
.catalog-card__body h2 { font-size: 1.2rem; }
.catalog-card__body .eyebrow { margin-bottom: 8px; }
.catalog-card__blurb { font-size: .9rem; line-height: 1.55; }
.catalog-card__body .check-list { font-size: .9rem; }
.catalog-card__body .check-list li { margin-bottom: 4px; }
.catalog-card__meta { margin: 8px 0 14px; }
.catalog-card__actions { gap: 8px 12px; }
.catalog-card__actions .btn { padding: 10px 16px; font-size: .9rem; }

/* Product finder: three rows — categories / max. pressure / max. flow (+ count & reset at the right end) */
@media (min-width: 1000px) {
	.finder__form--bar .finder__row--filters { row-gap: 12px; }
	.finder__form--bar .finder__group--pressure { flex: 0 0 100%; }
	.finder__form--bar .finder__group--flow { flex: 0 0 auto; }
	.finder__form--bar .finder__group--reset { flex: 1 0 auto; }
}

/* Product card figures: small gauge / drop icon in front of the label */
.product-card__range dt { display: inline-flex; align-items: center; gap: 5px; }
.product-card__range dt .icon { color: var(--brand-dark); flex: none; }

/* Homepage: integrated photography and copy, with a stacked mobile layout. */
.hero--immersive { background: #102735; color: #fff; padding-bottom: 0; }
.hero--immersive .hero-slide { position: relative; isolation: isolate; }
.hero--immersive .hero__inner { position: static; display: flex; align-items: center; min-height: clamp(560px, 43vw, 720px); padding-top: 64px; padding-bottom: 100px; }
.hero--immersive .hero__content { position: relative; z-index: 2; width: 42%; max-width: 530px; }
.hero--immersive h1, .hero--immersive .hero__title { color: #fff; font-size: clamp(2rem, 3.4vw, 3.6rem); line-height: 1.16; text-wrap: balance; }
.hero--immersive .hero__lead { color: #e0e8ed; max-width: 44ch; }
.hero--immersive .hero__photo { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero--immersive .hero__photo img { position: absolute; right: 0; width: 78%; height: 100%; object-fit: cover; object-position: center; border-radius: 0; box-shadow: none; aspect-ratio: auto; }
.hero--immersive .hero__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #102735 0%, rgba(16,39,53,.97) 23%, rgba(16,39,53,.86) 34%, rgba(16,39,53,.35) 51%, rgba(16,39,53,0) 69%); }
.hero--immersive .btn--outline { color: #fff; border-color: #b8cbd7; background: transparent; }
.hero--immersive .btn--outline:hover { background: #fff; color: #102735; }
.hero--immersive .hero-slider__nav { position: relative; z-index: 3; margin-top: -72px; padding-bottom: 28px; }
.hero--immersive .hero-slider__dot { background: #7a929f; }
.hero--immersive .hero-slider__dot.is-active { background: var(--brand); }
.hero--immersive .hero-slider__arrow { color: white; background: #17394b; border-color: #8ba0ac; }
.hero--immersive .hero-slider__arrow:hover { color: #102735; background: var(--brand); }
@media (max-width: 899px) {
 .hero--immersive .hero__inner { display: flex; flex-direction: column; gap: 0; padding: 0; min-height: 0; }
 .hero--immersive .hero__photo { position: relative; inset: auto; width: 100%; aspect-ratio: 16 / 9; order: -1; z-index: 0; }
 .hero--immersive .hero__photo img { width: 100%; height: 100%; object-fit: contain; }
 .hero--immersive .hero__photo::after { display: none; }
 .hero--immersive .hero__content { width: 100%; max-width: none; padding: 28px var(--gutter) 32px; }
 .hero--immersive h1, .hero--immersive .hero__title { font-size: clamp(1.9rem, 5vw, 2.8rem); }
 .hero--immersive .hero-slider__nav { margin-top: 0; padding-bottom: 24px; }
}

/* Home hero tweaks (2026-09-26): shorter banner so the stats bar shows on a laptop; stronger left gradient for light photos;
   dots and arrows grouped together at the bottom right; no mid-word breaks in Chinese titles. */
.hero--immersive .hero__inner { min-height: clamp(480px, 38vw, 600px); padding-top: 48px; padding-bottom: 88px; }
.hero--immersive .hero__content { width: 46%; max-width: 560px; }
.hero--immersive .hero__photo::after { background: linear-gradient(90deg, #102735 0%, rgba(16,39,53,.98) 26%, rgba(16,39,53,.9) 38%, rgba(16,39,53,.45) 54%, rgba(16,39,53,0) 70%); }
html[lang="zh-CN"] .hero--immersive h1, html[lang="zh-CN"] .hero--immersive .hero__title { word-break: keep-all !important; overflow-wrap: normal !important; line-break: strict; }
.hero--immersive .hero-slider__nav { justify-content: flex-end; gap: 22px; margin-top: -64px; padding-bottom: 22px; }
.hero--immersive .hero-slider__dots { order: 1; }
.hero--immersive .hero-slider__arrows { order: 2; }
@media (max-width: 899px) { .hero--immersive .hero-slider__nav { justify-content: center; } }


/* Keep copy outside the photographs and preserve every image edge. */
.hero--immersive .hero__inner { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr); gap: 32px; min-height: 0; padding-top: 36px; padding-bottom: 92px; }
.hero--immersive .hero__content { width: 100%; max-width: none; }
.hero--immersive .hero__photo { position: relative; inset: auto; z-index: 0; overflow: visible; }
.hero--immersive .hero__photo img { position: static; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.hero--immersive .hero__photo::after { display: none; }
.hero--immersive h1, .hero--immersive .hero__title { font-size: clamp(1.8rem, 2.7vw, 3rem); }
@media (max-width: 899px) {
 .hero--immersive .hero__inner { display: flex; gap: 0; padding: 0; }
 .hero--immersive .hero__photo { width: 100%; aspect-ratio: auto; }
 .hero--immersive .hero__content { padding: 28px var(--gutter) 32px; }
}

/* Light banner palette, retaining the unobstructed product photography. */
.hero--immersive { background: #f3f6f8; color: #172c3b; }
.hero--immersive h1, .hero--immersive .hero__title { color: #172c3b; }
.hero--immersive .hero__lead { color: #536575; }
.hero--immersive .btn--outline { color: #172c3b; border-color: #8d9eaa; background: transparent; }
.hero--immersive .btn--outline:hover { color: #172c3b; background: #fff; border-color: #172c3b; }
.hero--immersive .hero-slider__dot { background: #c5cfd7; }
.hero--immersive .hero-slider__dot.is-active { background: var(--brand); }
.hero--immersive .hero-slider__arrow { color: #172c3b; background: #fff; border-color: #c5cfd7; }
.hero--immersive .hero-slider__arrow:hover { color: #172c3b; background: var(--brand); border-color: var(--brand); }

/* Refined light hero: readable headings and a clear, uncropped image area. */
.hero--immersive { background: linear-gradient(115deg, #fafbfc 0%, #f1f4f6 100%); }
.hero--immersive .hero__inner { grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.55fr); gap: clamp(28px, 3vw, 48px); padding-top: 40px; padding-bottom: 80px; }
.hero--immersive .hero__content { min-width: 0; }
.hero--immersive h1, .hero--immersive .hero__title { max-width: 100%; font-size: clamp(1.9rem, 2.6vw, 2.8rem); line-height: 1.3; margin-bottom: 20px; overflow-wrap: anywhere; }
html[lang="zh-CN"] .hero--immersive h1,
html[lang="zh-CN"] .hero--immersive .hero__title { word-break: normal; overflow-wrap: anywhere; line-break: strict; text-wrap: balance; }
.hero--immersive .hero__lead { font-size: clamp(1rem, 1.25vw, 1.1rem); line-height: 1.85; color: #596775; }
.hero--immersive .hero__actions { gap: 12px; }
.hero--immersive .hero__photo img { outline: 1px solid rgba(23,44,59,.05); }
.hero--immersive .hero-slider__nav { margin-top: -54px; padding-bottom: 18px; }
@media (max-width: 899px) {
 .hero--immersive .hero__inner { padding: 0; gap: 0; }
 .hero--immersive .hero__content { padding: 26px var(--gutter) 28px; }
 .hero--immersive .hero-slider__nav { margin-top: 0; padding-bottom: 22px; }
}

/* Art-directed wide scenes: copy overlays the quiet left side of one continuous photograph. */
.hero--immersive { background: #f2f5f7; }
.hero--immersive .hero__inner { display: flex; align-items: center; min-height: max(420px, 33.333vw); padding-top: 40px; padding-bottom: 76px; }
.hero--immersive .hero__content { width: 35%; max-width: 440px; z-index: 2; }
.hero--immersive .hero__photo { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero--immersive .hero__photo picture { display: block; width: 100%; height: 100%; }
.hero--immersive .hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: right center; outline: none; }
.hero--immersive .hero__photo::after { display: block; content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(250,252,253,.92) 0%, rgba(250,252,253,.86) 24%, rgba(250,252,253,.55) 34%, rgba(250,252,253,0) 45%); pointer-events: none; }
.hero--immersive h1, .hero--immersive .hero__title { font-size: clamp(1.8rem, 2.5vw, 2.8rem); }
.hero--immersive .hero__lead { color: #334957; line-height: 1.7; }
@media (max-width: 1099px) {
 .hero--immersive .hero__inner { display: flex; flex-direction: column; min-height: 0; gap: 0; padding: 0; }
 .hero--immersive .hero__photo { position: relative; inset: auto; width: 100%; z-index: 0; order: -1; }
 .hero--immersive .hero__photo img { height: auto; object-fit: contain; }
 .hero--immersive .hero__photo::after { display: none; }
 .hero--immersive .hero__content { width: 100%; max-width: none; padding: 28px var(--gutter); }
 .hero--immersive .hero-slider__nav { margin-top: 0; padding-bottom: 22px; }
}

/* Why Fussen: certificate thumbnails under the three points */
.cert-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 12px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.cert-row__label { font-size: .8rem; font-weight: 700; color: var(--muted); margin-right: 4px; }
.cert-mini { display: inline-flex; align-items: center; gap: 8px; padding: 5px 10px 5px 5px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); font-size: .8rem; font-weight: 700; transition: border-color .15s ease, transform .15s ease; }
.cert-mini img { width: 30px; height: 30px; object-fit: cover; object-position: top; border-radius: 50%; border: 1px solid var(--line); }
.cert-mini:hover { border-color: var(--brand); transform: translateY(-1px); }

/* Home application scenes: light style — photo on top, white title bar underneath (no dark gradient) */
.app-scene { aspect-ratio: auto; background: #fff; display: flex; flex-direction: column; }
.app-scene img { aspect-ratio: 4 / 3; height: auto; }
.app-scene span { position: static; padding: 12px 14px; background: #fff; color: var(--ink); font-size: .95rem; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.app-scene span .icon { color: var(--brand-dark); flex: none; }
.app-scene:hover span { background: var(--brand-soft); }

/* Hero: the slide controls float over the photo instead of adding height below it (removes the thin strip above the stats bar) */
@media (min-width: 900px) {
	.hero--immersive { position: relative; }
	.hero--immersive .hero-slider__nav { position: absolute; left: 0; right: 0; bottom: 18px; margin: 0; padding-bottom: 0; }
}

/* Downloads: landscape cover (pump manual) */
.catalog-card--wide .catalog-card__cover img { max-width: 200px; }
@media (min-width: 560px) { .catalog-card--wide .catalog-card__cover img { max-width: 170px; } }

/* Downloads: cover fills the left column edge to edge (no grey frame / padding).
   The cover keeps its own aspect ratio (never cropped); any slack below it is filled with the
   cover's grey footer colour so it reads as one piece. */
.catalog-card__cover { padding: 0; background: #e6e6e6; overflow: hidden; align-items: flex-start; }
@media (min-width: 560px) { .catalog-card { grid-template-columns: clamp(240px, 40%, 340px) 1fr; } }
@media (min-width: 900px) { .catalog-card { grid-template-columns: clamp(220px, 46%, 300px) 1fr; } }
.catalog-card__cover img, .catalog-card--wide .catalog-card__cover img { width: 100%; max-width: none; height: auto; border-radius: 0; box-shadow: none; display: block; }
.catalog-card--wide .catalog-card__cover { background: #fff; align-items: center; }
.catalog-card__cover:hover img { transform: none; }
.catalog-card__badge { background: rgba(20,22,26,.85); }

/* Downloads: compact cards (no blurb); cover column sized so the cover height ≈ body height */
@media (min-width: 560px) { .catalog-card { grid-template-columns: clamp(200px, 34%, 240px) 1fr; align-items: stretch; } }
@media (min-width: 900px) { .catalog-card { grid-template-columns: 224px 1fr; } }
.catalog-card__body { padding: 18px 22px 20px; }
.catalog-card__body .eyebrow { margin-bottom: 6px; }
.catalog-card__body h2 { font-size: 1.15rem; margin-bottom: .5em; }
.catalog-card__body .check-list li { margin-bottom: 3px; }
.catalog-card__meta { margin: 6px 0 12px; }

/* About intro: photo keeps its full frame (no cropping), vertically centered beside the text */
@media (min-width: 960px) { .about-intro { align-items: center; } }
@media (min-width: 960px) { .about-intro { grid-template-columns: 1fr 1.15fr; gap: 44px; } .about-intro__text h2 { font-size: clamp(1.35rem, 1.9vw, 1.7rem); } html[lang="zh-CN"] .about-intro__text h2 { white-space: nowrap; } }

/* Milestones: horizontal timeline cards (read left→right, row by row) instead of two zig-zag columns */
@media (min-width: 560px) {
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 28px 24px; border-left: 0; margin-left: 0; }
  .timeline li { border-left: 0; border-top: 2px solid var(--line); padding: 16px 8px 0 0; }
  .timeline li::before { left: 0; top: -7px; }
}
@media (min-width: 900px) { .timeline { grid-template-columns: repeat(4, 1fr); gap: 32px 28px; } }
.timeline__year { font-size: 1.25rem; letter-spacing: -.01em; }
.timeline p { font-size: .92rem; line-height: 1.6; }

/* Contact photo: recropped 3:2 from the full-res lobby shot */
.contact-photo img { aspect-ratio: 3 / 2; }

/* Pump page: series manual card with its landscape first page as the cover */
.pdl__cover--wide { width: 116px; }
.pdl__cover--wide img { aspect-ratio: 480 / 340; object-fit: cover; }
.pdl-grid:has(.pdl--manual) { grid-template-columns: minmax(0, 460px); }

/* Product hero key figures: light tiles, small icon beside the label, big number + small unit */
.kpi { gap: 8px; }
.kpi li { display: block; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 11px 12px; min-width: 0; }
.kpi__text { display: block; min-width: 0; }
.kpi__label { display: flex; align-items: center; gap: 5px; margin-bottom: 3px; font-size: .72rem; white-space: nowrap; }
.kpi__icon { display: inline-flex; color: var(--brand-dark, #c99a00); }
.kpi__value { font-size: 1.02rem; line-height: 1.2; letter-spacing: -.01em; white-space: nowrap; }
.kpi__value small { font-size: .74em; font-weight: 600; color: var(--muted); margin-left: 2px; letter-spacing: 0; }
@media (min-width: 560px) { .kpi { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: auto; } }
@media (min-width: 900px) and (max-width: 1149px) { .kpi { grid-auto-flow: row; grid-template-columns: repeat(2, 1fr); } }

/* Product sub-navigation: series name + pill tabs + compact CTA button */
.subnav__inner { align-items: center; gap: 6px; min-height: 56px; }
.subnav__title { font-weight: 800; font-size: .95rem; color: var(--ink); white-space: nowrap; padding-right: 16px; margin-right: 6px; border-right: 1px solid var(--line); }
.subnav a:not(.subnav__cta) { padding: 7px 14px; border: 0; border-radius: 999px; font-size: .9rem; }
.subnav a:not(.subnav__cta):hover { background: var(--bg-muted); color: var(--ink); }
.subnav a.is-active { background: var(--brand-soft); color: var(--ink); }
.subnav .subnav__num { display: none; }
.subnav__cta.btn { margin-left: auto; padding: 8px 16px; font-size: .88rem; border-radius: 999px; gap: 6px; display: inline-flex; align-items: center; color: var(--ink) !important; }
@media (max-width: 899px) {
  .subnav__title { display: none; }
  .subnav__inner { display: flex; justify-content: center; gap: 6px; padding: 8px var(--gutter); min-height: 0; }
  .subnav a:not(.subnav__cta) { flex: 1 1 0; text-align: center; padding: 7px 8px; font-size: .84rem; }
}
@media (max-width: 899px) { .subnav .subnav__cta.btn { display: none; } }

/* Spec table: every header label on the top line (unit, if any, underneath) */
.spec-table thead th { vertical-align: top; }

/* Footer QR codes: three equal tiles with breathing room (quiet zone inside, wider gaps) */
.qr-row--footer { display: grid; grid-template-columns: repeat(3, 96px); gap: 22px; margin-top: 22px; }
.qr-row--footer .qr-row__item, .qr-row--footer .qr-row__item > a { width: 96px; gap: 0; }
.qr-row--footer img { width: 96px !important; height: 96px !important; padding: 8px; box-sizing: border-box; border-radius: 12px; border: 1px solid var(--line); background: #fff; object-fit: contain; }
.qr-row--footer .qr-row__label { margin-top: 10px; font-size: .8rem; }
.qr-row--footer .qr-row__sub { margin-top: 2px; font-size: .72rem; }
@media (max-width: 420px) { .qr-row--footer { grid-template-columns: repeat(3, 1fr); gap: 12px; } .qr-row--footer .qr-row__item, .qr-row--footer .qr-row__item > a, .qr-row--footer img { width: 100% !important; height: auto !important; } }
/* Footer QR: no frame, codes as large as the column allows */
.qr-row--footer { grid-template-columns: repeat(3, 100px); gap: 16px; }
.qr-row--footer .qr-row__item, .qr-row--footer .qr-row__item > a { width: 100px; }
.qr-row--footer img { width: 100px !important; height: 100px !important; padding: 0; border: 0; border-radius: 6px; background: transparent; }
.qr-row--footer img { mix-blend-mode: multiply; border-radius: 0; }
.qr-row--footer .qr-row__label { margin-top: 8px; }

/* Washer overview (simplified): feature cards + two plain lines for standard / optional equipment */
#overview .psec__head { margin-bottom: 18px; }
.equip-lines { margin: 18px 0 0; display: grid; gap: 0; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.equip-lines > div { display: grid; grid-template-columns: 1fr; gap: 4px; padding: 14px 18px; }
.equip-lines > div + div { border-top: 1px solid var(--line); }
@media (min-width: 700px) { .equip-lines > div { grid-template-columns: 120px 1fr; gap: 16px; } }
.equip-lines dt { font-weight: 700; color: var(--ink); font-size: .92rem; }
.equip-lines dd { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.7; }

/* Washer hero: four short selling points under the key figures */
.hero-feats { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 8px; }
@media (min-width: 700px) { .hero-feats { grid-template-columns: 1fr 1fr; gap: 8px 20px; } }
.hero-feats li { display: flex; gap: 8px; align-items: flex-start; font-size: .9rem; line-height: 1.55; color: var(--muted); }
.hero-feats li svg { flex: none; margin-top: 3px; color: var(--brand-dark, #c99a00); }
.hero-feats strong { color: var(--ink); font-weight: 700; margin-right: 2px; }
#specs .equip-lines { margin-top: 16px; }

/* Product pages: no section numbers (01, 02 ...) */
.psec__num, .subnav__num { display: none !important; }
.psec__head { grid-template-columns: 1fr; gap: 0; }

/* Washer configuration section */
.config-grid { display: grid; gap: 16px; }
@media (min-width: 900px) { .config-grid { grid-template-columns: 1.25fr 1.35fr .8fr; align-items: stretch; } }
.config-box { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; }
.config-box h3 { font-size: 1rem; margin: 0 0 14px; display: flex; align-items: center; gap: 8px; }
.config-box h3::before { content: ""; width: 18px; height: 3px; border-radius: 2px; background: var(--brand); }
.config-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 16px; }
.config-list li { display: flex; gap: 7px; align-items: flex-start; font-size: .9rem; color: var(--ink-2, #333); line-height: 1.45; }
.config-list li svg { flex: none; margin-top: 3px; color: var(--brand-dark, #c99a00); }
.config-pumps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.config-pump { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 10px 6px 12px; border-radius: 12px; background: var(--bg-muted); color: var(--ink); transition: background .2s; }
.config-pump:hover { background: var(--brand-soft); }
.config-pump__img { display: block; width: 100%; aspect-ratio: 6 / 5; }
.config-pump__img img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.config-pump strong { margin-top: 6px; font-size: .92rem; }
.config-pump small { font-size: .78rem; color: var(--muted); }
.config-acc { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.config-acc li { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 14px; border-radius: 12px; background: var(--bg-muted); font-size: .9rem; font-weight: 600; color: var(--ink); text-align: center; min-height: 100%; }
.config-acc img { width: 110px; height: auto; }
.config-box--acc { display: flex; flex-direction: column; } .config-box--acc .config-acc { flex: 1; }
@media (max-width: 340px) { .config-list { grid-template-columns: 1fr; } }

/* Washer hero: selling points in one column, one line each */
.hero-feats { grid-template-columns: 1fr !important; gap: 7px; margin-top: 18px; }
.hero-feats li { font-size: .92rem; }

/* Product hero: roomier text column so it balances the product photo (desktop) */
@media (min-width: 900px) {
  .product-hero__body .kpi { margin-top: 28px; gap: 12px; }
  .product-hero__body .kpi li { padding: 14px 16px; }
  .product-hero__body .kpi__label { margin-bottom: 5px; font-size: .78rem; }
  .product-hero__body .kpi__value { font-size: 1.18rem; }
  .product-hero__body .hero-feats { margin-top: 28px; gap: 13px; }
  .product-hero__body .hero-feats li { font-size: .98rem; }
  .product-hero__body .option-row { margin-top: 18px; }
  .product-hero__body .product-hero__actions { margin-top: 32px; }
  .product-hero__body .trust-row { margin-top: 26px; }
}

/* Breadcrumbs: slightly larger, easier to read */
.breadcrumbs ol { font-size: .92rem; gap: 8px; }
.breadcrumbs li + li::before { margin-right: 8px; }
.breadcrumbs li:last-child { color: var(--ink-2, #374151); }

/* Product hero: less empty space above the sub-nav */
.product-hero { padding-bottom: 20px; }
@media (min-width: 900px) { .product-hero__media { margin-bottom: -24px; } }
/* Configuration: pump and accessory items without their own grey boxes */
.config-pump, .config-acc li { background: transparent; padding: 4px 0 0; border-radius: 0; }
.config-pump:hover { background: transparent; }
.config-pump:hover strong { color: var(--brand-dark, #c99a00); }
.config-pump:hover img { transform: translateY(-2px); }
.config-pump__img img { transition: transform .2s; }
.config-acc li { gap: 6px; }

/* Footer: combined phone + WeChat row (zh) */
.footer-wechat__num { display: block; font-size: 1.05rem; font-weight: 700; color: var(--ink) !important; margin: 2px 0; letter-spacing: .01em; }
.footer-wechat__text small { display: block; font-size: .8rem; color: var(--muted); }
.footer-wechat img { width: 80px !important; height: 80px !important; }

/* Footer: Company list as one column, same rhythm as the Products lists */
@media (min-width: 760px) { .footer-menu { grid-template-columns: 1fr; } }
.footer-menu li { margin-bottom: 6px; font-size: .9rem; }
.footer-products__group ul li, .footer-menu li { line-height: 1.9; }
.footer-products__head { line-height: 1.9; margin-bottom: 6px; }

.qr-row--footer .qr-row__item { margin-bottom: 0 !important; }

/* Floating WeChat button (zh): same look as the mail button, QR card on hover / tap */
.wechat-float { width: 54px; height: 54px; border-radius: 50%; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lg); display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer; padding: 0; }
.wechat-float:hover, .wechat-float:focus-visible, .wechat-float.is-open { border-color: #07C160; }
.wechat-float__pop { position: absolute; right: 64px; bottom: -8px; width: 168px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg); padding: 14px 14px 12px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 2px; opacity: 0; visibility: hidden; transform: translateX(6px); transition: opacity .18s, transform .18s, visibility .18s; pointer-events: none; }
.wechat-float__pop img { width: 132px; height: 132px; margin-bottom: 8px; }
.wechat-float__pop strong { font-size: .88rem; color: var(--ink); }
.wechat-float__pop small { font-size: .74rem; color: var(--muted); }
.wechat-float:hover .wechat-float__pop, .wechat-float:focus-within .wechat-float__pop, .wechat-float.is-open .wechat-float__pop { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.wechat-float__pop { width: 180px; } .wechat-float__pop small { white-space: nowrap; }


/* ================= Mobile pass (2026-09-27) ================= */
.finder__toggle { display: none; }
.wx-sheet { position: fixed; inset: 0; z-index: 200; background: rgba(20,22,26,.45); display: flex; align-items: flex-end; justify-content: center; }
.wx-sheet[hidden] { display: none; }
.wx-sheet__panel { position: relative; width: 100%; max-width: 480px; background: #fff; border-radius: 18px 18px 0 0; padding: 26px 22px calc(22px + env(safe-area-inset-bottom)); display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.wx-sheet__panel img { width: 200px; height: 200px; margin-bottom: 8px; }
.wx-sheet__panel strong { font-size: 1.05rem; }
.wx-sheet__panel p { margin: 0 0 10px; font-size: .88rem; color: var(--muted); }
.wx-sheet__copy { width: 100%; justify-content: center; }
.wx-sheet__close { position: absolute; right: 12px; top: 8px; border: 0; background: none; font-size: 1.8rem; line-height: 1; color: var(--muted); cursor: pointer; padding: 6px; }
@media (max-width: 899px) {
  /* floating buttons: smaller; hidden on product pages (the bottom bar has call / WeChat) */
  .float-stack { right: 12px; bottom: 14px; gap: 8px; }
  .float-stack .calc-float, .float-stack .mail-float, .float-stack .wechat-float, .float-stack .wa-float { width: 44px; height: 44px; }
  .float-stack .calc-float svg, .float-stack .mail-float svg { width: 20px; height: 20px; }
  .float-stack .wechat-float svg { width: 22px; height: 22px; }
  .calc-float__text, .mail-float::after, .wechat-float__pop { display: none !important; }
  body.single-product .float-stack { display: none; }
  .mobile-bar .btn { white-space: nowrap; gap: 6px; font-size: .95rem; }
  .to-top { right: 12px; }
  /* breadcrumbs: one line */
  .breadcrumbs ol { flex-wrap: nowrap; overflow: hidden; font-size: .82rem; }
  .breadcrumbs li { white-space: nowrap; }
  .breadcrumbs li:not(:first-child):not(:last-child) { display: none; }
  .breadcrumbs li:last-child:not(:nth-child(2))::before { content: "/  …  /"; }
  .product-hero { padding-top: 14px; }
  .product-hero__media { aspect-ratio: 6 / 4.4; }
}
@media (max-width: 699px) {
  /* home: product line cards shorter, category list in two columns */
  .line-card--entry .line-card__media { aspect-ratio: 16 / 10; padding: 14px; }
  .line-card__cats { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
  .line-card__cats li a { padding-top: 9px; padding-bottom: 9px; }
  /* product finder */
  .finder__toggle { display: flex; width: 100%; justify-content: space-between; align-items: center; margin: 12px 0 0; padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; font: inherit; font-weight: 700; font-size: .9rem; color: var(--ink); cursor: pointer; }
  .finder__toggle span { transition: transform .2s; }
  .finder__toggle.is-open span { transform: rotate(180deg); }
  .finder__row--filters { display: none !important; }
  .finder__row--filters.is-open { display: grid !important; gap: 12px; margin-top: 12px; }
  .finder__chips { flex-wrap: nowrap !important; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: 2px; }
  .finder__chips::-webkit-scrollbar { display: none; }
  .finder__chips .fchip { flex: none; }
  .finder__tools { display: none !important; }
  .finder__row { gap: 10px !important; }
  /* product grid: two compact columns */
  .product-grid { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
  .product-grid .product-card__media { padding: 6px !important; aspect-ratio: 1 / .85; }
  .product-grid .product-card__body { padding: 10px 10px 12px !important; }
  .product-grid .product-card__title { font-size: .98rem; }
  .product-grid .product-card__sub { font-size: .76rem; margin-bottom: 6px; }
  .product-grid .product-card__range { gap: 2px; font-size: .74rem; }
  .product-grid .product-card__range div { display: flex; gap: 4px; }
  .product-grid .product-card__range dt span { display: none; }
  .product-grid .product-card__foot { display: none; }
  .product-grid .heat-badge { font-size: .66rem; padding: 1px 6px; }
}
@media (max-width: 699px) {
  .product-grid .product-card__range { display: grid !important; grid-template-columns: 1fr !important; gap: 3px !important; margin: 0; }
  .product-grid .product-card__range > div { display: flex !important; align-items: center; gap: 5px; padding: 0 !important; border: 0 !important; background: none !important; }
  .product-grid .product-card__range dt { margin: 0; display: inline-flex; }
  .product-grid .product-card__range dd { margin: 0; font-size: .8rem; font-weight: 700; white-space: nowrap; }
}
@media (max-width: 699px) { .product-grid .product-card__range > div { flex-direction: row !important; justify-content: flex-start !important; align-items: center !important; } }
@media (max-width: 559px) { .kpi:has(> li:nth-child(3):last-child) { grid-template-columns: repeat(3, 1fr); gap: 6px; } .kpi:has(> li:nth-child(3):last-child) li { padding: 9px 8px; } .kpi:has(> li:nth-child(3):last-child) .kpi__value { font-size: .92rem; } .kpi:has(> li:nth-child(3):last-child) .kpi__value small { display: block; margin: 1px 0 0; } }

@media (max-width: 899px) {
  .mobile-bar .btn--outline:focus, .mobile-bar .btn--outline:active { background: #fff; border-color: var(--line); color: var(--ink); }
  /* spec tables: model column stays visible while scrolling sideways */
  .spec-table th:first-child, .spec-table td:first-child { position: sticky; left: 0; z-index: 1; background: #fff; box-shadow: 1px 0 0 var(--line); }
  .spec-table thead th:first-child { background: var(--bg-muted); z-index: 2; }
  .config-box { padding: 16px; }
  .config-list { gap: 8px 12px; }
}
@media (max-width: 899px) { .contact-grid { display: flex !important; flex-direction: column; } .contact-grid > .contact-form { order: -1; position: static !important; } }
@media (max-width: 559px) { .contact-form .form-card, .contact-form > div { padding-left: 18px; padding-right: 18px; } .zh-contact__wechat { flex-wrap: wrap; } .zh-contact__wechat > div { flex: 1 1 0; min-width: 0; } .zh-contact__wechat a[href^="tel"], .zh-contact a[href^="tel"] { white-space: nowrap; } .zh-contact__qr { width: 84px !important; height: 84px !important; } .zh-contact strong, .zh-contact small { overflow-wrap: anywhere; } }
@media (max-width: 759px) {
  /* footer on phones: product groups and quick links side by side */
  .footer-products { grid-template-columns: 1fr 1fr !important; gap: 0 16px !important; }
  .footer-products__group ul li { font-size: .86rem; margin-bottom: 2px; }
  .footer-products__all { grid-column: 1 / -1; }
  .footer-menu { grid-template-columns: 1fr 1fr !important; gap: 0 16px; }
  .footer-col h4 { margin-bottom: 10px; }
  .footer-grid { gap: 26px !important; }
  /* back-to-top would sit on top of the floating buttons */
  body:not(.single-product) .to-top { display: none !important; }
}
@media (max-width: 899px) { .site-footer { padding-bottom: 64px; } body.single-product .site-footer { padding-bottom: 0; } }
.spec-table-wrap, .table-wrap { position: relative; }
@media (max-width: 479px) { html:not([lang="zh-CN"]) .topbar .social-links { display: none; } }


/* Hero slide 1 (marine): photo shifted a little to the left (slight zoom, right edge anchored) */
@media (min-width: 1100px) { .hero--immersive .hero-slide:first-child .hero__photo img { position: relative !important; display: block; left: -12% !important; right: auto !important; width: 112% !important; transform: none !important; max-width: none !important; object-position: 100% 50% !important; } }
