/* Non-home composition: locked shared tokens, chrome, cards and motion are not duplicated. */
.eh-site{padding-block:24px 64px;min-height:50vh}
.eh-site select,.eh-site textarea{font:inherit;color:inherit}
.eh-site :where(select,textarea,button,input,a,summary):focus-visible{outline:2px solid var(--red);outline-offset:3px}
.eh-breadcrumb{display:flex;gap:12px;align-items:center;flex-wrap:wrap;font-size:13px;color:var(--muted);margin-block-end:24px}
.eh-breadcrumb [aria-current]{color:var(--ink);overflow-wrap:anywhere}
.eh-page-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-block-end:24px}
.eh-page-heading h1{font-size:clamp(24px,2.4vw,34px);line-height:1.4;letter-spacing:-.015em;margin-block-end:6px}
.eh-muted{color:var(--muted)}
.eh-description{max-width:68ch;color:var(--muted);margin-block-start:10px}
.eh-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 18px;border:1px solid var(--line);border-radius:8px;font:500 14px/1.4 Plex,Arial,sans-serif;background:var(--elevated);transition:background var(--fast) var(--ease)}
.eh-button:hover{background:var(--surface)}
.eh-button-primary{background:var(--ink);border-color:var(--ink);color:var(--canvas)}
.eh-button-primary:hover{background:var(--red);border-color:var(--red);color:var(--on-red)}
.eh-icon-button{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}
.eh-chips{display:flex;gap:10px;overflow:auto;scrollbar-width:thin;padding-block:0 16px;margin-block-end:8px}
.eh-chips a{display:flex;align-items:center;gap:14px;white-space:nowrap;min-height:44px;padding:8px 14px;background:var(--surface);border-radius:8px;font-size:14px}
.eh-chips a:hover{color:var(--red)}
.eh-catalog-toolbar{display:flex;align-items:center;gap:14px;padding:16px 0;border-block:1px solid var(--line);margin-block-end:28px}
.eh-search-field{display:flex;align-items:center;gap:12px;flex:1;max-width:420px;min-width:160px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}
.eh-search-field input{border:0;background:none;min-height:44px;width:100%}
.eh-sort{display:flex;align-items:center;gap:10px;margin-inline-start:auto;font-size:14px}
.eh-sort select{background:var(--elevated);border:1px solid var(--line);border-radius:8px;min-height:44px;padding:6px 12px;max-width:240px}
.eh-catalog-layout{display:grid;grid-template-columns:216px minmax(0,1fr);gap:32px;align-items:start}
.eh-filters{min-width:0}
.eh-filter-heading{display:flex;align-items:center;justify-content:space-between;margin-block-end:20px}
.eh-filter-heading h2{font-size:18px}
.eh-filter-group{border:0;border-block-end:1px solid var(--line);padding:0 0 22px;margin:0 0 22px;min-width:0}
.eh-filter-group :where(legend,h3,summary){font-size:15px;font-weight:500;margin-block-end:12px;padding:0}
.eh-filter-group summary{cursor:pointer;min-height:28px}
.eh-field{display:flex;flex-direction:column;gap:8px;font-size:14px;margin-block-end:16px}
.eh-field :where(input,select,textarea){border:1px solid var(--line);background:var(--elevated);border-radius:8px;padding:10px 12px;min-height:44px;width:100%}
.eh-price-range{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.eh-price-range .eh-field{margin:0}
.eh-filter-links{display:grid;gap:2px}
.eh-filter-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;padding:6px 8px;font-size:14px;border-radius:6px}
.eh-filter-links a:hover,.eh-filter-links [aria-current]{background:var(--surface);color:var(--red)}
.eh-filter-links small{color:var(--muted);font-variant-numeric:tabular-nums}
.eh-filter-scroll{max-height:320px;overflow:auto;scrollbar-width:thin}
.eh-filter-actions{display:flex;gap:8px;flex-wrap:wrap}
.eh-results{min-width:0}
.eh-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px}
.eh-product-grid .product{min-width:0}
.eh-pagination{display:flex;gap:6px;justify-content:center;align-items:center;flex-wrap:wrap;margin-block-start:36px}
.eh-pagination>a,.eh-pagination>span{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border-radius:8px}
.eh-pagination a:hover{background:var(--surface)}
.eh-pagination [aria-current]{background:var(--ink);color:var(--canvas)}
.eh-pagination [aria-disabled]{opacity:.35}
.eh-empty{display:grid;justify-items:center;text-align:center;gap:16px;padding:56px 20px;background:var(--surface);border-radius:var(--radius)}
.eh-empty h2{font-size:22px}
.eh-empty p{color:var(--muted);max-width:48ch}
.eh-empty>.icon{width:32px;height:32px;color:var(--muted)}
.eh-alert{padding:14px 18px;background:var(--surface);border-inline-start:3px solid var(--red);margin-block-end:20px}
.eh-filter-trigger,.eh-filter-close{display:none}
.eh-directory-search{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.eh-directory-search select{min-height:44px;padding:8px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}
.eh-category-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 24px}
.eh-category-family{min-width:0}
.eh-category-cover{display:block;overflow:hidden;border-radius:var(--radius);background:var(--surface)}
.eh-category-cover>img{width:100%;aspect-ratio:4/3;height:auto;object-fit:cover;padding:0;transition:transform var(--fast) var(--ease)}
.eh-category-cover:hover>img{transform:scale(1.015)}
.eh-category-cover h2{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;font-size:20px}
.eh-category-tree{display:grid;gap:14px;padding-block:18px}
.eh-category-tree>div>a{font-weight:500;display:inline-block;padding-block:4px}
.eh-category-tree a:hover{color:var(--red)}
.eh-category-leaves{display:flex;flex-wrap:wrap;gap:2px 16px;color:var(--muted);font-size:14px}
.eh-category-leaves a{padding-block:6px}
.eh-brand-directory{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:28px 18px}
.eh-brand-entry{min-width:0;text-align:center;padding-block-end:12px}
.eh-brand-stage{height:112px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);background:#fff;overflow:hidden}
.eh-brand-stage img{max-width:85%;width:150px;height:80px;object-fit:contain;transition:transform var(--fast) var(--ease)}
.eh-brand-entry:hover img{transform:scale(1.04)}
.eh-brand-entry h2{font-size:16px;margin-block:12px 2px}.eh-brand-entry>span{font-size:13px}
@media(max-width:1000px){.eh-brand-directory{grid-template-columns:repeat(4,minmax(0,1fr))}.eh-category-directory{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.eh-page-heading:has(.eh-directory-search){align-items:stretch;flex-direction:column;gap:12px}.eh-category-directory{grid-template-columns:1fr}.eh-brand-directory{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 12px}.eh-brand-stage{height:86px}.eh-brand-stage img{height:64px}.eh-brand-entry h2{font-size:14px}}
@media(max-width:1199px){.eh-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.eh-catalog-layout{grid-template-columns:190px minmax(0,1fr);gap:24px}}
@media(max-width:900px){
 .eh-catalog-layout{display:block}.eh-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .eh-filter-trigger,.eh-filter-close{display:inline-flex}.eh-catalog-toolbar{flex-wrap:wrap;gap:10px}
 .eh-search-field{order:-1;max-width:none;flex-basis:100%}.eh-sort{flex:1;justify-content:flex-end}.eh-sort select{max-width:210px}
 .eh-filters{position:fixed;inset-block:0;inset-inline-start:0;width:min(360px,90vw);z-index:90;background:var(--canvas);padding:24px;overflow-y:auto;overscroll-behavior:contain;display:none}
 .eh-filters.is-open{display:block}.eh-filter-backdrop{position:fixed;inset:0;z-index:89;background:#0006}
 .eh-filter-actions{position:sticky;bottom:-24px;background:var(--canvas);padding-block:16px;margin-block-end:-24px}
}
@media(max-width:600px){
 .eh-site{padding-block:16px 40px}.eh-breadcrumb{font-size:12px;gap:8px;margin-block-end:18px}
 .eh-page-heading{margin-block-end:18px}.eh-page-heading h1{font-size:25px}
 .eh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}
 .eh-catalog-toolbar{margin-block-end:22px}.eh-sort>span{display:none}.eh-sort select{max-width:152px;padding-inline:8px;font-size:13px}
 .eh-catalog-toolbar>.eh-button{padding-inline:12px}.eh-filter-trigger{gap:6px}.eh-filter-trigger .icon{width:18px}
}
.eh-shop-banner{aspect-ratio:4;overflow:hidden;border-radius:var(--radius);margin-block:0 24px}.eh-shop-banner img{width:100%;height:100%;object-fit:cover;padding:0}
.eh-shop-meta,.eh-listing-promotion{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-block-end:24px;font-size:14px}
.eh-shop-meta details{width:100%}.eh-shop-meta summary{min-height:44px;cursor:pointer}.eh-shop-contact{max-width:560px;display:grid;gap:16px}.eh-shop-contact textarea{min-height:110px}
.eh-compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;overflow-x:auto}.eh-compare-item{min-width:0}.eh-compare-item dl{display:grid;gap:16px;margin-block:20px}.eh-compare-item dt{font-size:13px;color:var(--muted)}.eh-compare-item dd{margin:4px 0 0;font-size:14px}
.eh-compare-results{display:grid;gap:12px;margin-block:24px}.eh-compare-results form{display:flex;align-items:center;justify-content:space-between;gap:16px;border-block-end:1px solid var(--line);padding-block:12px}
.eh-shop-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.eh-shop-entry{min-width:0}.eh-shop-entry>img{width:100%;aspect-ratio:2;object-fit:cover;border-radius:var(--radius);padding:0}.eh-shop-entry h2{font-size:18px;margin-block:12px 6px}.eh-shop-entry p{font-size:13px;color:var(--muted)}
@media(max-width:760px){.eh-shop-directory{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.eh-compare-grid{grid-auto-flow:column;grid-auto-columns:minmax(190px,74vw);grid-template-columns:none;gap:20px}.eh-shop-banner{aspect-ratio:2.5}}
@media(prefers-reduced-motion:reduce){.eh-site *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
