/* ============================================================================
 *  FROZEN VERSION — DO NOT MODIFY SILENTLY  (category-v2.1 / category-fields-v1.0)
 *  Role: styles for the frozen V2 category archive.
 *  - Do NOT silently reorder/merge modules or rename hl- classes.
 *  - Any change MUST bump the version and pass the regression checklist
 *    (docs/category-v2/category-regression-checklist.md).
 *  - Developer reference only; never shown to site visitors.
 * ============================================================================ */
/* HaoLustra Product Catalog — Category archive styles (category-v2.1).
 * Self-contained hl- design system (tokens + components). Visual reference:
 * /jewelry-collections/. Backend field contract remains category-fields-v1.0.
 * The separate uploads/2026/07/hl-category-pages.css override is now merged
 * into this file so taxonomy archives use one shared component set.
 */

/* Design tokens are defined once in the category-v2.1 visual layer below.
   The legacy base layer above is intentionally scoped under .hl-category-page
   and overridden there; tokens live only in the :root block near line 339. */

.hl-category-page * { box-sizing: border-box; }
.hl-category-page img { max-width: 100%; display: block; }
.hl-category-page a { color: inherit; text-decoration: none; }
.hl-category-page button, .hl-category-page input, .hl-category-page select { font: inherit; }

.hl-container { width: min(var(--hl-container), calc(100% - 56px)); margin-inline: auto; }
.hl-section { padding: 82px 0; }
.hl-section--soft { background: var(--hl-cream); }
.hl-section--compact { padding: 58px 0; }

.hl-eyebrow { margin: 0 0 14px; color: var(--hl-gold); font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.hl-category-page h1, .hl-category-page h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: -.025em;
	margin: 0;
	color: var(--hl-ink);
}
.hl-category-page h1 { font-size: clamp(42px, 5vw, 56px); line-height: 1.08; max-width: 670px; }
.hl-category-page h2 { font-size: clamp(31px, 3.4vw, 38px); line-height: 1.18; }
.hl-category-page h3 { margin: 0; font-size: 20px; line-height: 1.3; }
.hl-category-page p { color: var(--hl-copy); }

.hl-lead { font-size: 18px; line-height: 1.7; max-width: 680px; margin: 22px 0 0; }

