.hub__families{display:flex;flex-direction:column;gap:clamp(14px,1.8vw,20px);margin-top:clamp(22px,3vw,34px)}.hub__family{display:grid;grid-template-columns:1fr;gap:0;border:1px solid #dcdedb;border-radius:12px;overflow:hidden;background:var(--PT-white,#fffcfc);transition:border-color .3s ease,box-shadow .3s ease}.hub__family:hover{border-color:#267b2f73;box-shadow:0 14px 34px -22px #16301c8c}@media screen and (min-width:860px){.hub__family{grid-template-columns:232px 1fr;align-items:stretch}}.hub__plate{position:relative;display:flex;align-items:center;justify-content:center;min-height:148px;padding:18px;background:#0000;overflow:hidden}.hub__plate:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#16301c12 1px,#0000 0),linear-gradient(90deg,#16301c12 1px,#0000 0);background-size:44px 44px;pointer-events:none}.hub__plate img{position:relative;width:auto;max-width:100%;height:auto;max-height:118px;object-fit:contain;border-radius:8px}.hub__body{display:flex;flex-direction:column;gap:10px;padding:clamp(16px,2.2vw,24px);min-width:0}.hub__familyTitle{margin:0;font-family:var(--font-display),var(--font-arabic),Georgia,serif;text-transform:none;color:#171717;font-size:clamp(21px,2.2vw,27px);font-weight:400;line-height:1.2}.hub__familyTitle a{color:inherit;text-decoration:none}.hub__familyTitle a:hover{text-decoration:underline;text-underline-offset:4px}.hub__counts{display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px;margin:0;font-family:var(--font-mono),var(--font-arabic),ui-monospace,"SFMono-Regular",Menlo,monospace;color:#5c665e;font-size:11.5px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;font-variant-numeric:tabular-nums}.hub__countDot{width:5px;height:5px;border-radius:50%;background:#267b2f;flex-shrink:0}.hub__categories{display:flex;flex-wrap:wrap;gap:6px;margin:2px 0 0;padding:0;list-style:none}.hub__category{display:inline-flex;align-items:center;min-height:44px;padding:8px 14px;border:1px solid #dcdedb;border-radius:8px;color:#2f3833;font-size:13.5px;font-weight:400;line-height:1.35;text-decoration:none;transition:background-color .22s ease,border-color .22s ease,color .22s ease}.hub__category:hover{background:#16301c;border-color:#16301c;color:var(--PT-white,#fffcfc)}.hub__category:focus-visible{outline:2px solid #267b2f;outline-offset:2px}@media (prefers-reduced-motion:reduce){.hub__category,.hub__family{transition:none}}