.hl-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 24px; border-radius: 999px; border: 1px solid var(--hl-ink); font-weight: 700; transition: .2s ease; cursor: pointer; text-align: center; }
.hl-btn--primary { background: var(--hl-ink); color: #fff; }
.hl-btn--primary:hover { background: #2a2a2a; }
.hl-btn--secondary { background: #fff; color: var(--hl-ink); }
.hl-btn--secondary:hover { background: var(--hl-cream); }

.hl-text-link { display: inline-flex; gap: 9px; align-items: center; font-weight: 700; font-size: 14px; border-bottom: 1px solid var(--hl-gold-soft); padding-bottom: 2px; }
.hl-text-link:hover { color: var(--hl-gold); }

/* Breadcrumb */
.hl-breadcrumb { font-size: 13px; color: #78716b; padding: 18px 0; }
.hl-breadcrumb a:hover { color: var(--hl-gold); }
.hl-breadcrumb span { margin: 0 9px; color: #b8aea2; }

/* Hero */
.hl-category-hero { background: var(--hl-cream); padding: 68px 0 72px; }
.hl-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 58px; align-items: center; }
.hl-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 0; }
.hl-trust-row { display: flex; gap: 22px; flex-wrap: wrap; margin: 26px 0 0; padding: 0; list-style: none; color: #403d39; font-size: 14px; font-weight: 600; }
.hl-trust-row li { display: flex; align-items: center; gap: 9px; }
.hl-trust-row li:before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--hl-gold); }
.hl-placeholder { background: linear-gradient(135deg, #f0eae1, #fbf8f3); border: 1px dashed #cbbda9; border-radius: 26px; color: #9d8f7d; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; min-height: 405px; }
.hl-placeholder small { display: block; margin-top: 7px; font-weight: 500; letter-spacing: .02em; text-transform: none; color: #b0a391; }
.hl-hero-img { border-radius: 26px; width: 100%; height: 100%; object-fit: cover; min-height: 360px; max-height: 460px; }

/* Style nav */
.hl-style-nav { border-bottom: 1px solid var(--hl-border); background: #fff; }
.hl-style-nav__inner { display: flex; align-items: center; gap: 10px; overflow: auto; padding: 20px 0; scrollbar-width: none; }
.hl-style-nav__inner::-webkit-scrollbar { display: none; }
.hl-chip { white-space: nowrap; border: 1px solid var(--hl-border); background: #fff; border-radius: 999px; padding: 10px 16px; font-size: 13px; font-weight: 650; color: #4d4843; }
.hl-chip:hover, .hl-chip.is-active { border-color: var(--hl-ink); background: var(--hl-ink); color: #fff; }

/* Catalog intro (compact) + toolbar */
.hl-catalog-intro { margin-bottom: 18px; }
.hl-catalog-title { font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 500; color: var(--hl-ink); margin: 0; line-height: 1.2; }
.hl-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 18px; background: var(--hl-cream); border: 1px solid var(--hl-border); border-radius: 18px; margin-bottom: 24px; }
.hl-toolbar__left { display: flex; align-items: center; gap: 14px; min-width: 0; flex-wrap: wrap; }
.hl-result-count { font-weight: 700; font-size: 14px; white-space: nowrap; }
.hl-result-count strong { color: var(--hl-ink); }
.hl-active-chips { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; min-width: 0; }
.hl-chip--active { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--hl-ink); background: var(--hl-ink); color: #fff; text-decoration: none; }
.hl-chip--active span { font-weight: 700; line-height: 1; }
.hl-toolbar__controls { display: flex; align-items: center; gap: 12px; }
.hl-sort-label { font-size: 13px; color: var(--hl-muted); font-weight: 600; }
.hl-sort { border: 1px solid #d9d0c4; border-radius: 999px; background: #fff; min-height: 42px; padding: 8px 38px 8px 15px; color: #3f3b37; }
.hl-filter-button { display: none; min-height: 42px; padding: 8px 16px; border: 1px solid var(--hl-ink); background: #fff; border-radius: 999px; font-weight: 700; align-items: center; gap: 8px; }

/* Layout + filters (filter patch: 232–240px sidebar + accordion) */
.hl-catalog-layout { display: grid; grid-template-columns: 236px minmax(0, 1fr); gap: 32px; align-items: start; }
.hl-filter-panel { position: sticky; top: 20px; align-self: start; border: 1px solid var(--hl-border); border-radius: 20px; background: #fff; padding: 4px 20px; max-height: calc(100vh - 40px); overflow-y: auto; overflow-x: hidden; }
.hl-filter-header { display: none; }
.hl-filter-group { border-bottom: 1px solid var(--hl-border); padding: 0; margin: 0; }
.hl-filter-group:last-of-type { border-bottom: 0; }
.hl-filter-group__toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; background: none; border: 0; padding: 14px 0; cursor: pointer; font-size: 14px; font-weight: 700; color: var(--hl-ink); font-family: inherit; }
.hl-filter-group__toggle::after { content: "+"; font-size: 18px; font-weight: 400; color: var(--hl-muted); line-height: 1; }
.hl-filter-group.is-open .hl-filter-group__toggle::after { content: "\2212"; }
.hl-filter-group__body { display: none; padding-bottom: 14px; }
.hl-filter-group.is-open .hl-filter-group__body { display: block; }
.hl-filter-group__options { display: flex; flex-direction: column; }
.hl-option--more { display: none; }
.hl-filter-group.is-show-all .hl-option--more { display: flex; }
.hl-show-more { align-self: flex-start; margin-top: 2px; border: 0; background: none; color: var(--hl-gold); font-weight: 700; font-size: 13px; cursor: pointer; padding: 6px 0; }
.hl-check { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 6px 0; color: #4d4945; font-size: 13px; cursor: pointer; }
.hl-check__left { display: flex; align-items: center; gap: 9px; min-width: 0; }
.hl-check input { width: 16px; height: 16px; accent-color: var(--hl-ink); flex: none; }
.hl-check b { font-weight: 500; color: #9a9187; font-size: 12px; flex: none; }
.hl-clear { display: inline-block; border: 0; background: none; color: var(--hl-gold); font-weight: 700; padding: 15px 0; cursor: pointer; }
.hl-filter-apply { width: 100%; margin-bottom: 18px; }

/* Product grid + card */
.hl-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 22px; }
.hl-product-card { min-width: 0; }
.hl-product-image { aspect-ratio: 1/1; background: linear-gradient(135deg, #f2ede6, #fbfaf7); border: 1px dashed #d1c5b6; border-radius: 20px; display: flex; align-items: center; justify-content: center; text-align: center; color: #9c8f7e; font-size: 12px; font-weight: 750; letter-spacing: .075em; transition: .25s ease; overflow: hidden; }
.hl-product-image img { width: 100%; height: 100%; object-fit: cover; }
.hl-product-image small { letter-spacing: .02em; font-weight: 500; }
.hl-product-card:hover .hl-product-image { transform: translateY(-3px); box-shadow: var(--hl-shadow); border-style: solid; }
.hl-product-content { padding: 15px 3px 0; }
.hl-product-code { margin: 0 0 5px; color: var(--hl-gold); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hl-product-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 500; min-height: 50px; }
.hl-product-card h3 a:hover { color: var(--hl-gold); }
.hl-card-specs { margin: 12px 0 15px; font-size: 12.5px; color: #605a54; }
.hl-card-specs > div { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #eee8df; padding: 6px 0; }
.hl-card-specs dt { color: #8c8278; margin: 0; }
.hl-card-specs dd { margin: 0; text-align: right; font-weight: 650; }

/* Pagination */
.hl-pagination { display: flex; justify-content: center; align-items: center; gap: 7px; margin-top: 48px; flex-wrap: wrap; }
.hl-page { min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--hl-border); background: #fff; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 13px; color: var(--hl-ink); }
.hl-page:hover, .hl-page.current { background: var(--hl-ink); border-color: var(--hl-ink); color: #fff; }
.hl-page.next, .hl-page.prev { border-radius: 999px; }

/* Generic split + copy */
.hl-split { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: center; }
.hl-copy p { max-width: 590px; }
.hl-copy ul { padding: 0; margin: 28px 0 0; list-style: none; display: grid; gap: 13px; }
.hl-copy li { display: flex; gap: 12px; color: #45413d; }
.hl-copy li:before { content: "\2713"; color: var(--hl-gold); font-weight: 900; }
.hl-small-placeholder { min-height: 430px; }
.hl-crosslink { max-width: 820px; margin: 0 auto; text-align: center; }
.hl-crosslink h2 { margin-bottom: 14px; }
.hl-crosslink p { font-size: 17px; max-width: 640px; margin: 0 auto 22px; }

/* Image-led "Customize {category}" showcase */
.hl-visual-showcase { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 54px; align-items: center; }
.hl-visual-frame { position: relative; min-height: 520px; border-radius: 28px; overflow: hidden; border: 1px solid var(--hl-border); background: linear-gradient(145deg, #eee6db 0%, #fbf8f3 52%, #e8ddcf 100%); box-shadow: var(--hl-shadow); }
.hl-visual-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hl-visual-frame:before, .hl-visual-frame:after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(169, 120, 50, .23); background: rgba(255, 255, 255, .42); }
.hl-visual-frame:before { width: 210px; height: 210px; right: 42px; top: 56px; }
.hl-visual-frame:after { width: 130px; height: 130px; left: 52px; bottom: 64px; }
.hl-image-label { position: absolute; left: 24px; bottom: 22px; background: rgba(255, 255, 255, .92); border: 1px solid rgba(232, 224, 212, .95); border-radius: 999px; padding: 9px 14px; color: #7d6f5e; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; z-index: 1; }
.hl-compact-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; padding: 0; margin: 26px 0 0; list-style: none; }
.hl-compact-points li { position: relative; padding-left: 18px; color: #45413d; font-size: 14px; font-weight: 650; }
.hl-compact-points li:before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--hl-gold); }
.hl-section-note { margin: 16px 0 0; max-width: 650px; font-size: 15px; }

/* Customization option image cards */
.hl-visual-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
.hl-visual-option { border: 1px solid var(--hl-border); border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 10px 28px rgba(40, 30, 20, .035); }
.hl-visual-option__media { position: relative; aspect-ratio: 4 / 3; background: linear-gradient(145deg, #efe8df, #fbf9f5); border-bottom: 1px solid var(--hl-border); display: flex; align-items: center; justify-content: center; color: #a09280; font-size: 11px; font-weight: 800; letter-spacing: .085em; text-transform: uppercase; }
.hl-visual-option__media:after { content: ""; width: 84px; height: 84px; border-radius: 50%; border: 1px solid rgba(169, 120, 50, .25); box-shadow: 0 0 0 18px rgba(255, 255, 255, .48); }
.hl-visual-option__media span { position: absolute; bottom: 15px; left: 17px; right: 17px; text-align: left; }
.hl-visual-option__body { padding: 21px 22px 23px; }
.hl-visual-option__body h3 { font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 500; }
.hl-visual-option__body p { margin: 9px 0 0; font-size: 13.5px; line-height: 1.6; }

/* MOQ & sampling visual flow */
.hl-process-visual { display: grid; grid-template-columns: 1.04fr .96fr; gap: 48px; align-items: start; margin-top: 38px; }
.hl-process-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 14px; min-height: 465px; }
.hl-process-shot { position: relative; border: 1px solid var(--hl-border); border-radius: 22px; background: linear-gradient(145deg, #ede4d8, #fcfaf6); overflow: hidden; display: flex; align-items: center; justify-content: center; color: #9c8e7b; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hl-process-shot:first-child { grid-row: 1 / 3; }
.hl-process-shot span { position: absolute; left: 16px; bottom: 14px; background: rgba(255, 255, 255, .9); padding: 8px 11px; border-radius: 999px; font-size: 11px; }
.hl-process-list { counter-reset: process; display: grid; gap: 0; border-top: 1px solid var(--hl-border); }
.hl-process-row { counter-increment: process; display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--hl-border); }
.hl-process-row:before { content: counter(process, decimal-leading-zero); width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--hl-cream-2); color: var(--hl-gold); font-size: 11px; font-weight: 800; }
.hl-process-row h3 { font-size: 17px; margin: 0 0 4px; }
.hl-process-row p { font-size: 13px; line-height: 1.55; margin: 0; }
.hl-process-footnote { margin: 18px 0 0; font-size: 13px; color: var(--hl-muted); }

/* Dedicated SEO content (server-rendered, ~860px reading column) */
.hl-seo-section { background: #fff; border-top: 1px solid #f1ece5; }
.hl-seo-shell { max-width: 860px; margin: 0 auto; }
.hl-seo-intro { padding-bottom: 30px; border-bottom: 1px solid var(--hl-border); margin-bottom: 34px; }
.hl-seo-intro h2 { max-width: 800px; }
.hl-seo-content { font-size: 16.5px; line-height: 1.76; color: var(--hl-copy); }
.hl-seo-content h2 { font-family: Georgia, "Times New Roman", serif; font-size: 30px; margin: 50px 0 16px; letter-spacing: -.018em; color: var(--hl-ink); }
.hl-seo-content h3 { font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 500; margin: 34px 0 12px; color: var(--hl-ink); }
.hl-seo-content p { margin: 0 0 19px; }
.hl-seo-content ul { margin: 6px 0 24px; padding-left: 22px; color: var(--hl-copy); }
.hl-seo-content li { margin: 8px 0; }
.hl-seo-content a { color: var(--hl-gold); text-decoration: underline; text-underline-offset: 3px; }
.hl-seo-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 26px 0 30px; border: 1px solid var(--hl-border); border-radius: 18px; overflow: hidden; background: #fff; font-size: 14px; }
.hl-seo-table th, .hl-seo-table td { padding: 15px 17px; border-right: 1px solid var(--hl-border); border-bottom: 1px solid var(--hl-border); text-align: left; vertical-align: top; }
.hl-seo-table th { background: var(--hl-cream); font-weight: 750; color: #3f3a35; }
.hl-seo-table tr:last-child td { border-bottom: 0; }
.hl-seo-table th:last-child, .hl-seo-table td:last-child { border-right: 0; }

/* Feature grid */
.hl-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.hl-feature-card { background: #fff; border: 1px solid var(--hl-border); border-radius: 20px; padding: 25px; box-shadow: 0 10px 28px rgba(40, 30, 20, .035); }
.hl-feature-card p { margin: 10px 0 0; font-size: 14px; }

/* Process */
.hl-process { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 42px; border: 1px solid var(--hl-border); border-radius: 22px; overflow: hidden; background: #fff; }
.hl-step { padding: 24px 18px; border-right: 1px solid var(--hl-border); }
.hl-step:last-child { border-right: 0; }
.hl-step b { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 500; margin: 12px 0 7px; }
.hl-step p { margin: 0; font-size: 13px; line-height: 1.55; }
.hl-step span { color: var(--hl-gold); font-size: 12px; font-weight: 800; letter-spacing: .08em; }

/* Related categories */
.hl-category-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
.hl-category-link { border: 1px solid var(--hl-border); border-radius: 20px; overflow: hidden; background: #fff; transition: .2s ease; }
.hl-category-link:hover { transform: translateY(-3px); box-shadow: var(--hl-shadow); }
.hl-category-link__image { aspect-ratio: 4/3; background: linear-gradient(135deg, #f0eae1, #fbf8f3); display: flex; align-items: center; justify-content: center; color: #a19484; font-size: 11px; font-weight: 750; letter-spacing: .08em; border-bottom: 1px dashed #d2c7b8; }
.hl-category-link__content { padding: 18px; }
.hl-category-link__content p { margin: 6px 0 0; font-size: 13px; }

/* FAQ */
.hl-faq { max-width: 900px; margin: 38px auto 0; }
.hl-faq details { border-bottom: 1px solid var(--hl-border); padding: 2px 0; }
.hl-faq summary { list-style: none; cursor: pointer; font-size: 17px; font-weight: 700; padding: 20px 42px 20px 0; position: relative; }
.hl-faq summary::-webkit-details-marker { display: none; }
.hl-faq summary:after { content: "+"; position: absolute; right: 8px; top: 17px; font-size: 23px; font-weight: 400; }
.hl-faq details[open] summary:after { content: "\2212"; }
.hl-faq details p { margin: 0 0 20px; max-width: 780px; font-size: 15.5px; }

/* CTA */
.hl-cta { background: var(--hl-ink); color: #fff; border-radius: 30px; padding: 58px 64px; display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.hl-cta h2 { color: #fff; max-width: 610px; }
.hl-cta p { color: rgba(255, 255, 255, .72); max-width: 630px; margin: 15px 0 0; }
.hl-cta .hl-btn--secondary { border-color: #fff; }
.hl-cta__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; min-width: 280px; }

/* Empty state */
.hl-no-results { padding: 70px 20px; text-align: center; border: 1px dashed var(--hl-border); border-radius: 20px; color: var(--hl-muted); }
.hl-no-results h3 { margin-bottom: 10px; }
.hl-no-results .hl-btn { margin-top: 18px; }

/* Drawer backdrop */
.hl-drawer-backdrop { display: none; }

/* ---------- Responsive ---------- */

/* Tablet + mobile: collapse sidebar into an off-canvas drawer, 2-col grid. */
@media (max-width: 980px) {
	.hl-hero-grid { grid-template-columns: 1fr 420px; gap: 38px; }
	.hl-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hl-feature-grid { grid-template-columns: repeat(2, 1fr); }
	.hl-process { grid-template-columns: repeat(3, 1fr); }
	.hl-step:nth-child(3) { border-right: 0; }
	.hl-step:nth-child(-n+3) { border-bottom: 1px solid var(--hl-border); }
	.hl-category-links { grid-template-columns: repeat(2, 1fr); }
	.hl-visual-showcase { grid-template-columns: 1fr 400px; gap: 36px; }
	.hl-visual-frame { min-height: 460px; }
	.hl-visual-options { grid-template-columns: repeat(2, 1fr); }
	.hl-process-visual { grid-template-columns: 1fr; }
	.hl-process-gallery { min-height: 400px; }

	.hl-filter-button { display: inline-flex; }
	.hl-catalog-layout { grid-template-columns: 1fr; }
	.hl-filter-panel { position: fixed; left: 0; top: 0; bottom: 0; width: min(390px, 90vw); max-height: none; border-radius: 0; z-index: 80; padding: 0 22px 30px; transform: translateX(-105%); transition: .25s ease; box-shadow: 15px 0 40px rgba(0, 0, 0, .15); }
	.hl-filter-panel.is-open { transform: translateX(0); }
	.hl-filter-header { display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; background: #fff; padding: 22px 0 14px; z-index: 2; border-bottom: 1px solid var(--hl-border); }
	.hl-filter-header h3 { font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 500; }
	.hl-filter-close { border: 0; background: none; font-size: 28px; line-height: 1; cursor: pointer; }
	.hl-drawer-backdrop { position: fixed; inset: 0; background: rgba(0, 0, 0, .35); z-index: 70; }
	.hl-drawer-backdrop.is-open { display: block; }
}

@media (max-width: 768px) {
	.hl-section { padding: 56px 0; }
	.hl-category-hero { padding: 52px 0; }
	.hl-hero-grid, .hl-split, .hl-visual-showcase { grid-template-columns: 1fr; }
	.hl-visual-frame { min-height: 390px; order: -1; }
	.hl-compact-points { grid-template-columns: 1fr 1fr; }
	.hl-seo-content h2 { font-size: 28px; }
	.hl-placeholder { min-height: 340px; }
	.hl-catalog-head { align-items: flex-start; flex-direction: column; }
	.hl-toolbar { align-items: flex-start; flex-direction: column; }
	.hl-toolbar__controls { width: 100%; }
	.hl-filter-button, .hl-sort { flex: 1; }
	.hl-cta { padding: 42px 36px; align-items: flex-start; flex-direction: column; }
	.hl-cta__actions { justify-content: flex-start; min-width: 0; }
	.hl-process { grid-template-columns: repeat(2, 1fr); }
	.hl-step { border-bottom: 1px solid var(--hl-border) !important; }
	.hl-step:nth-child(even) { border-right: 0; }
	.hl-step:nth-last-child(-n+2) { border-bottom: 0 !important; }
}

/* Mobile: single column, full-width CTAs. */
@media (max-width: 600px) {
	.hl-container { width: calc(100% - 36px); }
	.hl-category-page h1 { font-size: 36px; }
	.hl-lead { font-size: 16px; }
	.hl-hero-actions { display: grid; }
	.hl-hero-actions .hl-btn { width: 100%; }
	.hl-trust-row { display: grid; gap: 10px; }
	.hl-placeholder { min-height: 290px; }
	.hl-product-grid { grid-template-columns: 1fr; gap: 24px 16px; }
	.hl-product-card h3 { min-height: 0; }
	.hl-feature-grid, .hl-category-links, .hl-visual-options { grid-template-columns: 1fr; }
	.hl-compact-points { grid-template-columns: 1fr; }
	.hl-process { grid-template-columns: 1fr; }
	.hl-step { border-right: 0 !important; border-bottom: 1px solid var(--hl-border) !important; }
	.hl-step:last-child { border-bottom: 0 !important; }
	.hl-process-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 210px); min-height: 0; }
	.hl-process-shot:first-child { grid-row: auto; }
	.hl-seo-content { font-size: 16px; }
	.hl-seo-content h2 { font-size: 26px; margin-top: 42px; }
	.hl-seo-table { display: block; overflow-x: auto; white-space: nowrap; }
	.hl-cta { border-radius: 24px; padding: 34px 26px; }
	.hl-cta__actions { width: 100%; display: grid; }
	.hl-cta__actions .hl-btn { width: 100%; }
}

/* FAQ answer (basic rich text from the editor) */
.hl-faq-answer { padding: 0 42px 22px 0; max-width: 780px; font-size: 15.5px; line-height: 1.6; color: #2b2b2b; }
.hl-faq-answer p { margin: 0 0 14px; }
.hl-faq-answer p:last-child { margin-bottom: 0; }
.hl-faq-answer ul, .hl-faq-answer ol { margin: 0 0 14px; padding-left: 22px; }
.hl-faq-answer li { margin: 4px 0; }
.hl-faq-answer a { color: var(--hl-gold, #b08d57); text-decoration: underline; }
.hl-faq-answer strong { font-weight: 700; }
.hl-faq-answer em { font-style: italic; }

/* Keep only the theme's .b2b-mobile-bottom-cta; suppress the duplicate MU-plugin sticky bar. */
#xx-mobile-sticky-cta { display: none !important; }

/* ============================================================================
 * category-v2.1 visual layer
 * Visual reference: /jewelry-collections/. The taxonomy template remains the
 * dynamic implementation; no content fields, queries or URL contracts change.
 * ========================================================================== */

:root {
	--hl-ink: #1f1b16;
	--hl-copy: #5f5a55;
	--hl-muted: #8a816f;
	--hl-cream: #f8f5f0;
	--hl-cream-2: #f3eee7;
	--hl-white: #ffffff;
	--hl-border: #ece6da;
	--hl-border-strong: #d8c6b3;
	--hl-gold: #8a6a4f;
	--hl-gold-soft: #d8c6b3;
	--hl-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	--hl-radius: 12px;
	--hl-container: 1200px;
}

.hl-category-page {
	width: min(100%, var(--hl-container));
	margin-inline: auto;
	background: var(--hl-white);
	overflow-x: clip;
}

.hl-category-page .hl-container {
	width: 100%;
	max-width: var(--hl-container);
	padding-inline: 32px;
	margin-inline: auto;
}

.hl-category-page .hl-section { padding: 80px 0; }
.hl-category-page .hl-section--soft { background: var(--hl-cream-2); }
.hl-category-page h1,
.hl-category-page h2 { letter-spacing: 0; }
.hl-category-page h2 {
	font-size: clamp(26px, 3vw, 34px);
	line-height: 1.2;
	font-weight: 600;
}
.hl-category-page h3 { letter-spacing: 0; }
.hl-category-page p { line-height: 1.65; }
.hl-category-page .hl-eyebrow {
	margin: 0 0 14px;
	color: #a06f2f;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: .08em;
}

/* Breadcrumb and hero */
.hl-category-page .hl-breadcrumb {
	padding-top: 18px;
	padding-bottom: 6px;
	font-size: 14px;
	color: #6b6b6b;
}
.hl-category-page .hl-breadcrumb span { margin-inline: 8px; }
.hl-category-page .hl-category-hero {
	padding: 0;
	background: var(--hl-cream);
}
.hl-category-page .hl-hero-grid {
	grid-template-columns: minmax(0, 54fr) minmax(0, 46fr);
	gap: 56px;
	align-items: start;
	padding-top: 68px;
	padding-bottom: 68px;
}
.hl-category-page h1 {
	max-width: 680px;
	font-size: clamp(52px, 4.3vw, 68px);
	line-height: 1.04;
	font-weight: 600;
	letter-spacing: 0;
}
.hl-category-page .hl-lead {
	max-width: 680px;
	margin-top: 18px;
	font-size: 18px;
	line-height: 1.7;
}
.hl-category-page .hl-hero-img,
.hl-category-page .hl-placeholder {
	width: 100%;
	height: 520px;
	min-height: 0;
	max-height: none;
	border: 0;
	border-radius: var(--hl-radius);
	object-fit: cover;
}
.hl-category-page .hl-hero-actions {
	gap: 14px;
	margin-top: 28px;
	margin-bottom: 0;
}
.hl-category-page .hl-btn {
	min-height: 46px;
	padding: 0 26px;
	border-radius: 6px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 700;
}
.hl-category-page .hl-btn--primary {
	background: #2b160f;
	border-color: #2b160f;
	color: #fff;
}
.hl-category-page .hl-btn--primary:hover { background: #3b2417; color: #fff; }
.hl-category-page .hl-btn--secondary {
	background: #fffaf3;
	border-color: #e5d6c5;
}
.hl-category-page .hl-trust-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 28px;
}
.hl-category-page .hl-trust-row li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 18px;
	border-radius: var(--hl-radius);
	background: #faf7f2;
	border: 1px solid #ece6da;
	color: #4a4a4a;
	font-size: 15px;
	line-height: 1.45;
	font-weight: 500;
}
.hl-category-page .hl-trust-row li::before {
	display: block;
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--hl-gold);
}

/* Style navigation and catalog controls */
.hl-category-page .hl-style-nav { border-color: var(--hl-border); }
.hl-category-page .hl-style-nav__inner { padding-top: 16px; padding-bottom: 16px; }
.hl-category-page .hl-chip {
	padding: 8px 16px;
	border-color: #e3ddd2;
	font-size: 14px;
}
.hl-category-page .hl-catalog-head { margin-bottom: 28px; }
.hl-category-page .hl-catalog-head p { max-width: 800px; }
.hl-category-page .hl-toolbar {
	padding: 14px 16px;
	margin-bottom: 28px;
	border-color: var(--hl-border);
	border-radius: var(--hl-radius);
	background: #fbf9f5;
}
.hl-category-page .hl-sort,
.hl-category-page .hl-filter-button {
	min-height: 42px;
	border-radius: 8px;
}
.hl-category-page .hl-toolbar__controls { flex-wrap: wrap; gap: 10px; }
.hl-category-page .hl-sort { max-width: 100%; }
.hl-category-page .hl-catalog-layout {
	grid-template-columns: 236px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}
.hl-category-page .hl-catalog-layout > * { min-width: 0; }
.hl-category-page .hl-filter-panel {
	position: sticky;
	top: 96px;
	align-self: start;
	width: 236px;
	max-height: calc(100vh - 116px);
	padding: 4px 18px;
	overflow-y: auto;
	overflow-x: hidden;
	border-color: var(--hl-border);
	border-radius: var(--hl-radius);
	background: #fbf9f5;
}
.hl-category-page .hl-filter-group { padding: 0; }
.hl-category-page .hl-filter-group legend { font-size: 14px; }
.hl-category-page .hl-check {
	align-items: flex-start;
	font-size: 13px;
	line-height: 1.45;
}
.hl-category-page .hl-check__left { align-items: flex-start; min-width: 0; }
.hl-category-page .hl-check__left span { overflow-wrap: anywhere; }

/* Product cards match the category-home catalog reference. */
.hl-category-page .hl-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}
.hl-category-page .hl-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--hl-border);
	border-radius: var(--hl-radius);
	background: var(--hl-white);
	transition: box-shadow .2s, transform .2s;
}
.hl-category-page .hl-product-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--hl-shadow);
}
.hl-category-page .hl-product-image {
	flex: 0 0 auto;
	aspect-ratio: 1 / 1;
	border: 0;
	border-radius: 0;
	background: #f4f1ea;
}
.hl-category-page .hl-product-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hl-category-page .hl-product-card:hover .hl-product-image {
	transform: none;
	box-shadow: none;
}
.hl-category-page .hl-product-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 16px 16px 18px;
	text-align: left;
}
.hl-category-page .hl-product-code {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .06em;
}
.hl-category-page .hl-product-card h3 {
	min-height: calc(1.35em * 3);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	text-align: left;
}
.hl-category-page .hl-card-specs {
	display: grid;
	width: 100%;
	gap: 7px;
	margin: 2px 0 8px;
	font-size: 13px;
}
.hl-category-page .hl-card-specs > div {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 8px;
	padding: 0;
	border: 0;
	text-align: left;
}
.hl-category-page .hl-card-specs > div:has(dd:empty) { display: none; }
.hl-category-page .hl-card-specs dt {
	color: var(--hl-muted);
	line-height: 1.45;
}
.hl-category-page .hl-card-specs dd {
	margin: 0;
	color: #3a3a3a;
	font-weight: 400;
	line-height: 1.45;
	text-align: left;
	overflow-wrap: anywhere;
}
.hl-category-page .hl-text-link {
	margin-top: auto;
	padding-top: 4px;
	border: 0;
	color: var(--hl-gold);
	font-size: 14px;
}
.hl-category-page .hl-pagination .page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	padding-inline: 12px;
	border: 1px solid var(--hl-border);
	border-radius: 999px;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
}
.hl-category-page .hl-pagination .page-numbers.current,
.hl-category-page .hl-pagination .page-numbers:hover {
	background: var(--hl-ink);
	border-color: var(--hl-ink);
	color: #fff;
}

/* Shared conversion modules and cardinality-aware grids.
   Master reference: /jewelry-collections/ card density and alignment.
   3-item -> 3/2/1; 4-item -> 4/2/1; 6-item -> 3x2/2/1. */
.hl-category-page .hl-visual-showcase {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
}
.hl-category-page .hl-visual-frame {
	min-height: 520px;
	border-color: var(--hl-border);
	border-radius: var(--hl-radius);
	box-shadow: none;
}
.hl-category-page .hl-visual-frame::before,
.hl-category-page .hl-visual-frame::after,
.hl-category-page .hl-visual-option__media::after { display: none; }
.hl-category-page .hl-compact-points { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* 6-item Customization Options and any 3-col feature grids */
.hl-category-page .hl-visual-options,
.hl-category-page .hl-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

/* Wholesale Options / Related Services cards */
.hl-category-page .hl-category-option-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.hl-category-page .hl-category-option-cards:has(> :nth-child(4):last-child),
.hl-category-page .hl-category-option-cards:has(> .hl-category-option-card:nth-child(4)) {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Related Categories */
.hl-category-page .hl-category-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}
.hl-category-page .hl-category-links:has(> :nth-child(3):last-child) {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Common card skins */
.hl-category-page .hl-visual-option,
.hl-category-page .hl-feature-card,
.hl-category-page .hl-category-link,
.hl-category-page .hl-category-option-card {
	border: 1px solid var(--hl-border-strong);
	border-radius: var(--hl-radius);
	box-shadow: none;
	background: #fff;
	overflow: hidden;
}
.hl-category-page .hl-category-option-card {
	display: flex;
	flex-direction: column;
	padding: 22px;
}
.hl-category-page .hl-category-option-card h3 {
	margin: 0 0 10px;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 600;
}
.hl-category-page .hl-category-option-card p {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--hl-copy);
}
.hl-category-page .hl-category-option-card ul {
	margin: 0 0 4px;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--hl-copy);
}
.hl-category-page .hl-category-option-card li { margin: 0 0 5px; }
.hl-category-page .hl-visual-option__media { background: var(--hl-cream-2); }
.hl-category-page .hl-process-visual {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
}
.hl-category-page .hl-process-gallery { min-height: 460px; }
.hl-category-page .hl-process-shot { border-radius: var(--hl-radius); }

@media (min-width: 768px) and (max-width: 1023px) {
	.hl-category-page .hl-visual-options,
	.hl-category-page .hl-feature-grid,
	.hl-category-page .hl-category-option-cards,
	.hl-category-page .hl-category-links,
	.hl-category-page .hl-trust-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.hl-category-page .hl-visual-options,
	.hl-category-page .hl-feature-grid,
	.hl-category-page .hl-category-option-cards,
	.hl-category-page .hl-category-links,
	.hl-category-page .hl-trust-row {
		grid-template-columns: 1fr;
	}
}

/* Server-rendered SEO content and FAQ. */
.hl-category-page .hl-seo-section { border-color: var(--hl-border); }
.hl-category-page .hl-seo-shell { max-width: 860px; }
.hl-category-page .hl-seo-content {
	font-size: 16px;
	line-height: 1.75;
	text-align: left;
}
.hl-category-page .hl-seo-content h2 {
	margin: 48px 0 14px;
	font-size: 28px;
	line-height: 1.5;
}
.hl-category-page .hl-seo-content h3 {
	margin: 32px 0 12px;
	font-family: inherit;
	font-size: 22px;
	line-height: 1.45;
	font-weight: 700;
}
.hl-category-page .hl-seo-content ul,
.hl-category-page .hl-seo-content ol { padding-left: 24px; }
.hl-category-page .hl-seo-content table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
}
.hl-category-page .hl-seo-content th,
.hl-category-page .hl-seo-content td {
	padding: 14px 16px;
	border: 1px solid var(--hl-border);
	text-align: left;
}
.hl-category-page .hl-faq {
	max-width: 860px;
	margin-top: 32px;
}
.hl-category-page .hl-faq details {
	margin-bottom: 12px;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--hl-border);
	border-radius: 10px;
	background: #fff;
}
.hl-category-page .hl-faq summary {
	padding: 16px 48px 16px 18px;
	font-size: 15px;
	font-weight: 600;
}
.hl-category-page .hl-faq summary::after { right: 18px; top: 13px; color: var(--hl-gold); }
.hl-category-page .hl-faq-answer {
	max-width: none;
	padding: 0 48px 16px 18px;
	font-size: 15px;
	line-height: 1.6;
}

/* Bottom CTA: unified with /jewelry-collections/ as a light bordered card. */
.hl-category-page #hl-quote {
	padding: 80px 0;
	background: transparent;
}
.hl-category-page .hl-cta {
	flex-direction: column;
	gap: 24px;
	padding: 58px 64px;
	border-radius: var(--hl-radius);
	background: #fbf9f5;
	border: 1px solid var(--hl-border);
	text-align: center;
}
.hl-category-page .hl-cta > div:first-child { display: grid; justify-items: center; }
.hl-category-page .hl-cta h2 { max-width: 720px; color: var(--hl-ink); }
.hl-category-page .hl-cta p { max-width: 680px; color: var(--hl-copy); }
.hl-category-page .hl-cta__actions {
	min-width: 0;
	justify-content: center;
}
.hl-category-page .hl-cta .hl-btn--secondary {
	background: #fff;
	border-color: #e5d6c5;
	color: var(--hl-ink);
}
.hl-category-page .hl-btn--cta-outline {
	border-color: var(--hl-ink);
	color: var(--hl-ink);
}

/* Tablet: drawer + two product columns. */
@media (min-width: 1024px) {
	.hl-category-page #catalog > .hl-container { padding-inline: 0; }
}

@media (max-width: 1023px) {
	.hl-category-page .hl-container { padding-inline: 28px; }
	.hl-category-page .hl-hero-grid {
		grid-template-columns: minmax(0, 54fr) minmax(0, 46fr);
		gap: 40px;
	}
	.hl-category-page h1 { font-size: clamp(44px, 4.5vw, 48px); }
	.hl-category-page .hl-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hl-category-page .hl-catalog-layout { grid-template-columns: 1fr; }
	.hl-category-page .hl-filter-button { display: inline-flex; }
	.hl-category-page .hl-filter-panel {
		position: fixed;
		top: 0;
		bottom: auto;
		left: 0;
		z-index: 80;
		width: min(390px, 90vw);
		height: 100vh;
		height: 100dvh;
		max-height: 100vh;
		max-height: 100dvh;
		padding: 0 22px 30px;
		border-radius: 0;
		transform: translateX(-105%);
		transition: transform .25s ease;
		box-shadow: 15px 0 40px rgba(0, 0, 0, .15);
	}
	.hl-category-page .hl-filter-panel.is-open { transform: translateX(0); }
	body.admin-bar .hl-category-page .hl-filter-panel {
		top: var(--wp-admin--admin-bar--height, 0px);
		height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
		max-height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
	}
	.hl-category-page .hl-filter-header { display: flex; }
	.hl-category-page .hl-visual-options,
	.hl-category-page .hl-feature-grid,
	.hl-category-page .hl-visual-options:has(> :nth-child(4):last-child),
	.hl-category-page .hl-feature-grid:has(> :nth-child(4):last-child),
	.hl-category-page .hl-category-links,
	.hl-category-page .hl-category-links:has(> :nth-child(3):last-child) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.hl-category-page .hl-process-visual { grid-template-columns: 1fr; }
}

/* Mobile: one product column, full-width commands, no horizontal overflow. */
@media (max-width: 767px) {
	.hl-category-page .hl-container { padding-inline: 20px; }
	.hl-category-page .hl-section { padding: 64px 0; }
	.hl-category-page .hl-hero-grid {
		display: block;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.hl-category-page h1 {
		max-width: 100%;
		font-size: clamp(34px, 8.5vw, 38px);
		line-height: 1.12;
	}
	.hl-category-page .hl-lead { font-size: 16px; }
	.hl-category-page .hl-hero-img,
	.hl-category-page .hl-placeholder {
		height: 320px;
		margin-top: 28px;
	}
	.hl-category-page .hl-hero-actions { display: grid; }
	.hl-category-page .hl-hero-actions .hl-btn { width: 100%; }
	.hl-category-page .hl-trust-row { display: flex; }
	.hl-category-page .hl-trust-row li { width: auto; }
	.hl-category-page .hl-toolbar { align-items: stretch; }
	.hl-category-page .hl-toolbar__controls { display: grid; grid-template-columns: 1fr 1fr; }
	.hl-category-page .hl-sort-label { grid-column: 1 / -1; }
	.hl-category-page .hl-filter-button,
	.hl-category-page .hl-sort { width: 100%; }
	.hl-category-page .hl-product-grid { grid-template-columns: 1fr; }
	.hl-category-page .hl-product-card h3 { min-height: 0; }
	.hl-category-page .hl-visual-showcase { grid-template-columns: 1fr; }
	.hl-category-page .hl-visual-frame { min-height: 340px; order: -1; }
	.hl-category-page .hl-compact-points { grid-template-columns: 1fr; }
	.hl-category-page .hl-visual-options,
	.hl-category-page .hl-feature-grid,
	.hl-category-page .hl-category-links,
	.hl-category-page .hl-visual-options:has(> :nth-child(4):last-child),
	.hl-category-page .hl-feature-grid:has(> :nth-child(4):last-child),
	.hl-category-page .hl-category-links:has(> :nth-child(3):last-child) {
		grid-template-columns: 1fr;
	}
	.hl-category-page .hl-process-gallery {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, 200px);
		min-height: 0;
	}
	.hl-category-page .hl-process-shot:first-child { grid-row: auto; }
	.hl-category-page .hl-seo-intro { padding-bottom: 22px; margin-bottom: 26px; }
	.hl-category-page .hl-seo-content h2 { margin-top: 40px; font-size: 26px; }
	.hl-category-page .hl-seo-content h3 { font-size: 20px; }
	.hl-category-page .hl-cta__actions { display: grid; width: 100%; }
	.hl-category-page .hl-cta__actions .hl-btn { width: 100%; }
}

/* HaoLustra category lightweight overrides 20260731 */
/* Breadcrumb and hero */
.hl-category-page .hl-breadcrumb {
	padding-top: 18px;
	padding-bottom: 6px;
	font-size: 14px;
	color: #6b6b6b;
}
.hl-category-page .hl-breadcrumb span { margin-inline: 8px; }
.hl-category-page .hl-category-hero {
	padding: 0;
	background: var(--hl-cream);
}
.hl-category-page .hl-hero-grid {
	grid-template-columns: minmax(0, 68fr) minmax(0, 32fr);
	gap: 24px;
	align-items: center;
	padding-top: 18px;
	padding-bottom: 18px;
}
.hl-category-page h1 {
	max-width: 780px;
	font-size: clamp(38px, 3vw, 42px);
	line-height: 1.12;
	font-weight: 600;
	letter-spacing: 0;
}
.hl-category-page .hl-lead {
	max-width: 620px;
	margin-top: 8px;
	font-size: 17px;
	line-height: 1.58;
}
.hl-category-page .hl-hero-img,
.hl-category-page .hl-placeholder {
	width: 100%;
	height: 190px;
	min-height: 0;
	max-height: none;
	border: 0;
	border-radius: var(--hl-radius);
	object-fit: cover;
}
.hl-category-page .hl-hero-actions {
	gap: 14px;
	margin-top: 12px;
	margin-bottom: 0;
}
.hl-category-page .hl-btn {
	min-height: 46px;
	padding: 0 26px;
	border-radius: 6px;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 700;
}
.hl-category-page .hl-btn--primary {
	background: #2b160f;
	border-color: #2b160f;
	color: #fff;
}
.hl-category-page .hl-btn--primary:hover { background: #3b2417; color: #fff; }
.hl-category-page .hl-btn--secondary {
	background: #fffaf3;
	border-color: #e5d6c5;
}
.hl-category-page .hl-trust-row {
	display: flex;
	gap: 8px;
	margin-top: 10px;
}
.hl-category-page .hl-trust-row li {
	display: inline-flex;
	padding: 4px 12px;
	border-radius: 999px;
	background: rgba(160, 111, 47, .07);
	color: #8a7565;
	font-size: 12px;
	line-height: 1.45;
	font-weight: 500;
}
.hl-category-page .hl-trust-row li::before { display: none; }

/* Style navigation and catalog controls */
.hl-category-page .hl-style-nav { border-color: var(--hl-border); }
.hl-category-page .hl-style-nav__inner { padding-top: 16px; padding-bottom: 16px; }
.hl-category-page .hl-chip {
	padding: 8px 16px;
	border-color: #e3ddd2;
	font-size: 14px;
}
.hl-category-page .hl-catalog-head { margin-bottom: 28px; }
.hl-category-page .hl-catalog-head p { max-width: 800px; }
.hl-category-page #catalog {
	padding-top: 28px;
	padding-bottom: 58px;
}
.hl-category-page .hl-toolbar {
	padding: 12px 14px;
	margin-bottom: 20px;
	border-color: var(--hl-border);
	border-radius: var(--hl-radius);
	background: #fbf9f5;
}
.hl-category-page .hl-sort,
.hl-category-page .hl-filter-button {
	min-height: 42px;
	border-radius: 8px;
}
.hl-category-page .hl-catalog-layout {
	grid-template-columns: 238px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}
.hl-category-page .hl-catalog-layout > * { min-width: 0; }
.hl-category-page .hl-filter-panel {
	position: sticky;
	top: 96px;
	align-self: start;
	width: 238px;
	max-height: calc(100vh - 116px);
	padding: 4px 18px;
	overflow-y: auto;
	overflow-x: hidden;
	border-color: var(--hl-border);
	border-radius: var(--hl-radius);
	background: #fbf9f5;
}
.hl-category-page .hl-filter-group { padding: 16px 0; }
.hl-category-page .hl-filter-group legend { font-size: 14px; }
.hl-category-page .hl-check {
	align-items: flex-start;
	font-size: 13px;
	line-height: 1.45;
}
.hl-category-page .hl-check__left { align-items: flex-start; min-width: 0; }
.hl-category-page .hl-check__left span { overflow-wrap: anywhere; }

/* Product cards match the category-home catalog reference. */
.hl-category-page .hl-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px 22px;
}
.hl-category-page .hl-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--hl-border);
	border-radius: var(--hl-radius);
	background: var(--hl-white);
	transition: box-shadow .2s, transform .2s;
}
.hl-category-page .hl-product-card:hover {
	transform: translateY(-2px);
	box-shadow: var(--hl-shadow);
}
.hl-category-page .hl-product-image {
	flex: 0 0 auto;
	aspect-ratio: 1 / 1;
	border: 0;
	border-radius: 0;
	background: #f4f1ea;
}
.hl-category-page .hl-product-image img { object-fit: cover; }
.hl-category-page .hl-product-card:hover .hl-product-image {
	transform: none;
	box-shadow: none;
}
.hl-category-page .hl-product-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 16px 16px 18px;
	text-align: left;
}
.hl-category-page .hl-product-code {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .06em;
}
.hl-category-page .hl-product-card h3 {
	min-height: calc(1.35em * 3);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	text-align: left;
}
.hl-category-page .hl-card-specs {
	display: grid;
	width: 100%;
	gap: 7px;
	margin: 2px 0 8px;
	font-size: 13px;
}
.hl-category-page .hl-card-specs > div {
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	gap: 8px;
	padding: 0;
	border: 0;
	text-align: left;
}
.hl-category-page .hl-card-specs dt {
	color: var(--hl-muted);
	line-height: 1.45;
}
.hl-category-page .hl-card-specs dd {
	margin: 0;
	color: #3a3a3a;
	font-weight: 400;
	line-height: 1.45;
	text-align: left;
	overflow-wrap: anywhere;
}
.hl-category-page .hl-text-link {
	margin-top: auto;
	padding-top: 4px;
	border: 0;
	color: var(--hl-gold);
	font-size: 14px;
}
.hl-category-page .hl-pagination .page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	padding-inline: 12px;
	border: 1px solid var(--hl-border);
	border-radius: 999px;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
}
.hl-category-page .hl-pagination .page-numbers.current,
.hl-category-page .hl-pagination .page-numbers:hover {
	background: var(--hl-ink);
	border-color: var(--hl-ink);
	color: #fff;
}

/* Shared conversion modules and cardinality-aware grids. */
.hl-category-page .hl-category-benefits {
	padding-top: 56px;
	padding-bottom: 58px;
}
.hl-category-page .hl-benefits-head {
	display: grid;
	gap: 8px;
	max-width: 720px;
	margin-bottom: 24px;
}
.hl-category-page .hl-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}
.hl-category-page .hl-benefit-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	padding: 20px;
	border: 1px solid var(--hl-border-strong);
	border-radius: var(--hl-radius);
	background: #fff;
}
.hl-category-page .hl-benefit-card__icon {
	display: inline-grid;
	width: 32px;
	height: 32px;
	margin-bottom: 14px;
	place-items: center;
	border-radius: 50%;
	background: var(--hl-cream-2);
	color: var(--hl-gold);
	font-size: 11px;
	font-weight: 800;
}
.hl-category-page .hl-benefit-card h3 {
	margin: 0;
	font-size: 17px;
	line-height: 1.35;
}
.hl-category-page .hl-benefit-card p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.58;
}
.hl-category-page .hl-benefit-card .hl-text-link {
	margin-top: 14px;
}
.hl-category-page .hl-benefit-card__more {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--hl-border);
	color: var(--hl-copy);
	font-size: 14px;
	line-height: 1.58;
}
.hl-category-page .hl-benefit-card__more ul {
	margin: 10px 0 0;
	padding-left: 18px;
}
.hl-category-page .hl-benefit-card__more li { margin: 6px 0; }
.hl-category-page .hl-benefit-card__toggle,
.hl-category-page .hl-seo-section__toggle {
	display: none;
	width: fit-content;
	margin-top: 14px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--hl-gold);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
}
.js .hl-category-page .hl-benefit-card__toggle,
.js .hl-category-page .hl-seo-section__toggle { display: inline-flex; }
.js .hl-category-page .hl-benefit-card__more { display: none; }
.js .hl-category-page .hl-benefit-card.is-expanded .hl-benefit-card__more { display: block; }
.hl-category-page .hl-visual-showcase {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
}
.hl-category-page .hl-visual-frame {
	min-height: 520px;
	border-color: var(--hl-border);
	border-radius: var(--hl-radius);
	box-shadow: none;
}
.hl-category-page .hl-visual-frame::before,
.hl-category-page .hl-visual-frame::after,
.hl-category-page .hl-visual-option__media::after { display: none; }
.hl-category-page .hl-compact-points { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hl-category-page .hl-visual-options,
.hl-category-page .hl-feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.hl-category-page .hl-visual-options:has(> :nth-child(4):last-child),
.hl-category-page .hl-feature-grid:has(> :nth-child(4):last-child) {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hl-category-page .hl-visual-option,
.hl-category-page .hl-feature-card,
.hl-category-page .hl-category-link {
	border-color: var(--hl-border-strong);
	border-radius: var(--hl-radius);
	box-shadow: none;
}
.hl-category-page .hl-visual-option__media { background: var(--hl-cream-2); }
.hl-category-page .hl-process-visual {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 40px;
}
.hl-category-page .hl-process-gallery { min-height: 460px; }
.hl-category-page .hl-process-shot { border-radius: var(--hl-radius); }
.hl-category-page .hl-category-links {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}
.hl-category-page .hl-category-links:has(> :nth-child(3):last-child) {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Server-rendered SEO content and FAQ. */
.hl-category-page #hl-category-seo-content {
	padding-top: 64px;
	padding-bottom: 64px;
	border-color: var(--hl-border);
}
.hl-category-page .hl-seo-shell {
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
}
.hl-category-page .hl-seo-intro h2,
.hl-category-page .hl-seo-content,
.hl-category-page .hl-seo-content > *,
.hl-category-page .hl-seo-content .hl-seo-section > * {
	width: 100%;
	max-width: none !important;
}
.hl-category-page .hl-seo-intro {
	padding-bottom: 22px;
	margin-bottom: 24px;
}
.hl-category-page .hl-seo-content {
	font-size: 17px;
	line-height: 1.74;
	text-align: left;
}
.hl-category-page .hl-seo-content > .hl-seo-section {
	position: relative;
	border-top: 0;
	background: transparent;
}
.hl-category-page .hl-seo-content > .hl-seo-section + .hl-seo-section {
	margin-top: 4px;
}
.hl-category-page .hl-seo-content h2 {
	margin: 44px 0 16px;
	font-size: 30px;
	line-height: 1.28;
}
.hl-category-page .hl-seo-content h3 {
	margin: 30px 0 12px;
	font-family: inherit;
	font-size: 22px;
	line-height: 1.45;
	font-weight: 700;
}
.hl-category-page .hl-seo-content p { margin-bottom: 17px; }
.hl-category-page .hl-seo-content ul,
.hl-category-page .hl-seo-content ol {
	margin-top: 4px;
	margin-bottom: 20px;
	padding-left: 24px;
}
.hl-category-page .hl-seo-content li { margin: 7px 0; }
.hl-category-page .hl-seo-content table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
	margin: 24px 0 28px;
}
.hl-category-page .hl-seo-content th,
.hl-category-page .hl-seo-content td {
	padding: 14px 16px;
	border: 1px solid var(--hl-border);
	text-align: left;
}
.js .hl-category-page .hl-seo-section__more { display: none; }
.js .hl-category-page .hl-seo-section.is-expanded .hl-seo-section__more { display: block; }
.hl-category-page .hl-seo-section__toggle {
	margin-top: 16px;
	padding: 6px 0;
}
.hl-category-page .hl-faq {
	max-width: 860px;
	margin-top: 32px;
}
.hl-category-page .hl-faq details {
	margin-bottom: 12px;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--hl-border);
	border-radius: 10px;
	background: #fff;
}
.hl-category-page .hl-faq summary {
	padding: 16px 48px 16px 18px;
	font-size: 15px;
	font-weight: 600;
}
.hl-category-page .hl-faq summary::after { right: 18px; top: 13px; color: var(--hl-gold); }
.hl-category-page .hl-faq-answer {
	max-width: none;
	padding: 0 48px 16px 18px;
	font-size: 15px;
	line-height: 1.6;
}

/* Tablet: drawer + two product columns. */
@media (min-width: 1024px) {
	.hl-category-page #catalog > .hl-container { padding-inline: 0; }
}

@media (max-width: 1023px) {
	.hl-category-page .hl-container { padding-inline: 28px; }
	.hl-category-page .hl-hero-grid {
		grid-template-columns: minmax(0, 64fr) minmax(0, 36fr);
		gap: 22px;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.hl-category-page h1 { font-size: clamp(34px, 4vw, 40px); }
	.hl-category-page .hl-hero-img,
	.hl-category-page .hl-placeholder { height: 180px; }
	.hl-category-page .hl-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hl-category-page .hl-catalog-layout { grid-template-columns: 1fr; }
	.hl-category-page .hl-filter-button { display: inline-flex; }
	.hl-category-page .hl-filter-panel {
		position: fixed;
		top: 0;
		bottom: auto;
		left: 0;
		z-index: 80;
		width: min(390px, 90vw);
		height: 100vh;
		height: 100dvh;
		max-height: 100vh;
		max-height: 100dvh;
		padding: 0 22px 30px;
		border-radius: 0;
		transform: translateX(-105%);
		transition: transform .25s ease;
		box-shadow: 15px 0 40px rgba(0, 0, 0, .15);
	}
	.hl-category-page .hl-filter-panel.is-open { transform: translateX(0); }
	body.admin-bar .hl-category-page .hl-filter-panel {
		top: var(--wp-admin--admin-bar--height, 0px);
		height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
		max-height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
	}
	.hl-category-page .hl-filter-header { display: flex; }
	.hl-category-page .hl-visual-options,
	.hl-category-page .hl-feature-grid,
	.hl-category-page .hl-benefit-grid,
	.hl-category-page .hl-visual-options:has(> :nth-child(4):last-child),
	.hl-category-page .hl-feature-grid:has(> :nth-child(4):last-child),
	.hl-category-page .hl-category-links,
	.hl-category-page .hl-category-links:has(> :nth-child(3):last-child) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.hl-category-page .hl-process-visual { grid-template-columns: 1fr; }
}

/* Mobile: one product column, full-width commands, no horizontal overflow. */
@media (max-width: 767px) {
	.hl-category-page .hl-container { padding-inline: 20px; }
	.hl-category-page .hl-section { padding: 50px 0; }
	.hl-category-page .hl-hero-grid {
		display: block;
		padding-top: 24px;
		padding-bottom: 28px;
	}
	.hl-category-page h1 {
		max-width: 100%;
		font-size: clamp(30px, 8.5vw, 34px);
		line-height: 1.12;
	}
	.hl-category-page .hl-lead {
		margin-top: 10px;
		font-size: 15.5px;
		line-height: 1.55;
	}
	.hl-category-page .hl-hero-img,
	.hl-category-page .hl-placeholder {
		display: none;
	}
	.hl-category-page .hl-hero-actions {
		display: grid;
		margin-top: 14px;
	}
	.hl-category-page .hl-hero-actions .hl-btn { width: 100%; }
	.hl-category-page .hl-trust-row {
		display: flex;
		margin-top: 12px;
	}
	.hl-category-page .hl-trust-row li { width: auto; }
	.hl-category-page #catalog {
		padding-top: 20px;
		padding-bottom: 42px;
	}
	.hl-category-page .hl-toolbar {
		align-items: stretch;
		gap: 12px;
	}
	.hl-category-page .hl-toolbar__left {
		display: grid;
		gap: 10px;
	}
	.hl-category-page .hl-toolbar__controls { display: grid; grid-template-columns: 1fr 1fr; }
	.hl-category-page .hl-sort-label { grid-column: 1 / -1; }
	.hl-category-page .hl-filter-button,
	.hl-category-page .hl-sort { width: 100%; }
	.hl-category-page .hl-product-grid { grid-template-columns: 1fr; }
	.hl-category-page .hl-product-card h3 { min-height: 0; }
	.hl-category-page .hl-visual-showcase { grid-template-columns: 1fr; }
	.hl-category-page .hl-visual-frame { min-height: 340px; order: -1; }
	.hl-category-page .hl-compact-points { grid-template-columns: 1fr; }
	.hl-category-page .hl-visual-options,
	.hl-category-page .hl-feature-grid,
	.hl-category-page .hl-benefit-grid,
	.hl-category-page .hl-category-links,
	.hl-category-page .hl-visual-options:has(> :nth-child(4):last-child),
	.hl-category-page .hl-feature-grid:has(> :nth-child(4):last-child),
	.hl-category-page .hl-category-links:has(> :nth-child(3):last-child) {
		grid-template-columns: 1fr;
	}
	.hl-category-page .hl-process-gallery {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, 200px);
		min-height: 0;
	}
	.hl-category-page .hl-process-shot:first-child { grid-row: auto; }
	.hl-category-page .hl-category-benefits {
		padding-top: 42px;
		padding-bottom: 44px;
	}
	.hl-category-page .hl-benefit-card { padding: 18px; }
	.hl-category-page .hl-seo-intro { padding-bottom: 22px; margin-bottom: 26px; }
	.hl-category-page #hl-category-seo-content {
		padding-top: 48px;
		padding-bottom: 50px;
	}
	.hl-category-page .hl-seo-content {
		font-size: 17px;
		line-height: 1.72;
	}
	.hl-category-page .hl-seo-content h2 { margin-top: 36px; font-size: 26px; }
	.hl-category-page .hl-seo-content h3 { font-size: 20px; }
	.hl-category-page .hl-cta__actions { display: grid; width: 100%; }
	.hl-category-page .hl-cta__actions .hl-btn { width: 100%; }
}
/* End HaoLustra category lightweight overrides 20260731 */
